/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* NGEM logo */
section.logos ul li.logo.snrha {
    background: url(https://files.lasvegasnevada.gov/ngem/snrha.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}
section.logos ul li.logo.csn {
    background: url(https://files.lasvegasnevada.gov/ngem/csn.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

section.logos ul li.logo.boulder-city {
    background: url(https://files.lasvegasnevada.gov/ngem/boulder-city.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

section.logos ul li.logo.snhd {
    background: url(https://files.lasvegasnevada.gov/ngem/snhd.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

section.logos ul li.logo.tmwa {
    background: url(https://files.lasvegasnevada.gov/ngem/tmwa.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

section.logos ul li.logo.umc {
    background: url(https://files.lasvegasnevada.gov/ngem/umc.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}

section.logos ul li.logo.airport {
    background: url(https://files.lasvegasnevada.gov/ngem/airport.jpg) no-repeat;
    background-size: contain;
    background-position: center;
  background-color:white
}

section.logos ul li.logo.ccsd {
    background: url(https://files.lasvegasnevada.gov/ngem/ccsd.jpg) no-repeat;
    background-size: contain;
    background-position: center;
  background-color:white
}






