@import url(https://fonts.googleapis.com/css?family=Quattrocento|Quattrocento+Sans:400,400i,700,700i);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *	`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

.animatable .section-label {
  overflow: hidden; }
  @media (min-width: 768px) {
    .animatable .section-label {
      width: 0;
      white-space: nowrap; } }

.animatable .headline,
.animatable .headline--small,
.animatable .headline--large {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s; }

.animatable .generic-content-banner__content-wrapper {
  opacity: 0;
  transition: opacity 0.3s linear 0.1s; }

.animatable.active .generic-content-banner__content-wrapper {
  opacity: 1; }

@media (min-width: 768px) {
  .animatable.active .section-label {
    -webkit-animation: type 2s steps(60, end) 0s;
    animation: type 2s steps(60, end) 0s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; } }

.animatable.active .headline,
.animatable.active .headline--small,
.animatable.active .headline--large {
  opacity: 1; }

.spacer {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 60px;
  flex: 0 0 100%;
  border: blue; }
  @media (max-width: 480px) {
    .spacer {
      height: 30px; } }
  .spacer--small {
    height: 30px;
    border: red; }
    @media (max-width: 480px) {
      .spacer--small {
        height: 15px; } }
  .spacer--large {
    border: pink;
    height: 90px; }
    @media (max-width: 480px) {
      .spacer--large {
        height: 45px; } }

.loading-spinner {
  display: block;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #373a36;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; }

@media (max-width: 767px) {
  .hide\@m {
    display: none; } }

@media (min-width: 768px) {
  .hide\@d {
    display: none; } }

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5; }
  body.noscroll {
    overflow: hidden; }

a {
  color: inherit; }

.ohnohoney {
  display: none; }

.customiseField {
  display: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 h6,
.h6 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
  display: block; }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 h6 a,
  .h6 a {
    text-decoration: none;
    color: inherit;
    border: none;
    transition: color 0.4s; }
    h1 a:hover,
    .h1 a:hover,
    h2 a:hover,
    .h2 a:hover,
    h3 a:hover,
    .h3 a:hover,
    h4 a:hover,
    .h4 a:hover,
    h5 a:hover,
    .h5 h6 a:hover,
    .h6 a:hover {
      color: #c6aa76; }

h1,
.h1 {
  font-size: calc( 30px + (58 - 30) * ((100vw - 320px) / (1024 - 320)));
  letter-spacing: 0.5px;
  line-height: 1; }
  @media (max-width: 320px) {
    h1,
    .h1 {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 58px; } }
  h1.alt,
  .body-content--alt h1,
  .h1.alt,
  .body-content--alt
  .h1 {
    font-size: calc( 30px + (52 - 30) * ((100vw - 320px) / (1024 - 320)));
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal; }
    @media (max-width: 320px) {
      h1.alt,
      .body-content--alt h1,
      .h1.alt,
      .body-content--alt
      .h1 {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      h1.alt,
      .body-content--alt h1,
      .h1.alt,
      .body-content--alt
      .h1 {
        font-size: 52px; } }
  h1.sm,
  .h1.sm {
    font-size: calc( 30px + (48 - 30) * ((100vw - 320px) / (1024 - 320))); }
    @media (max-width: 320px) {
      h1.sm,
      .h1.sm {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      h1.sm,
      .h1.sm {
        font-size: 48px; } }

h2,
.h2 {
  font-size: calc( 24px + (40 - 24) * ((100vw - 320px) / (1024 - 320)));
  letter-spacing: 1px;
  line-height: 1.1; }
  @media (max-width: 320px) {
    h2,
    .h2 {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 40px; } }
  h2.alt,
  .body-content--alt h2,
  .h2.alt,
  .body-content--alt
  .h2 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal; }

h3,
.h3 {
  font-size: calc( 20px + (24 - 20) * ((100vw - 320px) / (1024 - 320)));
  letter-spacing: 0.6px;
  line-height: 1.2; }
  @media (max-width: 320px) {
    h3,
    .h3 {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 24px; } }
  h3.alt,
  .body-content--alt h3,
  .h3.alt,
  .body-content--alt
  .h3 {
    font-size: calc( 20px + (26 - 20) * ((100vw - 320px) / (1024 - 320)));
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal; }
    @media (max-width: 320px) {
      h3.alt,
      .body-content--alt h3,
      .h3.alt,
      .body-content--alt
      .h3 {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      h3.alt,
      .body-content--alt h3,
      .h3.alt,
      .body-content--alt
      .h3 {
        font-size: 26px; } }

h4,
.h4 {
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 1.22; }
  h4.alt,
  .body-content--alt h4,
  .h4.alt,
  .body-content--alt
  .h4 {
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 1.57; }

small,
.small {
  font-size: 12px; }

label,
.label {
  display: block; }

.label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.date {
  display: block;
  font-size: 12px;
  color: #939598;
  padding: 10px 0;
  border-bottom: 1px solid #c6aa76;
  margin-bottom: 15px; }

dl {
  margin: 0;
  padding: 0; }

dt,
dd {
  margin: 0;
  padding: 0; }

button {
  outline: none; }

svg path {
  fill: currentColor; }

.link {
  border: none;
  background: transparent;
  font: inherit;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap; }
  .link > * {
    display: inline-block;
    vertical-align: middle; }
  .link svg {
    width: 13px;
    height: 13px;
    margin-right: 8px;
    color: #c6aa76; }

a {
  text-decoration: none; }
  a:focus {
    outline: none; }

label,
button {
  cursor: pointer; }

figure {
  margin: 0;
  padding: 0; }
  figure img {
    width: 100%; }

img {
  max-width: 100%;
  height: auto; }
  img[style] {
    height: auto !important; }

p,
ul,
ol,
dl,
table,
figure,
hr,
pre {
  margin: 0 0 1.5rem 0; }

table {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 42px; }

th,
td {
  vertical-align: top;
  padding: 8px;
  border: 1px solid #ccc; }

.btn + * {
  margin-top: 1.5rem; }

[class*='-wrapper'] {
  width: 100%; }

.container.container--example {
  padding-top: 40px;
  padding-bottom: 40px; }
  .container.container--example .mega-link b,
  .container.container--example .mega-link a {
    display: inline-block;
    padding: 5px;
    background: #000;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
    font-weight: normal; }
  .container.container--example .mega-link a {
    background-color: #c6aa76; }

.article--afterhead {
  padding-top: 0 !important; }

@media (min-width: 768px) {
  .article > .container,
  .container.container--article {
    font-size: 18px;
    line-height: 1.67; } }

.richtext a:not(.btn) {
  border-bottom: 1px solid #c6aa76; }
  .richtext a:not(.btn):hover, .richtext a:not(.btn):focus {
    border-color: #004040; }

.slider__nav {
  color: #c6aa76;
  padding: 0; }
  .slider__nav svg {
    width: 32px;
    height: 32px; }
  @media (min-width: 1260px) {
    .slider__nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .slider__nav.prev {
        left: -60px; }
      .slider__nav.next {
        right: -60px; } }

.btn-ui {
  font-weight: bold;
  display: block;
  border: none;
  background: transparent;
  padding: 5px 0; }
  .btn-ui:hover {
    text-decoration: underline; }

.ticklist {
  list-style: none;
  padding-left: 0; }
  .ticklist > li {
    padding-left: 40px;
    position: relative; }
    .ticklist > li:before {
      content: '';
      position: absolute;
      top: 4px;
      left: 0;
      width: 15px;
      height: 15px;
      background: url("../images/tick.png") no-repeat 0 0; }

#btn-designs {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999; }

.form {
  padding: 30px 0; }
  .form .field {
    max-width: 490px; }
  .modal .form {
    padding: 0; }
    .modal .form .field {
      max-width: 550px; }
  .block--grey .form {
    margin: 0 auto; }
  .block--grey .form {
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .block--grey .form {
        padding: 60px 80px; } }
  @media (min-width: 768px) {
    .form .btn {
      min-width: 270px; } }

@media (min-width: 768px) {
  form .btn {
    min-width: 270px; } }

pre {
  font-size: 14px;
  line-height: 1.2;
  padding: 8px;
  background: #eee; }

.field-validation-error {
  margin-top: 5px;
  color: #de6663;
  padding: 8px 0;
  font-size: 14px; }

.validation-summary-errors ul,
.validation-summary-errors li {
  list-style: none;
  padding: 0;
  margin: 0; }

.validation-summary-errors li {
  margin-top: 5px;
  color: #de6663;
  padding: 8px 0;
  font-size: 14px; }

.bc-marketo-form .mktoAsterix {
  position: absolute;
  margin-left: -10px; }

.bc-marketo-form .mktoFormCol {
  padding: 10px 0; }

.bc-marketo-form .mktoErrorMsg {
  margin-top: 5px;
  color: #de6663;
  padding: 8px 0;
  font-size: 14px; }

.bc-marketo-form .mktoLogicalField {
  padding-left: 36px;
  display: block;
  position: relative; }
  .bc-marketo-form .mktoLogicalField > input {
    position: absolute;
    top: 0;
    left: -999em; }
    .bc-marketo-form .mktoLogicalField > input + label {
      position: static; }
      .bc-marketo-form .mktoLogicalField > input + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1.5rem;
        height: 1.5rem;
        border: 1px solid #bdc1c8;
        user-select: none;
        background-color: #fff;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
    .bc-marketo-form .mktoLogicalField > input[type='checkbox']:checked + label:before {
      background-image: url("../images/tick.png"); }
    .bc-marketo-form .mktoLogicalField > input[type='radio'] + label:before {
      border-radius: 50%; }
    .bc-marketo-form .mktoLogicalField > input[type='radio'] + label:after {
      border-radius: 50%;
      content: '';
      width: .6rem;
      height: .6rem;
      background-color: #fff;
      position: absolute;
      top: .75rem;
      left: .75rem;
      transform: translate(-50%, -50%);
      transition: background-color 0.3s; }
    .bc-marketo-form .mktoLogicalField > input[type='radio']:checked + label:after {
      background-color: #c6aa76; }
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.flickity-page-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  text-align: right; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #d2d9dc;
  border-radius: 50%;
  opacity: 0.3;
  cursor: pointer; }

.flickity-page-dots .dot:hover {
  opacity: 1; }

.flickity-page-dots .dot.is-selected {
  background-color: #37a640;
  opacity: 1; }

.flickity-resize .slider__cell {
  min-height: 100%;
  height: 100%; }

.slider {
  position: relative; }
  .slider__wrapper {
    position: relative; }
  .slider__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    margin-top: 20px; }
  .slider__cell {
    width: 100%;
    min-width: 320px;
    display: flex; }
    .slider__cell > * {
      width: 100%; }
  .slider__nav {
    display: block;
    cursor: pointer;
    padding: 5px;
    background: none;
    border: none; }
  .slider__label {
    display: none; }
  .slider__bullets {
    list-style: none;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    line-height: 1; }
    .slider__bullets li {
      display: inline-block;
      height: 9px;
      width: 9px;
      background: transparent;
      border-radius: 50%;
      margin: 5px;
      text-align: left;
      text-indent: -999em;
      cursor: pointer;
      transition: all 0.3s;
      border: 1px solid #c6aa76; }
      .slider__bullets li.selected {
        background-color: #c6aa76;
        border-color: rgba(0, 0, 0, 0); }
  .slider--fade .flickity-slider {
    transform: none; }
  .slider--fade .slider__cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
    width: 100% !important; }
    .slider--fade .slider__cell.is-selected {
      opacity: 1;
      z-index: 0; }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative; }
  @media (min-width: 768px) {
    .container {
      padding: 0 35px; } }
  .container--sm {
    max-width: 420px; }
  .container--md {
    max-width: 768px; }
  .container--lg {
    max-width: 1325px; }
.image {
  position: relative;
  line-height: 1; }
  .image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block; }
  .image.placeholder {
    height: 0; }
    .image.placeholder > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ccc; }

/*
.spinner {
	position: absolute;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
}

.bubble-1,
.bubble-2 {
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: #4b9cdb;
}

.bubble-2 {
	top: auto;
	bottom: 0;
}

@keyframes loadingI {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes bounce {
	0%,
	100% {
		transform: scale(0);
	}

	50% {
		transform: scale(1);
	}
}

.spinner {
	animation: loadingI 2s linear infinite;
}

.bubble-1,
.bubble-2 {
	animation: bounce 2s ease-in-out infinite;
}

.bubble-2 {
	animation-delay: -1s;
}
*/
.nav-item {
  position: relative; }
  .nav-item__arrow {
    display: inline-block;
    color: #c6aa76;
    width: 10px;
    height: 10px;
    transition: transform 0.3s;
    margin: 0 0 0 8px; }
.nav-level {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1; }
  .nav-level a,
  .nav-level .a {
    text-decoration: none;
    display: block;
    padding: 5px 0; }

.nav-item__external {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  line-height: 1;
  opacity: 0.4;
  transition: opacity 0.3s; }

.nav-item a:hover .nav-item__external, .nav-item a:focus .nav-item__external {
  opacity: 1; }
.content-expander {
  transition: height 0.3s;
  height: auto;
  overflow: hidden; }
.header-mobile {
  background-color: #004040;
  color: #ffffff; }
  @media (min-width: 768px) {
    .header-mobile {
      display: none; } }
  .header-mobile__head {
    position: relative;
    padding: 20px 0; }
  .header-mobile__logo {
    display: block;
    max-width: 155px; }
  .header-mobile__hamburger {
    border: none;
    background: transparent;
    outline: none;
    height: 50px;
    width: 50px;
    line-height: 1;
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .header-mobile__hamburger > span {
      width: 30px;
      height: 2px;
      background-color: #c6aa76;
      display: block;
      margin: 6px auto;
      transition: all 0.3s ease-in-out; }
    .header-mobile__hamburger.active {
      transition: all 0.3s ease-in-out;
      transition-delay: 0.6s;
      transform: translate(0, -50%) rotate(45deg); }
      .header-mobile__hamburger.active > span:nth-child(2) {
        width: 0px; }
      .header-mobile__hamburger.active > span:nth-child(1), .header-mobile__hamburger.active > span:nth-child(3) {
        transition-delay: 0.3s; }
      .header-mobile__hamburger.active > span:nth-child(1) {
        transform: translateY(8px); }
      .header-mobile__hamburger.active > span:nth-child(3) {
        transform: translateY(-8px) rotate(90deg); }
  .header-mobile__nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0; }
    .header-mobile__nav a,
    .header-mobile__nav .a {
      display: block;
      padding: 12px 30px; }
    .header-mobile__nav .has-children .arrow {
      transform: rotate(0);
      transition: transform 0.5s; }
    .header-mobile__nav .has-children.open > a {
      font-weight: bold; }
      .header-mobile__nav .has-children.open > a > .arrow {
        transform: rotate(-180deg); }
  .header-mobile__scroller {
    background-color: #003434;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase; }
    .header-mobile__scroller.sm {
      font-size: 12px;
      letter-spacing: 1px; }
    .header-mobile__scroller:before {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 20px;
      left: 0;
      width: 20px;
      z-index: 2;
      background: -moz-linear-gradient(left, #003434 0%, rgba(0, 52, 52, 0) 100%);
      background: -webkit-linear-gradient(left, #003434 0%, rgba(0, 52, 52, 0) 100%);
      background: linear-gradient(to right, #003434 0%, rgba(0, 52, 52, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003434', endColorstr='#00003434',GradientType=1 ); }
    .header-mobile__scroller:after {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 20px;
      right: 0;
      width: 20px;
      z-index: 2;
      background: -moz-linear-gradient(left, rgba(0, 52, 52, 0) 0%, rgba(0, 52, 52, 0.01) 1%, #003434 100%);
      background: -webkit-linear-gradient(left, rgba(0, 52, 52, 0) 0%, rgba(0, 52, 52, 0.01) 1%, #003434 100%);
      background: linear-gradient(to right, rgba(0, 52, 52, 0) 0%, rgba(0, 52, 52, 0.01) 1%, #003434 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003434', endColorstr='#003434',GradientType=1 ); }
    .header-mobile__scroller .nav-item {
      position: relative; }
    .header-mobile__scroller a {
      display: block;
      color: #e6e6e6;
      padding: 25px 30px; }
    .header-mobile__scroller .nav-level {
      display: flex;
      white-space: nowrap;
      overflow-y: noscroll;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .header-mobile__scroller > div {
      max-width: 1200px;
      margin: 0 auto;
      position: relative; }
    .header-mobile__scroller .indicator {
      position: absolute;
      bottom: 0;
      height: 2px;
      background: #c6aa76;
      width: 100px;
      left: 0;
      transition: all 0.5s; }
    .header-mobile__scroller .selector a span span {
      display: inline-block;
      border-bottom: 2px solid #c6aa76; }
.header-desktop {
  background-color: #004040;
  color: #ffffff;
  padding: 30px 0; }
  @media (min-width: 1180px) {
    .header-desktop {
      padding-bottom: 13px; } }
  @media (max-width: 767px) {
    .header-desktop {
      display: none; } }
  .header-desktop__logo {
    display: block;
    max-width: 230px;
    width: 100%; }
  @media (min-width: 1180px) {
    .header-desktop__main {
      display: flex; }
      .header-desktop__main .header-desktop__area-logo {
        width: 15%; }
      .header-desktop__main .header-desktop__area-nav {
        flex-grow: 1;
        width: 85%;
        padding-left: 80px; } }
  .header-desktop__global {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    margin: -30px 0 15px 0;
    position: relative; }
    @media (min-width: 1180px) {
      .header-desktop__global {
        margin-top: -10px; } }
    .header-desktop__global a {
      display: block;
      color: #e6e6e6;
      padding: 10px 15px;
      position: relative; }
      .header-desktop__global a > span {
        position: relative; }
        .header-desktop__global a > span:after {
          content: '';
          height: 1px;
          position: absolute;
          bottom: -4px;
          left: 0;
          width: 0;
          background: #c6aa76;
          opacity: 0;
          transition: all 0.3s; }
      .header-desktop__global a:hover > span:after, .header-desktop__global a:focus > span:after {
        opacity: 1;
        width: 100%; }
    .header-desktop__global .selector a > span:after {
      bottom: -5px; }
    .header-desktop__global .nav {
      display: inline-block; }
    .header-desktop__global .nav-level {
      display: flex; }
    .header-desktop__global .nav-item {
      position: relative; }
    .header-desktop__global .selector a span span {
      display: inline-block;
      position: relative; }
      .header-desktop__global .selector a span span:after {
        content: '';
        position: absolute;
        height: 1px;
        bottom: -5px;
        left: 0;
        right: 0;
        background: #c6aa76; }
  .header-desktop__primary {
    transition: all 0.2s;
    position: relative; }
  .header-desktop--purple {
    background-color: #502b3a; }

.nav--primary {
  position: relative; }
  .nav--primary .nav-item__arrow {
    transform: rotate(0);
    transition: all 0.3s; }
  .nav--primary .focused > a .nav-item__arrow,
  .nav--primary .active > a .nav-item__arrow {
    transform: rotate(-180deg); }
  .nav--primary a {
    outline: none; }
  .nav--primary .nav-level--1 {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .nav--primary .nav-level--1 > .nav-item {
      position: static;
      display: flex; }
      .nav--primary .nav-level--1 > .nav-item > a,
      .nav--primary .nav-level--1 > .nav-item > .a {
        font-size: 18px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding: 13px;
        position: relative; }
        .nav--primary .nav-level--1 > .nav-item > a:after,
        .nav--primary .nav-level--1 > .nav-item > .a:after {
          content: '';
          height: 0;
          position: absolute;
          left: 13px;
          right: 13px;
          bottom: -2px;
          background: #c6aa76;
          opacity: 0;
          transition: height 0.3s, opacity 0.2s;
          z-index: 3; }
      .nav--primary .nav-level--1 > .nav-item.has-children > a,
      .nav--primary .nav-level--1 > .nav-item.has-children > .a {
        padding-right: 30px; }
        .nav--primary .nav-level--1 > .nav-item.has-children > a > .arrow,
        .nav--primary .nav-level--1 > .nav-item.has-children > .a > .arrow {
          position: absolute;
          right: 13px;
          top: 16px; }
      .nav--primary .nav-level--1 > .nav-item > a:hover, .nav--primary .nav-level--1 > .nav-item > a:focus {
        color: #c6aa76; }
      .nav--primary .nav-level--1 > .nav-item.focused > a,
      .nav--primary .nav-level--1 > .nav-item.active > a,
      .nav--primary .nav-level--1 > .nav-item > a:focus {
        color: #c6aa76; }
        .nav--primary .nav-level--1 > .nav-item.focused > a + .nav-level,
        .nav--primary .nav-level--1 > .nav-item.active > a + .nav-level,
        .nav--primary .nav-level--1 > .nav-item > a:focus + .nav-level {
          visibility: visible;
          opacity: 1;
          z-index: 2; }
      .nav--primary .nav-level--1 > .nav-item.focused > a:after,
      .nav--primary .nav-level--1 > .nav-item.active > a:after {
        height: 3px;
        opacity: 1; }
  .nav--primary .nav-level--2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    padding: 14px 0;
    opacity: 0;
    border-top: 1px solid #245757;
    margin-top: 1px;
    transition: all 0.2s;
    visibility: hidden;
    transition-delay: 0.4s; }
    .nav--primary .nav-level--2:focus-within {
      visibility: visible;
      opacity: 1;
      z-index: 2; }
    .nav--primary .nav-level--2 > .nav-item {
      position: static; }
      .nav--primary .nav-level--2 > .nav-item > a,
      .nav--primary .nav-level--2 > .nav-item > .a {
        display: block;
        padding: 14px;
        position: relative; }
        .nav--primary .nav-level--2 > .nav-item > a:hover, .nav--primary .nav-level--2 > .nav-item > a:focus,
        .nav--primary .nav-level--2 > .nav-item > .a:hover,
        .nav--primary .nav-level--2 > .nav-item > .a:focus {
          color: #ffffff; }
      .nav--primary .nav-level--2 > .nav-item.focused > a,
      .nav--primary .nav-level--2 > .nav-item.active > a,
      .nav--primary .nav-level--2 > .nav-item > a:focus {
        color: #ffffff;
        font-weight: bold; }
      .nav--primary .nav-level--2 > .nav-item.focused > a + .nav-level,
      .nav--primary .nav-level--2 > .nav-item.active > a + .nav-level,
      .nav--primary .nav-level--2 > .nav-item > a:focus + .nav-level {
        visibility: visible;
        opacity: 1;
        z-index: 3; }
  .nav--primary .nav-level--2 > .nav-item,
  .nav--primary .nav-level--3 > .nav-item {
    padding: 6px 14px; }
    .nav--primary .nav-level--2 > .nav-item > a,
    .nav--primary .nav-level--2 > .nav-item > .a,
    .nav--primary .nav-level--3 > .nav-item > a,
    .nav--primary .nav-level--3 > .nav-item > .a {
      padding: 8px 0;
      display: inline-block;
      position: relative;
      line-height: 1.2; }
    .nav--primary .nav-level--2 > .nav-item > a,
    .nav--primary .nav-level--3 > .nav-item > a {
      display: inline-block; }
      .nav--primary .nav-level--2 > .nav-item > a:after,
      .nav--primary .nav-level--3 > .nav-item > a:after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        bottom: 5px;
        border-bottom: 1px solid #c6aa76;
        transition: width 0.4s; }
      .nav--primary .nav-level--2 > .nav-item > a:hover,
      .nav--primary .nav-level--3 > .nav-item > a:hover {
        color: #ffffff; }
      .nav--primary .nav-level--2 > .nav-item > a:hover, .nav--primary .nav-level--2 > .nav-item > a:focus,
      .nav--primary .nav-level--3 > .nav-item > a:hover,
      .nav--primary .nav-level--3 > .nav-item > a:focus {
        outline: none; }
        .nav--primary .nav-level--2 > .nav-item > a:hover:after, .nav--primary .nav-level--2 > .nav-item > a:focus:after,
        .nav--primary .nav-level--3 > .nav-item > a:hover:after,
        .nav--primary .nav-level--3 > .nav-item > a:focus:after {
          width: 100%; }
  .nav--primary .nav-level--3 {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 22px 0 38px 0;
    opacity: 0;
    border-top: 1px solid #245757;
    margin-top: 1px;
    transition: all 0.2s;
    visibility: hidden;
    color: #ccc;
    transition-delay: 0.4s; }
    .nav--primary .nav-level--3.multiple {
      columns: 3;
      column-gap: 30px; }
    .nav--primary .nav-level--3:focus-within {
      visibility: visible;
      opacity: 1;
      z-index: 3; }
    .nav--primary .nav-level--3 > .nav-item {
      padding: 6px 14px; }
@media (min-width: 1224px) {
  .header {
    padding: 40px 40px 0 40px;
    background-color: #fff; } }

.header a {
  color: inherit; }

.header__inner {
  padding: 35px;
  background-color: #004040;
  color: #ffffff; }

.header__container {
  padding: 0; }

.header .nav-item.favourites a > span {
  position: relative;
  padding-left: 22px; }
  .header .nav-item.favourites a > span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/star-filled--sm.png") no-repeat 50% 50%;
    margin-top: -2px; }

body:not(.has-favourites) .header .nav-item.favourites {
  display: none; }
.debug .warn {
  background-color: #fbe8be; }
.placeholder {
  padding: 60px;
  background: #eee; }
  .placeholder table {
    margin: 0; }
.icon {
  /*
	display: inline-block;
	background: red;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	*/ }
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 5px 0;
  line-height: 1.3;
  cursor: pointer;
  color: initial;
  margin: 0;
  transition: all 0.3s;
  border: none;
  background: transparent;
  text-align: left;
  outline: none;
  font-family: inherit;
  font-family: inherit;
  transition: all 0.3s; }
  .btn, .btn:focus {
    outline: none; }
  .btn__arrow {
    position: absolute;
    width: 16px;
    height: auto;
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
    transition: all 0.3s;
    pointer-events: none; }
    .btn__arrow svg {
      width: 16px;
      vertical-align: middle; }
  .btn:hover .btn__arrow, .btn:focus .btn__arrow {
    transform: translate(5px, -50%); }
  .btn--primary, .btn--secondary {
    text-transform: uppercase;
    border-radius: 50px;
    padding: 18px 44px 18px 22px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2.2px; }
    .btn--primary .btn__arrow, .btn--secondary .btn__arrow {
      right: 18px; }
  .btn--primary {
    background-color: #fff;
    color: #002a2a;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .btn--primary:hover, .btn--primary:focus {
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
      background-color: #c6aa76;
      color: #fff; }
  .btn--secondary {
    border: 1px solid #1d1d1d;
    color: #1d1d1d; }
    .btn--secondary:hover, .btn--secondary:focus {
      background-color: #c6aa76;
      color: #fff;
      border-color: #c6aa76; }
  .btn--tertiary {
    padding: 10px 44px 10px 0;
    font-size: inherit;
    font-weight: bold;
    color: #1d1d1d; }
    .btn--tertiary:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0px;
      height: 1px;
      background-color: #c6aa76; }
    .btn--tertiary .btn__arrow {
      right: 9px;
      color: #c6aa76; }
  .btn--wide {
    display: block;
    width: 100%; }
  .btn + .btn {
    margin-top: 18px; }
  .btn--wide + .btn {
    margin-top: 10px; }
  @media (min-width: 481px) {
    .btn:not(.btn--wide) + .btn:not(.btn--wide) {
      margin-left: 30px; } }
  .btn[disabled] {
    opacity: .6; }

span.btn {
  padding: 0; }
  span.btn input, span.btn button {
    background: transparent;
    padding: 18px 44px 18px 22px;
    border: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: left; }
::placeholder {
  text-overflow: ellipsis; }

::-webkit-input-placeholder {
  text-overflow: ellipsis; }

.suggested-terms-input-madlib {
  display: inline-block; }
  .suggested-terms-input-madlib__input {
    display: inline-block;
    position: relative; }
    .suggested-terms-input-madlib__input > span {
      width: 0;
      overflow: hidden;
      position: relative;
      display: inline-block;
      white-space: nowrap; }
  .suggested-terms-input-madlib input[type='text'] {
    vertical-align: initial;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    color: #c6aa76;
    font-family: inherit;
    font-size: inherit;
    max-width: 600px;
    width: auto;
    display: inline-block;
    line-height: inherit;
    border-radius: 0;
    display: inline-block;
    border: none;
    border-bottom: 2px dotted currentColor;
    vertical-align: middle;
    max-width: 100%; }
    .suggested-terms-input-madlib input[type='text'], .suggested-terms-input-madlib input[type='text']:hover, .suggested-terms-input-madlib input[type='text']:focus {
      background: transparent; }
  .suggested-terms-input-madlib__popup {
    line-height: 1;
    position: absolute;
    margin-top: 2px;
    left: 0;
    background: #f4f4f4;
    display: block;
    color: #262626;
    z-index: 99999999999;
    min-width: 300px;
    font-size: 16px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .suggested-terms-input-madlib__popup ul,
    .suggested-terms-input-madlib__popup li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .suggested-terms-input-madlib__popup li > * {
      cursor: pointer;
      display: block;
      padding: 10px 0; }
      .suggested-terms-input-madlib__popup li > *.active {
        color: #c6aa76; }
  .suggested-terms-input-madlib__results {
    position: relative;
    padding: 40px !important; }
  .suggested-terms-input-madlib__icon {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 25px;
    height: 25px;
    transition: opacity 0.3s;
    cursor: pointer; }
    .suggested-terms-input-madlib__icon path {
      fill: #c6aa76; }
  .suggested-terms-input-madlib--open .suggested-terms-input-madlib__popup {
    animation: fadeIn 0.2s; }
  .suggested-terms-input-madlib--closing .suggested-terms-input-madlib__popup {
    animation: fadeOut 0.2s; }
  .suggested-terms-input-madlib__heading {
    /*font-size: 11px;
		text-shadow: none;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #939598;*/ }
.mad-lib-search .label {
  color: #c6aa76; }

.mad-lib-search .btn {
  display: block;
  min-width: 270px; }

.mad-lib-search__text {
  margin-bottom: 40px; }

.mad-lib-search .mobile-only {
  display: none; }

.mad-lib-search + .listings {
  margin-top: 30px; }
.job-alert-signup__btn, .job-alert-signup__mobile__btn, .job-alert-signup__details__btn {
  background: rgba(0, 0, 0, 0);
  border: none;
  display: inline-block;
  width: auto;
  color: #000000;
  line-height: 1.57;
  padding: 24px;
  transition: all 0.5s;
  position: relative;
  text-align: right; }

.job-alert-signup__lead, .job-alert-signup__mobile__lead, .job-alert-signup__details__lead {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-right: 12px; }

.job-alert-signup__label, .job-alert-signup__mobile__label, .job-alert-signup__details__label {
  font-size: 16px; }

.job-alert-signup__arrow, .job-alert-signup__mobile__arrow, .job-alert-signup__details__arrow {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: center;
  border: 1px solid #c6aa76;
  border-radius: 50%;
  color: #c6aa76;
  padding: 15px;
  margin-left: 12px; }

@media (min-width: 768px) {
  .job-alert-signup__mobile {
    display: none; }
  .job-alert-signup {
    width: 50%; }
    .job-alert-signup__details {
      max-width: 49%;
      float: right;
      position: absolute;
      margin-left: 45.5%; }
      .job-alert-signup__details__btn {
        padding: 15px; }
      .job-alert-signup__details__lead {
        display: inline-block;
        vertical-align: middle;
        max-width: 74%;
        text-align: left; }
  .job-alert_details {
    padding-bottom: 8%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .job-alert-signup__lead {
    display: inline-block;
    max-width: 67%;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .job-alert-signup {
    display: none; }
  .job-alert-signup__mobile {
    display: block; }
  .job-alert-signup__mobile__btn, .job-alert-signup__details__btn {
    text-align: left;
    padding-right: 100px;
    color: #ffffff;
    margin-bottom: -24px;
    width: auto; }
    .job-alert-signup__mobile__btn > span, .job-alert-signup__details__btn > span {
      display: block; }
  .job-alert-signup__mobile__arrow, .job-alert-signup__details__arrow {
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%); } }

.job-alert-signup__details__btn {
  color: #ffffff; }
::placeholder {
  text-overflow: ellipsis; }

::-webkit-input-placeholder {
  text-overflow: ellipsis; }

.suggested-terms-input {
  position: relative;
  width: 100%;
  margin-bottom: 0.6rem;
  display: inline-block; }
  @media (min-width: 768px) {
    .suggested-terms-input {
      margin-right: 2rem;
      width: auto; } }
  .suggested-terms-input:last-child {
    margin: 0; }
  .suggested-terms-input__input {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #cacaca; }
    @media (min-width: 768px) {
      .suggested-terms-input__input {
        width: 300px;
        border-radius: 4px;
        border: solid 1px #cacaca;
        background-color: #22222400; } }
    .suggested-terms-input__input > span:not(.icon) {
      width: 0;
      overflow: hidden;
      position: relative;
      display: inline-block;
      white-space: nowrap; }
  .suggested-terms-input .icon {
    width: 17px;
    height: 16px;
    display: block;
    margin-right: 0.5rem;
    margin-left: 0.50rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
    .suggested-terms-input .icon svg {
      width: 80%;
      height: 100%;
      color: #c6aa76; }
  .suggested-terms-input .suggested-terms-input__clearicon {
    right: 0;
    left: auto;
    width: 10px;
    height: 10px;
    pointer-events: all;
    z-index: 3;
    display: none; }
    .suggested-terms-input .suggested-terms-input__clearicon svg {
      position: absolute; }
  .suggested-terms-input input[type='text'] {
    vertical-align: initial;
    background: none;
    outline: 0;
    padding: 0;
    color: #c6aa76;
    font-family: inherit;
    font-size: inherit;
    max-width: 600px;
    width: 100%;
    display: inline-block;
    line-height: inherit;
    border-radius: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    border: none;
    border-bottom: 0px solid #c6aa76;
    padding: 0.5rem 0 0.5rem 25px;
    vertical-align: middle;
    max-width: 100%; }
    .suggested-terms-input input[type='text']::-ms-clear {
      display: none; }
  .suggested-terms-input--focus input[type='text'] {
    border-color: #fff !important; }
  .suggested-terms-input--populated .suggested-terms-input__clearicon {
    display: block; }
  .suggested-terms-input__popup {
    line-height: 1;
    position: absolute;
    background: #fff;
    display: block;
    color: #262626;
    z-index: 99999999999;
    min-width: 300px;
    font-size: 16px;
    left: -1rem;
    right: -1rem; }
    .suggested-terms-input__popup .loader {
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center; }
    .suggested-terms-input__popup ul,
    .suggested-terms-input__popup li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .suggested-terms-input__popup li > * {
      cursor: pointer;
      display: block;
      padding: 10px 0; }
      .suggested-terms-input__popup li > *.active {
        color: #c6aa76; }
  .suggested-terms-input__results {
    position: relative;
    padding: 0.8rem 0.8rem !important;
    min-height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-width: 0 2px 2px; }
  .suggested-terms-input__icon {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 25px;
    height: 25px;
    transition: opacity 0.3s;
    cursor: pointer; }
    .suggested-terms-input__icon path {
      fill: #c6aa76; }
  .suggested-terms-input--open .suggested-terms-input__popup {
    animation: fadeIn 0.2s; }
  .suggested-terms-input--open .suggested-terms-input__input:before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: -0.5rem;
    left: -1rem;
    right: -1rem;
    bottom: 0;
    z-index: 0; }
  .suggested-terms-input--closing .suggested-terms-input__popup {
    animation: fadeOut 0.2s; }
  .suggested-terms-input__heading {
    /*font-size: 11px;
		text-shadow: none;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #939598;*/ }
.job-search .label {
  color: #c6aa76; }

.job-search .btn {
  display: block;
  min-width: 270px; }

.job-search__text {
  margin-bottom: 25px; }

.job-search .mobile-only {
  display: none; }

.job-search + .listings {
  margin-top: 30px; }

@media (min-width: 768px) {
  .job-search.compact {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .job-search.compact .job-search__text {
    margin: 0;
    flex: 0 0 640px;
    margin-right: 2rem;
    margin-bottom: 1rem; } }
.btn-apply {
  margin: 15px 0; }
  .btn-apply__check {
    display: flex;
    align-items: center;
    line-height: 1.2; }
    .btn-apply__check svg {
      margin-right: 15px;
      display: block; }
    .btn-apply__check .btn-apply__body {
      font-size: 14px; }
    .btn-apply__check .label {
      color: #c6aa76;
      margin: 0 0 5px 0;
      display: block;
      font-weight: bold; }
  .btn-apply .btn {
    min-width: 270px; }
.job-meta {
  margin-bottom: 20px; }
  .job-meta dl {
    width: 100%;
    border-bottom: 1px solid rgba(79, 131, 132, 0.5);
    padding-bottom: 5px; }
  .job-meta dt {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #99b3b3;
    font-size: 12px; }
  @media (min-width: 481px) {
    .job-meta {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .job-meta dl {
        flex: 0 0 48%; } }
.job-save {
  display: inline-block;
  color: #c6aa76;
  line-height: 1;
  user-select: none; }
  .job-save__message, .job-save__icon {
    display: inline-block;
    vertical-align: middle; }
  .job-save__message {
    font-size: 12px;
    margin-right: 8px; }
  .job-save__icon {
    height: 25px;
    width: 25px;
    cursor: pointer; }
  .job-save .star-fill,
  .job-save .star-outline {
    transition: opacity 0.3s; }
  .job-save .star-fill {
    opacity: 0; }
  .job-save .star-outline {
    fill: none;
    stroke: #c6aa76;
    stroke-width: 1.5;
    opacity: 1; }
  .job-save.saved .star-fill {
    opacity: 1; }
  .job-save.saved .star-outline {
    opacity: 0; }

.PopupStyle {
  padding: 20px;
  top: 30%;
  left: 30%;
  right: 30%;
  position: fixed; }
  .PopupStyle a {
    text-decoration: underline;
    color: #0000EE; }
  .PopupStyle .h4 {
    background: black;
    padding: 10px;
    color: white; }
    @media only screen and (max-width: 380px) {
      .PopupStyle .h4 {
        font-size: 12px; } }
  .PopupStyle .btnClose {
    margin-top: 10px;
    padding: 12px;
    float: left; }
  @media only screen and (max-width: 380px) {
    .PopupStyle .popupMessage {
      font-size: 12px; } }
.job-header__date {
  border: none;
  margin-bottom: 0; }

.job-header__save {
  text-align: right;
  min-height: 30px; }

@media (min-width: 768px) {
  .job-alert_details .btn-apply {
    float: left;
    max-width: 47%; } }

@media (max-width: 767px) {
  .job-header .btn-apply {
    margin-bottom: 21px; } }
@keyframes type {
  from {
    width: 0; }
  to {
    width: 100%; } }

.block {
  padding: 45px 0;
  position: relative; }
  @media (min-width: 768px) {
    .block {
      padding: 90px 0; } }
  .block .label {
    color: #c6aa76;
    font-weight: bold; }
  .block__image,
  .block .background-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: none;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .block__image,
      .block .background-slider {
        display: block; } }
    .block__image img,
    .block .background-slider img {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
  .block .background-slider .slider__cell {
    transition: opacity 1s ease-in-out;
    height: 100%; }
  .block .background-slider .slider__wrapper,
  .block .background-slider .slider__carousel {
    height: 100%; }
  .block .background-slider .flickity-viewport {
    min-height: 100%; }
  .block--gradient .block__image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#0d000000',GradientType=1 ); }
  @media (min-width: 768px) {
    .block--lg {
      padding: 200px 0; } }
  @media (min-width: 1224px) {
    .block--inset {
      margin-left: 40px;
      margin-right: 40px; } }
  .block--grey {
    background-color: #f5f5f5; }
  .block--black {
    background-color: #222;
    color: #fff; }
    .block--black .btn--secondary {
      border: 1px solid #fff;
      color: #fff; }
    .block--black .btn--tertiary {
      color: #fff; }
  .block--purple {
    background-color: #502b3a;
    color: #fff; }
    .block--purple .btn--secondary {
      border: 1px solid #fff;
      color: #fff; }
    .block--purple .btn--tertiary {
      color: #fff; }
  .block--dark, .block--dark-teal {
    background-color: #004040;
    color: #fff; }
    .block--dark .btn--secondary, .block--dark-teal .btn--secondary {
      border: 1px solid #fff;
      color: #fff; }
    .block--dark .btn--tertiary, .block--dark-teal .btn--tertiary {
      color: #fff; }
  .block--white {
    background-color: #fff; }
