﻿#popup {
    display: none;
    margin: 0 auto;
    top: 5%;
    z-index: 9000;
    padding: 1em;
    position: fixed;
    left: 0;
    width: 100%;
    height: 70% !important;
    text-align: center;
}

    #popup.popregion {
        height: 80% !important;
    }

#iframeIBrandIQRT {
    border: 0;
    width: 768px;
}

.darken {
    background-color: #1f1f1f;
    opacity: 0.85;
    margin: auto;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

#umn-ibiq {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0 0;
}

.visitStoreLink {
    font-size: 12px;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 121px;
    text-align: center;
    border-radius: 3px;
    background-color: #0041c0;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
}

a.visitStoreLink:hover {
    color: #fff !important;
}

.btnclose {
    text-align: right;
    width: 670px;
    display: inline-block;
}

    .btnclose > img {
        margin-top: 8px;
        position: absolute;
        height: 30px;
    }

.loaderDiv {
    background: #fff;
    display: block;
    position: absolute;
    left: 45%;
    top: 10%;
}

@media screen and (max-width: 1024px) {
    #popup {
        left: 0;
    }
}

@media screen and (max-width: 414px) {
    #popup {
        left: 0.5%;
        width: 410px;
        height: 768px;
    }
}

@media screen and (max-width: 375px) {
    #popup {
        width: 371px;
        height: 768px;
    }
}
