@charset "UTF-8";

/*! @ecl/ec-preset-legacy-website - 2.28.3 Built on 2020-04-30T14:32:34.428Z */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

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

hr {
    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: -.25em
}

sup {
    top: -.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
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    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] {
    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
}

[hidden],
template {
    display: none
}

body {
    margin: 0
}

.ecl-icon {
    fill: currentColor;
    margin: 0;
    transform: scaleX(1) scaleY(1) rotate(0deg);
    transition: transform .3s ease-in-out
}

.ecl-icon--2xs {
    height: .625rem;
    width: .625rem
}

.ecl-icon--xs {
    height: 1rem;
    width: 1rem
}

.ecl-icon--s {
    height: 1.25rem;
    width: 1.25rem
}

.ecl-icon--m {
    height: 1.5rem;
    width: 1.5rem
}

.ecl-icon--l {
    height: 2rem;
    width: 2rem
}

.ecl-icon--xl {
    height: 2.5rem;
    width: 2.5rem
}

.ecl-icon--2xl {
    height: 3rem;
    width: 3rem
}

.ecl-icon--fluid {
    height: 1em;
    width: 1em
}

.ecl-icon--primary {
    fill: #004494
}

.ecl-icon--inverted {
    fill: #fff
}

.ecl-icon--rotate-90 {
    transform: rotate(90deg)
}

.ecl-icon--rotate-180 {
    transform: rotate(180deg)
}

.ecl-icon--rotate-270 {
    transform: rotate(270deg)
}

.ecl-icon--flip-horizontal {
    transform: scaleX(-1)
}

.ecl-icon--flip-vertical {
    transform: scaleY(-1)
}

.ecl-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:480px) {
    .ecl-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {
    .ecl-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:996px) {
    .ecl-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1140px) {
    .ecl-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:480px) {
    .ecl-container {
        max-width: 100%;
        width: 480px
    }
}

@media (min-width:768px) {
    .ecl-container {
        max-width: 100%;
        width: 768px
    }
}

@media (min-width:996px) {
    .ecl-container {
        max-width: 100%;
        width: 996px
    }
}

@media (min-width:1140px) {
    .ecl-container {
        max-width: 100%;
        width: 1140px
    }
}

.ecl-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

@media (min-width:480px) {
    .ecl-row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:768px) {
    .ecl-row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:996px) {
    .ecl-row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:1140px) {
    .ecl-row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

.ecl-no-gutters {
    margin-left: 0;
    margin-right: 0
}

.ecl-no-gutters>.ecl-col,
.ecl-no-gutters>[class*=ecl-col-] {
    padding-left: 0;
    padding-right: 0
}

.ecl-col-1,
.ecl-col-2,
.ecl-col-3,
.ecl-col-4,
.ecl-col-5,
.ecl-col-6,
.ecl-col-7,
.ecl-col-8,
.ecl-col-9,
.ecl-col-10,
.ecl-col-11,
.ecl-col-12,
.ecl-col-lg-1,
.ecl-col-lg-2,
.ecl-col-lg-3,
.ecl-col-lg-4,
.ecl-col-lg-5,
.ecl-col-lg-6,
.ecl-col-lg-7,
.ecl-col-lg-8,
.ecl-col-lg-9,
.ecl-col-lg-10,
.ecl-col-lg-11,
.ecl-col-lg-12,
.ecl-col-md-1,
.ecl-col-md-2,
.ecl-col-md-3,
.ecl-col-md-4,
.ecl-col-md-5,
.ecl-col-md-6,
.ecl-col-md-7,
.ecl-col-md-8,
.ecl-col-md-9,
.ecl-col-md-10,
.ecl-col-md-11,
.ecl-col-md-12,
.ecl-col-sm-1,
.ecl-col-sm-2,
.ecl-col-sm-3,
.ecl-col-sm-4,
.ecl-col-sm-5,
.ecl-col-sm-6,
.ecl-col-sm-7,
.ecl-col-sm-8,
.ecl-col-sm-9,
.ecl-col-sm-10,
.ecl-col-sm-11,
.ecl-col-sm-12,
.ecl-col-xl-1,
.ecl-col-xl-2,
.ecl-col-xl-3,
.ecl-col-xl-4,
.ecl-col-xl-5,
.ecl-col-xl-6,
.ecl-col-xl-7,
.ecl-col-xl-8,
.ecl-col-xl-9,
.ecl-col-xl-10,
.ecl-col-xl-11,
.ecl-col-xl-12 {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    min-height: 1px;
    position: relative;
    width: 100%
}

@media (min-width:480px) {

    .ecl-col-1,
    .ecl-col-2,
    .ecl-col-3,
    .ecl-col-4,
    .ecl-col-5,
    .ecl-col-6,
    .ecl-col-7,
    .ecl-col-8,
    .ecl-col-9,
    .ecl-col-10,
    .ecl-col-11,
    .ecl-col-12,
    .ecl-col-lg-1,
    .ecl-col-lg-2,
    .ecl-col-lg-3,
    .ecl-col-lg-4,
    .ecl-col-lg-5,
    .ecl-col-lg-6,
    .ecl-col-lg-7,
    .ecl-col-lg-8,
    .ecl-col-lg-9,
    .ecl-col-lg-10,
    .ecl-col-lg-11,
    .ecl-col-lg-12,
    .ecl-col-md-1,
    .ecl-col-md-2,
    .ecl-col-md-3,
    .ecl-col-md-4,
    .ecl-col-md-5,
    .ecl-col-md-6,
    .ecl-col-md-7,
    .ecl-col-md-8,
    .ecl-col-md-9,
    .ecl-col-md-10,
    .ecl-col-md-11,
    .ecl-col-md-12,
    .ecl-col-sm-1,
    .ecl-col-sm-2,
    .ecl-col-sm-3,
    .ecl-col-sm-4,
    .ecl-col-sm-5,
    .ecl-col-sm-6,
    .ecl-col-sm-7,
    .ecl-col-sm-8,
    .ecl-col-sm-9,
    .ecl-col-sm-10,
    .ecl-col-sm-11,
    .ecl-col-sm-12,
    .ecl-col-xl-1,
    .ecl-col-xl-2,
    .ecl-col-xl-3,
    .ecl-col-xl-4,
    .ecl-col-xl-5,
    .ecl-col-xl-6,
    .ecl-col-xl-7,
    .ecl-col-xl-8,
    .ecl-col-xl-9,
    .ecl-col-xl-10,
    .ecl-col-xl-11,
    .ecl-col-xl-12 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {

    .ecl-col-1,
    .ecl-col-2,
    .ecl-col-3,
    .ecl-col-4,
    .ecl-col-5,
    .ecl-col-6,
    .ecl-col-7,
    .ecl-col-8,
    .ecl-col-9,
    .ecl-col-10,
    .ecl-col-11,
    .ecl-col-12,
    .ecl-col-lg-1,
    .ecl-col-lg-2,
    .ecl-col-lg-3,
    .ecl-col-lg-4,
    .ecl-col-lg-5,
    .ecl-col-lg-6,
    .ecl-col-lg-7,
    .ecl-col-lg-8,
    .ecl-col-lg-9,
    .ecl-col-lg-10,
    .ecl-col-lg-11,
    .ecl-col-lg-12,
    .ecl-col-md-1,
    .ecl-col-md-2,
    .ecl-col-md-3,
    .ecl-col-md-4,
    .ecl-col-md-5,
    .ecl-col-md-6,
    .ecl-col-md-7,
    .ecl-col-md-8,
    .ecl-col-md-9,
    .ecl-col-md-10,
    .ecl-col-md-11,
    .ecl-col-md-12,
    .ecl-col-sm-1,
    .ecl-col-sm-2,
    .ecl-col-sm-3,
    .ecl-col-sm-4,
    .ecl-col-sm-5,
    .ecl-col-sm-6,
    .ecl-col-sm-7,
    .ecl-col-sm-8,
    .ecl-col-sm-9,
    .ecl-col-sm-10,
    .ecl-col-sm-11,
    .ecl-col-sm-12,
    .ecl-col-xl-1,
    .ecl-col-xl-2,
    .ecl-col-xl-3,
    .ecl-col-xl-4,
    .ecl-col-xl-5,
    .ecl-col-xl-6,
    .ecl-col-xl-7,
    .ecl-col-xl-8,
    .ecl-col-xl-9,
    .ecl-col-xl-10,
    .ecl-col-xl-11,
    .ecl-col-xl-12 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:996px) {

    .ecl-col-1,
    .ecl-col-2,
    .ecl-col-3,
    .ecl-col-4,
    .ecl-col-5,
    .ecl-col-6,
    .ecl-col-7,
    .ecl-col-8,
    .ecl-col-9,
    .ecl-col-10,
    .ecl-col-11,
    .ecl-col-12,
    .ecl-col-lg-1,
    .ecl-col-lg-2,
    .ecl-col-lg-3,
    .ecl-col-lg-4,
    .ecl-col-lg-5,
    .ecl-col-lg-6,
    .ecl-col-lg-7,
    .ecl-col-lg-8,
    .ecl-col-lg-9,
    .ecl-col-lg-10,
    .ecl-col-lg-11,
    .ecl-col-lg-12,
    .ecl-col-md-1,
    .ecl-col-md-2,
    .ecl-col-md-3,
    .ecl-col-md-4,
    .ecl-col-md-5,
    .ecl-col-md-6,
    .ecl-col-md-7,
    .ecl-col-md-8,
    .ecl-col-md-9,
    .ecl-col-md-10,
    .ecl-col-md-11,
    .ecl-col-md-12,
    .ecl-col-sm-1,
    .ecl-col-sm-2,
    .ecl-col-sm-3,
    .ecl-col-sm-4,
    .ecl-col-sm-5,
    .ecl-col-sm-6,
    .ecl-col-sm-7,
    .ecl-col-sm-8,
    .ecl-col-sm-9,
    .ecl-col-sm-10,
    .ecl-col-sm-11,
    .ecl-col-sm-12,
    .ecl-col-xl-1,
    .ecl-col-xl-2,
    .ecl-col-xl-3,
    .ecl-col-xl-4,
    .ecl-col-xl-5,
    .ecl-col-xl-6,
    .ecl-col-xl-7,
    .ecl-col-xl-8,
    .ecl-col-xl-9,
    .ecl-col-xl-10,
    .ecl-col-xl-11,
    .ecl-col-xl-12 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1140px) {

    .ecl-col-1,
    .ecl-col-2,
    .ecl-col-3,
    .ecl-col-4,
    .ecl-col-5,
    .ecl-col-6,
    .ecl-col-7,
    .ecl-col-8,
    .ecl-col-9,
    .ecl-col-10,
    .ecl-col-11,
    .ecl-col-12,
    .ecl-col-lg-1,
    .ecl-col-lg-2,
    .ecl-col-lg-3,
    .ecl-col-lg-4,
    .ecl-col-lg-5,
    .ecl-col-lg-6,
    .ecl-col-lg-7,
    .ecl-col-lg-8,
    .ecl-col-lg-9,
    .ecl-col-lg-10,
    .ecl-col-lg-11,
    .ecl-col-lg-12,
    .ecl-col-md-1,
    .ecl-col-md-2,
    .ecl-col-md-3,
    .ecl-col-md-4,
    .ecl-col-md-5,
    .ecl-col-md-6,
    .ecl-col-md-7,
    .ecl-col-md-8,
    .ecl-col-md-9,
    .ecl-col-md-10,
    .ecl-col-md-11,
    .ecl-col-md-12,
    .ecl-col-sm-1,
    .ecl-col-sm-2,
    .ecl-col-sm-3,
    .ecl-col-sm-4,
    .ecl-col-sm-5,
    .ecl-col-sm-6,
    .ecl-col-sm-7,
    .ecl-col-sm-8,
    .ecl-col-sm-9,
    .ecl-col-sm-10,
    .ecl-col-sm-11,
    .ecl-col-sm-12,
    .ecl-col-xl-1,
    .ecl-col-xl-2,
    .ecl-col-xl-3,
    .ecl-col-xl-4,
    .ecl-col-xl-5,
    .ecl-col-xl-6,
    .ecl-col-xl-7,
    .ecl-col-xl-8,
    .ecl-col-xl-9,
    .ecl-col-xl-10,
    .ecl-col-xl-11,
    .ecl-col-xl-12 {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.ecl-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.ecl-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.ecl-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.ecl-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.ecl-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.ecl-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.ecl-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.ecl-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.ecl-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.ecl-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.ecl-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.ecl-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.ecl-pull-0 {
    right: auto
}

.ecl-pull-1 {
    right: 8.33333%
}

.ecl-pull-2 {
    right: 16.66667%
}

.ecl-pull-3 {
    right: 25%
}

.ecl-pull-4 {
    right: 33.33333%
}

.ecl-pull-5 {
    right: 41.66667%
}

.ecl-pull-6 {
    right: 50%
}

.ecl-pull-7 {
    right: 58.33333%
}

.ecl-pull-8 {
    right: 66.66667%
}

.ecl-pull-9 {
    right: 75%
}

.ecl-pull-10 {
    right: 83.33333%
}

.ecl-pull-11 {
    right: 91.66667%
}

.ecl-pull-12 {
    right: 100%
}

.ecl-push-0 {
    left: auto
}

.ecl-push-1 {
    left: 8.33333%
}

.ecl-push-2 {
    left: 16.66667%
}

.ecl-push-3 {
    left: 25%
}

.ecl-push-4 {
    left: 33.33333%
}

.ecl-push-5 {
    left: 41.66667%
}

.ecl-push-6 {
    left: 50%
}

.ecl-push-7 {
    left: 58.33333%
}

.ecl-push-8 {
    left: 66.66667%
}

.ecl-push-9 {
    left: 75%
}

.ecl-push-10 {
    left: 83.33333%
}

.ecl-push-11 {
    left: 91.66667%
}

.ecl-push-12 {
    left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:480px) {
    .ecl-col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ecl-col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ecl-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ecl-col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ecl-col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ecl-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ecl-col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ecl-col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ecl-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .ecl-col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ecl-col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ecl-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ecl-pull-sm-0 {
        right: auto
    }

    .ecl-pull-sm-1 {
        right: 8.33333%
    }

    .ecl-pull-sm-2 {
        right: 16.66667%
    }

    .ecl-pull-sm-3 {
        right: 25%
    }

    .ecl-pull-sm-4 {
        right: 33.33333%
    }

    .ecl-pull-sm-5 {
        right: 41.66667%
    }

    .ecl-pull-sm-6 {
        right: 50%
    }

    .ecl-pull-sm-7 {
        right: 58.33333%
    }

    .ecl-pull-sm-8 {
        right: 66.66667%
    }

    .ecl-pull-sm-9 {
        right: 75%
    }

    .ecl-pull-sm-10 {
        right: 83.33333%
    }

    .ecl-pull-sm-11 {
        right: 91.66667%
    }

    .ecl-pull-sm-12 {
        right: 100%
    }

    .ecl-push-sm-0 {
        left: auto
    }

    .ecl-push-sm-1 {
        left: 8.33333%
    }

    .ecl-push-sm-2 {
        left: 16.66667%
    }

    .ecl-push-sm-3 {
        left: 25%
    }

    .ecl-push-sm-4 {
        left: 33.33333%
    }

    .ecl-push-sm-5 {
        left: 41.66667%
    }

    .ecl-push-sm-6 {
        left: 50%
    }

    .ecl-push-sm-7 {
        left: 58.33333%
    }

    .ecl-push-sm-8 {
        left: 66.66667%
    }

    .ecl-push-sm-9 {
        left: 75%
    }

    .ecl-push-sm-10 {
        left: 83.33333%
    }

    .ecl-push-sm-11 {
        left: 91.66667%
    }

    .ecl-push-sm-12 {
        left: 100%
    }

    .ecl-offset-sm-0 {
        margin-left: 0
    }

    .ecl-offset-sm-1 {
        margin-left: 8.33333%
    }

    .ecl-offset-sm-2 {
        margin-left: 16.66667%
    }

    .ecl-offset-sm-3 {
        margin-left: 25%
    }

    .ecl-offset-sm-4 {
        margin-left: 33.33333%
    }

    .ecl-offset-sm-5 {
        margin-left: 41.66667%
    }

    .ecl-offset-sm-6 {
        margin-left: 50%
    }

    .ecl-offset-sm-7 {
        margin-left: 58.33333%
    }

    .ecl-offset-sm-8 {
        margin-left: 66.66667%
    }

    .ecl-offset-sm-9 {
        margin-left: 75%
    }

    .ecl-offset-sm-10 {
        margin-left: 83.33333%
    }

    .ecl-offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .ecl-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ecl-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ecl-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ecl-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ecl-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ecl-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ecl-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ecl-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ecl-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .ecl-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ecl-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ecl-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ecl-pull-md-0 {
        right: auto
    }

    .ecl-pull-md-1 {
        right: 8.33333%
    }

    .ecl-pull-md-2 {
        right: 16.66667%
    }

    .ecl-pull-md-3 {
        right: 25%
    }

    .ecl-pull-md-4 {
        right: 33.33333%
    }

    .ecl-pull-md-5 {
        right: 41.66667%
    }

    .ecl-pull-md-6 {
        right: 50%
    }

    .ecl-pull-md-7 {
        right: 58.33333%
    }

    .ecl-pull-md-8 {
        right: 66.66667%
    }

    .ecl-pull-md-9 {
        right: 75%
    }

    .ecl-pull-md-10 {
        right: 83.33333%
    }

    .ecl-pull-md-11 {
        right: 91.66667%
    }

    .ecl-pull-md-12 {
        right: 100%
    }

    .ecl-push-md-0 {
        left: auto
    }

    .ecl-push-md-1 {
        left: 8.33333%
    }

    .ecl-push-md-2 {
        left: 16.66667%
    }

    .ecl-push-md-3 {
        left: 25%
    }

    .ecl-push-md-4 {
        left: 33.33333%
    }

    .ecl-push-md-5 {
        left: 41.66667%
    }

    .ecl-push-md-6 {
        left: 50%
    }

    .ecl-push-md-7 {
        left: 58.33333%
    }

    .ecl-push-md-8 {
        left: 66.66667%
    }

    .ecl-push-md-9 {
        left: 75%
    }

    .ecl-push-md-10 {
        left: 83.33333%
    }

    .ecl-push-md-11 {
        left: 91.66667%
    }

    .ecl-push-md-12 {
        left: 100%
    }

    .ecl-offset-md-0 {
        margin-left: 0
    }

    .ecl-offset-md-1 {
        margin-left: 8.33333%
    }

    .ecl-offset-md-2 {
        margin-left: 16.66667%
    }

    .ecl-offset-md-3 {
        margin-left: 25%
    }

    .ecl-offset-md-4 {
        margin-left: 33.33333%
    }

    .ecl-offset-md-5 {
        margin-left: 41.66667%
    }

    .ecl-offset-md-6 {
        margin-left: 50%
    }

    .ecl-offset-md-7 {
        margin-left: 58.33333%
    }

    .ecl-offset-md-8 {
        margin-left: 66.66667%
    }

    .ecl-offset-md-9 {
        margin-left: 75%
    }

    .ecl-offset-md-10 {
        margin-left: 83.33333%
    }

    .ecl-offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:996px) {
    .ecl-col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ecl-col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ecl-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ecl-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ecl-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ecl-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ecl-col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ecl-col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ecl-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .ecl-col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ecl-col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ecl-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ecl-pull-lg-0 {
        right: auto
    }

    .ecl-pull-lg-1 {
        right: 8.33333%
    }

    .ecl-pull-lg-2 {
        right: 16.66667%
    }

    .ecl-pull-lg-3 {
        right: 25%
    }

    .ecl-pull-lg-4 {
        right: 33.33333%
    }

    .ecl-pull-lg-5 {
        right: 41.66667%
    }

    .ecl-pull-lg-6 {
        right: 50%
    }

    .ecl-pull-lg-7 {
        right: 58.33333%
    }

    .ecl-pull-lg-8 {
        right: 66.66667%
    }

    .ecl-pull-lg-9 {
        right: 75%
    }

    .ecl-pull-lg-10 {
        right: 83.33333%
    }

    .ecl-pull-lg-11 {
        right: 91.66667%
    }

    .ecl-pull-lg-12 {
        right: 100%
    }

    .ecl-push-lg-0 {
        left: auto
    }

    .ecl-push-lg-1 {
        left: 8.33333%
    }

    .ecl-push-lg-2 {
        left: 16.66667%
    }

    .ecl-push-lg-3 {
        left: 25%
    }

    .ecl-push-lg-4 {
        left: 33.33333%
    }

    .ecl-push-lg-5 {
        left: 41.66667%
    }

    .ecl-push-lg-6 {
        left: 50%
    }

    .ecl-push-lg-7 {
        left: 58.33333%
    }

    .ecl-push-lg-8 {
        left: 66.66667%
    }

    .ecl-push-lg-9 {
        left: 75%
    }

    .ecl-push-lg-10 {
        left: 83.33333%
    }

    .ecl-push-lg-11 {
        left: 91.66667%
    }

    .ecl-push-lg-12 {
        left: 100%
    }

    .ecl-offset-lg-0 {
        margin-left: 0
    }

    .ecl-offset-lg-1 {
        margin-left: 8.33333%
    }

    .ecl-offset-lg-2 {
        margin-left: 16.66667%
    }

    .ecl-offset-lg-3 {
        margin-left: 25%
    }

    .ecl-offset-lg-4 {
        margin-left: 33.33333%
    }

    .ecl-offset-lg-5 {
        margin-left: 41.66667%
    }

    .ecl-offset-lg-6 {
        margin-left: 50%
    }

    .ecl-offset-lg-7 {
        margin-left: 58.33333%
    }

    .ecl-offset-lg-8 {
        margin-left: 66.66667%
    }

    .ecl-offset-lg-9 {
        margin-left: 75%
    }

    .ecl-offset-lg-10 {
        margin-left: 83.33333%
    }

    .ecl-offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1140px) {
    .ecl-col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .ecl-col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .ecl-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .ecl-col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .ecl-col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .ecl-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .ecl-col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .ecl-col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .ecl-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .ecl-col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .ecl-col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .ecl-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ecl-pull-xl-0 {
        right: auto
    }

    .ecl-pull-xl-1 {
        right: 8.33333%
    }

    .ecl-pull-xl-2 {
        right: 16.66667%
    }

    .ecl-pull-xl-3 {
        right: 25%
    }

    .ecl-pull-xl-4 {
        right: 33.33333%
    }

    .ecl-pull-xl-5 {
        right: 41.66667%
    }

    .ecl-pull-xl-6 {
        right: 50%
    }

    .ecl-pull-xl-7 {
        right: 58.33333%
    }

    .ecl-pull-xl-8 {
        right: 66.66667%
    }

    .ecl-pull-xl-9 {
        right: 75%
    }

    .ecl-pull-xl-10 {
        right: 83.33333%
    }

    .ecl-pull-xl-11 {
        right: 91.66667%
    }

    .ecl-pull-xl-12 {
        right: 100%
    }

    .ecl-push-xl-0 {
        left: auto
    }

    .ecl-push-xl-1 {
        left: 8.33333%
    }

    .ecl-push-xl-2 {
        left: 16.66667%
    }

    .ecl-push-xl-3 {
        left: 25%
    }

    .ecl-push-xl-4 {
        left: 33.33333%
    }

    .ecl-push-xl-5 {
        left: 41.66667%
    }

    .ecl-push-xl-6 {
        left: 50%
    }

    .ecl-push-xl-7 {
        left: 58.33333%
    }

    .ecl-push-xl-8 {
        left: 66.66667%
    }

    .ecl-push-xl-9 {
        left: 75%
    }

    .ecl-push-xl-10 {
        left: 83.33333%
    }

    .ecl-push-xl-11 {
        left: 91.66667%
    }

    .ecl-push-xl-12 {
        left: 100%
    }

    .ecl-offset-xl-0 {
        margin-left: 0
    }

    .ecl-offset-xl-1 {
        margin-left: 8.33333%
    }

    .ecl-offset-xl-2 {
        margin-left: 16.66667%
    }

    .ecl-offset-xl-3 {
        margin-left: 25%
    }

    .ecl-offset-xl-4 {
        margin-left: 33.33333%
    }

    .ecl-offset-xl-5 {
        margin-left: 41.66667%
    }

    .ecl-offset-xl-6 {
        margin-left: 50%
    }

    .ecl-offset-xl-7 {
        margin-left: 58.33333%
    }

    .ecl-offset-xl-8 {
        margin-left: 66.66667%
    }

    .ecl-offset-xl-9 {
        margin-left: 75%
    }

    .ecl-offset-xl-10 {
        margin-left: 83.33333%
    }

    .ecl-offset-xl-11 {
        margin-left: 91.66667%
    }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single {
    *zoom: 1
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.ecl-datepicker {
    margin: 0;
    position: relative;
    width: 50%
}

@media (min-width:768px) {
    .ecl-datepicker {
        width: 30%
    }
}

@media (min-width:996px) {
    .ecl-datepicker {
        width: 158px
    }
}

.ecl-datepicker__field.ecl-text-input {
    padding-right: 2rem;
    width: 100%
}

.ecl-datepicker__icon {
    color: #9f9f9f;
    margin-right: calc(.75rem - 1px);
    margin-top: calc(.75rem - 1px);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ecl-datepicker--invalid .ecl-datepicker__icon {
    color: #da2131
}

.ecl-datepicker:hover .ecl-datepicker__icon {
    color: #004494
}

.ecl-datepicker--invalid:hover .ecl-datepicker__icon {
    color: #981722
}

.ecl-datepicker__field:active+.ecl-datepicker__icon {
    color: #404040
}

.ecl-datepicker__field:disabled:hover+.ecl-datepicker__icon,
.ecl-datepicker__field:focus+.ecl-datepicker__icon {
    color: #9f9f9f
}

.ecl-datepicker-theme {
    border-width: 0;
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    width: 100%
}

.ecl-datepicker-theme.is-bound {
    box-shadow: none
}

.ecl-datepicker-theme .pika-lendar {
    background-color: #f5f5f5;
    margin: 0;
    width: 100%
}

.ecl-datepicker-theme .pika-title {
    background-color: #fff;
    display: flex
}

.ecl-datepicker-theme .pika-label {
    align-items: center;
    background-color: #ebebeb;
    color: #404040;
    display: flex;
    flex-grow: 1;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    justify-content: space-between;
    margin-right: .25rem;
    padding: .75rem 1rem
}

.ecl-datepicker-theme .pika-label:last-of-type {
    margin-right: 0
}

.ecl-datepicker-theme .pika-label:after {
    border: solid #404040;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg)
}

.ecl-datepicker-theme .pika-select {
    border-width: 0;
    height: 100%;
    top: 0;
    width: 100%
}

.ecl-datepicker-theme .pika-next,
.ecl-datepicker-theme .pika-prev {
    display: none
}

.ecl-datepicker-theme .pika-table {
    border-collapse: initial;
    border-spacing: .25rem
}

.ecl-datepicker-theme .pika-table th {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    padding: .5rem 0
}

.ecl-datepicker-theme .pika-table abbr {
    text-decoration: none
}

.ecl-datepicker-theme .pika-button {
    background-color: #fff;
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    padding: .75rem;
    text-align: center
}

.ecl-datepicker-theme .pika-button:hover {
    background-color: #ebebeb;
    border-radius: 0
}

.ecl-datepicker-theme .is-today .pika-button {
    box-shadow: inset 0 0 0 3px #bfd0e4
}

.ecl-datepicker-theme .is-selected .pika-button {
    background-color: #004494;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 600
}

.ecl-datepicker-theme .is-outside-current-month .pika-button {
    background-color: #ebebeb;
    color: #404040;
    opacity: 1
}

@media (min-width:768px) {
    .ecl-datepicker-theme {
        width: auto
    }

    .ecl-datepicker-theme .pika-lendar {
        width: 20rem
    }

    .ecl-datepicker-theme .pika-button {
        padding: .5rem
    }
}

.ecl-form-label {
    box-sizing: border-box;
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ecl-form-label--disabled {
    color: #9f9f9f
}

.ecl-form-label--hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    white-space: nowrap;
    width: 1px
}

.ecl-form-label__required {
    color: #da2131;
    font: normal normal 400 1.25rem/1.5rem Arial, sans-serif;
    font-weight: 600
}

.ecl-form-label__optional {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    font-weight: 400
}

.ecl-feedback-message {
    box-sizing: border-box;
    color: #da2131;
    display: flex;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin: 0;
    padding: 0
}

.ecl-file-upload {
    display: none;
    margin: 0
}

.no-js .ecl-file-upload {
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0
}

.no-js .ecl-file-upload:active,
.no-js .ecl-file-upload:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.no-js .ecl-file-upload__button-container {
    display: none
}

.ecl-file-upload__list {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    list-style: none;
    margin-top: 1rem;
    max-width: 538px;
    padding-left: 0;
    width: 100%
}

.no-js .ecl-file-upload__list {
    display: none
}

.ecl-file-upload__item {
    border-top: 1px solid #9f9f9f;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-file-upload__item .ecl-file-upload__item-name {
    font-weight: 600
}

.ecl-file-upload__item .ecl-file-upload__item-meta {
    display: block;
    padding-top: .25rem
}

.ecl-file-upload::-webkit-file-upload-button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #004494;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .75rem 1rem;
    text-decoration: none
}

.ecl-file-upload::-webkit-file-upload-button:active,
.ecl-file-upload::-webkit-file-upload-button:hover {
    background-color: #002f67;
    text-decoration: none
}

.ecl-file-upload::-webkit-file-upload-button:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px;
    text-decoration: none
}

.ecl-file-upload::-ms-browse {
    appearance: none;
    background: none;
    background-color: #004494;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .75rem 1rem;
    text-decoration: none
}

.ecl-file-upload::-ms-browse:active,
.ecl-file-upload::-ms-browse:hover {
    background-color: #002f67;
    text-decoration: none
}

.ecl-file-upload::-ms-browse:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px;
    text-decoration: none
}

.ecl-file-upload[disabled] {
    color: #9f9f9f
}

.ecl-file-upload[disabled]::-webkit-file-upload-button,
.ecl-file-upload[disabled]::-webkit-file-upload-button:hover {
    background-color: #bfd0e4;
    color: #fff;
    cursor: not-allowed;
    text-decoration: none
}

.ecl-file-upload[disabled]::-ms-browse,
.ecl-file-upload[disabled]::-ms-browse:hover {
    background-color: #bfd0e4;
    color: #fff;
    cursor: not-allowed;
    text-decoration: none
}

.ecl-file-upload::-ms-value {
    background-color: #f5f5f5;
    border-width: 0
}

.ecl-help-block {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin: 0;
    padding: 0
}

.ecl-help-block--disabled {
    color: #9f9f9f
}

.ecl-radio {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0
}

.ecl-radio__input {
    border: 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ecl-radio__label {
    align-items: center;
    color: #404040;
    display: inline-flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-radio__box {
    background-color: #fff;
    border: 2px solid #9f9f9f;
    border-radius: 50%;
    box-sizing: content-box;
    display: block;
    height: calc(1.25rem - 4px);
    margin-right: .75rem;
    position: relative;
    width: calc(1.25rem - 4px)
}

.ecl-radio__label:hover .ecl-radio__box {
    border-color: #004494
}

.ecl-radio__help {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-radio__help--disabled {
    color: #9f9f9f
}

.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box {
    border-color: #004494;
    border-width: 7px;
    height: calc(1.25rem - 14px);
    width: calc(1.25rem - 14px)
}

.ecl-radio__box--invalid {
    border-color: #da2131
}

.ecl-radio__label:hover .ecl-radio__box--invalid {
    border-color: #981722
}

.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box--invalid {
    border-color: #da2131
}

.ecl-radio__label--disabled {
    color: #9f9f9f;
    cursor: not-allowed
}

.ecl-radio__box--disabled,
.ecl-radio__input:checked+.ecl-radio__label .ecl-radio__box--disabled,
.ecl-radio__label--disabled:hover .ecl-radio__box {
    background-color: #f5f5f5;
    border-color: #9f9f9f
}

.ecl-radio__input:active+.ecl-radio__label .ecl-radio__box:before,
.ecl-radio__input:focus+.ecl-radio__label .ecl-radio__box:before {
    border: 2px solid #ffd617;
    border-radius: 100%;
    content: "";
    display: block;
    height: calc(1.25rem - 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    width: calc(1.25rem - 4px)
}

.ecl-radio__input:checked:active+.ecl-radio__label .ecl-radio__box:before,
.ecl-radio__input:checked:focus+.ecl-radio__label .ecl-radio__box:before {
    left: -7px;
    top: -7px
}

.ecl-radio--binary {
    display: inline-flex;
    margin-right: 1rem;
    vertical-align: top
}

.ecl-radio--binary:last-child {
    margin-right: 0
}

.ecl-radio__group {
    border-style: solid;
    border-width: 0;
    margin: 0;
    padding: 0 1.5rem
}

.ecl-radio__group--invalid {
    border-color: #da2131;
    border-width: 2px;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-radio__group--invalid .ecl-radio__invalid {
    margin-top: .5rem
}

.ecl-radio--disabled .ecl-radio__label,
.ecl-radio--readonly .ecl-radio__label {
    color: #9f9f9f;
    cursor: not-allowed
}

.ecl-radio--disabled .ecl-radio__box,
.ecl-radio--readonly .ecl-radio__box {
    background-color: #f5f5f5;
    border-color: #9f9f9f
}

.ecl-radio__group--binary.ecl-form-group {
    display: block
}

.ecl-radio__group--binary .ecl-radio {
    display: inline-flex;
    margin-right: 1rem;
    vertical-align: top
}

.ecl-radio__group--binary .ecl-radio:last-child {
    margin-right: 0
}

.ecl-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #404040;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0;
    padding: calc(.75rem - 1px) calc(3.5rem - 1px) calc(.75rem - 1px) calc(.75rem - 1px);
    width: 100%;
    z-index: 1
}

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

.ecl-select:hover {
    border-color: #004494
}

.ecl-select:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-select__container {
    background-color: #fff;
    display: inline-flex;
    max-width: 100%;
    position: relative
}

.ecl-select__container--s {
    width: 50%
}

@media (min-width:768px) {
    .ecl-select__container--s {
        width: 30%
    }
}

@media (min-width:996px) {
    .ecl-select__container--s {
        width: 158px
    }
}

.ecl-select__container--m {
    width: 100%
}

@media (min-width:768px) {
    .ecl-select__container--m {
        width: 50%
    }
}

@media (min-width:996px) {
    .ecl-select__container--m {
        width: 253px
    }
}

.ecl-select__container--l {
    width: 100%
}

@media (min-width:996px) {
    .ecl-select__container--l {
        width: 443px
    }
}

.ecl-select__icon {
    align-items: center;
    background-color: #404040;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.75rem;
    z-index: 0
}

.ecl-select:hover+.ecl-select__icon {
    background-color: #004494
}

.ecl-select:focus+.ecl-select__icon {
    background-color: #404040
}

.ecl-select__icon-shape {
    fill: #fff
}

.ecl-select__container--disabled {
    background-color: #f5f5f5
}

.ecl-select__container--disabled .ecl-select:focus+.ecl-select__icon,
.ecl-select__container--disabled .ecl-select:hover+.ecl-select__icon,
.ecl-select__container--disabled .ecl-select__icon {
    background-color: #9f9f9f
}

.ecl-select__container--disabled .ecl-select__icon-shape {
    fill: #f5f5f5
}

.ecl-select[disabled],
.ecl-select[readonly] {
    border-color: #9f9f9f;
    color: #9f9f9f;
    cursor: not-allowed
}

.ecl-select--invalid {
    border-color: #da2131;
    box-shadow: none
}

.ecl-select--invalid+.ecl-select__icon {
    background-color: #da2131
}

.ecl-select--invalid:hover {
    border-color: #981722
}

.ecl-select--invalid:hover+.ecl-select__icon {
    background-color: #981722
}

.ecl-text-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0;
    max-width: 100%;
    padding: calc(.75rem - 1px)
}

.ecl-text-input:hover {
    outline: 1px solid #004494;
    outline-offset: -1px
}

.ecl-text-input:active,
.ecl-text-input:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-text-input--s {
    width: 50%
}

@media (min-width:768px) {
    .ecl-text-input--s {
        width: 30%
    }
}

@media (min-width:996px) {
    .ecl-text-input--s {
        width: 158px
    }
}

.ecl-text-input--m {
    width: 100%
}

@media (min-width:768px) {
    .ecl-text-input--m {
        width: 50%
    }
}

@media (min-width:996px) {
    .ecl-text-input--m {
        width: 253px
    }
}

.ecl-text-input--l {
    width: 100%
}

@media (min-width:996px) {
    .ecl-text-input--l {
        width: 443px
    }
}

.ecl-text-input--disabled,
.ecl-text-input--readonly,
.ecl-text-input[disabled],
.ecl-text-input[readonly] {
    background-color: #f5f5f5;
    border-color: #9f9f9f;
    cursor: not-allowed
}

.ecl-text-input--disabled:hover,
.ecl-text-input--readonly:hover,
.ecl-text-input[disabled]:hover,
.ecl-text-input[readonly]:hover {
    outline-width: 0
}

.ecl-text-input--invalid {
    border-color: #da2131;
    box-shadow: none
}

.ecl-text-input--invalid:hover {
    outline-color: #981722
}

.ecl-text-input--invalid:active,
.ecl-text-input--invalid:focus {
    outline-color: #ffd617
}

.ecl-text-area {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0;
    max-width: 100%;
    padding: calc(.75rem - 1px)
}

.ecl-text-area:hover {
    outline: 1px solid #004494;
    outline-offset: -1px
}

.ecl-text-area:active,
.ecl-text-area:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-text-area--m {
    width: 100%
}

@media (min-width:768px) {
    .ecl-text-area--m {
        width: 50%
    }
}

@media (min-width:996px) {
    .ecl-text-area--m {
        width: 253px
    }
}

.ecl-text-area--l {
    width: 100%
}

@media (min-width:996px) {
    .ecl-text-area--l {
        width: 443px
    }
}

.ecl-text-area--disabled,
.ecl-text-area--readonly,
.ecl-text-area[disabled],
.ecl-text-area[readonly] {
    background-color: #f5f5f5;
    border-color: #9f9f9f;
    cursor: not-allowed
}

.ecl-text-area--disabled:hover,
.ecl-text-area--readonly:hover,
.ecl-text-area[disabled]:hover,
.ecl-text-area[readonly]:hover {
    outline-width: 0
}

.ecl-text-area--invalid {
    border-color: #da2131;
    box-shadow: none
}

.ecl-text-area--invalid:hover {
    outline-color: #981722
}

.ecl-text-area--invalid:active,
.ecl-text-area--invalid:focus {
    outline-color: #ffd617
}

.ecl-form-group {
    align-items: flex-start;
    border-width: 0;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0
}

.ecl-form-group>:not(.ecl-form-label--hidden)+* {
    margin-top: .5rem
}

.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-checkbox,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-file-upload,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-file-upload__button-container,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-radio,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-select__container,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-text-area,
.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-text-input {
    margin-top: .75rem
}

.ecl-form-group>:not(.ecl-form-label--hidden)+.ecl-file-upload__list {
    margin-top: 1rem
}

.ecl-form-group>.ecl-feedback-message+.ecl-help-block {
    margin-top: 0
}

.ecl-checkbox {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative
}

.ecl-checkbox__input {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.ecl-checkbox__label {
    align-items: center;
    color: #404040;
    display: inline-flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-checkbox__box {
    align-items: center;
    border: 2px solid #707070;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    height: 1.25rem;
    justify-content: center;
    margin-right: .75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.25rem
}

.ecl-checkbox__help {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-checkbox__help--disabled {
    color: #9f9f9f
}

.ecl-checkbox__icon {
    fill: #fff;
    visibility: hidden
}

.ecl-checkbox--disabled .ecl-checkbox__label {
    color: #9f9f9f;
    cursor: not-allowed
}

.ecl-checkbox--disabled .ecl-checkbox__box {
    background-color: #f5f5f5;
    border-color: #9f9f9f
}

.ecl-checkbox--invalid .ecl-checkbox__box {
    border-color: #da2131
}

.ecl-checkbox--invalid .ecl-checkbox__box .ecl-checkbox__invalid {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-checkbox--invalid .ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    border-color: #981722
}

.ecl-checkbox__required {
    color: #da2131;
    font: normal normal 400 1.25rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    padding-left: .25rem
}

.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__box {
    background: #004494;
    border-color: #004494
}

.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__box--invalid {
    background: #da2131;
    border-color: #da2131
}

.ecl-checkbox__input:checked+.ecl-checkbox__label .ecl-checkbox__icon {
    visibility: visible
}

.ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    border-color: #004494
}

.ecl-checkbox__input:active+.ecl-checkbox__label>.ecl-checkbox__box:not(.ecl-checkbox__box--disabled),
.ecl-checkbox__input:focus+.ecl-checkbox__label>.ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    outline: 2px solid #ffd617;
    outline-offset: -2px
}

.ecl-blockquote {
    border-left: .625rem solid #ffd617;
    margin: 0;
    padding: 1rem 0 1rem 1.5rem
}

.ecl-blockquote__body {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-style: italic;
    margin: 0;
    max-width: 85ch;
    quotes: "“""”"
}

.ecl-blockquote__body:before {
    content: open-quote
}

.ecl-blockquote__body:after {
    content: close-quote
}

.ecl-blockquote__attribution {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-top: 1.5rem
}

.ecl-blockquote__author {
    color: #000;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 600
}

.ecl-blockquote__author:before {
    content: "\2014\2009"
}

@media (min-width:768px) {
    .ecl-blockquote__body {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif;
        font-style: italic
    }

    .ecl-blockquote__attribution {
        margin-top: 2rem
    }

    .ecl-blockquote__attribution,
    .ecl-blockquote__author {
        font: normal normal 400 1.125rem/1.75rem Arial, sans-serif
    }

    .ecl-blockquote__author {
        font-weight: 600
    }
}

.ecl-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .75rem 1rem
}

.ecl-button,
.ecl-button:active,
.ecl-button:focus,
.ecl-button:hover {
    text-decoration: none
}

.ecl-button:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-button[disabled],
.ecl-button[disabled]:hover {
    cursor: not-allowed;
    text-decoration: none
}

.ecl-button__container {
    align-items: center;
    display: flex
}

.ecl-button__icon+.ecl-button__label,
.ecl-button__icon--before {
    margin-right: .5rem
}

.ecl-button__icon--after,
.ecl-button__label+.ecl-button__icon {
    margin-left: .5rem
}

.ecl-button--primary {
    background-color: #004494;
    color: #fff
}

.ecl-button--primary:active,
.ecl-button--primary:hover {
    background-color: #002f67
}

.ecl-button--primary[disabled],
.ecl-button--primary[disabled]:hover {
    background-color: #bfd0e4;
    border-color: #bfd0e4;
    color: #fff
}

.ecl-button--secondary {
    background-color: #fff;
    border: 2px solid #004494;
    color: #004494;
    padding: calc(.75rem - 2px) calc(1rem - 2px)
}

.ecl-button--secondary:active,
.ecl-button--secondary:hover {
    border-color: #002f67;
    color: #002f67
}

.ecl-button--secondary[disabled],
.ecl-button--secondary[disabled]:hover {
    background-color: #fff;
    border-color: #bfd0e4;
    color: #bfd0e4
}

.ecl-button--ghost {
    color: #004494
}

.ecl-button--ghost:active,
.ecl-button--ghost:hover {
    color: #002f67
}

.ecl-button--ghost[disabled],
.ecl-button--ghost[disabled]:hover {
    color: #bfd0e4
}

.ecl-button--call {
    background-color: #ffd617;
    color: #000
}

.ecl-button--call:active,
.ecl-button--call:hover {
    border: 2px solid #000;
    padding: calc(.75rem - 2px) calc(1rem - 2px)
}

.ecl-button--call:focus {
    outline-color: #000
}

.ecl-button--call[disabled],
.ecl-button--call[disabled]:hover {
    background-color: #fff4bb;
    border-color: #fff4bb;
    color: #9f9f9f
}

.ecl-button--search {
    background-color: #ebebeb;
    color: #004494
}

.ecl-button--search:active,
.ecl-button--search:hover {
    background-color: #cfcfcf
}

.ecl-button--search[disabled],
.ecl-button--search[disabled]:hover {
    background-color: #f5f5f5;
    color: #9f9f9f
}

.ecl-date-block {
    background-color: #004494;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 5rem
}

.ecl-date-block:before {
    left: .75rem
}

.ecl-date-block:after,
.ecl-date-block:before {
    background-color: #fff;
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: .6rem;
    position: absolute;
    top: -.3rem;
    width: .6rem
}

.ecl-date-block:after {
    right: .75rem
}

.ecl-date-block__day {
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif;
    font-weight: 600;
    padding-top: .5rem
}

.ecl-date-block__day,
.ecl-date-block__month {
    color: #fff;
    padding-left: .25rem;
    padding-right: .25rem
}

.ecl-date-block__month {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    padding-bottom: .25rem;
    text-decoration: none !important;
    text-transform: uppercase
}

.ecl-date-block__year {
    background-color: #ebebeb;
    border-top: 1px solid #cfcfcf;
    color: #404040;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    padding: .25rem
}

@media (min-width:996px) {
    .ecl-date-block {
        width: 6.3rem
    }

    .ecl-date-block__month {
        padding-bottom: .5rem
    }

    .ecl-date-block__year {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.ecl-date-block--ongoing {
    background-color: #ffd617
}

.ecl-date-block--ongoing .ecl-date-block__day,
.ecl-date-block--ongoing .ecl-date-block__month {
    color: #404040
}

.ecl-date-block--ongoing .ecl-date-block__year {
    background-color: #ebebeb;
    border-top-color: #cfcfcf;
    color: #404040
}

.ecl-date-block--canceled {
    background-color: #ebebeb
}

.ecl-date-block--canceled .ecl-date-block__day,
.ecl-date-block--canceled .ecl-date-block__month {
    color: #404040
}

.ecl-date-block--canceled .ecl-date-block__year {
    background-color: #ebebeb;
    border-top-color: #cfcfcf;
    color: #404040
}

.ecl-date-block--past {
    background-color: #fff;
    border-top-color: #9f9f9f;
    outline: 1px solid #9f9f9f;
    outline-offset: -1px
}

.ecl-date-block--past:after,
.ecl-date-block--past:before {
    border: 1px solid #9f9f9f
}

.ecl-date-block--past .ecl-date-block__day,
.ecl-date-block--past .ecl-date-block__month {
    color: #404040
}

.ecl-date-block--past .ecl-date-block__year {
    background-color: #fff;
    color: #404040
}

.ecl-label {
    display: inline-block;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin: 0;
    padding: .25rem 1rem;
    text-transform: uppercase
}

.ecl-label,
.ecl-label--low {
    background-color: #e3e3e3
}

.ecl-label--medium {
    background-color: #fff4bb
}

.ecl-label--high {
    background-color: #ffd617
}

.ecl-link {
    color: #004494;
    margin: 0;
    text-decoration: underline
}

.ecl-link:focus,
.ecl-link:hover {
    color: #000
}

.ecl-link:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px
}

.ecl-link--icon-after,
.ecl-link--icon-before {
    display: inline-block
}

.ecl-link--icon {
    text-decoration: none
}

.ecl-link--icon .ecl-link__icon {
    fill: currentColor;
    position: relative;
    top: -1px;
    vertical-align: middle
}

.ecl-link--icon:not(.ecl-link--standalone) .ecl-link__label {
    text-decoration: underline
}

.ecl-link--standalone {
    font-family: Arial, sans-serif;
    text-decoration: none
}

.ecl-link--standalone.ecl-link--icon:focus .ecl-link__label,
.ecl-link--standalone.ecl-link--icon:hover .ecl-link__label,
.ecl-link--standalone:not(.ecl-link--icon):focus,
.ecl-link--standalone:not(.ecl-link--icon):hover {
    text-decoration: underline
}

.ecl-link--cta {
    background-color: #ffd617;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    padding: .75rem 1rem
}

.ecl-link--cta:active,
.ecl-link--cta:hover {
    border: 2px solid #000;
    padding: calc(.75rem - 2px) calc(1rem - 2px)
}

.ecl-link--cta:focus {
    outline-color: #000;
    outline-offset: -3px
}

.ecl-message {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 1.5rem 1rem 1rem 1.5rem;
    position: relative
}

.ecl-message__icon {
    flex-shrink: 0;
    margin-right: 1rem
}

.ecl-message__content {
    width: 100%
}

.ecl-message__title {
    color: #000;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    max-width: 80ch
}

.ecl-message__description {
    color: #404040;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin: 0;
    max-width: 80ch;
    padding-bottom: 2rem
}

.ecl-message__close {
    bottom: .25rem;
    color: #000;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    position: absolute;
    right: 0
}

.no-js .ecl-message__close {
    display: none
}

@supports (display:grid) {
    .ecl-message__content {
        display: -ms-grid;
        display: grid
    }

    .ecl-message__description,
    .ecl-message__title {
        -ms-grid-column: 1;
        grid-column-start: 1
    }

    .ecl-message__description {
        padding-bottom: 0
    }

    .ecl-message__close {
        -ms-grid-row-align: self-end;
        align-self: self-end;
        bottom: auto;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-column-align: end;
        justify-self: end;
        margin-bottom: -.75rem;
        position: relative;
        right: auto
    }
}

@media (min-width:768px) {
    .ecl-message {
        padding-bottom: 1.5rem
    }

    .ecl-message__description {
        font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
        padding-bottom: 0
    }

    .ecl-message__close {
        bottom: auto;
        font: normal normal 400 1rem/1.25rem Arial, sans-serif;
        top: .75rem
    }

    @supports (display:grid) {
        .ecl-message__content {
            -ms-grid-columns: auto -webkit-max-content;
            -ms-grid-columns: auto max-content;
            grid-template-columns: auto -webkit-max-content;
            grid-template-columns: auto max-content
        }

        .ecl-message__close {
            -ms-grid-row-align: self-start;
            align-self: self-start;
            -ms-grid-column: 2;
            grid-column-start: 2;
            -ms-grid-row-span: 2;
            grid-row-end: span 2;
            -ms-grid-row: 1;
            grid-row-start: 1;
            margin-bottom: 0;
            margin-top: -.75rem;
            position: relative;
            right: auto;
            top: auto
        }
    }
}

.ecl-message--info {
    border: 2px solid #006fb4
}

.ecl-message--info .ecl-message__icon {
    fill: #006fb4
}

.ecl-message--success {
    border: 2px solid #467a39
}

.ecl-message--success .ecl-message__icon {
    fill: #467a39
}

.ecl-message--warning {
    border: 2px solid #f29527
}

.ecl-message--warning .ecl-message__icon {
    fill: #f29527
}

.ecl-message--error {
    border: 2px solid #da2131
}

.ecl-message--error .ecl-message__icon {
    fill: #da2131
}

.ecl-site-switcher {
    background-color: #f5f5f5;
    margin: 0
}

.ecl-site-switcher,
.ecl-site-switcher__link {
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-site-switcher__link {
    font-weight: 600;
    padding: .75rem 1rem;
    text-decoration: none
}

.ecl-site-switcher__link--is-external:after,
.ecl-site-switcher__link:after {
    content: none
}

.ecl-site-switcher__link:focus,
.ecl-site-switcher__link:hover {
    color: #404040;
    outline-offset: -3px;
    text-decoration: underline
}

@media (max-width:767px) {
    .ecl-site-switcher__container {
        max-width: 100%;
        padding: 0;
        width: 100%
    }
}

.ecl-site-switcher__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.ecl-site-switcher__option {
    display: inline-block;
    flex-grow: 1;
    text-align: center;
    vertical-align: middle
}

.ecl-site-switcher__option--is-selected {
    background-color: #004494
}

.ecl-site-switcher__option--is-selected .ecl-site-switcher__link {
    color: #fff
}

.ecl-site-switcher--footer .ecl-site-switcher__option,
.ecl-site-switcher--header .ecl-site-switcher__option {
    position: relative
}

.ecl-site-switcher--footer .ecl-site-switcher__option--is-selected:after,
.ecl-site-switcher--header .ecl-site-switcher__option--is-selected:after {
    border: .5rem solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -.5rem;
    pointer-events: none;
    position: absolute;
    width: 0
}

.ecl-site-switcher--header .ecl-site-switcher__option--is-selected:after {
    border-top-color: #004494
}

.ecl-site-switcher--footer .ecl-site-switcher__option--is-selected:after {
    border-bottom-color: #004494
}

@media (min-width:768px) {
    .ecl-site-switcher__option {
        flex-grow: 0
    }

    .ecl-site-switcher--footer .ecl-site-switcher__list {
        justify-content: flex-end
    }
}

.ecl-table {
    border-collapse: collapse;
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0;
    width: 100%
}

.ecl-table__head {
    display: none
}

.ecl-table__cell {
    border-top: 1px solid #cfcfcf;
    display: flex;
    padding: .75rem
}

.ecl-table__cell:before {
    background-color: #f2f5f9;
    border-right: 2px solid #9f9f9f;
    content: attr(data-ecl-table-header);
    display: block;
    flex-basis: 10rem;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 600;
    margin: -.75rem .75rem -.75rem -.75rem;
    padding: .75rem 1rem .75rem .75rem
}

.ecl-table__cell:last-of-type {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 1.5rem
}

@media (min-width:996px) {
    .ecl-table__head {
        background-color: #f2f5f9;
        display: table-header-group
    }

    .ecl-table__header {
        font-weight: 600;
        padding: .75rem 1rem;
        text-align: left;
        vertical-align: bottom
    }

    .ecl-table__row {
        border-bottom: 1px solid #cfcfcf;
        border-top-width: 0
    }

    .ecl-table__head .ecl-table__row:first-child {
        border-bottom: 2px solid #9f9f9f
    }

    .ecl-table__cell {
        border-width: 0;
        display: table-cell;
        padding: .75rem 1rem
    }

    .ecl-table__cell:before {
        display: none
    }
}

.ecl-table--zebra .ecl-table__cell:nth-of-type(2n) {
    background-color: #f5f5f5
}

@media (min-width:996px) {
    .ecl-table--zebra .ecl-table__body .ecl-table__row:nth-of-type(2n) {
        background-color: #f5f5f5
    }

    .ecl-table--zebra .ecl-table__cell:nth-of-type(2n) {
        background-color: transparent
    }
}

.ecl-table__cell[data-ecl-table-header-group] {
    padding-top: calc(3.5rem + 1px);
    position: relative
}

.ecl-table__cell[data-ecl-table-header-group]:after {
    background-color: #f2f5f9;
    border-bottom: 1px solid #cfcfcf;
    content: attr(data-ecl-table-header-group);
    display: block;
    font-weight: 600;
    left: 0;
    padding-bottom: .75rem;
    padding-left: .75rem;
    padding-top: .75rem;
    position: absolute;
    top: 0;
    width: calc(100% - .75rem)
}

.ecl-table__cell--group:before {
    background-color: #fff;
    border-right-color: #fff;
    margin-left: -.75rem;
    margin-right: 0;
    padding-left: 1.5rem
}

@media (min-width:996px) {
    .ecl-table__head .ecl-table__row:not(:first-child) {
        background-color: #fff;
        border-bottom-width: 0
    }

    .ecl-table__head .ecl-table__row:not(:first-child) .ecl-table__header:not(:empty) {
        background-color: #f2f5f9
    }

    .ecl-table__cell[data-ecl-table-header-group]:after {
        display: none
    }

    .ecl-table__cell--group {
        padding-left: .75rem
    }

    .ecl-table__cell[data-ecl-table-header-group] {
        padding-top: .75rem
    }
}

.ecl-tag {
    align-items: center;
    background-color: #e3e3e3;
    border-radius: 1rem;
    border-width: 0;
    box-sizing: border-box;
    color: #404040;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    padding: .5rem .75rem;
    text-decoration: underline;
    white-space: nowrap
}

.ecl-tag:active,
.ecl-tag:focus,
.ecl-tag:hover {
    text-decoration: none
}

.ecl-tag:focus {
    box-shadow: inset 0 0 0 3px #ffd617;
    outline: none
}

.ecl-tag--removable {
    pointer-events: none;
    text-decoration: none
}

.ecl-tag--removable:focus,
.ecl-tag--removable:hover {
    background-color: #404040;
    color: #fff
}

.ecl-tag__icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-width: 0;
    height: 1rem;
    margin-left: .5rem;
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 1rem
}

.ecl-tag__icon:focus {
    outline: 3px solid #ffd617
}

.ecl-tag__icon-close {
    fill: #404040;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0
}

.ecl-tag__icon-close-filled {
    fill: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.ecl-tag:focus .ecl-tag__icon-close,
.ecl-tag:hover .ecl-tag__icon-close {
    opacity: 0
}

.ecl-tag:focus .ecl-tag__icon-close-filled,
.ecl-tag:hover .ecl-tag__icon-close-filled {
    opacity: 1
}

.ecl-hero-banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    position: relative
}

.ecl-hero-banner__container {
    display: flex;
    width: 100%
}

.ecl-hero-banner__content {
    box-sizing: content-box;
    display: block;
    padding: 1.5rem
}

.ecl-hero-banner__image {
    background-size: cover;
    height: 33.33333vw;
    position: relative;
    width: 100%
}

.ecl-hero-banner__title {
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif;
    margin-bottom: 1rem;
    margin-top: 0
}

.ecl-hero-banner__description {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-bottom: 1rem;
    margin-top: 0
}

.ecl-hero-banner__link {
    font-weight: 600;
    padding: 1rem .75rem
}

@media (min-width:996px) {
    .ecl-hero-banner {
        height: 1px;
        min-height: 33.33333vw
    }

    .ecl-hero-banner__container {
        padding: 1.5rem
    }

    .ecl-hero-banner__content {
        max-width: 42.5rem
    }

    .ecl-hero-banner__image {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }

    .ecl-hero-banner__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        margin-bottom: 1rem
    }

    .ecl-hero-banner__description {
        font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
        margin-bottom: 1.5rem
    }
}

.ecl-hero-banner--centered .ecl-hero-banner__container {
    justify-content: center
}

.ecl-hero-banner--centered .ecl-hero-banner__content {
    text-align: center
}

.ecl-hero-banner--default {
    background-color: #f5f5f5
}

.ecl-hero-banner--default .ecl-hero-banner__title {
    color: #000
}

.ecl-hero-banner--default .ecl-hero-banner__description {
    color: #404040
}

.ecl-hero-banner--primary {
    background-color: #004494
}

.ecl-hero-banner--primary .ecl-hero-banner__description,
.ecl-hero-banner--primary .ecl-hero-banner__link,
.ecl-hero-banner--primary .ecl-hero-banner__link:focus,
.ecl-hero-banner--primary .ecl-hero-banner__link:hover,
.ecl-hero-banner--primary .ecl-hero-banner__title {
    color: #fff
}

.ecl-hero-banner--image .ecl-hero-banner__container {
    border-top: 4px solid #ffd617
}

.ecl-hero-banner--image .ecl-hero-banner__content {
    padding-top: calc(1.5rem - 4px)
}

.ecl-hero-banner--image .ecl-hero-banner__title {
    color: #000
}

.ecl-hero-banner--image .ecl-hero-banner__description {
    color: #404040
}

@media (min-width:996px) {
    .ecl-hero-banner--image .ecl-hero-banner__container {
        border-top-width: 0
    }

    .ecl-hero-banner--image .ecl-hero-banner__content {
        background-color: #fff;
        border-bottom: 4px solid #ffd617;
        border-top-width: 0;
        padding: 2rem calc(2rem - 4px) 2rem 2rem
    }
}

.ecl-hero-banner--image-shade .ecl-hero-banner__image:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.ecl-hero-banner--image-shade .ecl-hero-banner__title {
    color: #000
}

.ecl-hero-banner--image-shade .ecl-hero-banner__description {
    color: #404040
}

@media (min-width:996px) {

    .ecl-hero-banner--image-shade .ecl-hero-banner__description,
    .ecl-hero-banner--image-shade .ecl-hero-banner__link,
    .ecl-hero-banner--image-shade .ecl-hero-banner__link:focus,
    .ecl-hero-banner--image-shade .ecl-hero-banner__link:hover,
    .ecl-hero-banner--image-shade .ecl-hero-banner__title {
        color: #fff
    }
}

.ecl-page-banner {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    position: relative
}

.ecl-page-banner__container {
    display: flex;
    width: 100%
}

.ecl-page-banner__content {
    box-sizing: content-box;
    display: block;
    padding: 1.5rem
}

.ecl-page-banner__image {
    background-size: cover;
    height: 25vw;
    position: relative;
    width: 100%
}

.ecl-page-banner__title {
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    margin: 0
}

.ecl-page-banner__baseline {
    font: normal normal 400 1.125rem/1.5rem Arial, sans-serif;
    margin: 0
}

.ecl-page-banner__button {
    margin-top: 1rem
}

.ecl-page-banner__link {
    font-weight: 600;
    margin-top: 1rem;
    padding: 1rem .75rem
}

.ecl-page-banner__link-cta {
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-page-banner__content {
        padding: 2rem
    }
}

@media (min-width:996px) {
    .ecl-page-banner {
        height: 1px;
        min-height: 25vw
    }

    .ecl-page-banner__container {
        padding: 1.5rem
    }

    .ecl-page-banner__content {
        max-width: 42.5rem
    }

    .ecl-page-banner__image {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }

    .ecl-page-banner__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif
    }

    .ecl-page-banner__baseline {
        font: normal normal 400 1.25rem/1.5rem Arial, sans-serif
    }

    .ecl-page-banner__button {
        margin-top: 1.5rem
    }
}

.ecl-page-banner--centered .ecl-page-banner__container {
    justify-content: center
}

.ecl-page-banner--centered .ecl-page-banner__content {
    text-align: center
}

.ecl-page-banner--default {
    background-color: #f5f5f5
}

.ecl-page-banner--default .ecl-page-banner__title {
    color: #000
}

.ecl-page-banner--default .ecl-page-banner__baseline {
    color: #404040
}

.ecl-page-banner--primary {
    background-color: #004494
}

.ecl-page-banner--primary .ecl-page-banner__baseline,
.ecl-page-banner--primary .ecl-page-banner__link,
.ecl-page-banner--primary .ecl-page-banner__link:focus,
.ecl-page-banner--primary .ecl-page-banner__link:hover,
.ecl-page-banner--primary .ecl-page-banner__title {
    color: #fff
}

.ecl-page-banner--image .ecl-page-banner__container {
    border-top: 4px solid #ffd617
}

.ecl-page-banner--image .ecl-page-banner__content {
    padding-top: calc(1.5rem - 4px)
}

.ecl-page-banner--image .ecl-page-banner__title {
    color: #000
}

.ecl-page-banner--image .ecl-page-banner__baseline {
    color: #404040
}

@media (min-width:768px) {
    .ecl-page-banner--image .ecl-page-banner__content {
        padding: calc(2rem - 4px) 2rem 2rem
    }
}

@media (min-width:996px) {
    .ecl-page-banner--image .ecl-page-banner__container {
        border-top-width: 0
    }

    .ecl-page-banner--image .ecl-page-banner__content {
        background-color: #fff;
        border-bottom: 4px solid #ffd617;
        border-top-width: 0;
        padding: 2rem 2rem calc(2rem - 4px)
    }
}

.ecl-page-banner--image-shade .ecl-page-banner__image:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.ecl-page-banner--image-shade .ecl-page-banner__title {
    color: #000
}

.ecl-page-banner--image-shade .ecl-page-banner__baseline {
    color: #404040
}

@media (min-width:996px) {

    .ecl-page-banner--image-shade .ecl-page-banner__baseline,
    .ecl-page-banner--image-shade .ecl-page-banner__link,
    .ecl-page-banner--image-shade .ecl-page-banner__link:focus,
    .ecl-page-banner--image-shade .ecl-page-banner__link:hover,
    .ecl-page-banner--image-shade .ecl-page-banner__title {
        color: #fff
    }
}

.ecl-breadcrumb {
    background-color: #004494;
    margin: 0
}

.ecl-breadcrumb__container {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 calc(1rem - 1px)
}

.ecl-breadcrumb__container:after {
    clear: both;
    content: "";
    display: block
}

.ecl-breadcrumb__segment {
    display: inline-flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem;
    max-width: 100%
}

.ecl-breadcrumb__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden
}

.no-js .ecl-breadcrumb__segment[aria-hidden=true] {
    position: static;
    visibility: visible
}

.no-js .ecl-breadcrumb__segment--ellipsis[aria-hidden=false] {
    display: none
}

.ecl-breadcrumb__ellipsis {
    background-color: transparent;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ecl-breadcrumb__ellipsis:hover {
    background-color: #003776
}

.ecl-breadcrumb__ellipsis:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px
}

.ecl-breadcrumb__link {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ecl-breadcrumb__link:active,
.ecl-breadcrumb__link:focus,
.ecl-breadcrumb__link:hover,
.ecl-breadcrumb__link:visited {
    color: #fff
}

.ecl-breadcrumb__icon {
    fill: #fff;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: text-bottom
}

.ecl-breadcrumb__current-page {
    color: #bfd0e4;
    font-weight: 600
}

.ecl-breadcrumb-core {
    background-color: #004494;
    margin: 0
}

.ecl-breadcrumb-core__container {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 calc(1rem - 1px)
}

.ecl-breadcrumb-core__container:after {
    clear: both;
    content: "";
    display: block
}

.ecl-breadcrumb-core__segment {
    align-items: center;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem;
    max-width: 100%
}

.ecl-breadcrumb-core__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden
}

.no-js .ecl-breadcrumb-core__segment[aria-hidden=true] {
    position: static;
    visibility: visible
}

.no-js .ecl-breadcrumb-core__segment--ellipsis[aria-hidden=false] {
    display: none
}

.ecl-breadcrumb-core__ellipsis {
    background-color: transparent;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ecl-breadcrumb-core__ellipsis:hover {
    background-color: #003776
}

.ecl-breadcrumb-core__ellipsis:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px
}

.ecl-breadcrumb-core__link {
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ecl-breadcrumb-core__link:active,
.ecl-breadcrumb-core__link:focus,
.ecl-breadcrumb-core__link:hover,
.ecl-breadcrumb-core__link:visited {
    color: #fff
}

.ecl-breadcrumb-core__icon {
    fill: #fff;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: text-bottom
}

.ecl-breadcrumb-core__current-page {
    color: #bfd0e4;
    font-weight: 600
}

.ecl-breadcrumb-harmonised {
    background-color: transparent;
    margin: 0
}

.ecl-breadcrumb-harmonised__container {
    border-bottom: 1px solid #bfd0e4;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 calc(1rem - 1px)
}

.ecl-breadcrumb-harmonised__container:after {
    clear: both;
    content: "";
    display: block
}

.ecl-breadcrumb-harmonised__segment {
    align-items: center;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem;
    max-width: 100%
}

.ecl-breadcrumb-harmonised__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden
}

.no-js .ecl-breadcrumb-harmonised__segment[aria-hidden=true] {
    position: static;
    visibility: visible
}

.no-js .ecl-breadcrumb-harmonised__segment--ellipsis[aria-hidden=false] {
    display: none
}

.ecl-breadcrumb-harmonised__ellipsis {
    background-color: transparent;
    border-width: 0;
    box-sizing: border-box;
    color: #004494;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ecl-breadcrumb-harmonised__ellipsis:hover {
    background-color: #f2f5f9
}

.ecl-breadcrumb-harmonised__ellipsis:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px
}

.ecl-breadcrumb-harmonised__link {
    color: #004494;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ecl-breadcrumb-harmonised__link:active,
.ecl-breadcrumb-harmonised__link:focus,
.ecl-breadcrumb-harmonised__link:hover,
.ecl-breadcrumb-harmonised__link:visited {
    color: #004494
}

.ecl-breadcrumb-harmonised__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: text-bottom
}

.ecl-breadcrumb-harmonised__current-page {
    color: #707070;
    font-weight: 600
}

.ecl-breadcrumb-standardised {
    background-color: transparent;
    margin: 0
}

.ecl-breadcrumb-standardised__container {
    border-bottom: 1px solid #bfd0e4;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 calc(1rem - 1px)
}

.ecl-breadcrumb-standardised__container:after {
    clear: both;
    content: "";
    display: block
}

.ecl-breadcrumb-standardised__segment {
    align-items: center;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem;
    max-width: 100%
}

.ecl-breadcrumb-standardised__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden
}

.no-js .ecl-breadcrumb-standardised__segment[aria-hidden=true] {
    position: static;
    visibility: visible
}

.no-js .ecl-breadcrumb-standardised__segment--ellipsis[aria-hidden=false] {
    display: none
}

.ecl-breadcrumb-standardised__ellipsis {
    background-color: transparent;
    border-width: 0;
    box-sizing: border-box;
    color: #004494;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.ecl-breadcrumb-standardised__ellipsis:hover {
    background-color: #f2f5f9
}

.ecl-breadcrumb-standardised__ellipsis:focus {
    outline: 3px solid #ffd617;
    outline-offset: 2px
}

.ecl-breadcrumb-standardised__link {
    color: #004494;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ecl-breadcrumb-standardised__link:active,
.ecl-breadcrumb-standardised__link:focus,
.ecl-breadcrumb-standardised__link:hover,
.ecl-breadcrumb-standardised__link:visited {
    color: #004494
}

.ecl-breadcrumb-standardised__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-left: .5rem;
    margin-right: .5rem;
    vertical-align: text-bottom
}

.ecl-breadcrumb-standardised__current-page {
    color: #707070;
    font-weight: 600
}

.ecl-card {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding-left: calc(.75rem - 1px);
    padding-right: calc(.75rem - 1px);
    width: 100%
}

.ecl-card__image {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: auto;
    margin-top: calc(.75rem - 1px);
    width: 100%
}

.ecl-card__image:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
    width: 100%
}

.ecl-card__meta {
    color: #707070;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-card__title {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 700;
    margin-top: .75rem
}

.ecl-card__description {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-card__info-container {
    list-style: none;
    margin-top: 1rem;
    padding: 0
}

.ecl-card__info-item {
    align-content: center;
    color: #707070;
    display: flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .75rem
}

.ecl-card__info-item:first-child {
    margin-top: 0
}

.ecl-card__info-label {
    margin-left: .75rem
}

.ecl-card__link-container {
    list-style: none;
    margin-top: 2rem;
    padding: 0
}

.ecl-card__link-item {
    margin-top: .75rem
}

.ecl-card__link-item:first-child {
    margin-top: 0
}

.ecl-card__link {
    display: block;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    font-weight: 600
}

.ecl-card__tag-container {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.ecl-card__tag-item {
    margin: 1rem .5rem 0 0
}

.ecl-card__tag-item:last-child {
    margin-right: 0
}

.ecl-card--tile .ecl-card__title {
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    font-weight: 700;
    margin-top: calc(1.5rem - 1px)
}

.ecl-card__meta+.ecl-card__title {
    margin-top: .5rem
}

.ecl-card>:last-child {
    margin-bottom: calc(.75rem - 1px)
}

.ecl-card--tile>:last-child {
    margin-bottom: calc(1.5rem - 1px)
}

.ecl-card__title:last-child {
    margin-bottom: 1rem
}

.ecl-contextual-navigation {
    display: flex;
    flex-direction: column;
    margin: 0
}

.ecl-contextual-navigation__label {
    color: #000;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-contextual-navigation__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: .75rem;
    padding-left: 0
}

.ecl-contextual-navigation__item {
    border-right: 1px solid #9f9f9f;
    display: block;
    margin-right: .75rem;
    padding-right: .75rem
}

.ecl-contextual-navigation__item:last-child {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0
}

.ecl-contextual-navigation__item--collapsed {
    display: none
}

.no-js .ecl-contextual-navigation__item--collapsed {
    display: block
}

.no-js .ecl-contextual-navigation__item--more {
    display: none
}

.ecl-contextual-navigation__list[aria-expanded=true] .ecl-contextual-navigation__item--collapsed {
    display: block
}

.ecl-contextual-navigation__more {
    font-weight: 400;
    line-height: 1;
    padding: 0
}

.ecl-contextual-navigation__more:hover {
    color: #000
}

.ecl-contextual-navigation__more:focus {
    color: #000;
    outline-offset: 2px
}

@media (min-width:480px) {
    .ecl-contextual-navigation {
        flex-direction: row
    }

    .ecl-contextual-navigation__label {
        margin-right: 4rem
    }

    .ecl-contextual-navigation__list {
        margin-top: 0
    }
}

.ecl-expandable {
    margin: 0
}

.ecl-expandable__toggle[aria-expanded=true] .ecl-icon {
    transform: rotate(0deg)
}

.no-js .ecl-expandable__content {
    display: block
}

.ecl-fact-figures {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    margin: 0
}

.ecl-fact-figures__items {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.ecl-fact-figures__item {
    box-sizing: border-box;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.ecl-fact-figures__item:first-of-type {
    margin-top: 0
}

.ecl-fact-figures__icon {
    color: #004494;
    margin-bottom: .75rem
}

.ecl-fact-figures__value {
    color: #004494;
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    font-weight: 600
}

.ecl-fact-figures__title {
    color: #004494;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    font-weight: 600;
    margin-top: .5rem
}

.ecl-fact-figures__description {
    color: #004494;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-top: .75rem
}

.ecl-fact-figures__view-all {
    border-top: 1px solid #bfd0e4;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width:996px) {
    .ecl-fact-figures__item {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 0;
        margin-top: 2rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .ecl-fact-figures__item:first-of-type {
        margin-top: 2rem
    }

    .ecl-fact-figures__items {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 2rem;
        padding-top: 0
    }

    .ecl-fact-figures--col-3 .ecl-fact-figures__item {
        flex-basis: 33%
    }

    .ecl-fact-figures--col-4 .ecl-fact-figures__item {
        flex-basis: 25%
    }

    .ecl-fact-figures__value {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        font-weight: 700
    }

    .ecl-fact-figures__view-all {
        margin-left: 2rem;
        margin-right: 2rem
    }
}

.ecl-footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0
}

.ecl-footer__back-to-top {
    align-self: flex-end;
    background-color: #4073af;
    color: #fff;
    display: none;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .75rem 1rem
}

.ecl-footer__back-to-top:focus,
.ecl-footer__back-to-top:hover {
    color: #fff;
    outline-offset: -3px
}

.ecl-footer--custom .ecl-footer__back-to-top {
    background-color: #bfd0e4;
    color: #004494
}

.ecl-footer--custom .ecl-footer__back-to-top:focus,
.ecl-footer--custom .ecl-footer__back-to-top:hover {
    color: #004494;
    outline-offset: -3px
}

@media (min-width:480px) {
    .ecl-footer__back-to-top {
        display: block
    }
}

.ecl-footer__identity {
    background-color: #bfd0e4;
    color: #004494;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.ecl-footer__identity-title {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}

.ecl-footer__identity-follow {
    display: flex;
    flex-wrap: wrap;
    font: normal normal 400 .875rem/1rem Arial, sans-serif
}

.ecl-footer__identity-label {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 700;
    margin-right: .5rem;
    margin-top: 1rem
}

.ecl-footer__identity-info {
    display: flex;
    flex-wrap: wrap
}

.ecl-footer__identity-link {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-right: 2rem;
    margin-top: 1rem
}

.ecl-footer__identity-link:last-child {
    margin-right: 0
}

@media (min-width:768px) {

    .ecl-footer__identity-follow,
    .ecl-footer__identity-info {
        margin-top: -1rem
    }
}

.ecl-footer__sections {
    background-color: #4073af;
    padding-bottom: 1.5rem
}

.ecl-footer__section-title {
    border-bottom: 2px solid #7fa1c9;
    color: #fff;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-bottom: .75rem
}

.ecl-footer__section-list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.ecl-footer__section-item {
    display: block;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem
}

.ecl-footer__section-link,
.ecl-footer__section-link:focus,
.ecl-footer__section-link:hover {
    color: #fff
}

.ecl-footer__section-list--inline {
    display: inline-flex;
    flex-wrap: wrap
}

.ecl-footer__section-list--inline .ecl-footer__section-item {
    margin-right: 2rem
}

.ecl-footer__section-list--inline .ecl-footer__section-item:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .ecl-footer__sections {
        padding-bottom: 2rem
    }

    .ecl-footer__section-title {
        margin-top: 2rem
    }
}

.ecl-footer__common {
    background-color: #004494;
    color: #fff;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.ecl-footer__common-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem
}

.ecl-footer__common-link {
    color: #fff;
    margin-bottom: 1rem;
    margin-right: 2rem
}

.ecl-footer__common-link:focus,
.ecl-footer__common-link:hover {
    color: #fff
}

.ecl-footer__common-link:last-child {
    margin-right: 0
}

.ecl-footer-core {
    background-color: #004494;
    color: #fff;
    margin: 0;
    padding-bottom: 2rem
}

.ecl-footer-core__container {
    display: flex;
    flex-direction: column
}

.ecl-footer-core__section {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: 1.5rem
}

.ecl-footer-core__section:first-of-type {
    margin-top: 2rem
}

.ecl-footer-core__section>:first-child {
    margin-top: 0
}

.ecl-footer-core__section--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: 1.5rem
}

.ecl-footer-core__title,
.ecl-footer-core__title:active,
.ecl-footer-core__title:focus,
.ecl-footer-core__title:hover {
    color: #fff;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600
}

.ecl-footer-core__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem
}

.ecl-footer-core__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-core__content {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-core__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: 0
}

.ecl-footer-core__list-item {
    margin-top: 1rem
}

.ecl-footer-core__list--condensed .ecl-footer-core__list-item {
    margin-top: .5rem
}

.ecl-footer-core__list-item:first-of-type {
    margin-top: 0
}

.ecl-footer-core__list--inline {
    display: inline-flex;
    flex-wrap: wrap
}

.ecl-footer-core__list--inline .ecl-footer-core__list-item {
    margin-right: 1.5rem;
    margin-top: 0
}

.ecl-footer-core__list--inline .ecl-footer-core__list-item:last-of-type {
    margin-right: 0
}

.ecl-footer-core__link {
    font: normal normal 400 .875rem/1rem Arial, sans-serif
}

.ecl-footer-core__link,
.ecl-footer-core__link:active,
.ecl-footer-core__link:focus,
.ecl-footer-core__link:hover {
    color: #fff
}

@media (min-width:768px) {
    .ecl-footer-core__section {
        margin-top: 2rem
    }

    .ecl-footer-core__section--separator {
        border-bottom-width: 2px;
        padding-bottom: 2rem
    }

    .ecl-footer-core__title,
    .ecl-footer-core__title:active,
    .ecl-footer-core__title:focus,
    .ecl-footer-core__title:hover {
        font: normal normal 400 1rem/1.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-footer-core__title--separator {
        border-bottom-width: 2px
    }

    .ecl-footer-core__description {
        margin-top: 2rem
    }

    .ecl-footer-core__list--columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .ecl-footer-core__link {
        font: normal normal 400 .875rem/1.25rem Arial, sans-serif
    }
}

.ecl-footer-core__section4 {
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-footer-core__container {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: -ms-grid;
        display: grid;
        grid-gap: 0 2rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (minmax(-webkit-min-content, -webkit-max-content))[2];
        -ms-grid-rows: (minmax(min-content, max-content))[2];
        grid-template-rows: repeat(2, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        row-gap: 0
    }

    .ecl-footer-core__section1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2
    }

    .ecl-footer-core__section2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 1/2/2/4
    }

    .ecl-footer-core__section3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3
    }

    .ecl-footer-core__section4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4;
        margin-top: 2rem
    }
}

.ecl-footer-harmonised {
    margin: 0;
    padding-bottom: 2rem
}

.ecl-footer-harmonised__container {
    display: flex;
    flex-direction: column
}

.ecl-footer-harmonised__section {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: 1.5rem
}

.ecl-footer-harmonised__section:first-of-type {
    margin-top: 2rem
}

.ecl-footer-harmonised__section:empty,
.ecl-footer-harmonised__section>:first-child {
    margin-top: 0
}

.ecl-footer-harmonised__section--separator {
    border-bottom: 1px solid transparent;
    padding-bottom: 1.5rem
}

.ecl-footer-harmonised__title,
.ecl-footer-harmonised__title:active,
.ecl-footer-harmonised__title:focus,
.ecl-footer-harmonised__title:hover {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600
}

.ecl-footer-harmonised__title--separator {
    border-bottom: 1px solid transparent;
    padding-bottom: .5rem
}

.ecl-footer-harmonised__description {
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-harmonised__content {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-harmonised__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: 0
}

.ecl-footer-harmonised__list-item {
    margin-top: 1rem
}

.ecl-footer-harmonised__list--condensed .ecl-footer-harmonised__list-item {
    margin-top: .5rem
}

.ecl-footer-harmonised__list-item:first-of-type {
    margin-top: 0
}

.ecl-footer-harmonised__list--inline {
    display: inline-flex;
    flex-wrap: wrap
}

.ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item {
    margin-right: 1.5rem;
    margin-top: 0
}

.ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item:last-of-type {
    margin-right: 0
}

.ecl-footer-harmonised__link {
    font: normal normal 400 .875rem/1rem Arial, sans-serif
}

@media (min-width:768px) {
    .ecl-footer-harmonised__section {
        margin-top: 2rem
    }

    .ecl-footer-harmonised__section:empty {
        margin-top: 0
    }

    .ecl-footer-harmonised__section--separator {
        border-bottom-width: 2px;
        padding-bottom: 2rem
    }

    .ecl-footer-harmonised__title,
    .ecl-footer-harmonised__title:active,
    .ecl-footer-harmonised__title:focus,
    .ecl-footer-harmonised__title:hover {
        font: normal normal 400 1rem/1.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-footer-harmonised__title--separator {
        border-bottom-width: 2px
    }

    .ecl-footer-harmonised__description {
        margin-top: 2rem
    }

    .ecl-footer-harmonised__list--columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .ecl-footer-harmonised__link {
        font: normal normal 400 .875rem/1.25rem Arial, sans-serif
    }
}

.ecl-footer-harmonised--group1 {
    background-color: #004494;
    color: #fff
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--separator {
    border-bottom-color: #7fa1c9
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:active,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:focus,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:hover {
    color: #fff
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__title--separator {
    border-bottom-color: #7fa1c9
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__content,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__description {
    color: #bfd0e4
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:active,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:focus,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:hover {
    color: #fff
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section1,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section2 {
    order: 1
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section3 {
    order: 3
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section4 {
    order: 2
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section5,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section7,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9 {
    order: 4
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6 {
    border-bottom: 1px solid #7fa1c9;
    border-top: 1px solid #7fa1c9;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6:empty {
    border-top-width: 0
}

.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8,
.ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9 {
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__container {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: -ms-grid;
        display: grid;
        grid-gap: 0 2rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (minmax(-webkit-min-content, -webkit-max-content))[4];
        -ms-grid-rows: (minmax(min-content, max-content))[4];
        grid-template-rows: repeat(4, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        row-gap: 0
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section5 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6 {
        border-bottom-width: 2px;
        border-top-width: 2px;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 3/1/4/4
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section6:empty {
        border-top-width: 0
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section7 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section8 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4/2/5/3;
        margin-top: 2rem
    }

    .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section9 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 4/3/5/4;
        margin-top: 2rem
    }
}

.ecl-footer-harmonised--group2 {
    background-color: #f5f5f5;
    color: #004494
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section--separator {
    border-bottom-color: #004494
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:active,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:focus,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title:hover {
    color: #004494
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__title--separator {
    border-bottom-color: #004494
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__content,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__description,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:active,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:focus,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:hover {
    color: #004494
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section1 {
    margin-top: 1.5rem
}

.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section2,
.ecl-footer-harmonised--group2 .ecl-footer-harmonised__section3 {
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-footer-harmonised--group2 .ecl-footer-harmonised__container {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: -ms-grid;
        display: grid;
        grid-gap: 0 2rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (minmax(-webkit-min-content, -webkit-max-content))[1];
        -ms-grid-rows: (minmax(min-content, max-content))[1];
        grid-template-rows: repeat(1, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(1, minmax(min-content, max-content));
        row-gap: 0
    }

    .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/2/2;
        margin-top: 2rem
    }

    .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3;
        margin-top: 2rem
    }

    .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4;
        margin-top: 2rem
    }
}

.ecl-footer-harmonised--group3 {
    background-color: #f5f5f5;
    color: #707070;
    padding-bottom: .5rem;
    padding-top: 1rem
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__title {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__title,
.ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:active,
.ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:focus,
.ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:hover {
    color: #707070
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item {
    margin-bottom: .5rem;
    margin-right: .75rem
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item:last-of-type {
    margin-right: 0
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo {
    height: 2rem
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__section1 {
    margin: 0
}

.ecl-footer-harmonised--group3 .ecl-footer-harmonised__section2 {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: .5rem
}

@media (min-width:768px) {
    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__container {
        flex-direction: row
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section1 {
        margin-bottom: 1rem
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section2 {
        margin-left: 2rem;
        margin-top: 0
    }
}

@media (min-width:996px) {
    .ecl-footer-harmonised--group3 {
        padding-bottom: 1rem
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-list {
        margin-bottom: 0
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item {
        margin-bottom: 0;
        margin-right: 1.5rem
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo {
        height: 2.5rem
    }

    .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section1 {
        margin-bottom: 0
    }
}

.ecl-footer-standardised {
    background-color: #004494;
    color: #fff;
    margin: 0;
    padding-bottom: 2rem
}

.ecl-footer-standardised__container {
    display: flex;
    flex-direction: column
}

.ecl-footer-standardised__section {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: 1.5rem
}

.ecl-footer-standardised__section:first-of-type {
    margin-top: 2rem
}

.ecl-footer-standardised__section:empty,
.ecl-footer-standardised__section>:first-child {
    margin-top: 0
}

.ecl-footer-standardised__section--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: 1.5rem
}

.ecl-footer-standardised__title,
.ecl-footer-standardised__title:active,
.ecl-footer-standardised__title:focus,
.ecl-footer-standardised__title:hover {
    color: #fff;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600
}

.ecl-footer-standardised__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem
}

.ecl-footer-standardised__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-standardised__content {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-footer-standardised__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: 0
}

.ecl-footer-standardised__list-item {
    margin-top: 1rem
}

.ecl-footer-standardised__list--condensed .ecl-footer-standardised__list-item {
    margin-top: .5rem
}

.ecl-footer-standardised__list-item:first-of-type {
    margin-top: 0
}

.ecl-footer-standardised__list--inline {
    display: inline-flex;
    flex-wrap: wrap
}

.ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item {
    margin-right: 1.5rem;
    margin-top: 0
}

.ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item:last-of-type {
    margin-right: 0
}

.ecl-footer-standardised__link {
    font: normal normal 400 .875rem/1rem Arial, sans-serif
}

.ecl-footer-standardised__link,
.ecl-footer-standardised__link:active,
.ecl-footer-standardised__link:focus,
.ecl-footer-standardised__link:hover {
    color: #fff
}

@media (min-width:768px) {
    .ecl-footer-standardised__section {
        margin-top: 2rem
    }

    .ecl-footer-standardised__section:empty {
        margin-top: 0
    }

    .ecl-footer-standardised__section--separator {
        border-bottom-width: 2px;
        padding-bottom: 2rem
    }

    .ecl-footer-standardised__title,
    .ecl-footer-standardised__title:active,
    .ecl-footer-standardised__title:focus,
    .ecl-footer-standardised__title:hover {
        font: normal normal 400 1rem/1.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-footer-standardised__title--separator {
        border-bottom-width: 2px
    }

    .ecl-footer-standardised__description {
        margin-top: 2rem
    }

    .ecl-footer-standardised__list--columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .ecl-footer-standardised__link {
        font: normal normal 400 .875rem/1.25rem Arial, sans-serif
    }
}

.ecl-footer-standardised__section1,
.ecl-footer-standardised__section2 {
    order: 1
}

.ecl-footer-standardised__section3 {
    order: 3
}

.ecl-footer-standardised__section4 {
    order: 2
}

.ecl-footer-standardised__section5,
.ecl-footer-standardised__section6,
.ecl-footer-standardised__section7,
.ecl-footer-standardised__section8,
.ecl-footer-standardised__section9 {
    order: 4
}

.ecl-footer-standardised__section6 {
    border-bottom: 1px solid #7fa1c9;
    border-top: 1px solid #7fa1c9;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-footer-standardised__section6:empty {
    border-top-width: 0
}

.ecl-footer-standardised__section8,
.ecl-footer-standardised__section9 {
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-footer-standardised__container {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        display: -ms-grid;
        display: grid;
        grid-gap: 0 2rem;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (minmax(-webkit-min-content, -webkit-max-content))[4];
        -ms-grid-rows: (minmax(min-content, max-content))[4];
        grid-template-rows: repeat(4, minmax(-webkit-min-content, -webkit-max-content));
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        row-gap: 0
    }

    .ecl-footer-standardised__section1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/3/2
    }

    .ecl-footer-standardised__section2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1/2/2/3
    }

    .ecl-footer-standardised__section3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4
    }

    .ecl-footer-standardised__section4 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2/2/3/3
    }

    .ecl-footer-standardised__section5 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4
    }

    .ecl-footer-standardised__section6 {
        border-bottom-width: 2px;
        border-top-width: 2px;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-area: 3/1/4/4
    }

    .ecl-footer-standardised__section6:empty {
        border-top-width: 0
    }

    .ecl-footer-standardised__section7 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .ecl-footer-standardised__section8 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4/2/5/3;
        margin-top: 2rem
    }

    .ecl-footer-standardised__section9 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 4/3/5/4;
        margin-top: 2rem
    }
}

.ecl-file {
    margin: 0;
    max-width: 823px
}

.ecl-file__container {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem
}

.ecl-file__icon {
    fill: #9f9f9f
}

.ecl-file__info {
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-left: 1rem
}

.ecl-file__title {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    width: 100%
}

.ecl-file__language {
    color: #404040;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    font-weight: 600;
    margin-right: .25rem;
    margin-top: .25rem
}

.ecl-file__meta {
    color: #404040;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .25rem
}

.ecl-file__download {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin-top: 1.5rem;
    width: 100%
}

.ecl-file__translation-container {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.ecl-file__translation-toggle {
    align-self: flex-end;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .25rem;
    margin-right: -1rem;
    margin-top: .25rem
}

.no-js .ecl-file__translation-toggle {
    display: none
}

.ecl-file__translation-list {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.no-js .ecl-file__translation-list {
    display: block
}

.ecl-file__translation-item {
    border-top: 1px solid #9f9f9f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-file__translation-item:last-child {
    padding-bottom: 0
}

.ecl-file__translation-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap
}

.ecl-file__translation-title {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600
}

.ecl-file__translation-meta {
    color: #404040;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: .25rem
}

.ecl-file__translation-download {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: .5rem
}

.ecl-file__translation-description {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-list {
    display: block
}

.ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-toggle .ecl-button__icon {
    transform: rotate(0)
}

@media (min-width:996px) {
    .ecl-file__download {
        margin-top: 0;
        width: auto
    }

    .ecl-file__translation-container {
        padding-left: 5.5rem
    }

    .ecl-file__translation-item {
        flex-direction: row
    }

    .ecl-file__translation-download {
        margin-top: 0
    }
}

.ecl-language-list {
    background-color: #004494;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    min-height: 100vh
}

.ecl-language-list[hidden] {
    display: none
}

.ecl-language-list__container {
    flex-grow: 1
}

.ecl-language-list__column+.ecl-language-list__column {
    margin-top: .5rem
}

.ecl-language-list__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.ecl-language-list__item {
    margin-top: .5rem
}

.ecl-language-list__item:first-child {
    margin-top: 0
}

.ecl-language-list__close-button,
.ecl-language-list__close-button:active,
.ecl-language-list__close-button:focus,
.ecl-language-list__close-button:hover {
    color: #fff
}

.ecl-language-list__link {
    align-items: center;
    background-color: #fff;
    display: flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    justify-content: space-between;
    padding: .75rem 1rem
}

.ecl-language-list__link:hover {
    background-color: #ffd617
}

.ecl-language-list__link:focus {
    outline-offset: -3px
}

.ecl-language-list__link .ecl-link__icon {
    top: 0
}

.ecl-language-list__item--is-active .ecl-language-list__link {
    background-color: #ffd617;
    color: #000;
    outline-color: #000
}

@media (min-width:996px) {
    .ecl-language-list__logo {
        height: 5.5rem;
        width: 11.25rem
    }

    .ecl-language-list__column+.ecl-language-list__column {
        margin-top: 0
    }
}

.ecl-language-list--splash .ecl-language-list__container {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.ecl-language-list__header {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 2rem 0
}

.ecl-language-list__logo {
    height: 3.75rem;
    width: 7.5rem
}

@media (min-width:996px) {
    .ecl-language-list__logo {
        height: 5.5rem;
        width: 11.25rem
    }
}

.ecl-language-list--overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.ecl-language-list--overlay .ecl-language-list__container {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
    width: 100%
}

.ecl-language-list__close {
    display: flex;
    justify-content: flex-end
}

.ecl-language-list__title {
    align-items: center;
    color: #fff;
    display: flex;
    font: normal normal 400 1.125rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.ecl-language-list__title-icon {
    margin-right: 1rem
}

.ecl-media-container {
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    margin: 0
}

.ecl-media-container__media {
    display: block;
    height: auto;
    min-height: 1px;
    object-fit: cover;
    width: 100%
}

.ecl-media-container__caption {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    padding: .75rem
}

.ecl-media-container__media--ratio-16-9 {
    position: relative
}

.ecl-media-container__media--ratio-16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%
}

.ecl-media-container__media--ratio-16-9>iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.ecl-media-container__media--ratio-4-3 {
    position: relative
}

.ecl-media-container__media--ratio-4-3:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%
}

.ecl-media-container__media--ratio-4-3>iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.ecl-media-container__media--ratio-3-2 {
    position: relative
}

.ecl-media-container__media--ratio-3-2:before {
    content: "";
    display: block;
    padding-top: 66.66667%;
    width: 100%
}

.ecl-media-container__media--ratio-3-2>iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.ecl-media-container__media--ratio-1-1 {
    position: relative
}

.ecl-media-container__media--ratio-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%
}

.ecl-media-container__media--ratio-1-1>iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.ecl-menu {
    background-color: #004494;
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-menu__container {
    position: static
}

.ecl-menu__inner {
    background-color: #004494;
    bottom: 0;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 50
}

.no-js .ecl-menu__inner {
    display: flex
}

.ecl-menu[aria-expanded=true] .ecl-menu__inner {
    right: 0
}

@media (min-width:480px) {
    .ecl-menu__inner {
        right: -25rem;
        width: 25rem
    }

    .ecl-menu__overlay {
        background-color: rgba(0, 0, 0, .5);
        content: "";
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 50
    }

    .ecl-menu[aria-expanded=true] .ecl-menu__overlay {
        display: block
    }
}

@media (min-width:996px) {
    .ecl-menu {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) {
        padding-bottom: 0
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner {
        background-color: transparent;
        display: block;
        overflow-y: visible;
        position: relative;
        right: 0;
        transition: none;
        width: 100%
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__overlay {
        display: none
    }
}

.ecl-menu__site-name {
    color: #fff;
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif
}

.ecl-menu__open {
    align-items: center;
    display: flex;
    flex-direction: column;
    float: right;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-top: -.5rem;
    padding: .5rem
}

.ecl-menu__open,
.ecl-menu__open:active,
.ecl-menu__open:focus,
.ecl-menu__open:hover,
.ecl-menu__open:visited {
    color: #fff
}

.ecl-menu__open:focus {
    outline-offset: -3px
}

@media (min-width:996px) {
    .ecl-menu__site-name {
        font: normal normal 400 1.75rem/2rem Arial, sans-serif
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__site-name {
        margin-bottom: 1.5rem
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner-header,
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__open {
        display: none
    }
}

.ecl-menu__inner-header {
    background-color: #004494;
    padding: 1.5rem 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 52
}

.ecl-menu__back,
.ecl-menu__title {
    color: #fff;
    font: normal normal 400 1.25rem/1.5rem Arial, sans-serif
}

.ecl-menu__back {
    display: none;
    margin: -.75rem -.5rem;
    padding: .75rem .5rem
}

.ecl-menu__close {
    color: #fff;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-right: 1rem;
    margin-top: .5rem;
    padding: .75rem .5rem;
    position: absolute;
    right: 0;
    top: 0
}

.ecl-menu__close .ecl-button__icon,
.ecl-menu__close .ecl-button__label {
    margin-right: 0
}

.ecl-menu__close-container {
    flex-direction: column
}

.ecl-menu__inner--expanded .ecl-menu__title {
    display: none
}

.ecl-menu__inner--expanded .ecl-menu__back {
    display: block
}

.ecl-menu__list {
    box-sizing: border-box;
    clear: right;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    list-style: none;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    position: relative;
    z-index: 51
}

.ecl-menu__item {
    border-top: 1px solid #7fa1c9;
    box-sizing: content-box;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative
}

.ecl-menu__link {
    align-items: center;
    display: inline-flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    justify-content: space-between;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem;
    position: relative;
    width: 100%
}

.ecl-menu__link,
.ecl-menu__link:active,
.ecl-menu__link:focus,
.ecl-menu__link:hover {
    color: #fff;
    text-decoration: none
}

.ecl-menu__link:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-menu__item--current:not(.ecl-menu__item--expanded) .ecl-menu__link {
    background-color: #003776
}

.ecl-menu__link-icon {
    transition: none
}

.ecl-menu__inner--expanded {
    background-color: #f2f5f9
}

.ecl-menu__inner--expanded .ecl-menu__item:not(.ecl-menu__item--expanded) {
    display: none
}

.ecl-menu__inner--expanded .ecl-menu__link {
    color: #004494
}

.ecl-menu__inner--expanded .ecl-menu__link:active {
    background-color: #bfd0e4
}

.ecl-menu__inner--expanded .ecl-menu__link-icon {
    display: none
}

.ecl-menu__item--expanded {
    border-top-width: 0
}

@media (min-width:996px) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__list {
        background-color: #004494;
        flex-direction: row
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item {
        border-top-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        white-space: nowrap
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--full {
        position: static
    }
}

@media (min-width:996px) and (-ms-high-contrast:none) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item {
        position: static
    }
}

@media (min-width:996px) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link {
        background-color: transparent;
        border-bottom: 3px solid transparent;
        color: #fff;
        display: inline-flex;
        padding: 1rem 1rem calc(1rem - 3px);
        transition-property: background-color, border-bottom-color, color, z-index;
        z-index: 0
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item[aria-expanded=true] .ecl-menu__link {
        background-color: #f2f5f9;
        color: #004494
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link-icon {
        height: .625rem;
        margin-left: .5rem;
        transform: rotate(180deg);
        transition-property: transform;
        width: .625rem
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__link,
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__link:active,
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__link:focus,
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__link:hover {
        background-color: #f2f5f9;
        color: #004494;
        transition-property: background-color, border-bottom-color, color, z-index;
        z-index: 16
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__link-icon {
        transform: rotate(0);
        transition-property: transform
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:not([data-ecl-has-children]):hover .ecl-menu__link {
        border-bottom-color: #bfd0e4
    }
}

.ecl-menu__mega {
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.ecl-menu__item[aria-expanded=true] .ecl-menu__mega,
.no-js .ecl-menu__mega {
    display: flex
}

.ecl-menu__sublist {
    list-style: none;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    padding: 0
}

.ecl-menu__subitem {
    border-top: 1px solid #bfd0e4;
    box-sizing: border-box
}

.ecl-menu__sublink {
    color: #004494;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 1rem 1.75rem;
    position: relative;
    text-decoration: none
}

.ecl-menu__sublink:active,
.ecl-menu__sublink:focus,
.ecl-menu__sublink:hover {
    color: #004494;
    text-decoration: underline
}

.ecl-menu__sublink:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-menu__sublink:active {
    background-color: #bfd0e4
}

.ecl-menu__subitem--current .ecl-menu__sublink {
    font-weight: 700
}

@media (min-width:996px) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__mega {
        background-color: #f2f5f9;
        border-bottom: 3px solid #bfd0e4;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
        display: flex;
        left: 0;
        padding-bottom: 1rem;
        padding-top: 2rem;
        position: absolute;
        transition-property: visibility;
        visibility: hidden;
        z-index: 15
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__mega:before {
        content: "";
        display: block;
        height: calc(100% + 1.5rem);
        left: -1.5rem;
        position: absolute;
        top: 0;
        width: calc(100% + 3rem)
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--full .ecl-menu__mega {
        left: 0;
        right: 0
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover .ecl-menu__mega {
        transition-property: visibility;
        visibility: visible
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__mega--rtl {
        left: auto;
        right: 0
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item[aria-expanded=true] .ecl-menu__link {
        z-index: 16
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublist {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: -webkit-max-content;
        grid-auto-columns: max-content;
        grid-auto-flow: column;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--full .ecl-menu__sublist {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width:996px) and (-ms-high-contrast:none) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__mega {
        left: 0;
        right: 0
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublist {
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        display: block
    }
}

@media (min-width:996px) {
    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__subitem {
        align-items: center;
        border-top-width: 0;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 1rem;
        width: 13.56rem
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__subitem--extra {
        display: none
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--full .ecl-menu__subitem {
        width: 100%
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublink {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0;
        white-space: normal
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublink:active {
        background-color: transparent
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublink:focus {
        outline-offset: 3px
    }

    .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__sublink--current {
        font-weight: 600
    }
}

.ecl-menu--transition .ecl-menu__inner {
    transition: right 375ms
}

@media (min-width:996px) {

    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link-icon,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:active,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:focus,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:hover,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__mega,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__link,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__link-icon,
    .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__mega {
        transition-delay: .25s
    }
}

.ecl-menu--group2 {
    min-height: 1.75rem
}

@media (min-width:996px) {
    .ecl-menu--group2:not(.ecl-menu--forced-mobile) {
        padding-top: 0
    }
}

.ecl-description-list__definition,
.ecl-description-list__term {
    max-width: calc(80ch - 2.5rem)
}

.ecl-description-list--horizontal {
    display: flex;
    flex-direction: column
}

.ecl-description-list--horizontal .ecl-description-list__term {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin-top: 1rem
}

.ecl-description-list--horizontal .ecl-description-list__term:first-of-type {
    margin-top: 0
}

.ecl-description-list--horizontal .ecl-description-list__definition {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: .25rem;
    padding-left: 0
}

@media (min-width:996px) {
    .ecl-description-list--horizontal {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: calc(499px + 2rem)
    }

    .ecl-description-list--horizontal .ecl-description-list__term {
        width: 174px
    }

    .ecl-description-list--horizontal .ecl-description-list__definition {
        margin-left: 2rem;
        margin-top: 1rem;
        overflow-wrap: break-word;
        width: 325px
    }

    .ecl-description-list--horizontal .ecl-description-list__definition:first-of-type {
        margin-top: 0
    }
}

.ecl-ordered-list__item,
.ecl-unordered-list__item {
    max-width: calc(80ch - 2.5rem)
}

.ecl-inpage-navigation {
    margin: 0;
    position: relative;
    z-index: 1
}

@media (min-width:996px) {
    .ecl-inpage-navigation {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.ecl-inpage-navigation__trigger {
    background: linear-gradient(270deg, #003776 3.25rem, #004494 3.25rem);
    border: 0;
    color: #fff;
    display: none;
    padding: .75rem 1rem;
    position: relative;
    text-align: left;
    width: 100%
}

.ecl-inpage-navigation__trigger:focus {
    outline: none
}

.ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger {
    display: block;
    overflow-x: hidden;
    padding-right: 4.25rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:996px) {
    .ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger {
        display: none
    }
}

.ecl-inpage-navigation__trigger-current {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    margin-right: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ecl-inpage-navigation__trigger-icon {
    position: absolute;
    right: 1rem
}

.ecl-inpage-navigation__trigger[aria-expanded=true] .ecl-inpage-navigation__trigger-icon {
    transform: rotate(0deg)
}

.ecl-inpage-navigation__title {
    color: #404040;
    display: none;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    padding: .5rem 1rem;
    text-transform: uppercase
}

@media (min-width:996px) {
    .ecl-inpage-navigation__title {
        color: #404040;
        display: block
    }
}

.ecl-inpage-navigation__list {
    border-top: 1px solid #003776;
    list-style-type: none;
    margin: 0;
    padding: 0 1rem
}

@media (min-width:996px) {
    .ecl-inpage-navigation__list {
        border-top-width: 0;
        display: block;
        padding: 0
    }
}

.ecl-inpage-navigation__link {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    padding: .75rem
}

@media (min-width:996px) {
    .ecl-inpage-navigation__link {
        background-color: transparent;
        border: 0;
        border-left: .25rem solid transparent;
        color: #004494;
        display: block;
        font-weight: 600;
        padding: .5rem .75rem
    }
}

@media (min-width:996px) {
    .ecl-inpage-navigation__link:hover {
        text-decoration: underline
    }
}

.ecl-inpage-navigation__link:focus {
    outline-offset: -2px
}

@media (min-width:996px) {
    .ecl-inpage-navigation__link:focus {
        background-color: #ffd617;
        outline: none;
        text-decoration: underline
    }
}

.ecl-inpage-navigation--visible .ecl-inpage-navigation__link {
    border-top: 1px solid #4073af;
    color: #fff;
    display: block
}

@media (min-width:996px) {
    .ecl-inpage-navigation--visible .ecl-inpage-navigation__link {
        border-top-width: 0;
        color: #004494
    }
}

@media (min-width:996px) {
    .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link {
        background-color: #f5f5f5;
        border-left-color: #004494;
        color: #404040
    }
}

.ecl-inpage-navigation__item:first-of-type .ecl-inpage-navigation__link {
    border-top-width: 0
}

@media (min-width:996px) {
    .ecl-inpage-navigation__link--is-active {
        background-color: #f5f5f5;
        border-left-color: #004494;
        color: #404040
    }
}

.ecl-inpage-navigation--visible .ecl-inpage-navigation__body {
    background-color: #003d84;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media (min-width:996px) {
    .ecl-inpage-navigation--visible .ecl-inpage-navigation__body {
        background: transparent;
        position: static
    }
}

.ecl-pagination {
    border-top: 2px solid #000;
    color: #004494;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin: 0;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.ecl-pagination__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.ecl-pagination__item {
    display: none
}

.ecl-pagination__item--next,
.ecl-pagination__item--previous {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    font-weight: 600
}

.ecl-pagination__item--next {
    justify-content: flex-end
}

.ecl-pagination__item--current {
    color: #000;
    display: flex;
    font-weight: 700
}

.ecl-pagination__text--summary {
    display: none
}

.ecl-pagination__text--full {
    display: block
}

.ecl-pagination__link,
.ecl-pagination__text {
    padding: .25rem
}

@media (min-width:768px) {
    .ecl-pagination__list {
        justify-content: center
    }

    .ecl-pagination__item {
        display: flex;
        flex-grow: 0;
        margin-right: 1.5rem
    }

    .ecl-pagination__item:last-child {
        margin-right: 0
    }

    .ecl-pagination__item--next,
    .ecl-pagination__item--previous {
        flex-basis: auto
    }

    .ecl-pagination__item--current {
        border: 2px solid #000;
        border-radius: 10rem;
        justify-content: center;
        min-width: 1.75rem
    }

    .ecl-pagination__text--summary {
        display: block
    }

    .ecl-pagination__text--full {
        display: none
    }
}

.ecl-search-form {
    display: flex;
    margin: 0;
    position: relative;
    width: 100%
}

.ecl-search-form .ecl-text-input__wrapper {
    flex-grow: 1
}

.ecl-search-form .ecl-form-group {
    display: flex;
    flex-grow: 1;
    max-width: 100%
}

.ecl-search-form__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    white-space: nowrap;
    width: 1px
}

.ecl-search-form__text-input {
    border-bottom-color: #9f9f9f;
    border-left-color: #9f9f9f;
    border-right-width: 0;
    border-top-color: #9f9f9f;
    flex-grow: 1;
    margin-top: 0 !important;
    width: 100%
}

.ecl-search-form__button {
    border-bottom: 1px solid #9f9f9f;
    border-left-width: 0;
    border-right: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
    padding: calc(.75rem - 1px)
}

.ecl-search-form__button .ecl-button__label {
    display: none
}

.ecl-search-form__button .ecl-button__icon {
    display: block;
    fill: currentColor;
    margin: 0
}

@media (min-width:996px) {
    .ecl-search-form {
        max-width: 31.25rem
    }

    .ecl-search-form__button {
        padding-left: calc(1rem - 1px);
        padding-right: calc(1rem - 1px)
    }

    .ecl-search-form__button .ecl-button__label {
        display: block
    }

    .ecl-search-form__button .ecl-button__icon {
        display: none
    }
}

.ecl-social-media-follow {
    background-color: #f5f5f5;
    margin: 0;
    padding: 2rem 1.5rem
}

.ecl-social-media-follow__description {
    color: #000;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0
}

.ecl-social-media-follow__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: -.75rem;
    padding-left: 0
}

.ecl-social-media-follow__item {
    margin-right: 1.5rem;
    margin-top: .75rem
}

.ecl-social-media-follow__item:last-child {
    margin-right: 0
}

.ecl-social-media-follow__link {
    align-items: center;
    display: flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    overflow: hidden
}

.ecl-social-media-follow__icon,
.ecl-social-media-follow__icon-hover {
    flex-shrink: 0;
    margin-right: 1rem;
    top: 0 !important
}

.ecl-social-media-follow__icon {
    display: block
}

.ecl-social-media-follow__icon-hover,
.ecl-social-media-follow__link:hover .ecl-social-media-follow__icon {
    display: none
}

.ecl-social-media-follow__link:hover .ecl-social-media-follow__icon-hover {
    display: block
}

.ecl-social-media-follow--vertical .ecl-social-media-follow__list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0
}

.ecl-social-media-follow--vertical .ecl-social-media-follow__item {
    margin-right: 0
}

.ecl-social-media-follow--vertical .ecl-social-media-follow__item:first-child {
    margin-top: 0
}

.ecl-social-media-follow--vertical .ecl-social-media-follow__item:last-child {
    margin-right: 0;
    margin-top: 1rem
}

@media (max-width:767px) {
    .ecl-social-media-follow__list {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0
    }

    .ecl-social-media-follow__item {
        margin-right: 0
    }

    .ecl-social-media-follow__item:first-child {
        margin-top: 0
    }

    .ecl-social-media-follow__item:last-child {
        margin-right: 0;
        margin-top: 1rem
    }
}

.ecl-social-media-share__icon,
.ecl-social-media-share__icon-hover {
    flex-shrink: 0;
    margin-right: .5rem
}

.ecl-social-media-share__icon {
    display: block
}

.ecl-social-media-share__icon-hover,
.ecl-social-media-share__link:hover .ecl-social-media-share__icon {
    display: none
}

.ecl-social-media-share__link:hover .ecl-social-media-share__icon-hover {
    display: block
}

.ecl-social-media-share__link--facebook {
    background-color: #426398
}

.ecl-social-media-share__link--twitter {
    background-color: #6090b5
}

.ecl-social-media-share__link--email {
    background-color: #13527c
}

.ecl-social-media-share__link--instagram {
    background-color: #254d6d
}

.ecl-social-media-share__link--linkedin {
    background-color: #196ba0
}

.ecl-social-media-share {
    margin: 0;
    padding: 0
}

.ecl-social-media-share__description {
    color: #000;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .75rem;
    margin-top: 0
}

.ecl-social-media-share__list {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.ecl-social-media-share__item {
    margin: .75rem .25rem 0 0
}

.ecl-social-media-share__item:not(:last-child) {
    max-width: 8.625rem
}

.ecl-social-media-share__item:not(:last-child) .ecl-link {
    color: #fff;
    padding-right: .5rem;
    width: 8.125rem
}

.ecl-social-media-share__link {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    overflow: hidden
}

.ecl-social-media-share__link .ecl-link__icon {
    top: 0
}

.ecl-timeline2 {
    list-style: none;
    margin: 0 1.5rem 0 2.125rem;
    max-width: 633px;
    padding-left: 0
}

.ecl-timeline2__item {
    padding-bottom: 1.5rem;
    padding-left: 1.625rem;
    padding-top: .5rem;
    position: relative
}

.ecl-timeline2__item:before {
    border-left: .25rem solid #404040;
    content: "";
    height: 100%;
    left: -.125rem;
    position: absolute;
    top: 0;
    width: 0
}

.ecl-timeline2__item:after {
    background-color: #fff;
    border: .25rem solid #ffd617;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 1.25rem;
    left: -.625rem;
    position: absolute;
    top: .5rem;
    width: 1.25rem
}

.ecl-timeline2__item:hover:after {
    background-color: #ffd617
}

@media (min-width:480px) {
    .ecl-timeline2 {
        margin-left: 11.5rem;
        margin-right: .5rem
    }
}

.ecl-timeline2__item--toggle:before {
    border-left-style: dashed
}

.ecl-timeline2__item--toggle:after {
    border: .125rem solid #cfcfcf;
    box-sizing: border-box;
    height: 1.25rem;
    top: 1.25rem;
    width: 1.25rem
}

.no-js .ecl-timeline2__item--toggle {
    display: none
}

.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--toggle {
    padding-bottom: .5rem;
    padding-top: 1.5rem
}

.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--toggle:after {
    top: 2.25rem
}

.ecl-timeline2__toggle[aria-expanded=true] .ecl-icon {
    transform: rotate(0deg)
}

.ecl-timeline2__item:first-child:before {
    height: calc(100% - .5rem);
    top: .5rem
}

.ecl-timeline2__item:last-child:before {
    height: .5rem
}

.ecl-timeline2__title {
    color: #000;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: .5rem
}

.ecl-timeline2__label {
    color: #404040;
    margin-bottom: .75rem
}

.ecl-timeline2__content,
.ecl-timeline2__label {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-timeline2__content {
    color: #707070
}

@media (min-width:480px) {
    .ecl-timeline2__label {
        font: normal normal 400 .75rem/1rem Arial, sans-serif;
        font-weight: 600;
        left: -11.625rem;
        line-height: 1.25rem;
        margin-bottom: 0;
        position: absolute;
        text-align: right;
        top: .5rem;
        width: 10rem
    }
}

.ecl-timeline2__item--collapsed {
    display: none
}

.ecl-timeline2[data-ecl-timeline-expanded] .ecl-timeline2__item--collapsed,
.no-js .ecl-timeline2__item--collapsed {
    display: block
}

.ecl-accordion2 {
    margin: 0
}

.ecl-accordion2__item {
    background-color: #f5f5f5
}

.ecl-accordion2__item+.ecl-accordion2__item {
    margin-top: .5rem
}

.ecl-accordion2__title {
    margin: 0;
    padding: 0
}

.ecl-accordion2__toggle {
    background-color: transparent;
    border-width: 0;
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    font-weight: 600;
    padding: .75rem 1rem;
    position: relative;
    text-align: left;
    width: 100%
}

.ecl-accordion2__toggle:hover {
    background-color: #d9d9d9
}

.ecl-accordion2__toggle:focus {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

.ecl-accordion2__toggle[aria-expanded=true] {
    padding-bottom: 0
}

.ecl-accordion2__toggle-flex {
    align-items: center;
    display: flex;
    flex-direction: row
}

.ecl-accordion2__toggle-icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 1rem
}

.ecl-accordion2__toggle[aria-expanded=true] .ecl-accordion2__toggle-icon {
    margin-bottom: calc(1rem + 1px)
}

.ecl-accordion2__toggle-title {
    flex-grow: 1
}

.ecl-accordion2__toggle[aria-expanded=true] .ecl-accordion2__toggle-title {
    border-bottom: 1px solid #404040;
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.ecl-accordion2__content {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-left: 0;
    padding: 0 1rem .75rem
}

.no-js .ecl-accordion2__content {
    display: block
}

.ecl-gallery {
    margin: 0
}

.ecl-gallery__list {
    display: block;
    list-style: none;
    margin-top: -.5rem;
    padding-left: 0
}

.ecl-gallery__item {
    display: block;
    margin-bottom: 0;
    margin-top: .5rem
}

.ecl-gallery__item-link {
    text-decoration: none
}

.ecl-gallery__image-container {
    background-color: #000;
    flex-grow: 1;
    margin: 0
}

.ecl-gallery__item-link:focus {
    outline: none
}

.ecl-gallery__item-link:focus .ecl-gallery__image-container {
    outline: 3px solid #ffd617;
    outline-offset: -3px
}

@supports (object-fit:cover) {
    .ecl-gallery__image-container {
        background-color: #404040
    }
}

.ecl-gallery__image {
    display: block;
    flex-grow: 0;
    width: 100%
}

@supports (object-fit:cover) {
    .ecl-gallery__image {
        flex-grow: 1;
        object-fit: cover
    }
}

.ecl-gallery__image-icon {
    display: none
}

.ecl-gallery__description {
    background-color: #404040;
    color: #fff;
    display: flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    justify-content: space-between;
    padding: .75rem;
    text-decoration: none;
    width: calc(100% - 1.5rem)
}

.ecl-gallery__description-icon {
    flex-shrink: 0
}

.ecl-gallery__meta {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px
}

@media (min-width:768px) {
    .ecl-gallery__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -.5rem
    }

    .ecl-gallery__item {
        flex-grow: 1;
        height: 185px;
        margin-left: .5rem;
        min-width: 185px;
        position: relative
    }

    .ecl-gallery__image-container {
        display: flex;
        position: relative
    }

    .ecl-gallery__image {
        height: 185px;
        margin: 0 auto;
        width: auto
    }

    .ecl-gallery__image-icon {
        background-color: #404040;
        bottom: 0;
        display: block;
        fill: #fff;
        padding: .75rem;
        position: absolute;
        right: 0
    }

    .ecl-gallery__description {
        bottom: 0;
        display: none;
        left: 0;
        max-height: 185px;
        padding: .5rem;
        position: absolute;
        width: calc(100% - 1rem)
    }

    .ecl-gallery__description-icon {
        height: 1.5rem;
        width: 1.5rem
    }

    .ecl-gallery__item:hover .ecl-gallery__description {
        display: flex
    }

    .ecl-gallery__item:hover .ecl-gallery__image-icon {
        display: none
    }
}

.ecl-gallery__overlay {
    background-color: #000;
    border-width: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.ecl-gallery__overlay[open] {
    display: flex;
    overflow: auto
}

.ecl-gallery__close {
    background-color: #404040;
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end
}

.ecl-gallery__close-button {
    color: #fff;
    font-weight: 400
}

.ecl-gallery__close-button:focus,
.ecl-gallery__close-button:hover {
    color: #fff
}

.ecl-gallery__slider {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.ecl-gallery__slider-image-container,
.ecl-gallery__slider-media-container {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    justify-content: center
}

.ecl-gallery__slider-image,
.ecl-gallery__slider-video {
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    object-fit: contain
}

.ecl-gallery__slider-previous {
    align-self: flex-start;
    color: #fff;
    flex-shrink: 0
}

.ecl-gallery__slider-previous:focus,
.ecl-gallery__slider-previous:hover {
    color: #fff
}

.ecl-gallery__slider-next {
    align-self: flex-end;
    bottom: 0;
    color: #fff;
    flex-shrink: 0;
    position: absolute;
    right: 0
}

.ecl-gallery__slider-next:focus,
.ecl-gallery__slider-next:hover {
    color: #fff
}

.ecl-gallery__detail {
    background-color: #404040;
    color: #fff;
    flex-shrink: 0;
    padding: 1rem
}

.ecl-gallery__detail-actions,
.ecl-gallery__detail-counter {
    font: normal normal 400 .875rem/1rem Arial, sans-serif
}

.ecl-gallery__detail-actions {
    margin-top: 1rem
}

.ecl-gallery__share {
    margin-left: .75rem
}

.ecl-gallery__download,
.ecl-gallery__download:focus,
.ecl-gallery__download:hover,
.ecl-gallery__share,
.ecl-gallery__share:focus,
.ecl-gallery__share:hover {
    color: #fff
}

.ecl-gallery__detail-description {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    margin-top: .75rem
}

.ecl-gallery__overlay .ecl-gallery__description-icon {
    display: none
}

.ecl-gallery__detail-meta {
    font: normal normal 400 .875rem/1rem Arial, sans-serif;
    margin-top: 1rem
}

@media (min-width:768px) {
    .ecl-gallery__slider {
        flex-direction: row;
        justify-content: space-between
    }

    .ecl-gallery__slider-image-container,
    .ecl-gallery__slider-media-container {
        flex-grow: 0
    }

    .ecl-gallery__slider-previous {
        -ms-grid-row-align: initial;
        align-self: auto;
        margin-left: 1.25rem;
        order: -1
    }

    .ecl-gallery__slider-previous .ecl-button__label {
        display: none
    }

    .ecl-gallery__slider-previous .ecl-button__icon {
        margin-right: 0
    }

    .ecl-gallery__slider-next {
        -ms-grid-row-align: initial;
        align-self: auto;
        bottom: auto;
        margin-right: 1.25rem;
        position: relative;
        right: auto
    }

    .ecl-gallery__slider-next .ecl-button__label {
        display: none
    }

    .ecl-gallery__slider-next .ecl-button__icon {
        margin-left: 0
    }
}

.ecl-page-header {
    background-color: #004494;
    color: #fff;
    margin: 0;
    padding-bottom: 2rem
}

.ecl-page-header__breadcrumb {
    margin-bottom: 2rem
}

.ecl-page-header__meta-list {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    text-transform: uppercase
}

.ecl-page-header__title {
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    font-weight: 600;
    margin: 1rem 0 0
}

@media (min-width:996px) {
    .ecl-page-header__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        font-weight: 600
    }
}

.ecl-page-header__description {
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    margin: 1rem 0 0;
    max-width: 80ch
}

@media (min-width:996px) {
    .ecl-page-header__description {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif
    }
}

.ecl-page-header__info-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 2rem 0 0;
    padding: 0
}

@media (min-width:996px) {
    .ecl-page-header__info-list {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.ecl-page-header__info-item {
    align-items: center;
    display: flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-page-header__info-item+.ecl-page-header__info-item {
    margin-top: 1rem
}

@media (min-width:996px) {
    .ecl-page-header__info-item+.ecl-page-header__info-item {
        margin-left: 2rem;
        margin-top: 0
    }
}

.ecl-page-header__info-icon {
    margin-right: .5rem
}

.ecl-page-header--background-image {
    background-position: 0 0;
    background-size: cover;
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.ecl-page-header--background-image:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, transparent);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.ecl-page-header--background-image .ecl-page-header__breadcrumb {
    background-color: transparent
}

.ecl-page-header-core {
    background-color: #004494;
    margin: 0;
    padding-bottom: 2rem
}

.ecl-page-header-core__breadcrumb {
    margin-bottom: 2rem
}

.ecl-page-header-core__meta {
    color: #fff;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-page-header-core__title {
    color: #fff;
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem
}

.ecl-page-header-core__description {
    color: #fff;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 80ch
}

@media (min-width:996px) {
    .ecl-page-header-core__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-page-header-core__description {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif
    }
}

.ecl-page-header-harmonised {
    margin: 0;
    padding-bottom: 2rem
}

.ecl-page-header-harmonised__breadcrumb {
    margin-bottom: 2rem
}

.ecl-page-header-harmonised__meta {
    color: #707070;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-page-header-harmonised__title {
    color: #404040;
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    font-weight: 600;
    margin: 0
}

.ecl-page-header-harmonised__meta+.ecl-page-header-harmonised__title {
    margin-top: 1rem
}

.ecl-page-header-harmonised__description {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 80ch
}

@media (min-width:996px) {
    .ecl-page-header-harmonised__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-page-header-harmonised__description {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif
    }
}

.ecl-page-header-standardised {
    margin: 0;
    padding-bottom: 2rem
}

.ecl-page-header-standardised__breadcrumb {
    margin-bottom: 2rem
}

.ecl-page-header-standardised__meta {
    color: #707070;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-page-header-standardised__title {
    color: #404040;
    font: normal normal 400 1.75rem/2rem Arial, sans-serif;
    font-weight: 600;
    margin: 0
}

.ecl-page-header-standardised__meta+.ecl-page-header-standardised__title {
    margin-top: 1rem
}

.ecl-page-header-standardised__description {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 80ch
}

@media (min-width:996px) {
    .ecl-page-header-standardised__title {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif;
        font-weight: 600
    }

    .ecl-page-header-standardised__description {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif
    }
}

.ecl-site-header {
    background-color: #fff;
    margin: 0;
    width: 100%
}

.ecl-site-header__container {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 1.5rem
}

@media (min-width:996px) {
    .ecl-site-header__container {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 2rem;
        padding-top: 2rem
    }
}

.ecl-site-header__banner {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

@media (min-width:996px) {
    .ecl-site-header__banner {
        padding-right: 2rem
    }
}

.ecl-site-header__logo-image {
    display: block;
    height: 3rem;
    margin: 0;
    width: 11.25rem
}

@media (min-width:480px) {
    .ecl-site-header__logo-image {
        height: 4.5rem;
        width: 17rem
    }
}

.ecl-site-header__selector {
    align-items: center;
    display: flex
}

@media (min-width:996px) {
    .ecl-site-header__selector {
        height: 1px;
        min-height: 2.75rem
    }
}

.ecl-site-header__selector-link {
    align-items: center;
    display: flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif
}

.ecl-site-header__selector-link:visited {
    color: #004494
}

.ecl-site-header__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: .75rem;
    position: relative
}

.ecl-site-header__language-code {
    color: #fff;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.1rem)
}

.ecl-site-header__search {
    margin-top: 1rem
}

@media (min-width:996px) {
    .ecl-site-header__search {
        margin-top: 0
    }
}

.ecl-site-header-core {
    background-color: #fff;
    margin: 0
}

.ecl-site-header-core__container {
    display: flex;
    flex-direction: column;
    padding-top: 1rem
}

.ecl-site-header-core__top {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

.ecl-site-header-core__logo-link {
    flex-grow: 1;
    margin-bottom: calc(1rem + 1px)
}

.ecl-site-header-core__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem
}

.ecl-site-header-core__action {
    display: flex
}

.ecl-site-header-core__login-toggle,
.ecl-site-header-core__search-toggle {
    align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    margin-top: -1px;
    padding: .5rem .5rem 0;
    position: relative;
    text-align: center;
    z-index: 16
}

.ecl-site-header-core__login-toggle[aria-expanded=true],
.ecl-site-header-core__search-toggle[aria-expanded=true] {
    background-color: #f2f5f9;
    border-color: #bfd0e4;
    margin-bottom: 0;
    padding-bottom: calc(1rem + 1px)
}

.ecl-site-header-core__login-toggle .ecl-site-header-core__login-arrow {
    display: none
}

.ecl-site-header-core__login-box,
.ecl-site-header-core__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 rgba(0, 47, 103, .2);
    box-sizing: content-box;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    left: 0;
    margin-top: -1px;
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 15
}

.ecl-site-header-core__login-box--active {
    display: block
}

.ecl-site-header-core__login-description {
    margin: 0;
    max-width: 80ch
}

.ecl-site-header-core__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.ecl-site-header-core__language-selector {
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    padding: .5rem .5rem 0;
    text-align: center
}

.ecl-site-header-core__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.ecl-site-header-core__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem Arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)
}

.ecl-site-header-core__search--active {
    display: flex
}

@media (min-width:480px) {
    .ecl-site-header-core__logo-link {
        flex-grow: 0
    }

    .ecl-site-header-core__logo-image {
        height: 3rem;
        max-height: 100%;
        max-width: 100%;
        width: 12.1rem
    }
}

@media (min-width:996px) {
    .ecl-site-header-core__container {
        align-items: flex-end;
        flex-direction: row;
        padding-bottom: 2rem;
        padding-top: 2rem
    }

    .ecl-site-header-core__top {
        align-items: flex-end
    }

    .ecl-site-header-core__action {
        align-items: center
    }

    .ecl-site-header-core__logo-link {
        margin-bottom: 0
    }

    .ecl-site-header-core__logo-image {
        height: 3.75rem;
        width: 15.1rem
    }

    .ecl-site-header-core__login-box {
        left: auto;
        margin-top: calc(2rem - 1px);
        width: auto
    }

    .ecl-site-header-core__language-selector,
    .ecl-site-header-core__login-toggle {
        align-items: center;
        display: flex;
        flex-direction: row;
        font: normal normal 400 1rem/1.25rem Arial, sans-serif;
        margin: 0;
        padding: .75rem
    }

    .ecl-site-header-core__login-toggle[aria-expanded=true] {
        margin-bottom: -2rem;
        padding-bottom: 2.75rem
    }

    .ecl-site-header-core__language-icon .ecl-site-header-core__icon,
    .ecl-site-header-core__login-toggle .ecl-site-header-core__icon {
        height: 1.5rem;
        margin-right: .5rem;
        width: 1.5rem
    }

    .ecl-site-header-core__login-toggle .ecl-site-header-core__login-arrow {
        display: block;
        height: 1rem;
        margin-left: .5rem;
        transform: rotate(0);
        width: 1rem
    }

    .ecl-site-header-core__login-toggle[aria-expanded=false] .ecl-site-header-core__login-arrow {
        transform: rotate(180deg)
    }

    .ecl-site-header-core__language-code {
        font: normal normal 400 .75rem/1rem Arial, sans-serif;
        margin-right: .5rem;
        transform: translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)
    }

    .ecl-site-header-core__search-container {
        flex-grow: 1;
        margin-left: .75rem
    }

    .ecl-site-header-core__search-toggle {
        display: none
    }

    .ecl-site-header-core__search {
        background-color: #fff;
        border-width: 0;
        box-shadow: none;
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 25rem
    }
}

@media (min-width:1140px) {
    .ecl-site-header-core__logo-image {
        height: 4.5rem;
        width: 18.1rem
    }

    .ecl-site-header-core__search {
        width: 31.5rem
    }
}

.ecl-site-header-harmonised {
    background-color: #fff;
    margin: 0
}

.ecl-site-header-harmonised__container {
    display: flex;
    flex-direction: column;
    padding-top: 1rem
}

.ecl-site-header-harmonised__top {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

.ecl-site-header-harmonised__logo-link {
    flex-grow: 1;
    margin-bottom: calc(1rem + 1px)
}

.ecl-site-header-harmonised__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem
}

.ecl-site-header-harmonised__action {
    display: flex
}

.ecl-site-header-harmonised__login-toggle,
.ecl-site-header-harmonised__search-toggle {
    align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    margin-top: -1px;
    padding: .5rem .5rem 0;
    position: relative;
    text-align: center;
    z-index: 16
}

.ecl-site-header-harmonised__login-toggle[aria-expanded=true],
.ecl-site-header-harmonised__search-toggle[aria-expanded=true] {
    background-color: #f2f5f9;
    border-color: #bfd0e4;
    margin-bottom: 0;
    padding-bottom: calc(1rem + 1px)
}

.ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__login-arrow {
    display: none
}

.ecl-site-header-harmonised__login-box,
.ecl-site-header-harmonised__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 rgba(0, 47, 103, .2);
    box-sizing: content-box;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    left: 0;
    margin-top: -1px;
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 15
}

.ecl-site-header-harmonised__login-box--active {
    display: block
}

.ecl-site-header-harmonised__login-description {
    margin: 0;
    max-width: 80ch
}

.ecl-site-header-harmonised__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.ecl-site-header-harmonised__language-selector {
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    padding: .5rem .5rem 0;
    text-align: center
}

.ecl-site-header-harmonised__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.ecl-site-header-harmonised__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem Arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)
}

.ecl-site-header-harmonised__search--active {
    display: flex
}

.ecl-site-header-harmonised__banner-top {
    background-color: #f2f5f9;
    color: #004494;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    padding: .5rem 0
}

.ecl-site-header-harmonised__banner {
    background-color: #004494;
    color: #fff;
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif;
    padding: 1rem 0
}

@media (min-width:480px) {
    .ecl-site-header-harmonised__logo-link {
        align-self: flex-end;
        flex-grow: 0
    }

    .ecl-site-header-harmonised__logo-image {
        height: 3rem;
        max-height: 100%;
        max-width: 100%;
        width: 12.1rem
    }
}

@media (min-width:996px) {
    .ecl-site-header-harmonised__container {
        align-items: flex-end;
        flex-direction: row;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .ecl-site-header-harmonised__action {
        align-items: center
    }

    .ecl-site-header-harmonised__logo-link {
        margin-bottom: 0
    }

    .ecl-site-header-harmonised__logo-image {
        height: 3.75rem;
        width: 15.1rem
    }

    .ecl-site-header-harmonised__login-box {
        left: auto;
        margin-top: calc(2rem - 1px);
        width: auto
    }

    .ecl-site-header-harmonised__language-selector,
    .ecl-site-header-harmonised__login-toggle {
        align-items: center;
        display: flex;
        flex-direction: row;
        font: normal normal 400 1rem/1.25rem Arial, sans-serif;
        margin: 0;
        padding: .75rem
    }

    .ecl-site-header-harmonised__login-toggle[aria-expanded=true] {
        margin-bottom: -2rem;
        padding-bottom: 2.75rem
    }

    .ecl-site-header-harmonised__language-icon .ecl-site-header-harmonised__icon,
    .ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__icon {
        height: 1.5rem;
        margin-right: .5rem;
        width: 1.5rem
    }

    .ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__login-arrow {
        display: block;
        height: 1rem;
        margin-left: .5rem;
        transform: rotate(0);
        width: 1rem
    }

    .ecl-site-header-harmonised__login-toggle[aria-expanded=false] .ecl-site-header-harmonised__login-arrow {
        transform: rotate(180deg)
    }

    .ecl-site-header-harmonised__language-code {
        font: normal normal 400 .75rem/1rem Arial, sans-serif;
        margin-right: .5rem;
        transform: translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)
    }

    .ecl-site-header-harmonised__search-container {
        flex-grow: 1;
        margin-left: .75rem
    }

    .ecl-site-header-harmonised__search-toggle {
        display: none
    }

    .ecl-site-header-harmonised__search {
        background-color: #fff;
        border-width: 0;
        box-shadow: none;
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 25rem
    }

    .ecl-site-header-harmonised__banner,
    .ecl-site-header-harmonised__banner-top {
        margin-left: 0;
        margin-right: 0
    }

    .ecl-site-header-harmonised__banner-top {
        font: normal normal 400 1rem/1.5rem Arial, sans-serif
    }

    .ecl-site-header-harmonised__banner {
        font: normal normal 400 1.75rem/2rem Arial, sans-serif;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width:1140px) {
    .ecl-site-header-harmonised__search {
        width: 31.5rem
    }
}

.ecl-site-header-harmonised--group2:not([data-ecl-has-menu=true]) {
    box-shadow: 0 2px 5px 0 rgba(0, 47, 103, .2)
}

.ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
    max-height: 2.5rem;
    max-width: 10.1rem
}

@media (min-width:480px) {
    .ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
        height: 3rem;
        max-height: 100%;
        max-width: 100%;
        width: 12.1rem
    }
}

@media (min-width:996px) {
    .ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
        height: 3.75rem;
        width: 15.1rem
    }
}

.ecl-site-header-harmonised--group3 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 44, .2)
}

.ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__container {
    padding-bottom: .5rem
}

.ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__top {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start
}

.ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-link {
    flex-grow: 0;
    margin-bottom: .5rem;
    margin-right: .5rem
}

.ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
    height: 3rem;
    max-height: none;
    max-width: none
}

.ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__site-name {
    color: #707070;
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif;
    margin-bottom: .5rem
}

@media (min-width:480px) {
    .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
        height: 3rem;
        max-height: none;
        max-width: none;
        width: auto
    }
}

@media (min-width:996px) {
    .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__container {
        padding-bottom: 1.5rem
    }

    .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-link {
        margin-bottom: 0;
        margin-right: 1rem
    }

    .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
        height: 3.75rem;
        width: auto
    }

    .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__site-name {
        font: normal normal 400 1.75rem/2rem Arial, sans-serif;
        margin-bottom: 0
    }
}

.ecl-site-header-standardised {
    background-color: #fff;
    margin: 0
}

.ecl-site-header-standardised__container {
    display: flex;
    flex-direction: column;
    padding-top: 1rem
}

.ecl-site-header-standardised__top {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}

.ecl-site-header-standardised__logo-link {
    flex-grow: 1;
    margin-bottom: calc(1rem + 1px)
}

.ecl-site-header-standardised__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem
}

.ecl-site-header-standardised__action {
    display: flex
}

.ecl-site-header-standardised__login-toggle,
.ecl-site-header-standardised__search-toggle {
    align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    margin-top: -1px;
    padding: .5rem .5rem 0;
    position: relative;
    text-align: center;
    z-index: 16
}

.ecl-site-header-standardised__login-toggle[aria-expanded=true],
.ecl-site-header-standardised__search-toggle[aria-expanded=true] {
    background-color: #f2f5f9;
    border-color: #bfd0e4;
    margin-bottom: 0;
    padding-bottom: calc(1rem + 1px)
}

.ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__login-arrow {
    display: none
}

.ecl-site-header-standardised__login-box,
.ecl-site-header-standardised__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 rgba(0, 47, 103, .2);
    box-sizing: content-box;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    left: 0;
    margin-top: -1px;
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 15
}

.ecl-site-header-standardised__login-box--active {
    display: block
}

.ecl-site-header-standardised__login-description {
    margin: 0;
    max-width: 80ch
}

.ecl-site-header-standardised__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem
}

.ecl-site-header-standardised__language-selector {
    font: normal normal 400 .75rem/1rem Arial, sans-serif;
    margin-bottom: calc(1rem + 1px);
    padding: .5rem .5rem 0;
    text-align: center
}

.ecl-site-header-standardised__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.ecl-site-header-standardised__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem Arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem)
}

.ecl-site-header-standardised__search--active {
    display: flex
}

.ecl-site-header-standardised__banner-top {
    background-color: #f2f5f9;
    color: #004494;
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif;
    padding: .5rem 0
}

.ecl-site-header-standardised__banner {
    background-color: #004494;
    color: #fff;
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif;
    padding: 1rem 0
}

@media (min-width:480px) {
    .ecl-site-header-standardised__logo-link {
        flex-grow: 0
    }

    .ecl-site-header-standardised__logo-image {
        height: 3rem;
        max-height: 100%;
        max-width: 100%;
        width: 12.1rem
    }
}

@media (min-width:996px) {
    .ecl-site-header-standardised__container {
        align-items: flex-end;
        flex-direction: row;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .ecl-site-header-standardised__action {
        align-items: center
    }

    .ecl-site-header-standardised__logo-link {
        margin-bottom: 0
    }

    .ecl-site-header-standardised__logo-image {
        height: 3.75rem;
        width: 15.1rem
    }

    .ecl-site-header-standardised__login-box {
        left: auto;
        margin-top: calc(2rem - 1px);
        width: auto
    }

    .ecl-site-header-standardised__language-selector,
    .ecl-site-header-standardised__login-toggle {
        align-items: center;
        display: flex;
        flex-direction: row;
        font: normal normal 400 1rem/1.25rem Arial, sans-serif;
        margin: 0;
        padding: .75rem
    }

    .ecl-site-header-standardised__login-toggle[aria-expanded=true] {
        margin-bottom: -2rem;
        padding-bottom: 2.75rem
    }

    .ecl-site-header-standardised__language-icon .ecl-site-header-standardised__icon,
    .ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__icon {
        height: 1.5rem;
        margin-right: .5rem;
        width: 1.5rem
    }

    .ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__login-arrow {
        display: block;
        height: 1rem;
        margin-left: .5rem;
        transform: rotate(0);
        width: 1rem
    }

    .ecl-site-header-standardised__login-toggle[aria-expanded=false] .ecl-site-header-standardised__login-arrow {
        transform: rotate(180deg)
    }

    .ecl-site-header-standardised__language-code {
        font: normal normal 400 .75rem/1rem Arial, sans-serif;
        margin-right: .5rem;
        transform: translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem)
    }

    .ecl-site-header-standardised__search-container {
        flex-grow: 1;
        margin-left: .75rem
    }

    .ecl-site-header-standardised__search-toggle {
        display: none
    }

    .ecl-site-header-standardised__search {
        background-color: #fff;
        border-width: 0;
        box-shadow: none;
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 25rem
    }

    .ecl-site-header-standardised__banner,
    .ecl-site-header-standardised__banner-top {
        margin-left: 0;
        margin-right: 0
    }

    .ecl-site-header-standardised__banner-top {
        font: normal normal 400 1rem/1.5rem Arial, sans-serif
    }

    .ecl-site-header-standardised__banner {
        font: normal normal 400 1.75rem/2rem Arial, sans-serif;
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }
}

@media (min-width:1140px) {
    .ecl-site-header-standardised__search {
        width: 31.5rem
    }
}

.ecl-u-aria[aria-hidden=true] {
    display: none !important
}

.ecl-u-bg-blue {
    background-color: #004494 !important
}

.ecl-u-bg-yellow {
    background-color: #ffd617 !important
}

.ecl-u-bg-grey {
    background-color: #404040 !important
}

.ecl-u-bg-black {
    background-color: #000 !important
}

.ecl-u-bg-white {
    background-color: #fff !important
}

.ecl-u-bg-blue-130 {
    background-color: #002f67 !important
}

.ecl-u-bg-blue-120 {
    background-color: #003776 !important
}

.ecl-u-bg-blue-110 {
    background-color: #003d84 !important
}

.ecl-u-bg-blue-100 {
    background-color: #004494 !important
}

.ecl-u-bg-blue-75 {
    background-color: #4073af !important
}

.ecl-u-bg-blue-50 {
    background-color: #7fa1c9 !important
}

.ecl-u-bg-blue-25 {
    background-color: #bfd0e4 !important
}

.ecl-u-bg-blue-5 {
    background-color: #f2f5f9 !important
}

.ecl-u-bg-yellow-120 {
    background-color: #f8ae21 !important
}

.ecl-u-bg-yellow-110 {
    background-color: #fbc11d !important
}

.ecl-u-bg-yellow-100 {
    background-color: #ffd617 !important
}

.ecl-u-bg-yellow-75 {
    background-color: #ffde39 !important
}

.ecl-u-bg-yellow-50 {
    background-color: #ffe879 !important
}

.ecl-u-bg-yellow-25 {
    background-color: #fff4bb !important
}

.ecl-u-bg-grey-100 {
    background-color: #404040 !important
}

.ecl-u-bg-grey-75 {
    background-color: #707070 !important
}

.ecl-u-bg-grey-50 {
    background-color: #9f9f9f !important
}

.ecl-u-bg-grey-25 {
    background-color: #cfcfcf !important
}

.ecl-u-bg-grey-20 {
    background-color: #d9d9d9 !important
}

.ecl-u-bg-grey-15 {
    background-color: #e3e3e3 !important
}

.ecl-u-bg-grey-10 {
    background-color: #ebebeb !important
}

.ecl-u-bg-grey-5 {
    background-color: #f5f5f5 !important
}

.ecl-u-bg-blue-n {
    background-color: #006fb4 !important
}

.ecl-u-bg-orange {
    background-color: #f29527 !important
}

.ecl-u-bg-green {
    background-color: #467a39 !important
}

.ecl-u-bg-red {
    background-color: #da2131 !important
}

.ecl-u-bg-default {
    background-color: #fff !important
}

.ecl-u-bg-primary {
    background-color: #004494 !important
}

.ecl-u-bg-secondary {
    background-color: #ffd617 !important
}

.ecl-u-bg-shade {
    background-color: #404040 !important
}

.ecl-u-border-all {
    border: 1px solid #000 !important
}

.ecl-u-border-bottom {
    border-bottom: 1px solid #000 !important
}

.ecl-u-border-left {
    border-left: 1px solid #000 !important
}

.ecl-u-border-top {
    border-top: 1px solid #000 !important
}

.ecl-u-border-right {
    border-right: 1px solid #000 !important
}

.ecl-u-border-color-blue {
    border-color: #004494 !important
}

.ecl-u-border-color-yellow {
    border-color: #ffd617 !important
}

.ecl-u-border-color-grey {
    border-color: #404040 !important
}

.ecl-u-border-color-black {
    border-color: #000 !important
}

.ecl-u-border-color-white {
    border-color: #fff !important
}

.ecl-u-border-color-blue-130 {
    border-color: #002f67 !important
}

.ecl-u-border-color-blue-120 {
    border-color: #003776 !important
}

.ecl-u-border-color-blue-110 {
    border-color: #003d84 !important
}

.ecl-u-border-color-blue-100 {
    border-color: #004494 !important
}

.ecl-u-border-color-blue-75 {
    border-color: #4073af !important
}

.ecl-u-border-color-blue-50 {
    border-color: #7fa1c9 !important
}

.ecl-u-border-color-blue-25 {
    border-color: #bfd0e4 !important
}

.ecl-u-border-color-blue-5 {
    border-color: #f2f5f9 !important
}

.ecl-u-border-color-yellow-120 {
    border-color: #f8ae21 !important
}

.ecl-u-border-color-yellow-110 {
    border-color: #fbc11d !important
}

.ecl-u-border-color-yellow-100 {
    border-color: #ffd617 !important
}

.ecl-u-border-color-yellow-75 {
    border-color: #ffde39 !important
}

.ecl-u-border-color-yellow-50 {
    border-color: #ffe879 !important
}

.ecl-u-border-color-yellow-25 {
    border-color: #fff4bb !important
}

.ecl-u-border-color-grey-100 {
    border-color: #404040 !important
}

.ecl-u-border-color-grey-75 {
    border-color: #707070 !important
}

.ecl-u-border-color-grey-50 {
    border-color: #9f9f9f !important
}

.ecl-u-border-color-grey-25 {
    border-color: #cfcfcf !important
}

.ecl-u-border-color-grey-20 {
    border-color: #d9d9d9 !important
}

.ecl-u-border-color-grey-15 {
    border-color: #e3e3e3 !important
}

.ecl-u-border-color-grey-10 {
    border-color: #ebebeb !important
}

.ecl-u-border-color-grey-5 {
    border-color: #f5f5f5 !important
}

.ecl-u-border-color-blue-n {
    border-color: #006fb4 !important
}

.ecl-u-border-color-orange {
    border-color: #f29527 !important
}

.ecl-u-border-color-green {
    border-color: #467a39 !important
}

.ecl-u-border-color-red-130 {
    border-color: #981722 !important
}

.ecl-u-border-color-red {
    border-color: #da2131 !important
}

.ecl-u-border-color-primary {
    border-color: #004494 !important
}

.ecl-u-border-color-secondary {
    border-color: #ffd617 !important
}

.ecl-u-border-color-tertiary {
    border-color: #e3e3e3 !important
}

.ecl-u-border-color-text {
    border-color: #404040 !important
}

.ecl-u-border-color-white-100 {
    border-color: #fff !important
}

.ecl-u-border-color-black-100 {
    border-color: #000 !important
}

.ecl-u-border-color-error {
    border-color: #da2131 !important
}

.ecl-u-border-color-info {
    border-color: #006fb4 !important
}

.ecl-u-border-color-success {
    border-color: #467a39 !important
}

.ecl-u-border-color-orange-100,
.ecl-u-border-color-warning {
    border-color: #f29527 !important
}

.ecl-u-border-color-green-100 {
    border-color: #467a39 !important
}

.ecl-u-border-color-red-100 {
    border-color: #da2131 !important
}

.ecl-u-border-width-0 {
    border-width: 0 !important
}

.ecl-u-border-width-1 {
    border-width: .0625rem !important
}

.ecl-u-border-width-2 {
    border-width: .125rem !important
}

.ecl-u-border-width-4 {
    border-width: .25rem !important
}

.ecl-u-border-width-8 {
    border-width: .5rem !important
}

.ecl-u-border-style-solid {
    border-style: solid !important
}

.ecl-u-border-style-dashed {
    border-style: dashed !important
}

.ecl-u-border-style-dotted {
    border-style: dotted !important
}

@media (min-width:480px) {
    .ecl-u-border-sm-all {
        border: 1px solid #000 !important
    }

    .ecl-u-border-sm-bottom {
        border-bottom: 1px solid #000 !important
    }

    .ecl-u-border-sm-left {
        border-left: 1px solid #000 !important
    }

    .ecl-u-border-sm-top {
        border-top: 1px solid #000 !important
    }

    .ecl-u-border-sm-right {
        border-right: 1px solid #000 !important
    }

    .ecl-u-border-color-sm-blue {
        border-color: #004494 !important
    }

    .ecl-u-border-color-sm-yellow {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-sm-grey {
        border-color: #404040 !important
    }

    .ecl-u-border-color-sm-black {
        border-color: #000 !important
    }

    .ecl-u-border-color-sm-white {
        border-color: #fff !important
    }

    .ecl-u-border-color-sm-blue-130 {
        border-color: #002f67 !important
    }

    .ecl-u-border-color-sm-blue-120 {
        border-color: #003776 !important
    }

    .ecl-u-border-color-sm-blue-110 {
        border-color: #003d84 !important
    }

    .ecl-u-border-color-sm-blue-100 {
        border-color: #004494 !important
    }

    .ecl-u-border-color-sm-blue-75 {
        border-color: #4073af !important
    }

    .ecl-u-border-color-sm-blue-50 {
        border-color: #7fa1c9 !important
    }

    .ecl-u-border-color-sm-blue-25 {
        border-color: #bfd0e4 !important
    }

    .ecl-u-border-color-sm-blue-5 {
        border-color: #f2f5f9 !important
    }

    .ecl-u-border-color-sm-yellow-120 {
        border-color: #f8ae21 !important
    }

    .ecl-u-border-color-sm-yellow-110 {
        border-color: #fbc11d !important
    }

    .ecl-u-border-color-sm-yellow-100 {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-sm-yellow-75 {
        border-color: #ffde39 !important
    }

    .ecl-u-border-color-sm-yellow-50 {
        border-color: #ffe879 !important
    }

    .ecl-u-border-color-sm-yellow-25 {
        border-color: #fff4bb !important
    }

    .ecl-u-border-color-sm-grey-100 {
        border-color: #404040 !important
    }

    .ecl-u-border-color-sm-grey-75 {
        border-color: #707070 !important
    }

    .ecl-u-border-color-sm-grey-50 {
        border-color: #9f9f9f !important
    }

    .ecl-u-border-color-sm-grey-25 {
        border-color: #cfcfcf !important
    }

    .ecl-u-border-color-sm-grey-20 {
        border-color: #d9d9d9 !important
    }

    .ecl-u-border-color-sm-grey-15 {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-sm-grey-10 {
        border-color: #ebebeb !important
    }

    .ecl-u-border-color-sm-grey-5 {
        border-color: #f5f5f5 !important
    }

    .ecl-u-border-color-sm-blue-n {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-sm-orange {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-sm-green {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-sm-red-130 {
        border-color: #981722 !important
    }

    .ecl-u-border-color-sm-red {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-sm-primary {
        border-color: #004494 !important
    }

    .ecl-u-border-color-sm-secondary {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-sm-tertiary {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-sm-text {
        border-color: #404040 !important
    }

    .ecl-u-border-color-sm-white-100 {
        border-color: #fff !important
    }

    .ecl-u-border-color-sm-black-100 {
        border-color: #000 !important
    }

    .ecl-u-border-color-sm-error {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-sm-info {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-sm-success {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-sm-orange-100,
    .ecl-u-border-color-sm-warning {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-sm-green-100 {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-sm-red-100 {
        border-color: #da2131 !important
    }

    .ecl-u-border-width-sm-0 {
        border-width: 0 !important
    }

    .ecl-u-border-width-sm-1 {
        border-width: .0625rem !important
    }

    .ecl-u-border-width-sm-2 {
        border-width: .125rem !important
    }

    .ecl-u-border-width-sm-4 {
        border-width: .25rem !important
    }

    .ecl-u-border-width-sm-8 {
        border-width: .5rem !important
    }

    .ecl-u-border-style-sm-solid {
        border-style: solid !important
    }

    .ecl-u-border-style-sm-dashed {
        border-style: dashed !important
    }

    .ecl-u-border-style-sm-dotted {
        border-style: dotted !important
    }
}

@media (min-width:768px) {
    .ecl-u-border-md-all {
        border: 1px solid #000 !important
    }

    .ecl-u-border-md-bottom {
        border-bottom: 1px solid #000 !important
    }

    .ecl-u-border-md-left {
        border-left: 1px solid #000 !important
    }

    .ecl-u-border-md-top {
        border-top: 1px solid #000 !important
    }

    .ecl-u-border-md-right {
        border-right: 1px solid #000 !important
    }

    .ecl-u-border-color-md-blue {
        border-color: #004494 !important
    }

    .ecl-u-border-color-md-yellow {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-md-grey {
        border-color: #404040 !important
    }

    .ecl-u-border-color-md-black {
        border-color: #000 !important
    }

    .ecl-u-border-color-md-white {
        border-color: #fff !important
    }

    .ecl-u-border-color-md-blue-130 {
        border-color: #002f67 !important
    }

    .ecl-u-border-color-md-blue-120 {
        border-color: #003776 !important
    }

    .ecl-u-border-color-md-blue-110 {
        border-color: #003d84 !important
    }

    .ecl-u-border-color-md-blue-100 {
        border-color: #004494 !important
    }

    .ecl-u-border-color-md-blue-75 {
        border-color: #4073af !important
    }

    .ecl-u-border-color-md-blue-50 {
        border-color: #7fa1c9 !important
    }

    .ecl-u-border-color-md-blue-25 {
        border-color: #bfd0e4 !important
    }

    .ecl-u-border-color-md-blue-5 {
        border-color: #f2f5f9 !important
    }

    .ecl-u-border-color-md-yellow-120 {
        border-color: #f8ae21 !important
    }

    .ecl-u-border-color-md-yellow-110 {
        border-color: #fbc11d !important
    }

    .ecl-u-border-color-md-yellow-100 {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-md-yellow-75 {
        border-color: #ffde39 !important
    }

    .ecl-u-border-color-md-yellow-50 {
        border-color: #ffe879 !important
    }

    .ecl-u-border-color-md-yellow-25 {
        border-color: #fff4bb !important
    }

    .ecl-u-border-color-md-grey-100 {
        border-color: #404040 !important
    }

    .ecl-u-border-color-md-grey-75 {
        border-color: #707070 !important
    }

    .ecl-u-border-color-md-grey-50 {
        border-color: #9f9f9f !important
    }

    .ecl-u-border-color-md-grey-25 {
        border-color: #cfcfcf !important
    }

    .ecl-u-border-color-md-grey-20 {
        border-color: #d9d9d9 !important
    }

    .ecl-u-border-color-md-grey-15 {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-md-grey-10 {
        border-color: #ebebeb !important
    }

    .ecl-u-border-color-md-grey-5 {
        border-color: #f5f5f5 !important
    }

    .ecl-u-border-color-md-blue-n {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-md-orange {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-md-green {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-md-red-130 {
        border-color: #981722 !important
    }

    .ecl-u-border-color-md-red {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-md-primary {
        border-color: #004494 !important
    }

    .ecl-u-border-color-md-secondary {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-md-tertiary {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-md-text {
        border-color: #404040 !important
    }

    .ecl-u-border-color-md-white-100 {
        border-color: #fff !important
    }

    .ecl-u-border-color-md-black-100 {
        border-color: #000 !important
    }

    .ecl-u-border-color-md-error {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-md-info {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-md-success {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-md-orange-100,
    .ecl-u-border-color-md-warning {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-md-green-100 {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-md-red-100 {
        border-color: #da2131 !important
    }

    .ecl-u-border-width-md-0 {
        border-width: 0 !important
    }

    .ecl-u-border-width-md-1 {
        border-width: .0625rem !important
    }

    .ecl-u-border-width-md-2 {
        border-width: .125rem !important
    }

    .ecl-u-border-width-md-4 {
        border-width: .25rem !important
    }

    .ecl-u-border-width-md-8 {
        border-width: .5rem !important
    }

    .ecl-u-border-style-md-solid {
        border-style: solid !important
    }

    .ecl-u-border-style-md-dashed {
        border-style: dashed !important
    }

    .ecl-u-border-style-md-dotted {
        border-style: dotted !important
    }
}

@media (min-width:996px) {
    .ecl-u-border-lg-all {
        border: 1px solid #000 !important
    }

    .ecl-u-border-lg-bottom {
        border-bottom: 1px solid #000 !important
    }

    .ecl-u-border-lg-left {
        border-left: 1px solid #000 !important
    }

    .ecl-u-border-lg-top {
        border-top: 1px solid #000 !important
    }

    .ecl-u-border-lg-right {
        border-right: 1px solid #000 !important
    }

    .ecl-u-border-color-lg-blue {
        border-color: #004494 !important
    }

    .ecl-u-border-color-lg-yellow {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-lg-grey {
        border-color: #404040 !important
    }

    .ecl-u-border-color-lg-black {
        border-color: #000 !important
    }

    .ecl-u-border-color-lg-white {
        border-color: #fff !important
    }

    .ecl-u-border-color-lg-blue-130 {
        border-color: #002f67 !important
    }

    .ecl-u-border-color-lg-blue-120 {
        border-color: #003776 !important
    }

    .ecl-u-border-color-lg-blue-110 {
        border-color: #003d84 !important
    }

    .ecl-u-border-color-lg-blue-100 {
        border-color: #004494 !important
    }

    .ecl-u-border-color-lg-blue-75 {
        border-color: #4073af !important
    }

    .ecl-u-border-color-lg-blue-50 {
        border-color: #7fa1c9 !important
    }

    .ecl-u-border-color-lg-blue-25 {
        border-color: #bfd0e4 !important
    }

    .ecl-u-border-color-lg-blue-5 {
        border-color: #f2f5f9 !important
    }

    .ecl-u-border-color-lg-yellow-120 {
        border-color: #f8ae21 !important
    }

    .ecl-u-border-color-lg-yellow-110 {
        border-color: #fbc11d !important
    }

    .ecl-u-border-color-lg-yellow-100 {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-lg-yellow-75 {
        border-color: #ffde39 !important
    }

    .ecl-u-border-color-lg-yellow-50 {
        border-color: #ffe879 !important
    }

    .ecl-u-border-color-lg-yellow-25 {
        border-color: #fff4bb !important
    }

    .ecl-u-border-color-lg-grey-100 {
        border-color: #404040 !important
    }

    .ecl-u-border-color-lg-grey-75 {
        border-color: #707070 !important
    }

    .ecl-u-border-color-lg-grey-50 {
        border-color: #9f9f9f !important
    }

    .ecl-u-border-color-lg-grey-25 {
        border-color: #cfcfcf !important
    }

    .ecl-u-border-color-lg-grey-20 {
        border-color: #d9d9d9 !important
    }

    .ecl-u-border-color-lg-grey-15 {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-lg-grey-10 {
        border-color: #ebebeb !important
    }

    .ecl-u-border-color-lg-grey-5 {
        border-color: #f5f5f5 !important
    }

    .ecl-u-border-color-lg-blue-n {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-lg-orange {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-lg-green {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-lg-red-130 {
        border-color: #981722 !important
    }

    .ecl-u-border-color-lg-red {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-lg-primary {
        border-color: #004494 !important
    }

    .ecl-u-border-color-lg-secondary {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-lg-tertiary {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-lg-text {
        border-color: #404040 !important
    }

    .ecl-u-border-color-lg-white-100 {
        border-color: #fff !important
    }

    .ecl-u-border-color-lg-black-100 {
        border-color: #000 !important
    }

    .ecl-u-border-color-lg-error {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-lg-info {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-lg-success {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-lg-orange-100,
    .ecl-u-border-color-lg-warning {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-lg-green-100 {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-lg-red-100 {
        border-color: #da2131 !important
    }

    .ecl-u-border-width-lg-0 {
        border-width: 0 !important
    }

    .ecl-u-border-width-lg-1 {
        border-width: .0625rem !important
    }

    .ecl-u-border-width-lg-2 {
        border-width: .125rem !important
    }

    .ecl-u-border-width-lg-4 {
        border-width: .25rem !important
    }

    .ecl-u-border-width-lg-8 {
        border-width: .5rem !important
    }

    .ecl-u-border-style-lg-solid {
        border-style: solid !important
    }

    .ecl-u-border-style-lg-dashed {
        border-style: dashed !important
    }

    .ecl-u-border-style-lg-dotted {
        border-style: dotted !important
    }
}

@media (min-width:1140px) {
    .ecl-u-border-xl-all {
        border: 1px solid #000 !important
    }

    .ecl-u-border-xl-bottom {
        border-bottom: 1px solid #000 !important
    }

    .ecl-u-border-xl-left {
        border-left: 1px solid #000 !important
    }

    .ecl-u-border-xl-top {
        border-top: 1px solid #000 !important
    }

    .ecl-u-border-xl-right {
        border-right: 1px solid #000 !important
    }

    .ecl-u-border-color-xl-blue {
        border-color: #004494 !important
    }

    .ecl-u-border-color-xl-yellow {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-xl-grey {
        border-color: #404040 !important
    }

    .ecl-u-border-color-xl-black {
        border-color: #000 !important
    }

    .ecl-u-border-color-xl-white {
        border-color: #fff !important
    }

    .ecl-u-border-color-xl-blue-130 {
        border-color: #002f67 !important
    }

    .ecl-u-border-color-xl-blue-120 {
        border-color: #003776 !important
    }

    .ecl-u-border-color-xl-blue-110 {
        border-color: #003d84 !important
    }

    .ecl-u-border-color-xl-blue-100 {
        border-color: #004494 !important
    }

    .ecl-u-border-color-xl-blue-75 {
        border-color: #4073af !important
    }

    .ecl-u-border-color-xl-blue-50 {
        border-color: #7fa1c9 !important
    }

    .ecl-u-border-color-xl-blue-25 {
        border-color: #bfd0e4 !important
    }

    .ecl-u-border-color-xl-blue-5 {
        border-color: #f2f5f9 !important
    }

    .ecl-u-border-color-xl-yellow-120 {
        border-color: #f8ae21 !important
    }

    .ecl-u-border-color-xl-yellow-110 {
        border-color: #fbc11d !important
    }

    .ecl-u-border-color-xl-yellow-100 {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-xl-yellow-75 {
        border-color: #ffde39 !important
    }

    .ecl-u-border-color-xl-yellow-50 {
        border-color: #ffe879 !important
    }

    .ecl-u-border-color-xl-yellow-25 {
        border-color: #fff4bb !important
    }

    .ecl-u-border-color-xl-grey-100 {
        border-color: #404040 !important
    }

    .ecl-u-border-color-xl-grey-75 {
        border-color: #707070 !important
    }

    .ecl-u-border-color-xl-grey-50 {
        border-color: #9f9f9f !important
    }

    .ecl-u-border-color-xl-grey-25 {
        border-color: #cfcfcf !important
    }

    .ecl-u-border-color-xl-grey-20 {
        border-color: #d9d9d9 !important
    }

    .ecl-u-border-color-xl-grey-15 {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-xl-grey-10 {
        border-color: #ebebeb !important
    }

    .ecl-u-border-color-xl-grey-5 {
        border-color: #f5f5f5 !important
    }

    .ecl-u-border-color-xl-blue-n {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-xl-orange {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-xl-green {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-xl-red-130 {
        border-color: #981722 !important
    }

    .ecl-u-border-color-xl-red {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-xl-primary {
        border-color: #004494 !important
    }

    .ecl-u-border-color-xl-secondary {
        border-color: #ffd617 !important
    }

    .ecl-u-border-color-xl-tertiary {
        border-color: #e3e3e3 !important
    }

    .ecl-u-border-color-xl-text {
        border-color: #404040 !important
    }

    .ecl-u-border-color-xl-white-100 {
        border-color: #fff !important
    }

    .ecl-u-border-color-xl-black-100 {
        border-color: #000 !important
    }

    .ecl-u-border-color-xl-error {
        border-color: #da2131 !important
    }

    .ecl-u-border-color-xl-info {
        border-color: #006fb4 !important
    }

    .ecl-u-border-color-xl-success {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-xl-orange-100,
    .ecl-u-border-color-xl-warning {
        border-color: #f29527 !important
    }

    .ecl-u-border-color-xl-green-100 {
        border-color: #467a39 !important
    }

    .ecl-u-border-color-xl-red-100 {
        border-color: #da2131 !important
    }

    .ecl-u-border-width-xl-0 {
        border-width: 0 !important
    }

    .ecl-u-border-width-xl-1 {
        border-width: .0625rem !important
    }

    .ecl-u-border-width-xl-2 {
        border-width: .125rem !important
    }

    .ecl-u-border-width-xl-4 {
        border-width: .25rem !important
    }

    .ecl-u-border-width-xl-8 {
        border-width: .5rem !important
    }

    .ecl-u-border-style-xl-solid {
        border-style: solid !important
    }

    .ecl-u-border-style-xl-dashed {
        border-style: dashed !important
    }

    .ecl-u-border-style-xl-dotted {
        border-style: dotted !important
    }
}

.ecl-u-clearfix:after {
    clear: both !important;
    content: "" !important;
    display: block !important
}

.ecl-u-height-auto {
    height: auto !important
}

.ecl-u-height-100 {
    height: 100% !important
}

.ecl-u-width-auto {
    width: auto !important
}

.ecl-u-width-100 {
    width: 100% !important
}

.ecl-u-flex-row {
    flex-direction: row !important
}

.ecl-u-flex-column {
    flex-direction: column !important
}

.ecl-u-flex-row-reverse {
    flex-direction: row-reverse !important
}

.ecl-u-flex-column-reverse {
    flex-direction: column-reverse !important
}

.ecl-u-flex-wrap {
    flex-wrap: wrap !important
}

.ecl-u-flex-nowrap {
    flex-wrap: nowrap !important
}

.ecl-u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.ecl-u-justify-content-start {
    justify-content: flex-start !important
}

.ecl-u-justify-content-end {
    justify-content: flex-end !important
}

.ecl-u-justify-content-center {
    justify-content: center !important
}

.ecl-u-justify-content-between {
    justify-content: space-between !important
}

.ecl-u-justify-content-around {
    justify-content: space-around !important
}

.ecl-u-align-items-start {
    align-items: flex-start !important
}

.ecl-u-align-items-end {
    align-items: flex-end !important
}

.ecl-u-align-items-center {
    align-items: center !important
}

.ecl-u-align-items-baseline {
    align-items: baseline !important
}

.ecl-u-align-items-stretch {
    align-items: stretch !important
}

.ecl-u-align-content-start {
    align-content: flex-start !important
}

.ecl-u-align-content-end {
    align-content: flex-end !important
}

.ecl-u-align-content-center {
    align-content: center !important
}

.ecl-u-align-content-between {
    align-content: space-between !important
}

.ecl-u-align-content-around {
    align-content: space-around !important
}

.ecl-u-align-content-stretch {
    align-content: stretch !important
}

.ecl-u-order-first {
    order: -1 !important
}

.ecl-u-order-last {
    order: 1 !important
}

.ecl-u-order-0 {
    order: 0 !important
}

.ecl-u-align-self-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.ecl-u-align-self-start {
    align-self: flex-start !important
}

.ecl-u-align-self-end {
    align-self: flex-end !important
}

.ecl-u-align-self-center {
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.ecl-u-align-self-baseline {
    align-self: baseline !important
}

.ecl-u-align-self-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.ecl-u-flex-grow-0 {
    flex-grow: 0 !important
}

.ecl-u-flex-grow-1 {
    flex-grow: 1 !important
}

.ecl-u-flex-shrink-0 {
    flex-shrink: 0 !important
}

.ecl-u-flex-shrink-1 {
    flex-shrink: 1 !important
}

.ecl-u-flex-basis-100 {
    flex-basis: 100% !important
}

.ecl-u-flex-basis-auto {
    flex-basis: auto !important
}

@media (min-width:480px) {
    .ecl-u-flex-sm-row {
        flex-direction: row !important
    }

    .ecl-u-flex-sm-column {
        flex-direction: column !important
    }

    .ecl-u-flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .ecl-u-flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .ecl-u-flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .ecl-u-flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .ecl-u-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .ecl-u-justify-content-sm-start {
        justify-content: flex-start !important
    }

    .ecl-u-justify-content-sm-end {
        justify-content: flex-end !important
    }

    .ecl-u-justify-content-sm-center {
        justify-content: center !important
    }

    .ecl-u-justify-content-sm-between {
        justify-content: space-between !important
    }

    .ecl-u-justify-content-sm-around {
        justify-content: space-around !important
    }

    .ecl-u-align-items-sm-start {
        align-items: flex-start !important
    }

    .ecl-u-align-items-sm-end {
        align-items: flex-end !important
    }

    .ecl-u-align-items-sm-center {
        align-items: center !important
    }

    .ecl-u-align-items-sm-baseline {
        align-items: baseline !important
    }

    .ecl-u-align-items-sm-stretch {
        align-items: stretch !important
    }

    .ecl-u-align-content-sm-start {
        align-content: flex-start !important
    }

    .ecl-u-align-content-sm-end {
        align-content: flex-end !important
    }

    .ecl-u-align-content-sm-center {
        align-content: center !important
    }

    .ecl-u-align-content-sm-between {
        align-content: space-between !important
    }

    .ecl-u-align-content-sm-around {
        align-content: space-around !important
    }

    .ecl-u-align-content-sm-stretch {
        align-content: stretch !important
    }

    .ecl-u-order-sm-first {
        order: -1 !important
    }

    .ecl-u-order-sm-last {
        order: 1 !important
    }

    .ecl-u-order-sm-0 {
        order: 0 !important
    }

    .ecl-u-align-self-sm-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .ecl-u-align-self-sm-start {
        align-self: flex-start !important
    }

    .ecl-u-align-self-sm-end {
        align-self: flex-end !important
    }

    .ecl-u-align-self-sm-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .ecl-u-align-self-sm-baseline {
        align-self: baseline !important
    }

    .ecl-u-align-self-sm-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .ecl-u-flex-grow-sm-0 {
        flex-grow: 0 !important
    }

    .ecl-u-flex-grow-sm-1 {
        flex-grow: 1 !important
    }

    .ecl-u-flex-shrink-sm-0 {
        flex-shrink: 0 !important
    }

    .ecl-u-flex-shrink-sm-1 {
        flex-shrink: 1 !important
    }

    .ecl-u-flex-basis-sm-100 {
        flex-basis: 100% !important
    }

    .ecl-u-flex-basis-sm-auto {
        flex-basis: auto !important
    }
}

@media (min-width:768px) {
    .ecl-u-flex-md-row {
        flex-direction: row !important
    }

    .ecl-u-flex-md-column {
        flex-direction: column !important
    }

    .ecl-u-flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .ecl-u-flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .ecl-u-flex-md-wrap {
        flex-wrap: wrap !important
    }

    .ecl-u-flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .ecl-u-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .ecl-u-justify-content-md-start {
        justify-content: flex-start !important
    }

    .ecl-u-justify-content-md-end {
        justify-content: flex-end !important
    }

    .ecl-u-justify-content-md-center {
        justify-content: center !important
    }

    .ecl-u-justify-content-md-between {
        justify-content: space-between !important
    }

    .ecl-u-justify-content-md-around {
        justify-content: space-around !important
    }

    .ecl-u-align-items-md-start {
        align-items: flex-start !important
    }

    .ecl-u-align-items-md-end {
        align-items: flex-end !important
    }

    .ecl-u-align-items-md-center {
        align-items: center !important
    }

    .ecl-u-align-items-md-baseline {
        align-items: baseline !important
    }

    .ecl-u-align-items-md-stretch {
        align-items: stretch !important
    }

    .ecl-u-align-content-md-start {
        align-content: flex-start !important
    }

    .ecl-u-align-content-md-end {
        align-content: flex-end !important
    }

    .ecl-u-align-content-md-center {
        align-content: center !important
    }

    .ecl-u-align-content-md-between {
        align-content: space-between !important
    }

    .ecl-u-align-content-md-around {
        align-content: space-around !important
    }

    .ecl-u-align-content-md-stretch {
        align-content: stretch !important
    }

    .ecl-u-order-md-first {
        order: -1 !important
    }

    .ecl-u-order-md-last {
        order: 1 !important
    }

    .ecl-u-order-md-0 {
        order: 0 !important
    }

    .ecl-u-align-self-md-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .ecl-u-align-self-md-start {
        align-self: flex-start !important
    }

    .ecl-u-align-self-md-end {
        align-self: flex-end !important
    }

    .ecl-u-align-self-md-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .ecl-u-align-self-md-baseline {
        align-self: baseline !important
    }

    .ecl-u-align-self-md-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .ecl-u-flex-grow-md-0 {
        flex-grow: 0 !important
    }

    .ecl-u-flex-grow-md-1 {
        flex-grow: 1 !important
    }

    .ecl-u-flex-shrink-md-0 {
        flex-shrink: 0 !important
    }

    .ecl-u-flex-shrink-md-1 {
        flex-shrink: 1 !important
    }

    .ecl-u-flex-basis-md-100 {
        flex-basis: 100% !important
    }

    .ecl-u-flex-basis-md-auto {
        flex-basis: auto !important
    }
}

@media (min-width:996px) {
    .ecl-u-flex-lg-row {
        flex-direction: row !important
    }

    .ecl-u-flex-lg-column {
        flex-direction: column !important
    }

    .ecl-u-flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .ecl-u-flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .ecl-u-flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .ecl-u-flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .ecl-u-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .ecl-u-justify-content-lg-start {
        justify-content: flex-start !important
    }

    .ecl-u-justify-content-lg-end {
        justify-content: flex-end !important
    }

    .ecl-u-justify-content-lg-center {
        justify-content: center !important
    }

    .ecl-u-justify-content-lg-between {
        justify-content: space-between !important
    }

    .ecl-u-justify-content-lg-around {
        justify-content: space-around !important
    }

    .ecl-u-align-items-lg-start {
        align-items: flex-start !important
    }

    .ecl-u-align-items-lg-end {
        align-items: flex-end !important
    }

    .ecl-u-align-items-lg-center {
        align-items: center !important
    }

    .ecl-u-align-items-lg-baseline {
        align-items: baseline !important
    }

    .ecl-u-align-items-lg-stretch {
        align-items: stretch !important
    }

    .ecl-u-align-content-lg-start {
        align-content: flex-start !important
    }

    .ecl-u-align-content-lg-end {
        align-content: flex-end !important
    }

    .ecl-u-align-content-lg-center {
        align-content: center !important
    }

    .ecl-u-align-content-lg-between {
        align-content: space-between !important
    }

    .ecl-u-align-content-lg-around {
        align-content: space-around !important
    }

    .ecl-u-align-content-lg-stretch {
        align-content: stretch !important
    }

    .ecl-u-order-lg-first {
        order: -1 !important
    }

    .ecl-u-order-lg-last {
        order: 1 !important
    }

    .ecl-u-order-lg-0 {
        order: 0 !important
    }

    .ecl-u-align-self-lg-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .ecl-u-align-self-lg-start {
        align-self: flex-start !important
    }

    .ecl-u-align-self-lg-end {
        align-self: flex-end !important
    }

    .ecl-u-align-self-lg-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .ecl-u-align-self-lg-baseline {
        align-self: baseline !important
    }

    .ecl-u-align-self-lg-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .ecl-u-flex-grow-lg-0 {
        flex-grow: 0 !important
    }

    .ecl-u-flex-grow-lg-1 {
        flex-grow: 1 !important
    }

    .ecl-u-flex-shrink-lg-0 {
        flex-shrink: 0 !important
    }

    .ecl-u-flex-shrink-lg-1 {
        flex-shrink: 1 !important
    }

    .ecl-u-flex-basis-lg-100 {
        flex-basis: 100% !important
    }

    .ecl-u-flex-basis-lg-auto {
        flex-basis: auto !important
    }
}

@media (min-width:1140px) {
    .ecl-u-flex-xl-row {
        flex-direction: row !important
    }

    .ecl-u-flex-xl-column {
        flex-direction: column !important
    }

    .ecl-u-flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .ecl-u-flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .ecl-u-flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .ecl-u-flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .ecl-u-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .ecl-u-justify-content-xl-start {
        justify-content: flex-start !important
    }

    .ecl-u-justify-content-xl-end {
        justify-content: flex-end !important
    }

    .ecl-u-justify-content-xl-center {
        justify-content: center !important
    }

    .ecl-u-justify-content-xl-between {
        justify-content: space-between !important
    }

    .ecl-u-justify-content-xl-around {
        justify-content: space-around !important
    }

    .ecl-u-align-items-xl-start {
        align-items: flex-start !important
    }

    .ecl-u-align-items-xl-end {
        align-items: flex-end !important
    }

    .ecl-u-align-items-xl-center {
        align-items: center !important
    }

    .ecl-u-align-items-xl-baseline {
        align-items: baseline !important
    }

    .ecl-u-align-items-xl-stretch {
        align-items: stretch !important
    }

    .ecl-u-align-content-xl-start {
        align-content: flex-start !important
    }

    .ecl-u-align-content-xl-end {
        align-content: flex-end !important
    }

    .ecl-u-align-content-xl-center {
        align-content: center !important
    }

    .ecl-u-align-content-xl-between {
        align-content: space-between !important
    }

    .ecl-u-align-content-xl-around {
        align-content: space-around !important
    }

    .ecl-u-align-content-xl-stretch {
        align-content: stretch !important
    }

    .ecl-u-order-xl-first {
        order: -1 !important
    }

    .ecl-u-order-xl-last {
        order: 1 !important
    }

    .ecl-u-order-xl-0 {
        order: 0 !important
    }

    .ecl-u-align-self-xl-auto {
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .ecl-u-align-self-xl-start {
        align-self: flex-start !important
    }

    .ecl-u-align-self-xl-end {
        align-self: flex-end !important
    }

    .ecl-u-align-self-xl-center {
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .ecl-u-align-self-xl-baseline {
        align-self: baseline !important
    }

    .ecl-u-align-self-xl-stretch {
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .ecl-u-flex-grow-xl-0 {
        flex-grow: 0 !important
    }

    .ecl-u-flex-grow-xl-1 {
        flex-grow: 1 !important
    }

    .ecl-u-flex-shrink-xl-0 {
        flex-shrink: 0 !important
    }

    .ecl-u-flex-shrink-xl-1 {
        flex-shrink: 1 !important
    }

    .ecl-u-flex-basis-xl-100 {
        flex-basis: 100% !important
    }

    .ecl-u-flex-basis-xl-auto {
        flex-basis: auto !important
    }
}

.ecl-u-f-l {
    float: left !important
}

.ecl-u-f-r {
    float: right !important
}

.ecl-u-f-none {
    float: none !important
}

.ecl-u-disablescroll {
    overflow: hidden !important
}

.ecl-u-media-a-s {
    height: 77px !important
}

.ecl-u-media-a-s,
.ecl-u-media-h-s {
    width: 77px !important
}

.ecl-u-media-v-s {
    height: 77px !important
}

.ecl-u-media-a-m {
    height: 100px !important
}

.ecl-u-media-a-m,
.ecl-u-media-h-m {
    width: 100px !important
}

.ecl-u-media-v-m {
    height: 100px !important
}

@media (min-width:480px) {
    .ecl-u-media-a-sm-s {
        height: 77px !important
    }

    .ecl-u-media-a-sm-s,
    .ecl-u-media-h-sm-s {
        width: 77px !important
    }

    .ecl-u-media-v-sm-s {
        height: 77px !important
    }

    .ecl-u-media-a-sm-m {
        height: 100px !important
    }

    .ecl-u-media-a-sm-m,
    .ecl-u-media-h-sm-m {
        width: 100px !important
    }

    .ecl-u-media-v-sm-m {
        height: 100px !important
    }
}

@media (min-width:768px) {
    .ecl-u-media-a-md-s {
        height: 77px !important
    }

    .ecl-u-media-a-md-s,
    .ecl-u-media-h-md-s {
        width: 77px !important
    }

    .ecl-u-media-v-md-s {
        height: 77px !important
    }

    .ecl-u-media-a-md-m {
        height: 100px !important
    }

    .ecl-u-media-a-md-m,
    .ecl-u-media-h-md-m {
        width: 100px !important
    }

    .ecl-u-media-v-md-m {
        height: 100px !important
    }
}

@media (min-width:996px) {
    .ecl-u-media-a-lg-s {
        height: 77px !important
    }

    .ecl-u-media-a-lg-s,
    .ecl-u-media-h-lg-s {
        width: 77px !important
    }

    .ecl-u-media-v-lg-s {
        height: 77px !important
    }

    .ecl-u-media-a-lg-m {
        height: 100px !important
    }

    .ecl-u-media-a-lg-m,
    .ecl-u-media-h-lg-m {
        width: 100px !important
    }

    .ecl-u-media-v-lg-m {
        height: 100px !important
    }
}

@media (min-width:1140px) {
    .ecl-u-media-a-xl-s {
        height: 77px !important
    }

    .ecl-u-media-a-xl-s,
    .ecl-u-media-h-xl-s {
        width: 77px !important
    }

    .ecl-u-media-v-xl-s {
        height: 77px !important
    }

    .ecl-u-media-a-xl-m {
        height: 100px !important
    }

    .ecl-u-media-a-xl-m,
    .ecl-u-media-h-xl-m {
        width: 100px !important
    }

    .ecl-u-media-v-xl-m {
        height: 100px !important
    }
}

.ecl-u-media-ratio-16-9 {
    position: relative !important
}

.ecl-u-media-ratio-16-9:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
    width: 100% !important
}

.ecl-u-media-ratio-16-9 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important
}

.ecl-u-media-ratio-4-3 {
    position: relative !important
}

.ecl-u-media-ratio-4-3:before {
    content: "" !important;
    display: block !important;
    padding-top: 75% !important;
    width: 100% !important
}

.ecl-u-media-ratio-4-3 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important
}

.ecl-u-media-ratio-3-2 {
    position: relative !important
}

.ecl-u-media-ratio-3-2:before {
    content: "" !important;
    display: block !important;
    padding-top: 66.66667% !important;
    width: 100% !important
}

.ecl-u-media-ratio-3-2 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important
}

.ecl-u-media-ratio-1-1 {
    position: relative !important
}

.ecl-u-media-ratio-1-1:before {
    content: "" !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important
}

.ecl-u-media-ratio-1-1 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important
}

.ecl-u-media-bg-origin-border {
    background-origin: border-box !important
}

.ecl-u-media-bg-origin-padding {
    background-origin: padding-box !important
}

.ecl-u-media-bg-origin-content {
    background-origin: content-box !important
}

.ecl-u-media-bg-position-initial {
    background-position: 0 0 !important
}

.ecl-u-media-bg-position-top {
    background-position: top !important
}

.ecl-u-media-bg-position-bottom {
    background-position: bottom !important
}

.ecl-u-media-bg-position-left {
    background-position: 0 !important
}

.ecl-u-media-bg-position-right {
    background-position: 100% !important
}

.ecl-u-media-bg-position-center {
    background-position: 50% !important
}

.ecl-u-media-bg-repeat-all {
    background-repeat: repeat !important
}

.ecl-u-media-bg-repeat-x {
    background-repeat: repeat-x !important
}

.ecl-u-media-bg-repeat-y {
    background-repeat: repeat-y !important
}

.ecl-u-media-bg-repeat-none {
    background-repeat: no-repeat !important
}

.ecl-u-media-bg-size-auto {
    background-size: auto !important
}

.ecl-u-media-bg-size-contain {
    background-size: contain !important
}

.ecl-u-media-bg-size-cover {
    background-size: cover !important
}

.ecl-u-print-only {
    display: none !important
}

.ecl-u-sr-only {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.ecl-u-sr-only--focusable:active,
.ecl-u-sr-only--focusable:focus {
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important
}

.ecl-u-ma-2xs {
    margin: .25rem !important
}

.ecl-u-mh-2xs {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.ecl-u-mv-2xs {
    margin-bottom: .25rem !important
}

.ecl-u-mt-2xs,
.ecl-u-mv-2xs {
    margin-top: .25rem !important
}

.ecl-u-mr-2xs {
    margin-right: .25rem !important
}

.ecl-u-mb-2xs {
    margin-bottom: .25rem !important
}

.ecl-u-ml-2xs {
    margin-left: .25rem !important
}

.ecl-u-ma-xs {
    margin: .5rem !important
}

.ecl-u-mh-xs {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.ecl-u-mv-xs {
    margin-bottom: .5rem !important
}

.ecl-u-mt-xs,
.ecl-u-mv-xs {
    margin-top: .5rem !important
}

.ecl-u-mr-xs {
    margin-right: .5rem !important
}

.ecl-u-mb-xs {
    margin-bottom: .5rem !important
}

.ecl-u-ml-xs {
    margin-left: .5rem !important
}

.ecl-u-ma-s {
    margin: .75rem !important
}

.ecl-u-mh-s {
    margin-left: .75rem !important;
    margin-right: .75rem !important
}

.ecl-u-mv-s {
    margin-bottom: .75rem !important
}

.ecl-u-mt-s,
.ecl-u-mv-s {
    margin-top: .75rem !important
}

.ecl-u-mr-s {
    margin-right: .75rem !important
}

.ecl-u-mb-s {
    margin-bottom: .75rem !important
}

.ecl-u-ml-s {
    margin-left: .75rem !important
}

.ecl-u-ma-m {
    margin: 1rem !important
}

.ecl-u-mh-m {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.ecl-u-mv-m {
    margin-bottom: 1rem !important
}

.ecl-u-mt-m,
.ecl-u-mv-m {
    margin-top: 1rem !important
}

.ecl-u-mr-m {
    margin-right: 1rem !important
}

.ecl-u-mb-m {
    margin-bottom: 1rem !important
}

.ecl-u-ml-m {
    margin-left: 1rem !important
}

.ecl-u-ma-l {
    margin: 1.5rem !important
}

.ecl-u-mh-l {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.ecl-u-mv-l {
    margin-bottom: 1.5rem !important
}

.ecl-u-mt-l,
.ecl-u-mv-l {
    margin-top: 1.5rem !important
}

.ecl-u-mr-l {
    margin-right: 1.5rem !important
}

.ecl-u-mb-l {
    margin-bottom: 1.5rem !important
}

.ecl-u-ml-l {
    margin-left: 1.5rem !important
}

.ecl-u-ma-xl {
    margin: 2rem !important
}

.ecl-u-mh-xl {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.ecl-u-mv-xl {
    margin-bottom: 2rem !important
}

.ecl-u-mt-xl,
.ecl-u-mv-xl {
    margin-top: 2rem !important
}

.ecl-u-mr-xl {
    margin-right: 2rem !important
}

.ecl-u-mb-xl {
    margin-bottom: 2rem !important
}

.ecl-u-ml-xl {
    margin-left: 2rem !important
}

.ecl-u-ma-2xl {
    margin: 2.5rem !important
}

.ecl-u-mh-2xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
}

.ecl-u-mv-2xl {
    margin-bottom: 2.5rem !important
}

.ecl-u-mt-2xl,
.ecl-u-mv-2xl {
    margin-top: 2.5rem !important
}

.ecl-u-mr-2xl {
    margin-right: 2.5rem !important
}

.ecl-u-mb-2xl {
    margin-bottom: 2.5rem !important
}

.ecl-u-ml-2xl {
    margin-left: 2.5rem !important
}

.ecl-u-ma-3xl {
    margin: 3rem !important
}

.ecl-u-mh-3xl {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.ecl-u-mv-3xl {
    margin-bottom: 3rem !important
}

.ecl-u-mt-3xl,
.ecl-u-mv-3xl {
    margin-top: 3rem !important
}

.ecl-u-mr-3xl {
    margin-right: 3rem !important
}

.ecl-u-mb-3xl {
    margin-bottom: 3rem !important
}

.ecl-u-ml-3xl {
    margin-left: 3rem !important
}

.ecl-u-ma-4xl {
    margin: 4rem !important
}

.ecl-u-mh-4xl {
    margin-left: 4rem !important;
    margin-right: 4rem !important
}

.ecl-u-mv-4xl {
    margin-bottom: 4rem !important
}

.ecl-u-mt-4xl,
.ecl-u-mv-4xl {
    margin-top: 4rem !important
}

.ecl-u-mr-4xl {
    margin-right: 4rem !important
}

.ecl-u-mb-4xl {
    margin-bottom: 4rem !important
}

.ecl-u-ml-4xl {
    margin-left: 4rem !important
}

.ecl-u-ma-none {
    margin: 0 !important
}

.ecl-u-mh-none {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ecl-u-mv-none {
    margin-bottom: 0 !important
}

.ecl-u-mt-none,
.ecl-u-mv-none {
    margin-top: 0 !important
}

.ecl-u-mr-none {
    margin-right: 0 !important
}

.ecl-u-mb-none {
    margin-bottom: 0 !important
}

.ecl-u-ml-none {
    margin-left: 0 !important
}

.ecl-u-ma-auto {
    margin: auto !important
}

.ecl-u-mh-auto {
    margin-left: auto !important
}

.ecl-u-mh-auto,
.ecl-u-mr-auto {
    margin-right: auto !important
}

.ecl-u-ml-auto {
    margin-left: auto !important
}

@media (min-width:480px) {
    .ecl-u-ma-sm-2xs {
        margin: .25rem !important
    }

    .ecl-u-mh-sm-2xs {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .ecl-u-mv-sm-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-mt-sm-2xs,
    .ecl-u-mv-sm-2xs {
        margin-top: .25rem !important
    }

    .ecl-u-mr-sm-2xs {
        margin-right: .25rem !important
    }

    .ecl-u-mb-sm-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-ml-sm-2xs {
        margin-left: .25rem !important
    }

    .ecl-u-ma-sm-xs {
        margin: .5rem !important
    }

    .ecl-u-mh-sm-xs {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .ecl-u-mv-sm-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-mt-sm-xs,
    .ecl-u-mv-sm-xs {
        margin-top: .5rem !important
    }

    .ecl-u-mr-sm-xs {
        margin-right: .5rem !important
    }

    .ecl-u-mb-sm-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-ml-sm-xs {
        margin-left: .5rem !important
    }

    .ecl-u-ma-sm-s {
        margin: .75rem !important
    }

    .ecl-u-mh-sm-s {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .ecl-u-mv-sm-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-mt-sm-s,
    .ecl-u-mv-sm-s {
        margin-top: .75rem !important
    }

    .ecl-u-mr-sm-s {
        margin-right: .75rem !important
    }

    .ecl-u-mb-sm-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-ml-sm-s {
        margin-left: .75rem !important
    }

    .ecl-u-ma-sm-m {
        margin: 1rem !important
    }

    .ecl-u-mh-sm-m {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .ecl-u-mv-sm-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-mt-sm-m,
    .ecl-u-mv-sm-m {
        margin-top: 1rem !important
    }

    .ecl-u-mr-sm-m {
        margin-right: 1rem !important
    }

    .ecl-u-mb-sm-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-ml-sm-m {
        margin-left: 1rem !important
    }

    .ecl-u-ma-sm-l {
        margin: 1.5rem !important
    }

    .ecl-u-mh-sm-l {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .ecl-u-mv-sm-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-mt-sm-l,
    .ecl-u-mv-sm-l {
        margin-top: 1.5rem !important
    }

    .ecl-u-mr-sm-l {
        margin-right: 1.5rem !important
    }

    .ecl-u-mb-sm-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-ml-sm-l {
        margin-left: 1.5rem !important
    }

    .ecl-u-ma-sm-xl {
        margin: 2rem !important
    }

    .ecl-u-mh-sm-xl {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .ecl-u-mv-sm-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-mt-sm-xl,
    .ecl-u-mv-sm-xl {
        margin-top: 2rem !important
    }

    .ecl-u-mr-sm-xl {
        margin-right: 2rem !important
    }

    .ecl-u-mb-sm-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-ml-sm-xl {
        margin-left: 2rem !important
    }

    .ecl-u-ma-sm-2xl {
        margin: 2.5rem !important
    }

    .ecl-u-mh-sm-2xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .ecl-u-mv-sm-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-mt-sm-2xl,
    .ecl-u-mv-sm-2xl {
        margin-top: 2.5rem !important
    }

    .ecl-u-mr-sm-2xl {
        margin-right: 2.5rem !important
    }

    .ecl-u-mb-sm-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-ml-sm-2xl {
        margin-left: 2.5rem !important
    }

    .ecl-u-ma-sm-3xl {
        margin: 3rem !important
    }

    .ecl-u-mh-sm-3xl {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .ecl-u-mv-sm-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-mt-sm-3xl,
    .ecl-u-mv-sm-3xl {
        margin-top: 3rem !important
    }

    .ecl-u-mr-sm-3xl {
        margin-right: 3rem !important
    }

    .ecl-u-mb-sm-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-ml-sm-3xl {
        margin-left: 3rem !important
    }

    .ecl-u-ma-sm-4xl {
        margin: 4rem !important
    }

    .ecl-u-mh-sm-4xl {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .ecl-u-mv-sm-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-mt-sm-4xl,
    .ecl-u-mv-sm-4xl {
        margin-top: 4rem !important
    }

    .ecl-u-mr-sm-4xl {
        margin-right: 4rem !important
    }

    .ecl-u-mb-sm-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-ml-sm-4xl {
        margin-left: 4rem !important
    }

    .ecl-u-ma-sm-none {
        margin: 0 !important
    }

    .ecl-u-mh-sm-none {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ecl-u-mv-sm-none {
        margin-bottom: 0 !important
    }

    .ecl-u-mt-sm-none,
    .ecl-u-mv-sm-none {
        margin-top: 0 !important
    }

    .ecl-u-mr-sm-none {
        margin-right: 0 !important
    }

    .ecl-u-mb-sm-none {
        margin-bottom: 0 !important
    }

    .ecl-u-ml-sm-none {
        margin-left: 0 !important
    }

    .ecl-u-ma-sm-auto {
        margin: auto !important
    }

    .ecl-u-mh-sm-auto {
        margin-left: auto !important
    }

    .ecl-u-mh-sm-auto,
    .ecl-u-mr-sm-auto {
        margin-right: auto !important
    }

    .ecl-u-ml-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .ecl-u-ma-md-2xs {
        margin: .25rem !important
    }

    .ecl-u-mh-md-2xs {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .ecl-u-mv-md-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-mt-md-2xs,
    .ecl-u-mv-md-2xs {
        margin-top: .25rem !important
    }

    .ecl-u-mr-md-2xs {
        margin-right: .25rem !important
    }

    .ecl-u-mb-md-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-ml-md-2xs {
        margin-left: .25rem !important
    }

    .ecl-u-ma-md-xs {
        margin: .5rem !important
    }

    .ecl-u-mh-md-xs {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .ecl-u-mv-md-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-mt-md-xs,
    .ecl-u-mv-md-xs {
        margin-top: .5rem !important
    }

    .ecl-u-mr-md-xs {
        margin-right: .5rem !important
    }

    .ecl-u-mb-md-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-ml-md-xs {
        margin-left: .5rem !important
    }

    .ecl-u-ma-md-s {
        margin: .75rem !important
    }

    .ecl-u-mh-md-s {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .ecl-u-mv-md-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-mt-md-s,
    .ecl-u-mv-md-s {
        margin-top: .75rem !important
    }

    .ecl-u-mr-md-s {
        margin-right: .75rem !important
    }

    .ecl-u-mb-md-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-ml-md-s {
        margin-left: .75rem !important
    }

    .ecl-u-ma-md-m {
        margin: 1rem !important
    }

    .ecl-u-mh-md-m {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .ecl-u-mv-md-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-mt-md-m,
    .ecl-u-mv-md-m {
        margin-top: 1rem !important
    }

    .ecl-u-mr-md-m {
        margin-right: 1rem !important
    }

    .ecl-u-mb-md-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-ml-md-m {
        margin-left: 1rem !important
    }

    .ecl-u-ma-md-l {
        margin: 1.5rem !important
    }

    .ecl-u-mh-md-l {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .ecl-u-mv-md-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-mt-md-l,
    .ecl-u-mv-md-l {
        margin-top: 1.5rem !important
    }

    .ecl-u-mr-md-l {
        margin-right: 1.5rem !important
    }

    .ecl-u-mb-md-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-ml-md-l {
        margin-left: 1.5rem !important
    }

    .ecl-u-ma-md-xl {
        margin: 2rem !important
    }

    .ecl-u-mh-md-xl {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .ecl-u-mv-md-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-mt-md-xl,
    .ecl-u-mv-md-xl {
        margin-top: 2rem !important
    }

    .ecl-u-mr-md-xl {
        margin-right: 2rem !important
    }

    .ecl-u-mb-md-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-ml-md-xl {
        margin-left: 2rem !important
    }

    .ecl-u-ma-md-2xl {
        margin: 2.5rem !important
    }

    .ecl-u-mh-md-2xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .ecl-u-mv-md-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-mt-md-2xl,
    .ecl-u-mv-md-2xl {
        margin-top: 2.5rem !important
    }

    .ecl-u-mr-md-2xl {
        margin-right: 2.5rem !important
    }

    .ecl-u-mb-md-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-ml-md-2xl {
        margin-left: 2.5rem !important
    }

    .ecl-u-ma-md-3xl {
        margin: 3rem !important
    }

    .ecl-u-mh-md-3xl {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .ecl-u-mv-md-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-mt-md-3xl,
    .ecl-u-mv-md-3xl {
        margin-top: 3rem !important
    }

    .ecl-u-mr-md-3xl {
        margin-right: 3rem !important
    }

    .ecl-u-mb-md-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-ml-md-3xl {
        margin-left: 3rem !important
    }

    .ecl-u-ma-md-4xl {
        margin: 4rem !important
    }

    .ecl-u-mh-md-4xl {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .ecl-u-mv-md-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-mt-md-4xl,
    .ecl-u-mv-md-4xl {
        margin-top: 4rem !important
    }

    .ecl-u-mr-md-4xl {
        margin-right: 4rem !important
    }

    .ecl-u-mb-md-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-ml-md-4xl {
        margin-left: 4rem !important
    }

    .ecl-u-ma-md-none {
        margin: 0 !important
    }

    .ecl-u-mh-md-none {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ecl-u-mv-md-none {
        margin-bottom: 0 !important
    }

    .ecl-u-mt-md-none,
    .ecl-u-mv-md-none {
        margin-top: 0 !important
    }

    .ecl-u-mr-md-none {
        margin-right: 0 !important
    }

    .ecl-u-mb-md-none {
        margin-bottom: 0 !important
    }

    .ecl-u-ml-md-none {
        margin-left: 0 !important
    }

    .ecl-u-ma-md-auto {
        margin: auto !important
    }

    .ecl-u-mh-md-auto {
        margin-left: auto !important
    }

    .ecl-u-mh-md-auto,
    .ecl-u-mr-md-auto {
        margin-right: auto !important
    }

    .ecl-u-ml-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:996px) {
    .ecl-u-ma-lg-2xs {
        margin: .25rem !important
    }

    .ecl-u-mh-lg-2xs {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .ecl-u-mv-lg-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-mt-lg-2xs,
    .ecl-u-mv-lg-2xs {
        margin-top: .25rem !important
    }

    .ecl-u-mr-lg-2xs {
        margin-right: .25rem !important
    }

    .ecl-u-mb-lg-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-ml-lg-2xs {
        margin-left: .25rem !important
    }

    .ecl-u-ma-lg-xs {
        margin: .5rem !important
    }

    .ecl-u-mh-lg-xs {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .ecl-u-mv-lg-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-mt-lg-xs,
    .ecl-u-mv-lg-xs {
        margin-top: .5rem !important
    }

    .ecl-u-mr-lg-xs {
        margin-right: .5rem !important
    }

    .ecl-u-mb-lg-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-ml-lg-xs {
        margin-left: .5rem !important
    }

    .ecl-u-ma-lg-s {
        margin: .75rem !important
    }

    .ecl-u-mh-lg-s {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .ecl-u-mv-lg-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-mt-lg-s,
    .ecl-u-mv-lg-s {
        margin-top: .75rem !important
    }

    .ecl-u-mr-lg-s {
        margin-right: .75rem !important
    }

    .ecl-u-mb-lg-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-ml-lg-s {
        margin-left: .75rem !important
    }

    .ecl-u-ma-lg-m {
        margin: 1rem !important
    }

    .ecl-u-mh-lg-m {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .ecl-u-mv-lg-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-mt-lg-m,
    .ecl-u-mv-lg-m {
        margin-top: 1rem !important
    }

    .ecl-u-mr-lg-m {
        margin-right: 1rem !important
    }

    .ecl-u-mb-lg-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-ml-lg-m {
        margin-left: 1rem !important
    }

    .ecl-u-ma-lg-l {
        margin: 1.5rem !important
    }

    .ecl-u-mh-lg-l {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .ecl-u-mv-lg-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-mt-lg-l,
    .ecl-u-mv-lg-l {
        margin-top: 1.5rem !important
    }

    .ecl-u-mr-lg-l {
        margin-right: 1.5rem !important
    }

    .ecl-u-mb-lg-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-ml-lg-l {
        margin-left: 1.5rem !important
    }

    .ecl-u-ma-lg-xl {
        margin: 2rem !important
    }

    .ecl-u-mh-lg-xl {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .ecl-u-mv-lg-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-mt-lg-xl,
    .ecl-u-mv-lg-xl {
        margin-top: 2rem !important
    }

    .ecl-u-mr-lg-xl {
        margin-right: 2rem !important
    }

    .ecl-u-mb-lg-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-ml-lg-xl {
        margin-left: 2rem !important
    }

    .ecl-u-ma-lg-2xl {
        margin: 2.5rem !important
    }

    .ecl-u-mh-lg-2xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .ecl-u-mv-lg-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-mt-lg-2xl,
    .ecl-u-mv-lg-2xl {
        margin-top: 2.5rem !important
    }

    .ecl-u-mr-lg-2xl {
        margin-right: 2.5rem !important
    }

    .ecl-u-mb-lg-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-ml-lg-2xl {
        margin-left: 2.5rem !important
    }

    .ecl-u-ma-lg-3xl {
        margin: 3rem !important
    }

    .ecl-u-mh-lg-3xl {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .ecl-u-mv-lg-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-mt-lg-3xl,
    .ecl-u-mv-lg-3xl {
        margin-top: 3rem !important
    }

    .ecl-u-mr-lg-3xl {
        margin-right: 3rem !important
    }

    .ecl-u-mb-lg-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-ml-lg-3xl {
        margin-left: 3rem !important
    }

    .ecl-u-ma-lg-4xl {
        margin: 4rem !important
    }

    .ecl-u-mh-lg-4xl {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .ecl-u-mv-lg-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-mt-lg-4xl,
    .ecl-u-mv-lg-4xl {
        margin-top: 4rem !important
    }

    .ecl-u-mr-lg-4xl {
        margin-right: 4rem !important
    }

    .ecl-u-mb-lg-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-ml-lg-4xl {
        margin-left: 4rem !important
    }

    .ecl-u-ma-lg-none {
        margin: 0 !important
    }

    .ecl-u-mh-lg-none {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ecl-u-mv-lg-none {
        margin-bottom: 0 !important
    }

    .ecl-u-mt-lg-none,
    .ecl-u-mv-lg-none {
        margin-top: 0 !important
    }

    .ecl-u-mr-lg-none {
        margin-right: 0 !important
    }

    .ecl-u-mb-lg-none {
        margin-bottom: 0 !important
    }

    .ecl-u-ml-lg-none {
        margin-left: 0 !important
    }

    .ecl-u-ma-lg-auto {
        margin: auto !important
    }

    .ecl-u-mh-lg-auto {
        margin-left: auto !important
    }

    .ecl-u-mh-lg-auto,
    .ecl-u-mr-lg-auto {
        margin-right: auto !important
    }

    .ecl-u-ml-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1140px) {
    .ecl-u-ma-xl-2xs {
        margin: .25rem !important
    }

    .ecl-u-mh-xl-2xs {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .ecl-u-mv-xl-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-mt-xl-2xs,
    .ecl-u-mv-xl-2xs {
        margin-top: .25rem !important
    }

    .ecl-u-mr-xl-2xs {
        margin-right: .25rem !important
    }

    .ecl-u-mb-xl-2xs {
        margin-bottom: .25rem !important
    }

    .ecl-u-ml-xl-2xs {
        margin-left: .25rem !important
    }

    .ecl-u-ma-xl-xs {
        margin: .5rem !important
    }

    .ecl-u-mh-xl-xs {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .ecl-u-mv-xl-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-mt-xl-xs,
    .ecl-u-mv-xl-xs {
        margin-top: .5rem !important
    }

    .ecl-u-mr-xl-xs {
        margin-right: .5rem !important
    }

    .ecl-u-mb-xl-xs {
        margin-bottom: .5rem !important
    }

    .ecl-u-ml-xl-xs {
        margin-left: .5rem !important
    }

    .ecl-u-ma-xl-s {
        margin: .75rem !important
    }

    .ecl-u-mh-xl-s {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .ecl-u-mv-xl-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-mt-xl-s,
    .ecl-u-mv-xl-s {
        margin-top: .75rem !important
    }

    .ecl-u-mr-xl-s {
        margin-right: .75rem !important
    }

    .ecl-u-mb-xl-s {
        margin-bottom: .75rem !important
    }

    .ecl-u-ml-xl-s {
        margin-left: .75rem !important
    }

    .ecl-u-ma-xl-m {
        margin: 1rem !important
    }

    .ecl-u-mh-xl-m {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .ecl-u-mv-xl-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-mt-xl-m,
    .ecl-u-mv-xl-m {
        margin-top: 1rem !important
    }

    .ecl-u-mr-xl-m {
        margin-right: 1rem !important
    }

    .ecl-u-mb-xl-m {
        margin-bottom: 1rem !important
    }

    .ecl-u-ml-xl-m {
        margin-left: 1rem !important
    }

    .ecl-u-ma-xl-l {
        margin: 1.5rem !important
    }

    .ecl-u-mh-xl-l {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .ecl-u-mv-xl-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-mt-xl-l,
    .ecl-u-mv-xl-l {
        margin-top: 1.5rem !important
    }

    .ecl-u-mr-xl-l {
        margin-right: 1.5rem !important
    }

    .ecl-u-mb-xl-l {
        margin-bottom: 1.5rem !important
    }

    .ecl-u-ml-xl-l {
        margin-left: 1.5rem !important
    }

    .ecl-u-ma-xl-xl {
        margin: 2rem !important
    }

    .ecl-u-mh-xl-xl {
        margin-left: 2rem !important;
        margin-right: 2rem !important
    }

    .ecl-u-mv-xl-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-mt-xl-xl,
    .ecl-u-mv-xl-xl {
        margin-top: 2rem !important
    }

    .ecl-u-mr-xl-xl {
        margin-right: 2rem !important
    }

    .ecl-u-mb-xl-xl {
        margin-bottom: 2rem !important
    }

    .ecl-u-ml-xl-xl {
        margin-left: 2rem !important
    }

    .ecl-u-ma-xl-2xl {
        margin: 2.5rem !important
    }

    .ecl-u-mh-xl-2xl {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important
    }

    .ecl-u-mv-xl-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-mt-xl-2xl,
    .ecl-u-mv-xl-2xl {
        margin-top: 2.5rem !important
    }

    .ecl-u-mr-xl-2xl {
        margin-right: 2.5rem !important
    }

    .ecl-u-mb-xl-2xl {
        margin-bottom: 2.5rem !important
    }

    .ecl-u-ml-xl-2xl {
        margin-left: 2.5rem !important
    }

    .ecl-u-ma-xl-3xl {
        margin: 3rem !important
    }

    .ecl-u-mh-xl-3xl {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .ecl-u-mv-xl-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-mt-xl-3xl,
    .ecl-u-mv-xl-3xl {
        margin-top: 3rem !important
    }

    .ecl-u-mr-xl-3xl {
        margin-right: 3rem !important
    }

    .ecl-u-mb-xl-3xl {
        margin-bottom: 3rem !important
    }

    .ecl-u-ml-xl-3xl {
        margin-left: 3rem !important
    }

    .ecl-u-ma-xl-4xl {
        margin: 4rem !important
    }

    .ecl-u-mh-xl-4xl {
        margin-left: 4rem !important;
        margin-right: 4rem !important
    }

    .ecl-u-mv-xl-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-mt-xl-4xl,
    .ecl-u-mv-xl-4xl {
        margin-top: 4rem !important
    }

    .ecl-u-mr-xl-4xl {
        margin-right: 4rem !important
    }

    .ecl-u-mb-xl-4xl {
        margin-bottom: 4rem !important
    }

    .ecl-u-ml-xl-4xl {
        margin-left: 4rem !important
    }

    .ecl-u-ma-xl-none {
        margin: 0 !important
    }

    .ecl-u-mh-xl-none {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .ecl-u-mv-xl-none {
        margin-bottom: 0 !important
    }

    .ecl-u-mt-xl-none,
    .ecl-u-mv-xl-none {
        margin-top: 0 !important
    }

    .ecl-u-mr-xl-none {
        margin-right: 0 !important
    }

    .ecl-u-mb-xl-none {
        margin-bottom: 0 !important
    }

    .ecl-u-ml-xl-none {
        margin-left: 0 !important
    }

    .ecl-u-ma-xl-auto {
        margin: auto !important
    }

    .ecl-u-mh-xl-auto {
        margin-left: auto !important
    }

    .ecl-u-mh-xl-auto,
    .ecl-u-mr-xl-auto {
        margin-right: auto !important
    }

    .ecl-u-ml-xl-auto {
        margin-left: auto !important
    }
}

.ecl-u-pa-2xs {
    padding: .25rem !important
}

.ecl-u-ph-2xs {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.ecl-u-pv-2xs {
    padding-bottom: .25rem !important
}

.ecl-u-pt-2xs,
.ecl-u-pv-2xs {
    padding-top: .25rem !important
}

.ecl-u-pr-2xs {
    padding-right: .25rem !important
}

.ecl-u-pb-2xs {
    padding-bottom: .25rem !important
}

.ecl-u-pl-2xs {
    padding-left: .25rem !important
}

.ecl-u-pa-xs {
    padding: .5rem !important
}

.ecl-u-ph-xs {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.ecl-u-pv-xs {
    padding-bottom: .5rem !important
}

.ecl-u-pt-xs,
.ecl-u-pv-xs {
    padding-top: .5rem !important
}

.ecl-u-pr-xs {
    padding-right: .5rem !important
}

.ecl-u-pb-xs {
    padding-bottom: .5rem !important
}

.ecl-u-pl-xs {
    padding-left: .5rem !important
}

.ecl-u-pa-s {
    padding: .75rem !important
}

.ecl-u-ph-s {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.ecl-u-pv-s {
    padding-bottom: .75rem !important
}

.ecl-u-pt-s,
.ecl-u-pv-s {
    padding-top: .75rem !important
}

.ecl-u-pr-s {
    padding-right: .75rem !important
}

.ecl-u-pb-s {
    padding-bottom: .75rem !important
}

.ecl-u-pl-s {
    padding-left: .75rem !important
}

.ecl-u-pa-m {
    padding: 1rem !important
}

.ecl-u-ph-m {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.ecl-u-pv-m {
    padding-bottom: 1rem !important
}

.ecl-u-pt-m,
.ecl-u-pv-m {
    padding-top: 1rem !important
}

.ecl-u-pr-m {
    padding-right: 1rem !important
}

.ecl-u-pb-m {
    padding-bottom: 1rem !important
}

.ecl-u-pl-m {
    padding-left: 1rem !important
}

.ecl-u-pa-l {
    padding: 1.5rem !important
}

.ecl-u-ph-l {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.ecl-u-pv-l {
    padding-bottom: 1.5rem !important
}

.ecl-u-pt-l,
.ecl-u-pv-l {
    padding-top: 1.5rem !important
}

.ecl-u-pr-l {
    padding-right: 1.5rem !important
}

.ecl-u-pb-l {
    padding-bottom: 1.5rem !important
}

.ecl-u-pl-l {
    padding-left: 1.5rem !important
}

.ecl-u-pa-xl {
    padding: 2rem !important
}

.ecl-u-ph-xl {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.ecl-u-pv-xl {
    padding-bottom: 2rem !important
}

.ecl-u-pt-xl,
.ecl-u-pv-xl {
    padding-top: 2rem !important
}

.ecl-u-pr-xl {
    padding-right: 2rem !important
}

.ecl-u-pb-xl {
    padding-bottom: 2rem !important
}

.ecl-u-pl-xl {
    padding-left: 2rem !important
}

.ecl-u-pa-2xl {
    padding: 2.5rem !important
}

.ecl-u-ph-2xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.ecl-u-pv-2xl {
    padding-bottom: 2.5rem !important
}

.ecl-u-pt-2xl,
.ecl-u-pv-2xl {
    padding-top: 2.5rem !important
}

.ecl-u-pr-2xl {
    padding-right: 2.5rem !important
}

.ecl-u-pb-2xl {
    padding-bottom: 2.5rem !important
}

.ecl-u-pl-2xl {
    padding-left: 2.5rem !important
}

.ecl-u-pa-3xl {
    padding: 3rem !important
}

.ecl-u-ph-3xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.ecl-u-pv-3xl {
    padding-bottom: 3rem !important
}

.ecl-u-pt-3xl,
.ecl-u-pv-3xl {
    padding-top: 3rem !important
}

.ecl-u-pr-3xl {
    padding-right: 3rem !important
}

.ecl-u-pb-3xl {
    padding-bottom: 3rem !important
}

.ecl-u-pl-3xl {
    padding-left: 3rem !important
}

.ecl-u-pa-4xl {
    padding: 4rem !important
}

.ecl-u-ph-4xl {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.ecl-u-pv-4xl {
    padding-bottom: 4rem !important
}

.ecl-u-pt-4xl,
.ecl-u-pv-4xl {
    padding-top: 4rem !important
}

.ecl-u-pr-4xl {
    padding-right: 4rem !important
}

.ecl-u-pb-4xl {
    padding-bottom: 4rem !important
}

.ecl-u-pl-4xl {
    padding-left: 4rem !important
}

.ecl-u-pa-none {
    padding: 0 !important
}

.ecl-u-ph-none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ecl-u-pv-none {
    padding-bottom: 0 !important
}

.ecl-u-pt-none,
.ecl-u-pv-none {
    padding-top: 0 !important
}

.ecl-u-pr-none {
    padding-right: 0 !important
}

.ecl-u-pb-none {
    padding-bottom: 0 !important
}

.ecl-u-pl-none {
    padding-left: 0 !important
}

@media (min-width:480px) {
    .ecl-u-pa-sm-2xs {
        padding: .25rem !important
    }

    .ecl-u-ph-sm-2xs {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .ecl-u-pv-sm-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pt-sm-2xs,
    .ecl-u-pv-sm-2xs {
        padding-top: .25rem !important
    }

    .ecl-u-pr-sm-2xs {
        padding-right: .25rem !important
    }

    .ecl-u-pb-sm-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pl-sm-2xs {
        padding-left: .25rem !important
    }

    .ecl-u-pa-sm-xs {
        padding: .5rem !important
    }

    .ecl-u-ph-sm-xs {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .ecl-u-pv-sm-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pt-sm-xs,
    .ecl-u-pv-sm-xs {
        padding-top: .5rem !important
    }

    .ecl-u-pr-sm-xs {
        padding-right: .5rem !important
    }

    .ecl-u-pb-sm-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pl-sm-xs {
        padding-left: .5rem !important
    }

    .ecl-u-pa-sm-s {
        padding: .75rem !important
    }

    .ecl-u-ph-sm-s {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .ecl-u-pv-sm-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pt-sm-s,
    .ecl-u-pv-sm-s {
        padding-top: .75rem !important
    }

    .ecl-u-pr-sm-s {
        padding-right: .75rem !important
    }

    .ecl-u-pb-sm-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pl-sm-s {
        padding-left: .75rem !important
    }

    .ecl-u-pa-sm-m {
        padding: 1rem !important
    }

    .ecl-u-ph-sm-m {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .ecl-u-pv-sm-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pt-sm-m,
    .ecl-u-pv-sm-m {
        padding-top: 1rem !important
    }

    .ecl-u-pr-sm-m {
        padding-right: 1rem !important
    }

    .ecl-u-pb-sm-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pl-sm-m {
        padding-left: 1rem !important
    }

    .ecl-u-pa-sm-l {
        padding: 1.5rem !important
    }

    .ecl-u-ph-sm-l {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .ecl-u-pv-sm-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pt-sm-l,
    .ecl-u-pv-sm-l {
        padding-top: 1.5rem !important
    }

    .ecl-u-pr-sm-l {
        padding-right: 1.5rem !important
    }

    .ecl-u-pb-sm-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pl-sm-l {
        padding-left: 1.5rem !important
    }

    .ecl-u-pa-sm-xl {
        padding: 2rem !important
    }

    .ecl-u-ph-sm-xl {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .ecl-u-pv-sm-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pt-sm-xl,
    .ecl-u-pv-sm-xl {
        padding-top: 2rem !important
    }

    .ecl-u-pr-sm-xl {
        padding-right: 2rem !important
    }

    .ecl-u-pb-sm-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pl-sm-xl {
        padding-left: 2rem !important
    }

    .ecl-u-pa-sm-2xl {
        padding: 2.5rem !important
    }

    .ecl-u-ph-sm-2xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .ecl-u-pv-sm-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pt-sm-2xl,
    .ecl-u-pv-sm-2xl {
        padding-top: 2.5rem !important
    }

    .ecl-u-pr-sm-2xl {
        padding-right: 2.5rem !important
    }

    .ecl-u-pb-sm-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pl-sm-2xl {
        padding-left: 2.5rem !important
    }

    .ecl-u-pa-sm-3xl {
        padding: 3rem !important
    }

    .ecl-u-ph-sm-3xl {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .ecl-u-pv-sm-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pt-sm-3xl,
    .ecl-u-pv-sm-3xl {
        padding-top: 3rem !important
    }

    .ecl-u-pr-sm-3xl {
        padding-right: 3rem !important
    }

    .ecl-u-pb-sm-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pl-sm-3xl {
        padding-left: 3rem !important
    }

    .ecl-u-pa-sm-4xl {
        padding: 4rem !important
    }

    .ecl-u-ph-sm-4xl {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .ecl-u-pv-sm-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pt-sm-4xl,
    .ecl-u-pv-sm-4xl {
        padding-top: 4rem !important
    }

    .ecl-u-pr-sm-4xl {
        padding-right: 4rem !important
    }

    .ecl-u-pb-sm-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pl-sm-4xl {
        padding-left: 4rem !important
    }

    .ecl-u-pa-sm-none {
        padding: 0 !important
    }

    .ecl-u-ph-sm-none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ecl-u-pv-sm-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pt-sm-none,
    .ecl-u-pv-sm-none {
        padding-top: 0 !important
    }

    .ecl-u-pr-sm-none {
        padding-right: 0 !important
    }

    .ecl-u-pb-sm-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pl-sm-none {
        padding-left: 0 !important
    }
}

@media (min-width:768px) {
    .ecl-u-pa-md-2xs {
        padding: .25rem !important
    }

    .ecl-u-ph-md-2xs {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .ecl-u-pv-md-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pt-md-2xs,
    .ecl-u-pv-md-2xs {
        padding-top: .25rem !important
    }

    .ecl-u-pr-md-2xs {
        padding-right: .25rem !important
    }

    .ecl-u-pb-md-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pl-md-2xs {
        padding-left: .25rem !important
    }

    .ecl-u-pa-md-xs {
        padding: .5rem !important
    }

    .ecl-u-ph-md-xs {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .ecl-u-pv-md-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pt-md-xs,
    .ecl-u-pv-md-xs {
        padding-top: .5rem !important
    }

    .ecl-u-pr-md-xs {
        padding-right: .5rem !important
    }

    .ecl-u-pb-md-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pl-md-xs {
        padding-left: .5rem !important
    }

    .ecl-u-pa-md-s {
        padding: .75rem !important
    }

    .ecl-u-ph-md-s {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .ecl-u-pv-md-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pt-md-s,
    .ecl-u-pv-md-s {
        padding-top: .75rem !important
    }

    .ecl-u-pr-md-s {
        padding-right: .75rem !important
    }

    .ecl-u-pb-md-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pl-md-s {
        padding-left: .75rem !important
    }

    .ecl-u-pa-md-m {
        padding: 1rem !important
    }

    .ecl-u-ph-md-m {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .ecl-u-pv-md-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pt-md-m,
    .ecl-u-pv-md-m {
        padding-top: 1rem !important
    }

    .ecl-u-pr-md-m {
        padding-right: 1rem !important
    }

    .ecl-u-pb-md-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pl-md-m {
        padding-left: 1rem !important
    }

    .ecl-u-pa-md-l {
        padding: 1.5rem !important
    }

    .ecl-u-ph-md-l {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .ecl-u-pv-md-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pt-md-l,
    .ecl-u-pv-md-l {
        padding-top: 1.5rem !important
    }

    .ecl-u-pr-md-l {
        padding-right: 1.5rem !important
    }

    .ecl-u-pb-md-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pl-md-l {
        padding-left: 1.5rem !important
    }

    .ecl-u-pa-md-xl {
        padding: 2rem !important
    }

    .ecl-u-ph-md-xl {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .ecl-u-pv-md-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pt-md-xl,
    .ecl-u-pv-md-xl {
        padding-top: 2rem !important
    }

    .ecl-u-pr-md-xl {
        padding-right: 2rem !important
    }

    .ecl-u-pb-md-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pl-md-xl {
        padding-left: 2rem !important
    }

    .ecl-u-pa-md-2xl {
        padding: 2.5rem !important
    }

    .ecl-u-ph-md-2xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .ecl-u-pv-md-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pt-md-2xl,
    .ecl-u-pv-md-2xl {
        padding-top: 2.5rem !important
    }

    .ecl-u-pr-md-2xl {
        padding-right: 2.5rem !important
    }

    .ecl-u-pb-md-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pl-md-2xl {
        padding-left: 2.5rem !important
    }

    .ecl-u-pa-md-3xl {
        padding: 3rem !important
    }

    .ecl-u-ph-md-3xl {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .ecl-u-pv-md-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pt-md-3xl,
    .ecl-u-pv-md-3xl {
        padding-top: 3rem !important
    }

    .ecl-u-pr-md-3xl {
        padding-right: 3rem !important
    }

    .ecl-u-pb-md-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pl-md-3xl {
        padding-left: 3rem !important
    }

    .ecl-u-pa-md-4xl {
        padding: 4rem !important
    }

    .ecl-u-ph-md-4xl {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .ecl-u-pv-md-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pt-md-4xl,
    .ecl-u-pv-md-4xl {
        padding-top: 4rem !important
    }

    .ecl-u-pr-md-4xl {
        padding-right: 4rem !important
    }

    .ecl-u-pb-md-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pl-md-4xl {
        padding-left: 4rem !important
    }

    .ecl-u-pa-md-none {
        padding: 0 !important
    }

    .ecl-u-ph-md-none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ecl-u-pv-md-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pt-md-none,
    .ecl-u-pv-md-none {
        padding-top: 0 !important
    }

    .ecl-u-pr-md-none {
        padding-right: 0 !important
    }

    .ecl-u-pb-md-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pl-md-none {
        padding-left: 0 !important
    }
}

@media (min-width:996px) {
    .ecl-u-pa-lg-2xs {
        padding: .25rem !important
    }

    .ecl-u-ph-lg-2xs {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .ecl-u-pv-lg-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pt-lg-2xs,
    .ecl-u-pv-lg-2xs {
        padding-top: .25rem !important
    }

    .ecl-u-pr-lg-2xs {
        padding-right: .25rem !important
    }

    .ecl-u-pb-lg-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pl-lg-2xs {
        padding-left: .25rem !important
    }

    .ecl-u-pa-lg-xs {
        padding: .5rem !important
    }

    .ecl-u-ph-lg-xs {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .ecl-u-pv-lg-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pt-lg-xs,
    .ecl-u-pv-lg-xs {
        padding-top: .5rem !important
    }

    .ecl-u-pr-lg-xs {
        padding-right: .5rem !important
    }

    .ecl-u-pb-lg-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pl-lg-xs {
        padding-left: .5rem !important
    }

    .ecl-u-pa-lg-s {
        padding: .75rem !important
    }

    .ecl-u-ph-lg-s {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .ecl-u-pv-lg-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pt-lg-s,
    .ecl-u-pv-lg-s {
        padding-top: .75rem !important
    }

    .ecl-u-pr-lg-s {
        padding-right: .75rem !important
    }

    .ecl-u-pb-lg-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pl-lg-s {
        padding-left: .75rem !important
    }

    .ecl-u-pa-lg-m {
        padding: 1rem !important
    }

    .ecl-u-ph-lg-m {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .ecl-u-pv-lg-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pt-lg-m,
    .ecl-u-pv-lg-m {
        padding-top: 1rem !important
    }

    .ecl-u-pr-lg-m {
        padding-right: 1rem !important
    }

    .ecl-u-pb-lg-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pl-lg-m {
        padding-left: 1rem !important
    }

    .ecl-u-pa-lg-l {
        padding: 1.5rem !important
    }

    .ecl-u-ph-lg-l {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .ecl-u-pv-lg-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pt-lg-l,
    .ecl-u-pv-lg-l {
        padding-top: 1.5rem !important
    }

    .ecl-u-pr-lg-l {
        padding-right: 1.5rem !important
    }

    .ecl-u-pb-lg-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pl-lg-l {
        padding-left: 1.5rem !important
    }

    .ecl-u-pa-lg-xl {
        padding: 2rem !important
    }

    .ecl-u-ph-lg-xl {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .ecl-u-pv-lg-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pt-lg-xl,
    .ecl-u-pv-lg-xl {
        padding-top: 2rem !important
    }

    .ecl-u-pr-lg-xl {
        padding-right: 2rem !important
    }

    .ecl-u-pb-lg-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pl-lg-xl {
        padding-left: 2rem !important
    }

    .ecl-u-pa-lg-2xl {
        padding: 2.5rem !important
    }

    .ecl-u-ph-lg-2xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .ecl-u-pv-lg-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pt-lg-2xl,
    .ecl-u-pv-lg-2xl {
        padding-top: 2.5rem !important
    }

    .ecl-u-pr-lg-2xl {
        padding-right: 2.5rem !important
    }

    .ecl-u-pb-lg-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pl-lg-2xl {
        padding-left: 2.5rem !important
    }

    .ecl-u-pa-lg-3xl {
        padding: 3rem !important
    }

    .ecl-u-ph-lg-3xl {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .ecl-u-pv-lg-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pt-lg-3xl,
    .ecl-u-pv-lg-3xl {
        padding-top: 3rem !important
    }

    .ecl-u-pr-lg-3xl {
        padding-right: 3rem !important
    }

    .ecl-u-pb-lg-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pl-lg-3xl {
        padding-left: 3rem !important
    }

    .ecl-u-pa-lg-4xl {
        padding: 4rem !important
    }

    .ecl-u-ph-lg-4xl {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .ecl-u-pv-lg-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pt-lg-4xl,
    .ecl-u-pv-lg-4xl {
        padding-top: 4rem !important
    }

    .ecl-u-pr-lg-4xl {
        padding-right: 4rem !important
    }

    .ecl-u-pb-lg-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pl-lg-4xl {
        padding-left: 4rem !important
    }

    .ecl-u-pa-lg-none {
        padding: 0 !important
    }

    .ecl-u-ph-lg-none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ecl-u-pv-lg-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pt-lg-none,
    .ecl-u-pv-lg-none {
        padding-top: 0 !important
    }

    .ecl-u-pr-lg-none {
        padding-right: 0 !important
    }

    .ecl-u-pb-lg-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pl-lg-none {
        padding-left: 0 !important
    }
}

@media (min-width:1140px) {
    .ecl-u-pa-xl-2xs {
        padding: .25rem !important
    }

    .ecl-u-ph-xl-2xs {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .ecl-u-pv-xl-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pt-xl-2xs,
    .ecl-u-pv-xl-2xs {
        padding-top: .25rem !important
    }

    .ecl-u-pr-xl-2xs {
        padding-right: .25rem !important
    }

    .ecl-u-pb-xl-2xs {
        padding-bottom: .25rem !important
    }

    .ecl-u-pl-xl-2xs {
        padding-left: .25rem !important
    }

    .ecl-u-pa-xl-xs {
        padding: .5rem !important
    }

    .ecl-u-ph-xl-xs {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .ecl-u-pv-xl-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pt-xl-xs,
    .ecl-u-pv-xl-xs {
        padding-top: .5rem !important
    }

    .ecl-u-pr-xl-xs {
        padding-right: .5rem !important
    }

    .ecl-u-pb-xl-xs {
        padding-bottom: .5rem !important
    }

    .ecl-u-pl-xl-xs {
        padding-left: .5rem !important
    }

    .ecl-u-pa-xl-s {
        padding: .75rem !important
    }

    .ecl-u-ph-xl-s {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .ecl-u-pv-xl-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pt-xl-s,
    .ecl-u-pv-xl-s {
        padding-top: .75rem !important
    }

    .ecl-u-pr-xl-s {
        padding-right: .75rem !important
    }

    .ecl-u-pb-xl-s {
        padding-bottom: .75rem !important
    }

    .ecl-u-pl-xl-s {
        padding-left: .75rem !important
    }

    .ecl-u-pa-xl-m {
        padding: 1rem !important
    }

    .ecl-u-ph-xl-m {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .ecl-u-pv-xl-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pt-xl-m,
    .ecl-u-pv-xl-m {
        padding-top: 1rem !important
    }

    .ecl-u-pr-xl-m {
        padding-right: 1rem !important
    }

    .ecl-u-pb-xl-m {
        padding-bottom: 1rem !important
    }

    .ecl-u-pl-xl-m {
        padding-left: 1rem !important
    }

    .ecl-u-pa-xl-l {
        padding: 1.5rem !important
    }

    .ecl-u-ph-xl-l {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .ecl-u-pv-xl-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pt-xl-l,
    .ecl-u-pv-xl-l {
        padding-top: 1.5rem !important
    }

    .ecl-u-pr-xl-l {
        padding-right: 1.5rem !important
    }

    .ecl-u-pb-xl-l {
        padding-bottom: 1.5rem !important
    }

    .ecl-u-pl-xl-l {
        padding-left: 1.5rem !important
    }

    .ecl-u-pa-xl-xl {
        padding: 2rem !important
    }

    .ecl-u-ph-xl-xl {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }

    .ecl-u-pv-xl-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pt-xl-xl,
    .ecl-u-pv-xl-xl {
        padding-top: 2rem !important
    }

    .ecl-u-pr-xl-xl {
        padding-right: 2rem !important
    }

    .ecl-u-pb-xl-xl {
        padding-bottom: 2rem !important
    }

    .ecl-u-pl-xl-xl {
        padding-left: 2rem !important
    }

    .ecl-u-pa-xl-2xl {
        padding: 2.5rem !important
    }

    .ecl-u-ph-xl-2xl {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important
    }

    .ecl-u-pv-xl-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pt-xl-2xl,
    .ecl-u-pv-xl-2xl {
        padding-top: 2.5rem !important
    }

    .ecl-u-pr-xl-2xl {
        padding-right: 2.5rem !important
    }

    .ecl-u-pb-xl-2xl {
        padding-bottom: 2.5rem !important
    }

    .ecl-u-pl-xl-2xl {
        padding-left: 2.5rem !important
    }

    .ecl-u-pa-xl-3xl {
        padding: 3rem !important
    }

    .ecl-u-ph-xl-3xl {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .ecl-u-pv-xl-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pt-xl-3xl,
    .ecl-u-pv-xl-3xl {
        padding-top: 3rem !important
    }

    .ecl-u-pr-xl-3xl {
        padding-right: 3rem !important
    }

    .ecl-u-pb-xl-3xl {
        padding-bottom: 3rem !important
    }

    .ecl-u-pl-xl-3xl {
        padding-left: 3rem !important
    }

    .ecl-u-pa-xl-4xl {
        padding: 4rem !important
    }

    .ecl-u-ph-xl-4xl {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .ecl-u-pv-xl-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pt-xl-4xl,
    .ecl-u-pv-xl-4xl {
        padding-top: 4rem !important
    }

    .ecl-u-pr-xl-4xl {
        padding-right: 4rem !important
    }

    .ecl-u-pb-xl-4xl {
        padding-bottom: 4rem !important
    }

    .ecl-u-pl-xl-4xl {
        padding-left: 4rem !important
    }

    .ecl-u-pa-xl-none {
        padding: 0 !important
    }

    .ecl-u-ph-xl-none {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ecl-u-pv-xl-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pt-xl-none,
    .ecl-u-pv-xl-none {
        padding-top: 0 !important
    }

    .ecl-u-pr-xl-none {
        padding-right: 0 !important
    }

    .ecl-u-pb-xl-none {
        padding-bottom: 0 !important
    }

    .ecl-u-pl-xl-none {
        padding-left: 0 !important
    }
}

.ecl-u-type-heading-1 {
    font: normal normal 400 1.75rem/2rem Arial, sans-serif !important;
    font-weight: 600 !important
}

@media (min-width:768px) {
    .ecl-u-type-heading-1 {
        font: normal normal 400 2rem/2.5rem Arial, sans-serif !important;
        font-weight: 600 !important
    }
}

.ecl-u-type-heading-2 {
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif !important;
    font-weight: 600 !important
}

@media (min-width:768px) {
    .ecl-u-type-heading-2 {
        font: normal normal 400 1.75rem/2rem Arial, sans-serif !important;
        font-weight: 600 !important
    }
}

.ecl-u-type-heading-3 {
    font: normal normal 400 1.25rem/1.5rem Arial, sans-serif !important;
    font-weight: 600 !important
}

@media (min-width:768px) {
    .ecl-u-type-heading-3 {
        font: normal normal 400 1.5rem/1.75rem Arial, sans-serif !important;
        font-weight: 600 !important
    }
}

.ecl-u-type-heading-4 {
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif !important;
    font-weight: 600 !important
}

@media (min-width:768px) {
    .ecl-u-type-heading-4 {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif !important;
        font-weight: 600 !important
    }
}

.ecl-u-type-heading-5 {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif !important;
    font-weight: 600 !important
}

.ecl-u-type-paragraph,
.ecl-u-type-paragraph-m {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif !important;
    max-width: 80ch !important
}

.ecl-u-type-paragraph-lead {
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif !important;
    max-width: 80ch !important
}

@media (min-width:768px) {
    .ecl-u-type-paragraph-lead {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif !important
    }
}

.ecl-u-type-paragraph-s {
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif !important;
    max-width: 80ch !important
}

.ecl-u-type-paragraph-xs {
    font: normal normal 400 .75rem/1.25rem Arial, sans-serif !important;
    max-width: 80ch !important
}

.ecl-u-type-xs {
    font: normal normal 400 .75rem/1rem Arial, sans-serif !important
}

.ecl-u-type-s {
    font: normal normal 400 .875rem/1rem Arial, sans-serif !important
}

.ecl-u-type-m {
    font: normal normal 400 1rem/1.25rem Arial, sans-serif !important
}

.ecl-u-type-l {
    font: normal normal 400 1.125rem/1.5rem Arial, sans-serif !important
}

.ecl-u-type-xl {
    font: normal normal 400 1.25rem/1.5rem Arial, sans-serif !important
}

.ecl-u-type-2xl {
    font: normal normal 400 1.5rem/1.75rem Arial, sans-serif !important
}

.ecl-u-type-3xl {
    font: normal normal 400 1.75rem/2rem Arial, sans-serif !important
}

.ecl-u-type-4xl {
    font: normal normal 400 2rem/2.5rem Arial, sans-serif !important
}

.ecl-u-type-5xl {
    font: normal normal 400 2.25rem/2.75rem Arial, sans-serif !important
}

.ecl-u-type-6xl {
    font: normal normal 400 2.625rem/3.25rem Arial, sans-serif !important
}

.ecl-u-type-prolonged-xs {
    font: normal normal 400 .75rem/1.25rem Arial, sans-serif !important
}

.ecl-u-type-prolonged-s {
    font: normal normal 400 .875rem/1.25rem Arial, sans-serif !important
}

.ecl-u-type-prolonged-m {
    font: normal normal 400 1rem/1.5rem Arial, sans-serif !important
}

.ecl-u-type-prolonged-l {
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif !important
}

.ecl-u-type-prolonged-xl {
    font: normal normal 400 1.25rem/1.75rem Arial, sans-serif !important
}

.ecl-u-type-color-blue {
    color: #004494 !important
}

.ecl-u-type-color-yellow {
    color: #ffd617 !important
}

.ecl-u-type-color-grey {
    color: #404040 !important
}

.ecl-u-type-color-black {
    color: #000 !important
}

.ecl-u-type-color-white {
    color: #fff !important
}

.ecl-u-type-color-blue-130 {
    color: #002f67 !important
}

.ecl-u-type-color-blue-120 {
    color: #003776 !important
}

.ecl-u-type-color-blue-110 {
    color: #003d84 !important
}

.ecl-u-type-color-blue-100 {
    color: #004494 !important
}

.ecl-u-type-color-blue-75 {
    color: #4073af !important
}

.ecl-u-type-color-blue-50 {
    color: #7fa1c9 !important
}

.ecl-u-type-color-blue-25 {
    color: #bfd0e4 !important
}

.ecl-u-type-color-blue-5 {
    color: #f2f5f9 !important
}

.ecl-u-type-color-grey-100 {
    color: #404040 !important
}

.ecl-u-type-color-grey-75 {
    color: #707070 !important
}

.ecl-u-type-color-grey-50 {
    color: #9f9f9f !important
}

.ecl-u-type-color-grey-25 {
    color: #cfcfcf !important
}

.ecl-u-type-color-grey-20 {
    color: #d9d9d9 !important
}

.ecl-u-type-color-grey-15 {
    color: #e3e3e3 !important
}

.ecl-u-type-color-grey-10 {
    color: #ebebeb !important
}

.ecl-u-type-color-grey-5 {
    color: #f5f5f5 !important
}

.ecl-u-type-color-blue-n {
    color: #006fb4 !important
}

.ecl-u-type-color-orange {
    color: #f29527 !important
}

.ecl-u-type-color-green {
    color: #467a39 !important
}

.ecl-u-type-color-red-130 {
    color: #981722 !important
}

.ecl-u-type-color-red {
    color: #da2131 !important
}

.ecl-u-type-color-primary {
    color: #004494 !important
}

.ecl-u-type-color-secondary {
    color: #ffd617 !important
}

.ecl-u-type-color-tertiary {
    color: #e3e3e3 !important
}

.ecl-u-type-color-text {
    color: #404040 !important
}

.ecl-u-type-color-white-100 {
    color: #fff !important
}

.ecl-u-type-color-black-100 {
    color: #000 !important
}

.ecl-u-type-color-error {
    color: #da2131 !important
}

.ecl-u-type-color-info {
    color: #006fb4 !important
}

.ecl-u-type-color-success {
    color: #467a39 !important
}

.ecl-u-type-color-orange-100,
.ecl-u-type-color-warning {
    color: #f29527 !important
}

.ecl-u-type-color-green-100 {
    color: #467a39 !important
}

.ecl-u-type-color-red-100 {
    color: #da2131 !important
}

.ecl-u-type-regular {
    font-weight: 400 !important
}

.ecl-u-type-bold {
    font-weight: 600 !important
}

.ecl-u-type-capitalize {
    text-transform: capitalize !important
}

.ecl-u-type-lowercase {
    text-transform: lowercase !important
}

.ecl-u-type-uppercase {
    text-transform: uppercase !important
}

.ecl-u-type-overline {
    text-decoration: overline !important
}

.ecl-u-type-underline {
    text-decoration: underline !important
}

.ecl-u-type-strike {
    text-decoration: line-through !important
}

.ecl-u-type-none {
    text-decoration: none !important
}

.ecl-u-d-none {
    display: none !important
}

.ecl-u-d-inline {
    display: inline !important
}

.ecl-u-d-inline-block {
    display: inline-block !important
}

.ecl-u-d-block {
    display: block !important
}

.ecl-u-d-table {
    display: table !important
}

.ecl-u-d-table-cell {
    display: table-cell !important
}

.ecl-u-d-flex {
    display: flex !important
}

.ecl-u-d-inline-flex {
    display: inline-flex !important
}

@media (min-width:480px) {
    .ecl-u-d-sm-none {
        display: none !important
    }

    .ecl-u-d-sm-inline {
        display: inline !important
    }

    .ecl-u-d-sm-inline-block {
        display: inline-block !important
    }

    .ecl-u-d-sm-block {
        display: block !important
    }

    .ecl-u-d-sm-table {
        display: table !important
    }

    .ecl-u-d-sm-table-cell {
        display: table-cell !important
    }

    .ecl-u-d-sm-flex {
        display: flex !important
    }

    .ecl-u-d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .ecl-u-d-md-none {
        display: none !important
    }

    .ecl-u-d-md-inline {
        display: inline !important
    }

    .ecl-u-d-md-inline-block {
        display: inline-block !important
    }

    .ecl-u-d-md-block {
        display: block !important
    }

    .ecl-u-d-md-table {
        display: table !important
    }

    .ecl-u-d-md-table-cell {
        display: table-cell !important
    }

    .ecl-u-d-md-flex {
        display: flex !important
    }

    .ecl-u-d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:996px) {
    .ecl-u-d-lg-none {
        display: none !important
    }

    .ecl-u-d-lg-inline {
        display: inline !important
    }

    .ecl-u-d-lg-inline-block {
        display: inline-block !important
    }

    .ecl-u-d-lg-block {
        display: block !important
    }

    .ecl-u-d-lg-table {
        display: table !important
    }

    .ecl-u-d-lg-table-cell {
        display: table-cell !important
    }

    .ecl-u-d-lg-flex {
        display: flex !important
    }

    .ecl-u-d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1140px) {
    .ecl-u-d-xl-none {
        display: none !important
    }

    .ecl-u-d-xl-inline {
        display: inline !important
    }

    .ecl-u-d-xl-inline-block {
        display: inline-block !important
    }

    .ecl-u-d-xl-block {
        display: block !important
    }

    .ecl-u-d-xl-table {
        display: table !important
    }

    .ecl-u-d-xl-table-cell {
        display: table-cell !important
    }

    .ecl-u-d-xl-flex {
        display: flex !important
    }

    .ecl-u-d-xl-inline-flex {
        display: inline-flex !important
    }
}

.ecl-u-box-sizing-content {
    box-sizing: content-box !important
}

.ecl-u-box-sizing-border {
    box-sizing: border-box !important
}

.ecl-u-z-highlight {
    z-index: 1 !important
}

.ecl-u-z-navigation {
    z-index: 10 !important
}

.ecl-u-z-dropdown {
    z-index: 15 !important
}

.ecl-u-z-modal {
    z-index: 50 !important
}

.ecl-u-z-max {
    z-index: 9999 !important
}

.ecl-accordion {
    margin: 0
}

.ecl-accordion__title {
    margin: 0;
    padding: 0
}

.ecl-accordion__toggle {
    color: #404040;
    display: block;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    font-weight: 700;
    padding: .5rem 0;
    position: relative;
    text-align: left;
    width: 100%
}

.ecl-accordion__toggle .ecl-button__container:before {
    align-items: center;
    background-color: #ffd617;
    border-radius: 50%;
    content: "";
    display: flex;
    flex-shrink: 0;
    height: 2.25rem;
    justify-content: center;
    margin-right: 1rem;
    width: 2.25rem
}

.ecl-accordion__toggle .ecl-button__icon {
    left: 0;
    margin-left: .5rem;
    margin-right: 0;
    position: absolute;
    top: calc(50% - .625rem)
}

.ecl-accordion__toggle:focus,
.ecl-accordion__toggle:hover,
.ecl-accordion__toggle[aria-expanded=true] {
    background-color: #ffd617;
    text-decoration: none
}

.ecl-accordion__toggle:focus {
    outline-color: #404040
}

.ecl-accordion__content {
    background-color: #f5f5f5;
    font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
    margin-left: 0;
    padding: 1.5rem
}

.no-js .ecl-accordion__content {
    display: block
}

@media (min-width:996px) {
    .ecl-accordion__toggle {
        font: normal normal 400 1.25rem/1.75rem Arial, sans-serif;
        font-weight: 600
    }
}

.ecl-dropdown-legacy {
    margin: 0;
    position: relative
}

.ecl-dropdown-legacy__toggle[aria-expanded=true] .ecl-icon {
    transform: rotate(0deg)
}

.ecl-dropdown-legacy__content {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute
}

.ecl-dropdown-legacy--padded .ecl-dropdown-legacy__content {
    padding: .75rem 1rem
}

.no-js .ecl-dropdown-legacy__content {
    display: block
}

.ecl-ordered-list {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    list-style-position: outside;
    margin: 0;
    padding-left: 2.5rem
}

.ecl-ordered-list .ecl-ordered-list,
.ecl-ordered-list__item {
    margin-top: .5rem
}

.ecl-ordered-list__item:first-child {
    margin-top: 0
}

.ecl-unordered-list {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    list-style-position: outside;
    margin: 0;
    padding-left: 2.5rem
}

.ecl-unordered-list .ecl-unordered-list,
.ecl-unordered-list__item {
    margin-top: .5rem
}

.ecl-unordered-list__item:first-child {
    margin-top: 0
}

.ecl-unordered-list--divider,
.ecl-unordered-list--no-bullet {
    list-style: none;
    padding-left: 0
}

.ecl-unordered-list--divider>.ecl-unordered-list__item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.ecl-unordered-list--divider>.ecl-unordered-list__item:last-child {
    margin-bottom: 0
}

.ecl-description-list {
    margin: 0
}

.ecl-description-list__term {
    color: #404040;
    font: normal normal 400 1.25rem/1.75rem Arial, sans-serif;
    font-weight: 600;
    margin-top: 1.5rem
}

.ecl-description-list__term:first-child {
    margin-top: 0
}

.ecl-description-list__term+.ecl-description-list__term {
    margin-top: .25rem
}

.ecl-description-list__definition {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-left: 0;
    margin-top: 1rem;
    padding-left: .75rem
}

.ecl-description-list__definition+.ecl-description-list__definition {
    margin-top: .5rem
}

.ecl-menu-legacy {
    background-color: #bfd0e4;
    margin: 0
}

@media (min-width:768px) {
    .ecl-menu-legacy {
        background-color: #bfd0e4
    }
}

.ecl-menu-legacy__toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 1rem 0;
    position: relative;
    width: 100%
}

.ecl-menu-legacy__toggle:before {
    background-color: #4073af;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

.ecl-menu-legacy__toggle:active,
.ecl-menu-legacy__toggle:focus,
.ecl-menu-legacy__toggle:hover {
    color: #fff
}

.ecl-menu-legacy__toggle-container {
    align-items: center;
    display: flex;
    position: relative
}

.ecl-menu-legacy__hamburger {
    cursor: pointer;
    display: inline-block;
    margin-right: 1rem
}

.ecl-menu-legacy__hamburger--bar1,
.ecl-menu-legacy__hamburger--bar2,
.ecl-menu-legacy__hamburger--bar3 {
    background-color: #fff;
    height: 5px;
    margin: 6px 0;
    transition: .4s;
    width: 35px
}

.ecl-menu-legacy[aria-expanded=true] .ecl-menu-legacy__hamburger--bar1 {
    transform: rotate(-45deg) translate(-8px, 6px)
}

.ecl-menu-legacy[aria-expanded=true] .ecl-menu-legacy__hamburger--bar2 {
    opacity: 0
}

.ecl-menu-legacy[aria-expanded=true] .ecl-menu-legacy__hamburger--bar3 {
    transform: rotate(45deg) translate(-9px, -8px)
}

@media (min-width:768px) {
    .ecl-menu-legacy__toggle {
        display: none
    }
}

.ecl-menu-legacy__list {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    list-style: none;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    padding: 0;
    position: relative
}

.ecl-menu-legacy[aria-expanded=true] .ecl-menu-legacy__list,
.no-js .ecl-menu-legacy__list {
    display: flex
}

.ecl-menu-legacy__item {
    position: relative
}

.ecl-menu-legacy__item:before {
    background-color: #bfd0e4;
    border-bottom: 1px solid #bfd0e4;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

.ecl-menu-legacy__link {
    border-bottom: 1px solid #7fa1c9;
    color: #003776;
    display: flex;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative
}

.ecl-menu-legacy__link:active,
.ecl-menu-legacy__link:focus,
.ecl-menu-legacy__link:hover {
    color: #003776
}

.ecl-menu-legacy__link:last-child {
    border-bottom-width: 0
}

.ecl-menu-legacy__item[aria-expanded=true] .ecl-menu-legacy__link {
    background-color: #bfd0e4;
    color: #003776
}

.ecl-menu-legacy__item--current:before,
.ecl-menu-legacy__item--current[aria-expanded=true]:before {
    background-color: #4073af
}

.ecl-menu-legacy__item--current .ecl-menu-legacy__link,
.ecl-menu-legacy__item--current[aria-expanded=true] .ecl-menu-legacy__link {
    background-color: #4073af;
    color: #fff
}

.ecl-menu-legacy__link-icon {
    transition: none
}

.ecl-menu-legacy__item[aria-expanded=true] .ecl-menu-legacy__link-icon {
    transform: rotate(0)
}

.ecl-menu-legacy__link--current {
    font-weight: 600
}

@media (min-width:768px) {
    .ecl-menu-legacy__list {
        display: flex;
        flex-direction: row
    }

    .ecl-menu-legacy__item {
        position: static
    }

    .ecl-menu-legacy__item:before {
        display: none
    }

    .ecl-menu-legacy__link {
        border-bottom-width: 0;
        color: #003776;
        padding: 1rem .75rem
    }

    .ecl-menu-legacy__link:active,
    .ecl-menu-legacy__link:hover {
        color: #003776
    }

    .ecl-menu-legacy__link:focus {
        color: #003776;
        outline-offset: -3px
    }

    .ecl-menu-legacy__item--current .ecl-menu-legacy__link {
        background-color: #4073af;
        color: #fff
    }

    .ecl-menu-legacy__item[aria-expanded=true] .ecl-menu-legacy__link {
        background-color: #f5f5f5;
        color: #004494
    }
}

.ecl-menu-legacy__mega {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: .75rem;
    padding-top: .75rem;
    position: relative
}

.ecl-menu-legacy__mega:before {
    background-color: #f5f5f5;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

.ecl-menu-legacy__item[aria-expanded=true] .ecl-menu-legacy__mega,
.no-js .ecl-menu-legacy__mega {
    display: flex
}

.ecl-menu-legacy__column {
    flex-grow: 1
}

.ecl-menu-legacy__separator {
    color: #404040;
    font: normal normal 400 1.125rem/1.5rem Arial, sans-serif;
    margin-bottom: .5rem;
    margin-top: .5rem;
    position: relative
}

.ecl-menu-legacy__sublist {
    list-style: none;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    padding: 0
}

.ecl-menu-legacy__subitem {
    position: relative
}

.ecl-menu-legacy__subitem:before {
    background-color: #f5f5f5;
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw
}

.ecl-menu-legacy__sublink {
    color: #707070;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    padding-bottom: .75rem;
    padding-top: .75rem;
    position: relative
}

.ecl-menu-legacy__sublink:active,
.ecl-menu-legacy__sublink:focus,
.ecl-menu-legacy__sublink:hover {
    color: #004494
}

.ecl-menu-legacy__sublink--current {
    font-weight: 600
}

@media (min-width:768px) {
    .ecl-menu-legacy__mega {
        flex-direction: row;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1
    }

    .ecl-menu-legacy__mega:before {
        background-color: #f5f5f5;
        display: block
    }

    .ecl-menu-legacy__subitem:before {
        display: none
    }

    .ecl-menu-legacy__subitem {
        box-sizing: border-box;
        padding-right: 1rem
    }

    .ecl-menu-legacy__sublink {
        color: #004494
    }

    .ecl-menu-legacy__sublink:active,
    .ecl-menu-legacy__sublink:focus,
    .ecl-menu-legacy__sublink:hover {
        color: #404040
    }
}

.ecl-skip-link {
    background-color: #4073af;
    border: 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: #fff;
    display: block;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    height: 1px;
    margin: 0;
    outline: 3px solid #ffd617;
    outline-offset: 0;
    overflow: hidden;
    padding: .5rem;
    position: absolute;
    text-decoration: underline;
    white-space: nowrap;
    width: 1px;
    z-index: 1
}

.ecl-skip-link:active,
.ecl-skip-link:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    left: 1.5rem;
    overflow: visible;
    position: fixed;
    top: 1.5rem;
    width: auto
}

.ecl-timeline {
    border-left: .25rem solid #ffd617;
    list-style: none;
    margin: 0 0 0 .625rem;
    padding: 1rem 0
}

.ecl-timeline__item {
    padding-left: 1.375rem;
    position: relative
}

.ecl-timeline__item:before {
    background-color: #fff;
    border: .25rem solid #404040;
    border-radius: 50%;
    content: "";
    height: .75rem;
    left: -.75rem;
    position: absolute;
    top: 0;
    width: .75rem
}

.ecl-timeline__item+.ecl-timeline__item {
    margin-top: 1rem
}

.ecl-timeline__label {
    color: #404040;
    font: normal normal 400 1rem/1.25rem Arial, sans-serif;
    font-weight: 700
}

.ecl-timeline__content {
    color: #404040;
    font: normal normal 400 1rem/1.5rem Arial, sans-serif;
    margin-top: 1rem
}

.ecl-timeline__item--toggle {
    margin-top: 1rem
}

.ecl-timeline__item--collapsed,
.ecl-timeline__item--toggle:before,
.no-js .ecl-timeline__item--toggle {
    display: none
}

.ecl-timeline[aria-expanded=true] .ecl-timeline__item--collapsed,
.no-js .ecl-timeline__item--collapsed {
    display: block
}

.ecl-timeline[aria-expanded=true] .ecl-timeline__item--toggle {
    display: none
}

.ecl-u-color-blue {
    color: #004494;
    fill: #004494
}

.ecl-u-color-yellow {
    color: #ffd617;
    fill: #ffd617
}

.ecl-u-color-grey {
    color: #404040;
    fill: #404040
}

.ecl-u-color-black {
    color: #000;
    fill: #000
}

.ecl-u-color-blue-130 {
    color: #002f67;
    fill: #002f67
}

.ecl-u-color-blue-120 {
    color: #003776;
    fill: #003776
}

.ecl-u-color-blue-110 {
    color: #003d84;
    fill: #003d84
}

.ecl-u-color-blue-100 {
    color: #004494;
    fill: #004494
}

.ecl-u-color-blue-75 {
    color: #4073af;
    fill: #4073af
}

.ecl-u-color-blue-50 {
    color: #7fa1c9;
    fill: #7fa1c9
}

.ecl-u-color-blue-25 {
    color: #bfd0e4;
    fill: #bfd0e4
}

.ecl-u-color-blue-5 {
    color: #f2f5f9;
    fill: #f2f5f9
}

.ecl-u-color-grey-100 {
    color: #404040;
    fill: #404040
}

.ecl-u-color-grey-75 {
    color: #707070;
    fill: #707070
}

.ecl-u-color-grey-50 {
    color: #9f9f9f;
    fill: #9f9f9f
}

.ecl-u-color-grey-25 {
    color: #cfcfcf;
    fill: #cfcfcf
}

.ecl-u-color-grey-20 {
    color: #d9d9d9;
    fill: #d9d9d9
}

.ecl-u-color-grey-15 {
    color: #e3e3e3;
    fill: #e3e3e3
}

.ecl-u-color-grey-10 {
    color: #ebebeb;
    fill: #ebebeb
}

.ecl-u-color-grey-5 {
    color: #f5f5f5;
    fill: #f5f5f5
}

.ecl-u-color-blue-n {
    color: #006fb4;
    fill: #006fb4
}

.ecl-u-color-orange {
    color: #f29527;
    fill: #f29527
}

.ecl-u-color-green {
    color: #467a39;
    fill: #467a39
}

.ecl-u-color-red-130 {
    color: #981722;
    fill: #981722
}

.ecl-u-color-red {
    color: #da2131;
    fill: #da2131
}

.ecl-u-color-tertiary {
    color: #e3e3e3;
    fill: #e3e3e3
}

.ecl-u-color-text {
    color: #404040;
    fill: #404040
}

.ecl-u-color-white-100 {
    color: #fff;
    fill: #fff
}

.ecl-u-color-black-100 {
    color: #000;
    fill: #000
}

.ecl-u-color-orange-100 {
    color: #f29527;
    fill: #f29527
}

.ecl-u-color-green-100 {
    color: #467a39;
    fill: #467a39
}

.ecl-u-color-red-100 {
    color: #da2131;
    fill: #da2131
}

.ecl-u-color-primary {
    color: #004494;
    fill: #004494
}

.ecl-u-color-secondary {
    color: #ffd617;
    fill: #ffd617
}

.ecl-u-color-shade {
    color: #404040;
    fill: #404040
}

.ecl-u-color-info {
    color: #006fb4;
    fill: #006fb4
}

.ecl-u-color-warning {
    color: #f29527;
    fill: #f29527
}

.ecl-u-color-success {
    color: #467a39;
    fill: #467a39
}

.ecl-u-color-error {
    color: #da2131;
    fill: #da2131
}

.ecl-u-color-white {
    color: #fff;
    fill: #fff
}

.ecl-u-fs-2xs {
    font-size: .625rem
}

.ecl-u-fs-xs {
    font-size: .75rem
}

.ecl-u-fs-s {
    font-size: .875rem
}

.ecl-u-fs-m {
    font-size: 1rem
}

.ecl-u-fs-l {
    font-size: 1.125rem
}

.ecl-u-fs-xl {
    font-size: 1.25rem
}

.ecl-u-fs-2xl {
    font-size: 1.5rem
}

.ecl-u-fs-3xl {
    font-size: 1.75rem
}

.ecl-u-fs-4xl {
    font-size: 2rem
}

.ecl-u-fs-5xl {
    font-size: 2.25rem
}

.ecl-u-fs-6xl {
    font-size: 2.625rem
}

.ecl-u-text-capitalize {
    text-transform: capitalize
}

.ecl-u-text-lowercase {
    text-transform: lowercase
}

.ecl-u-text-uppercase {
    text-transform: uppercase
}

.ecl-u-text-overline {
    text-decoration: overline
}

.ecl-u-text-underline {
    text-decoration: underline
}

.ecl-u-text-strike {
    text-decoration: line-through
}

.ecl-u-text-none {
    text-decoration: none
}

/*# sourceMappingURL=ecl-ec-preset-legacy-website.css.map */
