@media (min-width: 1200px) {
    .container{
        max-width: 1280px;
    }
}

@media (max-width: 1200px) {
    .container{
        max-width: 1200px;
    }
    .media-element {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .video-window {
        padding-bottom: 20px!important;
    }
    .chat-window {
        min-height: 400px;
    }
}

@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
    .footer-xl {
        display: none;
    }
    .footer-lg {
        display: inline!important;
    }
    #footer-wrap {
        min-width: 0px!important;
        max-width: 940px;
    }
}

@media (max-width: 768px) {
    #emText {
         display: none;
    }
    #emTextPlaceholder {
        display: inline!important;
    }
    #titleContainerRow {
        padding-top: 30px!important;
        padding-bottom: 25px!important;
    }
    .companyLogoSpacer {
        display: none;
    }
    #socialRow {
        padding-top: 20px!important;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 576px;
    }
    #titleContainerRow {
        padding-top: 20px!important;
        padding-bottom: 15px!important;
    }
    #emLogo {
        max-height: 100px;
        max-width: 75px;
        margin-left: -20px;
        margin-top: 6px;
    }
    #companyLogo {
        max-height: 110px;
        margin-top: 6px;
    }
    #socialJoin {
        margin-bottom: 7px;
    }
    .chat-window {
        margin-bottom: -10px;
    }
}

body {
    background: white;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#bg-mask {
    position: absolute;
    z-index: -1;
    top: 130px;
    width: 100%;
    min-width: 940px;
    height: 475px;
    background: white;
    background: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1.0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 1.0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1.0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1.0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E8FFFFFF, endColorstr=#FFFFFFFF, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr=#E8FFFFFF, endColorstr=#FFFFFFFF, GradientType=0)";
}

#companyLogo {
    height: 110px;
    background: rgba(0, 0, 0, 0);
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 100;
}

#emText {
    font-style: italic;
    font-weight: bold;
    opacity: 0.0;
    text-align: right;
}

#emTextPlaceholder {
     display: none;
}

#emLogo {
    height: 113px;
    width: 90px;
    opacity: 0.0;
    object-fit: cover;
}

#logoutButton {
    width: 150px;
}

#footer-wrap {
    text-align: center;
    background-color: white;
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 940px;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    color: #777777;
    color: #59595b;
    font-size: 12px;
}

.footer-lg {
    display: none;
}

#socialTwitter {
    margin-right: 22px;
    margin-left: 22px;
}
