@media all and (max-width: 50em) {
  body {
    font-size: 12px;
  }
  #container {
    width: 100%;
    border: none;
  }
  /*******************
  Header and Site Titles
  ********************/

  #headerWrapper {
    width: 100%;
  }

  #header {
    min-height: 50px;
  }

  .title_icon {
    background-image: url(http://www.mercyhousemeadville.com/common/themes/Empowered/empowered_mobile.css) !important;
    padding: 0;
  }

  #language-selector {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  #navIconsTop {
    display: none;
  }

  #smIconsTop {
    display: none;
  }

  #callToAction {
    display: none;
  }

  #websiteTitles {
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }

  #websiteTitles img {
    max-width: 80%;
    margin: 0 auto !important;
  }

  #headerExtra {
    margin: 0px;
  }
  /*******************
  Navigation
  ********************/

  #menu {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  #hamburger {
    display: block;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 40px;
  }

  #hamburgerButton {
    position: absolute;
    left: 5px;
    top: 4px;
    width 55px;
  }

  #hamburgerMenu {
    position: relative;
    top: 9px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .hamburgerLine {
    display: block;
    width: 40px;
    height: 4px;
    margin: 5px 0;
    z-index: 99;
    text-align: center;
    border-radius: 25px;
  }

  #nav.navUl {
    display: none;
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #nav.expand {
    display: block;
    border-top: 1px solid #000;
  }

  #nav.navUl > br {
    display: none;
  }

  #nav.navUl li {
    display: block;
    margin-bottom: 0;
  }

  #nav.navUl a {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 12px;
    background-image: none;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border-bottom: 1px solid #000;
  }

  #nav.navUl li.hasSub > a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    background-image: url(http://www.mercyhousemeadville.com/common/themes/Empowered/empowered_mobile.css);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }

  #nav.navUl ul.subUl {
    display: block;
    visibility: visible;
    opacity: 100;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    list-style-type: none;
  }

  #nav.navUl ul.subUl a {
    border-top: 0px;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 12px;
  }

  #nav.navUl li:hover > ul.subUl {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
  }

  #navAnchor {
    display: none;
  }
  /*******************
  Inner Content Area
  ********************/

  #innerMain {
    float: none;
    top: 0;
    width: 100%;
  }

  .innerMain_border {
    border-left: none;
  }
  /*******************
  Slideshow/Slogan
  ********************/

  #slideshowSection {
    display: none;
  }
  /*******************
  Main Content
  ********************/

  #mainGrid {
    width: 95%;
    margin: 0 auto 10px;
    padding: 0;
  }

  #contentSection {
    float: none;
    top: 0;
  }

  #content {
    margin: 0 auto;
    width: 97%;
    padding-bottom: 20px;
  }

  img.page-title {
    max-width: 80%;
  }
  /*******************
  Infoboxes
  ********************/

  #infoBoxes {
    display: none;
  }
  /*******************
  Sidebar
  ********************/

  #sidebarSection {
    margin: 0;
    top: 0;
    min-height: 100px!important;
    width: 100%;
  }

  #sidebarTitle {
    position: relative;
    top: 4px;
    font-size: 18px;
  }

  #sidebarGrid {
    float: none;
    width: 100%;
    padding-top: 0;
    font-size: 11px;
  }
  /*******************
  Footer/Copyright
  ********************/

  #anchor3 {
    display: none;
  }

  #footer {
    clear: both;
  }

  #innerFooter {
    width: 90%;
    margin: 0 auto;
    padding: 2.5%;
  }

  #areasServed {
    width: 100%;
    font-size: 11px;
    text-align: center;
  }

  #copyright {
    margin-top: 6px;
    width: 100%;
    font-size: 11px;
    text-align: center;
  }
}