/*----- webquest ----- */
/*----- webquest ----- */
:root {
  /* Global scope */
  --racingtips-blue: #0080bd;
}
body {
  margin: 0;
  font-family: "Sofia Pro", PingFangSC, sans-serif;
  font-size: 16px;
  background-color: #ece6dc;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
  height: 30px;
  border-style: none;
  padding: 0 5px;
  border: 2px solid #d5d5d5;
  font-size: 16px;
}
form input[type="submit"] {
  background-color: #E2F0D9;
  color: black;
  font-weight: bold;
  padding: 15px;
  border-radius: 30px;
  border-style: none;
  font-size: 14px;
  margin: auto;
  width: 100%;
  border: 1px solid black;
  margin-top: 10px;
}
form input[type="submit"]:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}
form a.button {
  text-decoration: none;
  color: black;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 20px;
  width: 100px;
  text-align: center;
}
form a.button:hover {
  color: white;
  background-color: black;
}
form label {
  vertical-align: top;
}
header {
  position: relative;
}
@media (min-width: 970px) {
  header {
    margin-bottom: 100px;
  }
}
header div.menu-bar {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1180px) {
  header div.menu-bar {
    position: absolute;
    left: 350px;
    top: 65px;
  }
}
@media (min-width: 970px) {
  header div.menu-bar {
    width: calc( 100% - 360px );
  }
}
header div.menu-bar div.menu {
  font-size: 14px;
}
@media (max-width: 1180px) {
  header div.menu-bar div.menu {
    display: none;
  }
}
header div.menu-bar div.menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
header div.menu-bar div.menu ul li a {
  color: white;
  text-decoration: none;
  padding: 0 10px;
}
header div.menu-bar div.menu ul li a:focus {
  outline: none;
}
header div.menu-bar div.menu ul li a:hover {
  background-color: unset;
}
header div.menu-bar div.menu ul li.welcome {
  color: white;
  font-weight: bold;
}
@media (min-width: 1180px) {
  header div.menu-bar div.contact {
    margin-right: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 1180px) {
  header div.menu-bar div.contact {
    position: relative;
    top: 25px;
    display: flex;
  }
  header div.menu-bar div.contact span.field {
    position: relative;
    top: -3px;
    left: 5px;
  }
}
@media (max-width: 1180px) and (max-width: 500px) {
  header div.menu-bar div.contact span.field {
    margin-right: 10px;
  }
}
header div.menu-bar div.contact span.label {
  margin-left: 10px;
  font-size: 16px;
  color: white;
}
@media (max-width: 500px) {
  header div.menu-bar div.contact span.label {
    display: none;
  }
}
header div.top-bar {
  display: flex;
  width: 100vw;
  flex-direction: column;
}
header div.top-bar div.image-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 970px) {
  header div.top-bar div.image-container div.image {
    display: none;
  }
}
header div.top-bar div.image-container div.image img {
  height: 100px;
  width: auto;
}
header div.top-bar div.image-container div.image-repeat {
  background-image: url("/static/images/wanganui-online-horiz-repeat.ef7181a10930.png");
  height: 100px;
  width: 100%;
  background-size: auto 100px;
}
header div.top-bar div.image-container div.image-repeat div.title {
  color: white;
  font-size: 38px;
  font-weight: bold;
  position: relative;
  top: 12px;
  left: 20px;
}
header div.top-bar div.image-container div.image-repeat ul.login {
  position: absolute;
  right: 50px;
  top: 10px;
  list-style-type: none;
  display: flex;
  gap: 20px;
}
@media (max-width: 1180px) {
  header div.top-bar div.image-container div.image-repeat ul.login {
    display: none;
  }
}
header div.top-bar div.image-container div.image-repeat ul.login li:nth-child(1) {
  color: white;
  background-color: aquamarine;
  padding: 10px;
  border-radius: 10px;
}
header div.top-bar div.image-container div.image-repeat ul.login li:nth-child(1) a {
  color: blue;
  text-decoration: none;
}
header div.top-bar div.image-container div.image-repeat ul.login li:nth-child(2) {
  color: white;
  background-color: #ffa04d;
  padding: 10px;
  border-radius: 10px;
}
header div.top-bar div.image-container div.image-repeat ul.login li:nth-child(2) a {
  color: red;
  text-decoration: none;
}
header div.heading-text {
  text-align: center;
}
@media (max-width: 970px) {
  header div.heading-text {
    position: static;
    color: black;
  }
}
header div.heading-text h1 {
  margin: 15px 0 0 0;
}
header div.heading-text p {
  margin: 0px;
}
header div.mobile-only {
  margin-top: 10px;
  color: black;
}
@media (min-width: 970px) {
  header div.mobile-only {
    display: none;
  }
}
header div.mobile-only div.title {
  text-align: center;
  font-size: larger;
  font-weight: bold;
}
header div.mobile-only span.label {
  color: inherit;
  width: max-content;
  font-size: unset;
  text-align: left;
}
.clamp {
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (max-width: 970px) {
  div.row {
    margin-left: 0;
    margin-right: 0;
  }
}
div.container {
  max-width: 1000px;
  min-height: 400px;
  margin: auto;
  margin-top: 0px;
  padding: 0 20px;
}
div.container h1.heading {
  font-family: "Sofia Pro", PingFangSC, sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
}
div.container div.row {
  display: flex;
  column-gap: 40px;
}
div.container div.row div.richtext {
  width: 80%;
  font-size: larger;
}
@media (max-width: 970px) {
  div.container div.row {
    flex-direction: column;
  }
  div.container div.row div.richtext {
    width: 100%;
  }
}
div.container div.row aside {
  margin-right: 30px;
}
@media (max-width: 970px) {
  div.container div.row aside div.carousel-item {
    margin-bottom: 20px;
  }
  div.container div.row aside div.carousel-item img {
    width: 100%;
    height: auto;
  }
}
div.container div.row aside.categories {
  width: 100%;
}
@media (min-width: 970px) {
  div.container div.row aside.categories {
    max-width: 200px;
  }
}
div.container div.row aside.categories h3 {
  background-color: steelblue;
  width: 100%;
  font-size: 18px;
  padding: 10px 20px;
}
@media (min-width: 970px) {
  div.container div.row aside.categories h3 {
    width: 240px;
  }
}
div.container div.row aside a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
article.work-listing {
  min-width: 500px;
  border: 2px solid lightgrey;
  border-radius: 10px;
  padding: 10px 20px;
}
article.work-listing .heading {
  font-weight: bold;
}
article.work-listing figure img {
  width: 400px;
  margin: 10px 0;
}
article.job-listing {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  border: 2px solid lightgrey;
  border-radius: 10px;
}
@media (max-width: 1180px) {
  article.job-listing {
    flex-direction: column;
  }
}
article.job-listing div.text-area {
  margin-right: 20px;
}
article.job-listing div.text-area .heading {
  font-weight: bold;
}
article.job-listing div.text-area p {
  color: #444;
  line-height: 20px;
}
article.job-listing div.text-area div.read-more {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}
article.job-listing div.text-area div.read-more button {
  background-color: steelblue;
  padding: 5px 10px;
}
article.job-listing div.text-area div.read-more button:hover {
  background-color: steelblue;
  color: white;
}
article.job-listing div.text-area div.desc {
  max-width: 500px;
  overflow: hidden;
  color: #444;
  line-height: 20px;
}
@media (max-width: 500px) {
  article.job-listing div.text-area div.desc {
    width: 100%;
  }
}
article.job-listing div.text-area div.dates span.apply-now a {
  margin: 0 20px;
  background-color: steelblue;
  padding: 10px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
}
article.job-listing div.text-area div.dates div.cat-name {
  margin-top: 20px;
}
article.job-listing div.text-area div.dates div.cat-name a {
  background-color: black;
  color: white;
  padding: 10px;
  border-radius: 2px;
}
article.job-listing div.text-area div.documents {
  margin-top: 10px;
}
article.job-listing div.text-area div.documents div.document a {
  display: flex;
  align-items: center;
}
article.job-listing div.text-area div.documents div.document a span.title {
  margin-left: 10px;
  width: 400px;
}
article.job-listing div.text-area div.documents div.document a img.pdf-icon {
  width: 50px;
}
article.job-listing figure {
  margin-top: 50px;
}
footer {
  margin-top: 20px;
  background-color: #212529;
  color: white;
  padding: 0 40px;
  width: 100%;
  position: relative;
  font-family: sans-serif;
}
footer div.top-area {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer div.top-area span.link {
  padding-right: 40px;
}
footer div.top-area span.link a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
footer div.top-area div.contact-details {
  position: relative;
  top: -20px;
}
@media (min-width: 970px) {
  footer div.top-area div.contact-details {
    left: -70px;
  }
}
footer div.top-area div.contact-details h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.6;
}
footer div.top-area div.contact-details div.phone {
  font-size: 30px;
  font-weight: 700;
}
footer div.top-area div.contact-details div.email {
  font-size: 12px;
}
footer div.copyright {
  text-align: center;
  font-size: 11px;
  padding-bottom: 10px;
}
div.freetrial {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: white;
  padding: 5px 10px;
  background-color: #13b5ea;
  border-radius: 10px;
  margin-bottom: 10px;
}
div.panel {
  background-color: lightgrey;
  padding: 20px;
  width: 300px;
}
div.panel h3 {
  text-align: center;
}
div.panel h3 span.title {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
div.panel strong {
  font-weight: 500;
}
div.panel > p {
  text-align: center;
}
article.streamfields {
  /*
   * Ordinary text for streamfield rich text blocks
   */
}
article.streamfields h3 {
  font-weight: bold;
  font-size: 24px;
}
article.streamfields h4 {
  font-weight: 16px;
  font-weight: 700;
}
div.page-content div.row:first-child {
  margin-top: unset;
}
div.page-content {
  background: white;
  padding: 50px 50px;
}
@media (max-width: 970px) {
  div.ruler {
    width: 100%;
    border: 1px solid #444;
  }
}
form div.image-upload.error {
  background-color: lightsalmon;
  padding: 10px;
}
.center {
  text-align: center;
  margin: auto;
  width: 100%;
}
.white-on-black {
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}
div.page-title h2 {
  color: steelblue;
  margin-top: 10px;
  text-transform: uppercase;
}
header {
  margin-bottom: 0;
}
header div.top-bar div.heading-text p {
  color: #1f2540;
  font-weight: bold;
}
header div.top-bar ul.nav li {
  margin-top: 13px;
}
header div.top-bar ul.nav li a {
  margin-top: 1px;
}
header div.top-bar ul.nav li:not(:first-child) {
  border-left: 1px solid white;
}
div.messages {
  border: 2px dashed red;
  background: yellow;
  padding: 10px;
}
div.messages ul.messages {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
button {
  background-color: #444;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 10px;
  min-width: 80px;
  cursor: pointer;
  border: 1px solid white;
}
button:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
fieldset {
  border: 1px solid black;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
legend {
  border: 1px solid black;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0 10px;
}
div.back-button img.button {
  height: 40px;
  width: auto;
}
a:hover {
  text-decoration: none;
}
div.buttons a {
  background-color: #444;
  width: 120px;
  padding: 10px;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
}
form div.error {
  border: 2px dashed red;
  background: yellow;
  padding: 5px;
  margin: 5px;
}
form#login-form div.error {
  text-align: center;
  grid-column: 1 / span 2;
  margin: auto;
  display: none;
}
section#main {
  width: 100%;
}
section#main legend {
  width: unset;
}
@media only screen and (max-width: 970px) {
  div.registrationpage div.signup-button {
    display: none;
  }
}
div.registrationpage div.signup-button svg.ribbon {
  position: absolute;
  top: -25px;
  left: 300px;
}
@media only screen and (max-width: 1000px) {
  div.registrationpage div.signup-button svg.ribbon {
    top: 0px;
    left: 260px;
  }
}
div.registrationpage form#registration div#terms {
  display: flex;
}
div.registrationpage form#registration div#terms input[type="checkbox"] {
  margin: 14px 10px;
  align-self: flex-start;
}
div.registrationpage form#login a#signup-here {
  background-color: Orange;
  display: block;
  width: 100%;
}
div.registrationpage form#login a#signup-here:hover {
  background-color: black;
}
div.registrationpage form label {
  vertical-align: middle;
  min-width: 100px;
  display: inline-block;
}
div.registrationpage form fieldset {
  border: 1px solid black;
  padding: 15px;
  width: min-content;
  border-radius: 10px;
}
@media (max-width: 500px) {
  div.registrationpage form fieldset {
    padding-left: 5px;
    padding-right: 5px;
  }
}
div.registrationpage form fieldset > div {
  margin-bottom: 10px;
}
div.registrationpage form input[type="text"],
div.registrationpage form input[type="email"],
div.registrationpage form input[type="password"] {
  padding: 20px;
  border-radius: 10px;
}
div.registrationpage form textarea {
  width: 100%;
}
div.registrationpage form div.signup-button {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
div.registrationpage div#password-error {
  display: none;
}
div.registrationpage div.main-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
@media (max-width: 1180px) {
  div.registrationpage div.main-group {
    grid-template-columns: 1fr;
  }
}
div.registrationpage div.row {
  column-gap: 20px;
}
@media (max-width: 500px) {
  div.registrationpage div#terms {
    margin-left: 10px;
  }
  div.registrationpage input[type="submit"] {
    margin-left: 10px;
  }
}
div#page-moderation-page div.container {
  display: flex;
  flex-direction: column;
}
div#page-moderation-page div.container ul.job-listings {
  display: grid;
  grid-template-columns: 120px 160px 150px 200px 250px;
  margin-top: 20px;
  list-style-type: none;
}
@media (max-width: 1180px) {
  div#page-moderation-page div.container ul.job-listings {
    grid-template-columns: 1fr;
  }
}
div#page-moderation-page div.container ul.job-listings li img.job-image {
  width: 150px;
  margin-top: -10px;
}
form input[type="submit"] {
  background-color: #98fb98;
  color: black;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid black;
}
form input[type="submit"]:hover {
  background-color: #f5f0e1;
  color: black;
}
div#login-dialog {
  display: none;
}
div#login-dialog form#login-form {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-row-gap: 20px;
}
div#login-dialog form#login-form label {
  text-align: right;
  margin-right: 10px;
}
div#login-dialog form#login-form input[type="submit"] {
  grid-column: 1 / span 2;
}
p.note {
  width: 400px;
  font-style: italic;
  color: red;
}
img.job-image {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
div.image img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
h2.heading {
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 0;
}
aside.categories {
  max-width: unset;
  margin-right: 20px;
}
@media (min-width: 970px) {
  aside.categories {
    width: max-content;
  }
}
aside.categories h3 {
  background-color: steelblue;
  font-size: 18px;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  margin: 10px 0;
}
aside.categories h3 a {
  color: white;
}
div.grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-column-gap: 30px;
}
@media (max-width: 970px) {
  div.grid {
    grid-template-columns: 1fr;
  }
}
div.grid p {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 970px) {
  div.grid p {
    grid-column: 1;
  }
}
div.grid aside {
  grid-row: 2;
}
div.grid div.record-list {
  grid-row: 2;
}
div.grid div.record-list article div.text-area h2 {
  margin-top: 10px;
}
@media (max-width: 970px) {
  div.grid div.record-list {
    grid-row: 3;
  }
}
div#page-home section#main {
  display: flex;
  flex-direction: column;
}
div#page-home section#main span.heading {
  font-weight: bold;
}
@media (max-width: 500px) {
  div#page-checkout-page div.row.checkout-row {
    flex-direction: column-reverse;
  }
}
div#page-checkout-page div.image img {
  width: 150px;
  height: auto;
}
div#page-dashboard-page div.submenu {
  width: max-content;
}
div#page-dashboard-page div.submenu ul {
  list-style-type: none;
}
@media (max-width: 970px) {
  div#page-dashboard-page div.submenu ul {
    padding-left: 0px;
  }
}
div#page-dashboard-page div.submenu ul a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
div#page-dashboard-page div.submenu ul li {
  background-color: steelblue;
  border-style: outset;
  color: white;
  width: 120px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.upload-buttons {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.upload-buttons div.upload-area {
  width: 400px;
}
div.upload-buttons div.upload-area label {
  padding: 10px;
  color: white;
  background-color: black;
  cursor: pointer;
}
div.upload-buttons div.upload-area input[type="file"] {
  display: none;
}
div.upload-buttons div.upload-area div.confirmation {
  border: 2px dashed grey;
  min-height: 40px;
  margin-top: 20px;
  padding: 10px;
  overflow: hidden;
}
div.upload-buttons div.upload-area div.confirmation span.mainline.hidden {
  display: none;
}
div.upload-buttons div.upload-area div.confirmation span.mainline {
  display: flex;
  column-gap: 10px;
}
div.upload-buttons div.upload-area div.confirmation span.mainline img.file {
  height: 40px;
}
div.upload-buttons div.upload-area div.confirmation span.mainline span.filename {
  font-weight: bold;
  color: grey;
  margin-top: 10px;
}
div.joblisting-container {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
div.label,
span.label {
  color: black;
  font-size: medium;
  text-align: left;
  padding: 0;
}
div.dates div.row {
  column-gap: 0px;
  color: black;
  font-size: medium;
  height: 20px;
  display: block;
}
@media (max-width: 970px) {
  div.dates div.row {
    flex-direction: row;
  }
}
div.dates div.row span {
  width: max-content;
}
div.dates div.row span.label {
  color: inherit;
  font-size: inherit;
  text-align: left;
  margin-top: 3px;
  margin-left: -5px;
}
div.dates div.row span.field {
  margin-left: 5px;
}
ul.listings {
  list-style-type: none;
  display: grid;
  grid-template-columns: 120px 180px 200px 150px 150px 1fr 0px;
  grid-row-gap: 15px;
  margin-top: 20px;
}
@media (max-width: 970px) {
  ul.listings {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 970px) {
  ul.listings {
    padding: 0;
  }
  ul.listings li.title {
    display: none;
  }
}
ul.listings ul.joblistings li {
  display: block;
}
ul.listings li {
  display: contents;
}
@media (min-width: 970px) {
  ul.listings li > div {
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
  }
}
ul.listings li div.buttons a {
  background-color: #444;
  padding: 10px;
  color: white;
  border-radius: 5px;
}
ul.listings li span.title {
  margin-bottom: 10px;
  font-weight: bold;
}
ul.listings li div.job_title {
  font-weight: bold;
}
div.workwanted div.job-title {
  width: 150px;
}
ul.work-listings {
  list-style-type: none;
  padding-left: 0;
}
ul.work-listings div.title {
  display: flex;
  font-weight: bold;
}
ul.work-listings div.title li:nth-child(1) {
  width: 150px;
}
ul.work-listings div.title li:nth-child(2) {
  width: 200px;
}
ul.work-listings div.title li:nth-child(3) {
  width: 100px;
}
ul.work-listings div.title li:nth-child(4) {
  width: 280px;
}
ul.work-listings div.title li:nth-child(5) {
  width: 120px;
}
ul.work-listings div.title li:nth-child(6) {
  width: 200px;
}
ul.work-listings div.title li:nth-child(7) {
  width: 100px;
}
@media (max-width: 1180px) {
  ul.work-listings div.title {
    display: none;
  }
}
ul.work-listings div.record {
  display: flex;
}
@media (max-width: 1180px) {
  ul.work-listings div.record {
    flex-direction: column;
  }
  ul.work-listings div.record span.title {
    font-weight: bold;
  }
}
@media (min-width: 1180px) {
  ul.work-listings div.record li:nth-child(1) {
    width: 150px;
  }
  ul.work-listings div.record li:nth-child(2) {
    width: 200px;
  }
  ul.work-listings div.record li:nth-child(3) {
    width: 100px;
  }
  ul.work-listings div.record li:nth-child(4) {
    width: 280px;
  }
  ul.work-listings div.record li:nth-child(5) {
    width: 120px;
  }
  ul.work-listings div.record li:nth-child(6) {
    width: 200px;
  }
  ul.work-listings div.record li:nth-child(7) {
    width: 100px;
  }
  ul.work-listings div.record span.title {
    display: none;
  }
}
div.user-details-info span.label {
  font-weight: bold;
  margin-right: 5px;
}
div.user-details-info div.form {
  margin-top: 20px;
}
div.user-details-info div.form div.field {
  display: flex;
  flex-direction: column;
}
div.user-details-info div.form div.field textarea.cover-message {
  width: 400px;
  height: 150px;
}
div.user-details-info div.form input[type="submit"] {
  margin-top: 10px;
}
div.user-details-info div.section {
  display: flex;
}
div.user-details-info div.section div.field {
  display: flex;
  flex-direction: column;
}
div.user-details-info div.section div.field span.field {
  margin-right: 10px;
}
div.buttons a h3.shaded-background {
  background-color: black;
  color: white;
  border-radius: 10px;
  width: max-content;
  padding: 10px 20px;
}
/*# sourceMappingURL=whanganuijobs.css.map */