/** LESS VARIABLES **/
.content-wrapped {
  max-width: 70.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/*** END LESS VARIABLES ***/

@media all and (max-width: 48.0625rem) {
  main {
    padding: 0;
  }
  .iframe-view {
    height: 575px;
    width: 95%;
  }
  .sidebarMenu.open {
    display: block !important;
  }
  #desktop-footer-address-label {
    display: none;
  }
  #mobile-footer-address-label {
    display: block;
  }
  .header-menu-subMenu {
    left: 25%;
    z-index: 1;
  }
  #sidebar {
    width: 100vw;
    background-color: #004A7F;
    color: #FFF;
    justify-content: center;
    text-align: center;
    margin-left: -1.25rem;
    margin-top: 0;
    border-top: 0.0625rem solid #FFF;
  }
  #sidebar h3 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0.25rem 0 0.25rem 0;
  }
  .sidebarMenu {
    display: none;
    position: relative;
    margin-bottom: 1em;
    /*right: 30%;*/
  
  }
  #dept-label-mobile {
    display: block;
  }
  #dept-label-desktop {
    display: none;
  }
  .sidebar-subMenu {
    display: none;
  }
  .sidebar-subMenu > li {
    position: relative;
    left: 40%;
  }
  #sidebar {
    font-size: 1rem;
  }
  .sidebar-group {
    /*width: 60%;*/
    width: 95%;
    /*padding-bottom: 1em;*/
  
  }
  .sidebarMenu {
    font-size: 1rem;
  }
  .sidebarMenu > li {
    background-color: #FFF;
  }
  video {
    width: 100%;
    height: 100%;
  }
  .courthouse-group {
    flex: 0 1 100%;
  }
  #video-tour {
    display: none;
  }
  /*#top-action-boxes .action-box-image {
          display: none;
      }
  */
  
  #top-action-boxes .action-box {
    max-width: 100%;
    height: initial;
  }
  .action-box-label {
    text-align: left;
  }
  .alert {
    max-width: unset;
    width: 100%;
  }
  #notices .alert {
    max-width: 100%;
  }
}
