﻿footer {
    /*margin-top: auto;*/
    width: 100%;
    background-color: #FAFBFA;
    color: #223F3B;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

    footer a, footer a:hover, footer a:visited {
        color: #223F3B;
        text-decoration: none;
    }

.btn-main {
    background-color: #5CC87A;
    color: white;
}

.cookie-consent {
    padding: 7px;
    color: #223F3B;
    background-color: white !important;
    display: none;
    z-index: 3001;
    bottom: 0;
    position: fixed;
}

.cookie-statement-big {
    margin-bottom: 6px;
    display: inline-block;
    font-family: 'Microsoft Tai Le';
    font-size: 17px;
    font-weight: bold;
}

.cookie-statement-bold {
    margin-bottom: 3px;
    display: block;
    font-family: 'Microsoft Tai Le';
    font-size: 13px;
    font-weight: bold;
}

.cookie-statement {
    margin-bottom: 3px;
    display: block;
    word-break: break-word;
    word-wrap: break-word;
    font-family: 'Microsoft Tai Le';
    font-size: 13px;
}

.cookie-margindiv {
    margin-top: 30px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}


.cookie-block {
    margin-top: 20px;
}

.cookie-link {
    text-decoration: underline !important;
}

.cookie-button {
    width: 160px;
}

.cookie-phone {
    margin-right: 20px;
    margin-bottom: 20px;
}

.cookie-inline {
    display: inline-block;
}

.cookie-tel-number {
    padding-left: 20px;
}

.cookie-hours {
    vertical-align: top;
    font-size: 12px;
}

.cookie-margin {
    margin-right: 100px;
    margin-bottom: 20px;
}

.cookie-info {
    padding-left: 22px;
}

.cookie-img {
    vertical-align: middle;
}

#div-consent, #div-consent-options {
    bottom: 26px;
    left: 26px;
    border-radius: 10px;
}

.cookie-locker {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: #1A302D40 !important;
    display: none;
}