		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 March 2022 13:19:52
*/


/*
 * Federal Court of Australia - Responsive Style Sheet
 *
 * responsive.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 *  1. Tablet
 *    1.1 Header
 *    1.2 Banner
 *    1.3 Main Body
 *    1.4 Footer
 *
 *  2. Mobile
 *    2.1 Global
 *    2.2 Header
 *    2.3 Banner
 *    2.4 Main Body
 *    2.5 Footer
 */

/*----------------------------------------
1. Tablet
----------------------------------------*/

@media (min-width: 768px) and (max-width: 979px) {

/* ---- 1.1 Header ---- */

  .toolbar,
  .main-wrapper {
    width: 768px;
    margin: 0 auto;
  }

  .header .site-search {
    display: none;
  }

  #main-nav > li > a {
    padding-top: 7px;
    height: 47px;
  }
  #main-nav > li:hover > a,
  #main-nav > li > a:hover {
    padding-top: 2px;
    padding-bottom: 5px;
  }
  #main-nav > li.current > a {
    padding-top: 2px;
    height: 47px;
  }
  #main-nav > li.current:hover > a {
    height: 47px;
  }
  #main-nav .dropdown .col {
    width: 202px;
  }

  #main-nav .dropdown .court-state-menu {
    margin: 0;
  }

  .aus-map {
    /*background: url(https://www.fedcourt.gov.au/__data/assets/image/0014/22550/aus-map-bg-tablet.png) no-repeat 0 0;*/
    display: none;
  }
/*    .aus-map .hover-states {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 0;
    }

    .aus-map .state-text {
      width: 210px;
    }
    .aus-map .hover-states.act {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 0;
    }
    .aus-map .hover-states.nsw {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -248px;
    }
    .aus-map .hover-states.nt {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -496px;
    }
    .aus-map .hover-states.qld {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -744px;
    }
    .aus-map .hover-states.sa {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -840px;
    }
    .aus-map .hover-states.tas {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -1119px;
    }
    .aus-map .hover-states.vic {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -1266px;
    }
    .aus-map .hover-states.wa {
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0015/22551/aus-map-state-hovers-tablet.png) no-repeat 0 -1330px;
    }
*/

/* ---- 1.2 Banner ---- */

  .banner .slide {
    width: 583px;
  }

/* ---- 1.3 Main Body ---- */

  /* global */

  /* homepage */
  .featured-links {
    padding: 0 1em;
  }
  .featured-links--left,
  .featured-links--right {
    width: 100%;
  }

  .button-link {
    width: 43%;
    margin-right: 0;
  }
  .button-link:nth-child(odd) {
    margin-right: 6%;
  }

  .quick-link {
    padding-top: 6px;
    height: 38px;
  }

  .daily-court-list .select {
    width: 248px !important;
  }

  .daily-court-list-inner {
    width: 85%;
  }
  .daily-court-list-inner select {
    padding-right: 36px;
    width: 100%;
  }

  .quick-links {
    padding-left: 0;
  }

  /* subject page */
  .subject-logo {
    padding-left: 3%;
  }

  .subject-content {
    margin-bottom: 2em;
    width: 94%;
    padding: 0 3%;
  }
  .subject-content--right {
    float: right;
    padding-left: 3.5%;
  }
  .subject-content-container {
    width: 100%;
  }
  .subject-content-container--right {
    padding: 0;
  }
  .subject-content table {
    width: 100%;
  }

  .subject-right-sidebar {
    clear: both;
    margin-top: 0;
    width: 94%;
    padding: 0 3%;
  }

  /* others */
  .sidebar .social-links {
    width: 127px;
  }
    .sidebar .social-links li {
      margin: 0 7px 0 10px;
    }

/* ---- 1.4 Footer ---- */

  #footer {
    width: 768px;
  }

}

/*----------------------------------------
2. Mobile
----------------------------------------*/

@media (max-width: 767px) {

/* ---- 2.1 Global ---- */

  body {
    background: none;
  }

  #page-wrapper {
    height: inherit !important;
  }
  .page-wrapper-sub {
    height: inherit !important;
  }

/* ---- 2.2 Header ---- */

  .toolbar-wrapper {
    display: none;
  }

  .header {
    padding-bottom: 0;
  }
    .header .site-search {
      float: inherit;
      margin-top: 6px;
      padding-left: 17px;
      background-color: #000;
    }
      .header .site-search form {
        float: inherit;
        overflow: hidden;
        margin: 0;
      }
      .header .site-search #site-search-field {
        height: 10px;
        padding: 15px 0;
        width: 88%;
      }
        .header .site-search form #site-search-submit {
          width: 12%;
          height: 40px;
          background-position: center 14px;
          background-color: #000;
        }
        .header .site-search form.active #site-search-submit {
          background-position: center -14px;
        }

  .site-logo {
    margin: 0 auto;
  }

  .mobile-nav-btn {
    display: block;
    background: url(https://www.fedcourt.gov.au/__data/assets/image/0004/20398/breakout-menu-bg.png) #000 repeat-x 0 0;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-top: 6px;
  }
  .mobile-nav-btn:hover {
    color: #fff;
  }
    .mobile-nav-btn span {
      display: block;
      height: 20px;
      padding: 19px 10px 14px 49px;
      background: url(https://www.fedcourt.gov.au/__data/assets/image/0018/22572/mobile-nav-icon.png) no-repeat scroll 18px 16px;
    }

  .breakout-menu {
    float: inherit;
    padding-top: 1px;
  }
    .breakout-menu li {
      float: inherit;
      margin: 0 0 1px 0;
      line-height: 2;
    }
      .breakout-menu li a {
        background: url(https://www.fedcourt.gov.au/__data/assets/image/0016/22561/breakout-menu-arrow-mobile.png) transparent no-repeat right 14px;
        height: 54px;
      }
      .breakout-menu li a:hover {
        background-position: right -37px;
      }

  .breakout-menu > li:hover .dropdown {
    display: none;
  }
  .js .breakout-menu > li:hover > a {
    border-bottom: 0;
  }

  .home #main-nav,
  .inside #main-nav {
    height: inherit;
  }

  #main-nav > li:hover,
  #main-nav > li.current:hover {
    border-bottom: 1px solid #000;
  }
    #main-nav > li:hover .dropdown {
      display: none;
    }

/* ---- 2.3 Banner ---- */

/*  .banner {
    display: none;
  }
*/
  .banner .slide {
    /*display: none;*/
    width: 100%;
    margin-left: -50px;
    height: 200px !important;
  }
  .banner .carousel {
    height: 200px !important;
  }
  .banner-menu2 {
     display: none;
  }
  .banner-menu-wrapper2 .btm-slice{
    display: none;
  }


/* ---- 2.4 Main Body ---- */

  .main-wrapper {
    padding: 0;
  }

  .home #content-wrapper.fullwidth {
    float: none;
  }

  /* homepage */

  .featured-links {
    padding: 0 4em 0 1em;
  }
  .featured-links--left,
  .featured-links--right {
    width: 100%;
  }

  .button-link {
    width: 100%;
    margin-right: 0;
    min-width: 260px;
  }

  .npa-links .button-link {
    height: 53px;
  }
  .npa-links .button-link:hover {
    background-position: 0 -60px;
  }
  .npa-links .button-link .arrow {
    height: 53px;
    background: url(https://www.fedcourt.gov.au/__data/assets/image/0006/39462/home-npa-link-arrow.png) #fff no-repeat -3px -4px;
  }
    .npa-links .button-link:hover .arrow {
      background-position: -3px -64px;
    }

  .quick-links {
    margin-bottom: 15px;
    height: inherit;
  }
    .quick-links .quick-link {
      display: block;
      padding-right: 0;
      margin-right: 22px;
      width: inherit;
      float: inherit;
    }
  
  .daily-court-list {
    height: 56px;
  }
    .daily-court-list-inner {
      width: 65%;
    }
    .daily-court-list-inner select {
      padding-right: 36px;
      width: 100%;
    }

    .daily-court-list fieldset {
      float: left;
      width: 76%;
    }
    .daily-court-list .select {
      width: 96% !important;
      height: 38px;
      margin-right: 10px;
    }
      .daily-court-list .select ul {
        width: 100%;
      }
    .daily-court-list #state-updates-btn {
      /*float: none;*/
      display: inline-block;
      margin-bottom: 0;
    }
    .daily-court-list .arrow-link {
      margin-top: 10px;
    }

  .featured-content-wrapper {
    height: 550px !important;
  }

    .featured-content-wrapper .featured-content {
      width: 100%;
      top: 110px !important;
    }

      .featured-content-wrapper .featured-content .inner {
        margin: 22px 14px 14px 14px;
      }

  .featured-content-wrapper h2{
    width: 50%;
    top: 60px !important;
    font-size: 1em;
    text-align: center;
  }

  /* subject page */
  .mobilehidden {
    display: none;
  }

  .mobiledisplay {
    display: block;
  }

  .subject-logo {
    width: 100%;
  }
  .subject-logo .mobiledisplay {
    width: 100%;
    max-width: 278px;
  }

  .subject-content {
    width: 100%;
  }

  .subject-content table {
    width: 100%;
  }

  .subject-content--left,
  .subject-content--right,
  .subject-right-sidebar {
    display: block;
    margin: 0;
    width: 100%;
  }

  .subject-content-container {
    width: 100%;
  }

  .subject-content-container--left,
  .subject-content-container--right {
    padding: 0;
  }

  .border-left-gradient {
    border: 0;
  }

.subscribe-links {
  float: none !important;
  margin-left: 15px;
}

.subscribe-links .arrow-link {
  width: 18%;
}

  #sub-nav {
    width: inherit;
  }
  #sub-nav .btm-slice {
    display: none;
  }
  #sub-nav span.sub-nav-head span.arrow {
    display: none;
  }

  .breadcrumbs-wrapper {
    display: none;
  }

  #content {
    width: auto !important;
    float: inherit;
  }

  .sidebar {
    display: none;
  }

  .content-wrapper-sub {
    /*  margin-left is not consistent
        use padding for layout */
    /* margin-right: 21px;*/
    padding-left: 21px;
    padding-right: 21px;
  }

  #content .sidebar {
    width: auto !important;
    float: inherit;
    display: block;
  }
    #content .sidebar .social-links {
      width: 200px;
      left: 0;
    }
      #content .sidebar .social-links li {
        margin: 0 15px 0 25px;
      }

  .fed-form .scope-wrapper {
    clear: both;
  }

  .top-link-wrapper {
    width: 100%;
  }

  .sub-nav-mobile {
    display: block;
  }

  .sub-nav-level-2 {
    display: none !important;
  }

/* ---- 2.5 Footer ---- */

  .footer-wrapper {
    margin-top: 50px;
  }

  .footer-links {
    width: inherit;
  }
    .footer-links li {
      float: none;
      width: inherit;
      margin-right: 15px !important;
      margin-left: 25px !important;
    }

  .footer-logo {
    /*changed 20140108*/
    /*width: 130px;*/
    width: 127px;
    margin: 0;
  }
  .footer-logo:last-child {
   margin-right: 5px;
  }

  .copyright {
    padding-bottom: 10px;
  }

}