@font-face {
  font-family: "Trade Gothic Bold";
  src: url("/pb3/corporate/thestandardibiza/css/fonts/trade_gothic_bold_condensed_20.woff") format("woff");
}

@font-face {
  font-family: "Trade Gothic";
  src: url("/pb3/corporate/thestandardibiza/css/fonts/trade_gothic_condensed_18.woff") format("woff");
}

:root {
  --brand-red: rgb(238, 35, 36);
}

.centred {
  text-align: center;
}

.right {
  float: right;
}

.smaller {
  font-size: 0.9em;
}

.WarningNormal {
  color: #e2001a;
}

.WarningNormalBold {
  color: #e2001a;
  font-weight: bold;
}

.CautionNormalBold {
  color: blue;
}

label.error {
  float: none;
  color: red;
  padding-left: 0.5em;
  vertical-align: top;
}

.larger {
  font-size: 1.2em;
}

.underline {
  text-decoration: underline;
}

p.WaiterText {
  text-align: center;
}

.images {
  vertical-align:bottom;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4 {
  font-family: "Trade Gothic Bold", Helvetica, Arial, sans-serif;
}

.control-label {
  font-family: "Trade Gothic Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto -12rem;
}

.footer,
.push {
  height: 12rem;
}

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

a {
  color: var(--brand-red);
}

a:hover,
a:focus {
  color: var(--brand-red);
}

.navbar-brand {
  padding: 10px 0 0;
  margin: 0 0 0 15px;
}

.navbar-brand img {
  width: 220px;
}

.navbar-toggle {
  padding: 15px 10px;
}

.navbar-inverse {
  border-color: #e2001a;
}

.navbar-fixed-top {
  border-width: 0 0 4px;
}

.navbar-inverse .navbar-nav > li > a {
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    padding: 18px 0 0;
  }
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
  .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.container-fluid {
  max-width: 80rem;
}

.main {
  padding: 17rem 0 4rem;
}

@media screen and (min-width: 630px) {
  .main {
    padding: 12rem 0 4rem;
  }
}

.hero {
  background: url(/pb3/corporate/thestandardibiza/img/careers.jpg) no-repeat #D2E3D9 top -20px center / cover;
  min-height: 64vh;
  margin-bottom: 3rem;
}

.footer {
  background: var(--brand-red);
}

.footer-links {
  text-align: center;
  padding: 3rem 2rem 2rem;
}

.footer-link,
.footer-link:visited {
  font-family: 'Trade Gothic', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: rgb(255 255 255);
  margin: 0 1rem;
  padding: 0 1rem;
  font-weight: bold;
}

.footer-link:hover {
  text-decoration: none;
  color: rgb(0 0 0);
}

.footer-copyright {
  text-align: center;
  font-family: 'Trade Gothic', Helvetica, Arial, sans-serif;
  color: rgb(255 255 255);
  font-size: 11px;
}

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

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

#breadcrumb img {
  margin-left: 3px;
}

.form-buttons {
  text-align: center;
  margin-bottom: 30px;
}

.form-control {
  background: #ebebeb;
  min-height: 40px;
  font-size: 16px;
  border: 0;
  outline: 0;
  font-weight: 100;
  letter-spacing: 1px;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Trade Gothic', Helvetica, Arial, sans-serif;
}

.form-control:focus {
  outline: black 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group {
  max-width: 60rem;
  margin: 0 auto 2rem;
}

.form-group .btn:last-of-type {
  margin-right: 0;
}

.btn-primary {
  color: #fff;
  background-color: var(--brand-red);
  border-color: var(--brand-red);
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 10px;
  font-weight: 600;
  font-family: 'Trade Gothic', Helvetica, Arial, sans-serif;
  margin-right: 5px;
  height: 40px;
  font-size: 16px;
  line-height: 2.6;
  box-shadow: 0.375rem 0.375rem 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  color: var(--brand-red);
  background-color: #FFF;
  border: 1px solid var(--brand-red);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(238,35,36,0.5);
}

.btn-invert {
  background-color: #fff;
  color: var(--brand-red);
  border-color: var(--brand-red);
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 10px;
  font-weight: 600;
  font-family: 'Trade Gothic', Helvetica, Arial, sans-serif;
  margin-right: 5px;
  height: 40px;
  font-size: 16px;
  line-height: 2.6;
  box-shadow: 0.375rem 0.375rem 0;
}

.btn-invert:hover,
.btn-invert:active,
.btn-invert:focus,
.btn-invert:active:focus {
  background-color: var(--brand-red);
  color: #FFF;
  border: 1px solid #fff;
}

.btn-invert:focus {
  box-shadow: 0 0 0 0.2rem rgba(238,35,36,0.5);
}


.content {
  max-width: 60rem;
  margin: 0 auto;
}

/* this is the hidden image in the advert whose src gets used for the background */
#image {
  display: none;
}

.job-header {
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.job-header h1 {
  color: #fff;
  font-size: 90px;
  letter-spacing: -3.15px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  text-align: center;
  margin: 1rem 0 0;
}

.job-header h2 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  text-align: center;
  text-transform: uppercase;
}

.job-wrapper {
  background: #fff;
  padding: 8rem 2rem 2rem 2rem;
}

.job-table {
  width: 100%;
  max-width: 100%;
}

.job-wrapper h1 {
  color: var(--brand-red);
  font-size: 90px;
  letter-spacing: -4px;
  text-align: left;
}

.job-wrapper h2 {
  margin-bottom: 2rem;
  color: var(--brand-red);
  font-size: 20px;
  letter-spacing: 2px;
  text-align: left;
}

.job-image {
  max-width: 92rem;
  margin: 0 auto;
}

.job-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

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

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

.job-sup {
  text-align: center;
  margin: 0 0 2rem;
  line-height: 1.4;
}

.job-description,
.job-benefits {
  max-width: 72rem;
  margin: 0 auto 0;
}

.job-description h2 {
  color: #000;
  text-transform: uppercase;
  margin: 2em 0 1em;
}

.job-apply {
  text-align: left;
  max-width: 72rem;
  margin: 6rem auto 3rem 0;
}

@media screen and (min-width: 630px) {
  .job-wrapper {
    margin-left: 10rem;
    padding: 8rem 2rem 2rem 10rem;
  }
  .job-description,
  .job-benefits {
    max-width: 72rem;
    margin: 0 auto 0 10rem;
  }
  .job-description h2 {
    margin: 2em 0 1em -2em;
  }
  .job-apply {
    margin: 6rem auto 3rem 10rem;
  }
}

.shares {
  display: flex;
  justify-content: left;
  align-content: center;
}

.shares > div {
  display: inline-block;
  margin: 0 2px;
}

.twitter {
  padding-top: 2px;
}

.fade-link {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}

.fade-link:hover,
.fade-link:focus {
  opacity: 0.74;
  text-decoration: none;
}

.header {
  text-align: center;
  background-color: rgba(255,255,255,0.9);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.2s ease-in-out;
  z-index: 20;
  flex-direction: column;
}

.header.nav-up {
  top: -152px;
}

.header-brand {
  display: block;
}

.header-brand:hover {
  text-decoration: none;
}

.header-brand img {
  width: 18.75rem;
  display: inline-block;
}

.header-location {
  font-family: "Trade Gothic Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 0 0 0 2rem;
  position: relative;
  top: 2px;
  color: rgb(0 0 0);
}

.header-link {
  font-family: "Trade Gothic Bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--brand-red);
  margin: 3rem 0 0 3rem;
  top: 1px;
  position: relative;
  display: inline-block;
}

.header-link:hover {
  text-decoration: none;
  color: rgb(0 0 0);
}

@media screen and (min-width: 630px) {
  .header {
    flex-direction: row;
  }
  .header-link {
    margin: 0 0 0 3rem;
  }
  .header.nav-up {
    top: -96px;
  }
}

.figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  text-align: center;
  font-size: 4rem;
  margin: 3rem 0 2rem;
  color: var(--brand-red);
}

.width-med {
  max-width: 60rem;
  margin: 0 auto;
}

.container-search {
  max-width: 70%;
}

.results-title {
  text-align: left;
  font-size: 5rem;
}

.lede {
  font-weight: 400;
}

.results-grid {
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  margin: 4rem auto 2rem;
}

.result {
  background-color: var(--brand-red);
  color: #fff;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.result h2 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 3.6rem;
}

.result h2 a {
  color: #333;
}

.result h3 {
  margin: 0 0 1.5rem;
  font-family: "Trade Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.result p {
  font-size: 1.2rem;
  margin: auto 0 2rem;
}

.search-form {
  max-width: 36rem;
  margin: 0 auto 2rem;
}

input[type="file"] {
  height: auto;
}

textarea.form-control {
  resize: vertical;
}

.app-form {
  max-width: 72rem;
  margin: 0 auto;
}

.help-text {
  font-size: 1.2rem;
  opacity: 0.7;
  margin: 0.5rem;
  font-style: italic;
}

.spaced-rule {
  margin: 4rem 1rem;
}

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

.privacy-title {
  color: var(--brand-red);
  text-align: left;
  font-size: 5rem;
}