﻿#lightbox-container {
    background: url("../images/lightbox-background.png");
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102;
}

    #lightbox-container #lightbox-close {
        cursor: pointer;
        float: right;
        height: 45px;
        margin: -32px -32px 0 0;
        position: relative;
        width: 42px;
        z-index: 999;
    }

        #lightbox-container #lightbox-close:before {
            background: #000005;
            border: 5px solid #fff;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 1.875rem;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
            border-top-radius: 30px;
            border-bottom-radius: 30px;
            border-left-radius: 30px;
            border-right-radius: 30px;
            color: #fff;
            content: "p";
            display: inline-block;
            font-family: "citrix-web-icons";
            font-size: 1.375rem;
            line-height: 100%;
            padding: 0.3125rem;
        }

    #lightbox-container #lightbox-border {
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 0.5rem;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-radius: 8px;
        border-bottom-radius: 8px;
        border-left-radius: 8px;
        border-right-radius: 8px;
        margin: 7% auto 0;
        padding: 20px;
        width: 95%;
    }

    #lightbox-container .video-width-fix {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

@media only screen and (min-width: 64.063em) {
    #lightbox-container #lightbox-border.w370px {
        width: 370px;
    }

    #lightbox-container #lightbox-border.w485px {
        width: 485px;
    }

    #lightbox-container #lightbox-border.w550px {
        width: 550px;
    }

    #lightbox-container #lightbox-border.w630px {
        width: 630px;
    }

    #lightbox-container #lightbox-border.w800px {
        width: 800px;
    }

    #lightbox-container #lightbox-border.w950px {
        width: 950px;
    }

    #lightbox-container #lightbox-border.w990px {
        width: 990px;
    }

    #lightbox-container #lightbox-border.w1000px {
        width: 1000px;
    }

    #lightbox-content.defaultHeight {
        height: auto;
    }

    #lightbox-content.h240px {
        max-height: 240px;
    }

    #lightbox-content.h360px {
        max-height: 360px;
        overflow-y: scroll;
    }

    #lightbox-content.h365px {
        max-height: 365px;
        overflow-y: scroll;
    }

    #lightbox-content.h670px {
        max-height: 670px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 40em) {
    #lightbox-container #lightbox-border {
        width: 90%;
    }

    #lightbox-container #lightbox-content {
        height: auto;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #lightbox-container #lightbox-border {
        width: 90%;
    }

    #lightbox-container #lightbox-content {
        height: auto;
    }
}
