﻿/* Checking for device type and screen size */
@media screen and (max-width: 768px) {
    .static-header {
        display: none !important;
    }

    .responsive-header {
        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;
    }
    .hide-on-mobile {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    *, *:after, *:before {
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
    }
}

@media only screen and (max-width: 768px) {
    body {
        background-color: #fff;
    }
    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }
  

    #maincontainer {
        all: initial;
        margin: 0;
        padding: 0;
        width: auto;
        box-shadow: none;
        font-family: "Segoe UI", Arial, Helvetica, sans-serif;
       
    }
    #panel1 {
        display: none;
    }

    #leftnavbar {
        display: none;
    }

    #panel2 {
        width: 100%;
        margin: auto;
        margin-top:30px;
      
    }
    #ContentPanel {
        margin: 0;
       
    }
    .articles {
        width: 100%;
        margin: auto;
    }
    .leftmenu {
        margin-left: 15px;
        font-size: 13px;
        width: 160px;
    }

    #contentwrapper {
        position: relative;
       
    }
    #panel3 {
        position: relative;
        bottom: 0;
        width: 100%;
        border: solid 1px #CFD9E5;
    }
  
    td {
        width: auto;
    }
    .leftmenuNewsletterInfo {
        padding: 6px;
        margin-left: 15px;
    }

        .leftmenuNewsletterInfo a:hover {
            text-decoration: underline;
        }
    .deskshareFooter {
        clear: both;
        border-color: #7D7D7D;
        border-top-width: 0.1em;
        border-top-style: solid;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
        font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    }
        .deskshareFooter ul {
            text-decoration: none;
            padding-bottom: 6px;
            padding-left:0px;          
            margin-left:0 !important;          
            text-align: center;
            list-style: none;
           
          
        }

        .deskshareFooter li {
            text-decoration: none;
            display: inline;
        }

            .deskshareFooter li a {
                color: #00C;
                text-decoration: none;
                padding-right: 2px;
                padding-left: 2px;
                clear: both;
            }

                .deskshareFooter li a:hover {
                    text-decoration: underline;
                }

        .deskshareFooter a:visited {
            color: #00C;
            text-decoration: none;
        }

  

}
@media only screen and (max-width: 510px) {
    .image {
        width: 100%;
        text-align: center;
    }
    
}