body {
    background-image: url(../images/canada/v2-carbg.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: .9em;
    box-sizing: border-box;
}

.sign-text {
    margin-top: 350px;
    text-align: center;
}

a {
    text-decoration: none;
    background-image: -webkit-linear-gradient(top, #e60000, #8a0000);
    background-image: -moz-linear-gradient(top, #e60000, #8a0000);
    background-image: -ms-linear-gradient(top, #e60000, #8a0000);
    background-image: -o-linear-gradient(top, #e60000, #8a0000);
    background-image: linear-gradient(to bottom, #e60000, #8a0000);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: Arial;
    color: #ffffff;
    font-size: 32px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    max-width: 30%;
    text-align: center;
}

.cfb {
    margin-bottom: 40px;
}

#canada a {
    background: #e60000;
}

#usa a {
    background: #68d;
}

.w3-modal-content {
    height: 800px;
    text-align: left;
}

.w3-modal {
    margin-top: -40px;
}

.w3_button {
    padding: 4px 8px;
    border: 1px solid #666;
    border-radius: 3px;
    font-size: 15px;
    background: #005DA4;
    color: #FFF !important;
    cursor: pointer;
    margin-bottom: 5px;
}

.inside-content {
    border: 1px solid #888;
    margin-top: 38px;
    margin-bottom: 15px;
    background: #EEE;
    padding: 0 10px;
}

.button-a {
    background: transparent !important;
    padding: 0 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.navigate-to-shopops-link {
    font-size: 32px;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    max-width: 30%;
    text-align: center;
    background: #e60000;
    border-radius: 2px;
    font-family: Arial;
    cursor: pointer;
}

.load-kpi-container {
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 135%;
    position: absolute;
    left: 0;
    top: 0;
}

.loader-bg {
    width: 150px;
    height: 150px;
    background: white;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
    margin: 26em auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 38px;
}

.loader-bg img {
    position: absolute;
    width: 82px;
    top: 25px;
}