.cookie-notification {
    width: 100%;
    min-height: 100px;
    background-color: #2b2825;
    position: fixed;
    bottom: 0;
    padding: 24px 0;
    z-index: 100;
}

@media print, screen and (min-width: 40em) {
    .cookie-notification {
        padding: 48px 24px;
    }
}

.cookie-notification .button-cell {
    text-align: right;
}

.cookie-notification .element-link {
    display: inline;
    margin-left: 5px;
    text-decoration: underline;
}

.cookie-notification h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 0;
    margin-bottom: .375rem;
    font-family: AvenirNextLTW01-Demi,Arial,Helvetica,sans-serif;
    font-weight: 400;
}

.grid-x .cell p.white {
    font-family: AvenirNextLTW01-Regular,Arial,Helvetica,sans-serif;
    font-weight: 400;
}

p.white, h2.white {
    color: #fff;
}

.element-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .625rem;
    line-height: 34px;
    letter-spacing: 1px;
    text-align: center;
}
/*not from cookies*/
.link-button {
    color: white;
}

.downloadable-documents {
    width: 100%;
    /* list-style-type: none; */
    margin: 0;
    padding: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    /*.downloadable-documents li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }*/

        .downloadable-documents li a {
            display: block;
            text-decoration: none;
            line-height: 25px;
            padding-left: 35px;
            background-image: url(../../images/svg/document-icon--black.svg);
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 20px 25px;
        }

@media print, screen and (min-width: 40em) {
    .downloadable-documents li {
        width: 50%;
    }
}

.LargeButton.link-button.martinique-purple {
    background-color: #372d50;
    border-color: #372d50;
}

.LargeButton.link-button.shamrock-green {
    background-color: #4bd796;
    border-color: #4bd796;
}
/*not from cookies end*/
@media print, screen and (min-width: 40em) {
    .element-button {
        font-size: .75rem;
        line-height: 46px;
    }
}


.grid-container {
    max-width: 90rem;
}

    .grid-container, .grid-container.fluid, .grid-container.full {
        margin-left: auto;
        margin-right: auto;
    }

        .grid-container, .grid-container.fluid {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

.cookie-notification .element-button {
    width: 100%;
    max-width: 170px;
}

.element-button.white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

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

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

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

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

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

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

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

.grid-x {
    -webkit-box-orient: horizontal;
}

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

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

@media screen and (min-width: 30em) {
    .grid-margin-y > .small-12 {
        height: calc(100% - 2.25rem);
    }
}

@media screen and (min-width: 30em) {
    .grid-margin-y > .cell {
        margin-top: 1.125rem;
        margin-bottom: 1.125rem;
    }
}

@media screen and (min-width: 30em) {
    .grid-margin-x > .small-12 {
        width: calc(100% - 2.25rem);
    }
}

@media screen and (min-width: 40em) {
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 2.25rem);
    }
}

@media screen and (min-width: 40em) {
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 2.25rem);
    }
}

@media screen and (min-width: 40em) {
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 2.25rem);
    }
}

@media screen and (min-width: 40em) {
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 2.25rem);
    }
}

@media screen and (min-width: 53.125em) {
    .grid-margin-y > .large-3 {
        height: calc(25% - 2.25rem);
    }
}

@media screen and (min-width:53.125em) {
    .grid-margin-x > .large-3 {
        width: calc(25% - 2.25rem);
    }
}

@media screen and (min-width: 53.125em) {
    .grid-margin-y > .large-9 {
        height: calc(75% - 2.25rem);
    }
}

@media screen and (min-width:53.125em) {
    .grid-margin-x > .large-9 {
        width: calc(75% - 2.25rem);
    }
}