﻿@media screen and (max-width: 736px) {
    #divMenuAndLogo {
        display: none;
    }

    #burgerMenuButton{
        display: block;
    }

    .OnlyDesktop
    {
        display:none;
    }

    .OnlyMobile {
        display: block;
    }

    .campaignboxLink
    {
        width: 80%;
    }

    .w-100 {
        width: 100% !important;
    }

    .VixBanner1 {
        display: block;
    }

        .VixBanner1 .VixCol1 {
            max-width: unset !important;
        }


    .TopBannerImg {
        max-width: 100%;
        height: 30em;
    }
    .TopBannerDiv {
        width: 80%;
        margin: auto;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        background-color: rgb(0, 0, 0, 0.5);
        padding: 3em;
        top: 20%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .TopBannerDivLeft {
        width: 80%;
        position: absolute;
        background-color: rgb(0, 0, 0, 0.5);
        padding: 1em;
        top: 25%;
        margin-left: 10%;
        margin-right: 20%;
    }

    .StartPageBannerBox {
        background-color: rgb(0, 0, 0, 0.65);        
        padding: 3em;
        max-width: 100%;
        overflow: hidden;
        margin: auto;
    }

    .StartPageTopTile {
        background-image: url('/Static/WebPage/Images/Platform.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        .StartPageTopTile .bgtransparent {
            height: 30em;
            text-align: center;
            display: flex;
        }
}

@media screen and (min-width: 736px) {

    .OnlyMobile {
        display: none;
    }

    .StartPageBannerBox {
        background-color: rgb(0, 0, 0, 0.65);
        max-height: 20em;
        padding: 3em;
        max-width: 50%;
        overflow: hidden;
        margin: auto;
    }

    .StartPageTopTile {
        background-image: url('/Static/WebPage/Images/Platform.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 50em;
    }

        .StartPageTopTile .bgtransparent {
            height: 50em;
            text-align: center;
            display: flex;
        }
}


.sidebar-nav-wrapper {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper {
        -webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);
    }

}
