﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500");

html {
    font-family: Fira Sans,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #4b4b4b;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #0060e0;
    font-weight: 400;
}

    a:active, a:hover {
        outline: 0;
        text-decoration: underline;
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 500;
    /*color: #4b4b4b;*/
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .3em 0 .5em 0;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font-family: inherit;    
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
        vertical-align: middle;
        margin-bottom: 5px;
    }

    input[type="checkbox"] + label, input[type="radio"] + label {
        margin-left: 1px;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.accordion {
    margin: 2.5em -1.25em
}

@media screen and (min-width:64em) {
    .accordion {
        margin: 0
    }
}

.accordion__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e4e4e3
}

    .accordion__list li {
        border-bottom: 1px solid #4b4b4b
    }

.accordion__head {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.38;
    color: #4b4b4b;
    padding: 1em 1.25em
}

@media screen and (min-width:64em) {
    .accordion__head {
        padding: 1em 1.5em
    }
}

.accordion__head img {
    width: .875em;
    height: .875em
}

.accordion__head span {
    display: block
}

.accordion__main {
    display: none;
    padding: 0 1.5em 1em
}

.accordion__plus {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block
}

.accordion__head.active .accordion__plus {
    display: none
}

.accordion__minus {
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    display: none
}

.accordion__head.active .accordion__minus {
    display: inline-block
}

.alert {
    background-color: #d52b1e
}

.alert__close {
    position: absolute;
    top: 50%;
    right: .5em;
    width: 1.25em;
    height: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

@media screen and (min-width:64em) {
    .alert__close {
        right: 1em
    }
}

.alert__close span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff
}

    .alert__close span:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .alert__close span:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -1px
    }

.alert p {
    padding: .5em;
    margin: 0;
    color: #fff;
    font-weight: 400;
    padding-right: 2.5em
}

@media screen and (min-width:64em) {
    .alert p {
        padding: .5em 1.5em .5em 0
    }
}

.background--gradient {
    background: #fff;
    background: linear-gradient(135deg,#fff 1%,#f1f2f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f1",GradientType=1)
}

.banner {
    background: hsla(120,4%,95%,.5);
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../Images/circle.svg),url(../Img/circle.svg);
    background-image: url(../Images/circle.svg),url(../Img/circle.svg),linear-gradient(135deg,#fff 1%,#f1f2f1);
    overflow: hidden
}

@media screen and (min-width:48em) {
    .banner {
        position: relative;
        padding: 0 0 1.5625em
    }
}

@media screen and (min-width:64em) {
    .banner {
        position: static;
        border-radius: 0 2px 2px 0;
        margin: 2.1875em 0 0;
        padding: 3.75em 2em 3.125em
    }
}

.banner__small {
    display: block;
    color: #4b4b4b;
    margin: 1em 0 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.25em
}

@media screen and (min-width:48em) {
    .banner--hasimage {
        padding: 5.9375em 0 1.5625em
    }
}

@media screen and (min-width:64em) {
    .banner--hasimage {
        padding: 3.75em 2em 3.125em 28%
    }
}

@media screen and (min-width:48em) {
    .banner--minheight {
        min-height: 31.25em
    }
}

@media screen and (min-width:64em) {
    .banner--minheight {
        min-height: 33.75em
    }
}

.banner__title, .banner__title-modal {
    font-size: 1.5em;
    font-weight: 300;
    color: #d52b1e;
    text-align: left;
    margin-top: 30px;
}

.banner__title-modal {
    font-size: 22px;
}

@media screen and (min-width:64em) {
    .banner__title {
        font-size: 36px;
        letter-spacing: -1px;
    }
}

.banner__paragraph {
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .6px;
    color: #221e1f;
    margin: 0 0 .75em;
    font-size: 1em
}

@media screen and (min-width:64em) {
    .banner__paragraph {
        font-size: 1.125em
    }
}

@media screen and (min-width:80.375em) {
    .banner__main:not(.banner__main--hasimage) .banner__paragraph {
        padding-right: 12em
    }
}

.banner__list {
    padding: 0;
    list-style-position: inside;
    font-weight: 300
}

    .banner__list li {
        text-indent: -1.35em;
        padding-left: 1.35em;
        line-height: 1.5
    }

.banner__main {
    padding: 0 1.25em
}

@media screen and (min-width:48em) {
    .banner__main {
        padding: 0 1.5em
    }
}

@media screen and (min-width:64em) {
    .banner__main {
        padding: 0
    }
}

.banner__main--hasimage {
    padding: 0 1.25em
}

@media screen and (min-width:48em) {
    .banner__main--hasimage {
        padding: 0 1.5em 0 50%;
        min-height: 20em
    }
}

@media screen and (min-width:64em) {
    .banner__main--hasimage {
        padding: 0;
        min-height: auto
    }
}

.banner__footer {
    border-top: 2px solid #e4e4e3;
    padding: 1.375em 1.25em 0;
    margin: 1.875em 0 0
}

@media screen and (min-width:48em) {
    .banner__footer {
        margin: 4em 1.4375em 0;
        padding: 0;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:64em) {
    .banner__footer {
        margin: 4em 1.4375em 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.banner__img {
    position: relative;
    border-radius: 50%;
    border: 1px solid #f1f2f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10% 0 0;
    margin: -1em 0 0 -1em
}

@media screen and (min-width:48em) {
    .banner__img {
        position: absolute;
        right: 55%;
        top: -2em;
        width: 31.375em;
        height: 31.375em;
        padding: 0;
        margin: 0;
        font-size: 100%
    }
}

@media screen and (min-width:64em) {
    .banner__img {
        right: 73%;
        top: 2.1875em;
        font-size: 70%
    }
}

@media screen and (min-width:80.375em) {
    .banner__img {
        right: 75%;
        font-size: 100%
    }
}

.banner__img img {
    border-radius: 50%;
    z-index: 1;
    position: relative;
    max-width: 29.875em;
    max-height: 29.875em;
    height: 100vw;
    width: 100vw
}

@media screen and (min-width:48em) {
    .banner__img img {
        width: 29.875em;
        height: 29.875em
    }
}

.banner__img:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    border-radius: 50%;
    background-color: #c9cac8;
    height: 16.75em;
    width: 16.75em
}

@media screen and (min-width:64em) {
    .banner__img:before {
        background-color: #f7f7f7;
        top: -5%;
        left: 15%
    }
}

.banner__img:after {
    position: absolute;
    bottom: 5%;
    right: calc(50% + 4em);
    display: block;
    content: "";
    border-radius: 50%;
    background-color: #d52b1e;
    height: 13.5625em;
    width: 13.5625em
}

@media screen and (min-width:64em) {
    .banner__img:after {
        left: 5%;
        right: auto
    }
}

.banner .btn {
    width: 100%;
    margin: 0 0 1.375em;
    text-align: left
}

@media screen and (min-width:48em) {
    .banner .btn {
        min-width: 30%;
        width: auto;
        width: 30%\9;
        margin: 0 5% 0 0;
        float: left
    }
}

@media screen and (min-width:48em) {
    .banner .btn:last-child {
        margin-right: 0
    }
}

.bit {
    display: inline-block;
    width: 6.25em;
    height: .3125em;
    background-color: #d52b1e
}

@media screen and (min-width:64em) {
    .bit {
        height: .5em
    }
}

.bit--small {
    width: 3.125em
}

.bit--tiny {
    height: .3125em
}

.border {
    border: 1px solid #e4e4e3
}

.border--thick {
    border-width: 2px
}

.border--radius {
    border-radius: 2px
}

.border--horizontal {
    border-left: 0;
    border-right: 0
}

.border--mobile {
    border: 0
}

@media screen and (min-width:64em) {
    .border--mobile {
        border: 1px solid #e4e4e3
    }
}

.breadcrumbs {
    display: none;
    color: #0060e0;
    text-align: left !important;
}

@media screen and (min-width:768px) {
    .breadcrumbs {
        display: block
    }
}

.breadcrumbs a {
    color: #0060e0;
    text-decoration: none
}

    .breadcrumbs a:hover {
        text-decoration: underline
    }

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block\9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    padding: .75em 1.1875em;
    transition: all .2s;
    display: inline-block;
    margin: 0;
    width: auto;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
}

.btn--primary {
    font-size: .8125em;
    padding: .5625em 1em;
    background-color: #d52b1e;
    color: #fff;
    transition: unset
}

.btn--secondary {
    border: 2px solid #c9cac8;
    color: #d52b1e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -.2px;
    background-color: #fff;
    padding: 1em 1.1875em
}

    .btn--secondary:hover {
        border-color: #797979
    }

    .btn--secondary span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

.btn--tertiary,
#resetPasswordWrapper input[type=submit] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #d52b1e;
    color: #fff;
    font-size: .875em;
    font-weight: 500;
    line-height: 1.71
}

@media screen and (min-width:48em) {
    .btn--tertiary,
    #resetPasswordWrapper input[type=submit] {
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .btn--tertiary,
    #resetPasswordWrapper input[type=submit] {
        width: auto
    }
}

.btn--tertiary:hover,
#resetPasswordWrapper input[type=submit]:hover {
    background-color: #b5251b
}

.btn--quaternary {
    font-size: .875em;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #221e1f;
    background-color: #e4e4e3;
    padding: .875em 2.1875em
}

@media screen and (min-width:64em) {
    .btn--quaternary {
        font-size: .8125em;
        padding: .5em 2.1875em
    }
}

.btn--quinary {
    font-size: .875em;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #fff;
    background-color: #d52b1e;
    padding: .875em 2.1875em
}

@media screen and (min-width:64em) {
    .btn--quinary {
        font-size: .8125em;
        padding: .5em 1.5625em
    }
}

.btn--quinary * {
    vertical-align: middle
}

.btn--icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .btn--icon img:first-child {
        margin-right: 1em
    }

    .btn--icon img:last-child {
        margin-left: 1em
    }

.btn--animate {
    position: relative
}

    .btn--animate span:first-child {
        margin-right: 3em
    }

    .btn--animate span:last-child {
        margin-left: 3em
    }

    .btn--animate img {
        transition: all .35s;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .btn--animate img:first-child {
            left: 1em
        }

        .btn--animate img:last-child {
            right: 1em
        }

    .btn--animate:hover img:first-child {
        margin-left: -.3125em
    }

    .btn--animate:hover img:last-child {
        margin-right: -.3125em
    }

.btn--25 {
    width: 100%
}

@media screen and (min-width:64em) {
    .btn--25 {
        width: 25%
    }
}

.calendar {
    border: 1px solid #e4e4e3;
    border-top: 0;
    border-width: 1px 0 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.calendar__container {
    margin: 2em 0 5em;
    padding: 0 1em
}

@media screen and (min-width:64em) {
    .calendar__container {
        margin: 4em 0 5em;
        padding: 0
    }
}

.calendar__body {
    border-top: 1px solid #e4e4e3;
    position: relative;
    min-height: 5em
}

.calendar__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0,0%,100%,.75);
    padding-top: 1em
}

@media screen and (min-width:48em) {
    .calendar__loader {
        padding-top: 0
    }
}

.calendar__loader .loader {
    position: absolute;
    top: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (min-width:48em) {
    .calendar__loader .loader {
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }
}

.calendar__error {
    border: 1px solid #e4e4e3;
    border-top: 0;
    text-align: center;
    padding: 1em;
    display: none
}

    .calendar__error > * {
        margin: 0
    }

.calendar__item {
    position: relative;
    border: 1px solid #e4e4e3;
    border-width: 0 1px 1px 0;
    width: 100%;
    min-height: 7.2vw;
    vertical-align: top;
    float: left;
    padding: .5em
}

@media screen and (min-width:48em) {
    .calendar__item {
        width: 14.28%;
        padding: 0
    }
}

.calendar__item--other {
    background: #f1f2f1;
    display: none
}

@media screen and (min-width:48em) {
    .calendar__item--other {
        display: block
    }
}

.calendar__item--other .calendar__date {
    color: #969696
}

.calendar__item--current {
    background: rgba(247,18,0,.12)
}

@media screen and (min-width:48em) {
    .calendar__item:nth-of-type(-n+7) {
        min-height: calc(7.2vw + 4em)
    }
}

.calendar__item:nth-of-type(-n+7) .calendar__day {
    display: block
}

.calendar__day {
    padding-left: 2em
}

@media screen and (min-width:48em) {
    .calendar__day {
        display: none;
        border-bottom: 1px solid #e4e4e3;
        background-color: #f1f2f1;
        text-align: center;
        font-weight: 700;
        color: #4b4b4b;
        font-weight: 500;
        line-height: 1.375em;
        padding: 1.25em 1em;
        font-size: 75%
    }
}

@media screen and (min-width:64em) {
    .calendar__day {
        font-size: 100%
    }
}

.calendar__date {
    padding: .2em;
    display: inline-block;
    color: #3a3130;
    font-size: 1.125em;
    font-weight: 500;
    padding: .3125em;
    position: absolute;
    top: 0;
    left: .25em
}

@media screen and (min-width:48em) {
    .calendar__date {
        font-size: 75%;
        position: static
    }
}

@media screen and (min-width:64em) {
    .calendar__date {
        font-size: 100%
    }
}

.calendar__events {
    padding: .3125em .3125em .3125em 1.15em;
    list-style-type: none;
    font-size: 150%;
    font-weight: 500
}

@media screen and (min-width:48em) {
    .calendar__events {
        padding: .3125em;
        font-size: 100%
    }
}

.calendar__events.active li:nth-child(n+3) {
    overflow: visible;
    height: auto;
    opacity: 1;
    visibility: visible
}

.calendar__events li {
    margin-bottom: 1px;
    transition: all .2s ease
}

    .calendar__events li:nth-child(n+3) {
        overflow: hidden;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease,visibility .2s ease
    }

.calendar__link {
    display: block;
    position: relative;
    color: #221e1f;
    font-size: .6875em;
    text-decoration: none;
    padding: .3125em;
    transition: all .2s
}

    .calendar__link:hover {
        background-color: #dbebff
    }

        .calendar__link:hover .calendar__summary {
            opacity: 1;
            visibility: visible
        }

    .calendar__link > span {
        width: 3em;
        display: block
    }

@media screen and (min-width:48em) {
    .calendar__link > span {
        float: left;
        display: inline-block
    }
}

.calendar__link > p {
    float: left;
    font-weight: 400;
    margin: 0;
    line-height: 1.2
}

@media screen and (min-width:64em) {
    .calendar__link > p {
        width: calc(100% - 3em)
    }
}

.calendar__more {
    color: #0060e0;
    font-size: .9375em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding-left: 2.25em;
    margin: .5em 0 1em
}

@media screen and (min-width:48em) {
    .calendar__more {
        font-size: .625em;
        padding-left: 1em
    }
}

@media screen and (min-width:64em) {
    .calendar__more {
        padding-left: 4.2em
    }
}

.calendar__more:hover {
    text-decoration: underline
}

.calendar__events.active + .calendar__more {
    display: none
}

.calendar__month, .calendar__year {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../Images/arrow-down-white.svg),url(../Img/arrow-down-white.svg);
    background-image: none\9;
    background-repeat: no-repeat;
    background-position: calc(100% - .75em) 50%;
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: -.2px;
    padding: .5em 3.5em .55em 1em;
    padding-right: .5em\9;
    background-color: #d52b1e;
    color: #fff;
    border: 0;
    border-radius: 2px;
    margin: 0;
    width: 100%;
    display: block
}

@media screen and (min-width:48em) {
    .calendar__month, .calendar__year {
        width: auto;
        display: inline-block;
        margin: 0 .25em
    }
}

.calendar__month::-ms-expand, .calendar__year::-ms-expand {
    display: none
}

.calendar__month {
    margin: 0 0 .75em
}

@media screen and (min-width:48em) {
    .calendar__month {
        margin: 0 .25em
    }
}

.calendar__navigator {
    position: relative;
    border: 1px solid #e4e4e3;
    border-bottom: 0;
    background-color: #f7f7f7;
    text-align: center;
    padding: 1em;
    font-size: 100%
}

@media screen and (min-width:48em) {
    .calendar__navigator {
        padding: 1em;
        font-size: 100%
    }
}

.calendar__navigator .btn {
    display: none;
    width: calc(50% - 1.6em);
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: .5em 1.5625em;
    bottom: 0
}

@media screen and (min-width:48em) {
    .calendar__navigator .btn {
        display: inline-block;
        width: calc(50% - 1.5em);
        top: 50%;
        bottom: auto;
        width: 10.9375em
    }
}

.calendar__navigator .btn:first-of-type {
    left: 1.15em
}

@media screen and (min-width:48em) {
    .calendar__navigator .btn:first-of-type {
        left: 1em
    }
}

.calendar__navigator .btn:last-of-type {
    right: 1.15em
}

@media screen and (min-width:48em) {
    .calendar__navigator .btn:last-of-type {
        right: 1em
    }
}

.calendar__filter {
    border: 1px solid #e4e4e3;
    border-bottom: 0;
    background-color: #f7f7f7;
    text-align: center;
    padding: .75em .7em;
    font-size: 125%
}

@media screen and (min-width:48em) {
    .calendar__filter {
        font-size: 100%
    }
}

@media screen and (min-width:64em) {
    .calendar__filter {
        padding: 1em
    }
}

.calendar__filter-options {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

@media screen and (min-width:64em) {
    .calendar__filter-options {
        width: auto
    }
}

.calendar__filter span {
    display: block;
    color: #221e1f;
    font-size: .6875em;
    margin-right: 2.5em;
    vertical-align: middle;
    margin: 0 0 1em
}

@media screen and (min-width:64em) {
    .calendar__filter span {
        display: inline-block;
        margin: 0 1em 0 0
    }
}

.calendar__filter .select__container {
    width: 100%;
    margin: .25em 0
}

@media screen and (min-width:48em) {
    .calendar__filter .select__container {
        width: 24%;
        float: left;
        margin: 0 .5%
    }
}

@media screen and (min-width:64em) {
    .calendar__filter .select__container {
        min-width: 12.5em;
        margin: 0
    }
}

@media screen and (min-width:64em) {
    .calendar__filter .select__container + .select__container {
        margin-left: .5em
    }
}

.calendar__breadcrumbs {
    margin: 1.25em
}

.calendar__summary {
    position: absolute;
    border: 1px solid #979797;
    border-radius: 2px;
    padding: 1em;
    background-color: #fff;
    z-index: 1;
    top: -1em;
    width: 17.5em;
    left: calc(100% + .25em);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    font-size: 125%;
    display: none;
    pointer-events: none
}

@media screen and (min-width:48em) {
    .calendar__summary {
        display: block
    }
}

.calendar__summary:after, .calendar__summary:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid
}

.calendar__summary:before {
    top: 18px;
    border-color: transparent #979797 transparent transparent;
    border-width: 12px
}

.calendar__summary:after {
    top: 19px;
    border-color: transparent #fff transparent transparent;
    border-width: 11px
}

.calendar__summary :first-child {
    margin-top: 0;
    margin-bottom: 0
}

.calendar__summary :last-child {
    margin-bottom: 0
}

.calendar__item:nth-child(7n) .calendar__summary, .calendar__item:nth-child(7n - 1) .calendar__summary {
    left: auto;
    right: calc(100% + .5em)
}

    .calendar__item:nth-child(7n) .calendar__summary:after, .calendar__item:nth-child(7n) .calendar__summary:before, .calendar__item:nth-child(7n - 1) .calendar__summary:after, .calendar__item:nth-child(7n - 1) .calendar__summary:before {
        right: auto;
        left: 100%
    }

    .calendar__item:nth-child(7n) .calendar__summary:before, .calendar__item:nth-child(7n - 1) .calendar__summary:before {
        top: 18px;
        border-color: transparent transparent transparent #979797;
        border-width: 12px
    }

    .calendar__item:nth-child(7n) .calendar__summary:after, .calendar__item:nth-child(7n - 1) .calendar__summary:after {
        top: 19px;
        border-color: transparent transparent transparent #fff;
        border-width: 11px
    }

.calendar__hidden {
    opacity: 0;
    visibility: hidden
}

.card {
    display: block;
    text-decoration: none;
    background: #fff;
    background: linear-gradient(135deg,#fff 1%,#f1f2f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f1",GradientType=1);
    transition: background 1s
}

@media screen and (min-width:64em) {
    .card:hover {
        background: #fff
    }

        .card:hover .card__img img {
            -webkit-transform: scale(1.075);
            transform: scale(1.075)
        }
}

.card__container .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 0 1.25em
}

@media screen and (min-width:48em) {
    .card__container .card {
        margin: 0 0 1.4375em 1.5em;
        float: left;
        width: calc(50% - .75em)
    }

        .card__container .card:nth-child(4n) {
            margin-right: 0
        }
}

@media screen and (min-width:64em) {
    .card__container .card {
        width: 23.6286919831%;
        margin: 0 1.8270042194% 1.5em 0
    }
}

.events + .card__container, .story + .card__container {
    margin-top: 1.75em
}

.card__img {
    overflow: hidden;
    -webkit-transform: rotate(.01deg);
    transform: rotate(.01deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .card__img img {
        display: block;
        width: 100%;
        transition: all 1s;
        min-height: 100%
    }

.card__main {
    padding: 1em 1.375em 1.4375em
}

@media screen and (min-width:64em) {
    .card__main {
        padding: 1em 1.375em 1.9375em
    }
}

.card--block, .card__title {
    display: block
}

.card__description {
    font-size: .8125em;
    font-weight: 300;
    line-height: 1.38;
    color: #3a3130;
    margin-top: 2em
}

    .card__description:last-child {
        margin-bottom: 0
    }

    .card .text--label, .card__description + .card__description {
        margin-top: 1em
    }

.checkbox {
    display: block;
}

    .checkbox label:before, .checkbox label:after {
        background-color: #FFF;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        left: 0px;
        line-height: 16px; /* do not replace with 1rem -> breaks design in IE 11*/
        position: absolute;
        top: 3px;
        width: 15px;
        height: 15px;
    }

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 24px;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .checkbox:not(.checkbox-no-label) label {
        margin-right: 8px;
    }

    .checkbox label:after {
        background-color: transparent;
    }

    .checkbox input {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .checkbox input + label:before, .checkbox input + label:after {
            font-family: "Core-icons";
            font-size: 16px;
            text-align: center;
        }

        .checkbox input:focus + label:before, .checkbox input:active + label:before {
            color: #1175ae;
        }

        .checkbox input + label:before {
            color: #bdbbbb;
        }

        .checkbox input + label:before {
            content: "\e6ad";
        }

        .checkbox input:checked + label:after {
            content: "\e6b0";
        }

.checkbox {
    display: block;
    color: #221e1f;
    font-size: .8125em;
    line-height: 1.3125em;
    margin-bottom: .5em;
    cursor: pointer
}

    .checkbox input {
        display: none
    }

        .checkbox input:checked + span {
            background-color: #d52b1e;
            border-color: #d52b1e;
            background-image: url(../images/tick.svg),url(../Img/tick.svg);
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: 100%
        }

    .checkbox span {
        width: 1.4615384615em;
        height: 1.4615384615em;
        border: 1px solid #979797;
        margin-right: .75em;
        vertical-align: middle
    }

    .checkbox span, .checkboxtwo {
        display: inline-block
    }

        .checkboxtwo input {
            display: none
        }

            .checkboxtwo input:checked + span {
                background-color: #d52b1e;
                color: #fff
            }

        .checkboxtwo span {
            display: block;
            cursor: pointer;
            background-color: #e4e4e3;
            padding: .175em .5em;
            color: #221e1f;
            font-size: .8125em;
            line-height: 1.3125em;
            text-align: center;
            margin: 0 .125em .66015625em 0
        }

.content {
    padding: 1.625em 0 0
}

@media screen and (min-width:64em) {
    .content {
        padding: 3em 0 0
    }
}

.content--widget {
    margin: 0 0 7em;
    padding: 0
}

@media screen and (min-width:64em) {
    .content--widget {
        padding: 0
    }
}

.content__side {
    padding: 0 1.25em
}

@media screen and (min-width:64em) {
    .content__side {
        width: 21.875em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 5.1875em 0 0;
        float: left
    }
}

.content__main {
    transition: all .2s;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-bottom: 3.6875em
}

@media screen and (min-width:64em) {
    .content__main {
        width: 100%;
        float: left;
        padding-left: 2em;
        padding-right: 1.25em;
        padding-bottom: 3.6875em
    }
}

@media screen and (min-width:64em) {
    .content__main--aside {
        width: calc(100% - 21.875em);
        padding: 0
    }
}

@media screen and (min-width:64em) {
    .content__main--indent {
        padding-right: 5.1875em;
        padding-bottom: 4.6875em
    }
}

@media screen and (min-width:80.375em) {
    .content__main--indent {
        padding-right: 16.0625em;
        padding-bottom: 4.6875em
    }
}

@media screen and (min-width:64em) {
    .content__main--middle {
        padding-left: 10%;
        padding-right: 10%
    }
}

.content__main--cms p {
    font-size: 1.175em
}

@media screen and (min-width:64em) {
    .content__main--cms p {
        font-size: 1em
    }
}

.content__main > div:first-child > :first-child {
    margin-top: 0
}

.content__main iframe {
    margin-bottom: 1em;
    height: 12.5em;
    width: 100%
}

@media screen and (min-width:30em) {
    .content__main iframe {
        height: 21.875em
    }
}

@media screen and (min-width:64em) {
    .content__main iframe {
        height: 28.125em
    }
}

.content__main figure {
    border-radius: 2px;
    overflow: hidden;
    transition: all .2s;
    margin: 2em 0
}

@media screen and (min-width:64em) {
    .content__main figure {
        margin-left: -2.1875em;
        margin-right: -2.1875em
    }
}

@media screen and (min-width:80.375em) {
    .content__main figure {
        margin-right: -16.0625em
    }
}

.content__main p a:hover {
    text-decoration: underline
}

.content__main strong {
    font-weight: 500
}

.content__main ol:not(.list):not(.accordion__list):not(.tags__list), .content__main ul:not(.list):not(.accordion__list):not(.tags__list) {
    padding: 0 0 0 1em;
    list-style-position: inside;
    font-weight: 300;
    color: #3a3130;
    font-size: .875em
}

@media screen and (min-width:64em) {
    .content__main ol:not(.list):not(.accordion__list):not(.tags__list), .content__main ul:not(.list):not(.accordion__list):not(.tags__list) {
        padding: 0;
        font-size: 1em
    }
}

.content__main ol:not(.list):not(.accordion__list):not(.tags__list) li, .content__main ul:not(.list):not(.accordion__list):not(.tags__list) li {
    text-indent: -1.35em;
    padding-left: 1.35em;
    margin-bottom: 1em;
    line-height: 1.75
}

.content__details {
    padding: 1.5em 1em;
    text-align: center
}

@media screen and (min-width:48em) {
    .content__details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .75em 1em
    }
}

.content__details:first-child {
    margin-top: 1em
}

@media screen and (min-width:64em) {
    .content__details > * {
        width: 50%
    }
}

.content__date {
    margin-top: 1em
}

@media screen and (min-width:48em) {
    .content__date {
        margin-top: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        float: left
    }
}

.content__actions {
    padding: 1.25em 0
}

    .content__actions:first-child {
        margin-top: 1em
    }

    .content__actions > div {
        text-align: center;
        width: 100%;
        float: left
    }

@media screen and (min-width:64em) {
    .content__actions > div {
        width: 50%
    }
}

.content__feedback, .content__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block\9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    max-width: 6.25em;
    margin: 0 auto
}

    .content__feedback div, .content__share div {
        position: relative;
        height: 2.8125em;
        width: 2.8125em;
        border-radius: 50%;
        border: 1px solid #c9cac8;
        margin-right: .5em;
        transition: all .2s;
        float: left
    }

    .content__feedback:hover div, .content__share:hover div {
        border-color: #221e1f
    }

    .content__feedback:hover span, .content__share:hover span {
        text-decoration: underline
    }

    .content__feedback span, .content__share span {
        float: left;
        text-align: left;
        width: calc(100% - 5em)
    }

    .content__feedback img, .content__share img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

.content__share {
    display: none
}

@media screen and (min-width:64em) {
    .content__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: inline-block\9
    }
}

.content__disclaimer {
    text-align: center;
    font-size: .6875em;
    line-height: 1.45;
    color: #4b4b4b;
    padding: .5em 2em
}

    .content__disclaimer:first-child {
        margin-top: 1em
    }

.content__border--top {
    border-top: 1px solid #c9cac8
}

.content__border--bottom {
    border-bottom: 1px solid #c9cac8
}

.content__border + .content__border {
    margin-top: -1px
}

.content__background {
    background: hsla(120,4%,95%,.5);
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../Images/circle.svg),url(../Img/circle.svg);
    background-image: url(../Images/circle.svg),url(../Img/circle.svg),linear-gradient(135deg,#fff 1%,#f1f2f1);
    border-radius: 0 2px 2px 0;
    padding: 2em 2em 2em 1em
}

    .content__background > :first-child {
        margin-top: 0
    }

.cta {
    margin-bottom: 2em;
    overflow: hidden;
    border: 1px solid #d52b1e;
    border-radius: 2px
}

.cta--basic {
    border: 0
}

.cta__head {
    border-bottom: 1px solid #d52b1e;
    padding: .75em 1.375em;
    color: #d52b1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.06;
    letter-spacing: -.2px
}

    .cta__head img, .cta__head svg {
        margin-right: .75em
    }

.cta__main {
    padding: 1.1875em 1.25em
}

    .cta__main > :first-child {
        margin-top: 0
    }

.cta--basic .cta__main {
    padding: 0
}

.cta .btn {
    display: block;
    width: 100%;
    margin: 0 auto
}

@media screen and (min-width:48em) {
    .cta .btn {
        width: 50%
    }
}

.downloads {
    margin: 3em 0 1em
}

.downloads__main {
    padding: 1em;
    border-radius: 2px
}

.downloads a {
    display: block;
    float: left;
    width: 31%;
    border: 1px solid #e4e4e3;
    margin-bottom: 3%
}

    .downloads a:not(:nth-child(3n)) {
        margin-right: 3%
    }

.events {
    position: relative
}

@media screen and (min-width:48em) {
    .events {
        display: block
    }
}

@media screen and (min-width:64em) {
    .events {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.events__col {
    display: block;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .events__col {
        width: 100%;
        float: left
    }
}

@media screen and (min-width:64em) {
    .events__col {
        width: 50%
    }
}

.events__col--left {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:48em) {
    .events__col--left {
        position: relative;
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .events__col--left {
        -webkit-transform: rotate(.01deg);
        transform: rotate(.01deg);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%
    }
}

@media screen and (min-width:64em) {
    .events__col--left:hover .events__background {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.events__col--right {
    padding: 1.75em 0 0
}

@media screen and (min-width:48em) {
    .events__col--right {
        margin-left: 0
    }
}

@media screen and (min-width:64em) {
    .events__col--right {
        padding: 1.25em 1.4375em 1.4375em;
        margin-left: 50%
    }
}

.events__background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 13.6875em
}

@media screen and (min-width:48em) {
    .events__background {
        min-height: 21.875em;
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 1s
    }
}

@media screen and (min-width:64em) {
    .events__background {
        position: absolute;
        min-height: 0
    }
}

.events__header {
    width: 100%
}

@media screen and (min-width:64em) {
    .events__header {
        position: relative;
        margin-bottom: 1.25em;
        padding: 0
    }
}

.events__main {
    display: none
}

@media screen and (min-width:64em) {
    .events__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block\9;
        padding: 0
    }
}

.events .bit {
    display: none
}

@media screen and (min-width:64em) {
    .events .bit {
        display: block
    }
}

.events .text--tiny {
    margin-bottom: 1em
}

.events .text--head {
    display: none
}

@media screen and (min-width:64em) {
    .events .text--head {
        display: block
    }
}

.events .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

@media screen and (min-width:64em) {
    .events .card {
        float: left;
        width: calc(50% - 12px)
    }
}

@media screen and (min-width:48em) {
    .events .card:nth-child(n+2) {
        display: none
    }
}

@media screen and (min-width:64em) {
    .events .card:nth-child(n+2) {
        display: block
    }
}

@media screen and (min-width:64em) {
    .events .card:first-child {
        margin-right: 1.4375em
    }
}

.events .btn--quaternary {
    width: 100%
}

@media screen and (min-width:64em) {
    .events .btn--quaternary {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        width: auto
    }
}

.events .bit {
    margin-bottom: 2.625em
}

@media screen and (min-width:48em) {
    .events .bit {
        margin-bottom: 1em
    }
}

@media screen and (min-width:48em) {
    .events .ribbon {
        position: absolute;
        bottom: 0;
        right: 1.625em;
        max-width: 17.5em
    }
}

.filter {
    border: 1px solid #e4e4e3;
    border-radius: 2px;
    margin-bottom: 2em
}

.filter__head {
    position: relative;
    border-bottom: 1px solid #d8d8d8
}

    .filter__head + .filter__main {
        display: none
    }

@media screen and (min-width:64em) {
    .filter__head + .filter__main {
        display: block !important
    }
}

.filter__head + .filter__main.active {
    display: block
}

@media screen and (min-width:64em) {
    .filter__head .filter__minus--heading, .filter__head .filter__plus--heading {
        display: none !important
    }
}

.filter__col {
    width: 50%
}

    .filter__col:first-child {
        padding-right: .5em
    }

    .filter__col:last-child {
        padding-left: .5em
    }

.filter__title {
    display: inline-block;
    color: #4b4b4b;
    font-weight: 500;
    vertical-align: middle
}

.filter__icon {
    margin: 0 .75em 0 0;
    vertical-align: middle
}

.filter__section {
    border-bottom: 1px solid #d8d8d8
}

.filter__section--padding,
#resetPasswordWrapper .form-group {
    padding: 1em
}

.filter__section--relative {
    position: relative
}

.filter__section--date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter__section:last-child {
    border-bottom: 0
}

.filter__subtitle {
    display: block;
    color: #221e1f;
    font-size: .6875em;
    margin: 0 0 1.15625em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filter__subtitle--nomargin {
    margin: 0
}

.filter__relative {
    position: relative
}

.filter__slide-trigger {
    position: relative;
    padding: 1em;
    cursor: pointer
}

.filter__slide-target {
    display: none;
    padding: 1em;
    padding-top: 0
}

    .filter__slide-target.active {
        display: block
    }

.filter__keywords {
    font-weight: 500;
    padding: .5625em 2.5em .5625em .6875em
}

.filter__input, .filter__keywords,
#resetPasswordWrapper input[type=password] {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 2px solid hsla(0,0%,59%,.5);
    color: #4b4b4b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.filter__input,
#resetPasswordWrapper input[type=password] {
    padding: .625em;
    font-size: 90%
}

.filter__search {
    position: absolute;
    top: 50%;
    right: .75em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.25em;
    width: 1.25em;
    pointer-events: none
}

.filter__description {
    color: #3a3130;
    font-size: .8125em;
    font-weight: 300;
    line-height: 1.125em
}

.filter__reset {
    float: left;
    width: 25%;
    margin-right: 7.5%;
    padding-left: 0;
    padding-right: 0
}

.filter__submit {
    float: left;
    width: 67.5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0
}

.filter__submit--full {
    width: 100%
}

.filter__plus {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block
}

.filter__plus--heading {
    height: .875em;
    width: .875em
}

.filter__section.active .filter__plus--heading {
    display: none
}

.filter__plus--label {
    height: .625em;
    width: .625em
}

.filter__slide-trigger.active .filter__plus--label {
    display: none
}

.filter__minus {
    position: absolute;
    top: 50%;
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none
}

.filter__minus--heading {
    height: .875em;
    width: .875em
}

.filter__section.active .filter__minus--heading {
    display: inline-block
}

.filter__minus--label {
    height: .625em;
    width: .625em
}

.filter__slide-trigger.active .filter__minus--label {
    display: inline-block
}

.filter .select__container {
    margin-bottom: .75em
}

    .filter .select__container:last-of-type {
        margin-bottom: 0
    }

#hdnSelectedTags {
    display: none
}

.footer {
    position: relative;
    border-top: 1px solid #c9cac8
}

.footer__main {
    padding: 2.4375em 2.8125em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:48em) {
    .footer__main {
        display: block
    }
}

@media screen and (min-width:64em) {
    .footer__main {
        padding: 2em 9em 7.0em 4.125em;
    }
}

.footer__main > div:first-child {
    width: 100%
}

@media screen and (min-width:48em) {
    .footer__col {
        float: left
    }
}

.footer__col:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
}

/*@media screen and (min-width:48em) {
    .footer__col:first-of-type {
        width: 40%
    }
}*/

@media screen and (min-width:64em) {
    .footer__col:first-of-type {
        width: auto
    }
}

.footer__col:nth-of-type(2) {
    display: none
}

@media screen and (min-width:64em) {
    .footer__col:nth-of-type(2) {
        display: block
    }
}

.footer__col:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

@media screen and (min-width:48em) {
    .footer__col:nth-of-type(3) {
        width: 40%
    }
}

@media screen and (min-width:64em) {
    .footer__col:nth-of-type(3) {
        width: auto
    }
}

.footer__col ul {
    list-style-type: none;
    /*margin: 0 0 2.3125em;*/
    padding: 0
}

/*@media screen and (min-width:64em) {
    .footer__col ul {
        margin: 0 6.25em 0 0
    }
}*/

.footer__col li {
    font-size: .8125em;
    line-height: 1.31;
    letter-spacing: -.2px;
    color: #3a3130;
    margin-bottom: .8125em
}

    .footer__col li span {
        font-size: 1em
    }

.footer__col a {
    text-decoration: none;
    color: #3a3130
}

    .footer__col a:hover {
        text-decoration: underline
    }

.footer__col span {
    /*display: block;*/
    font-size: .8125em;
    line-height: 1.31;
    letter-spacing: -.2px;
    color: #3a3130;
    margin-bottom: 1em
}

.footer__web {
    position: absolute;
    text-decoration: none;
    right: 2.625em;
    bottom: 2.625em;
    font-size: .6875em;
    line-height: 1.45;
    color: #828282
}

@media screen and (min-width:64em) {
    .footer__web {
        right: 1em;
        bottom: .875em
    }
}

.footer__gotop {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%)
}

@media screen and (min-width:64em) {
    .footer__gotop {
        right: 10em;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        left: auto
    }
}

.footer__gotop:hover svg circle {
    transition: all .3s;
    fill: #b5251b
}

.footer .bit {
    margin-bottom: 1.9375em
}

.background--gradient.border.border--thick.border--horizontal + .footer {
    margin-top: -2px;
    background: #fff
}

/*.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}*/

.header__col {
    float: left
}

    .header__col:first-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 13.41956346%;
        display: none
    }

@media screen and (min-width:64em) {
    .header__col:first-child {
        display: block
    }
}

.header__col:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%
}

@media screen and (min-width:64em) {
    .header__col:last-child {
        width: 86.58043654%
    }
}

.header__logo {
    display: block;
    margin-top: 1.5625em;
    margin-right: 2.125em;
    width: 8.25em
}

header {
    transition: unset !important
}

@media screen and (min-width:64em) {
    header {
        font-size: 87%
    }
}

@media screen and (min-width:80.375em) {
    header {
        font-size: 100%
    }
}

.heading {
    margin-left: 1.25em
}

.heading__title {
    display: block;
    color: #221e1f;
    font-size: 1.25em;
    font-weight: 500
}

.heading .bit, .heading__title {
    margin-bottom: 1em
}

.hero {
    padding-bottom: 1em;
    border-bottom: 1px solid #e4e4e3;
    background: #fff;
    background: linear-gradient(135deg,#fff 1%,#f1f2f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f1",GradientType=1);
    overflow: hidden
}

@media screen and (min-width:48em) {
    .hero {
        border-top: 1px solid #e4e4e3;
        padding-bottom: 0;
        margin: 3.75em 0 0;
        background-repeat: no-repeat;
        background-position: left 95%;
        background-image: url(../Images/circle-full.svg),url(../Img/circle-full.svg);
        background-image: url(../Images/circle-full.svg),url(../Img/circle-full.svg),linear-gradient(135deg,#fff 1%,#f1f2f1);
        overflow: visible
    }
}

@media screen and (min-width:64em) {
    .hero {
        margin: 5.8125em 0 0
    }
}

@media screen and (min-width:1024px) and (max-height:700px) {
    .hero {
        font-size: 75%
    }

        .hero .hero__main {
            padding: 3.125em 42.5% 5em 2.8125em
        }

        .hero .hero__title {
            margin-bottom: 2.5em
        }

        .hero .hero__img {
            font-size: 85%
        }
}

.hero__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    margin: -2.5em auto 0 3em;
    width: 20.6875em;
    height: 20.6875em;
    padding: .3em
}

@media screen and (min-width:30em) {
    .hero__img {
        margin: -2.5em auto 0
    }
}

@media screen and (min-width:48em) {
    .hero__img {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        left: 61%;
        top: 60%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 25em;
        height: 25em;
        padding: 0 1em 0 0
    }
}

@media screen and (min-width:64em) {
    .hero__img {
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        left: 95%;
        top: 57.5%;
        width: 49.0625em;
        height: 49.0625em;
        padding: 0
    }
}

.hero__img img {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero__main {
    position: relative;
    margin: -2.1875em 0 0
}

@media screen and (min-width:48em) {
    .hero__main {
        position: static;
        margin: 0;
        padding: 3.125em 42.5% 2em 2.8125em
    }
}

@media screen and (min-width:64em) {
    .hero__main {
        padding: 5.75em 42.5% 7em 2.8125em
    }
}

.hero__title {
    display: none
}

@media screen and (min-width:64em) {
    .hero__title {
        display: block;
        margin: 0 0 3.9375em;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.42;
        letter-spacing: .8px;
        color: #221e1f
    }
}

.hero__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media screen and (min-width:30em) {
    .hero__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:48em) {
    .hero__list {
        margin-top: 1em;
        font-size: 90%
    }
}

@media screen and (min-width:64em) {
    .hero__list {
        padding-left: 2em;
        margin-top: 0;
        font-size: 100%;
        float: left;
        width: 90.6890925%
    }
}

.hero__list li {
    width: 100%;
    padding: 0 0 1em;
    margin: 0
}

@media screen and (min-width:30em) {
    .hero__list li {
        padding: 1em 1.375em .8125em;
        width: 33.3333333333%;
        float: left
    }
}

@media screen and (min-width:48em) {
    .hero__list li {
        padding: 0 1em;
        margin: 0 0 1em
    }
}

@media screen and (min-width:64em) {
    .hero__list li {
        width: 33.33333%;
        padding: 0 1.5em;
        margin: 0
    }
}

.hero__list a {
    line-height: 1.38;
    text-decoration: none
}

    .hero__list a:hover {
        text-decoration: underline
    }

.hero__links {
    padding-top: 1.375em;
    border-top: 1px solid #c9cac8
}

@media screen and (min-width:64em) {
    .hero__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 1.6875em 0 1.25em
    }
}

.hero__links:first-child {
    border-top: 0
}

.hero__links small {
    display: block;
    color: #d52b1e;
    font-size: .6875em;
    font-weight: 600;
    margin: 0 0 1em
}

@media screen and (min-width:30em) {
    .hero__links small {
        margin: 0
    }
}

@media screen and (min-width:48em) {
    .hero__links small {
        padding-left: 1.3em
    }
}

@media screen and (min-width:64em) {
    .hero__links small {
        padding-left: 1.5em;
        float: left;
        width: 9.3109075%
    }
}

.hero__links small:after {
    content: attr(data-mobile)
}

@media screen and (min-width:48em) {
    .hero__links small:after {
        content: attr(data-desktop)
    }
}

.hero .bit {
    display: none
}

@media screen and (min-width:48em) {
    .hero .bit {
        display: inline-block
    }
}

.hero .container {
    padding: 0 1.375em
}

@media screen and (min-width:48em) {
    .hero .container {
        padding: 0
    }
}

.landingitem {
    display: block;
    border: 1px solid #e4e4e3;
    border-radius: 2px;
    margin-bottom: 1.375em;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .landingitem {
        float: left;
        width: calc(50% - .69em);
        min-height: 15.625em
    }
}

.landingitem:hover .landingitem__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media screen and (min-width:48em) {
    .landingitem:nth-child(odd) {
        margin-right: 1.375em
    }
}

@media screen and (min-width:30em) {
    .landingitem__col {
        float: left;
        width: 50%
    }
}

.landingitem__col--left {
    height: 13.75em;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:30em) {
    .landingitem__col--left {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden
    }
}

.landingitem__col--right {
    padding: 1.25em 1.375em 2em
}

@media screen and (min-width:30em) {
    .landingitem__col--right {
        margin-left: 50%
    }
}

.landingitem__container {
    margin: 2em 0
}

.landingitem__relative {
    position: relative
}

.landingitem__img {
    -webkit-transform: rotate(.01deg);
    transform: rotate(.01deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 1s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.landingitem__description {
    font-size: .8125em;
    font-weight: 300;
    line-height: 1.38;
    color: #3a3130;
    margin-top: 2em
}

    .landingitem__description:last-child {
        margin-bottom: 0
    }

.layout__header {
    margin: 1em 0 1.25em;
    padding-left: 1.125em;
    width: 100%
}

@media screen and (min-width:64em) {
    .layout__header {
        position: relative
    }
}

.layout__header .bit {
    margin-bottom: 1em
}

@media screen and (min-width:48em) {
    .layout__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.layout-one {
    position: relative;
    margin-bottom: 1.5em
}

@media screen and (min-width:48em) {
    .layout-one {
        margin-bottom: 4.0625em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:64em) {
    .layout-one {
        margin-bottom: 0
    }
}

.layout-one__col {
    display: block;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .layout-one__col {
        width: 50%;
        float: left
    }
}

.layout-one__col--left {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:48em) {
    .layout-one__col--left {
        -webkit-transform: rotate(.01deg);
        transform: rotate(.01deg);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%
    }
}

@media screen and (min-width:64em) {
    .layout-one__col--left:hover .layout-one__background {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.layout-one__col--right {
    padding: 1.0625em 1.1875em 0
}

@media screen and (min-width:48em) {
    .layout-one__col--right {
        margin-left: 50%;
        padding: 1.4375em
    }
}

@media screen and (min-width:64em) {
    .layout-one__col--right {
        padding: 1.5em 3em 2.6875em
    }
}

.layout-one__col--full {
    width: 100%;
    padding: 1.0625em 1.1875em 0;
    background: #fff
}

@media screen and (min-width:48em) {
    .layout-one__col--full {
        padding: 1.4375em
    }
}

@media screen and (min-width:64em) {
    .layout-one__col--full {
        padding: 1.5em 3em 2.6875em
    }
}

.layout-one__background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 13.6875em
}

@media screen and (min-width:48em) {
    .layout-one__background {
        min-height: 21.875em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 1s
    }
}

@media screen and (min-width:64em) {
    .layout-one__background {
        min-height: 0
    }
}

.layout-one__label {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: .25em;
    margin-bottom: .5em
}

.layout-one__title {
    margin: .25em 0 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.46;
    color: #3a3130;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .layout-one__title {
        margin: .25em 0 1.5em
    }
}

.layout-one__title:hover {
    text-decoration: underline
}

.layout-one__paragraph {
    font-weight: 300;
    line-height: 1.56;
    color: #3a3130
}

@media screen and (min-width:48em) {
    .layout-one__paragraph:last-of-type {
        margin-bottom: 5.8125em
    }
}

.layout-one__paragraph--nomargin {
    margin: 0
}

.layout-one .btn--tertiary {
    display: none
}

@media screen and (min-width:48em) {
    .layout-one .btn--tertiary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block\9
    }
}

.layout-one .btn--quaternary {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1.75em)
}

@media screen and (min-width:64em) {
    .layout-one .btn--quaternary {
        top: auto;
        left: auto;
        right: 3.692307692307692em
    }
}

.layout-one .bit {
    margin-bottom: 1em
}

.news + .layout-one {
    margin-top: 1.75em
}

.layout-three {
    position: relative
}

@media screen and (min-width:48em) {
    .layout-three {
        display: block
    }
}

@media screen and (min-width:64em) {
    .layout-three {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.layout-three__col {
    display: block;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .layout-three__col {
        width: 100%;
        float: left
    }
}

@media screen and (min-width:64em) {
    .layout-three__col {
        width: 50%
    }
}

.layout-three__col--left {
    position: relative;
    overflow: hidden
}

@media screen and (min-width:48em) {
    .layout-three__col--left {
        position: relative;
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .layout-three__col--left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%
    }
}

@media screen and (min-width:64em) {
    .layout-three__col--left:hover .layout-three__background {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.layout-three__col--right {
    padding: 1.75em 0 0
}

@media screen and (min-width:48em) {
    .layout-three__col--right {
        margin-left: 0
    }
}

@media screen and (min-width:64em) {
    .layout-three__col--right {
        padding: 1.25em 1.4375em 1.4375em;
        margin-left: 50%
    }
}

.layout-three__background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 13.6875em
}

@media screen and (min-width:48em) {
    .layout-three__background {
        min-height: 21.875em;
        position: static;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 1s
    }
}

@media screen and (min-width:64em) {
    .layout-three__background {
        position: absolute;
        min-height: 0
    }
}

.layout-three__header {
    width: 100%
}

@media screen and (min-width:64em) {
    .layout-three__header {
        position: relative;
        margin-bottom: 1.25em;
        padding: 0
    }
}

.layout-three__main {
    display: none
}

@media screen and (min-width:64em) {
    .layout-three__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block\9;
        padding: 0
    }
}

.layout-three .bit {
    display: none
}

@media screen and (min-width:64em) {
    .layout-three .bit {
        display: block
    }
}

.layout-three .text--tiny {
    margin-bottom: 1em
}

.layout-three .text--head {
    display: none
}

@media screen and (min-width:64em) {
    .layout-three .text--head {
        display: block
    }
}

.layout-three .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

@media screen and (min-width:64em) {
    .layout-three .card {
        float: left;
        width: calc(50% - 12px)
    }
}

@media screen and (min-width:48em) {
    .layout-three .card:nth-child(n+2) {
        display: none
    }
}

@media screen and (min-width:64em) {
    .layout-three .card:nth-child(n+2) {
        display: block
    }
}

@media screen and (min-width:64em) {
    .layout-three .card:first-child {
        margin-right: 1.4375em
    }
}

@media screen and (min-width:48em) {
    .layout-three .ribbon {
        position: absolute;
        bottom: 0;
        right: 1.625em;
        max-width: 17.5em
    }
}

@media screen and (min-width:64em) {
    .layout-four {
        font-size: 90%
    }
}

@media screen and (min-width:80.375em) {
    .layout-four {
        font-size: 100%
    }
}

.layout-four .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 0 1.25em
}

@media screen and (min-width:48em) {
    .layout-four .card {
        margin: 0 0 1.4375em 1.5em;
        float: left;
        width: calc(50% - .75em)
    }

        .layout-four .card:first-child {
            margin-left: 0
        }
}

@media screen and (min-width:64em) {
    .layout-four .card {
        width: 23.6286919831%;
        margin: 0 0 0 1.8481012658%
    }
}

.layout-four .card:nth-child(n+3) {
    display: none
}

@media screen and (min-width:64em) {
    .layout-four .card:nth-child(n+3) {
        display: block
    }
}

.layout-four .bit, .layout-four .text--tiny {
    margin-bottom: 1em
}

.story + .layout-four {
    margin-top: 1.75em
}

.layout .btn--quaternary {
    position: absolute;
    left: 1.5384615385em;
    right: 1.5384615385em;
    bottom: 1.5em
}

@media screen and (min-width:64em) {
    .layout .btn--quaternary {
        left: auto;
        right: 0;
        bottom: 0
    }
}

.list {
    list-style-type: none;
    margin: 0 0 1.75em;
    padding: 0;
    border-radius: 2px
}

.list--alternate, .list--dark {
    border: 1px solid #e4e4e3
}

.list--dark {
    background: #fff;
    background: linear-gradient(135deg,#fff 1%,#f1f2f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f2f1",GradientType=1);
    transition: background 1s
}

.list--alternate .list__item:nth-child(odd) {
    background-color: #f7f7f7
}

.list--alternate .list__item:not(:last-child) {
    border-bottom: 1px solid #e4e4e3
}

.list__link {
    display: block;
    text-decoration: none;
    padding: .75em 1em 1.75em
}

@media screen and (min-width:48em) {
    .list__link {
        padding: .75em 2em 1.75em
    }
}

.list__link:hover .list__title {
    text-decoration: underline
}

.list__small {
    margin: 0;
    color: #221e1f;
    font-size: .6875em;
    display: block
}

    .list__small + .list__small {
        margin-top: 1em
    }

.list__title {
    margin: .5em 0 0;
    color: #4b4b4b;
    font-weight: 500;
    line-height: 1.375em
}

.list__description {
    margin: 1em 0 0;
    color: #3a3130;
    font-size: .8125em;
    font-weight: 300;
    line-height: 1.125em
}

.list__tag {
    margin-left: 1em;
    display: inline-block;
    border: 1px solid #4b4b4b;
    border-radius: 2px;
    padding: .15em .35em;
    vertical-align: middle
}

.news + .list, .story + .list {
    margin-top: 1.75em
}

.loader {
    display: inline-block
}

    .loader img {
        width: 2em;
        height: 2em;
        margin-right: .5em
    }

    .loader img, .loader span {
        display: inline-block;
        vertical-align: middle
    }

    .loader span {
        font-size: 1.5em;
        color: #4b4b4b
    }

.mega__heading {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.46;
    color: #3a3130;
    margin: 2em 0 1em;
    padding-left: .5em;
    display: none
}

@media screen and (min-width:64em) {
    .mega__heading {
        display: block
    }
}

.mega__subtitle {
    font-size: .9375em;
    font-weight: 500;
    line-height: 1.39;
    color: #4b4b4b;
    text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
    margin: 0 0 1em
}

@media screen and (min-width:64em) {
    .mega__subtitle {
        font-size: 1.125em;
        margin: 0 0 2.25em
    }
}

.mega__container {
    z-index: 1;
    padding: 0;
    font-size: 150%;
    display: none
}

    .mega__container.active {
        display: block
    }

@media screen and (min-width:64em) {
    .mega__container {
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        opacity: 0;
        font-size: 100%;
        padding: 2em 2.5em 0;
        transition: all .3s;
        display: block !important
    }
}

@media screen and (min-width:64em) {
    .mega__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1em
    }
}

.mega__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media screen and (min-width:64em) {
    .mega__col:first-child {
        -webkit-columns: 100px 2;
        columns: 100px 2;
        -webkit-column-gap: 66px;
        column-gap: 66px;
        padding-right: 16%;
        width: calc(100% - 240px);
        float: left
    }
}

.mega__col:last-child {
    margin: 1em 0;
    padding: 0 1em
}

@media screen and (min-width:64em) {
    .mega__col:last-child {
        max-width: 15em;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0;
        padding: 0;
        float: left
    }
}

.mega__col:last-child .btn {
    margin-bottom: 1.5em;
    width: 100%;
    text-align: left
}

.mega__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:64em) {
    .mega__title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.mega__title a:not(.mega__toggle) {
    display: block;
    text-decoration: none;
    color: #3a3130;
    padding: 1em 3em 1em 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:64em) {
    .mega__title a:not(.mega__toggle) {
        padding: 0 0 1.5em
    }
}

.mega__title a:not(.mega__toggle):hover {
    text-decoration: underline
}

.mega__list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1em;
    border-bottom: 1px solid #e4e4e3
}

@media screen and (min-width:64em) {
    .mega__list {
        width: 100%;
        display: inline-block;
        margin: 0 0 1.25em;
        padding: 0;
        padding-right: 4.125em\9;
        border-bottom: 0;
        -webkit-column-break-inside: avoid;
        break-inside: avoid
    }
}

.mega__list:first-child {
    border-top: 1px solid #e4e4e3
}

@media screen and (min-width:64em) {
    .mega__list:first-child {
        border-top: 0
    }
}

.mega__list > li {
    list-style: none;
    position: relative;
    font-weight: 500;
    letter-spacing: -.2px;
    margin-bottom: 1.5625em;
    font-size: .875em
}

@media screen and (min-width:64em) {
    .mega__list > li {
        font-weight: 600;
        padding: 0 0 0 1em
    }
}

@media screen and (min-width:64em) {
    .mega__list > li:first-child {
        border-bottom: 1px solid #e4e4e3
    }
}

.mega__list > li:last-child {
    margin-bottom: 0
}

.mega__sublist {
    list-style-type: none;
    margin: 0;
    padding: 0 0 1em;
    display: none
}

@media screen and (min-width:64em) {
    .mega__sublist {
        display: block !important;
        width: 16.25em;
        margin: 0 0 1.25em;
        padding: 0
    }
}

.mega__sublist.active {
    display: block
}

.mega__sublist li {
    list-style: none;
    font-weight: 400;
    letter-spacing: -.2px;
    margin-bottom: .9375em;
    line-height: 1.21
}

    .mega__sublist li:last-child {
        margin-bottom: 0
    }

.mega__sublist a {
    display: block;
    text-decoration: none;
    color: #3a3130
}

    .mega__sublist a:hover {
        text-decoration: underline
    }

.mega__toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.86em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width:64em) {
    .mega__toggle {
        display: none !important
    }
}

.mega__plus {
    position: absolute;
    display: block;
    width: 1em;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.mega__toggle.active .mega__plus {
    display: none
}

.mega__minus {
    position: absolute;
    display: none;
    width: 1em;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.mega__toggle.active .mega__minus {
    display: block
}

.mega__open > :not(header):not(.alert):not(form), .mega__open > form > :not(header):not(.alert) {
    opacity: 0;
    visibility: hidden
}

.mobilenav {
    display: block;
    width: calc(100% - 3.0625em);
    float: left
}

@media screen and (min-width:64em) {
    .mobilenav {
        display: none;
        width: 100%
    }
}

.mobilenav__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.mobilenav li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%\9;
    float: left
}

    .mobilenav li:last-child span {
        font-weight: 600
    }

.mobilenav a {
    font-size: .875em;
    line-height: 1.21;
    letter-spacing: -.2px;
    color: #3a3130;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 1em 0;
    border-right: 1px solid #d8d8d8;
    position: relative
}

    .mobilenav a:after {
        content: "";
        position: absolute;
        top: 100%;
        left: -1px;
        right: 0;
        height: 10px;
        background-color: #d52b1e;
        z-index: 3;
        transition: all .2s;
        opacity: 0;
        visibility: hidden
    }

    .mobilenav a.active:after {
        opacity: 1;
        visibility: visible
    }

/*.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 70%
}

@media screen and (min-width:64em) {
    .nav {
        padding-right: 6.5em;
        font-size: 100%
    }
}*/

.nav__container {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block\9;
    width: 100%
}

@media screen and (min-width:64em) {
    .nav__container {
        display: block
    }
}

.nav__list {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    padding-top: 3.5em;
    border-top: 1px solid #d8d8d8
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .nav__list {
        transition: unset !important
    }
}

@media screen and (min-width:64em) {
    .nav__list {
        z-index: auto;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        border-top: 0
    }
}

.nav__list.active {
    opacity: 1;
    visibility: visible
}

.nav__list--members > li:nth-child(2), .nav__list--others > li:nth-child(3), .nav__list--others > li:nth-child(4), .nav__list--others > li:nth-child(5), .nav__list--others > li:nth-child(6), .nav__list--training > li:first-child {
    display: block
}

.nav__list > li {
    display: none
}

@media screen and (min-width:64em) {
    .nav__list > li {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: block\9
    }
}

.nav__list > li.active .mega__container, .nav__list > li.active > a:after {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:64em) {
    .nav__list > li:first-child, .nav__list > li:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 21.5%
    }
}

@media screen and (min-width:64em) {
    .nav__list > li:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 19.6855222%
    }
}

@media screen and (min-width:64em) {
    .nav__list > li:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 18.4042399%
    }
}

@media screen and (min-width:64em) {
    .nav__list > li:nth-child(5) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 18.9115822%
    }
}

@media screen and (min-width:64em) {
    .nav__list > li:nth-child(6) {
        display: none
    }
}

.nav__list > li:nth-child(6) > .mega__container {
    display: block
}

.nav__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e4e4e3;
    background-color: #f1f2f1;
    width: 100%
}

@media screen and (min-width:64em) {
    .nav__title {
        border: 0;
        background-color: transparent
    }
}

.nav__title > a:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #4b4b4b;
    text-decoration: none;
    letter-spacing: -.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block\9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (min-width:64em) {
    .nav__title > a:first-child {
        padding: 1.4375em 0;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

.nav__title > a:first-child.active:after {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:64em) {
    .nav__list > li:first-child .nav__title > a:first-child, .nav__list > li:nth-child(2) .nav__title > a:first-child {
        padding: 2.2em 0\9
    }
}

.nav__title > a:first-child:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    height: 10px;
    background-color: #d52b1e;
    transition: all .2s
}

@media screen and (min-width:64em) {
    .nav__title > a:first-child:after {
        left: 0
    }
}

.nav__title span {
    font-size: 1.625em;
    line-height: 1.3;
    padding: .75em 2.5em .75em 1em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block\9
}

@media screen and (min-width:64em) {
    .nav__title span {
        padding: 0 3.75em;
        background-color: transparent
    }
}

@media screen and (min-width:80.375em) {
    .nav__title span {
        padding: 0 4.5em
    }
}

.nav__list > li:first-child .nav__title span, .nav__list > li:nth-child(2) .nav__title span {
    width: 100%;
    height: 100%;
    padding: .6875em 1em;
    display: block\9
}

@media screen and (min-width:64em) {
    .nav__list > li:first-child .nav__title span, .nav__list > li:nth-child(2) .nav__title span {
        border-right: 1px solid #e4e4e3;
        padding: 0 24%;
        font-size: 1.25em;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block\9;
        text-align: center
    }
}

@media screen and (min-width:64em) {
    .nav__list > li:nth-child(3) .nav__title span, .nav__list > li:nth-child(4) .nav__title span, .nav__list > li:nth-child(5) .nav__title span {
        font-size: .8125em
    }
}

.nav__toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.75em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width:64em) {
    .nav__toggle {
        display: none !important
    }
}

.nav__plus {
    display: block;
    width: 1.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.nav__minus, .nav__toggle.active .nav__plus {
    display: none
}

.nav__minus {
    width: 1.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.nav__toggle.active .nav__minus {
    display: block
}

.nav__ellipse.active:after {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:64em) {
    .news {
        font-size: 90%
    }
}

@media screen and (min-width:80.375em) {
    .news {
        font-size: 100%
    }
}

.news--padding {
    padding: 1.25em 1.25em 4.0625em
}

@media screen and (min-width:64em) {
    .news--padding {
        padding: 1.25em 0 2.0625em
    }
}

@media screen and (min-width:80.375em) {
    .news--padding {
        padding: 1.25em 1.625em 2.0625em
    }
}

.news__header {
    margin: 1em 0 1.25em;
    padding-left: 1.125em;
    width: 100%
}

@media screen and (min-width:64em) {
    .news__header {
        position: relative
    }
}

@media screen and (min-width:48em) {
    .news__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.news .bit {
    margin-bottom: 1em
}

.news .card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 0 0 1.25em
}

@media screen and (min-width:48em) {
    .news .card {
        margin: 0 0 1.4375em 1.5em;
        float: left;
        width: calc(50% - .75em)
    }

        .news .card:first-child {
            margin-left: 0
        }
}

@media screen and (min-width:64em) {
    .news .card {
        width: 23.6286919831%;
        margin: 0 0 0 1.8481012658%
    }
}

.news .card:nth-child(n+3) {
    display: none
}

@media screen and (min-width:64em) {
    .news .card:nth-child(n+3) {
        display: block
    }
}

.news .btn--quaternary {
    position: absolute;
    left: 1.5384615385em;
    right: 1.5384615385em;
    bottom: 1.5em
}

@media screen and (min-width:64em) {
    .news .btn--quaternary {
        left: auto;
        right: 0;
        bottom: 0
    }
}

.story + .news {
    margin-top: 1.75em
}

.news .text--tiny {
    margin-bottom: 1em
}

.pagination {
    padding: .875em 1em;
    /*border: 1px solid #e4e4e3;
    border-radius: 2px;*/
    text-align: center;
    margin: 0 0 3.125em
}

.pagination__link {
    display: inline-block;
    border-radius: 2px;
    width: 2.71875em;
    height: 2.71875em;
    margin: 0 .5em 1em;
    color: #221e1f;
    font-weight: 500;
    font-size: .6875em;
    line-height: 2.71875em;
    background-color: #e4e4e3;
    text-decoration: none;
    vertical-align: middle
}

@media screen and (min-width:48em) {
    .pagination__link {
        margin: 0 .5em
    }
}

.pagination__link.active, .pagination__link:hover {
    background-color: #d52b1e;
    color: #fff
}

.pagination__text {
    display: block;
    color: #221e1f;
    font-size: .6875em;
    margin-bottom: 1em
}

@media screen and (min-width:48em) {
    .pagination__text {
        display: inline-block;
        line-height: .375em;
        margin-right: 4em
    }
}

.pagination__ellipsis {
    display: inline-block;
    color: #221e1f;
    font-size: .75em;
    font-weight: 500;
    text-align: right;
    letter-spacing: .25em;
    text-indent: .25em
}

@media screen and (min-width:48em) {
    .pagination__ellipsis {
        font-size: 1em;
        letter-spacing: .75em;
        text-indent: .75em
    }
}

.quote {
    position: relative;
    padding: 1.75em 1.625em 1.25em;
    background-color: #f7f7f7;
    margin: 1em 0
}

@media screen and (min-width:48em) {
    .quote {
        padding: 1.75em 2.25em 1.25em
    }
}

.quote__text {
    font-size: 1.125em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.35;
    color: #4b4b4b;
    margin-top: 0
}

@media screen and (min-width:48em) {
    .quote__text {
        font-size: 1.25em
    }
}

.quote__sub {
    font-size: .6875em;
    line-height: .55;
    color: #221e1f
}

.quote .bit {
    position: absolute;
    top: 0;
    left: 2.25em
}

.radio {
    display: block;
    color: #221e1f;
    font-size: .8125em;
    line-height: 1.3125em;
    margin-bottom: .5em;
    cursor: pointer
}

    .radio input {
        display: none
    }

        .radio input:checked + span {
            background-color: #d52b1e;
            border-color: #d52b1e
        }

    .radio span {
        display: inline-block;
        width: 1.4615384615em;
        height: 1.4615384615em;
        border: 1px solid #979797;
        border-radius: 50%;
        margin-right: .75em;
        vertical-align: middle
    }

.ribbon {
    background-color: #d52b1e;
    padding: 1.25em
}

    .ribbon * {
        margin-bottom: 1em
    }

.ribbon__small {
    display: block;
    font-size: 11px;
    color: #fff
}

.ribbon__title {
    display: block;
    font-weight: 500;
    line-height: 1.38;
    color: #fff
}

@media screen and (min-width:64em) {
    .ribbon__topradius {
        border-radius: 2px 2px 0 0
    }
}

.search__btn {
    display: block;
    padding: .6875em 1em;
    z-index: 1;
    position: relative;
    width: 3.0625em
}

@media screen and (min-width:64em) {
    .search__btn {
        position: absolute;
        right: 2.125em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        width: auto;
        width: 2.5em;
        height: 2.5em
    }
}

.search__icon {
    overflow: visible !important;
    width: 1.0625em;
    height: 1.0625em;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    stroke-width: 1;
    stroke: #000
}

@media screen and (min-width:64em) {
    .search__icon {
        width: 2.5em;
        height: 2.5em;
        -webkit-transform: scale(1);
        transform: scale(1);
        stroke-width: 0;
        stroke: transparent;
        display: block
    }
}

.search__open .search__icon {
    display: none
}

.search__close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search__open .search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__close span {
    display: block;
    height: 1px;
    width: 35%;
    background-color: #000
}

@media screen and (min-width:64em) {
    .search__close span {
        width: 100%
    }
}

.search__close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search__close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.search__input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.04;
    color: #d52b1e;
    padding: 0 2.5em 0 .5em;
    border: 0;
    outline: 0
}

@media screen and (min-width:64em) {
    .search__input {
        font-size: 3em;
        padding: 0 2.5em 0 .25em
    }
}

.search__form {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.0625em
}

    .search__form .bit {
        position: absolute;
        top: 100%;
        right: 0;
        display: none
    }

@media screen and (min-width:64em) {
    .search__form .bit {
        display: inline-block
    }
}

.search__main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.search__open .search__main {
    opacity: 1;
    visibility: visible
}

.search__mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: .625em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__autocomplete {
    width: 30%;
    padding: 1.5em 4.75em 1.6875em 2em;
    display: none
}

@media screen and (min-width:64em) {
    .search__autocomplete {
        float: left;
        display: block
    }
}

.search__autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.search__autocomplete li {
    font-weight: 300;
    line-height: 1.38;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

    .search__autocomplete li:not(:last-child) {
        margin-bottom: .75em
    }

.search__autocomplete a {
    text-decoration: none;
    color: #3a3130
}

    .search__autocomplete a:hover {
        text-decoration: underline
    }

.search__popular {
    width: 100%;
    padding: 0 1em
}

@media screen and (min-width:64em) {
    .search__popular {
        padding-top: 1.875em;
        border-left: 1px solid #c9cac8;
        width: 70%;
        text-align: center;
        padding: 0;
        float: left
    }
}

.search__popular ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width:64em) {
    .search__popular ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2.1875em 1.875em 0
    }
}

.search__popular li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 1em 0
}

@media screen and (min-width:64em) {
    .search__popular li {
        float: left;
        width: 33.3333333333%;
        margin: 0;
        padding: 0 1.9375em
    }
}

.search__popular a {
    text-decoration: none
}

    .search__popular a:hover {
        text-decoration: underline
    }

.search__open > :not(header):not(.alert):not(form), .search__open > form > :not(header):not(.alert) {
    opacity: 0;
    visibility: hidden
}

.section--mobile-margin {
    margin-bottom: 2em
}

@media screen and (min-width:64em) {
    .section--mobile-margin {
        margin-bottom: 0
    }
}

.section--mobile-padding {
    padding-bottom: 2em
}

@media screen and (min-width:64em) {
    .section--mobile-padding {
        padding-bottom: 0
    }
}

.section--story {
    padding: 1.25em 0 0
}

@media screen and (min-width:48em) {
    .section--story {
        padding: 3.125em 0 1.4375em
    }
}

@media screen and (min-width:64em) {
    .section--story {
        padding: 7.375em 0 4.625em
    }
}

.section--story .container {
    padding: 0 1.375em
}

@media screen and (min-width:64em) {
    .section--story .container {
        padding: 0 1em
    }
}

.section--events {
    padding: 1.4375em 0 4.375em
}

@media screen and (min-width:64em) {
    .section--events {
        padding: 4.125em 0 4.375em
    }
}

.section--events .container {
    padding: 0 1.375em
}

@media screen and (min-width:64em) {
    .section--events .container {
        padding: 0 1em
    }
}

.section--padding {
    padding: 0 0 2em
}

@media screen and (min-width:64em) {
    .section--padding {
        padding: 0
    }
}

.select {
    display: block;
    width: 100%;
    border: 1px solid #c9cac8;
    border-radius: 2px;
    color: #221e1f;
    font-size: .8125em;
    line-height: 1.3125em;
    padding: .5em 2.5em .5em .5em;
    padding: .5em .7em .5em .5em\9;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../Images/arrow-down.svg),url(../Img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - .75em) 50%
}

.select__container {
    position: relative;
    display: inline-block
}

.select__container--block {
    display: block;
    width: 100%
}

.select::-ms-expand {
    display: none
}

.share {
    display: none;
    padding: 1.25em 0
}

.share__col {
    float: left;
    width: 25%;
    text-align: center
}

.share__link {
    display: block;
    margin: 0 auto;
    width: 2.8125em;
    height: 2.8125em;
    text-decoration: none
}

    .share__link:hover svg circle {
        stroke: #221e1f
    }

    .share__link svg {
        width: 2.8125em;
        height: 2.8125em
    }

        .share__link svg circle {
            transition: all .3s
        }

    .share__link img {
        display: block
    }

.share__close {
    display: block;
    position: relative;
    width: 2.8125em;
    height: 2.8125em;
    border-radius: 50%;
    border: 1px solid #c9cac8;
    margin: 0 auto;
    transition: border-color .2s
}

    .share__close:hover {
        border-color: #4b4b4b
    }

.share__cross {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 1.25em;
    height: 1.25em
}

    .share__cross span {
        display: block;
        height: 1px;
        width: 100%;
        background-color: #000;
        position: absolute;
        top: 50%
    }

        .share__cross span:first-child {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .share__cross span:last-child {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.sidebar {
    margin-bottom: 1.5em;
    border-radius: 2px;
    overflow: hidden
}

.sidebar__header {
    position: relative;
    background-color: #d52b1e;
    line-height: 1.06;
    border-radius: 2px;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:64em) {
    .sidebar__header {
        padding: 1em;
        font-weight: 500;
        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.sidebar__main {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .875em;
    line-height: 1.5;
    color: #3a3130
}

    .sidebar__main li {
        padding: 1em;
        border-bottom: 1px solid #e4e4e3
    }

    .sidebar__main span {
        display: block
    }

    .sidebar__main a {
        text-decoration: none
    }

        .sidebar__main a:hover {
            text-decoration: underline
        }

.sidebar__label {
    font-weight: 500;
    margin-bottom: .5em
}

.sidenav {
    margin-bottom: 1.25em;
    border-radius: 2px;
    overflow: hidden
}

@media screen and (min-width:64em) {
    .sidenav {
        margin-bottom: 9.375em
    }
}

.sidenav__title {
    position: relative;
    background-color: #d52b1e;
    line-height: 1.06;
    border-radius: 2px;
    color: #fff;
    padding: 1em 3em 1em 1em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:64em) {
    .sidenav__title {
        padding: 1em;
        font-weight: 500;
        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.sidenav__title img {
    width: .875em
}

.sidenav__title span {
    display: block
}

    .sidenav__title span:after {
        content: attr(data-mobile)
    }

@media screen and (min-width:64em) {
    .sidenav__title span:after {
        content: attr(data-desktop)
    }
}

.sidenav__title + .sidenav__list {
    display: none
}

@media screen and (min-width:64em) {
    .sidenav__title + .sidenav__list {
        display: block !important
    }
}

.sidenav__title + .sidenav__list.active {
    display: block
}

@media screen and (min-width:64em) {
    .sidenav__title .sidenav__minus, .sidenav__title .sidenav__plus {
        display: none !important
    }
}

.sidenav__title.active {
    border-radius: 2px 2px 0 0
}

.sidenav__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .sidenav__list .sidenav__list {
        display: none
    }

        .sidenav__list .sidenav__list :last-child {
            border-bottom: 0
        }

        .sidenav__list .sidenav__list .sidenav__link {
            padding-left: 2.375em
        }

        .sidenav__list.active, .sidenav__list .sidenav__list li {
            border-bottom: 1px solid #e4e4e3
        }

    .sidenav__list.active {
        display: block
    }

.sidenav__link {
    display: block;
    padding: 1em 3em 1em 1em;
    font-size: .875em;
    line-height: 2.57;
    color: #3a3130;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .sidenav__link.active {
        color: #d52b1e;
        font-weight: 500
    }

    .sidenav__link:hover {
        text-decoration: underline
    }

.sidenav__parent.active .sidenav__link {
    color: #3a3130
}

.sidenav__link span {
    display: block;
    line-height: 1.5
}

.sidenav__parent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c9cac8;
    background-color: #e4e4e3;
    transition: all .2s
}

    .sidenav__parent.active {
        background-color: transparent;
        border-bottom: 1px solid #e4e4e3
    }

.sidenav__toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    width: 2.5em;
    top: 0;
    right: 0;
    bottom: 0
}

.sidenav__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block
}

.sidenav__parent.active .sidenav__plus, .sidenav__title.active .sidenav__plus {
    display: none
}

.sidenav__title .sidenav__plus {
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidenav__minus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: none
}

.sidenav__parent.active .sidenav__minus, .sidenav__title.active .sidenav__minus {
    display: inline-block
}

.sidenav__title .sidenav__minus {
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social {
    position: absolute;
    top: 3.9375em;
    right: 2.875em
}

@media screen and (min-width:64em) {
    .social {
        position: absolute;
        top: 5.375em;
        right: 10em
    }
}

.social__link {
    display: block;
    margin-bottom: .75em;
    width: 3.125em;
    text-decoration: none
}

    .social__link:hover svg circle {
        stroke: #221e1f
    }

    .social__link svg circle {
        transition: all .3s
    }

    .social__link img {
        display: block
    }

.story {
    position: relative;
    margin-bottom: 5.625em
}

@media screen and (min-width:48em) {
    .story {
        margin-bottom: 4.0625em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:64em) {
    .story {
        margin-bottom: 0
    }
}

.story__col {
    display: block;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .story__col {
        width: 50%;
        float: left
    }
}

.story__col--left {
    position: relative;
    overflow: hidden;
    -webkit-transform: rotate(.01deg);
    transform: rotate(.01deg)
}

@media screen and (min-width:48em) {
    .story__col--left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%
    }
}

@media screen and (min-width:64em) {
    .story__col--left:hover .story__background {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.story__col--right {
    padding: 1.0625em 1.1875em 0
}

@media screen and (min-width:48em) {
    .story__col--right {
        margin-left: 50%;
        padding: 1.4375em
    }
}

@media screen and (min-width:64em) {
    .story__col--right {
        padding: 1.5em 3em 2.6875em
    }
}

.story__background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 13.6875em
}

@media screen and (min-width:48em) {
    .story__background {
        min-height: 21.875em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 1s
    }
}

@media screen and (min-width:64em) {
    .story__background {
        min-height: 0
    }
}

.story__label {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: .25em;
    margin-bottom: .5em
}

.story__title {
    margin: .25em 0 0;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.46;
    color: #3a3130;
    text-decoration: none
}

@media screen and (min-width:48em) {
    .story__title {
        margin: .25em 0 1.5em
    }
}

.story__title:hover {
    text-decoration: underline
}

.story__paragraph {
    font-weight: 300;
    line-height: 1.56;
    color: #3a3130
}

@media screen and (min-width:48em) {
    .story__paragraph:last-of-type {
        margin-bottom: 5.8125em
    }
}

.story .bit {
    margin-bottom: 2.625em
}

@media screen and (min-width:48em) {
    .story .bit {
        margin-bottom: 1em
    }
}

.story .btn--tertiary {
    display: none
}

@media screen and (min-width:48em) {
    .story .btn--tertiary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        display: inline-block\9
    }
}

.story .btn--quaternary {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1.75em)
}

@media screen and (min-width:64em) {
    .story .btn--quaternary {
        top: auto;
        left: auto;
        right: 3.692307692307692em
    }
}

.news + .story {
    margin-top: 1.75em
}

.structured__content {
    display: none;
    margin-bottom: 10em
}

    .structured__content.active {
        display: block
    }

.structured__results {
    display: none
}

    .structured__results.active {
        display: block
    }

.structured__loader {
    display: none;
    text-align: center
}

    .structured__loader.active {
        display: block
    }

.structured__loader-two {
    display: none;
    text-align: center
}

    .structured__loader-two.active {
        display: block
    }

.structured__nav {
    margin-bottom: 2em;
    border-radius: 2px;
    overflow: hidden
}

@media screen and (min-width:64em) {
    .structured__nav {
        margin-bottom: 9.375em
    }
}

.structured__nav-title {
    position: relative;
    background-color: #d52b1e;
    line-height: 1.06;
    border-radius: 2px;
    color: #fff;
    padding: 1em 3em 1em 1em;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:64em) {
    .structured__nav-title {
        padding: 1em;
        font-weight: 500;
        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.structured__nav-title img {
    width: .875em
}

.structured__nav-title span {
    display: block
}

    .structured__nav-title span:after {
        content: attr(data-mobile)
    }

@media screen and (min-width:64em) {
    .structured__nav-title span:after {
        content: attr(data-desktop)
    }
}

.structured__nav-title + .structured__nav-list {
    display: none
}

@media screen and (min-width:64em) {
    .structured__nav-title + .structured__nav-list {
        display: block !important
    }
}

.structured__nav-title + .structured__nav-list.active {
    display: block
}

@media screen and (min-width:64em) {
    .structured__nav-title .structured__nav-minus, .structured__nav-title .structured__nav-plus {
        display: none !important
    }
}

.structured__nav-title.active {
    border-radius: 2px 2px 0 0
}

.structured__nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .structured__nav-list .structured__nav-list {
        display: none
    }

        .structured__nav-list .structured__nav-list .structured__nav-parent:not(.active), .structured__nav-list .structured__nav-list :last-child {
            border-bottom: 0
        }

        .structured__nav-list .structured__nav-list .structured__nav-link {
            padding-left: 2.375em
        }

        .structured__nav-list .structured__nav-list li {
            border-bottom: 1px solid #e4e4e3
        }

        .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-link {
            padding-left: 3.875em
        }

        .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-link {
            padding-left: 5.375em
        }

        .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-list .structured__nav-link {
            padding-left: 6.875em
        }

    .structured__nav-list.active {
        display: block;
        border-bottom: 1px solid #e4e4e3
    }

.structured__nav-link {
    display: block;
    padding: 1em 3em 1em 1em;
    font-size: .875em;
    line-height: 2.57;
    color: #3a3130;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

    .structured__nav-link.active {
        color: #d52b1e;
        font-weight: 500
    }

    .structured__nav-link:hover {
        text-decoration: underline
    }

    .structured__nav-link span {
        display: block;
        line-height: 1.5
    }

.structured__nav-parent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: all .2s
}

    .structured__nav-parent, .structured__nav-parent.active {
        border-bottom: 1px solid #e4e4e3
    }

.structured__nav-toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    width: 2.5em;
    top: 0;
    right: 0;
    bottom: 0
}

.structured__nav-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline-block
}

.structured__nav-parent.active .structured__nav-plus, .structured__nav-title.active .structured__nav-plus {
    display: none
}

.structured__nav-title .structured__nav-plus {
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.structured__nav-minus {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: none
}

.structured__nav-parent.active .structured__nav-minus, .structured__nav-title.active .structured__nav-minus {
    display: inline-block
}

.structured__nav-title .structured__nav-minus {
    left: auto;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.structured__navigation {
    margin: 2em 0 1em
}

.structured__next {
    float: right;
    display: inline-block;
    min-width: 25%
}

.structured__prev {
    float: left;
    display: inline-block;
    min-width: 25%
}

.structured__gotop {
    position: fixed;
    right: 2em;
    bottom: 2em;
    text-decoration: none;
    color: #4b4b4b;
    display: none
}

    .structured__gotop svg {
        display: inline-block;
        width: 3em;
        height: 3em
    }

.structured__table p {
    margin: 0
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left\9
}

@media screen and (min-width:48em) {
    .tags {
        float: left;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.tags__list {
    list-style-type: none;
    margin: 0 .5em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: inline-block\9;
    vertical-align: middle
}

    .tags__list li {
        margin-right: .3125em;
        display: inline-block
    }

    .tags__list a, .tags__list span {
        text-decoration: none;
        display: block;
        background-color: #e4e4e3;
        padding: .175em .5em;
        color: #221e1f;
        font-size: .75em;
        line-height: 1.3125em;
        text-align: center;
        margin: .1875em 0
    }

.tags__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em
}

@media screen and (min-width:48em) {
    .tags__icon, .tags span {
        display: inline-block;
        vertical-align: middle
    }
}

.text {
    margin: 0
}

.text--300 {
    font-weight: 300
}

.text--500, .text--head, .text--label {
    font-weight: 500
}

.text--light {
    color: #3a3130
}

.text--label {
    color: #4b4b4b
}

.text--head {
    font-size: 1.25em;
    color: #221e1f
}

.text--tiny {
    font-size: .6875em;
    color: #221e1f
}

.topnav {
    position: relative;
    display: block;
    width: 100%
}

@media screen and (min-width:64em) {
    .topnav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: inline-block\9;
        text-align: right\9;
        margin: 1em 0 .75em;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.topnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block\9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .topnav__list li {
        float: left;
        margin-right: .8125em;
        display: none
    }

@media screen and (min-width:64em) {
    .topnav__list li {
        margin-right: 0;
        padding-left: 2em;
        display: list-item
    }
}

.topnav__list li:last-child {
    display: list-item;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:64em) {
    .topnav__list li:last-child {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.topnav__list a {
    text-decoration: none;
    font-size: .8125em
}

    .topnav__list a:not(.btn) {
        color: #4b4b4b
    }

        .topnav__list a:not(.btn):hover {
            text-decoration: underline
        }

.topnav__logo {
    display: inline-block;
    padding: .75em 1.125em;
    width: 14.4375em
}

@media screen and (min-width:48em) {
    .topnav__logo {
        padding: .5em 0;
        margin: 0 0 0 .5em
    }
}

@media screen and (min-width:64em) {
    .topnav__logo {
        display: none
    }
}

.topnav .btn img {
    display: none
}

@media screen and (min-width:64em) {
    .topnav .btn img {
        display: inline-block
    }
}

*, :after, :before {
    box-sizing: border-box
}

body {
    font-family: Fira Sans,sans-serif;
    overflow-x: hidden;
}

    body > * {
        transition: all .2s
    }

/*@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    body > * {
        transition: unset !important
    }
}*/

p {
    font-weight: 300;
    line-height: 1.75;
    color: #3a3130;
    font-size: .875em
}

@media screen and (min-width:64em) {
    p {
        font-size: 1em
    }
}

figure {
    margin: 0
}

    figure img {
        display: block
    }

/*img {
    max-width: 100%
}*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    /*margin-top: 2em*/
}

h1 {
    font-size: 3.125em
}

h2 {
    font-size: 1.5em
}

h2, h3 {
    color: #3a3130
}

h3 {
    font-size: 1.375em
}

h4 {
    font-size: 1.25em
}

h4, h5 {
    color: #3a3130
}

h5 {
    font-size: 1.125em
}

h6 {
    font-size: 1em;
    color: #3a3130
}

/*table td {
    vertical-align: top
}*/

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.browsehappy {
    text-align: center;
    margin: 0;
    background: #fff8e2;
    color: #000;
    padding: .5em 0
}

.container, .container-2 {
    max-width: 79.3125em;
    margin: 0 auto;
    position: relative;
}

.top-menu-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1350px) {
    .container, .top-menu-container {
        padding: 0 1em;
        max-width: none;
    }

    .top-menu-logo {
        left: 10px;
    }

    .menu .top-menu-container > nav {
        margin-left: 50px;
    }
}

@media screen and (min-width:64em) {
    .container-2 {
        padding: 0 1em
    }
}

.center {
    text-align: center
}

.hidden {
    display: none !important
}

/* ========================== */

/* logo */
.logo-link-center {
    width: 140px;
    display: block;
    margin: 0 auto;
}

/* Gaps */
.block-center {
    display: block;
    margin: 0 auto;
}

.gap-md-bottom {
    margin-bottom: 50px;
}

.gap-sm-bottom {
    margin-bottom: 25px;
}

.gap-md-top {
    margin-top: 50px;
}

/* alignments */
.inline-right {
    display: inline-block !important;
    float: right !important;
}

.inline {
    display: inline-block !important;
}

/* =========================== MEGA MENU STRUCTURE ====================================================== */
#top-menu > li {
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e4e4e3;
    padding: 0 7px;
}

    #top-menu > li > a:first-child {
        font-size: 13px;
        font-weight: 400;
    }

    #top-menu > li:hover {
        border-bottom: 5px solid #d52b1e;
    }

#top-menu .dropdown-menu {
    margin: 0 auto;
    position: absolute;
    top: -999em;
    text-align: left;
    padding-bottom: 5px;
    background: #ffffff;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    border-radius: 0px 0px 8px 8px;
    border: solid 1px #d8d8d8;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    cursor: auto;
}

#top-menu .dropdown-menu {
    display: flex !important;
    padding-bottom: 20px;
}

#top-menu li:hover .dropdown-menu {
    left: -1px;
    top: 53px;
}

    #top-menu li:hover .dropdown-menu > a {
        display: block !important;
        margin: 10px 10px 0 10px;
        color: #000 !important;
        line-height: 17px;
        min-width: 200px;
    }

        #top-menu li:hover .dropdown-menu > a:hover {
            color: #000 !important;
            background-color: transparent !important;
            text-decoration: underline;
        }

#top-menu .single-menu-column {
    display: block !important;
    max-width: 300px;
}

#top-menu li:hover .single-menu-column > a {
    line-height: 15px;
}

#top-menu .single-menu-column a > span:hover {
    cursor: pointer;
    text-decoration: underline;
}

#top-menu .single-menu-column a > span {
    display: inline-block;
    /*line-height: 17px;*/
}

#top-menu .menu-column {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    min-width: 200px;
    max-width: 300px;
}

    #top-menu .menu-column:first-child {
        margin-left: 10px;
        margin-right: 15px;
    }

    #top-menu .menu-column:last-child {
        margin-left: 15px;
        margin-right: 10px;
    }

    #top-menu .menu-column a {
        float: none !important;
        display: block !important;
    }

        #top-menu .menu-column a:hover {
            background-color: transparent !important;
            text-decoration: underline;
        }

    #top-menu .menu-column .child-menu-title {
        line-height: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        #top-menu .menu-column .child-menu-title:not(:first-child) {
            border-top: 1px solid #e4e4e3;
            padding-top: 20px;
        }

        #top-menu .menu-column .child-menu-title > a {
            color: #000;
            font-size: 14px !important;
            font-weight: 500;
        }

            #top-menu .menu-column .child-menu-title > a:hover {
                text-decoration: none;
            }
    /* grand children */
    #top-menu .menu-column > a {
        color: #000 !important;
        margin-left: 10px;
        line-height: 15px;
        padding: 5px 0;
        min-width: 200px;
        max-width: 300px;
    }

        #top-menu .menu-column > a:hover {
            color: #000 !important;
            /*text-decoration: underline !important;*/
        }

@media (min-width: 850px) {
    #top-menu > li:nth-child(2) {
        border-left: 1px solid #e4e4e3;
        margin-left: 20px;
    }
}

@media (max-width: 849px) {
    #top-menu .dropdown-menu {
        display: block !important;
    }

    #top-menu .menu-column {
        display: block !important;
    }

        #top-menu .menu-column:first-child {
            margin: 0 15px !important;
        }

        #top-menu .menu-column:last-child {
            margin: 0 15px !important;
        }

    #top-menu > li {
        border-right: none;
    }

        #top-menu > li:hover, .additional-menu-buttons:hover {
            border-bottom: none;
        }
}

#top-menu > #first-menu-btn {
    border-left: 1px solid #e4e4e3;
    margin-left: 20px;
}

#top-menu > #first-menu-btn,
#top-menu > #last-menu-btn {
    padding: 0 15px;
    letter-spacing: 5px;
}


.mobile-menu #top-menu > #first-menu-btn {
    border-left: none;
}

    .mobile-menu #top-menu > #first-menu-btn:hover,
    .mobile-menu #top-menu > #last-menu-btn:hover {
        background-color: #f0f0f0;
    }

.mobile-menu .additional-menu-buttons span {
    padding-right: 25px;
}

@media (max-width: 1300px) {
    #top-menu > li:nth-child(n+6) {
        display: none;
    }
}

@media (min-width: 1300px) {

    #top-menu > #first-menu-btn,
    #top-menu > #last-menu-btn {
        display: none;
    }
}

/* ------------------------- previous css ---------------------------- */
.acem-container {
    margin: 0 7%;
}


/* limit text length */
.limit-length-50 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    /*display: inline-block;*/
}

.fixed-header, .global-banner {
    background-color: #d52b1e;
    z-index: 99999999999999999;
    padding: 10px;
    margin: 0;
    width: 100%;
    top: 0%;
    left: 0%;
    text-align: center;
    border: none;
    box-shadow: 2px 2px 3px #888;
    font-size: 14px;
    color: #FFF;
}

.fixed-header {
    position: fixed;
}

/* Home site similar custom styles */
.page-content ul {
    padding: 0 0 0 1em;
    list-style-position: inside;
    font-weight: 300;
    color: #3a3130;
}

.page-content li {
    text-indent: -1.35em;
    padding-left: 1.35em;
    margin-bottom: 1em;
    line-height: 1;
}

.social-media {
    margin-top: 1.3em;
}


/* pdf link buttons at the top of pages */
.pdf-link-btn {
    padding: 3px;
    display: inline-block;
    font-size: 12px;
}

    .pdf-link-btn a {
        background-image: url(/ACEM/content/images/pdf.gif);
        background-repeat: no-repeat;
        display: inline-block;
        background-size: 30px 30px;
    }

    .pdf-link-btn span {
        display: inline-block;
        vertical-align: bottom;
        padding-left: 40px;
        line-height: 40px;
    }


.uploader {
    padding: 10px 0;
}


.m-t-2 {
    margin-top: 2px;
}

.m-t-4 {
    margin-top: 4px;
}