/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");


@font-face {
  font-family: 'Lilita One';
  src: url('/documents/7747213/8363984/LilitaOne.woff2') format('woff2'),
      url('/documents/7747213/8363984/LilitaOne.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #2a3338;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: "roboto", sans-serif;
  font-size: 1.1rem;
}

@media (max-width: 992px) {
  body {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}

a {
  color: #2a3338;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

a:hover {
  color: #91b3c4;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 300;
  margin: 0 0 1rem 0;
}

h1, h2, h3 {
  font-weight: 400;
}

h1 {
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  font-family: "roboto condensed", sans-serif;
}

h2 {
  font-size: 1.8rem;
  margin: 0 0 0.8rem 0;
  font-family: "roboto condensed", sans-serif;
}

h3 {
  font-size: 1.6rem;
  margin: 0 0 0.8rem 0;
  font-family: "roboto condensed", sans-serif;
}

ul {
  list-style-type: disc;
  padding-left: 1.3rem;
}

ul li {
  position: relative;
  margin: 0.5rem 0;
}

strong {
  font-weight: 600;
}

::-moz-selection,
::-moz-selection {
  background: #2a3338;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background: #2a3338;
  text-shadow: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
.apply-btn {
  background: #2a3338;
  border: unset;
  color: #ffffff;
  padding: 1rem;
  font-family: "roboto condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 2.2rem 0;
  display: inline-block;
}

section {
  display: block;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
.gridCenter {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 4rem 2rem;
}

.videoWrapper {
  position: relative;
  margin-top: 6rem;
  padding: 10px;
}

.videoWrapper span.sBorder:nth-last-of-type(1) {
  background: #91b3c4;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.videoWrapper span.sBorder:nth-last-of-type(2) {
  background: #2a3338;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
}

.videoWrapper span.sBorder:nth-last-of-type(3) {
  background: #2a3338;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.videoWrapper span.sBorder:nth-last-of-type(4) {
  background: #91b3c4;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
}

.videoWrapper .video-js {
  padding-top: 56.25%;
  width: 100%;
}

.videoWrapper .video-js .vjs-poster {
  background-size: cover;
}

.videoWrapper .video-js .vjs-big-play-button {
  width: 9.3125rem;
  height: 8.5rem;
  font-size: 3em;
  line-height: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  background: url(https://expertcontribdev.hays.com/documents/1076838/1076911/custom_play.svg/ef47f0ee-f01d-5721-2f25-e371c1dfdd8b?t=1574165490088) no-repeat center center;
  background-size: cover;
  z-index: 3;
  margin: auto;
}

.videoWrapper .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none;
}

.videoWrapper .video-js:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.videoWrapper .video-js.vjs-playing .vjs-big-play-button {
  display: none;
}

.videoWrapper .video-js.vjs-playing:before {
  display: none;
}

/* * * * * * * * *  JOB DESCRIPTION STYLES * * * * * * * * * * * * * */
.text {
  margin: 90px auto 0 auto;
  max-width: 1500px;
  padding: 4em 2em;
  /* margin: 0 auto; */
}

.title, .detailedTitle {
  padding: 0px 0px 10px 0px !important;
  margin: 0;
  color: #2a3338 !important;
  font-size: 1.8em !important;
  line-height: 100%;
}

.detailedDescription strong {
  font-weight: 600;
}

a.detailedBack, a.detailedApply, .applylinks {
  padding: 20px 0px !important;
  background: #2f256c;
  color: #fff !important;
  text-decoration: none !important;
  margin: 20px 10px 0 0;
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 25px;
  border-radius: 5px;
}

a.detailedApply {
  margin-right: 0;
  background: #2f256c !important;
}

a.detailedApply:hover {
  background: #91b3c4 !important;
}

.detailedOffice, .detailedPhone, .detailedEmail, .detailedContact, .detailedRef, .detailedClosingDate, .detailedType, .detailedSalary, .detailedLocation {
  border-right: solid thin #ddd !important;
  border-top: solid thin #ddd !important;
  border-left: solid thin #ddd !important;
  padding: 0 0px !important;
  margin: 0 !important;
}

.detailedEmail span, .detailedPhone span, .detailedOffice span, .detailedContact span, .detailedRef span, .detailedClosingDate span, .detailedType span, .detailedSalary span, .detailedLocation span {
  width: 160px;
  display: inline-block;
  font-weight: normal;
  padding: 10px;
  color: #fff;
  border-right: solid 4px #2f256c;
  margin-right: 19px;
  background-color: #10132b;
  font-size: 1em;
}

.detailedEmail, .detailedRef {
  margin: 0 0 30px 0 !important;
  border-bottom: solid thin #ddd;
}

@media handheld, only screen and (max-width: 1200px) {
  .detailedOffice, .detailedPhone, .detailedEmail, .detailedContact, .detailedRef, .detailedClosingDate, .detailedType, .detailedSalary, .detailedLocation {
    padding: 10px !important;
    /* margin: 0px!important; */
  }
  .detailedEmail span, .detailedPhone span, .detailedOffice span, .detailedContact span, .detailedRef span, .detailedClosingDate span, .detailedType span, .detailedSalary span, .detailedLocation span {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    padding: 0;
    color: #555;
    border-right: none;
    margin-right: 0px;
    background-color: #FFF;
  }
}

@media handheld, only screen and (max-width: 750px) {
  a.detailedBack, a.detailedApply, .applylinks {
    width: 100%;
    display: block;
    margin: 20px 0px 5px 0px;
    padding: 20px 0px;
    text-align: center;
  }
}

/* JOB CARDS  STYLES * ** * * * * * * * * */
.Viewall {
  display: none;
}

.module.d.allJobs {
  margin-top: 100px;
}

.module {
  padding: 2em;
}

.d {
  color: #2a3338;
  background: #ffffff;
  text-align: center;
  padding: 5em 2em;
}

.d h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.d h1:first-child {
  margin-bottom: 2em;
}

.job-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.job-cards a {
  width: 33.33333%;
  color: #2a3338;
}

@media (max-width: 992px) {
  .job-cards a {
    width: 100%;
  }
}

.job-cards .job-card {
  padding: 15px;
  margin: 10px;
  background-color: #2f256c;
  background-image: url(../img/right-arrow.svg);
  background-size: 65px;
  background-position: 98%;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}

.job-cards .job-card h1, .job-cards .job-card h2 {
  margin: 0;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;

}

.job-cards .job-card h1 {
  text-transform: unset;
  font-weight: 400;
  font-size: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}

.job-cards .job-card h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
}

.job-cards .job-card:hover {
  background-color: #594da4;
  background-image: url(../img/right-arrow-white.svg);
  background-size: 65px;
  background-position: 98%;
  background-repeat: no-repeat;
}

.job-cards .job-card:hover h1 {
  color: #ffffff;
}

.job-cards .job-card:hover h2 {
  color: #ffffff;
}

/* * * * * * * * * * * * * * * * * HEADER * * * * * * * * * * * * *  * * * * */
header {
  background: #10132b;
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  /*NAV*/
}

header .apply-mw {
  padding-top: 1em;
  padding-bottom: 1em;
}

header nav {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav .logo {
  max-width: 100%;
  width: 120px;
}

@media(max-width: 340px) {
  header nav .logo {
    width: 120px;
  }
  header nav .navigation-wrapper.is-active {
    top: 116px !important;
  }
  .hamburger {
    top: 27px !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header nav .logo {
    height: auto;
  }
}

header nav .navigation-wrapper {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 992px) {
  header nav .navigation-wrapper {
    opacity: 0;
  }
  header nav .navigation-wrapper a {
    display: none;
  }
}

header nav .navigation-wrapper a {
  color: #ffffff;
  margin-left: 30px;
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

header nav .navigation-wrapper a:hover {

  color:#9557dd;

}

header nav .navigation-wrapper.is-active {
  opacity: 1;
  display: block;
  position: fixed;
  top: 150px;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2f256c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em;
}
.navigation-wrapper.is-active div {
  transform: translateY(50%);
}
header nav .navigation-wrapper.is-active a {
  color: #ffffff;
  width: 100%;
  display: block;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  margin-left: 0;
  text-align: center;
}

/* * * * * * * * * * * * * * * * * END OF HEADER * * * * * * * * * * * * *  * * * * */
/* * * * * * * * * * * * * * * * * SLIDER SECTION * * * * * * * * * * * * *  * * * * */
/*TINY SLIDER --> REMOVE CONTROLS */
.tns-controls {
  display: none;
}

.tns-nav {
  display: none;
}

button[data-action="stop"] {
  display: none;
}

#slider {
  position: relative;
  margin-top: 89px;
  width: auto;
}

#slider img {
  width: 100%;
}

@media (max-width: 768px) {
  #slider {
    height: 450px;
    margin-top: 84px;
  }
  #slider #tns1-ow {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1-iw {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1 {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1 img {
    height: inherit !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 992px) {
  #slider {
    height: 350px;
    margin-top: 84px;
  }
  #slider #tns1-ow {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1-iw {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1 {
    height: inherit !important;
  }
  #slider #tns1-ow #tns1 img {
    height: inherit !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

/* * * * * * * * * * * * * * *  STRAPLINE * * * * * * * * * * * * * * * * */
.strapline {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #ffffff;
}

.strapline .strapline-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.strapline .strap-wrapper {
  padding: 2em 6em;
  background: rgba(47, 37, 108, 0.65);
  /* border: 2px solid #977272; */
  margin: 0;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /*first strap text*/
  /*second strap text*/
  /*strap link*/
  width: 100%
}

.strapline .strap-wrapper > * {
  display: block;
}

.strapline .strap-wrapper :not(:last-child) {
  margin-bottom: 25px;
}

.strapline .strap-wrapper div {
  font-size: 2em;
}

.strapline .strap-wrapper span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* text-transform: uppercase; */
  font-size: 3.5em;
  font-family: "Roboto", sans-serif;
  line-height: 0.8em;
}

.strapline .strap-wrapper .strap-btn {
  color: #fff;
  /* border: 1px solid #ffffff; */
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 300;
  background: #ef8710;
}

.strapline .strap-wrapper .strap-btn:hover {
  background: rgba(200, 120, 28,1);
}

@media (max-width: 992px) {
  .strapline {
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .strapline {
    font-size: 0.7em;
  }
  .strapline .strap-wrapper :not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .strapline {
    font-size: 0.5em;
  }
  .strapline .strap-wrapper :not(:last-child) {
    margin-bottom: 10px;
  }
}

#slideshow {
  max-width: 100%;
}

#slideshow img {
  max-width: 100%;
}

#slideshow > div {
  max-width: 100%;
}

/* * * * * * * * * * * * * * * * * END OF SLIDER SECTION * * * * * * * * * * * * *  * * * * */
.section-wrapper {
  background: #2a3338;
}

.section-wrapper .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .section-wrapper .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-wrapper .section-inner .left-side {
  width: 50%;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .section-wrapper .section-inner .left-side {
    width: 100%;
  }
}

.section-wrapper .section-inner .right-side {
  width: 50%;
  background: url(https://expertcontribdev.hays.com/documents/1051187/1051256/businessman-contemporary-corporate-532220.jpg/5e617923-2098-91e8-224c-251fbda35843?t=1573481927107) top center;
  background-size: cover;
}

@media (max-width: 992px) {
  .section-wrapper .section-inner .right-side {
    width: 100%;
  }
}

/*WELCOME section*/
#welcome {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center;
  background: #10132b;
}

#welcome p {
  font-weight: 400;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7em;
  font-size: 1.25em;
}

#welcome h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Lilita One', sans-serif;
  font-size: 2.5em;
}

#welcome .welcome-name {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}

#welcome .welcome-title {
  font-size: 2rem;
  color: #91b3c4;
  font-weight: 300;
}

/*ABOUT US section*/
#about-us {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  background: #2a3338;
  color: #ffffff;
}

#about-us .apply-mw {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 4rem 2rem;
}

#about-us .about-us-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about-us .about-us-info:not(:last-child) {
  margin-bottom: 1.5em;
}

#about-us .about-us-info .info-icon {
  width: 150px;
  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;
}

#about-us .about-us-info .info-icon .info-icon-inner {
  border-radius: 50%;
}

#about-us .about-us-info .info-icon .info-icon-inner img {
  width: 100px;
  height: 100px;
}

#about-us .about-us-info .info-text {
  width: calc(100% - 150px);
}

#about-us .about-us-info .info-text h2 {
  color: #91b3c4;
  margin: 0;
  font-size: 2.2em;
}

#about-us .about-us-info p {
  margin: 0;
}

#about-us .about-box {
  width: 48%;
  min-height: 250px;
}

@media (max-width: 992px) {
  #about-us .about-box {
    width: 100%;
  }
}

@media(max-width: 480px) {
  /* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

#about-us .about-us-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#about-us .about-us-info .info-icon {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 100%;
}

.info-text {
  width: 100% !important;
  margin-top: 20px;
  text-align: center;
}
}

/*BENEFITS section*/
#benefits {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center; */
}

#benefits .apply-mw {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 4rem 2rem;
}

#benefits .benefits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 5%;
}

@media (max-width: 992px) {
  #benefits .benefits-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#benefits .benefits-wrapper .benefit {
  width: 25%;
}

@media (max-width: 992px) {
  #benefits .benefits-wrapper .benefit {
    width: 100%;
    margin-bottom: 2rem;
  }
  #benefits .benefits-wrapper .benefit:last-of-type {
    margin-bottom: 0;
  }
}

#benefits .benefits-wrapper .benefit h2 {
  margin: 15px 0 15px 0;
  color: #91b3c4;
}

#benefits .benefits-wrapper .benefit img {
  width: 100%;
  max-width: 100%;
  height: 150px;
}

#benefits .benefits-wrapper .benefit p {
  margin: 0;
  font-weight: 400;
}

/*THE OPPORTUNITY section*/
#the-opportunity {
  /*RECRUITMENT TIMETABLE*/
}

#the-opportunity .inner-article {
  padding: 2em 0;
}

@media (max-width: 768px) {
  #the-opportunity .inner-article {
    padding: 0;
  }
}

#the-opportunity .opp-details {
  font-family: "roboto condensed", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  width: 65%;
  margin-bottom: 1em;
}

@media (max-width: 992px) {
  #the-opportunity .opp-details {
    width: 100%;
  }
}

#the-opportunity .opp-title,
#the-opportunity .opp-left,
#the-opportunity .opp-right {
  background: #dadada;
  color: #2a3338;
  text-transform: uppercase;
  padding: 0.8rem;
  border: 5px #2a3338 solid;
  margin: 0.4rem 0;
}

#the-opportunity .opp-left,
#the-opportunity .opp-right {
  width: 44%;
}

#the-opportunity .opp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#the-opportunity .opp-right {
  background: #91b3c4;
}

#the-opportunity .rec-table {
  font-family: "roboto condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  width: 65%;
  margin-bottom: 1em;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #the-opportunity .rec-table {
    width: 100%;
  }
}

#the-opportunity .rec-table .rec-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#the-opportunity .rec-table .rec-table-row .rec-table-left {
  background: #dadada;
  width: 44%;
  border: 5px #2a3338 solid;
  padding: 0.6rem;
  margin: 0.4rem 0;
}

#the-opportunity .rec-table .rec-table-row .rec-table-right {
  background: #91b3c4;
  width: 44%;
  border: 5px #2a3338 solid;
  padding: 0.6rem;
  margin: 0.4rem 0;
}

/*LOCATION section*/
#location {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
  background: #2a3338;
}

#location .locationOverlay {
  position: relative;
  z-index: 2;
  background: rgba(16, 19, 43, 0.8);
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

#location .locationOverlay .apply-mw {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1200px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media(max-width: 480px) {
  #location {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
  }
  #location .locationOverlay .apply-mw .gridCenter {
    -ms-grid-column: unset !important;
    grid-column: unset !important;
    -ms-grid-row: unset !important;
    grid-row: unset !important;
    padding: 0;
  }
  #location .locationOverlay .apply-mw {
    -ms-grid-columns: 1fr minmax(320px, calc(1200px + 0rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(1200px + 0rem)) 1fr;
  }
}

#location .locationOverlay .apply-mw .gridCenter {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 4rem 2rem;
}

#location .locationOverlay .apply-mw .gridCenter h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: 'lilita One', sans-serif;
  font-weight: 500;
  font-size: 2.25em;
  margin-bottom: 1em;
}

#location .locationOverlay .apply-mw .gridCenter .flex-row .location-left svg {
  width: 21.9375rem;
  height: 21.9375rem;
  fill: #ffffff;
}

@media (max-width: 768px) {
  #location .locationOverlay .apply-mw .gridCenter .flex-row .location-left svg {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
  }
}

#location .locationOverlay .apply-mw .gridCenter .ctaCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#location .locationOverlay .apply-mw .gridCenter .ctaCenter .locationCTA {
  background: transparent;
  font-weight: normal;
  text-transform: initial;
  margin: 2rem 0 0 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  font-family: 'Lilita One', sans-serif;
  transition: all 0.5s ease-in-out;
  border-style: solid;
	border-width: 2px;
	border-color: #9557dd;
	border-radius: 6px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 87, 221, 0.02)), to(rgba(149, 87, 221, 0.2)));
	background-image: linear-gradient(180deg, rgba(149, 87, 221, 0.02), rgba(149, 87, 221, 0.2));
	box-shadow: 0 0 3px 0 #9557dd;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Lilita One', sans-serif;
	color: hsla(0, 0%, 100%, 0.9);
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 2px #9557dd;
}

#location .locationOverlay .apply-mw .gridCenter .ctaCenter .locationCTA:hover {
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #9557dd;
}

#location .map-wrapper {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  bottom: 0;
  top: 0;
  height: auto;
}

#location .map-wrapper.colourReturn {
  -webkit-filter: none;
  filter: none;
}

#location .map-wrapper iframe {
  position: absolute;
  bottom: 0;
  top: 0px;
  border: 0;
  /* height: calc(100% + 46px); */
  height: 100%;
  z-index: 1;
}

#location .map-wrapper .closeMap {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .75rem;
  z-index: 2;
  background: #2f256c;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
  border: 0;
}

#location .map-wrapper .closeMap img {
  width: 100%;
  height: 100%;
}

#location h1 {
  color: #91b3c4;
}

#location p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.7em;
}

@media (max-width: 768px) {
  #location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#location .location-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  #location .location-left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #location .location-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2em;
  }
}

#location .location-right {
  width: 50%;
}

@media (max-width: 992px) {
  #location .location-right {
    width: 100%;
  }
}

.slide-out-blurred-left {
  -webkit-animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
  animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-out-blurred-left {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
}

@keyframes slide-out-blurred-left {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/* * * * * * * * * * * * * * * * BURGER MENU * * * * * * * * * * * * * * * */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 9999;
  position: fixed;
  right: 15px;
  top:43px;
  display: none;
}

@media (max-width: 992px) {
  .hamburger {
    display: block !important;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
    * Spin
    */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* * * * * * * * * * * * * * * * TINY SLIDER CSS * * * * * * * * * * * * * * * */
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
  height: inherit;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100) !important;
  z-index: 0 !important;
  opacity: 1 !important;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0) !important;
  z-index: -1 !important;
  opacity: 0 !important;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* * * * * * * * * CUSTOM CLASS FOR THE SLIDER * * * * **  * * */
.fade-in {
  -webkit-animation: fade-in 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-out {
  -webkit-animation: fade-out .7s ease-out both;
  animation: fade-out .7s ease-out both;
}

@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-br {
  0% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-tr {
  0% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-tr {
  0% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-bl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-tl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-tl {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-br {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
}

@keyframes fade-out-br {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px) translateY(50px);
    transform: translateX(50px) translateY(50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-tr {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-tr {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px) translateY(-50px);
    transform: translateX(50px) translateY(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
}

@keyframes fade-out-fwd {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
}

@keyframes fade-out-bck {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-80px);
    transform: translateZ(-80px);
    opacity: 0;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*------------------------*/
/*	 Hays footer styles	  */
/*------------------------*/
#outer-footer {
  font-family: 'Arial', Helvetica, sans-serif;
  background: #fff;
  border-top: 1px solid #eee;
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px !important;
}

#outer-footer p {
  margin: 0;
}

#inner-footer-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

#inner-footer-expert #footerLogo-Links {
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  font-size: 17px;
  margin-left: 20px;
}

div#footer-bottom {
  font-size: 13px;
  margin-bottom: 20px;
  margin-left: 11px;
  width: 100%;
}

#inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*NEED AMEND*/
#inner-footer-expert #copyright-text {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 19px 0px 0px 20px;
}

#inner-footer-expert #footerLogo {
  margin: 10px 0px 0px 0px;
}

#inner-footer-expert p {
  color: #304a7f;
}

#inner-footer-expert span {
  color: #333;
}

#inner-footer-expert a {
  margin-right: 8px;
  color: #666;
  font-weight: normal;
}

#inner-footer-expert a:hover {
  text-decoration: none;
  color: #002776;
}

#inner-footer-expert #copyright-text {
  display: none;
}

/* ==========================================================================
    Liferay classes RESET
     ========================================================================== */
.ds-custom #wrapper {
  padding-bottom: unset;
  padding-top: unset;
  position: relative;
}

.ds-custom #wrapper .portlet-column-content.empty {
  padding: unset;
}

.ds-custom #wrapper .portlet-title-text {
  display: none;
}

.ds-custom #wrapper .portlet-content,
.ds-custom #wrapper .portlet-minimized .portlet-content-container {
  padding: unset;
}

.ds-custom #wrapper .portlet-decorate .portlet-content {
  border: unset;
}

.ds-custom #wrapper .portlet {
  margin: 0;
}

.ds-custom #wrapper .row {
  margin: 0 !important;
}

.ds-custom #wrapper .col-xs-1,
.ds-custom #wrapper .col-sm-1,
.ds-custom #wrapper .col-md-1,
.ds-custom #wrapper .col-lg-1,
.ds-custom #wrapper .col-xs-2,
.ds-custom #wrapper .col-sm-2,
.ds-custom #wrapper .col-md-2,
.ds-custom #wrapper .col-lg-2,
.ds-custom #wrapper .col-xs-3,
.ds-custom #wrapper .col-sm-3,
.ds-custom #wrapper .col-md-3,
.ds-custom #wrapper .col-lg-3,
.ds-custom #wrapper .col-xs-4,
.ds-custom #wrapper .col-sm-4,
.ds-custom #wrapper .col-md-4,
.ds-custom #wrapper .col-lg-4,
.ds-custom #wrapper .col-xs-5,
.ds-custom #wrapper .col-sm-5,
.ds-custom #wrapper .col-md-5,
.ds-custom #wrapper .col-lg-5,
.ds-custom #wrapper .col-xs-6,
.ds-custom #wrapper .col-sm-6,
.ds-custom #wrapper .col-md-6,
.ds-custom #wrapper .col-lg-6,
.ds-custom #wrapper .col-xs-7,
.ds-custom #wrapper .col-sm-7,
.ds-custom #wrapper .col-md-7,
.ds-custom #wrapper .col-lg-7,
.ds-custom #wrapper .col-xs-8,
.ds-custom #wrapper .col-sm-8,
.ds-custom #wrapper .col-md-8,
.ds-custom #wrapper .col-lg-8,
.ds-custom #wrapper .col-xs-9,
.ds-custom #wrapper .col-sm-9,
.ds-custom #wrapper .col-md-9,
.ds-custom #wrapper .col-lg-9,
.ds-custom #wrapper .col-xs-10,
.ds-custom #wrapper .col-sm-10,
.ds-custom #wrapper .col-md-10,
.ds-custom #wrapper .col-lg-10,
.ds-custom #wrapper .col-xs-11,
.ds-custom #wrapper .col-sm-11,
.ds-custom #wrapper .col-md-11,
.ds-custom #wrapper .col-lg-11,
.ds-custom #wrapper .col-xs-12,
.ds-custom #wrapper .col-sm-12,
.ds-custom #wrapper .col-md-12,
.ds-custom #wrapper .col-lg-12 {
  padding: unset;
  width: unset;
  margin: unset;
  float: none;
}

.ds-custom #wrapper .lfr-search-container {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ds-custom #wrapper {
    padding: 0;
    margin: 0;
  }
  .ds-custom .portlet-decorate .portlet-content {
    border: none;
    margin: 0;
    padding: 0;
  }
  .ds-custom .col-xs-1,
  .ds-custom .col-sm-1,
  .ds-custom .col-md-1,
  .ds-custom .col-lg-1,
  .ds-custom .col-xs-2,
  .ds-custom .col-sm-2,
  .ds-custom .col-md-2,
  .ds-custom .col-lg-2,
  .ds-custom .col-xs-3,
  .ds-custom .col-sm-3,
  .ds-custom .col-md-3,
  .ds-custom .col-lg-3,
  .ds-custom .col-xs-4,
  .ds-custom .col-sm-4,
  .ds-custom .col-md-4,
  .ds-custom .col-lg-4,
  .ds-custom .col-xs-5,
  .ds-custom .col-sm-5,
  .ds-custom .col-md-5,
  .ds-custom .col-lg-5,
  .ds-custom .col-xs-6,
  .ds-custom .col-sm-6,
  .ds-custom .col-md-6,
  .ds-custom .col-lg-6,
  .ds-custom .col-xs-7,
  .ds-custom .col-sm-7,
  .ds-custom .col-md-7,
  .ds-custom .col-lg-7,
  .ds-custom .col-xs-8,
  .ds-custom .col-sm-8,
  .ds-custom .col-md-8,
  .ds-custom .col-lg-8,
  .ds-custom .col-xs-9,
  .ds-custom .col-sm-9,
  .ds-custom .col-md-9,
  .ds-custom .col-lg-9,
  .ds-custom .col-xs-10,
  .ds-custom .col-sm-10,
  .ds-custom .col-md-10,
  .ds-custom .col-lg-10,
  .ds-custom .col-xs-11,
  .ds-custom .col-sm-11,
  .ds-custom .col-md-11,
  .ds-custom .col-lg-11,
  .ds-custom .col-xs-12,
  .ds-custom .col-sm-12,
  .ds-custom .col-md-12,
  .ds-custom .col-lg-12 {
    padding: 0;
    width: unset;
    margin: 0;
    float: none;
  }
}

/* ==========================================================================
     Helper classes
     ========================================================================== */
.download {
  border: 5px solid #91b3c4;
  background: #2a3338;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.8rem;
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-family: "roboto condensed", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download svg {
  width: 35px;
  height: 40px;
  margin-right: 15px;
  fill: #91b3c4;
  -webkit-transition: fill .6s ease;
  transition: fill .6s ease;
}

.download img {
  display: none;
}

.download:hover {
  background: #91b3c4;
  color: #2a3338;
}

.download:hover svg {
  fill: #2a3338;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* MAX WIDTH CLASSES  */
.apply-mw {
  margin: 0 auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .apply-mw {
    padding: 2em;
  }
}

@media (max-width: 992px) {
  .apply-mw {
    margin: 0;
    max-width: 100%;
  }
}

.apply-mw-half-left > * {
  margin: 2em 2em 2em auto;
  max-width: calc(750px - 2em);
}

@media (max-width: 1500px) {
  .apply-mw-half-left > * {
    padding: 2em;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .apply-mw-half-left > * {
    margin: 0;
    max-width: 100%;
  }
}

.apply-mw-half-right > * {
  margin: 2em auto 2em 2em;
  max-width: calc(750px - 2em);
}

@media (max-width: 1500px) {
  .apply-mw-half-right > * {
    padding: 2em;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .apply-mw-half-right > * {
    margin: 0;
    max-width: 100%;
  }
}

/*Map styling*/
.map-wrapper {
  width: 100%;
  height: 613px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .map-wrapper {
    height: 400px;
  }
}

.map-wrapper iframe {
  margin-top: 0px;
  margin-left: 0px;
}

/*
   * Hide visually and from screen readers
   */
.hidden {
  display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

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

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
/*
  * Hide visually and from screen readers, but maintain layout
  */
.invisible {
  visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* Custom CSS */

.module.d > h1 {
  font-family: 'Lilita One', sans-serif;
  color: #2f256c;
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 1em !important;
}
.job-cards .job-card h1 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}

.job-cards .job-card h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300 !important;
}

#about-us {
  background-image: url('/documents/7747213/7748442/stars-bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 7em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#about-us .inner-container {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

/* #about-us .inner-container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 1em; 
}*/

#about-us .inner-container .grp-col-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about-us .inner-container .grp-col-two .pane h2{
  font-family: 'Lilita One', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

#about-us .inner-container .grp-col-two .pane p {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7em;
  font-size: 1.25em;
}

#about-us .inner-container .grp-col-two .pane {
  width: 49%;
}

#about-us .inner-container .grp-col-two .pane:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-us .inner-container .grp-col-two .pane img {
  max-width: 100%;
}

#benefits {
  padding: 7em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #10132b;
}

#benefits .inner-container {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}

#benefits .inner-container h2 {
  font-family: 'Lilita One', sans-serif;
  color: #ffffff;
  font-size: 2.5em;
  margin-bottom: 1em;
}

#benefits .inner-container .grp-col-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#benefits .inner-container .grp-col-two .pane {
  width: 49%;
}

#benefits .inner-container .grp-col-two .pane p {
  font-weight: 400;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7em;
  font-size: 1.25em;
}

#benefits .inner-container .grp-col-two .pane h3 {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
}

#benefits .inner-container .grp-col-two .pane ul li {
  font-weight: 400;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7em;
  font-size: 1.25em;
}

.text.module {
  margin-top: 8%;
  font-family: 'Roboto', sans-serif !important;
}

.text.module h1 {
  font-size: 2.2em;
    margin: 0 0 1rem 0;
    font-family: "Lilita One", sans-serif !important;
    font-weight: 500;
    color: #2f256c;
}

.text.module .detailedTitle {
	margin-bottom: 20px;
}

.opp-page {
	margin-top: 138px !important;
	padding-top: 2em !important;
}

.announce {
  background-color: #10132b;
  padding: 2em 0;
  display: flex;
  justify-content: center;
}

.announce .inner-container {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.announce .inner-container .strap-wrapper #strapTitle {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  text-align: center;
}

.announce .inner-container .strap-wrapper  span {
  display: block;
  color: #ffffff;
  font-family: 'Lilita One', sans-serif;
  font-size: 4.5em;
  margin-bottom: 0.25em;
  text-align: center;
  text-transform: uppercase;
}

.announce .inner-container .strap-wrapper .viewAllopp {
  display: flex;
  justify-content: center;
}

.announce .inner-container .strap-wrapper a {
  display: inline-block;
  background-color: transparent;
  padding: 0.8em 2em;
  color: #ffffff;
  font-family: 'Lilita One', sans-serif;
  font-weight: 400;
  font-size: 1em;
  border-style: solid;
	border-width: 2px;
	border-color: #9557dd;
	border-radius: 6px;
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 87, 221, 0.02)), to(rgba(149, 87, 221, 0.2)));
	background-image: linear-gradient(180deg, rgba(149, 87, 221, 0.02), rgba(149, 87, 221, 0.2));
	box-shadow: 0 0 3px 0 #9557dd;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: hsla(0, 0%, 100%, 0.9);
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 2px #9557dd;
}

.announce .inner-container .strap-wrapper a:hover {
  background-color: #fff;
  color: #2f256c;
}

@media(max-width: 1500px) {
  #about-us .inner-container {
    padding: 0 2em;
    box-sizing: border-box;
  }
  #benefits .inner-container {
    padding: 0 2em;
    box-sizing: border-box;
  }
  .announce .inner-container  {
    padding: 0 2em;
    box-sizing: border-box;
  }
}

@media(max-width: 1360px) {
  .text.module {
    margin-top: 150px;
  }
}


@media(max-width: 768px) {
  #about-us .inner-container .grp-col-two .pane {
    width: 100%;
    margin-bottom: 1em;
  } 
  #benefits .inner-container .grp-col-two .pane {
    width: 100%;
    margin-bottom: 1em;
  }
  .apply-mw {
    padding: 0 !important;
  }
  .opp-page {
    margin-top: 103px !important;
    padding-top: 2em !important;
  }
  .navigation-wrapper.is-active {
    margin-top: -2em;
  }
}

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