#cookieConsent, #cookieConsent *, #cookieConsent *:before, #cookieConsent *:after {
    font: normal 10pt Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#siteCookieApproval, .cookieBackground {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

#cookieMenu {
    background: transparent;
    cursor: pointer;
    border: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 42px;
    width: 42px;
    z-index: 999;
    padding: 5px 0 0 5px;
}

#cookieMenu img {
    height: 32px;
    width: 32px;
}

#cookieConsent {
    background: rgba(247, 247, 247, 0.95);
    z-index: 100000;
    top: 0;
    font-size: 14px;
    line-height: 1.5;
}

#cookieConsent .collapse {
    display: none;
}

#cookieConsent #siteCookieApproval {
    max-height: 100%;
    overflow-x: hidden;
    z-index: 10000;
    background: #fff;
    padding: 17.5px 26.25px 26.25px 26.25px;
    color: #1c1c1c;
    margin-bottom: 0;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dee2e6;
    box-shadow: 0 0 15px rgba(216, 218, 221, 0.5);
    width: 800px;
}

@media screen and (max-width: 810px) {
    #cookieConsent #siteCookieApproval {
        width: initial;
    }
}

#cookieConsent .cookie-message-wrapper .cookie-info-text p {
    font: normal 10pt Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

#cookieConsent #siteCookieApproval p {
    margin-top: 0;
    margin-bottom: 16px;
}

#cookieConsent #siteCookieApproval a {
    display: block;
    color: #4b7979;
    text-decoration: none;
}
#cookieConsent #siteCookieApproval a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#cookieConsent #siteCookieApproval a:focus, #cookieConsent #siteCookieApproval a:hover {
    color: #23527c;
    text-decoration: underline;
}

#cookieConsent #siteCookieApproval h2 {
    text-transform: uppercase;
    font: bold 16px sans-serif !important;
    font-size: 16px;
    text-shadow: none;
    color: #174b33;
    margin-top: 10px;
    margin-bottom: 10px;
}

#cookieConsent #siteCookieApproval .direction-c {
    margin-left: auto;
    margin-right: auto;
}

#cookieConsent #siteCookieApproval .btn {
    display: block !important;
    font-weight: 400;
    color: #333;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4px !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0 0 16px 0;
}

#cookieConsent #siteCookieApproval .btn:hover {
    color: #333;
    text-decoration: none;
}

#cookieConsent #siteCookieApproval .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#cookieConsent #siteCookieApproval .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#cookieConsent #siteCookieApproval .row .col-12, #cookieConsent #siteCookieApproval .row .col-md-4, #cookieConsent #siteCookieApproval .row .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#cookieConsent #siteCookieApproval .row .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #cookieConsent #siteCookieApproval .row .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    #cookieConsent #siteCookieApproval .row .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#cookieConsent #siteCookieApproval .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#cookieConsent #siteCookieApproval .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#cookieConsent #siteCookieApproval .cookie-close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    color: #4b7979;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

#cookieConsent #siteCookieApproval .cookie-close-button:hover {
    color: #2e4a4a;
    text-decoration: none;
}

#cookieConsent #siteCookieApproval .cookie-close-button:after {
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
    font-size: 32px;
    font-weight: bold;
}

#cookieConsent #siteCookieApproval [type=button] {
    -webkit-appearance: none;
}

#cookieConsent #siteCookieApproval .hidden {
    display: none;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .button-info-text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 1em;
    font-weight: bold;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn {
    margin-bottom: 1.25em;
    margin-right: 1.25em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    cursor: pointer;
    user-select: none;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn:hover {
    color: #CE2841;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn:hover .cookie-group-toggle-btn {
    border-color: #CE2841;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn.active {
    color: #9D2235;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn.active .cookie-group-toggle-btn:after {
    color: #fff;
    content: "";
    width: 5.59375px;
    height: 9.32812px;
    border-right: 2px solid #9D2235;
    border-bottom: 2px solid #9D2235;
    position: absolute;
    left: 5px;
    top: 0.933333px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn.active .cookie-group-toggle-btn {
    border-color: #9D2235;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-group-toggler-wrapper .cookie-group-nav-btn .cookie-group-toggle-btn {
    background: transparent;
    padding: 0;
    position: relative;
    width: 15.8594px;
    min-width: 15.8594px;
    height: 15.8594px;
    margin-right: 9.32812px;
    border-radius: 2px !important;
    border: thin solid #1c1c1c;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-adjust-buttons-wrapper {
    margin-bottom: 0;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .cookie-buttons-wrapper {
    margin-bottom: 0;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .privacy-policy-link-wrap {
    margin-bottom: 16px;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .privacy-policy-link-wrap .privacy-policy-link {
    display: flex;
    align-items: center;
}

#cookieConsent #siteCookieApproval .cookie-wrapper .privacy-policy-link-wrap .privacy-policy-link i {
    margin-left: 20px;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper {
    margin: 0;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .collapsed {
    border: none;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #1c1c1c;
    background-clip: border-box;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card .show {
    transition: border-color 0s linear;
    overflow-y: scroll;
    display: block !important;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card #cookieAccordionText {
    padding: 8.75px;
    max-height: 240px;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card #cookieAccordionText .cookie-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: middle;
    background: transparent;
    table-layout: fixed;
}

#cookieConsent #siteCookieApproval .cookie-table th, #cookieConsent #siteCookieApproval .cookie-table td {
    padding: 5px 10px;
    word-break: break-all;
    overflow-wrap: break-word;
    color: #1c1c1c;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card #cookieAccordionText .cookie-table tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: middle;
    background: transparent;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card #cookieAccordionText .cookie-table th {
    border: 1px solid black;
    background-color: #f7f7f7;
    color: #1c1c1c;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
    outline: 0;
    font-size: 14px;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card #cookieAccordionText .cookie-table td {
    border: 1px solid black;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card .cookie-accordion-title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 12px 36px 12px 20px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #f7f7f7;
    transition: background-color 0s linear, border-color 0s linear;
    color: #1c1c1c;
    margin-bottom: 0;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card .cookie-accordion-title:after {
    content: "-";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 24px;
}

#cookieConsent #siteCookieApproval .cookie-table-wrapper .card .cookie-accordion-title.collapsed:after {
    content: "+";
}