﻿/* Checking for device type and screen size */
@media screen and (max-width: 768px) {
    .static-header {
        display: none !important;
    }

    .responsive-header {
        display: block !important;
    }

    .show-on-mobile {
        display: block !important;
    }

    /* Navigation Bar - Responsive */
    #cd-lateral-nav a.fly, #cd-lateral-nav .subProductName {
        font-weight: 600;
    }
    /**/
}

/* Checking for other devices except mobile */
@media screen and (min-width: 769px) {
    .static-header {
        display: block !important;
    }

    .responsive-header {
        display: none !important;
    }

    .show-on-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body {
        background-color: #fff;
    }

    .ProductsUpdatesLeftContainer {
        all: initial;
        margin: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    }

    .ProductsUpdatesRightContainer {
        all: initial;
        margin: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    }

    .NewsletterSignUpHomePage img {
        float: left;
        margin: 10px 0 0 10%;
    }

    .NewsletterSignUpHomePage p {
        width: 70%;
    }

    .NewsletterSignUpNowHomePage {
        padding-top: 10px;
        margin: 0 10%;
    }

        .NewsletterSignUpNowHomePage .SubEmailHomePage {
            width: 70%;
        }

    #contentwrapper {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .OverviewWhatsNew, .OverviewWhatsNew:visited {
        color: #416cb1;
    }

    #panel5EntirePage {
        padding: 0 !important;
    }

    .win10-btn {
        width: 140px;
        margin-bottom: 10px !important;
        margin-top: -25px;
    }
}

@media only screen and (max-width: 510px) {
    .ProductIconDiv {
        width: 100%;
        text-align: center;
    }

    .ProductShortDescDiv {
        width: 100%;
    }
}
