﻿.popup-holder {
    position: relative;
    width: 699px;
    height: 389px;
    font-family: Lato;
    color: #fff;
    display: none;
}
.modal a.close-modal {
    display: none;

}
    .popup-holder.modal {
    max-width: none;
    padding: unset;
    background: none;
    border-radius: unset;
}
.blocker {
    z-index:1000;
}
.popup {
    position: absolute;
    z-index: -2;
    -ms-opacity: 0.5;
    opacity: 0.5;
    background-color: rgb(110, 57, 137);
    background-image: none;
    -ms-background-position: center center;
    background-position: center center;
    -ms-background-repeat: repeat;
    background-repeat: repeat;
    -ms-background-size: auto;
    background-size: auto;
    -ms-border-radius: 14px;
    border-radius: 14px;
    border-width: 0;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    padding: 0;
    width: 100%;
    height: 100%;
}

.popup-header {
    background-color: rgb(231, 69, 146);
    background-image: none;
    -ms-background-position: center center;
    background-position: center center;
    -ms-background-repeat: repeat;
    background-repeat: repeat;
    -ms-background-size: auto;
    background-size: auto;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-width: 0 0 3px;
    border-color: rgb(90, 46, 111);
    border-style: solid;
    padding: 0;
    width: 100%;
    height: 19%;
    position: relative;
}

.popup-header p {
    font-size: 180%;
    text-decoration: rgb(224, 239, 242);
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding-left: 6%;
    padding-top: 3%;
}

.popup-header a {
    position: absolute;
    z-index: 1;
    fill: rgb(0, 0, 0);
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    margin-top: 2%;
    margin-right: 2%;
}

.popup-container {
    width: 97%;
    height: 97%;
    padding-top: 1.5%;
    margin: auto
}

.popup-info {
    height: 81%;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgb(221, 29, 122) 3%, rgb(110, 57, 137) 64%, rgb(110, 57, 137) 100%);
    -ms-background-position: center center;
    background-position: center center;
    -ms-background-repeat: repeat;
    background-repeat: repeat;
    -ms-background-size: auto;
    background-size: auto;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border-width: 0;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    padding: 0;
    position: relative;
}

.popup-info h3 {
    margin: 0;
    padding: 0;
    font-size: 180%;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: bold;
    margin-bottom: 4%;
}

.popup-info-text {
    width: 70%;
    padding: 6%;
    float: left;
}

.popup-info-text p { padding: 2% 0 0 0; }

.popup-info-text p.lg-text {
    font-size: 130%;
    line-height: 25px;
}

.popup-info-text em { font-weight: bold; }

.popup-options {
    width: 100%;
    text-align: right;
    padding: 0 8%;
    clear: both;
}

.popup-options a { color: #fff; }

.popup-options em {
    padding: 2%;
    border: 1px solid #157a9c;
    background-color: #157a9c;
    margin-left: 4%;
}

.popup-logo-trans {
    background: url(/App_Themes/CITB/build/images/popup-bg.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 98px;
    bottom: 0;
    right: 0;
    width: 98px;
    height: 188px;
    opacity: 0.5;
    z-index:1;
}

.popup-logo {
    float: left;
    width: 18%;
    margin-top: 5%;
}

.popup-logo img { width: 156px; }