.cookie-consent-background {
    z-index: 100000000;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 10, 10, 0.45);
}

.cookie-consent {
    position: fixed;
    color: #4d4d4d;
    line-height: 1.5em;
    padding: 2.5em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0;
    z-index: 100000001;
    background-color: white;
}

.cookie-consent h3 {
    font-size: 1.5em;
    color: #E40E20;
}

.cookie-consent p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cookie-consent__buttons a {
    text-decoration: none;
}

.cookie-consent__button--accept {
    background: #E40E20;
    padding: .75em .75em .625em;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
}

.cookie-consent__button--accept:hover {
    background: #810C16;
    transition: all .2s ease-in-out;
}

.cookie-consent__button--manage {
    margin-left: 1rem;
    color: #4d4d4d;
}

.cookie-consent__button--manage:hover {
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .cookie-consent__button--manage {
        margin-left: 0rem;
        margin-top: 0.5rem;
        width: 100%;
        display: block;
        text-align: center;
    }

    .cookie-consent__button--accept {
        width: 100%;
        text-align: center;
    }
}

.cookie-details {
    margin: 2.5em 0;
}

.cookie-details table {
    border: none;
    border-collapse: collapse;
}

.cookie-details h3 {
    font-size: 1.5em;
}

.cookie-details .table-scroll {
    width: 100%;
    margin: 1.25em 0;
    overflow-x: scroll;
}

.cookie-group-table {
    width: 100%;
    text-align: left;
}

.cookie-group-table__header {
    background: #E40E20;
    color: #ffffff;
}

.cookie-group-table__header th {
    padding: .625em;
}

.cookie-group-table__body td {
    padding: .625em;
}

#Form_CookieConsentForm input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}

.cookie-consent-field {
    display: flex;
    background: #ffffff;
    margin: 1.625rem 0;
    padding: 1.5625em;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.cookie-consent-field__input {
    display: flex;
    align-items: center;
    align-content: center;
}

.cookie-consent-field__label {
    font-size: 1.125em;
    display: flex;
    align-items: center;
    align-content: center;
    color: #E40E20;
    padding-left: 1.25em;
    padding-right: 1.25em;
}

.cookie-consent-field__description {
    color: #4d4d4d;
    display: flex;
    align-items: center;
    align-content: center;
}

.CookieConsentSaveButton, #CookieConsentForm_Form_action_submitConsent {
    cursor: pointer;
    background: #E40E20;
    font-size: 1em;
    color: #ffffff;
    padding: 1rem;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.consent-heading {
    margin-top: 5.2rem;
    font-size: 2rem;
}

@media only screen and (max-width: 1180px) {
    .consent-heading {
    margin-top: 1rem;
}

    .consentpage {
        padding: 0 1rem;
    }
}


#CookieConsentForm_Form{
    margin-top:150px;
}



@media only screen and (max-width: 1180px) {
    #CookieConsentForm_Form{
        margin-top:100px;
    }
}

