@font-face {
  font-family: "Gill Sans MT";
  src: url("/pb3/corporate/RWB/css/fonts/GillSansMT-Bold.woff2")
      format("woff2"),
    url("/pb3/corporate/RWB/css/fonts/GillSansMT-Bold.woff")
      format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans MT";
  src: url("/pb3/corporate/RWB/css/fonts/GillSansMT.woff2")
      format("woff2"),
    url("/pb3/corporate/RWB/css/fonts/GillSansMT.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --red: #D2323A;
  --font: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  --ink: #2d2926;
  --shadow: #c9cacb;
  --width: 68rem;
}

html {
  line-height: 1.125;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: var(--font);
  color: var(--ink);
  font-weight: 400;
  margin: 0;
}

p,
li {
  line-height: 1.5;
}

p a,
p a:hover,
p a:visited {
  text-decoration: none;
  color: var(--red);
  /* font-weight: bold; */
}

::-moz-selection {
  background: #323232;
  color: #fff;
}

::selection {
  background: #323232;
  color: #fff;
}

h1,
h2,
h3 {
  font-family: var(--font);
  color: var(--ink);
  font-weight: 600;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Content
############################## */

.content {
  max-width: var(--width);
  margin: 0 auto;
  padding: 2rem;
}

.text-center {
  text-align: center;
}

.page-title {
  color: var(--red);
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  margin: 0;
}

.divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #3f434a;
  margin: 2.5rem auto 2.25rem;
  padding: 0;
  max-width: 12rem;
}

.message {
  max-width: 30rem;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.875;
}

.message p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.search-form {
  background: #fff;
  border-radius: 0.5rem;
  max-width: var(--width);
  max-width: 30rem;
  margin: 0 auto;
  padding: 2.5rem 2rem 1rem;
}

.search-fields {
  /* display: grid; */
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

.result-count {
  font-size: 20px;
}

.result-count #searchString {
  font-style: italic;
}

.result-list {
  max-width: var(--width);
  margin:  0 auto;
}

.result-item {
  margin: 0 0 1.5rem;
  background:  #fff;
  border:  1px solid #ccc;
  padding: 1rem 2rem 1.5rem;
  font-size: 14px;
  font-weight: bold;
  color: var(--ink);
}

.result-item span {
  color: var(--ink);
  font-weight: normal;
}

.result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.result-title {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  font-size: 16px;
  padding: 0.5em 0 0.75em;
}

.result-info {
  display:  grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.result-top .result-link {
  display: none;
}

.result-link a.btn {
  color: var(--red);
  background: transparent;
  border: 1px solid var(--red);
  font-size: 12px;
  padding: 10px 16px;
  font-weight: bold;
  line-height: 1;
}

.result-bottom {
  margin: 1.5rem 0 0;
}

@media screen and (min-width: 600px) {
  .search-fields {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
  }
}

@media screen and (min-width: 780px) {
  .result-bottom {
    display: none;
  }
  .result-top .result-link {
    display: block;
  }
  .result-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* Forms
############################## */

.form-group {
  margin: 0 0 1.125rem;
}

.form-search .form-control {
  max-width: none;
}

.form-buttons {
  text-align: center;
  margin-bottom: 30px;
  margin: 2rem 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media screen and (min-width: 600px) {
  .form-buttons {
    display: block;
  }
}

.form-label {
  font-size: 0.8125rem;
  padding: 0 0 0.25rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}

.form-control {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  display: block;
  font-size: 16px;
  padding: 0.5rem 1rem;
  line-height: 1.125;
  color: inherit;
  width: 100%;
  border-radius: 0px;
  font-family: inherit;
  line-height: 1.25;
}

textarea.form-control {
  resize: vertical;
  min-height: 5rem;
}

select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('/pb3/corporate/Genting/img/ico-select.svg');
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	background-size: .65em auto;
}

select.form-control:disabled {
	color: graytext;
  background-image: url('/pb3/corporate/Genting/img/ico-select.svg');
  border-color: #aaa;
}

select.form-control:disabled:hover {
	border-color: #aaa;
}

.form-control option {
  padding: 0.3rem 0.4rem 0.2rem;
}

:focus {
  outline: none;
  border-color: #323232;
}

.form-help {
  font-size: 11px;
  line-height: calc(1ex / 0.32);
  margin: 4px 0 calc(1ex / 0.32);
}

.form-label[for="p_address2"] {
  display: none;
}

.btn,
.btn:visited {
  color: #fff;
  background-color: var(--red);
  border: 1px solid var(--red);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
       cursor: pointer;
  padding: 1.8rem 2.8rem;
  font-size: 0.875rem;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  font-family: inherit;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 10px 32px;
  }
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
  text-decoration: none;
}

.btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.btn:disabled:hover {
  text-decoration: none;
  color: #fff;
  background-color: #47bb9c;
  border: 2px solid transparent;
}

.btn.cancel:disabled:hover {
  background-color: transparent;
  color: #323232;
  border-color: #323232;
}

.btn-outline {
  border: 1px solid var(--red);
  background: #fff;
  color: var(--red);
}

.content label.error {
  display: block;
  color: #eb001b;
  font-weight: normal;
  padding-left: 0;
}

.warning,
.error {
  color: #eb001b;
  font-weight: normal;
}

.WarningNormalBold {
  color: var(--red);
}

.alert-validation {
  padding: 4px;
  margin: 8px 0 20px;
}

.glyphicon {
  vertical-align: text-top;
}

.breadcrumb {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 2rem;
}

.btn-primary {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 18px 36px;
  border-radius: 6px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5);
  text-decoration: none;
}

.btn-default {
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 18px 36px;
  border-radius: 6px;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}


/* Job
############################## */

.job-wrapper {
  max-width: var(--width);
  margin:  0 auto;
  background:  #fff;
  /* border:  1px solid var(--ink); */
  padding: 2rem 2rem 1.5rem;
  /* font-size: 14px; */
  color: var(--ink);
  /* box-shadow: 0px 0px 0px 1px var(--shadow); */
}

.job-image {
  margin: 0 0 2rem;
}

.job-image img {
  width: 100%;
  height: auto;
}

.job-wrapper hr {
  margin: 2rem 0;
}

.job-heading {
  color: var(--red);
}

.job-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.job-top .job-link {
  display: none;
}

.job-info {
  display:  grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  color: var(--red);
  font-weight: bold;
}

.job-info span {
  color: var(--ink);
}

.job-title {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  font-size: 16px;
}

.job-box {
  border: 1px solid var(--red);
  padding: 0.5rem 1rem;
}

.job-wrapper a.btn {
  color: var(--red);
  background: transparent;
  border: 1px solid var(--red);
  font-size: 12px;
  padding: 10px 16px;
  /* font-weight: bold; */
  line-height: 1;
}

.job-wrapper a.btn-filled {
  background: var(--red);
  color: #fff;
}

.job-bottom {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.job-bottom a.btn {
  border: 1px solid #fff;
  color: #fff;
  margin: 0 0.5rem 0 0;
}

.job-bottom a.btn-filled {
  background: #fff;
  color: var(--red);
}

.btn-to-top {
  background-color: #fff;
  cursor: pointer;
  padding: 0.5rem;
}

.job-back,
.job-back:hover {
  color: var(--ink);
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 -1rem 2rem;
  display: block;
}

.job-back img {
  margin: 0 0.25rem 0 0;
}



@media screen and (min-width: 600px) {
  .search-fields {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
  }
}

@media screen and (min-width: 900px) {
  .job-bottom {
    position: static;
    background: none;
    margin: 2rem 0 0;
    justify-content: center;
  }
  .job-top .job-link {
    display: block;
  }
  .job-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .btn-to-top {
    display: none;
  }
  .job-bottom a.btn {
    border: 1px solid var(--red);
    color: var(--red);
  }

  .job-bottom a.btn-filled {
    background: var(--red);
    color: #fff;
  }
}

/* Candidate Screens
############################## */

.profile-item {
  margin-bottom: 0.25rem;
}

.profile-row {
  display: flex;
  justify-content: space-between;
}

/* App
############################## */

.app-heading {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  font-size: 16px;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 2rem;
  flex-direction: column;
}

.app-privacy {
  background: #fff;
  padding: 2rem 2rem 1rem;
  border: 1px solid #fff;
  align-self: stretch;
}

.app-register {
  background: #fff;
  border: 1px solid var(--red);
  padding: 2rem;
  text-align: center;
  align-self: stretch;
}

.app-register h4 {
  color: var(--red);
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.3125rem;
  margin: 0;
}

.app-register p {
  font-size: 12px;
  margin: 2rem 0;
}

.app-section {
  background: #fff;
  padding: 3rem 2rem;
}

.app-inner {
  max-width: 32rem;
  margin: 0 auto;
}

.app-message {
  color: var(--red);
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 1rem;
}

.app-box {
  border: 1px solid var(--red);
  padding: 0.5rem 1rem;
}

.app-enquiries {
  display: flex;
  justify-content: space-between;
}

.app-submitted {
  background: #191919;
  color: #fff;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem 2rem 1.5rem;
}

.app-submitted h1 {
  font-family: var(--font);
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 2.375rem;
  letter-spacing: 0.3125rem;
  margin: 0 0 2.5rem;
  color: #fff;
}

.app-submitted p {
  font-weight: 300;
  font-size: 19px;
  max-width: 40ch;
  margin: 0 auto 1rem;
  text-align: center;
}

.app-submitted a,
.app-submitted a:hover,
.app-submitted a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.app-tick {
  text-align: center;
  margin: 0 0 1.5rem;
}

.dark-red {
  color: var(--red);
}

.app-to-top {
  position: fixed;
  right: 2rem;
  bottom: 1rem;
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0 0 4px rgb(0 0 0 / 50%);
  display: none;
}

@media screen and (min-width: 600px) {
  .app-top {
    flex-direction: row;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 1rem;
}

/* Interviews
############################## */

.booking-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.7rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #ddd;
  color: #414042;
}

.daybtn {
  width: 100%;
}

.booking-day {
  margin-bottom: 1rem;
}

.booking-hour {
  margin: 0 auto 1rem;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 50rem) {
  .booking-hour {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.hrbtn {
  display: block;
  background: #eaeaea;
  cursor: pointer;
  margin: 4px 0;
  width: 100%;
}

.booking-btn-active {
  background-color: #4ad991;
  color: #fff;
}

.day-btn-active {
  background-color: #3ebd7d;
  color: #fff;
}

.day-hour-div {
  margin: 0 3px 0;
  min-width: 186px;
}

.booking-table th,
.booking-table td {
  text-align: left;
  padding-right: 1rem;
}


/* Candidate Screens
############################## */

.profile-item {
  margin-bottom: 0.25rem;
}

.profile-row {
  display: flex;
  justify-content: space-between;
}
