@font-face {
  font-family: "Gotham-Bold";
  src: url(fonts/Gotham-Bold.eot) format("embedded-opentype"), url(fonts/Gotham-Bold.woff) format("woff"), url(fonts/Gotham-Bold.ttf) format("truetype"), url(images/assets/build/fonts/Gotham-Bold/Gotham-Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url(fonts/Gotham-Medium.eot) format("embedded-opentype"), url(fonts/Gotham-Medium.woff) format("woff"), url(fonts/Gotham-Medium.ttf) format("truetype"), url(images/assets/build/fonts/Gotham-Medium/Gotham-Medium.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url(fonts/Gotham-Light.eot) format("embedded-opentype"), url(fonts/Gotham-Light.woff) format("woff"), url(fonts/Gotham-Light.ttf) format("truetype"), url(images/assets/build/fonts/Gotham-Light/Gotham-Light.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-ExtraLight";
  src: url(fonts/Gotham-ExtraLight.eot) format("embedded-opentype"), url(fonts/Gotham-ExtraLight.woff) format("woff"), url(fonts/Gotham-ExtraLight.ttf) format("truetype"), url(images/assets/build/fonts/Gotham-ExtraLight/Gotham-ExtraLight.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url(fonts/Gotham-Book.eot) format("embedded-opentype"), url(fonts/Gotham-Book.woff) format("woff"), url(fonts/Gotham-Book.ttf) format("truetype"), url(images/assets/build/fonts/Gotham-Book/Gotham-Book.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.button {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: white;
  background-color: #DA0530;
  white-space: normal;
}
.button:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.button:hover, .button:focus, .button:active, .button.active {
  color: #dbbac5;
  background-color: #b31130;
  text-decoration: none;
}
.button:hover:after, .button:focus:after, .button:active:after, .button.active:after {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .star-before {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -webkit-box-align: center;
  }
}
.star-before a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  width: 20px;
  background: url(images/assets/build/img/star-outline-alt.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  margin-right: 3px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}
.star-before.active-saved-jobs a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  width: 20px;
  background: url(images/assets/build/img/star-active-alt.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  margin-right: 3px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}

.mobSavedJobs {
  float: right;
  width: auto;
  margin: 25px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .mobSavedJobs {
    display: none !important;
  }
}

.star-after {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.star-after:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 21px;
  width: 20px;
  background: url(images/assets/build/img/star-outline.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 8px;
}
.star-after.active:after {
  background: url(images/assets/build/img/star-active.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 997px) {
  .star-after {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.c-job-teaser .star-after {
  position: absolute;
  right: 32px;
  top: 2.25rem;
}

.job-index-item:hover .job-index-item__button span.star-after:after {
  background: url(images/assets/build/img/star-filled.png) no-repeat center center !important;
  background-size: contain !important;
  height: 21px !important;
  width: 20px !important;
}

.arrow-after {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.arrow-after:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
@media only screen and (min-width: 998px) {
  .arrow-after div {
    display: none;
  }
}

.arrow-before {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.arrow-before:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-right: 8px;
}

.arrow-after--white, .job-index-item:hover .job-index-item__button span:after, .job-index-item:focus .job-index-item__button span:after {
  text-decoration: none;
}
.arrow-after--white:after, .job-index-item:hover .job-index-item__button span:after, .job-index-item:focus .job-index-item__button span:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}

.arrow-before--white {
  text-decoration: none;
}
.arrow-before--white:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-right: 8px;
}

.button--white {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 100%;
  background: #fff;
  color: #000 !important;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  padding: 0.5em 1em;
  transition: all 0.5s;
  margin-top: 20px;
}

.button.white {
  background: #fff;
  color: #000;
  border: 0;
  padding: 10px;
}

.button.white:after {
  display: none;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 100%;
  line-height: 1.125em;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4f145b;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(24.5540540541, 6.2162162162, 28.2837837838);
  text-decoration: underline;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #222;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media screen and (max-width: 767px) {
  #wpfront-scroll-top-container {
    margin-bottom: 40px;
  }
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-symbols-outlined, .c-accordions__button:after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.reciteme-button {
  bottom: 170px !important;
}

.has-black-color {
  color: #222 !important;
}

.has-black-background-color {
  background-color: #222 !important;
}

.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background-color: #fff !important;
}

.has-grey-color {
  color: #f5f5f5 !important;
}

.has-grey-background-color {
  background-color: #f5f5f5 !important;
}

.has-purple-color {
  color: #4f145b !important;
}

.has-purple-background-color {
  background-color: #4f145b !important;
}

.has-red-color {
  color: #da0530 !important;
}

.has-red-background-color {
  background-color: #da0530 !important;
}

.has-red-to-ruby-gradient-background {
  background-image: linear-gradient(to right, #e1163c, #a11453) !important;
}

.has-red-to-purple-gradient-background {
  background-image: linear-gradient(115deg,#da0530 0%, #4f145b 100%) !important;
}

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: normal;
  color: #da0530;
  margin-top: 0;
  margin-bottom: 30px;
}

h1, .h1 {
  font-size: 35px;
  font-family: "Gotham-ExtraLight";
}

h2, .h2, .job-content.oracle strong {
  font-size: 30px;
  font-family: "Gotham-ExtraLight";
}

h3, .h3 {
  font-size: 30px;
  font-family: "Gotham-Light";
}

h4, .h4 {
  font-size: 23px;
  font-family: "Gotham-Light";
  color: #222;
}

h5, .h5 {
  font-family: "Gotham-Light";
  font-size: 22px;
  letter-spacing: -0.01em;
}

h6, .h6 {
  font-family: "Gotham-Light";
  font-size: 18px;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 12px;
  line-height: 1.7em;
}

a {
  color: #4f145b;
  font-family: "Gotham-Medium";
  text-decoration: underline;
}

strong, b {
  font-family: "Gotham-Bold";
  font-weight: normal;
}

small,
.small {
  font-size: 90%;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

blockquote {
  font-size: 20px;
  margin: 20px 0px;
  background: #222;
  color: black;
  font-weight: bold;
  position: relative;
  padding: 20px 3em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

cite {
  font-weight: normal;
  display: block;
  font-style: normal;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.1666666667%;
}

.col-xs-2 {
  width: 8.3333333333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.6666666667%;
}

.col-xs-5 {
  width: 20.8333333333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.1666666667%;
}

.col-xs-8 {
  width: 33.3333333333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.6666666667%;
}

.col-xs-11 {
  width: 45.8333333333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.1666666667%;
}

.col-xs-14 {
  width: 58.3333333333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.6666666667%;
}

.col-xs-17 {
  width: 70.8333333333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.1666666667%;
}

.col-xs-20 {
  width: 83.3333333333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.6666666667%;
}

.col-xs-23 {
  width: 95.8333333333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.1666666667%;
}

.col-xs-pull-2 {
  right: 8.3333333333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.6666666667%;
}

.col-xs-pull-5 {
  right: 20.8333333333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.1666666667%;
}

.col-xs-pull-8 {
  right: 33.3333333333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.6666666667%;
}

.col-xs-pull-11 {
  right: 45.8333333333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.1666666667%;
}

.col-xs-pull-14 {
  right: 58.3333333333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.6666666667%;
}

.col-xs-pull-17 {
  right: 70.8333333333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.1666666667%;
}

.col-xs-pull-20 {
  right: 83.3333333333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.6666666667%;
}

.col-xs-pull-23 {
  right: 95.8333333333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.1666666667%;
}

.col-xs-push-2 {
  left: 8.3333333333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.6666666667%;
}

.col-xs-push-5 {
  left: 20.8333333333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.1666666667%;
}

.col-xs-push-8 {
  left: 33.3333333333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.6666666667%;
}

.col-xs-push-11 {
  left: 45.8333333333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.1666666667%;
}

.col-xs-push-14 {
  left: 58.3333333333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.6666666667%;
}

.col-xs-push-17 {
  left: 70.8333333333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.1666666667%;
}

.col-xs-push-20 {
  left: 83.3333333333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.6666666667%;
}

.col-xs-push-23 {
  left: 95.8333333333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.1666666667%;
}

.col-xs-offset-2 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 20.8333333333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.1666666667%;
}

.col-xs-offset-8 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 45.8333333333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.1666666667%;
}

.col-xs-offset-14 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-17 {
  margin-left: 70.8333333333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.1666666667%;
}

.col-xs-offset-20 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-23 {
  margin-left: 95.8333333333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.1666666667%;
  }
  .col-sm-2 {
    width: 8.3333333333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.6666666667%;
  }
  .col-sm-5 {
    width: 20.8333333333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.1666666667%;
  }
  .col-sm-8 {
    width: 33.3333333333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.6666666667%;
  }
  .col-sm-11 {
    width: 45.8333333333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.1666666667%;
  }
  .col-sm-14 {
    width: 58.3333333333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.6666666667%;
  }
  .col-sm-17 {
    width: 70.8333333333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.1666666667%;
  }
  .col-sm-20 {
    width: 83.3333333333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.6666666667%;
  }
  .col-sm-23 {
    width: 95.8333333333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.1666666667%;
  }
  .col-sm-pull-2 {
    right: 8.3333333333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.6666666667%;
  }
  .col-sm-pull-5 {
    right: 20.8333333333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.1666666667%;
  }
  .col-sm-pull-8 {
    right: 33.3333333333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.6666666667%;
  }
  .col-sm-pull-11 {
    right: 45.8333333333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.1666666667%;
  }
  .col-sm-pull-14 {
    right: 58.3333333333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.6666666667%;
  }
  .col-sm-pull-17 {
    right: 70.8333333333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.1666666667%;
  }
  .col-sm-pull-20 {
    right: 83.3333333333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.6666666667%;
  }
  .col-sm-pull-23 {
    right: 95.8333333333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.1666666667%;
  }
  .col-sm-push-2 {
    left: 8.3333333333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.6666666667%;
  }
  .col-sm-push-5 {
    left: 20.8333333333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.1666666667%;
  }
  .col-sm-push-8 {
    left: 33.3333333333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.6666666667%;
  }
  .col-sm-push-11 {
    left: 45.8333333333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.1666666667%;
  }
  .col-sm-push-14 {
    left: 58.3333333333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.6666666667%;
  }
  .col-sm-push-17 {
    left: 70.8333333333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.1666666667%;
  }
  .col-sm-push-20 {
    left: 83.3333333333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.6666666667%;
  }
  .col-sm-push-23 {
    left: 95.8333333333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.1666666667%;
  }
  .col-md-2 {
    width: 8.3333333333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.6666666667%;
  }
  .col-md-5 {
    width: 20.8333333333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.1666666667%;
  }
  .col-md-8 {
    width: 33.3333333333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.6666666667%;
  }
  .col-md-11 {
    width: 45.8333333333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.1666666667%;
  }
  .col-md-14 {
    width: 58.3333333333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.6666666667%;
  }
  .col-md-17 {
    width: 70.8333333333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.1666666667%;
  }
  .col-md-20 {
    width: 83.3333333333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.6666666667%;
  }
  .col-md-23 {
    width: 95.8333333333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.1666666667%;
  }
  .col-md-pull-2 {
    right: 8.3333333333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.6666666667%;
  }
  .col-md-pull-5 {
    right: 20.8333333333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.1666666667%;
  }
  .col-md-pull-8 {
    right: 33.3333333333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.6666666667%;
  }
  .col-md-pull-11 {
    right: 45.8333333333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.1666666667%;
  }
  .col-md-pull-14 {
    right: 58.3333333333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.6666666667%;
  }
  .col-md-pull-17 {
    right: 70.8333333333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.1666666667%;
  }
  .col-md-pull-20 {
    right: 83.3333333333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.6666666667%;
  }
  .col-md-pull-23 {
    right: 95.8333333333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.1666666667%;
  }
  .col-md-push-2 {
    left: 8.3333333333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.6666666667%;
  }
  .col-md-push-5 {
    left: 20.8333333333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.1666666667%;
  }
  .col-md-push-8 {
    left: 33.3333333333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.6666666667%;
  }
  .col-md-push-11 {
    left: 45.8333333333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.1666666667%;
  }
  .col-md-push-14 {
    left: 58.3333333333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.6666666667%;
  }
  .col-md-push-17 {
    left: 70.8333333333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.1666666667%;
  }
  .col-md-push-20 {
    left: 83.3333333333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.6666666667%;
  }
  .col-md-push-23 {
    left: 95.8333333333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.1666666667%;
  }
  .col-lg-2 {
    width: 8.3333333333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.6666666667%;
  }
  .col-lg-5 {
    width: 20.8333333333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.1666666667%;
  }
  .col-lg-8 {
    width: 33.3333333333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.6666666667%;
  }
  .col-lg-11 {
    width: 45.8333333333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.1666666667%;
  }
  .col-lg-14 {
    width: 58.3333333333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.6666666667%;
  }
  .col-lg-17 {
    width: 70.8333333333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.1666666667%;
  }
  .col-lg-20 {
    width: 83.3333333333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.6666666667%;
  }
  .col-lg-23 {
    width: 95.8333333333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.1666666667%;
  }
  .col-lg-pull-2 {
    right: 8.3333333333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.6666666667%;
  }
  .col-lg-pull-5 {
    right: 20.8333333333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.1666666667%;
  }
  .col-lg-pull-8 {
    right: 33.3333333333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.6666666667%;
  }
  .col-lg-pull-11 {
    right: 45.8333333333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.1666666667%;
  }
  .col-lg-pull-14 {
    right: 58.3333333333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.6666666667%;
  }
  .col-lg-pull-17 {
    right: 70.8333333333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.1666666667%;
  }
  .col-lg-pull-20 {
    right: 83.3333333333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.6666666667%;
  }
  .col-lg-pull-23 {
    right: 95.8333333333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.1666666667%;
  }
  .col-lg-push-2 {
    left: 8.3333333333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.6666666667%;
  }
  .col-lg-push-5 {
    left: 20.8333333333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.1666666667%;
  }
  .col-lg-push-8 {
    left: 33.3333333333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.6666666667%;
  }
  .col-lg-push-11 {
    left: 45.8333333333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.1666666667%;
  }
  .col-lg-push-14 {
    left: 58.3333333333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.6666666667%;
  }
  .col-lg-push-17 {
    left: 70.8333333333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.1666666667%;
  }
  .col-lg-push-20 {
    left: 83.3333333333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.6666666667%;
  }
  .col-lg-push-23 {
    left: 95.8333333333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ui-widget {
  background: #da0530;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 3px black;
}

.ui-datepicker {
  padding: 0;
}

.ui-datepicker-header {
  border: none;
  border-bottom: 1px solid #da0530;
  background: transparent;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 7px;
}

.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
  margin-top: 1.5em;
  margin-bottom: 1em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  width: 90px;
  float: left;
  margin-left: 40px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  border: none;
  color: #efefef;
  padding: 0 7px;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker table {
  margin: 0;
  width: 100%;
  min-width: 300px;
}

.ui-datepicker th {
  padding: 3em 0;
  color: rgb(254.2825112108, 223.7174887892, 229.8878923767);
  font-size: 8px;
  font-weight: normal;
  text-shadow: 0 0 2px white;
  text-transform: uppercase;
  border: none;
}

.ui-datepicker td {
  border: none;
  padding: 0;
  text-align: center;
}

td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 1em 0;
  margin: 0;
  font-weight: normal;
  color: #efefef;
  font-size: 12px;
  display: block;
}

td .ui-state-active,
td .ui-state-hover {
  background: black;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.h-aspect {
  position: relative;
  background-color: white;
  width: 100%;
}
.h-aspect > img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.h-aspect > div {
  position: relative;
}
.h-aspect--contain > img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.h-aspect--square {
  padding-top: 100% !important;
}
.h-aspect--4-3 {
  padding-top: 75% !important;
}
.h-aspect--3-4 {
  padding-top: 131% !important;
}
.h-aspect--16-9 {
  padding-top: 56.25% !important;
}
.h-aspect--banner {
  padding-top: 300px;
}
.h-aspect--banner.mobile {
  display: none;
}
@media (max-width: 600px) {
  .h-aspect--banner {
    padding-top: 225px;
  }
  .h-aspect--banner.mobile {
    display: block;
  }
  .h-aspect--banner.desktop {
    display: none;
  }
}
.h-aspect--banner-small {
  padding-top: 200px;
}
.h-aspect--background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.h-icon:before {
  content: "";
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.h-icon--timer:before {
  background-image: url(images/assets/build/img/icon-timer.svg);
}
.h-icon--contract:before {
  background-image: url(images/assets/build/img/icon-contract.svg);
}
.h-icon--salary:before {
  background-image: url(images/assets/build/img/icon-salary.svg);
}

.h-override--purple h1, .h-override--purple h2, .h-override--purple h3, .h-override--purple h4, .h-override--purple h5, .h-override--purple h6, .h-override--purple a {
  color: #630678 !important;
}
.h-override--purple .button {
  color: white !important;
  background-color: #630678;
}
.h-override--purple .material-symbols-outlined, .h-override--purple .c-accordions__button:after {
  color: #630678;
}
.h-override--purple .c-job-teaser-no-results {
  border-color: #630678;
  background-color: #630678;
}
.h-override--purple .c-job-teaser-no-results h2, .h-override--purple .c-job-teaser-no-results h3 {
  color: white !important;
}
.h-override--purple .c-job-teaser-no-results .button {
  color: #630678 !important;
}
.h-override--purple .c-job-teaser-no-results .button:after {
  background: url(images/assets/build/img/arrow-purple.png) no-repeat center center !important;
}
.h-override--purple .h-icon--salary:before {
  background-image: url(images/assets/build/img/icon-salary-purple.svg) !important;
}
.h-override--purple .h-icon--timer:before {
  background-image: url(images/assets/build/img/icon-timer-purple.svg) !important;
}
.h-override--purple .arrow-after:after {
  background: url(images/assets/build/img/arrow-purple.png) no-repeat center center !important;
}
.h-override--purple .arrow-before:before {
  background: url(images/assets/build/img/arrow-purple.png) no-repeat center center !important;
}

.h-full-width {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.h-band {
  position: relative;
  padding: 2.25rem 0;
  margin: 0 !important;
}
.h-band--2 {
  padding: 4.5rem 0;
}
.h-band--3 {
  padding: 6.75rem 0;
}

.breadcrumbs {
  margin: 25px 0;
  font-size: 14px;
  padding-left: 30px;
  border-bottom: 1px solid #d8d7d7;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #4f145b;
}
.breadcrumbs > span {
  margin-left: 5px;
  padding: 8px 0;
  display: inline-block;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #4f145b;
  text-decoration: none;
  font-family: "Gotham-Book";
}
.breadcrumbs .breadcrumb_last {
  color: #da0530;
}

.gallery-container {
  height: 400px;
}

.gallery-slider {
  height: 280px;
  position: absolute;
}

.gallery-slider .gallery-caption {
  padding: 20px;
  font-size: 12px;
  bottom: auto;
  top: 100%;
  min-height: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  color: #fff;
  background: fade(orange, 90%);
  text-align: left;
}

.gallery-slider .img {
  background-size: cover;
}

.gallery-slider .gallery-fullscreen {
  display: none;
}

.gallery-slider ul {
  margin: 0px;
  position: absolute;
  height: 100%;
  padding: 0;
  list-style: none;
}

.gallery-slider li.slide {
  width: 100%;
  height: 100%;
}

.gallery-slider .flex-direction-nav {
  width: auto;
  top: auto;
  right: auto;
  background: transparent;
  width: 100%;
}

.gallery-slider a.flex-prev {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 0px;
  width: 30px;
  margin: 0px;
  height: 40px;
  border-bottom: 0px;
}
.gallery-slider a.flex-prev:before {
  font-family: "fontawesome-webfont";
  content: "\f053";
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
}

.gallery-slider a.flex-next {
  top: 50%;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 30px;
  margin: 0px;
  height: 40px;
  border-bottom: 0px;
}
.gallery-slider a.flex-next:before {
  font-family: "fontawesome-webfont";
  content: "\f054";
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
  text-align: center;
}

.mobMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobMenu {
    display: block;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 3px 10px 9px 6px;
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-family: "gotham-book";
    color: #4f145b;
    background: 0;
    float: right;
    outline: 0;
    margin-right: 20px;
  }
  .mobMenu .Menu {
    background: rgba(0, 0, 0, 0) url(images/assets/build/img/Mobile_Icons_Sprite.png) no-repeat scroll 0 -214px;
    width: 15px;
    margin-left: 6px;
    height: 21px;
    display: inline-block;
  }
  #menu-primary-navigation {
    z-index: 9999;
    overflow-y: hidden;
    padding-left: 0;
    list-style: none;
    height: 0px;
  }
  #menu-primary-navigation.nav-open {
    padding: 20px;
    height: auto;
  }
  #menu-primary-navigation li {
    width: 100%;
    display: block;
    padding: 0;
    line-height: 36px;
    line-height: 36px;
  }
  #menu-primary-navigation li a {
    text-decoration: none;
    color: #4f145b;
    font-family: gotham-book;
    line-height: 33px;
    font-size: 18px;
    display: block;
    position: relative;
    outline: 0;
    margin-right: 0;
  }
  #menu-primary-navigation li a:after {
    content: " ";
    float: right;
    background: rgba(0, 0, 0, 0) url(images/assets/build/img/Mobile_Icons_Sprite.png) no-repeat scroll 0 -85px;
    padding-left: 22px;
    height: 23px;
  }
  #menu-primary-navigation > li > ul.dropdown-menu,
  #menu-primary-navigation > li > ul.children {
    padding-left: 0;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > a,
  #menu-primary-navigation > li > ul.children > li > a {
    display: none;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul,
  #menu-primary-navigation > li > ul.children > li > ul {
    padding-left: 20px;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul ul,
  #menu-primary-navigation > li > ul.children > li > ul ul {
    padding-left: 20px;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}
.pagination ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pagination li {
  display: inline-block;
  padding: 0 5px;
}
.pagination .page-numbers {
  font-family: "Gotham-ExtraLight";
  font-weight: 300;
  color: #da0530;
  border: 1px solid #da0530;
  display: inline-block;
  text-decoration: none;
  background: white;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers:hover {
  color: white;
  background: #da0530;
  text-decoration: none;
}
.pagination .page-numbers.current {
  color: white;
  background: #da0530;
  font-weight: 900;
  cursor: default;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  text-decoration: none;
}

.aligncenter {
  display: block;
  margin: 12px auto;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 12px;
  max-width: 100%;
  height: auto;
}

.alignnone {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.alignnone img {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
.accordion-header {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
  padding: 24px 20px 24px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #d8d7d7;
  margin: 0px 0px 10px 0px;
  color: #4f145b;
  font-size: 14px;
  line-height: 30px;
}
.accordion-header:focus {
  outline: none;
}
.accordion-header:after {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 6px;
  color: #da0530;
  transition: all 0.3s ease;
  font-size: 30px;
}
.accordion-header img {
  margin: 0 20px 0 0;
  width: 30px;
}
.accordion-header .arrow {
  width: 18px;
  height: 18px;
  padding: 1px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.accordion-header svg {
  float: right;
  fill: #da0530;
  height: 12px;
  width: 12px;
}
.js .accordion-content {
  display: none;
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.js .accordion-content .accordion-label {
  display: none !important;
}
.js .accordion-content.is-active {
  display: block;
}

.accordion__wrapper {
  margin: 20px 0;
}

.image-blockquote {
  padding: 0 30px;
  display: flex;
}
.image-blockquote__content {
  width: 75%;
  padding-right: 20px;
}
.image-blockquote .quote-image {
  width: 25%;
  min-width: 300px;
  max-height: 200px;
}
.image-blockquote .quote-text {
  font-style: italic;
}
.image-blockquote .quote-author {
  text-align: right;
}
@media (max-width: 550px) {
  .image-blockquote {
    flex-direction: column;
  }
  .image-blockquote .quote-image {
    order: 1;
  }
  .image-blockquote__content {
    order: 2;
    width: 95%;
    padding: 0;
  }
}

.grid-blocks {
  max-width: 1220px;
  margin: 0 auto 30px auto;
  display: flex;
}
.grid-blocks__column {
  width: 50%;
}
.grid-blocks__column > * {
  width: 100% !important;
}
.grid-blocks .bloc-text {
  display: flex;
  align-items: flex-end;
  height: auto;
  min-height: 300px;
}
.grid-blocks .bloc-text__inner {
  padding: 30px;
}
.grid-blocks .image-and-text {
  display: flex;
  height: auto;
}
.grid-blocks .image-and-text.reverse {
  flex-direction: row-reverse;
}
.grid-blocks .image-and-text__text {
  padding: 30px;
  min-height: 300px;
  align-self: flex-end;
}
.grid-blocks .image-and-text img {
  width: 50%;
  margin-bottom: 0;
  min-height: 300px;
}
.grid-blocks .block-image {
  height: auto;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 550px) {
  .grid-blocks {
    flex-direction: column;
  }
  .grid-blocks__column {
    width: 100%;
  }
  .grid-blocks__column > * {
    width: 85% !important;
    margin: 0 auto;
  }
  .grid-blocks .image-and-text img {
    display: none;
    min-height: 200px;
  }
  .grid-blocks .image-and-text__text {
    min-height: 200px;
  }
  .grid-blocks .bloc-text {
    min-height: 200px;
  }
  .grid-blocks .block-image {
    min-height: 200px;
  }
}
.text-image-block {
  margin-bottom: 20px;
}
.text-image-block__image {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 20px 0;
  position: relative;
}
.text-image-block__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.text-image-block__text {
  margin-bottom: 12px;
}
.text-image-block__text > *:last-child {
  margin-bottom: 0;
}
.text-image-block__link {
  text-decoration: none;
}
.text-image-block__link:after {
  content: " ";
  display: inline-block;
  vertical-align: center;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.text-image-block__link--button {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #da0530;
  border: 2px solid #da0530;
  background-color: transparent;
  line-height: 24px;
  padding: 13px 24px;
  white-space: normal !important;
  text-align: left;
}
.text-image-block__link--button:hover, .text-image-block__link--button:focus, .text-image-block__link--button:active, .text-image-block__link--button.active {
  color: rgb(193.0717488789, 4.4282511211, 42.5112107623) !important;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(193.0717488789, 4.4282511211, 42.5112107623);
  text-decoration: none;
}
.text-image-block__link--button:after {
  transform: translate(0, 3px);
}
.text-image-block__link--button-color-red {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: white;
  border: 2px solid #da0530;
  background-color: #da0530;
}
.text-image-block__link--button-color-red:hover, .text-image-block__link--button-color-red:focus, .text-image-block__link--button-color-red:active, .text-image-block__link--button-color-red.active {
  color: rgb(242.25, 242.25, 242.25) !important;
  background-color: rgb(193.0717488789, 4.4282511211, 42.5112107623);
  border-color: rgb(193.0717488789, 4.4282511211, 42.5112107623);
  text-decoration: none;
}
.text-image-block__link--button-color-red:after {
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
}
.text-image-block__link--button-color-purple {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: white;
  border: 2px solid #4f145b;
  background-color: #4f145b;
}
.text-image-block__link--button-color-purple:hover, .text-image-block__link--button-color-purple:focus, .text-image-block__link--button-color-purple:active, .text-image-block__link--button-color-purple.active {
  color: rgb(242.25, 242.25, 242.25) !important;
  background-color: rgb(60.8513513514, 15.4054054054, 70.0945945946);
  border-color: rgb(60.8513513514, 15.4054054054, 70.0945945946);
  text-decoration: none;
}
.text-image-block__link--button-color-purple:after {
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
}
.text-image-block__link--button-color-white {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #da0530;
  border: 2px solid #da0530;
  background-color: transparent;
}
.text-image-block__link--button-color-white:hover, .text-image-block__link--button-color-white:focus, .text-image-block__link--button-color-white:active, .text-image-block__link--button-color-white.active {
  color: rgb(193.0717488789, 4.4282511211, 42.5112107623) !important;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(193.0717488789, 4.4282511211, 42.5112107623);
  text-decoration: none;
}
.text-image-block .inner {
  padding: 0;
}

.wp-block-columns {
  margin: 0 -15px;
}

.wp-block-column {
  padding: 0 15px;
  margin: 0 !important;
}
.wp-block-column.col-6 {
  margin-left: 1em;
}
.wp-block-column.col-6 .inner {
  padding: 0;
}
.wp-block-column.col-4 {
  margin-left: 0 !important;
}
.wp-block-column.col-4 .inner {
  padding: 0;
}
.wp-block-column.col-4:not(:last-child) {
  border-right: #eeefef solid 1px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .wp-block-columns .col-4 {
    flex: 0 50% !important;
  }
  .wp-block-columns .col-4:not(:first-child) {
    border-right: none;
  }
}
@media (min-width: 551px) and (max-width: 767px) {
  .wp-block-columns .col-4:not(:first-child) {
    border-right: none;
  }
}
@media (max-width: 550px) {
  .wp-block-columns .col-4 {
    border-right: none !important;
  }
}
.col-6 .video-container .video-overlay__text, .col-4 .video-container .video-overlay__text {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.col-6 .video-container .video-overlay__text .play-icon,
.col-6 .video-container .video-overlay__text .video-text, .col-4 .video-container .video-overlay__text .play-icon,
.col-4 .video-container .video-overlay__text .video-text {
  width: initial;
}

.footer__inner--subnav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 30px;
}
.footer__inner--subnav .footer--subnav__col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.footer__inner--subnav .subnav__title {
  color: #4f145b;
}
.footer__inner--subnav .subnav__title:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 14px;
}
.footer__inner--subnav h5 {
  font-family: "Gotham-Medium";
}
.footer__inner--subnav ul {
  padding: 0;
  padding-left: 0;
  list-style: none;
}
.footer__inner--subnav ul li {
  margin-bottom: 20px;
}
.footer__inner--subnav ul li a {
  font-size: 17px;
  color: #4f145b;
  text-decoration: none;
  font-family: "Gotham-Light";
}

textarea,
input[type=text],
input[type=number],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
select,
input[type=color] {
  padding: 13px 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0;
  margin-bottom: 5px;
  border-radius: 4px;
  outline: 0;
}

.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
  width: 100% !important;
}

.fs-label-wrap .fs-label {
  padding: 13px 10px !important;
}

.facetwp-pager {
  padding: 40px;
  text-align: center;
}
.facetwp-pager .facetwp-pager-label {
  display: none;
}
.facetwp-pager .facetwp-page {
  display: inline-block;
  text-decoration: none;
  padding: 5px 12px;
  background: #f8f9fa;
}
.facetwp-pager .facetwp-page.active {
  background: rgb(218.25, 223.5, 228.75);
}

.job-teaser {
  border-radius: 3px;
}
.job-teaser__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 20px;
  align-items: center;
}
.job-teaser__inner, .job-teaser__inner:hover, .job-teaser__inner:focus {
  text-decoration: none;
}
.job-teaser__content {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.125rem;
}
.job-teaser__cta {
  flex: 0 0 auto;
  width: 100%;
}
.job-teaser__title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 29px;
  line-height: 1.8rem;
  margin: 0 0 1.125rem 0;
  color: #222;
}
.job-teaser__term {
  position: relative;
  padding-left: 32px;
  min-height: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: "Gotham-Light";
}
.job-teaser__term:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.job-teaser__term--location:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 9.25c0 5.1-8.25 13.5-8.25 13.5S.75 14.43.75 9.25C.75 4 5.03 1 9 1a8.21 8.21 0 0 1 8.25 8.25Z" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M9 11.5A2.25 2.25 0 1 0 9 7a2.25 2.25 0 0 0 0 4.5Z" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/></svg>');
  background-size: 19px 25px;
  background-repeat: no-repeat;
}
.job-teaser__term--contract-type:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 23.75a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5Z" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M17.25 16.25v2.25h2.25M6.75 1.25v3M17.25 1.25v3" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M23.25 8.75H.75" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-miterlimit="10"/><path d="M9 22.25H.75v-18h22.5v7.5" stroke="%23da0530" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/></svg>');
  background-size: 24px 25px;
  background-repeat: no-repeat;
}
.job-teaser__term + .job-teaser__term {
  margin-top: 0.5625rem;
}
.job-teaser .wp-block-button__link {
  width: 100%;
}
@media (min-width: 768px) {
  .job-teaser__content {
    width: calc(100% - 248px);
    margin-bottom: 0;
  }
  .job-teaser__cta {
    flex: 0 0 auto;
    width: 248px;
    padding-left: 20px;
  }
  .job-teaser__term {
    display: inline-block;
  }
  .job-teaser__term + .job-teaser__term {
    margin-top: 0;
    margin-left: 20px;
  }
}

.full-width-video-bg__content.has-red-to-purple-gradient-background .job-teaser__title, .full-width-video-bg__content.has-red-to-ruby-gradient-background .job-teaser__title, .full-width-video-bg__content.has-red-background-color .job-teaser__title, .full-width-video-bg__content.has-purple-background-color .job-teaser__title, .full-width-video-bg__content.has-grey-background-color .job-teaser__title, .full-width-video-bg__content.has-black-background-color .job-teaser__title, .job-teaser.has-black-background-color .job-teaser__title, .job-teaser.has-grey-background-color .job-teaser__title, .job-teaser.has-purple-background-color .job-teaser__title, .job-teaser.has-red-background-color .job-teaser__title, .job-teaser.has-red-to-ruby-gradient-background .job-teaser__title, .job-teaser.has-red-to-purple-gradient-background .job-teaser__title,
.full-width-video-bg__content.has-red-to-purple-gradient-background .job-teaser__term,
.full-width-video-bg__content.has-red-to-ruby-gradient-background .job-teaser__term,
.full-width-video-bg__content.has-red-background-color .job-teaser__term,
.full-width-video-bg__content.has-purple-background-color .job-teaser__term,
.full-width-video-bg__content.has-grey-background-color .job-teaser__term,
.full-width-video-bg__content.has-black-background-color .job-teaser__term,
.job-teaser.has-black-background-color .job-teaser__term,
.job-teaser.has-grey-background-color .job-teaser__term,
.job-teaser.has-purple-background-color .job-teaser__term,
.job-teaser.has-red-background-color .job-teaser__term,
.job-teaser.has-red-to-ruby-gradient-background .job-teaser__term,
.job-teaser.has-red-to-purple-gradient-background .job-teaser__term {
  color: #fff;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .job-teaser__term--location:before, .full-width-video-bg__content.has-red-to-ruby-gradient-background .job-teaser__term--location:before, .full-width-video-bg__content.has-red-background-color .job-teaser__term--location:before, .full-width-video-bg__content.has-purple-background-color .job-teaser__term--location:before, .full-width-video-bg__content.has-grey-background-color .job-teaser__term--location:before, .full-width-video-bg__content.has-black-background-color .job-teaser__term--location:before, .job-teaser.has-black-background-color .job-teaser__term--location:before, .job-teaser.has-grey-background-color .job-teaser__term--location:before, .job-teaser.has-purple-background-color .job-teaser__term--location:before, .job-teaser.has-red-background-color .job-teaser__term--location:before, .job-teaser.has-red-to-ruby-gradient-background .job-teaser__term--location:before, .job-teaser.has-red-to-purple-gradient-background .job-teaser__term--location:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 9.25c0 5.1-8.25 13.5-8.25 13.5S.75 14.43.75 9.25C.75 4 5.03 1 9 1a8.21 8.21 0 0 1 8.25 8.25Z" stroke="%23fff" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M9 11.5A2.25 2.25 0 1 0 9 7a2.25 2.25 0 0 0 0 4.5Z" stroke="%23fff" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/></svg>');
  background-size: 19px 25px;
  background-repeat: no-repeat;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .job-teaser__term--contract-type:before, .full-width-video-bg__content.has-red-to-ruby-gradient-background .job-teaser__term--contract-type:before, .full-width-video-bg__content.has-red-background-color .job-teaser__term--contract-type:before, .full-width-video-bg__content.has-purple-background-color .job-teaser__term--contract-type:before, .full-width-video-bg__content.has-grey-background-color .job-teaser__term--contract-type:before, .full-width-video-bg__content.has-black-background-color .job-teaser__term--contract-type:before, .job-teaser.has-black-background-color .job-teaser__term--contract-type:before, .job-teaser.has-grey-background-color .job-teaser__term--contract-type:before, .job-teaser.has-purple-background-color .job-teaser__term--contract-type:before, .job-teaser.has-red-background-color .job-teaser__term--contract-type:before, .job-teaser.has-red-to-ruby-gradient-background .job-teaser__term--contract-type:before, .job-teaser.has-red-to-purple-gradient-background .job-teaser__term--contract-type:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="25" xmlns="http://www.w3.org/2000/svg"><path d="M17.25 23.75a5.25 5.25 0 1 0 0-10.5 5.25 5.25 0 0 0 0 10.5Z" stroke="%23fff" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M17.25 16.25v2.25h2.25M6.75 1.25v3M17.25 1.25v3" stroke="%23fff" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/><path d="M23.25 8.75H.75" stroke="%23fff" stroke-width="1.5" fill="none" stroke-miterlimit="10"/><path d="M9 22.25H.75v-18h22.5v7.5" stroke="%23fff" stroke-width="1.5" fill="none" stroke-linecap="square" stroke-miterlimit="10"/></svg>');
  background-size: 24px 25px;
  background-repeat: no-repeat;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:after, .job-teaser.has-black-background-color .wp-block-button__link:after, .job-teaser.has-grey-background-color .wp-block-button__link:after, .job-teaser.has-purple-background-color .wp-block-button__link:after, .job-teaser.has-red-background-color .wp-block-button__link:after, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:after, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link, .full-width-video-bg__content.has-red-background-color .wp-block-button__link, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link, .full-width-video-bg__content.has-black-background-color .wp-block-button__link, .job-teaser.has-black-background-color .wp-block-button__link, .job-teaser.has-grey-background-color .wp-block-button__link, .job-teaser.has-purple-background-color .wp-block-button__link, .job-teaser.has-red-background-color .wp-block-button__link, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link {
  color: #da0530;
  background: none;
  background-color: white;
  text-decoration: none;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:after, .job-teaser.has-black-background-color .wp-block-button__link:after, .job-teaser.has-grey-background-color .wp-block-button__link:after, .job-teaser.has-purple-background-color .wp-block-button__link:after, .job-teaser.has-red-background-color .wp-block-button__link:after, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:after, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:after {
  opacity: 1;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:hover, .job-teaser.has-black-background-color .wp-block-button__link:hover, .job-teaser.has-grey-background-color .wp-block-button__link:hover, .job-teaser.has-purple-background-color .wp-block-button__link:hover, .job-teaser.has-red-background-color .wp-block-button__link:hover, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:hover, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:focus, .job-teaser.has-black-background-color .wp-block-button__link:focus, .job-teaser.has-grey-background-color .wp-block-button__link:focus, .job-teaser.has-purple-background-color .wp-block-button__link:focus, .job-teaser.has-red-background-color .wp-block-button__link:focus, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:focus, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:active, .job-teaser.has-black-background-color .wp-block-button__link:active, .job-teaser.has-grey-background-color .wp-block-button__link:active, .job-teaser.has-purple-background-color .wp-block-button__link:active, .job-teaser.has-red-background-color .wp-block-button__link:active, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:active, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link.active, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link.active, .full-width-video-bg__content.has-red-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-black-background-color .wp-block-button__link.active, .job-teaser.has-black-background-color .wp-block-button__link.active, .job-teaser.has-grey-background-color .wp-block-button__link.active, .job-teaser.has-purple-background-color .wp-block-button__link.active, .job-teaser.has-red-background-color .wp-block-button__link.active, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link.active, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link.active {
  opacity: 0.8;
}

.c-job-banner {
  position: relative;
  display: block;
}
.c-job-banner__search, .c-job-banner__header {
  position: relative;
  margin-top: -62px !important;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-job-banner__search, .c-job-banner__header {
    margin-top: 0 !important;
  }
}

.c-job-search {
  position: relative;
  background-color: #da0530;
  border-radius: 8px;
  z-index: 9999;
}
.c-job-search__header {
  display: none;
}
.c-job-search__scroll {
  height: auto;
  overflow: unset;
  margin: 0;
}
.c-job-search__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.c-job-search__top__keywords {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
}
@media screen and (max-width: 997px) {
  .c-job-search__top__keywords {
    width: 50%;
  }
}
.c-job-search__top__keywords .facetwp-facet {
  width: 100%;
  min-width: 350px;
  margin-right: 10px;
  margin-bottom: 0;
}
.c-job-search__top__keywords .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.c-job-search__top__keywords .facetwp-facet .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.c-job-search__top__keywords .facetwp-facet input {
  margin-bottom: 0;
}
.c-job-search__top__keywords .facetwp-facet .facetwp-btn {
  display: none;
}
.c-job-search__top__keywords button {
  min-width: 80px;
  background: transparent;
  border: none;
  font-size: 15px;
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
.c-job-search__top__button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 44px;
  min-width: 180px;
  color: #da0530 !important;
  margin: 0;
}
.c-job-search__top__button a:hover, .c-job-search__top__button a:focus {
  opacity: 0.8;
}
.c-job-search__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: #BE133C;
  border: 4px solid #da0530;
  border-radius: 8px;
}
.c-job-search__bottom__filter {
  position: relative;
  padding: 16px;
  border-right: 4px solid #da0530;
}
.c-job-search__bottom__filter h4, .c-job-search__bottom__filter a {
  font-family: "Gotham-Book";
  color: white;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
}
.c-job-search__bottom__filter a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-job-search__bottom__filter a span {
  margin-left: 5px;
}
.c-job-search__bottom__filter__list {
  display: none;
  position: absolute;
  min-width: 280px;
  top: calc(100% + 4px);
  left: 0;
  padding: 15px;
  background-color: white;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.2);
}
.c-job-search__bottom__filter__list .facetwp-facet {
  margin: 0;
}
.c-job-search__bottom__filter__list .facetwp-facet > .facetwp-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4f145b;
  min-height: 22px;
  padding-left: 40px;
  margin-bottom: 10px;
  background: url(images/assets/build/img/checkbox.png);
  background-size: 22px 22px !important;
  background-repeat: no-repeat;
}
.c-job-search__bottom__filter__list .facetwp-facet > .facetwp-checkbox.checked {
  background: url(images/assets/build/img/checkbox-on.png);
  background-size: 22px 22px !important;
  background-repeat: no-repeat;
}
.c-job-search__bottom__filter__list .facetwp-facet > .facetwp-checkbox span {
  margin-left: 5px;
}
.c-job-search__bottom__filter.active a span {
  transform: rotate(180deg);
}
.c-job-search__bottom__filter.active .c-job-search__bottom__filter__list {
  display: block;
}
.c-job-search__bottom__filter-by {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-job-search__bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-job-search {
    position: fixed;
    left: 0;
    bottom: -420px;
    right: 0;
    padding: 0;
    background-color: white;
    transition: all 0.3s ease;
  }
  .c-job-search.active {
    bottom: 0;
  }
  .c-job-search.active .c-job-search__header span {
    transform: none;
  }
  .c-job-search .c-job-search__header {
    display: block;
    background-color: #da0530;
  }
  .c-job-search .c-job-search__header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Gotham-Book";
    color: white;
    font-size: 18px;
    padding: 20px;
    text-decoration: none;
  }
  .c-job-search .c-job-search__header span {
    transform: rotate(180deg);
  }
  .c-job-search .c-job-search__scroll {
    height: 400px;
    overflow-y: scroll;
    background-color: white;
    margin: 10px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .c-job-search .c-job-search__scroll::-webkit-scrollbar {
    width: 8px;
  }
  .c-job-search .c-job-search__scroll::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #F5F5F5;
  }
  .c-job-search .c-job-search__scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #da0530;
  }
  .c-job-search .c-job-search__scroll::-webkit-scrollbar-thumb:hover {
    background-color: #da0530;
  }
  .c-job-search .c-job-search__top {
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    padding: 20px 10px;
  }
  .c-job-search .c-job-search__top__keywords {
    width: 100%;
  }
  .c-job-search .c-job-search__top__keywords .facetwp-facet {
    min-width: unset;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c-job-search .c-job-search__top__keywords .facetwp-facet input {
    border: 1px solid #da0530;
  }
  .c-job-search .c-job-search__top__keywords button {
    display: none;
  }
  .c-job-search .c-job-search__top__button {
    width: 100%;
  }
  .c-job-search .c-job-search__top__button a {
    color: white !important;
    background-color: #da0530;
    width: 100%;
  }
  .c-job-search .c-job-search__top__button a span {
    color: white !important;
  }
  .c-job-search .c-job-search__top__button a span:after {
    filter: brightness(0) invert(1);
  }
  .c-job-search .c-job-search__bottom {
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    border: 0;
  }
  .c-job-search .c-job-search__bottom__filter {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    border-right: 0;
  }
  .c-job-search .c-job-search__bottom__filter h4, .c-job-search .c-job-search__bottom__filter a {
    color: #da0530 !important;
    font-size: 18px;
  }
  .c-job-search .c-job-search__bottom__filter__list {
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    box-shadow: none;
  }
  .c-job-search .c-job-search__bottom__filter-by {
    display: none;
  }
}

.c-job-header {
  position: relative;
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-job-header {
    margin: 0 -30px 30px -30px;
    border-radius: 0;
  }
}
.c-job-header__top h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-job-header__top h1 {
    margin-bottom: 20px;
  }
}
.c-job-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 997px) {
  .c-job-header__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-job-header__bottom__details {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (max-width: 997px) {
  .c-job-header__bottom__details {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-job-header__bottom__details > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4D4C4F;
  font-family: "Gotham-Book";
  font-size: 15px;
  margin-right: 20px;
}
.c-job-header__bottom__details > div.closing-date {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__details > div {
    margin-bottom: 10px;
  }
}
.c-job-header__bottom__details > div span {
  color: #da0530;
  margin-right: 5px;
}
.c-job-header__bottom__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }
}
.c-job-header__bottom__cta__share {
  position: relative;
  display: flex;
}
.c-job-header__bottom__cta__share a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #da0530;
  font-family: "Gotham-Medium";
  font-size: 15px;
  margin-right: 20px;
  text-decoration: none;
}
.c-job-header__bottom__cta__share .star-after {
  position: relative;
  top: unset;
  right: unset;
  margin-right: 20px;
  color: #da0530;
  font-family: "Gotham-Medium";
  font-size: 15px;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.c-job-header__bottom__cta__share__list {
  position: absolute;
  display: none;
  left: 0;
  top: calc(100% + 20px);
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
.c-job-header__bottom__cta__share__list > a {
  margin-bottom: 10px;
  margin-right: 0;
}
.c-job-header__bottom__cta__share.active .c-job-header__bottom__cta__share__list {
  display: block;
}
.c-job-header__bottom__cta__share span {
  font-size: 18px;
  margin-left: 5px;
}
.c-job-header__bottom__cta__share:hover, .c-job-header__bottom__cta__share:focus {
  color: #da0530;
  text-decoration: none;
}
.c-job-header__bottom__cta__apply {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__cta__apply {
    display: none;
  }
}
.c-job-header__bottom__cta-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__cta-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.c-job-header__bottom__cta-mobile > div {
  margin-bottom: 0;
}
.c-job-header__bottom__cta-mobile .star-after {
  position: relative;
  top: unset;
  right: unset;
  color: #da0530;
  font-family: "Gotham-Medium";
  font-size: 15px;
  margin-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.c-job-header__bottom__apply-mobile {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #F5F5F5;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .c-job-header__bottom__apply-mobile {
    display: block;
  }
}
.c-job-header__bottom__apply-mobile a {
  display: block;
}

.c-back-to-search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.c-back-to-search a {
  font-family: "Gotham-Book";
  font-size: 15px;
  text-decoration: none;
  padding-right: 30px;
}
.c-back-to-search a .arrow-before:before {
  transform: rotate(180deg);
}

.c-no-results {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 30px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-no-results {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.c-no-results__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-no-results__inner {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-no-results__title {
  font-family: "Gotham-Book";
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-no-results__title {
    font-size: 18px;
  }
}
.c-no-results__text {
  color: #da0530;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-no-results__text {
    font-size: 12px;
  }
}

.c-latest-jobs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c-latest-jobs__header a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-latest-jobs__header a {
    display: none;
  }
}
.c-latest-jobs__title {
  font-family: "Gotham-Book";
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-latest-jobs__title {
    font-size: 18px;
  }
}
.c-latest-jobs__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-latest-jobs__button {
    display: block;
  }
}

.c-job-index-cta {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 60px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0;
  }
}
.c-job-index-cta__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-job-index-cta__title {
  font-family: "Gotham-Book";
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta__title {
    font-size: 18px;
  }
}
.c-job-index-cta__text {
  color: #da0530;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta__text {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.c-job-index-cta__cta {
  width: unset;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta__cta {
    width: 100%;
  }
}
.c-job-index-cta__cta a {
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .c-job-index-cta__cta a {
    min-width: unset;
    display: block;
    width: 100%;
  }
}

.c-job-selections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-job-selections {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-job-selections h1 {
  margin-bottom: 0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-job-selections h1 {
    margin-bottom: 20px;
  }
}
.c-job-selections__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-job-selections__inner {
    align-items: flex-start;
  }
}
.c-job-selections__inner .facetwp-selections {
  display: flex;
}
.c-job-selections__inner .facetwp-selections ul {
  padding: 0;
  margin: 0;
}
.c-job-selections__inner .facetwp-selections ul li span {
  display: inline-block;
  border: 2px solid #da0530;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 10px;
}
.c-job-selections__inner .facetwp-selections .facetwp-selection-label {
  display: none;
}
.c-job-selections__inner .facetwp-selections .facetwp-selection-value {
  color: #da0530;
  padding-right: 30px;
  background-image: url(images/assets/build/img/icon-close.svg);
  background-position: center right 10px;
}
.c-job-selections__inner button {
  font-family: "Gotham-Book";
  border: none;
  min-width: 120px;
  width: 120px;
  height: 41px;
}
.c-job-selections__inner button:after {
  display: none;
}

.c-filter-row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-filter-row {
    flex-direction: column;
  }
}
.c-filter-row__item {
  position: relative;
  display: block;
  min-width: 250px;
  padding: 1.125rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-filter-row__item {
    padding-top: 0;
    margin-bottom: 1.125rem;
  }
  .c-filter-row__item:last-child {
    margin-bottom: 0;
  }
}
.c-filter-row__item h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 400;
  color: #4f145b;
  margin-bottom: 1.125rem;
}

.woocommerce {
  /**
  * Product loops
  */
  /**
  * Buttons
  */
  /**
  * Reviews
  */
  /**
  * Star ratings
  */
  /**
  * Tables
  */
  /**
  * Cart sidebar
  */
  /**
  * Forms
  */
  /**
  * Order page
  */
  /**
  * Layered nav widget
  */
  /**
  * Price filter widget
  */
}
.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce p.stars a.star-2 {
  width: 3em;
}
.woocommerce p.stars a.star-3 {
  width: 4em;
}
.woocommerce p.stars a.star-4 {
  width: 5em;
}
.woocommerce p.stars a.star-5 {
  width: 6em;
  border: 0;
}
.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
  content: " ";
  display: table;
}
.woocommerce td.product-name dl.variation:after {
  clear: both;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce ul.product_list_widget li:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.product_list_widget li dl:after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce .widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .order_details:before, .woocommerce .order_details:after {
  content: " ";
  display: table;
}
.woocommerce .order_details:after {
  clear: both;
}
.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after {
  content: " ";
  display: table;
}
.woocommerce .widget_layered_nav ul li:after {
  clear: both;
}
.inner--countdown {
  text-align: center;
}

.section.countdown .js-countdown {
  padding: 15px 0 30px 0;
  display: flex;
  justify-content: center;
}
.section.countdown .js-countdown i {
  height: 150px;
  line-height: 150px;
  font-style: normal;
  padding: 0 3px;
  font-size: 30px;
  color: #ccc;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.section.countdown .js-countdown div {
  height: 150px;
  width: 75px;
  font-size: 20px;
  padding: 20px 10px;
  background: url(images/assets/build/img/window-purple.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.countdown .js-countdown div:first-child {
  margin-right: 14px;
  background: url(images/assets/build/img/window-open.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.section.countdown .js-countdown div:last-child {
  margin-left: 14px;
  background: url(images/assets/build/img/window-half-open.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.section.countdown .js-countdown div em {
  clear: both;
  display: block;
  font-size: 8px;
}
.section.countdown.alternate .js-countdown div {
  background: url(images/assets/build/img/window-red.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.countdown.alternate .js-countdown div:first-child {
  background: url(images/assets/build/img/window-open.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section.countdown.alternate .js-countdown div:last-child {
  margin-left: 14px;
  background: url(images/assets/build/img/window-half-open.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#cookie-law-info-bar {
  z-index: 10000;
}

.cli-bar-container {
  font-size: 15px;
  line-height: 24px;
  max-width: 1296px;
  margin: 0 auto;
}

.cli-bar-message {
  font-family: "Gotham-Light";
}

.cli-plugin-button.cli_action_button {
  background-color: #e1163c;
  background: linear-gradient(to right, #e1163c, #a11453);
}
.cli-plugin-button.cli_action_button:hover, .cli-plugin-button.cli_action_button:focus, .cli-plugin-button.cli_action_button:active, .cli-plugin-button.cli_action_button.active {
  background-color: rgb(178.5425101215, 17.4574898785, 47.6113360324);
  background: linear-gradient(to right, #c11547, #a11453);
}

.cli-plugin-main-link {
  color: #4f145b !important;
}
.cli-plugin-main-link:hover, .cli-plugin-main-link:focus, .cli-plugin-main-link:active, .cli-plugin-main-link.active {
  color: rgb(24.5540540541, 6.2162162162, 28.2837837838) !important;
}

.wp-block-button {
  margin-bottom: 0;
}
.wp-block-button__link {
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: white;
  background-color: #e1163c;
  white-space: normal;
}
.wp-block-button__link:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-white.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link.active {
  color: #dbbac5;
  background-color: rgb(178.5425101215, 17.4574898785, 47.6113360324);
  text-decoration: none;
}
.wp-block-button__link:hover:after, .wp-block-button__link:focus:after, .wp-block-button__link:active:after, .wp-block-button__link.active:after {
  opacity: 0.7;
}

@media (min-width: 782px) {
  .wp-block-column p:last-child, .wp-block-column h2:last-child, .wp-block-column h3:last-child, .wp-block-column h4:last-child, .wp-block-column h5:last-child, .wp-block-column h6:last-child {
    margin-bottom: 0;
  }
}

.wp-block-cover.alignfull {
  padding: 2.25rem 0 1.125rem 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.wp-block-cover.alignwide {
  padding: 2.25rem 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1296px) {
  .wp-block-cover.alignwide {
    width: 1296px;
    left: 50%;
    right: 50%;
    margin-left: -648px;
    margin-right: -648px;
  }
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: none;
}
.wp-block-search .wp-block-search__input {
  font-size: 16px;
  line-height: 19px;
  padding: 17px !important;
  height: auto !important;
  margin-bottom: 0;
}
.wp-block-search .wp-block-search__button {
  border: none;
  width: 150px;
  padding: 12.5px 24px;
  font-family: "Gotham-Medium";
  font-size: 15px;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  color: #da0530;
  background-color: white;
  white-space: normal;
  padding: 17px 5px !important;
}
.wp-block-search .wp-block-search__button:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus, .wp-block-search .wp-block-search__button:active, .wp-block-search .wp-block-search__button.active {
  color: #darken #da0530, 10%;
  background-color: #dbbac5;
  text-decoration: none;
}
.wp-block-search .wp-block-search__button:hover:after, .wp-block-search .wp-block-search__button:focus:after, .wp-block-search .wp-block-search__button:active:after, .wp-block-search .wp-block-search__button.active:after {
  opacity: 0.7;
}

.full-width-video-bg__content.has-red-to-purple-gradient-background, .full-width-video-bg__content.has-red-to-ruby-gradient-background, .full-width-video-bg__content.has-red-background-color, .full-width-video-bg__content.has-purple-background-color, .full-width-video-bg__content.has-grey-background-color, .full-width-video-bg__content.has-black-background-color, .job-teaser.has-black-background-color, .job-teaser.has-grey-background-color, .job-teaser.has-purple-background-color, .job-teaser.has-red-background-color, .job-teaser.has-red-to-ruby-gradient-background, .job-teaser.has-red-to-purple-gradient-background {
  color: white;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background h2, .full-width-video-bg__content.has-red-to-ruby-gradient-background h2, .full-width-video-bg__content.has-red-background-color h2, .full-width-video-bg__content.has-purple-background-color h2, .full-width-video-bg__content.has-grey-background-color h2, .full-width-video-bg__content.has-black-background-color h2, .job-teaser.has-black-background-color h2, .job-teaser.has-grey-background-color h2, .job-teaser.has-purple-background-color h2, .job-teaser.has-red-background-color h2, .job-teaser.has-red-to-ruby-gradient-background h2, .job-teaser.has-red-to-purple-gradient-background h2, .full-width-video-bg__content.has-red-to-purple-gradient-background h3, .full-width-video-bg__content.has-red-to-ruby-gradient-background h3, .full-width-video-bg__content.has-red-background-color h3, .full-width-video-bg__content.has-purple-background-color h3, .full-width-video-bg__content.has-grey-background-color h3, .full-width-video-bg__content.has-black-background-color h3, .job-teaser.has-black-background-color h3, .job-teaser.has-grey-background-color h3, .job-teaser.has-purple-background-color h3, .job-teaser.has-red-background-color h3, .job-teaser.has-red-to-ruby-gradient-background h3, .job-teaser.has-red-to-purple-gradient-background h3, .full-width-video-bg__content.has-red-to-purple-gradient-background h4, .full-width-video-bg__content.has-red-to-ruby-gradient-background h4, .full-width-video-bg__content.has-red-background-color h4, .full-width-video-bg__content.has-purple-background-color h4, .full-width-video-bg__content.has-grey-background-color h4, .full-width-video-bg__content.has-black-background-color h4, .job-teaser.has-black-background-color h4, .job-teaser.has-grey-background-color h4, .job-teaser.has-purple-background-color h4, .job-teaser.has-red-background-color h4, .job-teaser.has-red-to-ruby-gradient-background h4, .job-teaser.has-red-to-purple-gradient-background h4, .full-width-video-bg__content.has-red-to-purple-gradient-background h5, .full-width-video-bg__content.has-red-to-ruby-gradient-background h5, .full-width-video-bg__content.has-red-background-color h5, .full-width-video-bg__content.has-purple-background-color h5, .full-width-video-bg__content.has-grey-background-color h5, .full-width-video-bg__content.has-black-background-color h5, .job-teaser.has-black-background-color h5, .job-teaser.has-grey-background-color h5, .job-teaser.has-purple-background-color h5, .job-teaser.has-red-background-color h5, .job-teaser.has-red-to-ruby-gradient-background h5, .job-teaser.has-red-to-purple-gradient-background h5, .full-width-video-bg__content.has-red-to-purple-gradient-background h6, .full-width-video-bg__content.has-red-to-ruby-gradient-background h6, .full-width-video-bg__content.has-red-background-color h6, .full-width-video-bg__content.has-purple-background-color h6, .full-width-video-bg__content.has-grey-background-color h6, .full-width-video-bg__content.has-black-background-color h6, .job-teaser.has-black-background-color h6, .job-teaser.has-grey-background-color h6, .job-teaser.has-purple-background-color h6, .job-teaser.has-red-background-color h6, .job-teaser.has-red-to-ruby-gradient-background h6, .job-teaser.has-red-to-purple-gradient-background h6 {
  color: white;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:after, .job-teaser.has-black-background-color .wp-block-button__link:after, .job-teaser.has-grey-background-color .wp-block-button__link:after, .job-teaser.has-purple-background-color .wp-block-button__link:after, .job-teaser.has-red-background-color .wp-block-button__link:after, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:after, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link, .full-width-video-bg__content.has-red-background-color .wp-block-button__link, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link, .full-width-video-bg__content.has-black-background-color .wp-block-button__link, .job-teaser.has-black-background-color .wp-block-button__link, .job-teaser.has-grey-background-color .wp-block-button__link, .job-teaser.has-purple-background-color .wp-block-button__link, .job-teaser.has-red-background-color .wp-block-button__link, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link {
  color: #da0530;
  background: none;
  background-color: white;
  text-decoration: none;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:after, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:after, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:after, .job-teaser.has-black-background-color .wp-block-button__link:after, .job-teaser.has-grey-background-color .wp-block-button__link:after, .job-teaser.has-purple-background-color .wp-block-button__link:after, .job-teaser.has-red-background-color .wp-block-button__link:after, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:after, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:after {
  opacity: 1;
}
.full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:hover, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:hover, .job-teaser.has-black-background-color .wp-block-button__link:hover, .job-teaser.has-grey-background-color .wp-block-button__link:hover, .job-teaser.has-purple-background-color .wp-block-button__link:hover, .job-teaser.has-red-background-color .wp-block-button__link:hover, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:hover, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:hover, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:focus, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:focus, .job-teaser.has-black-background-color .wp-block-button__link:focus, .job-teaser.has-grey-background-color .wp-block-button__link:focus, .job-teaser.has-purple-background-color .wp-block-button__link:focus, .job-teaser.has-red-background-color .wp-block-button__link:focus, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:focus, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:focus, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link:active, .full-width-video-bg__content.has-black-background-color .wp-block-button__link:active, .job-teaser.has-black-background-color .wp-block-button__link:active, .job-teaser.has-grey-background-color .wp-block-button__link:active, .job-teaser.has-purple-background-color .wp-block-button__link:active, .job-teaser.has-red-background-color .wp-block-button__link:active, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link:active, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link:active, .full-width-video-bg__content.has-red-to-purple-gradient-background .wp-block-button__link.active, .full-width-video-bg__content.has-red-to-ruby-gradient-background .wp-block-button__link.active, .full-width-video-bg__content.has-red-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-purple-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-grey-background-color .wp-block-button__link.active, .full-width-video-bg__content.has-black-background-color .wp-block-button__link.active, .job-teaser.has-black-background-color .wp-block-button__link.active, .job-teaser.has-grey-background-color .wp-block-button__link.active, .job-teaser.has-purple-background-color .wp-block-button__link.active, .job-teaser.has-red-background-color .wp-block-button__link.active, .job-teaser.has-red-to-ruby-gradient-background .wp-block-button__link.active, .job-teaser.has-red-to-purple-gradient-background .wp-block-button__link.active {
  opacity: 0.8;
}

.full-width-video-bg {
  overflow: hidden;
  position: relative;
}
.full-width-video-bg.alignfull {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-video-bg.alignleft, .full-width-video-bg.alignright {
  float: none !important;
}
.full-width-video-bg__inner {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.full-width-video-bg__content {
  padding: 1.6875rem 30px;
}
.full-width-video-bg__content h2, .full-width-video-bg__content h3, .full-width-video-bg__content h4, .full-width-video-bg__content h5, .full-width-video-bg__content h6 {
  font-family: "Gotham-Book";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 0.5625rem;
}
.full-width-video-bg__content h2:last-child, .full-width-video-bg__content h3:last-child, .full-width-video-bg__content h4:last-child, .full-width-video-bg__content h5:last-child, .full-width-video-bg__content h6:last-child {
  margin-bottom: 0;
}
.full-width-video-bg__content p {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 0.5625rem;
}
.full-width-video-bg__content p:last-child {
  margin-bottom: 0;
}
.full-width-video-bg__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover;
}
.full-width-video-bg__video > video,
.full-width-video-bg__video > iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.full-width-video-bg__video > video {
  object-fit: cover;
}
@media (min-width: 768px) {
  .full-width-video-bg__inner {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .full-width-video-bg__content {
    padding: 2.25rem 45px;
    position: absolute;
    width: 530px;
    bottom: 9%;
    z-index: 1;
  }
  .full-width-video-bg__content h2, .full-width-video-bg__content h3, .full-width-video-bg__content h4, .full-width-video-bg__content h5, .full-width-video-bg__content h6 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 54px;
    line-height: 3.375rem;
    margin-bottom: 1.125rem;
  }
  .full-width-video-bg__content h2:last-child, .full-width-video-bg__content h3:last-child, .full-width-video-bg__content h4:last-child, .full-width-video-bg__content h5:last-child, .full-width-video-bg__content h6:last-child {
    margin-bottom: 0;
  }
  .full-width-video-bg__content p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-bottom: 1.125rem;
  }
  .full-width-video-bg__content p:last-child {
    margin-bottom: 0;
  }
  .full-width-video-bg--left .full-width-video-bg__content {
    left: 30px;
  }
  .full-width-video-bg--middle .full-width-video-bg__content {
    left: 50%;
    margin-left: -265px;
  }
  .full-width-video-bg--right .full-width-video-bg__content {
    right: 30px;
  }
}
@media (min-width: 1233px) {
  .full-width-video-bg__video {
    height: 694px;
    padding-bottom: 0 !important;
  }
  .full-width-video-bg__video > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 100vh !important;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1980px) {
  .full-width-video-bg__video > iframe {
    height: 120vh !important;
  }
}
@media (min-width: 1233px) and (min-aspect-ratio: 16/9) {
  .full-width-video-bg__video > iframe {
    width: 300vw !important;
    height: 300vh !important;
  }
}
@media (min-width: 1233px) and (max-aspect-ratio: 16/9) {
  .full-width-video-bg__video > iframe {
    width: 100vw !important;
    height: 100vh !important;
  }
}

.job-widget {
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}
.wp-block-cover__inner-container > .job-widget {
  margin-bottom: 4.5rem;
}
.job-widget.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: 0 -50vw;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.job-widget__inner {
  width: 100%;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.job-widget__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
  margin-bottom: 1.125rem;
}
.job-widget__title {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 1.125rem;
  text-align: center;
}
.wp-block-cover.has-white-background-color .job-widget__title {
  color: #da0530 !important;
}
.wp-block-cover.has-grey-background-color .job-widget__title {
  color: #da0530 !important;
}
.job-widget__link {
  display: flex;
  justify-content: center;
  font-family: "Gotham-Medium";
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 1.125rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #4f145b;
  cursor: pointer;
}
.job-widget__link:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
  transform: translate(0, 3px);
}
.job-widget__link:hover, .job-widget__link:focus {
  color: rgb(24.5540540541, 6.2162162162, 28.2837837838);
}
.job-widget__item + .job-widget__item {
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .job-widget {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }
  .job-widget__title {
    width: auto;
    max-width: calc(100% - 155px);
    text-align: left;
  }
  .job-widget__link {
    width: auto;
    max-width: 155px;
    text-align: left;
  }
  .job-widget__item + .job-widget__item {
    margin-top: 2.25rem;
  }
}

.job-index-item .job-index-item__inner .job-index-item__header {
  width: auto;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 997px) {
  .job-index-item .job-index-item__inner .job-index-item__header {
    width: auto;
    min-width: auto;
    max-width: auto;
  }
}

.information-slider {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.information-slider.alignfull:not(.is-editor) {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: 0 -50vw;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.information-slider .slick-slider {
  position: relative;
}
.information-slider .slick-arrow {
  display: none !important;
  appearance: none;
  width: 54px;
  height: 54px;
  text-indent: -99999rem;
  text-align: left;
  border: 2px solid #da0530;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" xmlns="http://www.w3.org/2000/svg"><g stroke="%23da0530" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M1.625 10H21.75M13.583 2l8.167 8-8.167 8"/></g></svg>');
  background-size: 19px 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  transition: border-color 0.3s ease;
}
.information-slider .slick-prev {
  left: -84px;
  transform: rotate(180deg);
}
.information-slider .slick-next {
  right: -84px;
}
.information-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 30px;
}
.information-slider .slick-dots li {
  margin: 8px;
  padding: 0;
  display: inline-block;
}
.information-slider .slick-dots button {
  font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
  appearance: none;
  background-color: transparent;
  border: 2px solid #B3B3B3;
  border-radius: 100%;
  text-align: left;
  text-indent: -9999rem;
  transition: all 0.3s ease;
}
.information-slider .slick-dots button:hover {
  border-color: rgb(166.25, 166.25, 166.25);
}
.information-slider .slick-dots .slick-active button, .information-slider .slick-dots .slick-active button:hover {
  border-color: #da0530;
}
.information-slider .slick-track {
  display: flex;
}
.information-slider .slick-slide {
  float: none;
  height: auto;
  padding-top: 30px !important;
}
.information-slider__inner {
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.information-slider__slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.information-slider__slider:not(.slick-slider) .information-slider__slide {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
}
.information-slider__slider:not(.slick-slider) .information-slider__slide:nth-child(1) {
  display: block;
}
.information-slider__slider.is-editor:not(.slick-slider) .information-slider__slide {
  display: block !important;
  margin-bottom: 60px;
}
.information-slider__card {
  position: relative;
  width: calc(100% - 30px);
  height: 100%;
}
.information-slider__card--has-icon {
  padding-top: 30px;
}
.information-slider__card_inner {
  padding: 0 30px 113px 30px;
}
.information-slider__card_image {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 70.7692307692% 0;
  position: relative;
  transform: translate(30px, -30px);
}
.information-slider__card_image > img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.information-slider__card_image--video {
  transition: transform 0.3s ease;
}
.information-slider__card_image--video:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m19 14 22 12.999L19 40z'/%3E%3C/defs%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M27 54c14.912 0 27-12.088 27-27S41.912 0 27 0 0 12.088 0 27s12.088 27 27 27Z' stroke='%23fff' stroke-width='2' stroke-linecap='square'/%3E%3Cuse fill='%23fff' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  z-index: 2;
  transition: transform 0.3s ease;
}
.information-slider__card_image--video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.information-slider__card_image--video:hover, .information-slider__card_image--video:focus {
  transform: translate(30px, -30px) scale(1.025);
}
.information-slider__card_image--video:hover:before, .information-slider__card_image--video:focus:before {
  transform: scale(1.1);
}
.information-slider__card--has-icon .information-slider__card_image {
  width: 62px;
  height: 62px;
  padding: 0;
  transform: translate(0, 0);
  margin-left: 30px;
  margin-bottom: 30px;
}
.information-slider__card--has-icon .information-slider__card_image > img {
  object-fit: contain;
}
.information-slider__card_title {
  color: #fff !important;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0 0 20px 0;
}
.information-slider__card.has-white-background-color .information-slider__card_title {
  color: #da0530 !important;
}
.information-slider__card_content p:last-child {
  margin-bottom: 0;
}
.information-slider__button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.information-slider__button-link {
  display: block;
}
@media (min-width: 768px) {
  .information-slider .slick-dots li {
    margin: 0 3px;
  }
  .information-slider .slick-list {
    margin: 0 -15px;
  }
  .information-slider .slick-slide {
    padding: 0 15px 0 15px;
  }
  .information-slider__slider:not(.slick-slider) .information-slider__slide {
    width: 50%;
  }
  .information-slider__slider:not(.slick-slider) .information-slider__slide:nth-child(1), .information-slider__slider:not(.slick-slider) .information-slider__slide:nth-child(2) {
    display: block;
  }
  .information-slider__slider.is-editor:not(.slick-slider) .information-slider__slide {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .information-slider:not(.slick-slider) .information-slider__slide {
    width: 33.3333333333%;
  }
  .information-slider:not(.slick-slider) .information-slider__slide:nth-child(1), .information-slider:not(.slick-slider) .information-slider__slide:nth-child(2), .information-slider:not(.slick-slider) .information-slider__slide:nth-child(3) {
    display: block;
  }
  .information-slider.is-editor:not(.slick-slider) .information-slider__slide {
    display: block !important;
  }
}
@media (min-width: 1470px) {
  .information-slider .slick-arrow {
    display: block !important;
  }
}

.information-slider.has-black-background-color .information-slider__title, .information-slider.has-grey-background-color .information-slider__title, .information-slider.has-purple-background-color .information-slider__title, .information-slider.has-red-background-color .information-slider__title, .information-slider.has-red-to-ruby-gradient-background .information-slider__title, .information-slider.has-red-to-purple-gradient-background .information-slider__title {
  color: #fff;
}
.information-slider.has-black-background-color .slick-arrow, .information-slider.has-grey-background-color .slick-arrow, .information-slider.has-purple-background-color .slick-arrow, .information-slider.has-red-background-color .slick-arrow, .information-slider.has-red-to-ruby-gradient-background .slick-arrow, .information-slider.has-red-to-purple-gradient-background .slick-arrow {
  border-color: rgba(255, 255, 255, 0.8);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" xmlns="http://www.w3.org/2000/svg"><g stroke="%23fff" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M1.625 10H21.75M13.583 2l8.167 8-8.167 8"/></g></svg>');
  background-size: 19px 16px;
  background-repeat: no-repeat;
}
.information-slider.has-black-background-color .slick-arrow:hover, .information-slider.has-grey-background-color .slick-arrow:hover, .information-slider.has-purple-background-color .slick-arrow:hover, .information-slider.has-red-background-color .slick-arrow:hover, .information-slider.has-red-to-ruby-gradient-background .slick-arrow:hover, .information-slider.has-red-to-purple-gradient-background .slick-arrow:hover {
  border-color: #fff;
}
.information-slider.has-black-background-color .slick-dots button, .information-slider.has-grey-background-color .slick-dots button, .information-slider.has-purple-background-color .slick-dots button, .information-slider.has-red-background-color .slick-dots button, .information-slider.has-red-to-ruby-gradient-background .slick-dots button, .information-slider.has-red-to-purple-gradient-background .slick-dots button {
  border-color: #fff;
  opacity: 0.3;
}
.information-slider.has-black-background-color .slick-dots button:hover, .information-slider.has-grey-background-color .slick-dots button:hover, .information-slider.has-purple-background-color .slick-dots button:hover, .information-slider.has-red-background-color .slick-dots button:hover, .information-slider.has-red-to-ruby-gradient-background .slick-dots button:hover, .information-slider.has-red-to-purple-gradient-background .slick-dots button:hover {
  opacity: 0.6;
  border-color: #fff;
}
.information-slider.has-black-background-color .slick-dots .slick-active button, .information-slider.has-grey-background-color .slick-dots .slick-active button, .information-slider.has-purple-background-color .slick-dots .slick-active button, .information-slider.has-red-background-color .slick-dots .slick-active button, .information-slider.has-red-to-ruby-gradient-background .slick-dots .slick-active button, .information-slider.has-red-to-purple-gradient-background .slick-dots .slick-active button {
  opacity: 1;
  border-color: #fff;
}

.information-slider__card.has-black-background-color .information-slider__card_title, .information-slider__card.has-grey-background-color .information-slider__card_title, .information-slider__card.has-purple-background-color .information-slider__card_title, .information-slider__card.has-red-background-color .information-slider__card_title, .information-slider__card.has-red-to-ruby-gradient-background .information-slider__card_title, .information-slider__card.has-red-to-purple-gradient-background .information-slider__card_title {
  color: white !important;
}
.information-slider__card.has-black-background-color .information-slider__card_content, .information-slider__card.has-grey-background-color .information-slider__card_content, .information-slider__card.has-purple-background-color .information-slider__card_content, .information-slider__card.has-red-background-color .information-slider__card_content, .information-slider__card.has-red-to-ruby-gradient-background .information-slider__card_content, .information-slider__card.has-red-to-purple-gradient-background .information-slider__card_content, .information-slider__card.has-black-background-color .information-slider__card_content p, .information-slider__card.has-grey-background-color .information-slider__card_content p, .information-slider__card.has-purple-background-color .information-slider__card_content p, .information-slider__card.has-red-background-color .information-slider__card_content p, .information-slider__card.has-red-to-ruby-gradient-background .information-slider__card_content p, .information-slider__card.has-red-to-purple-gradient-background .information-slider__card_content p {
  color: white;
}
.information-slider__card.has-black-background-color .wp-block-button__link:after, .information-slider__card.has-grey-background-color .wp-block-button__link:after, .information-slider__card.has-purple-background-color .wp-block-button__link:after, .information-slider__card.has-red-background-color .wp-block-button__link:after, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link:after, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.information-slider__card.has-black-background-color .wp-block-button__link, .information-slider__card.has-grey-background-color .wp-block-button__link, .information-slider__card.has-purple-background-color .wp-block-button__link, .information-slider__card.has-red-background-color .wp-block-button__link, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link {
  color: #da0530;
  background: none;
  background-color: white;
  text-decoration: none;
}
.information-slider__card.has-black-background-color .wp-block-button__link:after, .information-slider__card.has-grey-background-color .wp-block-button__link:after, .information-slider__card.has-purple-background-color .wp-block-button__link:after, .information-slider__card.has-red-background-color .wp-block-button__link:after, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link:after, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link:after {
  opacity: 1;
}
.information-slider__card.has-black-background-color .wp-block-button__link:hover, .information-slider__card.has-grey-background-color .wp-block-button__link:hover, .information-slider__card.has-purple-background-color .wp-block-button__link:hover, .information-slider__card.has-red-background-color .wp-block-button__link:hover, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link:hover, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link:hover, .information-slider__card.has-black-background-color .wp-block-button__link:focus, .information-slider__card.has-grey-background-color .wp-block-button__link:focus, .information-slider__card.has-purple-background-color .wp-block-button__link:focus, .information-slider__card.has-red-background-color .wp-block-button__link:focus, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link:focus, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link:focus, .information-slider__card.has-black-background-color .wp-block-button__link:active, .information-slider__card.has-grey-background-color .wp-block-button__link:active, .information-slider__card.has-purple-background-color .wp-block-button__link:active, .information-slider__card.has-red-background-color .wp-block-button__link:active, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link:active, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link:active, .information-slider__card.has-black-background-color .wp-block-button__link.active, .information-slider__card.has-grey-background-color .wp-block-button__link.active, .information-slider__card.has-purple-background-color .wp-block-button__link.active, .information-slider__card.has-red-background-color .wp-block-button__link.active, .information-slider__card.has-red-to-ruby-gradient-background .wp-block-button__link.active, .information-slider__card.has-red-to-purple-gradient-background .wp-block-button__link.active {
  opacity: 0.8;
}

.clickable-block {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.clickable-block.alignfull:not(.is-editor) {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: 0 -50vw;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.clickable-block__inner {
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.clickable-block__intro {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
.clickable-block__items .r-tabs-accordion-title {
  margin-top: 10px;
}
.clickable-block__items .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  width: auto;
  padding: 1.125rem 39px 1.125rem 25px;
  background-color: #da0530;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  opacity: 0.9;
}
.clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8 7 2l5.5 6' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}
.clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:hover {
  opacity: 1;
}
.clickable-block__items .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 1;
}
.clickable-block__items .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
  transform: scaleY(1);
}
.clickable-block__tabs {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.clickable-block__tab {
  display: table;
  flex: 0 0 auto;
  max-width: calc(20% - 16px);
  width: auto;
  padding: 0;
  margin: 0 8px 13px 8px !important;
}
.clickable-block__tab a, .clickable-block__tab span {
  display: table-cell;
  width: auto;
  height: 100%;
  padding: 1.125rem 36px 1.125rem 15px;
  background-color: rgba(218, 5, 48, 0.75);
  color: white;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
}
.clickable-block__tab a:before, .clickable-block__tab span:before {
  width: 100%;
  height: 15px;
  background-color: #da0530;
  position: absolute;
  left: 0;
  bottom: -13px;
}
.clickable-block__tab a:after, .clickable-block__tab span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8 7 2l5.5 6' stroke='%23fff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 14px 9px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}
.clickable-block__tab.r-tabs-state-active a {
  background-color: #da0530;
}
.clickable-block__tab.r-tabs-state-active a:before {
  content: "";
}
.clickable-block__tab.r-tabs-state-active a:after {
  transform: scaleY(1);
}
.clickable-block__tab-content {
  display: none;
  padding: 44px 24px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.clickable-block__tab-content p:last-child {
  margin-bottom: 0;
}
.clickable-block__tab-content.is-editor {
  display: block;
}
.clickable-block__tab-content.is-editor + .clickable-block__tab-content {
  margin-top: 20px;
}
.clickable-block__tab-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.clickable-block__tab-col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 15px 0 15px;
}
.clickable-block__tab-col + .clickable-block__tab-col {
  margin-top: 30px;
}
.clickable-block__tab-item-title {
  color: #da0530 !important;
}
.clickable-block__tab-item-button {
  margin-top: 20px;
}
.clickable-block__tab-item-image {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 64.2857142857% 0;
  position: relative;
}
.clickable-block__tab-item-image > img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.clickable-block__tab-item-image--video:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m19 14 22 12.999L19 40z'/%3E%3C/defs%3E%3Cg transform='translate(1 1)' fill='none' fill-rule='evenodd'%3E%3Cpath d='M27 54c14.912 0 27-12.088 27-27S41.912 0 27 0 0 12.088 0 27s12.088 27 27 27Z' stroke='%23fff' stroke-width='2' stroke-linecap='square'/%3E%3Cuse fill='%23fff' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 56px;
  background-repeat: no-repeat;
  z-index: 2;
  transition: transform 0.3s ease;
}
.clickable-block__tab-item-image--video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.clickable-block__tab-item-image--video:hover:before, .clickable-block__tab-item-image--video:focus:before {
  transform: scale(1.1);
}
.clickable-block__tab-item-icon {
  padding-left: 65px;
  position: relative;
}
.clickable-block__tab-item-icon + .clickable-block__tab-item-icon {
  margin-top: 30px;
}
.clickable-block__tab-item-icon-title {
  font-family: "Gotham-Book";
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.3725rem;
  margin-bottom: 5px;
}
.clickable-block__tab-item-icon-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.49625rem;
}
.clickable-block__tab-item-icon-image {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.clickable-block__tab-item-icon-image > img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .clickable-block__tab-content.has-black-background-color {
    background-color: rgba(34, 34, 34, 0.9) !important;
  }
  .clickable-block__tab-content.has-white-background-color {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .clickable-block__tab-content.has-grey-background-color {
    background-color: rgba(245, 245, 245, 0.9) !important;
  }
  .clickable-block__tab-content.has-purple-background-color {
    background-color: rgba(79, 20, 91, 0.9) !important;
  }
  .clickable-block__tab-content.has-red-background-color {
    background-color: rgba(218, 5, 48, 0.9) !important;
  }
  .clickable-block__tab-content.has-red-to-ruby-gradient-background {
    background-image: linear-gradient(to right, rgba(225, 22, 60, 0.9), rgba(161, 20, 83, 0.9)) !important;
  }
  .clickable-block__tab-content.has-red-to-purple-gradient-background {
    background-image: linear-gradient(115deg, rgba(218, 5, 48, 0.9) 0%, rgba(79, 20, 91, 0.9) 100%) !important;
  }
}
@media (min-width: 992px) {
  .clickable-block__intro {
    margin-bottom: 50px;
  }
  .clickable-block__tabs {
    display: flex;
  }
  .clickable-block__items .r-tabs-accordion-title {
    display: none;
  }
  .clickable-block__tab-content {
    border-radius: 3px;
    padding: 54px 57px;
    margin-bottom: 15px;
  }
  .clickable-block__tab-col--small {
    width: 40%;
    margin-left: 2.5%;
  }
  .clickable-block__tab-col--big {
    width: 55%;
  }
  .clickable-block__tab-col + .clickable-block__tab-col {
    margin-top: 0;
  }
  .clickable-block__tab-item-icons {
    margin: 57px auto 0 auto;
    max-width: 350px;
  }
}

.clickable-block.has-black-background-color .clickable-block__title, .clickable-block.has-grey-background-color .clickable-block__title, .clickable-block.has-purple-background-color .clickable-block__title, .clickable-block.has-red-background-color .clickable-block__title, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__title, .clickable-block.has-red-to-purple-gradient-background .clickable-block__title, .clickable-block.has-black-background-color .clickable-block__title p, .clickable-block.has-grey-background-color .clickable-block__title p, .clickable-block.has-purple-background-color .clickable-block__title p, .clickable-block.has-red-background-color .clickable-block__title p, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__title p, .clickable-block.has-red-to-purple-gradient-background .clickable-block__title p, .clickable-block.has-black-background-color .clickable-block__preface, .clickable-block.has-grey-background-color .clickable-block__preface, .clickable-block.has-purple-background-color .clickable-block__preface, .clickable-block.has-red-background-color .clickable-block__preface, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__preface, .clickable-block.has-red-to-purple-gradient-background .clickable-block__preface {
  color: #fff !important;
}
.clickable-block.has-black-background-color .clickable-block__tab a, .clickable-block.has-grey-background-color .clickable-block__tab a, .clickable-block.has-purple-background-color .clickable-block__tab a, .clickable-block.has-red-background-color .clickable-block__tab a, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab a, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab a, .clickable-block.has-black-background-color .clickable-block__tab span, .clickable-block.has-grey-background-color .clickable-block__tab span, .clickable-block.has-purple-background-color .clickable-block__tab span, .clickable-block.has-red-background-color .clickable-block__tab span, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab span, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab span {
  background-color: rgba(255, 255, 255, 0.75);
  color: #da0530;
}
.clickable-block.has-black-background-color .clickable-block__tab a:before, .clickable-block.has-grey-background-color .clickable-block__tab a:before, .clickable-block.has-purple-background-color .clickable-block__tab a:before, .clickable-block.has-red-background-color .clickable-block__tab a:before, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab a:before, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab a:before, .clickable-block.has-black-background-color .clickable-block__tab span:before, .clickable-block.has-grey-background-color .clickable-block__tab span:before, .clickable-block.has-purple-background-color .clickable-block__tab span:before, .clickable-block.has-red-background-color .clickable-block__tab span:before, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab span:before, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab span:before {
  background-color: #fff;
}
.clickable-block.has-black-background-color .clickable-block__tab a:after, .clickable-block.has-grey-background-color .clickable-block__tab a:after, .clickable-block.has-purple-background-color .clickable-block__tab a:after, .clickable-block.has-red-background-color .clickable-block__tab a:after, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab a:after, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab a:after, .clickable-block.has-black-background-color .clickable-block__tab span:after, .clickable-block.has-grey-background-color .clickable-block__tab span:after, .clickable-block.has-purple-background-color .clickable-block__tab span:after, .clickable-block.has-red-background-color .clickable-block__tab span:after, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab span:after, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8 7 2l5.5 6' stroke='%23da0530' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 14px 9px;
  background-repeat: no-repeat;
}
.clickable-block.has-black-background-color .clickable-block__tab.r-tabs-state-active a, .clickable-block.has-grey-background-color .clickable-block__tab.r-tabs-state-active a, .clickable-block.has-purple-background-color .clickable-block__tab.r-tabs-state-active a, .clickable-block.has-red-background-color .clickable-block__tab.r-tabs-state-active a, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__tab.r-tabs-state-active a, .clickable-block.has-red-to-purple-gradient-background .clickable-block__tab.r-tabs-state-active a {
  background-color: white;
}
.clickable-block.has-black-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor, .clickable-block.has-grey-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor, .clickable-block.has-purple-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor, .clickable-block.has-red-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor, .clickable-block.has-red-to-purple-gradient-background .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #fff;
  color: #da0530;
}
.clickable-block.has-black-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after, .clickable-block.has-grey-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after, .clickable-block.has-purple-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after, .clickable-block.has-red-background-color .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after, .clickable-block.has-red-to-ruby-gradient-background .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after, .clickable-block.has-red-to-purple-gradient-background .clickable-block__items .r-tabs-accordion-title .r-tabs-anchor:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 8 7 2l5.5 6' stroke='%23da0530' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 14px 9px;
  background-repeat: no-repeat;
}

.timeline-slider {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.timeline-slider.alignfull:not(.is-editor) {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  overflow: hidden;
  margin: 0 -50vw;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
.timeline-slider .slick-slider {
  position: relative;
}
.timeline-slider .slick-slider:before {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: 3px;
  background-color: #E6E6E6;
  position: absolute;
  left: 50%;
  top: 67px;
  transform: translate(-50%, 0);
}
.timeline-slider .slick-arrow {
  appearance: none;
  width: 54px;
  height: 54px;
  text-indent: -99999rem;
  text-align: left;
  border: 2px solid #da0530;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" xmlns="http://www.w3.org/2000/svg"><g stroke="%23da0530" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M1.625 10H21.75M13.583 2l8.167 8-8.167 8"/></g></svg>');
  background-size: 19px 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 40px;
  transition: border-color 0.3s ease;
}
.timeline-slider .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.timeline-slider .slick-next {
  right: 0;
}
.timeline-slider .slick-track {
  display: flex;
}
.timeline-slider .slick-slide {
  float: none;
  height: auto;
}
.timeline-slider__inner {
  width: 100%;
  max-width: 1356px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.timeline-slider__intro {
  margin-bottom: 3.375rem;
  text-align: center;
}
.timeline-slider__title {
  margin-bottom: 0;
}
.timeline-slider__slider:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px;
}
.timeline-slider__slider:not(.slick-slider) .timeline-slider__slide {
  display: none;
  flex: 0 0 auto;
  width: 100%;
  padding: 0 22.5px;
}
.timeline-slider__slider:not(.slick-slider) .timeline-slider__slide:nth-child(1) {
  display: block;
}
.timeline-slider__slider.is-editor:not(.slick-slider) .timeline-slider__slide {
  display: block !important;
  margin-bottom: 60px;
}
.timeline-slider__card {
  height: 100%;
}
.timeline-slider__card_inner {
  padding: 25px;
  background-color: #F5F5F5;
}
.timeline-slider__card_date {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.81125rem;
  min-height: 28px;
  margin-bottom: 20px;
  color: #7E7E7E;
}
.timeline-slider__card_icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0 auto 60px auto;
  position: relative;
}
.timeline-slider__card_icon > img {
  display: block;
  width: 72%;
  height: 72%;
  position: absolute;
  left: 14%;
  top: 14%;
  object-fit: contain;
  margin: 0;
}
.timeline-slider__card_icon:after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -1px;
  background-color: #E6E6E6;
}
.timeline-slider__card_image {
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 70.7692307692% 0;
  position: relative;
}
.timeline-slider__card_image > img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.timeline-slider__card_title {
  font-family: "Gotham-Book";
  color: #fff !important;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin: 0;
  padding: 10px 25px;
}
.timeline-slider__card.has-white-background-color .timeline-slider__card_title {
  color: #da0530 !important;
}
.timeline-slider__card_content {
  margin-bottom: 30px;
}
.timeline-slider__card_content:last-child {
  margin-bottom: 0;
}
.timeline-slider__card_content p:last-child {
  margin-bottom: 0;
}
.timeline-slider__button-link {
  display: block;
}
@media (min-width: 768px) {
  .timeline-slider .slick-list {
    margin: 0 -22.5px;
  }
  .timeline-slider .slick-slide {
    padding: 0 22.5px 0 22.5px;
  }
  .timeline-slider__slider:not(.slick-slider) .timeline-slider__slide {
    width: 50%;
  }
  .timeline-slider__slider:not(.slick-slider) .timeline-slider__slide:nth-child(1), .timeline-slider__slider:not(.slick-slider) .timeline-slider__slide:nth-child(2) {
    display: block;
  }
  .timeline-slider__slider.is-editor:not(.slick-slider) .timeline-slider__slide {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .timeline-slider:not(.slick-slider) .timeline-slider__slide {
    width: 33.3333333333%;
  }
  .timeline-slider:not(.slick-slider) .timeline-slider__slide:nth-child(1), .timeline-slider:not(.slick-slider) .timeline-slider__slide:nth-child(2), .timeline-slider:not(.slick-slider) .timeline-slider__slide:nth-child(3) {
    display: block;
  }
  .timeline-slider.is-editor:not(.slick-slider) .timeline-slider__slide {
    display: block !important;
  }
}
@media (min-width: 1470px) {
  .timeline-slider .slick-slider:before {
    width: 100%;
  }
  .timeline-slider .slick-prev {
    left: -84px;
  }
  .timeline-slider .slick-next {
    right: -84px;
  }
}

.timeline-slider.has-black-background-color .timeline-slider__title, .timeline-slider.has-grey-background-color .timeline-slider__title, .timeline-slider.has-purple-background-color .timeline-slider__title, .timeline-slider.has-red-background-color .timeline-slider__title, .timeline-slider.has-red-to-ruby-gradient-background .timeline-slider__title, .timeline-slider.has-red-to-purple-gradient-background .timeline-slider__title {
  color: #fff;
}
.timeline-slider.has-black-background-color .timeline-slider__card_date, .timeline-slider.has-grey-background-color .timeline-slider__card_date, .timeline-slider.has-purple-background-color .timeline-slider__card_date, .timeline-slider.has-red-background-color .timeline-slider__card_date, .timeline-slider.has-red-to-ruby-gradient-background .timeline-slider__card_date, .timeline-slider.has-red-to-purple-gradient-background .timeline-slider__card_date {
  color: white !important;
}
.timeline-slider.has-black-background-color .slick-arrow, .timeline-slider.has-grey-background-color .slick-arrow, .timeline-slider.has-purple-background-color .slick-arrow, .timeline-slider.has-red-background-color .slick-arrow, .timeline-slider.has-red-to-ruby-gradient-background .slick-arrow, .timeline-slider.has-red-to-purple-gradient-background .slick-arrow {
  border-color: rgba(255, 255, 255, 0.8);
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" xmlns="http://www.w3.org/2000/svg"><g stroke="%23fff" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><path d="M1.625 10H21.75M13.583 2l8.167 8-8.167 8"/></g></svg>');
  background-size: 19px 16px;
  background-repeat: no-repeat;
}
.timeline-slider.has-black-background-color .slick-arrow:hover, .timeline-slider.has-grey-background-color .slick-arrow:hover, .timeline-slider.has-purple-background-color .slick-arrow:hover, .timeline-slider.has-red-background-color .slick-arrow:hover, .timeline-slider.has-red-to-ruby-gradient-background .slick-arrow:hover, .timeline-slider.has-red-to-purple-gradient-background .slick-arrow:hover {
  border-color: #fff;
}

.timeline-slider__card.has-black-background-color .timeline-slider__card_title, .timeline-slider__card.has-grey-background-color .timeline-slider__card_title, .timeline-slider__card.has-purple-background-color .timeline-slider__card_title, .timeline-slider__card.has-red-background-color .timeline-slider__card_title, .timeline-slider__card.has-red-to-ruby-gradient-background .timeline-slider__card_title, .timeline-slider__card.has-red-to-purple-gradient-background .timeline-slider__card_title {
  color: white !important;
}

.two_col_text_icon_cta_and_image .image {
  padding: 0;
}
.two_col_text_icon_cta_and_image .image img {
  height: 100%;
  object-fit: cover;
}
.two_col_text_icon_cta_and_image .button {
  min-width: 250px;
  margin-top: 10px;
}
.two_col_text_icon_cta_and_image .text {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 8px;
}
.two_col_text_icon_cta_and_image .text p,
.two_col_text_icon_cta_and_image .text h2 {
  text-align: center;
  margin-bottom: 10px;
}
.two_col_text_icon_cta_and_image .text p {
  padding: 0 75px;
}
.two_col_text_icon_cta_and_image .text.purple .button {
  background-color: #4f145b;
}
.two_col_text_icon_cta_and_image .text.red {
  background-color: #DA0530;
}
.two_col_text_icon_cta_and_image .text.red p,
.two_col_text_icon_cta_and_image .text.red h2 {
  color: white;
}
.two_col_text_icon_cta_and_image .text.red .button {
  background-color: white;
  color: #DA0530;
}
.two_col_text_icon_cta_and_image .text.red .button:after {
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
}
.two_col_text_icon_cta_and_image .text.red .button:hover, .two_col_text_icon_cta_and_image .text.red .button:focus, .two_col_text_icon_cta_and_image .text.red .button:active {
  color: #dbbac5;
}
.two_col_text_icon_cta_and_image .text.white p {
  color: #4f145b;
}
.two_col_text_icon_cta_and_image .text.white h2 {
  color: #DA0530;
}
.two_col_text_icon_cta_and_image .row {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .two_col_text_icon_cta_and_image .row {
    flex-direction: column;
    align-items: center;
  }
  .two_col_text_icon_cta_and_image .row .col-sm-12 {
    width: 100%;
    padding: 40px;
  }
  .two_col_text_icon_cta_and_image .row .col-sm-12.image {
    text-align: center;
    padding: 0;
  }
  .two_col_text_icon_cta_and_image .row.m-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 800px) {
  .two_col_text_icon_cta_and_image .text p {
    padding: 0;
  }
  .col_text_image_background .img-background .red-text-container {
    padding: 25px !important;
  }
  .col_text_image_background .img-background .red-text-container h3 {
    text-align: center;
  }
}
.col_text_image_background .img-background {
  padding: 50px;
}
.col_text_image_background .img-background .red-text-container {
  padding: 50px;
}
.col_text_image_background .img-background .red-text-container h3 {
  color: #ffffff;
}
.col_text_image_background .img-background .red-text-container p {
  color: #ffffff;
}
.col_text_image_background .standalone-text-col {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .col_text_image_background .standalone-text-col {
    margin-top: 50px;
  }
}

.c-job-slider {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 2.25rem 32px;
  margin-bottom: 2.25rem;
  background-color: #da0530;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .c-job-slider {
    flex-direction: column;
    border-radius: 0;
  }
}
.c-job-slider__title {
  display: block;
  position: relative;
  width: 30%;
}
@media (max-width: 768px) {
  .c-job-slider__title {
    width: 100%;
    margin-bottom: 1.125rem;
  }
}
.c-job-slider__title * {
  font-family: "Gotham-Light";
  color: white;
  margin-bottom: 0;
}
.c-job-slider__title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 0;
}
.c-job-slider__title p, .c-job-slider__title a {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
  text-decoration: none;
}
.c-job-slider__title a:focus, .c-job-slider__title a:hover {
  color: white;
}
.c-job-slider__slick {
  display: block;
  position: relative;
  width: 70%;
}
@media (max-width: 768px) {
  .c-job-slider__slick {
    width: 100%;
  }
}
.c-job-slider__slick .slick-track {
  margin: 0;
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 768px) {
  .c-job-slider__slick .slick-track {
    margin: 0;
  }
}
.c-job-slider__slick__slide {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .c-job-slider__slick__slide {
    padding: 0;
  }
}
.c-job-slider__job {
  display: block;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .c-job-slider__job {
    margin-top: 1.125rem;
  }
}
.c-job-slider__job * {
  font-family: "Gotham-Light";
  color: white;
  margin-bottom: 0;
}
.c-job-slider__job__role p, .c-job-slider__job__role a {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
  text-decoration: none;
}
.c-job-slider__job__role a:focus, .c-job-slider__job__role a:hover {
  color: white;
}
.c-job-slider__job__location p, .c-job-slider__job__location a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-weight: 400;
  text-decoration: none;
}
.c-job-slider__job__location a:hover {
  color: white;
}
.c-job-slider__job .arrow-before--white:before {
  position: absolute;
  top: 5px;
  left: 0;
}

.c-flight-path {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-flight-path__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-flight-path__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  position: relative;
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .c-flight-path__content {
    width: calc(100% - 60px);
  }
}
.c-flight-path__content__title {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #630678;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.c-flight-path__content__content {
  margin-bottom: 1.125rem;
}
.c-flight-path__content__button:after {
  display: none;
}
.c-flight-path__icon-wrapper {
  position: relative;
  width: 100%;
}
.c-flight-path__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(0);
  transition: transform 0.1s ease-out;
  will-change: transform;
  color: #da0530;
}

.c-flight-path-animation {
  position: relative;
}
.c-flight-path-animation__plane {
  position: absolute;
  width: 24px;
  height: 24px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.c-flight-path-animation__plane__shape {
  fill: #e4181e;
}
.c-flight-path-animation__path-svg {
  width: 100%;
  height: 200px;
}
.c-flight-path-animation__path-svg__path {
  fill: none;
  stroke: #f6f6f6;
  stroke-width: 2;
  stroke-linecap: round;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.c-asset-slider .c-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.c-asset-slider .c-carousel-wrapper:hover .css-scroll {
  animation-play-state: paused;
}
.c-asset-slider .c-carousel-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}
.c-asset-slider .c-carousel-track.paused {
  animation-play-state: paused !important;
}
.c-asset-slider .c-carousel-track__slide {
  flex: 0 0 auto;
  margin-right: 20px;
  height: 280px;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  background-color: #da0530;
  overflow: hidden;
}
@media (max-width: 768px) {
  .c-asset-slider .c-carousel-track__slide {
    max-height: 40vw;
  }
}
.c-asset-slider .c-carousel-track__slide__image {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.c-asset-slider .slider-aspect {
  height: 100%;
  position: relative;
  flex: 1 1 auto;
  aspect-ratio: 4/3;
}
.c-asset-slider .slider-aspect--square {
  aspect-ratio: 1/1;
}
.c-asset-slider .slider-aspect--4-3 {
  aspect-ratio: 4/3;
}
.c-asset-slider .slider-aspect--16-9 {
  aspect-ratio: 16/9;
}
.c-asset-slider .slider-aspect > .plyr--video,
.c-asset-slider .slider-aspect > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-video-trigger-button {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.c-video-trigger-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-video-trigger-button__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  background-color: #da0530;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.8;
  z-index: 99;
  transition: all 0.3s ease;
}
.c-video-trigger-button:hover .c-video-trigger-button__icon {
  opacity: 1;
}

.c-video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.c-video-lightbox.hidden {
  display: none;
}
.c-video-lightbox__inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16/9;
}
.c-video-lightbox__player {
  width: 100%;
  height: 100%;
}
.c-video-lightbox__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
}

.c-tabs-container {
  position: relative;
}
.c-tabs-container__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .c-tabs-container__buttons {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    width: unset;
  }
}
.c-tabs-container__buttons::-webkit-scrollbar {
  display: none;
}
.c-tabs-container__buttons__button {
  display: block;
  flex-shrink: 0;
  min-width: 180px;
  padding: 0.28125rem 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 700;
  color: #da0530;
  background: #f5f5f5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.c-tabs-container__buttons__button.active {
  color: #f5f5f5;
  background: #da0530;
}
@media (max-width: 768px) {
  .c-tabs-container__buttons__button {
    min-width: unset;
  }
}
.c-tabs-container__contents__content {
  display: none;
}
.c-tabs-container__contents__content.active {
  display: block;
}
.c-tabs-container__arrow {
  display: none;
  color: #da0530;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.c-tabs-container__arrow:after {
  content: " ";
  display: block;
  height: 15px;
  width: 14px;
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-tabs-container__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }
}
.c-tabs-container__arrow.left {
  margin-right: 8px;
}
.c-tabs-container__arrow.left::after {
  transform: rotate(180deg);
}
.c-tabs-container__arrow.right {
  margin-left: 8px;
}
.c-tabs-container__wrapper {
  display: flex;
  margin-bottom: 1.125rem;
}

.c-accordions__item {
  position: relative;
  margin-bottom: 1.125rem;
  background: transparent;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
}
.c-accordions__item:focus, .c-accordions__item:hover {
  border-color: #da0530;
}
.c-accordions__item.open {
  border-color: #da0530;
}
.c-accordions__item--ticket {
  padding: 0 15px;
}
.c-accordions__item--ticket:before, .c-accordions__item--ticket:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 30px;
  background: url(images/assets/build/img/ticket-clip.png);
  background-size: 15px 30px;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: 0;
}
.c-accordions__item--ticket:before {
  transform: scale(-1) translateY(50%);
  left: -1px;
}
.c-accordions__item--ticket:after {
  right: -1px;
}
.c-accordions__item--ticket.open:before, .c-accordions__item--ticket.open:after {
  opacity: 1;
}
.c-accordions__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  padding: 1.125rem 32px 1.125rem 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.35rem;
  font-weight: 700;
  color: #da0530;
  background: transparent;
  border: none;
  cursor: pointer;
}
.c-accordions__button__icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.35rem;
  margin-right: 16px;
}
.c-accordions__button:after {
  content: "\e313";
  display: block;
  position: absolute;
  right: 16px;
  color: #da0530;
}
.c-accordions__button.open:after {
  transform: rotate(180deg);
}
.c-accordions__content {
  display: none;
  padding: 1.125rem 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.35rem;
}

.header .header__container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  border-bottom: 1px solid #fbd1df;
}
.header .header__row {
  margin-left: -8px;
  margin-right: -8px;
}
.header .header__row:before, .header .header__row:after {
  content: " ";
  display: table;
}
.header .header__row:after {
  clear: both;
}
.header .header__row .top-banner-message {
  margin: 0 8px;
  background-color: #BE4A0A;
}
.header .header__row .top-banner-message span:not(.arrow-after) {
  display: flex;
  align-items: center;
  color: white;
  padding: 0 20px;
  margin: auto;
  max-width: 1080px;
}
@media only screen and (max-width: 1080px) {
  .header .header__row .top-banner-message span:not(.arrow-after) {
    flex-direction: column;
    padding: 20px;
  }
}
.header .header__row .top-banner-message span:not(.arrow-after) img {
  width: 75px;
  margin: 8px;
}
.header .header__row .top-banner-message span:not(.arrow-after) h4 {
  margin: 8px;
  font-size: 20px;
  color: white;
  text-align: center;
  font-weight: bold;
}
.header .header__row .top-banner-message span:not(.arrow-after) p {
  margin: 8px;
  font-size: 15px;
}
.header .header__row .top-banner-message span:not(.arrow-after) a.button {
  color: #da0530;
  margin: 8px;
  white-space: nowrap;
}
.header .header__row .top-banner-message span:not(.arrow-after) a.button:hover {
  opacity: 0.8;
}
.header .header__logo {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.header .header__logo a.logo {
  padding: 15px 0px;
  display: block;
  margin-left: 30px;
}
.header .header__logo img {
  width: 208px;
  margin: 0 0 0;
}
.header .header__nav {
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  clear: both;
}

.inner {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.inner--small {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  max-width: 99999px;
  padding-left: 30px;
  padding-right: 30px;
}

.main, .container {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
.main .page__wrap, .container .page__wrap {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
.main .page__row, .container .page__row {
  margin-left: -8px;
  margin-right: -8px;
}
.main .page__row:before, .container .page__row:before, .main .page__row:after, .container .page__row:after {
  content: " ";
  display: table;
}
.main .page__row:after, .container .page__row:after {
  clear: both;
}
.main .page__columns, .container .page__columns {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.main ul li, .container ul li {
  margin-bottom: 10px;
}

iframe {
  max-width: 100%;
}

img {
  margin-bottom: 30px;
}

.emergency-notice {
  padding: 50px;
  margin-bottom: 50px;
}
.emergency-notice.--amber {
  background: #4f145b;
  color: white;
}
.emergency-notice.--amber h1, .emergency-notice.--amber h2, .emergency-notice.--amber h3, .emergency-notice.--amber h4, .emergency-notice.--amber h5, .emergency-notice.--amber h6 {
  color: white !important;
}
.emergency-notice.--red {
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .emergency-notice.--red {
    padding-top: 150px;
  }
}
.emergency-notice h1 {
  font-size: 30px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .emergency-notice h1 {
    font-size: 32px;
  }
}
.emergency-notice p:last-child {
  margin-bottom: 0;
}

.page-template-base-clean-template .footer {
  background: #f5f5f5;
}
.footer .footer__inner {
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 30px 30px;
}
.footer .footer__row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px;
}
.footer .footer__row:before, .footer .footer__row:after {
  content: " ";
  display: table;
}
.footer .footer__row:after {
  clear: both;
}
.footer h5 {
  color: #222222;
  font-size: 16px;
  font-family: "Gotham-Book";
  margin-bottom: 20px;
}
.footer .footer__copyright {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.footer .footer__nav {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 60px;
}
.footer .footer__nav ul {
  padding-left: 0;
}
.footer .footer__nav li {
  display: block;
  margin-bottom: 8px;
}
.footer .footer__nav a {
  color: #7e7e7e;
  text-decoration: none;
  font-family: "Gotham-Book";
  font-size: 12px;
}
.footer .footer__nav a .label {
  display: inline-block;
  background: #da0530;
  color: white;
  padding: 5px 5px 5px;
  border-radius: 3px;
  margin-left: 3px;
}
.footer .footer__nav a .label.purple {
  background: #4f145b;
}
.footer .footer__social-icons svg {
  height: 30px;
  width: 40px;
  fill: #939393;
}
.footer .footer__social-icons a {
  text-decoration: none;
}
.footer .footer__social-icons a:hover {
  text-decoration: none;
}
.footer .footer__copyright {
  font-size: 10px;
}
.footer .footer__bottom__menu {
  text-align: center;
}
.footer .footer__bottom__menu ul {
  padding-left: 0;
  list-style: none;
}
.footer .footer__bottom__menu ul li {
  display: inline-block;
}
.footer .footer__bottom__menu ul li a {
  font-size: 10px;
  color: #666;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 997px) {
  .job-results h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .job-results > .inner--small {
    padding-left: 0;
    padding-right: 0;
  }
}

.js-sticky-jobs-banner.js-sticky-jobs-banner--sticky {
  position: fixed !important;
  top: 0;
  margin-top: 0 !important;
  width: 1296px;
  max-width: 100%;
  margin: auto;
}

.post-type-archive-jobs .page__header {
  padding-left: 0;
  padding-right: 0;
}

.facetwp-counts {
  display: inline;
}

.job-search-sidebar {
  color: #fff;
  background-color: #DA0530;
  padding: 20px 0;
  margin-bottom: 20px;
}
.job-search-sidebar h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.job-search-sidebar h4 {
  color: #fff;
  margin: 20px 0 10px 0;
}
.job-search-sidebar .container {
  padding: 0px 20px;
}
.job-search-sidebar .facetwp-type-fselect {
  color: #222;
}
.job-search-sidebar label {
  margin: 4px 0px;
  display: block;
}
.job-search-sidebar .facetwp-facet {
  margin-bottom: 0;
}

.jobs-index-loop {
  margin-top: 20px;
}
@media screen and (max-width: 997px) {
  .jobs-index-loop .row {
    margin: 0 0 0 0;
  }
}
.jobs-index-loop .search-and-apply-message {
  display: flex;
  align-items: center;
  background-color: #da0530;
  padding: 50px;
  border-radius: 20px;
  color: white;
  margin: 20px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .jobs-index-loop .search-and-apply-message {
    margin: 0 0 20px 0;
    flex-direction: column;
  }
}
.jobs-index-loop .search-and-apply-message img {
  width: 75px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .jobs-index-loop .search-and-apply-message img {
    margin: 0 0 20px 0;
  }
}
.jobs-index-loop .col-md-18 {
  padding-left: 0px;
  padding-right: 0px;
}
.jobs-index-loop .col-md-18 .inner--small {
  padding-left: 0px;
  padding-right: 0px;
}
.jobs-index-loop .purple {
  color: #4F145B;
}

.sidebar-accordion .sidebar-accordion__item__header {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: white;
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebar-accordion .sidebar-accordion__item__content {
  padding: 20px;
}

.job-index-item {
  display: block;
  width: 100%;
  background-color: white;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #d8d7d7;
  margin: 0px 0px 20px 0px;
  color: #4F145B;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
}
.job-index-item a {
  display: block;
  padding: 30px 40px 30px;
  text-decoration: none;
}
@media screen and (max-width: 997px) {
  .job-index-item a {
    padding: 20px 20px 20px;
  }
}
.job-index-item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 997px) {
  .job-index-item__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.job-index-item__button {
  display: flex;
  min-width: 155px;
  margin: 0;
  justify-content: end;
}
@media screen and (max-width: 997px) {
  .job-index-item__button {
    margin-top: 15px;
  }
}
.job-index-item__button span {
  font-size: 15px;
}
@media screen and (max-width: 997px) {
  .job-index-item__button span {
    font-size: 14px;
  }
}
.job-index-item .job-index-item__header {
  font-family: "Gotham-Book";
  color: #da0530;
  font-size: 20px;
  font-weight: 300;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 997px) {
  .job-index-item .job-index-item__header {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.job-index-item .job-index-item__details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 997px) {
  .job-index-item .job-index-item__details {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-index-item .job-index-item__details span {
  margin-right: 5px;
}
.job-index-item .job-index-item__details .location,
.job-index-item .job-index-item__details .salary,
.job-index-item .job-index-item__details .closing-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4D4C4F;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  width: auto !important;
}
@media screen and (max-width: 997px) {
  .job-index-item .job-index-item__details .location,
  .job-index-item .job-index-item__details .salary,
  .job-index-item .job-index-item__details .closing-date {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.job-index-item .job-index-item__details .location span,
.job-index-item .job-index-item__details .salary span,
.job-index-item .job-index-item__details .closing-date span {
  color: #da0530 !important;
  font-size: 22px !important;
}
.job-index-item .job-index-item__details .location,
.job-index-item .job-index-item__details .closing-date {
  margin-right: 30px;
}
.job-index-item .job-index-item__details .closing-date {
  width: 120px !important;
}
.job-index-item:hover, .job-index-item:focus {
  border-color: #da0530;
  background-color: #da0530;
}
.job-index-item:hover .job-index-item__header, .job-index-item:focus .job-index-item__header {
  color: white;
}
.job-index-item:hover .job-index-item__button, .job-index-item:focus .job-index-item__button {
  color: white;
}
.job-index-item:hover .job-index-item__details .location,
.job-index-item:hover .job-index-item__details .salary,
.job-index-item:hover .job-index-item__details .closing-date, .job-index-item:focus .job-index-item__details .location,
.job-index-item:focus .job-index-item__details .salary,
.job-index-item:focus .job-index-item__details .closing-date {
  color: white;
}
.job-index-item:hover .job-index-item__details .location span,
.job-index-item:hover .job-index-item__details .salary span,
.job-index-item:hover .job-index-item__details .closing-date span, .job-index-item:focus .job-index-item__details .location span,
.job-index-item:focus .job-index-item__details .salary span,
.job-index-item:focus .job-index-item__details .closing-date span {
  color: white !important;
}
.job-index-item:hover .job-index-item__details .location span:before,
.job-index-item:hover .job-index-item__details .salary span:before,
.job-index-item:hover .job-index-item__details .closing-date span:before, .job-index-item:focus .job-index-item__details .location span:before,
.job-index-item:focus .job-index-item__details .salary span:before,
.job-index-item:focus .job-index-item__details .closing-date span:before {
  filter: brightness(0) invert(1);
}

.single-jobs .banner__inner {
  background-image: url(images/assets/build/img/banner-1.jpg) !important;
  background-position: bottom center !important;
  background-size: cover !important;
}
.single-jobs .banner.show-banner-box {
  margin-bottom: 30px;
}
.single-jobs .job-content {
  margin: 0 0 12px;
  line-height: 1.7em;
}
.single-jobs .job-content h2 {
  padding-top: 20px;
}

.footer-apply-button {
  padding-top: 20px;
}

.page__header {
  padding: 30px 10px 50px;
}
.page__header h1,
.page__header h2 {
  color: #da0530;
  line-height: 1em;
  margin: 0 0 20px;
}

.page__builder {
  padding: 0 30px;
}

.banner {
  margin: 0 -30px;
}
.banner .banner__inner {
  background: no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding: 0 0 41.6666666667% 0;
  display: table;
  width: 100%;
  padding: 0 0 80.6666666667% 0;
}
.banner .banner__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  height: auto;
  max-height: 100%;
  transform: translate(0, -50%);
}
.banner .banner__content .banner__content__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.banner .slide-title {
  font-family: "Gotham-ExtraLight";
  color: white;
  max-width: 390px;
  margin: 0 0 15px;
}
.banner p.subtitle {
  color: white;
  line-height: 1.7em;
  margin: 0 0 12px;
  font-size: 16px;
  font-family: "Gotham-Book";
}
.banner .dark-colour-scheme h1 {
  color: #da0530;
}
.banner .dark-colour-scheme p {
  color: #222222;
}
.banner .call_to_action {
  margin: 0;
}

.wide-content-block {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.two_col_text_and_image img,
.three_col_text_and_image img {
  width: 100%;
}

.call_to_action {
  clear: both;
  padding: 30px 30px;
  background: #f5f5f5;
  margin: 0 -30px;
}
.call_to_action:before, .call_to_action:after {
  content: " ";
  display: table;
}
.call_to_action:after {
  clear: both;
}
.call_to_action .call_to_action__left {
  min-width: 270px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .call_to_action .call_to_action__left {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }
}
.call_to_action .h3 {
  margin: 0px 0 20px 10px;
  display: inline-block;
  line-height: 30px;
  color: #da0530;
}
.call_to_action img {
  margin: 0 0 0;
}
.call_to_action .call_to_action__right {
  text-align: right;
  float: right;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .call_to_action .call_to_action__right {
    text-align: unset;
    float: unset;
    width: 100%;
  }
}
.call_to_action .button {
  white-space: initial;
}
@media only screen and (max-width: 768px) {
  .call_to_action .button {
    width: 100%;
  }
}

.video-container {
  position: relative;
}

.video-overlay {
  position: absolute;
  z-index: 99999;
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-overlay .video-overlay__text {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  margin-left: -8px;
  margin-right: -8px;
}
.video-overlay .video-overlay__text:before, .video-overlay .video-overlay__text:after {
  content: " ";
  display: table;
}
.video-overlay .video-overlay__text:after {
  clear: both;
}
.video-overlay .video-overlay__text .play-icon {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.video-overlay .video-overlay__text .video-text {
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
}
.video-overlay .video-overlay__text .video-text h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.video-overlay .video-overlay__text .video-text p {
  font-size: 13px;
}

.page-id-2651 .video-overlay {
  display: none !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.acf-map {
  width: 100%;
  height: 445px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}

.googlemap {
  margin-bottom: 80px;
}

.google-map-address ul {
  padding-left: 15px;
}

.page-slideshow:before, .page-slideshow:after {
  content: " ";
  display: table;
}
.page-slideshow:after {
  clear: both;
}

.newsletter {
  background: #da0530;
  padding-top: 0px !important;
}
.newsletter .gform_footer {
  text-align: center;
  clear: none;
  padding: 0;
  margin: 2px 0 0 0;
}
.newsletter .gform_footer .gform_button:hover {
  background: #fff;
  color: black;
}

.quote-cols {
  padding-bottom: 40px !important;
}
.quote-cols .inner {
  border-bottom: 5px solid #da0530;
  padding: 20px 20px 20px 20px;
  font-size: 18px;
  background: #f4f4f4;
  min-height: 210px;
}
.quote-cols .inner blockquote p {
  text-align: left;
}
.quote-cols p {
  text-align: center;
}
.quote-cols .gform_wrapper li.gfield {
  width: 100%;
}

.accordion__wrapper:before, .accordion__wrapper:after {
  content: " ";
  display: table;
}
.accordion__wrapper:after {
  clear: both;
}

.page-slideshow:before, .page-slideshow:after {
  content: " ";
  display: table;
}
.page-slideshow:after {
  clear: both;
}
.page-slideshow .page-slideshow__inner {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.page-slideshow .page-slideshow__slick {
  border: 5px solid #da0530;
  border-radius: 6px;
}
.page-slideshow .page-slideshow__item {
  background: no-repeat center center;
  background-size: cover;
  height: 480px;
  position: relative;
}
.page-slideshow .page-slideshow__item p {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.page-gallery .page-gallery__item {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  padding: 10px;
}
.page-gallery .page-gallery__image {
  min-height: 150px;
  background: no-repeat center center;
  background-size: cover;
  height: 150px;
}

.has-blocks .page__builder > p + div {
  margin-top: 37px;
}

.has-black-color {
  color: #222;
}

.has-purble-color {
  color: #4f145b;
}

.has-red-color {
  color: #da0530;
}

.wp-block__heading {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block__paragraph {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-image img {
  height: auto;
}

.wp-block-media-text {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text img {
  height: auto;
}

.has-grid-blocks .click_through_mixed_grid_section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.error404 .information-slider.alignfull:not(.is-editor) {
  padding-top: 2.375rem;
}
.error404 .page__builder h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .error404 h1 {
    font-size: 56px;
    line-height: 66px;
  }
}

.click_through_mixed_grid_section h3 {
  font-size: 17px;
}
.click_through_mixed_grid_section h3 a {
  color: #da0530;
  text-decoration: none;
  font-family: "Gotham-Light";
}
.click_through_mixed_grid_section p {
  font-size: 13px;
}
.click_through_mixed_grid_section .text-and-image-block .text-and-image__image {
  min-height: 300px;
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
}
.click_through_mixed_grid_section .text-and-image-block .text-and-image__text {
  padding: 30px;
}
.click_through_mixed_grid_section .image-block {
  background: no-repeat center center;
  background-size: cover;
  height: 300px;
}
.click_through_mixed_grid_section .text-block .text-block__inner {
  padding: 30px;
}

.html-sitemap {
  padding-left: 0;
  list-style: none;
}
.html-sitemap li {
  margin: 10px 0;
}
.html-sitemap li a {
  text-decoration: none;
}
.html-sitemap li ul {
  padding-left: 40px;
}
.html-sitemap > li > ul a {
  font-family: "Gotham-Light";
}

.job-content {
  font-size: 10pt;
}
.job-content.oracle strong {
  color: #DA0530;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 30px;
}
.job-content .job-detail-stats {
  font-size: 10pt;
  margin: 0 0 5px;
}
.job-content p {
  font-size: 10pt;
}
.job-content p a {
  color: #4F145B;
}
.job-content .footer-apply-button a {
  color: white;
  font-size: 16px;
}
.job-content ul,
.job-content ol {
  font-size: 10pt;
  padding: 0;
}
.job-content ul li,
.job-content ol li {
  list-style: none;
}
.job-content ul li::before,
.job-content ol li::before {
  content: "-";
  padding-right: 5px;
}
.job-content div {
  font-family: inherit !important;
}
.job-content div font {
  font-size: 10pt;
  font-family: inherit;
  size: 0;
}
.job-content div font font {
  color: #4F145B;
}
.job-content div font a font {
  color: #4F145B;
}
.job-content div div {
  font-size: 10pt;
  color: #222;
}
.job-content div div:not(.wp-block-columns) {
  display: block;
}
.job-content div div h2 {
  font-size: 10pt;
  padding: 0;
  color: inherit;
  padding-top: 0 !important;
}
.job-content div div h2 font {
  font-size: 10pt !important;
  font-family: inherit;
  size: 0;
  line-height: 1.6;
}
.job-content div div h2 font span {
  font-size: 10pt !important;
  font-family: "Gotham-Bold";
  font-weight: normal;
}
.job-content div div h2 font span span {
  font-family: "Gotham-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.job-content text {
  font-size: 10pt;
}
.job-content blockquote {
  background: #f5f5f5;
  color: #DA0530;
  font-size: 10pt;
}
.job-content strong font {
  color: #da0530 !important;
}
.job-content .job-tab .content-mobile {
  display: none;
}
@media (max-width: 768px) {
  .job-content .job-tab:not(:first-of-type) {
    border-top: 2px solid #d8d7d7;
  }
  .job-content .job-tab .content-mobile {
    display: block;
  }
  .job-content .job-tab .content-desktop {
    display: none;
  }
  .job-content .job-tab label {
    cursor: pointer;
    position: relative;
    padding-right: 50px;
    display: block;
    padding: 20px 25px 20px 0;
  }
  .job-content .job-tab label h2 {
    margin: 0;
    padding: 0;
  }
  .job-content .job-tab label::before {
    content: "";
    height: 20px;
    width: 2px;
    background-color: #da0530;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    position: absolute;
  }
  .job-content .job-tab label::after {
    content: "";
    height: 2px;
    width: 20px;
    background-color: #da0530;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
  }
  .job-content .job-tab-content {
    max-height: 0;
    overflow: hidden;
  }
  .job-content .job-tab.open .job-tab-content {
    max-height: 100%;
    padding-bottom: 1em;
  }
  .job-content .job-tab.open label::before {
    display: none;
  }
}

.c-job-related {
  position: relative;
  display: block;
  padding-top: 3.375rem;
  padding-bottom: 2.25rem;
}
.c-job-related__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5625rem;
}
.c-job-related__header h2 {
  margin: 0;
}
.c-job-related__header a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-job-related__header a {
    display: none;
  }
}
.c-job-related__teasers__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.c-job-related__teasers__row__col {
  width: 50%;
  padding: 16px;
  margin-bottom: 0.28125rem;
}
@media (max-width: 767px) {
  .c-job-related__teasers__row__col {
    width: 100%;
  }
}
.c-job-related__teasers__row__col--desktop-hide {
  display: none;
}
@media (max-width: 767px) {
  .c-job-related__teasers__row__col--desktop-hide {
    display: block;
  }
}
.c-job-related__mobile-link {
  display: none;
}
.c-job-related__mobile-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-job-related__mobile-link {
    display: block;
  }
}

.c-job-search-homepage {
  display: block;
  position: relative;
  margin-top: -4.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-job-search-homepage {
    margin-top: 0;
    padding: 0;
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2);
  }
}
.c-job-search-homepage .c-job-slider {
  display: none;
}
@media (max-width: 768px) {
  .c-job-search-homepage .c-job-slider {
    display: block;
  }
}

.c-job-teaser {
  position: relative;
  display: block;
  height: 100%;
  border: 1px solid #d8d7d7;
  padding: 2.25rem 32px;
}
.c-job-teaser a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
}
.c-job-teaser__title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 1.125rem;
}
.c-job-teaser__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .c-job-teaser__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .c-job-teaser__details {
    margin-bottom: 1.125rem;
  }
}
.c-job-teaser__details > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5625rem;
  color: #4D4C4F;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.c-job-teaser__details > div > span {
  color: #da0530;
  margin-right: 8px;
}
.c-job-teaser__details > div:last-child {
  margin-bottom: 0;
}

.c-job-teaser-no-results {
  position: relative;
  display: block;
  height: 100%;
  background-color: #da0530;
  border: 1px solid #da0530;
  padding: 2.25rem 32px;
}
.c-job-teaser-no-results a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
}
.c-job-teaser-no-results__title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 1.125rem;
  color: white;
}
.c-job-teaser-no-results__content p {
  color: white;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1.6875rem;
}
.c-job-teaser-no-results__content .button {
  background-color: white;
  color: #da0530;
}
.c-job-teaser-no-results__content .button:after {
  background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
}

@media (min-width: 768px) {
  #menu-primary-navigation {
    float: right;
    margin-right: 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0;
    overflow: visible;
    margin: 0;
    display: table;
  }
  #menu-primary-navigation > li {
    display: table-cell;
    padding: 0 5px;
  }
  #menu-primary-navigation > li:last-child {
    border-left: 2px solid #e4181e;
  }
  #menu-primary-navigation > li:last-child a {
    color: #e4181e;
    font-family: "Gotham-Medium";
  }
  #menu-primary-navigation > li a {
    color: #4f145b;
    padding: 30px 0;
    display: block;
    font-size: 11px;
    text-decoration: none;
    font-family: "Gotham-Light";
  }
  #menu-primary-navigation > li > ul.dropdown-menu,
  #menu-primary-navigation > li > ul.children {
    border-top: 1px solid #fbd1df;
    width: 100%;
    max-width: 1296px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    text-align: left;
    padding-left: 0;
    list-style: none;
    background: white;
    padding: 0px 40px 20px;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li,
  #menu-primary-navigation > li > ul.children > li {
    width: 100%;
    display: block;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > a,
  #menu-primary-navigation > li > ul.children > li > a {
    color: #da0530;
    font-size: 25px;
    font-family: "Gotham-Light";
    display: block;
    padding-bottom: 0;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > a:after,
  #menu-primary-navigation > li > ul.children > li > a:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 14px;
    background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
    background-size: contain;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transition: none;
    margin-left: 8px;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul,
  #menu-primary-navigation > li > ul.children > li > ul {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    padding-left: 0;
    list-style: none;
    margin: 0 -1.5rem;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li,
  #menu-primary-navigation > li > ul.children > li > ul > li {
    width: 100%;
    padding: 0 1.5rem;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li a,
  #menu-primary-navigation > li > ul.children > li > ul > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4f145b;
    font-family: "Gotham-Book";
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    text-decoration: none;
    line-height: 1.6;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li > ul,
  #menu-primary-navigation > li > ul.children > li > ul > li > ul {
    padding-left: 0;
    list-style: none;
    padding: 0;
  }
  #menu-primary-navigation > li > ul.dropdown-menu > li > ul > li > a,
  #menu-primary-navigation > li > ul.children > li > ul > li > a {
    color: #222;
    font-family: "Gotham-Medium";
    font-size: 13px;
    line-height: 24px;
  }
  #menu-primary-navigation > li.active ul {
    top: auto;
    visibility: visible;
  }
  h1, .h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h2, .h2, .job-content.oracle strong {
    font-size: 32px;
  }
  .gallery-container {
    height: 740px;
    margin-bottom: 35px;
    margin-left: -8px;
    margin-right: -8px;
    transition: 0.2s ease all;
  }
  .gallery-container:before, .gallery-container:after {
    content: " ";
    display: table;
  }
  .gallery-container:after {
    clear: both;
  }
  .gallery-container.js-thumbnails--active {
    margin-bottom: 170px;
  }
  .gallery-slider {
    position: absolute;
    width: 940px;
    background: #da0530;
    z-index: 99;
    height: 740px;
    margin: 0px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
  .gallery-slider ul {
    margin: 0px;
    position: absolute;
    height: 100%;
  }
  .gallery-slider .img {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .gallery-slider a.flex-prev {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    left: auto;
    bottom: auto;
    margin: 0px;
    height: 79px;
    border-bottom: 1px solid rgb(168.1434977578, 3.8565022422, 37.0224215247);
    opacity: 1;
  }
  .gallery-slider a.flex-prev:before {
    color: #fff;
    font-size: 22px;
    height: 79px;
    line-height: 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .gallery-slider .flex-direction-nav {
    width: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #da0530;
    z-index: 999;
  }
  .gallery-slider a.flex-next {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    position: absolute;
    top: 80px;
    right: 0px;
    width: 60px;
    left: auto;
    bottom: auto;
    margin: 0px;
    height: 79px;
    border-bottom: 1px solid rgb(168.1434977578, 3.8565022422, 37.0224215247);
    opacity: 1;
  }
  .gallery-slider a.flex-next:before {
    color: #fff;
    font-size: 22px;
    height: 79px;
    line-height: 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .gallery-slider .gallery-caption {
    width: 100%;
    padding: 20px 60px 20px 20px;
    position: absolute;
    bottom: 0px;
    min-height: 80px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    top: auto;
    background: fade(orange, 90%);
    text-align: left;
  }
  .gallery-slider .gallery-fullscreen {
    position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    width: 60px;
    z-index: 9999;
    height: 80px;
    cursor: pointer;
    transition: 0.2s ease all;
    color: #fff;
    font-size: 22px;
    text-align: center;
  }
  .gallery-slider .gallery-fullscreen svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s ease all;
  }
  .gallery-slider .gallery-fullscreen:hover {
    background: rgb(168.1434977578, 3.8565022422, 37.0224215247);
  }
  .gallery-slider .gallery-fullscreen:hover svg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .gallery-slider .gallery-thumbs {
    position: absolute;
    bottom: 80px;
    height: 80px;
    right: 0px;
    width: 60px;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.2s ease all;
  }
  .gallery-slider .gallery-thumbs svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: 0.2s ease all;
  }
  .gallery-slider .gallery-thumbs:hover, .gallery-slider .gallery-thumbs.active {
    background: rgb(168.1434977578, 3.8565022422, 37.0224215247);
  }
  .gallery-slider .gallery-thumbs:hover svg, .gallery-slider .gallery-thumbs.active svg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .gallery-slider a.flex-next:hover, .gallery-slider a.flex-prev:hover {
    background: rgb(168.1434977578, 3.8565022422, 37.0224215247);
  }
  .gallery-slider .gallery-thumbnails {
    display: block;
    width: 100%;
    right: 0px;
    left: 0px;
    bottom: -135px;
    height: 135px;
    background: rgb(168.1434977578, 3.8565022422, 37.0224215247);
    text-align: center;
    z-index: 9999;
    position: absolute;
    transition: 0.2s ease-in-out all;
    padding: 20px;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-left,
  .gallery-slider .gallery-thumbnails #scroll-thumbs-right {
    width: 60px;
    text-decoration: none;
    font-size: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-left:before,
  .gallery-slider .gallery-thumbnails #scroll-thumbs-right:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 28px;
    height: 35px;
    width: 28px;
    color: white;
    transition: 0.2s ease-in-out all;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-left:hover:before,
  .gallery-slider .gallery-thumbnails #scroll-thumbs-right:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-left {
    left: 0;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-left:before {
    font-family: "fontawesome-webfont";
    content: "\f053";
    left: 5px;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-right {
    right: 0;
  }
  .gallery-slider .gallery-thumbnails #scroll-thumbs-right:before {
    font-family: "fontawesome-webfont";
    content: "\f054";
    right: 5px;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-button {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-track {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-track-piece {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-thumb {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-scrollbar-corner {
    display: none;
  }
  .gallery-slider .gallery-thumbnails ::-webkit-resizer {
    display: none;
  }
  .gallery-slider .gallery-thumbnails .gallery-thumbnails__inner {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
  }
  .gallery-slider .gallery-thumbnails .gallery-thumbnails__inner .gallery-thumbnails__inner__overflow {
    width: 10000000%;
  }
  .gallery-slider .gallery-thumbnails .thumb {
    margin-bottom: 20px;
    width: 140px;
    height: 92px;
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
  .gallery-slider.full-screen--active .gallery-thumbnails {
    display: block;
    width: 200px;
    right: 60px;
    left: auto;
    bottom: 0px;
    background: rgb(168.1434977578, 3.8565022422, 37.0224215247);
    padding: 20px;
    text-align: center;
    height: 100%;
    overflow: scroll;
    z-index: 9999;
    position: absolute;
  }
  .gallery-slider.full-screen--active .gallery-thumbnails .gallery-thumbnails__inner .gallery-thumbnails__inner__overflow {
    width: auto;
  }
  .gallery-slider.full-screen--active .gallery-thumbnails .thumb {
    margin-bottom: 20px;
    width: 140px;
    height: 92px;
    cursor: pointer;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  .gallery-slider.full-screen--active .gallery-thumbnails #scroll-thumbs-left,
  .gallery-slider.full-screen--active .gallery-thumbnails #scroll-thumbs-right {
    display: none;
  }
  .alignleft {
    float: left;
    margin-right: 20px;
  }
  .alignright {
    float: right;
    margin-left: 20px;
  }
  .footer__inner--subnav {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer__inner--subnav .footer--subnav__col {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .header__logo {
    float: left;
    width: 20.8333333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header .header__nav {
    float: left;
    width: 79.1666666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    clear: none;
  }
  .footer .footer__inner {
    padding: 40px 30px 20px;
  }
  .footer .footer__row {
    margin-bottom: 0;
  }
  .footer .footer__nav {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer .footer__social-icons {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer .footer__copyright {
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer .footer__bottom__menu {
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .banner .banner__inner {
    background: no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding: 0 0 41.6666666667% 0;
  }
  .banner.show-banner-box {
    margin-bottom: 105px;
  }
  .banner .slide-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 35px;
  }
  .banner .subtitle {
    margin-bottom: 30px;
  }
  .banner .banner__cta__holder {
    margin-top: -75px;
    padding: 0 30px;
    position: relative;
    z-index: 2;
  }
  .three_col_text_and_image .col-sm-8 + .col-sm-8 {
    border-left: 1px solid #eeefef;
  }
  .call_to_action {
    padding: 40px 30px;
    margin-bottom: 2.25rem;
  }
  .call_to_action .call_to_action__right {
    padding-top: 0px;
  }
  .video-overlay .video-overlay__text .video-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .video-overlay .video-overlay__text .video-text p {
    font-size: 16px;
  }
  .newsletter .gform_body {
    width: 90%;
    float: left;
  }
  .newsletter .gform_body input {
    border: 0;
  }
  .newsletter .gform_footer {
    width: 10%;
    float: left;
    text-align: left;
  }
  .page-gallery .page-gallery__item {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .has-blocks .page__builder > p + div {
    margin-top: 57px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 16px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 16px 0 0;
  }
  .click_through_mixed_grid_section .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .click_through_mixed_grid_section .grid-block {
    width: 50%;
    min-height: 300px;
  }
  .click_through_mixed_grid_section .text-and-image-block {
    display: flex;
    align-items: flex-end;
  }
  .click_through_mixed_grid_section .text-and-image-block .text-and-image__image {
    width: 50%;
  }
  .click_through_mixed_grid_section .text-and-image-block .text-and-image__text {
    width: 50%;
  }
  .click_through_mixed_grid_section .text-and-image-block.reverse-order {
    flex-direction: row-reverse;
  }
  .click_through_mixed_grid_section .text-block {
    display: flex;
    align-items: flex-end;
  }
  .jobs-index-loop .col-md-18 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .jobs-index-loop .col-md-18 .inner--small {
    padding-left: 8px;
    padding-right: 8px;
  }
  .jobs-index-loop .job-index-item__header {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
  }
  .jobs-index-loop .job-index-item__details {
    font-size: 14px;
    margin-top: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .jobs-index-loop .job-index-item__details .location span, .jobs-index-loop .job-index-item__details .salary span, .jobs-index-loop .job-index-item__details .closing-date span {
    color: #999;
    font-size: 12px;
    display: block;
    line-height: 1;
  }
  .jobs-index-loop .job-index-item__details .location.closing-date, .jobs-index-loop .job-index-item__details .salary.closing-date, .jobs-index-loop .job-index-item__details .closing-date.closing-date {
    width: 90px;
  }
  .jobs-index-loop .job-index-item__details__inner {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 997px) {
  .jobs-index-loop .job-index-item__details__inner {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .page__builder .four_column .wysiwyg_editor {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #menu-primary-navigation > li {
    padding: 0px 10px;
  }
  #menu-primary-navigation > li a {
    font-size: 15px;
  }
  #menu-primary-navigation > li > a:hover {
    cursor: pointer;
  }
  .click_through_mixed_grid_section h3 {
    font-size: 22px;
  }
  .click_through_mixed_grid_section p {
    font-size: 17px;
  }
  .inner--countdown {
    text-align: center;
  }
  .section.countdown .js-countdown div {
    font-size: 30px;
  }
  .section.countdown .js-countdown div em {
    font-size: 11px;
  }
  .section.countdown .js-countdown div:first-child, .section.countdown .js-countdown div:last-child {
    display: block;
  }
  .section.countdown.alternate .inner--small .inner--before {
    width: 65%;
    float: left;
    display: inline;
    padding: 0 30px 0 0;
    box-sizing: border-box;
  }
  .section.countdown.alternate .inner--small .inner--countdown {
    width: 35%;
    float: left;
    display: inline;
    padding: 0 0 0 30px;
    border-left: 1px solid #f5f5f5;
    box-sizing: border-box;
  }
  .section.countdown.alternate .inner--small .inner--after {
    clear: both;
  }
  .section.countdown.alternate .inner--small .js-countdown div:first-child, .section.countdown.alternate .inner--small .js-countdown div:last-child {
    display: none;
  }
}
@media (min-width: 1280px) {
  .section.countdown.alternate .inner--small .inner--before {
    flex-basis: 65%;
  }
  .section.countdown.alternate .inner--small .inner--countdown {
    flex-basis: 35%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-8:nth-of-type(2n + 1) {
    clear: both;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  header,
  .content-info {
    display: none;
  }
}
.banner {
  margin-bottom: 2.25rem;
}
.banner .banner__inner.hide {
  display: none;
}
.banner .banner__inner.mobile-show {
  display: none;
}

@media (max-width: 1024px) {
  .banner__content {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    transform: none !important;
    padding: 2.25rem 0 6.75rem;
  }
  .banner__content.no-text {
    padding: 9rem 0 !important;
  }
  .banner .banner__inner {
    height: auto;
    padding: 0;
  }
  .banner .banner__inner.mobile-show {
    display: table;
  }
  .banner .banner__inner.mobile-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner__content {
    padding: 5.25rem 0;
  }
  .banner__content.no-text {
    padding: 8.5rem 0 !important;
  }
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner__content.no-text {
    padding: 5.5rem !important;
  }
}
button.facetwp-load-more,
button.fwp-load-more {
  box-sizing: border-box;
  height: 44px;
  width: 158px;
  border: 1px solid #DA0530;
  border-radius: 5px;
  background-color: #DA0530;
  color: #FFFFFF;
  font-family: "Gotham-Book";
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

button.facetwp-load-more:hover,
button.fwp-load-more:hover {
  color: #dbbac5;
  background-color: #b31130;
  text-decoration: none;
}

.fwp-load-more.is-loading {
  opacity: 0.6;
}

.fwp-load-more-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.facetwp-facet.facetwp-facet-load_more.facetwp-type-pager {
  text-align: center;
}

.c-latest-jobs + .fwp-load-more-wrapper {
  display: none !important;
}

.call_to_action {
  clear: both;
  padding: 30px 30px;
  background: #f5f5f5;
  margin: 0 -30px;
  border-radius: 10px;
  margin-bottom: 3rem;
}

body.page-template-saved-jobs .no-results {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 60px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 60px;
}

body.page-template-saved-jobs .job-results {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  button.facetwp-load-more,
  button.fwp-load-more {
    width: 100%;
  }
  .c-latest-jobs .button.c-latest-jobs__button {
    background: #fff;
    color: #4f145b;
  }
  .c-latest-jobs .button.c-latest-jobs__button::after {
    background: url(images/assets/build/img/arrow-red.png) no-repeat center center;
  }
}
#personalisationmsg {
  background-color: #DA0530;
  color: white;
  padding: 20px;
  margin: 0px 30px 20px 30px;
  border-radius: 8px;
}

body.page-template-saved-jobs .results {
  margin-bottom: 60px;
  margin-top: 60px;
}
body.page-template-saved-jobs .no-results {
  position: relative;
  background-color: #F5F5F5;
  padding: 60px 60px;
  border-radius: 10px;
  text-align: center;
}

.sj_overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}
.sj_overlay.show {
  display: block;
}

#update-cookies {
  cursor: pointer;
}

.sj_consent_bar {
  width: 100%;
  display: block;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  position: fixed;
  background-color: #ffffff;
}

.sj_consent_bar .sj_inner_row {
  width: 80%;
  margin: 10px auto;
  clear: both;
  overflow: hidden;
}

.sj_consent_bar .sj_inner_row .inner_left {
  width: calc(100% - 350px);
  float: left;
}

.sj_consent_bar .sj_inner_row .inner_left p span.bold {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.sj_consent_bar .sj_inner_row .inner_left p a:link, .sj_consent_bar .sj_inner_row .inner_left p a:visited, .sj_consent_bar .sj_inner_row .inner_left p a:link, .sj_consent_bar .sj_inner_row .inner_left p a {
  font-family: bold;
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
  font-family: Gotham-Book, sans-serif;
}

.sj_consent_bar .sj_inner_row .inner_right {
  width: 330px;
  padding: 0 10px;
  float: left;
}

.sj_consent_bar .sj_inner_row .inner_right a.cta_btn {
  border: 1px solid #da0530;
  background-color: #da0530;
  border-radius: 4px;
  margin-right: 20px;
  box-shadow: none;
  color: #030c16;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham-Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  letter-spacing: -0.16px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  margin-top: 20px;
  float: left;
}

.sj_overlay .sj_popup_box {
  display: none;
  width: 640px;
  padding: 20px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sj_overlay .sj_popup_box .sj_row {
  display: block;
  width: calc(100% - 20px);
}

.sj_overlay .sj_popup_box .sj_row.border-bottom {
  padding-bottom: 0px;
  border-bottom: 1px solid #dedfe1;
}

.sj_overlay .sj_popup_box .sj_row.clearfix {
  clear: both;
  overflow: hidden;
}

.sj_overlay .sj_popup_box .sj_row svg {
  display: block;
  height: 31px;
  float: left;
}

.sj_overlay .sj_popup_box .sj_row h2 {
  color: #222;
  display: block;
  font-family: Gotham-Book, sans-serif;
  font-size: 22px;
  margin-top: 8px;
  font-weight: 500;
  float: left;
  margin-left: 20px;
}

.sj_overlay .sj_popup_box .sj_row h3 {
  color: #222;
  font-family: Gotham-Book, sans-serif;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.sj_overlay .sj_popup_box .sj_row p {
  font-family: Gotham-Book, sans-serif;
  margin-top: 10px;
  line-height: 25px;
}

.sj_overlay .sj_popup_box .sj_row button.sj_submit {
  border: 1px solid #da0530;
  background-color: #da0530;
  border-radius: 4px;
  box-shadow: none;
  color: #030c16;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham-Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  letter-spacing: -0.16px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  margin-top: 20px;
  float: right;
}

.sj_overlay .sj_popup_box .sj_row a.sj_submit:hover {
  background-color: #a8232d;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder {
  display: block;
  clear: both;
  overflow: hidden;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder .sj_splitter {
  float: left;
  display: block;
  width: 178px;
  user-select: none;
  cursor: pointer;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder .sj_splitter .sj_icon {
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 24px;
  float: left;
  position: relative;
  display: block;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder .sj_splitter .sj_icon:hover {
  background-color: #cccccc;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder .sj_splitter span.sj_label {
  display: block;
  padding: 5px;
  margin-left: 30px;
  font-size: 15px;
  font-family: Gotham-Book, sans-serif;
}

.sj_overlay .sj_popup_box .sj_row .sj_radio_holder .sj_splitter .sj_icon.active::after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 9px;
  transform: translate(-50%, -50%);
  background-color: #000000;
  content: "";
}

@media only screen and (max-width: 768px) {
  .sj_overlay .sj_popup_box {
    width: 80%;
  }
  .sj_consent_bar .sj_inner_row {
    width: calc(100% - 20px);
    margin: 10px 10px;
    clear: both;
    overflow: hidden;
  }
  .sj_consent_bar .sj_inner_row .inner_left {
    width: 100%;
    float: left;
  }
  .sj_consent_bar .sj_inner_row .inner_right {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .sj_overlay .sj_popup_box .sj_row h2 {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .sj_overlay .sj_popup_box {
    width: calc(100% - 10px);
    padding: 5px;
  }
}

/*# sourceMappingURL=bundle.css.map*/