

/* Below is mobile menu css copied from old global.ggds.css file.
   The mobile menu has been re-designed so what's in the current file no longer works here.
   ========================================================================================*/

.ggds #masthead {
    position: relative;
  }
  
  .ggds .nav_model .close {
    opacity: 1;
  }
  
  .ggds #mobile-search {
    padding: 0;
  }
  
  .ggds .search-mobile {
    position: relative;
    padding-bottom: 0.5em;
    font-size: 1.5em;
  }
  
  .ggds .search-mobile .searchbox {
    color: #b5b5b5;
    background-color: #fff;
    font-size: .9em;
    font-weight: 300;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 0 6px 6px 0;
    transition: background 1s linear;
  }
  
  .ggds .search-mobile .searchbox:focus {
    color: #000;
    background: #fff;
    border-color: #c0c0c0;
    outline: none;
  }
  
  .ggds .search-mobile .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    padding: 0.2em 0.4em;
    color: #fff;
    font-size: 1.2em;
    line-height: 1;
    outline: none;
    background-color: #1966af;
    border: 0 none;
    border-radius: 0 6px 6px 0;
  }
  
  .ggds .search-mobile .btn:active,
  .ggds .search-mobile .btn:hover {
    color: #41aaf2;
  }
  
  .ggds .search-mobile .btn .fa {
    line-height: 26px;
  }
  
  .ggds .mobilemenu-toggle {
    display: block;
  }
  
  .ggds .mobile-toggle-svg {
    display: inline-block;
    max-width: 30px;
    height: 36px;
    padding-top: 14px;
  }
  
  .ggds .mobile-masthead-cart-link__link:hover {
    text-decoration: none;
  }
  
  .ggds .mobile-masthead-cart-link__icon {
    color: #41aaf2;
    font-size: 2.14rem;
  }
  
  .ggds .mobile-masthead-cart-link__icon.active {
    color: #59c86b;
  }
  
  .ggds .mobile-masthead-cart-link__badge {
    position: absolute;
    top: 6px;
    right: 10px;
    padding: 2px 4px;
    background: #dd5353;
    color: #fff !important;
    font-size: .85rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    border-radius: 10px;
  }
  
  .ggds .fill-primary {
    fill: #1966af;
  }
  
  .ggds .mobilemenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    background: rgba(25, 102, 175, 0.6);
    z-index: 2001;
    transition: all 0.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .ggds .mobilemenu-header {
    position: fixed;
    right: 0;
    top: 0;
    width: 20%;
    height: 7.2vh;
    transition: width .5s, background .5s;
    z-index: 1;
  }
  
  .ggds .productNavOpen .mobilemenu-header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .ggds .productNavOpen .mobilemenu-header .mobilemenu-close {
    background-color: transparent;
  }
  
  .ggds .mobilemenu-header .mobilemenu-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 7vh;
    padding: 0.75em;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .ggds .mobilemenu-header .mobilemenu-back {
    display: none;
    position: absolute;
    top: 0;
    left: 85%;
    height: 6.8vh;
    padding: .4vh 0 0;
    transition: opacity .5s, display .5s, left .5s;
    opacity: 0;
    z-index: 31;
  }
  
  .ggds .mobilemenu-header .mobilemenu-back > button {
    width: 50px;
    height: 7.2vh;
  }
  
  .ggds .productNavOpen .mobilemenu-header .mobilemenu-back {
    display: block;
    left: 0;
    opacity: 1;
  }
  
  .ggds .mobilemenu-header .mobilemenu-icon-svg {
    max-height: 24px;
    max-width: 24px;
    fill: #fff;
  }
  
  .ggds .mobilemenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .ggds .mobilemenu-body,
  .ggds .mobilemenu-l1 {
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
  }
  
  .ggds .mobilemenu-body {
    top: 0;
    bottom: 15vh;
    width: 100%;
    transition: all 0.5s ease-in-out;
  }
  
  .ggds .mobilemenu-body > ul {
    margin-top: 3.5vh;
  }
  
  .ggds .mobilemenu-l1 {
    top: 7.2vh;
    bottom: 100vh;
    max-height: 90vh;
    transition: opacity .5s ease-in-out, top .5s ease, bottom .5s ease, left .5s, 1s;
    opacity: 0;
  }
  
  .ggds .productNavOpen .mobilemenu-body {
    top: 100vh;
    opacity: 0;
  }
  
  .ggds .productNavOpen .mobilemenu-l1 {
    bottom: 0;
    opacity: 1;
  }
  
  .ggds .nav_overlay .offpage {
    bottom: 100%;
    transform: rotateY(-35deg);
    overflow: hidden;
  }
  
  .ggds .mobilemenu-body.offpage {
    opacity: 0;
  }
  
  .ggds #contentRecommendationWidget_mobile-nav,
  .ggds .products-dropdown.mobile_nav {
    padding-bottom: 24px;
  }
  
  .ggds .mobilemenu .menuitem {
    display: block;
    padding: 1.6vh 27px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 3.5vh !important;
    line-height: 1 !important;
    text-transform: uppercase;
    transition: color .2s, background-color .5s;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  }
  
  .ggds .mobilemenu .menuitem:focus, .ggds .mobilemenu .menuitem:active, .ggds .mobilemenu .menuitem:hover {
    color: #fff !important;
    text-decoration: none;
  }
  
  .ggds .mobilemenu .menuitem-products {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .ggds .products-dropdown.mobile_nav {
    padding-top: 2vh;
  }
  
  .ggds .products-dropdown .menuitem {
    padding: 1.68vh 27px;
    line-height: 1.1em;
    text-align: left;
    font-size: 2.25em;
  }
  
  .ggds .mobilemenu-footer {
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    height: 15vh;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 10px solid #dd5353;
    text-align: center;
    transform-origin: bottom center;
    transition: all 0.5s ease-in;
  }
  
  .ggds .productNavOpen .mobilemenu-footer {
    bottom: -15vh;
    max-height: 0;
    opacity: 0;
  }
  
  .ggds .mobilemenu-footer .mobilemenu-icon-svg {
    display: inline-block;
    max-height: 45px;
    max-width: 50px;
    fill: #fff;
  }
  
  .ggds .mobilemenu-footer a {
    display: block;
    padding-top: 0.5em;
    font-size: 1.05em;
    color: #fff;
  }
  
  .ggds .mobilemenu-footer a:active,
  .ggds .mobilemenu-footer a:hover {
    color: #fff !important;
    text-decoration: none;
  }
  
  .ggds .mobilemenu-footer .menu-label {
    display: block;
    line-height: 1;
  }
  
  @media screen and (orientation: landscape) {
    .ggds .mobilemenu-header {
      width: 15vw;
      height: 15vh;
      transition: all 0.2s linear;
    }
    .ggds .mobilemenu-header .mobilemenu-icon-svg,
    .ggds .mobilemenu-footer .mobilemenu-icon-svg {
      max-width: 26px;
      max-height: 26px;
    }
    .ggds .mobilemenu-header .mobilemenu-back,
    .ggds .mobilemenu-header .mobilemenu-close {
      padding-top: 0.75em;
      height: 13vh;
      transition: all 0.25s linear;
    }
    .ggds .mobilemenu-body {
      left: 15vw;
      top: 1vh;
      width: 85vw;
      height: 100%;
      max-height: 99vh;
    }
    .ggds .mobilemenu-l1 {
      top: 15vh;
      max-height: 85vh;
    }
    .ggds .mobilemenu .menuitem {
      padding-left: 30px;
      font-size: 13vh;
      line-height: 15vh;
      text-align: center;
    }
    .ggds .products-dropdown .menuitem {
      padding: 0.5em 1em;
      font-size: 2.25em;
      line-height: 1.1em;
      text-align: left;
    }
    .ggds .mobilemenu-footer {
      left: 0;
      width: 15vw;
      height: 100%;
    }
    .ggds .productNavOpen .mobilemenu-footer {
      left: -15vw;
      bottom: 0;
      max-height: 0;
      opacity: 0;
    }
    .ggds .mobilemenu-footer-item {
      float: none;
      width: 100%;
      padding: 15px;
    }
  }
  
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .ggds .mobilemenu-toggle {
      margin-top: 8px;
    }
    .ggds .masthead-branding-logo img {
      max-height: 45px;
    }
    .ggds #mobile-search {
      margin-top: 10px;
    }
    .ggds .search-dropdown {
      left: 15px;
      right: 15px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .ggds .nav_modal_bg {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .8;
      z-index: 6;
      background-color: #000;
    }
  }
  
  /*Fixed position background*/
  body.nav_open {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
  
  body.nav_open #contentWrapper,
  body.nav_open .masthead-header {
    -webkit-filter: blur(4px);
  }
  
/*End _masthead.mobile.scss*/


/* End mobile menu global css.
   ========================================================================================*/




.location,
.department,
.closesDate {
    font-size: 12.5px;
}
.career-header {
  height: 440px;
  background: url("https://thegoodguys.sirv.com/Content/careers/200721/pageup-career-banner-update-31082021.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.career-header.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
}
.mega-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
}

.desktop-logo-gg {
  width: 60%;
}

.ggds .mobile-toggle-svg {
  font-size: 2em;
  color: #1966af;
  padding-top: 9px;
} 

.ggds .mobilemenu-header .mobilemenu-icon-svg {
color: white;
 border: none;
  
}

.ggds .close {
text-shadow: none;
}

.ggds .mobilemenu {
  background: rgba(19,66,109,.95);
}

.careers-mobile-menu img {
width: 98%;
}

.mega-menu.fixed .visible-xs {
display: block !important;
}

.mega-menu {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}

.tgg-logo {
  padding: 35px 0 10px;
  background: url("https://wch.thegoodguys.com.au/dxdam/image/pageup-career-21.png")
    no-repeat left top;
}

.desktop-flex {
  display: flex;
}

.social-icons-flex-align {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


h3#title-work-type,
h3#title-location,
h3#title-category
 {
  font-size: 16px;
  background: #ffffff;
  margin-bottom: 0px;
  padding: 9px;
  margin-top: 0px;
}

#search-filters h3 {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

#search-filters h3:hover {
  cursor: pointer;
}

.text-indent {
  text-indent: 16px;
  font-size: 16.2px;
}

.filter {
  margin-top: 10px;
}

.filter-wrapper {
  background: #ffffff;
}

.filter-wrapper:after {
  content: " ";
  height: 10px;
  width: 100%;
  background: #f6f6f6;
  padding: 0;
  display: inline-block;
}

#campaignsDiv {
  display: none;
}

#job,
#search-results,
#waiting {
  background-color: #ffffff;
  padding: 10px 10px;
}

#search-results #job-mail {
  display: none;
}

#jobs-form .button {
  border-radius: 3px;
  padding: 0 1.1rem;
  margin-top: 10px;
  font-size: 1.05rem;
  background-image: none;
  height: 36px;
  line-height: 34px;
  vertical-align: middle;
  font-family: futura-pt,sans-serif;
  text-transform: uppercase;
  transition: box-shadow .28s cubic-bezier(.4,0,.2,1),background-color .14s ease-in,color .14s ease-in;
}

#job-details span {
  color: #1966AF!important;
}

#job-content span {
  color: #000000;
  font-weight: 500;
}

#job-content h2 {
  color: #1966AF; 
}

#job-content p {
    padding-bottom: 1.15em;
}

#job-content b {
  color: #000000;
  font-weight: 600;
}

.careers-subscribe #job-mail-subscribe-button {
  color: #fff;
  background-color: #1966af;
  border-color: #1966af;
}

#jobs-form .apply-link.button {
  color: #fff;
  background-color: #1966af;
  border-color: #1966af;
  float: right;
}

#jobs-form .more-link.button {
  color: #41aaf2;
  border-color: #41aaf2;
  background: #ffffff;
}

#jobs-form .more-link.button:hover {
  color: #fff;
  background-color: #41aaf2;
  border-color: transparent;
}

#jobs-form .apply-link.button:hover,
.careers-subscribe #job-mail-subscribe-button:hover  {
  color: #fff;
  background-color: #13426d;
  border-color: #13426d;
}

#jobs-form .back-link.button {
  color: #1966af;
  border-color: #1966af;
  border: 1px solid #1966AF;
  background-color: transparent;
  box-shadow: none;
}


#jobs-form .employee-referral-link.button:hover,
#jobs-form .back-link.button:hover{
  color: #fff;
  background-color: #1966af;
  text-decoration: none;
}

#jobs-form .employee-referral-link.button {
  color: #1966af;
  border-color: #1966af;
  border: 1px solid #1966AF;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  left: 334px;
}

#social-media h2 {
  font-size: 1em;
  font-weight: 600;
}

.ggds a.btn.disabled {
  background: #999999;
  border: #999999;
  pointer-events: all;
}

.padd-top-35 {
  padding-top: 35px;
}

.section-search {
  position: relative;
  margin-top: -130px;
  color: #fff;
  z-index: 2;
}

.ggds .section-search h1 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: .25em !important;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .ggds .section-search h1 {
    font-size: 60px;
    margin-left: 0;
    margin-right: 0;
    /* margin-bottom: .5em !important; */
  }
}

.searchinput-wrapper {
  width: 100%;
}

.ggds .nav {
  border: none;
}

.pageup-tgg-logo {
  padding: 35px 0 10px;
  background: url("https://wch.thegoodguys.com.au/dxdam/image/pageup-career-21.png")
  no-repeat left top;
}

.padd-top-35 {
  padding-top: 35px;
}

#jobs-form input[type="text"],
#jobs-form input[type="email"] {
  background: #fff;
  padding: 10px;
  font-size: 100%;
  width: 100%;
  border: 1px solid #b5b5b5;
  background-image: none;
}

#jobs-form .button {
  font-weight: 400;
}

a.job-link {
  font-size: 15.4px;
  font-weight: 500;
}

#job-content h2,
#subscribe h2 {
  color: #1966af;
}

#subscribe h3 {
  font-weight: 500!important;
}

.ggds p {
  color: #000000;
}

.careers-mobile-menu li > a {
  font-weight: bold;
  color: #1966af;
}

.mobile-menu a:active {
  color: #000 !important;
  text-decoration: none !important;
}

.center {
  margin: auto !important;
}

.ggds .nav-tabs li a {
  border-radius: 0;
  background-color: transparent;
  color: #1966AF;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  border-right: none;
  font-size: 1.02rem;
  display: block;
}

.ggds .nav-tabs li.active a {
  font-weight: bold;
  color: #000000;
  border-top: none;
  border-left: none;
  border-right: none !important;
  border-bottom: 3px solid #41aaf2;
  background: transparent;
}

.ggds .nav-tabs li:last-child a {
  border-right: none !important;
}

.mobi-logo {
  width: 80%;
  margin: 0 auto;
}

.search-warp {
  background-color: #f6f6f6;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.bg-primary.bg-darken-1 {
  color: #fff;
  background: #19548c;
}

#jobs-form .searchinput-wrapper:before {
  font-family: "ggds-icon";
  position: absolute;
  content: "\f002";
  font-size: 1.7em;
  color: #1966af;
  border: 0;
  outline: 0;
  padding: 7px 10px 0;
}

#jobs-form .searchinput-wrapper.without-before-element:before {
  content: none!important;
}

#jobs-form .searchinput-wrapper input[type="text"] {
  padding: 15px 0 15px 35px;
}


#jobs-form a.job-mail-subscribe-link.button {
  font-weight: 500;
  border: none;
  background: none;
  display: inline;
  margin: 0!important;
  padding: 0;
  color: #1966af;
  box-shadow: none;
  text-transform: none;
  background-image: none;
  line-height: 23px;
}

.job-alerts i {
  color: #1966af;
}

.searchinput-wrapper button.search-btn {
  height: 44px;
}

.collapse_button {
  padding: 10px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
}

.panel-heading a {
  color: #000000;
  font-size: 1rem;
}

.panel-heading:after {
  font-family: "ggds-icon";
  content: "\f068";
  float: right;
  font-size: 1.2rem;
  color: #42aaf2;
}

.panel-heading.collapsed:after {
  content: "\f067";
}

#job-mail #job-mail-trigger {
  background-image: none;
}

h3#title-work-type:after,
h3#title-location:after,
h3#title-category:after {
     font-family: 'ggds-icon';
    content: "\e933";
    float: right;
    font-size: 1.2rem;
    color: #42AAF2;
}

h3#title-work-type.closed:after,
h3#title-location.closed:after,
h3#title-category.closed:after  {
    content: "\e93a";
    color: #42AAF2;
}

.filter-wrapper:last-child:after {
  background: transparent;
}

.subscribe-title {
  font-weight: 500;
}

ul.filter li {
  margin: 5px 0;
  padding: 0 0 0 10px;
  float: left;
  list-style: none;
  width: 100%;
}

#recent-jobs {
  background: white;
  padding: 10px 20px 28px 20px;
}

.ggds label {
  margin-left: 10px;
  color: #3f3f3f;
}

.filter-group-title {
  padding-left: 10px;
  color: #000000;
  font-weight: 500;
}

.filter-group {
  margin-bottom: 10px;
}

#search-results ul {
  list-style: none;
  margin: 0;
}

.job-summary {
  color: #696969;
  padding-bottom: 20px;
}

/* Subscribe to alerts page */

.careers-subscribe .filterPane {
  margin: 5px;
}

#subscribe {
  background: #ffffff;
  padding: 20px; 
}

.g-recaptcha {
  margin: 10px 0 0;
}

.careers-subscribe .filterPane {
  background: #ffffff; 
}

.border-right {
  display: none;
}

.padd-md-right-25 {
  padding-right: 25px;
}

a.text-gray:hover {
  color: grey;
  text-decoration: none;
}

.back-to-listing {
  padding-top: 2px;
  transform: translate(-10%, 0);
}

.btn-listing {
  padding: 0 0.5rem!important;
}

.nav_open {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

a[href^=tel]{ color:#fff;}

.disabled {
  cursor: not-allowed
}

#job-content p span:first-of-type {
  transform: translate(0,-102%);
}

#job-content h2 a:first-of-type  {
  transform: translate(0, -30%);
}

table { 
  max-width: 500px;
  white-space: normal;
  table-layout: auto;
}

#job-details {
    margin-top: 20px;
}

#job-details ul {
  padding-inline-start: 0!important;
  list-style-type: disc;
}

#job-details li {
  list-style-type: disc;
  margin-inline-start: 15px
}

#jobs-form td {
    border: none;
    padding: 0;
}

#job-details table tr td[valign="top"] {
  display: none;
  }

li {
    list-style: none;
}



@media screen and (max-width: 480px) {
  .career-header {
    background: url("https://thegoodguys.sirv.com/Content/careers/200721/pageup-career-banner-mobile-update-31082021.jpg") no-repeat center;
    background-size: cover;
    height: 423px;
  }

  #subscribe {
    padding: 10px;
  }


  .puexternal_jobbox .col-lg-3.padd-left-0 {
    padding-left:15px;
  }

  table { 
    max-width: 100%;
    white-space: normal;
    table-layout: fixed;
  }
  
  #job-details {
      margin-top: 20px;
  }
  
  #job-details ul {
    padding-inline-start: 0!important;
    list-style-type: disc;
  }
  
  #jobs-form td {
      border: none;
      padding: 0;
  }
  
  #job-details table tr td[valign="top"] {
    display: none;
    }
  
  /* li {
      list-style: disc;
  } */

  #job-details img {
    display: none;
  }

  #job-details img {
    width: 46%:
  }

  .subscribe-title a {
    font-size: 13px;
    vertical-align: text-top;
  }

  a.job-mail-subscribe-link .button  {
    font-size: 13px;
  }

  #jobs-form .button {
    font-size: 13px;
  }

  #job-content span {
    display: inline-block;
  }

  #jobs-form .apply-link.button {
    color: #fff;
    background-color: #1966af;
    border-color: #1966af;
    width: 100%;
    transform: translate(-2vw);
  }

  #jobs-form .back-link.button {
    /* margin-top: 22px; */
    display: block;
    width: 100%;
    transform: translate(-2vw);
  }

  #jobs-form .employee-referral-link.button {
    color: #1966af;
    border-color: #1966af;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
  }

  #jobs-form .apply-link.button {
    float: none!important;
  }

  #jobs-form .employee-referral-link.button {
    left: -8px;
  }

 #recent-jobs-content.hidden-sm.hidden-xs {
    display: block!important;
  }

  .mobile--header-marg {
    margin-top: -120px;
  }

  #jobs-form td {
    border: none;
  }

  .border_right {
    border-right: 1px solid #B5B5B5;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }

  #job-content p span:nth-of-type(1) {
    display: none;
  }

  #job-content h2 a:first-of-type  {
    display: none;
}

  .mega-menu.container {
    background: white;
  }

  .careers-subscribe .filterPane {
    float: none!important;
    width: 100%!important;
  }

  .btn.btn-listing {
    font-size: 0.9rem!important;
  }

  table tr td p {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .desktop-flex {
    display: flex;
  }
  
  .social-icons-flex-align {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
  }

  #jobs-form .more-link.button:hover {
    color: #41aaf2;
    background-color: #fff;
    border-color: #41aaf2;
  }
  
  .mega-menu.container {
    background: white;
  }

  .back-to-listing {
    padding-top: 2px;
    transform: translate(0,0);
  }

  .section-search {
    margin-top: -154px;
  }

}
