/* one tenth of a pixel >_> */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.tile-content .video .video-logo::after, .tiles::after {
  clear: both;
  content: "";
  display: table;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  color: white;
  text-shadow: none;
}

::selection {
  background: #000;
  color: white;
  text-shadow: none;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
}

body {
  font-size: 18px;
  font-size: 1rem;
  color: #000;
  position: relative;
  text-rendering: optimizeLegibility;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

.active {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
img,
svg,
video {
  font-style: italic;
  vertical-align: middle;
}

hr {
  background: #000;
  border: 0;
  height: 1px;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  outline: none;
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 48px;
  font-size: 2.6666666667rem;
}

h2 {
  font-size: 20px;
  font-size: 1.1111111111rem;
}

h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
}

h4 {
  font-size: 18px;
  font-size: 1rem;
}

h5 {
  font-size: 18px;
  font-size: 1rem;
}

h6 {
  font-size: 18px;
  font-size: 1rem;
}

.tiles {
  width: calc(100% + 2px);
}

.tile {
  position: relative;
  float: left;
  width: 440px;
  max-width: 440px;
  margin: 0 2px 2px 0;
  text-align: left;
  font-size: 23.1578947368px;
  background: #fff;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.tile::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tile.hover .tile-content::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow ease 0.1s 0.1s;
  transition: -webkit-box-shadow ease 0.1s 0.1s;
  transition: box-shadow ease 0.1s 0.1s;
  transition: box-shadow ease 0.1s 0.1s, -webkit-box-shadow ease 0.1s 0.1s;
}
.tile.hover .video::before {
  display: block;
}
.tile.hover .location-text {
  color: #fff;
}
.tile.hover .location-text::before {
  background-image: url("../img/map-marker-white.svg");
}
.tile.hover.inactive .tile-content .location-text::before {
  opacity: 0.7;
}

.tile.loading .tile-content {
  cursor: default;
}
.tile.loading .logo .loading {
  background-image: none;
}
.tile.loading .job-title .decofiller-wrapper {
  width: 12.5em;
  height: 1.2em;
  background: #00a0e6;
}
.tile.loading .job-title .decofiller-wrapper .text-line {
  color: transparent;
}
.tile.loading .career-level {
  width: 6.25em;
  height: 1.3em;
  color: transparent;
}
.tile.loading .company-name {
  width: 12.1527777778em;
  height: 1em;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
}
.tile.loading .company-section {
  width: 13.8888888889em;
  height: 1em;
  background: rgba(0, 0, 0, 0.4);
  color: transparent;
}

.tile .info.hidden {
  -webkit-transform: translate3d(0, -2em, 0);
          transform: translate3d(0, -2em, 0);
  opacity: 0;
}

.tiles.single .tile {
  float: none;
  width: calc(100% - 2px);
  font-size: 5.2631578947vw;
  margin: 0 auto;
}
@media (min-width: 441px) {
  .tiles.single .tile {
    font-size: 23.1578947368px;
  }
}

@media (max-width: 886px) and (min-width: 527px) {
  .tile {
    width: calc(50% - 2px);
    font-size: 2.6058631922vw;
  }
}
@media (max-width: 1328px) and (min-width: 789px) {
  .tile {
    width: calc(33.3333333333% - 2px);
    font-size: 1.7391304348vw;
  }
}
@media (max-width: 1770px) and (min-width: 1051px) {
  .tile {
    width: calc(25% - 2px);
    font-size: 1.3050570962vw;
  }
}
@media (max-width: 526px) {
  .tile {
    float: none;
    width: calc(100% - 2px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 440px) {
  .tile {
    font-size: 5.2631578947vw;
  }
}
.tile-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tile-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.1s;
  transition: background-color 0.2s, -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s, background-color 0.2s;
  transition: box-shadow 0.1s, background-color 0.2s, -webkit-box-shadow 0.1s;
}
.tile-content .loading {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.tile-content .decofiller-wrapper {
  width: 100%;
}
.tile-content .decofiller-wrapper span {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -ms-hyphens: auto;
      hyphens: auto;
  padding: 0 0.2em;
  line-height: 1.5;
  color: #fff;
  -webkit-transition: color 0.4s, background-color 0.2s;
  transition: color 0.4s, background-color 0.2s;
  background-color: #00a0e6;
}
.tile-content .decofiller-wrapper span:not(:first-of-type) {
  margin-top: 0.1041666667em;
}
.tile-content .job-title {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.tile-content .info {
  position: absolute;
  width: 100%;
  height: 44.0789473684%;
  padding: 0.9375em;
  text-transform: uppercase;
  background-color: #f2f2f2;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.tile-content .info .company-info {
  margin: 0;
  padding: 0.5em 0 0;
  font-size: 0.9em;
  line-height: 1.15;
}
.tile-content .info .company-name {
  display: block;
  font-weight: 800;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.tile-content .info .company-section {
  font-weight: 400;
  letter-spacing: -0.025em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.tile-content .career-level {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 4.9342105263%;
  margin-left: 4.9342105263%;
  z-index: 2;
  display: inline-block;
  padding: 0.3472222222em 0.2083333333em 0.4166666667em;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 0.5;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.4s, background-color 0.2s;
  transition: color 0.4s, background-color 0.2s;
  background: #000;
}
.tile-content .location-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 4.9342105263%;
  padding-bottom: calc(4.9342105263% - 0.2857142857em);
  z-index: 2;
  max-width: calc(100% - 9.7222222222em);
  padding-top: 0.0555555556em;
  font-size: 0.9em;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: right;
  text-overflow: ellipsis;
  color: #000;
  line-height: 1.4583333333;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tile-content .location-text::before {
  content: "";
  width: 0.6111111111em;
  height: 0.8333333333em;
  position: relative;
  top: 0.0833333333em;
  background: url("../img/map-marker.svg") no-repeat center center;
  background-size: contain;
  float: left;
  margin-right: 0.1666666667em;
  font-size: 1.25em;
  line-height: 1.0555555556;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.tile-content .logo {
  position: absolute;
  top: 44.0789473684%;
  bottom: -0.5px;
  z-index: 1;
  width: 100%;
  padding: 4.9342105263%;
  padding-bottom: 13.1578947368%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.tile-content .logo .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -12px;
}
.tile-content .logo .weighted-image-box {
  height: 100%;
  position: relative;
}
.tile-content .logo .weighted-image-box img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 300;
  color: #a2a2a2;
  text-align: center;
}
.tile-content .logo .weighted-image-box.loading img {
  opacity: 0;
}
.tile-content .logo.hidden {
  -webkit-transform: translate3d(0, 2em, 0);
          transform: translate3d(0, 2em, 0);
  opacity: 0;
}
.tile-content .video {
  position: absolute;
  z-index: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  overflow: hidden;
}
.tile-content .video.loading {
  background-position: center 47%;
}
.tile-content .video::before {
  content: "";
  position: absolute;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 1.875em 0.3125em rgba(0, 0, 0, 0.35), inset 0 -7.5em 4.375em -3.75em rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 1.875em 0.3125em rgba(0, 0, 0, 0.35), inset 0 -7.5em 4.375em -3.75em rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.tile-content .video video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 100%;
}
.tile-content .video .video-logo {
  position: absolute;
  top: -0.625em;
  right: 0;
  z-index: 1;
  width: calc(29.6052631579% + 1.9375em);
  height: calc(18.0921052632% + 1.25em);
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s 0.05s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.2s 0.05s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s 0.05s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s 0.05s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s 0.05s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tile-content .video .video-logo.hidden {
  -webkit-transform: translate3d(0, 0.625em, 0);
          transform: translate3d(0, 0.625em, 0);
}
.tile-content .video .video-logo img {
  float: right;
  background-color: #fff;
  border: 1px solid #fff;
  border-width: 1.25em 0.625em 0.6875em 0.625em;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.tile-content .video .play-button {
  width: 3.375em;
  height: 3.375em;
  background-color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: absolute;
  top: 47.3684210526%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.tile-content .video .play-button::before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.tile-content .video .play-button::after {
  width: 0;
  height: 0;
  border-bottom: 0.875em solid transparent;
  border-top: 0.875em solid transparent;
  border-left: 1.25em solid black;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 11.1111111111%;
}
.tile-content .video .play-button.hidden {
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.tile-content .video .job-title {
  position: absolute;
  bottom: 2.5520833333em;
  z-index: 10;
  width: 100%;
  padding: 0 0.78125em;
}

/***********************
 *
 * KEINE OFFENE STELLE
 *
 ***********************/
.inactive .tile-content::before {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.inactive .tile-content .decofiller-wrapper span {
  background: #c1c1c1 !important;
}
.inactive .tile-content .company-info {
  opacity: 0.3;
}
.inactive .tile-content .location-text {
  color: #cfcfcf;
}
.inactive .tile-content .location-text::before {
  opacity: 0.2;
}
.inactive .tile-content .logo img {
  opacity: 0.5;
}
.inactive .tile-content .video {
  background-color: #a2a2a2;
}
.inactive .tile-content .video video {
  opacity: 0.6;
}
.inactive .tile-content .career-level {
  padding-top: 0.4411764706em;
  padding-bottom: 0.4779411765em;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 0.45;
  background-color: #c50000;
}