* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  background-color: transparent; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.wrapper {
  margin: 0 auto;
  max-width: 86%;
  padding: 0 7% 1.5%;
  position: relative; }

section {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 900px;
  width: 86%;
  clear: both;
  display: block; }
  @media screen and (max-width: 768px) {
    section {
      padding: 75px 0; } }

.mbl {
  display: none; }

.no-scroll {
  overflow: hidden; }

html {
  font-family: "Avenir", "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 200;
  color: #555555;
  letter-spacing: 0.01em; }

body {
  font-size: 1.8em;
  line-height: 1.75em; }

hr {
  border: 0;
  height: 1px;
  background-color: #EEEEEE;
  clear: both; }

h1, h2, h3, p {
  margin-bottom: 25px; }

h1 {
  font-size: 1.8em;
  line-height: 1.25em;
  font-weight: 500;
  color: #224099; }

h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 300;
  color: #224099; }

h3 {
  font-size: 1.25em;
  font-weight: 300; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 0.87em;
  color: #224099; }

h6 {
  font-size: 0.7em;
  font-weight: 400;
  font-style: italic; }

p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 200; }

p:last-child {
  margin-bottom: 0; }

li {
  margin: 0 0 0 2em;
  font-size: inherit; }

b, strong {
  font-weight: 600; }

br, .spacer {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

ol { margin-bottom: 25px; }

.spacer {
  content: "";
  display: block;
  clear: both;
  height: 2em; }
  .spacer.lg {
    height: 4.5em; }

a {
  font-size: inherit;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  text-decoration: none; }
  a:link, a:visited {
    color: #00adee; }
  a:hover, a:active {
    color: #224099; }
  a.light {
    color: #FFFFFF; }
    a.light:hover {
      color: #00adee; }
  a.btn {
    font-size: inherit;
    line-height: 2em;
    display: inline-block;
    height: 2em;
    padding: 0 2em;
    border: 1px solid #00adee;
    border-radius: 4px;
    text-align: center; }
    a.btn:hover {
      border-color: #224099; }
    a.btn.light {
      border-color: #FFFFFF; }
      a.btn.light:hover {
        border-color: #00adee; }
    a.btn.active {
      background-color: #00adee;
      color: #FFFFFF; }
      a.btn.active:hover {
        background-color: #224099; }

img {
  width: 100%;
  display: block; }

.video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #efefef; }
  .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.block-media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center; }
  .block-media .btn {
    display: block; }

.block-box {
  font-size: inherit;
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  position: static; }
  .block-box .box {
    position: static;
    position: relative;
    display: block;
    float: left;
    width: 31%;
    margin-bottom: 3.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #efefef;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.075); }
    .block-box .box:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    @media screen and (min-width: 741px) {
      .block-box .box:nth-child(3n-1) {
        margin-left: 3.5%;
        margin-right: 3.5%; } }
    @media screen and (min-width: 521px) and (max-width: 740px) {
      .block-box .box {
        width: 47.5%;
        margin: 0;
        margin: 0 5% 5% 0; }
        .block-box .box:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 520px) {
      .block-box .box {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 5% auto;
        float: none; } }
    .block-box .box:hover {
      box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .block-box .box div {
      position: absolute;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      align-items: center;
      -webkit-align-items: center; }
      .block-box .box div .btn {
        display: block; }

.block-media {
  max-width: 900px;
  width: 100%;
  padding-bottom: 8px; }

.footer-careers {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  display: block; }
  .footer-careers:after {
    content: "";
    background-image: url("../_img/footer.jpg");
    background-size: cover;
    background-position: 50% 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1; }
  .footer-careers h2 {
    color: #FFFFFF;
    margin: 0;
    padding: 0; }
  .footer-careers ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    max-width: 900px;
    width: 86%;
    margin: auto;
    padding: 2em 0;
    list-style: none;
    font-size: 0.75em; }
    .footer-careers ul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      padding: 0;
      margin: 0; }
  @media screen and (max-width: 900px) {
    .footer-careers ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
@media screen and (max-width: 900px) and (max-width: 768px) {
  .footer-careers ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; } }
