@charset "UTF-8";
/*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

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

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

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* ==============
    Fonts
   ============== */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always; }

/* ==============
Helpers
============== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.group {
  *zoom: 1; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.list-items {
  margin: 0;
  padding: 0;
  list-style: none; }

.is-italic {
  font-style: italic; }

.is-uppercase {
  text-transform: uppercase; }

.is-bold {
  font-weight: 700; }

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .3s; }

.link-underline {
  text-decoration: none !important;
  position: relative; }
  .link-underline:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid; }

.icon-arrow-white-right, .nav-item-text.has-children:after, .page-item-link:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2017.9%2032.9%22%3E%3Cstyle%3E.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A3%3Bstroke-linejoin%3Around%3B%7D%3C/style%3E%3Cpath%20id%3D%22XMLID_225_%22%20class%3D%22st0%22%20d%3D%22M1.1%2031.8l15.3-15.4L1.1%201.1%22/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.icon-arrow-white-down, .jump-to-content {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2034.3%2078.7%22%3E%3Cstyle%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C/style%3E%3Cpath%20id%3D%22XMLID_12_%22%20class%3D%22st0%22%20d%3D%22M18.6%2078.1l15.7-15.7-2.8-2.8-12.3%2012.3V0h-4v71.9L2.8%2059.6%200%2062.4l15.7%2015.7c.4.4.9.6%201.4.6.6%200%201.1-.2%201.5-.6z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.icon-arrow-thin-white-right {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAYAAAD0S5PyAAAAwElEQVRIS6XWDQ3CQAyG4XcOJgUJIGEKkABSkIADJMzC5mQSSJNdsp/7ab9VwHNN02vbATfgBwzAhBAd8AFewAI8FMgQiy/wVKGEXIK2iAwdEQnKIWGohISgGuKGWogL8iBNyItUoQhShKJIFlKQE6QiO0hFemBcZ9GsIDsAuEeRE2AzKIJkASuOFykCXqQKeJAm0EJcQA1xAyUkBOSQMHBEJGCLyEBCLgEJSXt4ts+07uPQbWBtb5nYZfBWAHvtD8JgWiCa7QMhAAAAAElFTkSuQmCC");
  background-repeat: no-repeat; }

.icon-arrow-thin-darkgrey-bottom, .dropdown > div:after,
.custom-select:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22228.6%20770.4%2021%2011.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23646463%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M228.6%20771.3l.9-.9%209.6%209.6%209.6-9.6.9.9-10%2010c-.3.3-.7.3-.9%200l-10.1-10z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.icon-arrow-thin-707174-right, .toggle-label:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%22230.5%20759.9%2017.1%2032.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23707174%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M231.9%20792.1l-1.4-1.4%2014.7-14.7-14.7-14.7%201.4-1.4%2015.4%2015.4c.4.4.4%201%200%201.4l-15.4%2015.4z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.icon-arrow-gray-left, .back-link:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-296%20380.1%2017.9%2032.9%22%20style%3D%22enable-background%3Anew%20-296%20380.1%2017.9%2032.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text/css%22%3E%0D%0A%09.st0%7Bfill%3Anone%3Bstroke%3A%23707174%3Bstroke-width%3A3%3Bstroke-linejoin%3Around%3B%7D%0D%0A%3C/style%3E%0D%0A%3Cpath%20id%3D%22XMLID_225_%22%20class%3D%22st0%22%20d%3D%22M-279.6%2C381.2l-15.3%2C15.4l15.3%2C15.3%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-white-right, .no-svg .nav-item-text.has-children:after, .no-svg .page-item-link:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAhCAYAAADUIPtUAAAAv0lEQVRIS63WyxHDIAwE0FUlKSXpJHZJqcBOZ+mEjBjw2GM+0gI3DnpIB3YkABBCWAA8RWTVO3MkIVsq3llMoR3A+9QFhUkabRiL0AzsgEaxCzSC3SAWK0IMVoW8WBPyYF3IipkgC2aGepgLamFuqIox2ZOwH4BHrp/V0ccNFfLrKyKLC6ohOp4ZaiFmqIeYIAvShaxIE/IgVciLFCEGuUEscoFGkAMaRSI0A8mQrjR5G4kfkImWvERo8YtF9OE/B/GhR6GDA1MAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-white-down, .no-svg .jump-to-content {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAABPCAYAAACOLRdGAAABo0lEQVRoQ+2aUVEEMRBEpx0gAQfgAHAADsABDigc4ICTgAPAweEAB5yDobK3oXb3sulJtvjr/OaSvOp5mf24wDYMd3+aLgfw3Lsdehemde7uC5Du/boXCqRUQpVmmYoSUSKs2ckROSJHWAJyhCWkPiJH5AhLQI6whNRH5IgcYQnIEZaQ+ogckSMsATnCElIfkSNyhCUgR1hC6iNyRI6wBOQIS+hf+oi7nwP4ZodP57eCTM8c/gl390szezezNwAPUZgtIO7+ama3ZnYDYI8JxNkIsIvC9IKMEPfjeYcBxt0/zOxqkUIIpgdkAZGP/UwgKYkEc9EK0wqyAvFlZtfZkS6YFpAqBHD4e7ZRSSaldQcg1XI2oiAMIm06ez9SgdmPds9gIiARiBOQ8SqvlekEhoFEIYogLTA1kBaIVZAozBpIK0QVJAJjZj9TewGkdpA6Zm5Wefp4RQvC5x/Qx05E4PRpmI5dDwRNJJ9QgWGfJZpEOJENMGGIcCIdME0QzSBE4LCYpXpSWUuLKs40J9HsyBKoANMN0VWaAtDjsBHwwq5Qbf4X5wzLVkPNQsIAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-thin-white-right {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAYAAAD0S5PyAAAAxklEQVRIS6XWDQ0CMQyG4bcOkIIEkIACJIAUJOAACVjgnJyDkl1ylyz7a7sKeNos+daKqp6BD3ATkR+BElV9AQ9gBa4RSFJjVX0D9yi0IbPQgcxAGRKFCiQCVREv1EQ8UBexQkPEApmQEWRGepALaUFupAoFkl9kLTrJCfgC6S9a3IiqZgBwcSFVQGQ1Iy0gPZAJ6QEmZAQMEQvQRaxAE/EAVcQLFEgEyJAocCAzwIbMAjuy7+FlC5NIWuyu2idJl8EzAqRuf6JBuhRJlzMHAAAAAElFTkSuQmCC");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-thin-darkgrey-bottom, .no-svg .dropdown > div:after,
.no-svg .custom-select:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAALCAYAAACQy8Z9AAAAkklEQVQoU6XT2w1AQBAF0L1UoBMdUIIS2I2qZEUHlKAEnaiAkfEhHvvAzvfk5CZzB1LKEhCZ1m0lAkcp1RHRiLouU6J4JKI+BGYQEAWw5OBwofAZbJpu2tEQ+A6ydaB/YBP4QL/ANtCIvoFdoBV1wT7QiZrgN6AXvcEzgIR7yLVx/cnl+rZF7vG6xkMULYUPZGMDo7ya7HabkEgAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-thin-707174-right, .no-svg .toggle-label:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAgCAYAAAD0S5PyAAAAzklEQVRIS6XVjQnCQAwF4Bd0ADexG6gb6CYn2Dm8jewIdhMHOIlcxWLp/SS5DPDxCOSFnOs7gO9AuHjvXzAMuettAHAA4wmEkwUi59wOtBkA2lshiulboQlphWakBVogVmiFWKAkooWyiAYqIlKoikggEVKDxEgJUiE5SI2kIDuC7QOE2EWjGpku/g8Av48qJAXEEhMjOSDuSISUABFSA6qIBCgiUiCLaIAkogVWiAVYIFZgRlqACWkFvsjvoYPHeEzGh953IPbgcLYAMckHJp8ANx5sMmwAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

.no-svg .icon-arrow-gray-left, .no-svg .back-link:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACWCAYAAABNVd85AAAD10lEQVR4Xu3c63HUMBAH8BXDd1LK0QHphHTgDKEKQnAHhEpCB1BKKCBn5h7OxXd+yNZa2sf/Pvo0Gs9vdlf2aU+B8LkQqKqvG6KXTV0/PMbyhNiBXsYdELdPFMIVNdubWExAvomQDmJ7PRITkEewXsQZmIAkolHESEz3kFGIEZiuIWchTmC6hVyEOILpEjIJcQDTHSQLYg+mK0hWRKJ/1IRPdf3t787VDeSaiG4g10Z0AZkD0TxkLkTTkDkRzULmRjQJWQLRHGQpRFOQJRHNQJZGNAEpAVE9pBRE1ZCSENVCSkNUCcmMSNTQdV3f/07dt1f1Mxo/YnwDwBS0GkjJiGpSWzqiCkgNiOIhq6q6Inr/RIE2UzUq6vvIPp6ouc4Gia2RmhDFRqQ2RJGQGhHFQWpFFAWpGVEMpHZEEZAWEItDWkEsCmkJsRikNcQikBYRs0NaRcwKaRkxG6R1xCyQHhBXh/SCuCqkJ8TVIL0hrgLpEZEd0isiK6RnRDZI74gskEA87MsmbccC8bS5vRgSiN0OgUWQQLzsxZgNCcT+hpZZkEAc7gqKhgTieGtVFCQQxxGjHn+AOI04CQnEOMRRSH5Euq3r+zr+1nSN7K2R7IjU/Kp/fP+si2be3V5AAnEeYDu6AwnEZYidGgnE5YhnkHd/2P494KAmnrPvU7uqvvykEJgWA/sLS1/sBiCmpfTrYlPd3jU8U/mMRGZI34j7xSY9IoHIAAlEntRuwsf2IEqeOqt3lrTUbppnonfXwOSokcDcp1FaRLaZCMw95DMRfUiuTs4xw/6og9DsjmsBZkI0Hd+1gZlgeKiR7QSIzDTKsx92EZlLOXu2GoC5BHNg8wuYczEHOy1QM+dRjrasADMec7L3B5hxmJOQhz0d1MwpzihIYE4xzmzGR2QOg0ZHJN6AxqNyNiTSvB90ESQwLzEXQwKzi5kECcwTZjIkMA+YLJDAZIT0jskWkd6fM9khvUbmKpAeMVeD9Ia5KqQnzNUhvWBmgfSAmQ3SOmZWSMuY2SGtYhaBtIhZDNIaZlFIS5jFIa1gioC0gCkGUjumKEjNmOIgtWKKhNSIKRZSG6ZoSE2Y4iG1YKqA1ICpBlI6pipIyZjqIKViqoSUiKkWUhqmakhJmOohpWCagJSAaQayNKYpyJKY5iBLYZqELIFpFjI3pmnInJjmIXNhuoDMgekGcm1MV5D8mNubun543M3rDpINszkhuoVMxjxDdA25GLMH0T3kbMwBREDuBGLPNRpBBOQRchJzAhGQbyAHMSMQAXkGeYEZiQjIHshXTHrZtA/bA8M6l/8DJt+q0+rV2BwAAAAASUVORK5CYII=");
  background-repeat: no-repeat; }

#mediaQueryIndicator {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  content: "";
  visibility: hidden;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
  display: block !important; }
  @media (min-width: 540px) {
    #mediaQueryIndicator {
      width: 2px; } }
  @media (min-width: 768px) {
    #mediaQueryIndicator {
      width: 3px; } }
  @media (min-width: 1024px) {
    #mediaQueryIndicator {
      width: 4px; } }
  @media (min-width: 1280px) {
    #mediaQueryIndicator {
      width: 5px; } }
  @media (min-width: 1600px) {
    #mediaQueryIndicator {
      width: 6px; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 35px 50px;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 542px; }
  .box.simple {
    min-height: auto; }
  .box.heading-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .box.job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto; }
    .box.job .box-link {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  .box.simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box.simple .headline {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .box.simple .box-link {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  @media (min-width: 768px) {
    .box {
      width: 50%;
      min-height: 650px; } }
  @media (min-width: 992px) {
    .box {
      padding: 85px 85px 70px; }
      .box.simple {
        padding: 65px 120px;
        min-height: 325px; } }

.box-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  transition: background .2s ease-in, color .2s ease-in; }
  .box-link.distance {
    margin-top: 75px; }
  .box-link.heading-only {
    border: 0; }
  .box-link:hover, .box-link:focus {
    color: #fff;
    text-decoration: none; }

.box-link .bg-image:before,
.page-item-link .bg-image:before {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 35;
  transition: background-color .2s ease-in; }

.box-link:hover .bg-image:before, .box-link:focus .bg-image:before,
.page-item-link:hover .bg-image:before,
.page-item-link:focus .bg-image:before {
  background-color: rgba(0, 0, 0, 0.1); }

.box-brand {
  display: inline-block;
  min-height: auto;
  text-align: center;
  text-transform: uppercase; }
  .box-brand img {
    margin: 0 auto;
    height: 100%; }

.box-content {
  position: relative;
  z-index: 100;
  width: 100%; }
  .headings-link .box-content,
  .link-only .box-content {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.size-1of2 {
  width: 100%; }

@media (min-width: 768px) {
  .masonry[data-columns]::before {
    content: '2 .column.size-1of2'; }
  .column {
    float: left; }
    .column .box {
      min-height: 325px;
      width: 100%;
      overflow: hidden; }
  .size-1of2 {
    width: 50%; } }

.link-text {
  display: inline-block;
  padding: 17px 15px;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px; }
  .link-text.is-video {
    padding: 0;
    height: 60px;
    min-width: 60px; }
  .load .link-text {
    padding: 0; }
  @media (min-width: 400px) {
    .link-text {
      padding-right: 40px;
      padding-left: 40px; } }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden; }

.box.has-bodytext .bg-image.lazyloaded:before,
.box.heading-only .bg-image.lazyloaded:before,
.box.headings-link .bg-image.lazyloaded:before {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }

.cookie-warning {
  background: #000;
  color: #fff;
  padding: 67px 50px 33px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 901;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  /* Make sure that the cookie warning fades out nicely */
  /* Don't show the warning if a cookie exists */ }
  .cookie-warning.accept {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  .cookie-warning.accepted {
    display: none; }
  @media (min-width: 992px) {
    .cookie-warning {
      padding-top: 32px; } }

.cookie-text {
  margin: 0;
  text-transform: none; }
  .cookie-text a {
    color: #fff;
    text-decoration: underline; }
    .cookie-text a:focus, .cookie-text a:hover {
      text-decoration: none; }
  .cookie-text p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 992px) {
      .cookie-text p {
        text-align: left;
        padding-right: 80px; } }

.cookie-warning-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto; }

.cookie-accept {
  background: transparent;
  border: 0 none;
  padding: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -47px;
  right: -35px; }
  @media (min-width: 992px) {
    .cookie-accept {
      top: -6px;
      right: 0; } }
  .cookie-accept:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -23px;
    right: -22px;
    left: -20px; }

.icon-close {
  width: 100%;
  height: 100%;
  color: #fff;
  fill: currentColor; }

.container-fluid.footer-main {
  background: #e3e3e2;
  padding: 70px 45px 35px;
  width: 100%; }
  @media (min-width: 768px) {
    .container-fluid.footer-main {
      padding: 80px 7.5% 90px; } }

.footer-heading {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px; }

.footer-items-links {
  margin-top: 50px; }

.footer-item-link {
  margin: 0 0 15px 0;
  line-height: 1;
  letter-spacing: 1px; }
  .footer-item-link:last-child {
    margin: 0; }

.footer-link {
  color: inherit; }
  .footer-link:hover, .footer-link:focus {
    color: inherit;
    text-decoration: none;
    font-weight: 700; }

.contact-information {
  margin-bottom: 95px; }
  @media (min-width: 992px) {
    .contact-information {
      margin-left: 18.08511%;
      margin-bottom: 0;
      width: 58.33333%; } }
  .contact-information p {
    margin: 0 0 10px 0;
    letter-spacing: 1px; }
  .contact-information a {
    color: inherit; }
  .contact-information:before {
    background: #707174;
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    margin: 50px 0 50px 0; }
    @media (min-width: 992px) {
      .contact-information:before {
        margin: 170px 0 50px 0; } }

.form-ribbon {
  padding: 49px 35px 60px 35px; }
  @media (min-width: 768px) {
    .form-ribbon {
      padding: 65px 10.83333% 75px; } }

label {
  cursor: pointer; }

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

.contour {
  color: #646463; }
  .contour .col-md-12 {
    padding: 0;
    margin: 0; }
  .contour .btn.primary {
    border: 1px solid #707174;
    color: #707174;
    padding: 16px 5px;
    min-width: 100%;
    transition: background .2s ease-in, color .2s ease-in;
    text-transform: uppercase; }
    @media (min-width: 320px) {
      .contour .btn.primary {
        min-width: 200px; } }
  .contour .date {
    font-style: normal;
    text-transform: none; }
  .contour .dropdown > div {
    width: 100%; }
    @media (min-width: 768px) {
      .contour .dropdown > div {
        width: 50%; } }
  .contour .dropdown select {
    width: 100%; }

.fieldLabel {
  display: inline-block;
  margin: 0 0 13px 0; }

.contourField {
  margin-bottom: 18px; }

.field-validation-error {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-style: italic;
  color: red; }

.date {
  width: 100%; }

input,
textarea {
  border-radius: 0; }

.date input,
.text,
textarea {
  background: transparent;
  color: #707174;
  border: 1px solid #646463;
  padding: 16px 15px;
  width: 100%;
  outline: 0; }
  @media (min-width: 768px) {
    .date input,
    .text,
    textarea {
      width: 50%; } }

textarea {
  min-height: 200px; }

.dropdown > div,
.custom-select {
  width: 100%;
  position: relative;
  height: 59px; }
  .dropdown > div:after,
  .custom-select:after {
    background-size: 21px 11px;
    background-position: 50% 25px;
    background-color: #edece3;
    border: 1px solid #646463;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    content: "";
    width: 55px;
    text-align: center;
    pointer-events: none; }

select {
  background: transparent;
  border: 1px solid #646463;
  border-radius: 0;
  color: #646463;
  padding: 17px 30px;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor: pointer;
  letter-spacing: 1px;
  height: 59px;
  -webkit-appearance: none; }
  select:before {
    content: "M";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 2px solid #646463; }

.btn {
  background: transparent;
  padding: 0;
  border: 0;
  letter-spacing: 1px;
  outline: 0;
  width: 100%; }
  .btn.box-link {
    border: 1px solid transparent; }
  @media (min-width: 500px) {
    .btn {
      width: 50%;
      min-width: 200px; } }

.header-main {
  background: #e3e3e2;
  height: 70px;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 600;
  bottom: auto;
  margin: auto; }
  @media (min-width: 992px) {
    .header-main {
      width: 1200px; } }

.header-logo-link {
  display: inline-block;
  height: 100%; }

.header-logo {
  width: 154px;
  height: 100%; }

.menu-link {
  display: inline-block;
  background: transparent;
  height: 100%;
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  transition: background .2s ease-in; }
  .menu-link:hover .icon-burger, .menu-link:focus .icon-burger {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .menu-link:hover .icon-burger:before, .menu-link:focus .icon-burger:before {
      top: 0;
      -webkit-transform: translateX(18px) translateY(2px) rotate(-45deg);
              transform: translateX(18px) translateY(2px) rotate(-45deg);
      width: 7px; }
    .menu-link:hover .icon-burger:after, .menu-link:focus .icon-burger:after {
      bottom: 0;
      -webkit-transform: translateX(18px) translateY(-2px) rotate(45deg);
              transform: translateX(18px) translateY(-2px) rotate(45deg);
      width: 7px; }

.icon-burger {
  background: #70706f;
  display: inline-block;
  height: 2px;
  max-height: 2px;
  width: 23px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  position: absolute;
  top: 9px;
  left: 0;
  margin: 27px 0 0 23px; }
  .icon-burger:before, .icon-burger:after {
    content: "";
    background: #70706f;
    position: absolute;
    left: 0;
    height: 2px;
    max-height: 2px;
    width: 100%; }
  .icon-burger:before {
    top: -7px;
    display: inline-block;
    transition: width .2s, top .2s, -webkit-transform .2s;
    transition: transform .2s, width .2s, top .2s;
    transition: transform .2s, width .2s, top .2s, -webkit-transform .2s; }
  .icon-burger:after {
    bottom: -7px;
    transition: width .2s, bottom .2s, -webkit-transform .2s;
    transition: transform .2s, width .2s, bottom .2s;
    transition: transform .2s, width .2s, bottom .2s, -webkit-transform .2s; }
  .show-close .icon-burger {
    background: transparent;
    transition: 0 all !important;
    -webkit-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
    .show-close .icon-burger:before {
      top: 50% !important;
      display: inline-block;
      -webkit-transform: translateX(0) translateY(0) rotate(-45deg) !important;
              transform: translateX(0) translateY(0) rotate(-45deg) !important;
      width: 16px !important;
      left: 7px !important; }
    .show-close .icon-burger:after {
      bottom: -50% !important;
      -webkit-transform: translateX(0) translateY(0) rotate(45deg) !important;
              transform: translateX(0) translateY(0) rotate(45deg) !important;
      width: 16px !important;
      left: 7px !important; }

.pre-heading {
  margin: 0 0 19px 0;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 23px; }
  @media (min-width: 992px) {
    .pre-heading {
      margin-bottom: 28px;
      line-height: 1;
      font-size: 1em; } }

.headline {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 0 15px 0;
  font-weight: 700;
  width: 100%; }
  .has-bodytext .headline:after {
    content: "";
    display: block;
    margin: 34px auto 16px;
    width: 40px;
    height: 2px; }
    @media (min-width: 992px) {
      .has-bodytext .headline:after {
        margin: 39px auto 27px; } }
  .heading-only .headline {
    margin: 0; }

.size-1 {
  font-size: 0.8667em; }

.size-2 {
  font-size: 1.0667em; }

.size-3 {
  font-size: 1.4667em; }

.size-4, .box-brand {
  font-size: 23px;
  line-height: 30px; }
  @media (min-width: 992px) {
    .size-4, .box-brand {
      font-size: 2em;
      line-height: 40px; } }

.size-5 {
  font-size: 23px;
  margin: 0 0 50px 0;
  line-height: 30px; }
  @media (min-width: 500px) and (max-width: 992px) {
    .video-wide .size-5 {
      margin: 0 0 20px 0; } }
  @media (min-width: 768px) {
    .size-5 {
      font-size: 2.3333em;
      margin-bottom: 60px;
      line-height: 40px; } }

h4 {
  margin-top: 0; }

.imagevideo-content {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 110%;
  height: auto; }
  .imagevideo-content:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 170.6%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .imagevideo-content.show-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 35; }
  @media (min-width: 500px) {
    .imagevideo-content {
      padding-top: 52.5%;
      height: auto; }
      .imagevideo-content:before {
        padding-top: 52.5%; }
      .imagevideo-content.video-wide, .imagevideo-content.video-wide:before {
        padding-top: 41.6%; } }

.imagevideo-content-wrap {
  position: absolute;
  top: 19.04762%;
  right: 19.58333%;
  left: 19.58333%;
  z-index: 40; }
  @media (min-width: 992px) {
    .imagevideo-content-wrap {
      top: 34.92063%; } }

body.list-item-page .imagevideo-content {
  padding-top: 52.5%; }

.content-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%; }
  @media (min-width: 768px) {
    .has-video .content-image {
      z-index: -1; } }

.job-finder-wrap {
  padding: 0 4.58333% 80px; }

.job-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .job-filters .list-item {
    margin: 0 0 25px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .job-filters .list-item {
        width: 48.5%;
        width: calc(50% - 50px); }
        .job-filters .list-item:nth-child(odd) {
          margin-right: 50px; }
        .job-filters .list-item:nth-child(even) {
          margin-left: 50px; }
          .job-filters .list-item:nth-child(even) > * {
            float: right; } }
    .job-filters .list-item .btn {
      float: right;
      height: 59px; }
  .job-filters select {
    width: 100%; }

.no-jobs {
  margin: 0;
  padding: 0 4.58333% 80px; }
  .no-jobs p {
    margin-top: 0; }

.ribbon-job-list .heading {
  color: #fff; }

.jump-teaser {
  position: absolute;
  top: auto;
  bottom: 105px;
  left: 0;
  right: 0;
  font-style: italic;
  margin: auto;
  z-index: 40;
  letter-spacing: 2px; }

.jump-to-content {
  background-position: center;
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 4.7619%;
  left: 0;
  right: 0;
  z-index: 40;
  margin: auto;
  opacity: 1;
  overflow: hidden;
  -webkit-animation: elevator 3.5s 2.5s infinite;
          animation: elevator 3.5s 2.5s infinite;
  transition: opacity .5s .2s ease-out; }
  .jump-to-content.fade-out {
    opacity: 0; }
  @media (min-width: 992px) {
    .jump-to-content {
      bottom: 7.14286%; } }

@-webkit-keyframes elevator {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes elevator {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.loader {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.office-countries {
  padding: 60px 35px; }
  @media (min-width: 768px) {
    .office-countries {
      padding: 75px 10.83333%; } }

.country-office {
  padding: 0 35px; }
  @media (min-width: 768px) {
    .country-office {
      padding: 0 10.83333%; } }
  .country-office:last-child {
    padding-bottom: 60px; }
    @media (min-width: 768px) {
      .country-office:last-child {
        padding-bottom: 75px; } }

.office-list {
  margin: 0 0 15px 0; }
  .office-list.center-stores {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .office-list.center-stores li {
      margin-right: auto;
      margin-left: auto; }
  @media (min-width: 992px) {
    .office-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .office-list li {
    margin: 0 0 15px 0; }
    @media (min-width: 992px) {
      .office-list li {
        width: 50%; }
        .office-list li:nth-child(odd) {
          padding-right: 25px; }
        .office-list li:nth-child(even) {
          padding-left: 25px; } }
  .office-list a {
    color: #707174;
    text-decoration: underline;
    font-style: italic; }
    .office-list a:hover, .office-list a:focus {
      text-decoration: none; }

.office-address {
  margin: 0; }

.brand-stores {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .brand-stores {
      padding-bottom: 75px; } }
  .brand-stores .bodytext {
    margin: 0; }

.country-group {
  text-align: center; }
  .country-group .country-office {
    padding: 0; }
    .country-group .country-office:last-child {
      padding: 0 0 35px 0; }
  .country-group .size-2 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px; }
  .country-group .toggle-input:checked ~ .toggle-content.office-list,
  .country-group .office-list {
    margin-left: 35px;
    margin-right: 35px; }
    @media (min-width: 992px) {
      .country-group .toggle-input:checked ~ .toggle-content.office-list,
      .country-group .office-list {
        margin-left: 14.58333%;
        margin-right: 14.58333%; } }
  .country-group .toggle-input ~ .headline {
    transition: margin-bottom .3s ease-out; }
  .country-group .toggle-input:checked ~ .headline {
    margin-bottom: 40px;
    transition: margin-bottom .3s ease-out; }
  .country-group .office-list li {
    width: 100%;
    margin-top: 38px; }
    @media (min-width: 992px) {
      .country-group .office-list li {
        width: 33.333%; } }
  .country-group .office-list li:nth-child(1) {
    margin-top: 0; }
  .country-group .office-list li:nth-child(odd),
  .country-group .office-list li:nth-child(even) {
    padding: 0; }
  .country-group .office-list li:last-child {
    margin-bottom: 50px; }
  .country-group .office-address {
    line-height: 30px; }
  @media (min-width: 992px) {
    .country-group .office-list li:nth-child(2),
    .country-group .office-list li:nth-child(3) {
      margin-top: 0; } }

.country-letter {
  margin: 0 0 13px 0; }
  .country-letter:after {
    border-bottom: 1px solid #707174;
    content: "";
    display: block;
    width: 13px;
    margin: 0 auto;
    position: relative;
    top: -3px; }

.nav-wrapper {
  position: fixed;
  top: 70px;
  left: -100%;
  width: 100%;
  bottom: 0;
  z-index: 500;
  -webkit-overflow-scrolling: touch;
  transition: left .2s ease-out; }
  .nav-wrapper:target, .nav-wrapper.active {
    left: 0; }
  @media (max-width: 767px) {
    .nav-wrapper {
      overflow-y: auto;
      overflow-x: hidden; }
      .nav-wrapper > * {
        -webkit-transform: translateZ(0);
                transform: translateZ(0); } }
  @media (min-width: 768px) {
    .nav-wrapper {
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .nav-wrapper {
      max-width: calc((50% - 600px) + 300px); } }

.main-nav {
  background: #929395;
  height: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .main-nav {
      height: 160%; } }

.nav-items {
  padding: 63px 45px 48px; }
  @media (min-width: 992px) {
    .nav-items {
      padding: 70px 45px; } }
  @media (min-width: 1200px) {
    .nav-items {
      width: 300px;
      float: right; } }

.nav-item {
  margin: 0 0 20px 0; }

.nav-item-link {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  position: relative; }
  .nav-item-link:after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: width .2s ease-in; }
  .nav-item-link:hover, .nav-item-link:focus, .nav-item-link.active, .nav-item-link.selected {
    color: #fff;
    text-decoration: none; }
    .nav-item-link:hover:after, .nav-item-link:focus:after, .nav-item-link.active:after, .nav-item-link.selected:after {
      width: 30px; }

.nav-item-text {
  letter-spacing: 1px;
  position: relative;
  line-height: 25px; }
  .nav-item-text.has-children:after {
    display: inline-block;
    content: "";
    background-size: 100%;
    width: 6px;
    height: 12px;
    position: absolute;
    right: -18px;
    top: 1px;
    bottom: 0;
    left: auto;
    margin: auto; }

.close-menu {
  color: #fff;
  margin: 0 0 0 45px; }
  .close-menu:hover, .close-menu:focus {
    color: #fff; }

.page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.page-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%; }
  @media (min-width: 992px) {
    .page-item {
      width: 50%; } }

.page-item-link {
  display: block;
  height: 650px;
  position: relative;
  overflow: hidden; }
  .page-item-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 55px;
    height: 20px;
    width: 10px;
    margin: auto;
    overflow: hidden; }

.brand-item-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden; }

.pagination {
  position: relative;
  float: left;
  margin: 50px 0 20px 0;
  width: 100%; }
  .pagination .no-js {
    overflow: hidden; }

.paging {
  margin: 0 auto;
  text-align: center;
  width: 40%; }
  @media (min-width: 400px) {
    .paging {
      width: 50%; } }
  @media (min-width: 768px) {
    .paging {
      width: 70%; } }

.paging-item {
  display: inline-block; }

.paging-link {
  display: inline-block;
  padding: 5px;
  min-width: 15px; }
  .paging-link.prev, .paging-link.next {
    position: absolute;
    top: 0; }
  .paging-link.prev {
    left: 15px; }
  .paging-link.next {
    right: 15px; }
    .js .paging-link.next {
      position: relative;
      display: inline-block;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      border: 1px solid #707174;
      color: #707174;
      font-style: italic;
      transition: background .2s ease-in, color .2s ease-in; }
      .js .paging-link.next.load, .js .paging-link.next:hover, .js .paging-link.next:focus {
        color: #e2e1dc;
        background: #707174; }
  .paging-link .link-text {
    text-transform: lowercase;
    font-size: 1.0667em; }

.quote-text-wrapper {
  text-align: center;
  padding: 70px 35px 50px; }
  @media (min-width: 768px) {
    .quote-text-wrapper {
      padding: 100px 25% 70px; } }

.quote-text {
  font-weight: 400;
  position: relative;
  line-height: 40px; }
  .quote-text p {
    margin: 0; }
  .quote-text.has-link {
    margin: 0 0 70px 0; }
    @media (min-width: 768px) {
      .quote-text.has-link {
        margin-bottom: 75px; } }

blockquote.quote-text p {
  quotes: "“" "”" "‘" "’";
  position: relative; }
  blockquote.quote-text p:before, blockquote.quote-text p:after {
    font-size: 1em;
    line-height: 0;
    font-weight: 400; }
  blockquote.quote-text p:before {
    content: open-quote; }
  blockquote.quote-text p:after {
    content: close-quote; }

.ribbon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rich-content {
  text-align: center;
  padding: 70px 35px 70px; }
  .rich-content.less-padding {
    padding-bottom: 28px; }
  .rich-content.has-share {
    padding-top: 0; }
  .rich-content.aligned-content .bodytext {
    text-align: left; }
  @media (min-width: 768px) {
    .rich-content {
      padding-right: 14.58333%;
      padding-left: 14.58333%; } }

.rte-heading {
  text-transform: uppercase;
  font-size: 0.9375em;
  line-height: 1.4;
  margin-top: 40px; }

.list-item.link-item {
  margin: 0 0 25px 0; }
  @media (min-width: 768px) {
    .list-item.link-item {
      display: inline-block; }
      .list-item.link-item:first-child {
        margin-right: 30px; }
      .list-item.link-item:last-child {
        margin-left: 30px; } }

.share-wrapper {
  padding-top: 30px;
  padding-right: 30px;
  min-height: 70px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.share-text {
  margin: 7px 20px 0 0;
  font-style: italic; }

.social-share-items {
  text-align: right; }

/* .social-media-items{
	width:100%;
	@media(min-width:$screen-md){
		position:absolute;
		bottom:9px;
		right:-39px;
		width:94px;
	}
} */
.social-media-item {
  margin-right: 14px;
  float: left; }
  .social-media-item:last-child {
    margin: 0; }

.social-media-link {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  transition: background-color .2s ease-in; }
  .social-media-link.small {
    height: 30px;
    width: 30px; }
  .social-media-link:hover, .social-media-link:focus {
    background-color: #fff; }

.icon-social-link {
  color: #707174;
  fill: currentColor;
  height: 100%;
  width: 100%; }

.sub-nav {
  background: #f1f1f1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: left .2s ease-out; }
  .sub-nav:target, .sub-nav.active {
    left: 0; }
    @media (min-width: 768px) {
      .sub-nav:target, .sub-nav.active {
        left: 300px; } }
    @media (min-width: 1200px) {
      .sub-nav:target, .sub-nav.active {
        left: auto;
        right: -275px; } }
  @media (min-width: 768px) {
    .sub-nav {
      z-index: -1;
      left: 0; } }
  @media (min-width: 992px) {
    .sub-nav {
      width: 275px; } }
  @media (min-width: 1200px) {
    .sub-nav {
      left: auto;
      right: 0;
      transition: right .2s ease-out; } }

.nav-sub-items {
  padding: 63px 40px 70px 45px; }
  @media (min-width: 992px) {
    .nav-sub-items {
      padding: 70px 40px 70px 35px; } }

.nav-sub-item {
  margin: 0 0 20px 0; }

.nav-subitem-link {
  color: #646463;
  position: relative;
  text-transform: uppercase; }
  .nav-subitem-link:after {
    background: #646463;
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: width .2s ease-in; }
  .nav-subitem-link:hover, .nav-subitem-link:focus, .nav-subitem-link.active, .nav-subitem-link.selected {
    color: #646463;
    text-decoration: none; }
    .nav-subitem-link:hover:after, .nav-subitem-link:focus:after, .nav-subitem-link.active:after, .nav-subitem-link.selected:after {
      width: 30px; }

.back-link-item {
  margin: 70px 0 0 0;
  display: block; }
  @media (min-width: 768px) {
    .back-link-item {
      margin: 170px 0 0 0; } }

.back-link {
  color: #707174;
  display: block;
  padding: 17px 0;
  position: relative;
  letter-spacing: 1px;
  font-style: italic; }
  .back-link:before {
    background-size: 100%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0; }
  .back-link:hover, .back-link:focus {
    color: #707174;
    text-decoration: none; }
  .back-link span {
    padding-left: 18px; }

.list-teasers .list-item .box {
  min-height: auto; }

@media (min-width: 768px) {
  .list-teasers .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 650px;
    max-height: 650px; }
    .list-teasers .list-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.list-teasers.jobs .list-item {
  min-height: auto;
  max-height: none; }

.teaser-content {
  width: 100%;
  display: block; }

.teaser-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 542px; }
  @media (min-width: 768px) {
    .teaser-image {
      width: 50%;
      max-height: 650px; } }

.date {
  display: inline-block;
  font-style: italic; }

.teaser-text {
  max-height: 150px;
  position: relative; }

.has-bodytext.theme-1 .headline:after {
  background: #fff; }

.theme-1 {
  background-color: #c4b6ae;
  color: #fff; }
  .theme-1 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-1 .box-link:hover, .theme-1 .box-link:focus {
      color: #c4b6ae;
      background: #fff; }
  .theme-1:hover, .theme-1:focus {
    color: #fff;
    text-decoration: none; }
  .theme-1 a {
    color: #fff; }
    .theme-1 a:hover, .theme-1 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-1 .video-link {
    border-color: #fff; }
    .theme-1 .video-link:hover, .theme-1 .video-link:focus {
      background: #fff; }
      .theme-1 .video-link:hover .video-play-icon, .theme-1 .video-link:focus .video-play-icon {
        color: #c4b6ae; }
    .theme-1 .video-link .video-play-icon {
      color: #fff; }
  .theme-1 .custom-select:after {
    background-color: #c4b6ae; }

.has-bodytext.theme-2 .headline:after {
  background: #707174; }

.theme-2 {
  background-color: #e2e1dc;
  color: #707174; }
  .theme-2 .box-link {
    border-color: #707174;
    color: #707174; }
    .theme-2 .box-link:hover, .theme-2 .box-link:focus {
      color: #e2e1dc;
      background: #707174; }
  .theme-2:hover, .theme-2:focus {
    color: #707174;
    text-decoration: none; }
  .theme-2 a {
    color: #707174; }
    .theme-2 a:hover, .theme-2 a:focus {
      color: #707174;
      text-decoration: none; }
  .theme-2 .video-link {
    border-color: #707174; }
    .theme-2 .video-link:hover, .theme-2 .video-link:focus {
      background: #707174; }
      .theme-2 .video-link:hover .video-play-icon, .theme-2 .video-link:focus .video-play-icon {
        color: #e2e1dc; }
    .theme-2 .video-link .video-play-icon {
      color: #707174; }
  .theme-2 .custom-select:after {
    background-color: #e2e1dc; }

.has-bodytext.theme-3 .headline:after {
  background: #fff; }

.theme-3 {
  background-color: #858e95;
  color: #fff; }
  .theme-3 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-3 .box-link:hover, .theme-3 .box-link:focus {
      color: #858e95;
      background: #fff; }
  .theme-3:hover, .theme-3:focus {
    color: #fff;
    text-decoration: none; }
  .theme-3 a {
    color: #fff; }
    .theme-3 a:hover, .theme-3 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-3 .video-link {
    border-color: #fff; }
    .theme-3 .video-link:hover, .theme-3 .video-link:focus {
      background: #fff; }
      .theme-3 .video-link:hover .video-play-icon, .theme-3 .video-link:focus .video-play-icon {
        color: #858e95; }
    .theme-3 .video-link .video-play-icon {
      color: #fff; }
  .theme-3 .custom-select:after {
    background-color: #858e95; }

.has-bodytext.theme-4 .headline:after {
  background: #fff; }

.theme-4 {
  background-color: #a18477;
  color: #fff; }
  .theme-4 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-4 .box-link:hover, .theme-4 .box-link:focus {
      color: #a18477;
      background: #fff; }
  .theme-4:hover, .theme-4:focus {
    color: #fff;
    text-decoration: none; }
  .theme-4 a {
    color: #fff; }
    .theme-4 a:hover, .theme-4 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-4 .video-link {
    border-color: #fff; }
    .theme-4 .video-link:hover, .theme-4 .video-link:focus {
      background: #fff; }
      .theme-4 .video-link:hover .video-play-icon, .theme-4 .video-link:focus .video-play-icon {
        color: #a18477; }
    .theme-4 .video-link .video-play-icon {
      color: #fff; }
  .theme-4 .custom-select:after {
    background-color: #a18477; }

.has-bodytext.theme-5 .headline:after {
  background: #707174; }

.theme-5 {
  background-color: #ececec;
  color: #707174; }
  .theme-5 .box-link {
    border-color: #707174;
    color: #707174; }
    .theme-5 .box-link:hover, .theme-5 .box-link:focus {
      color: #ececec;
      background: #707174; }
  .theme-5:hover, .theme-5:focus {
    color: #707174;
    text-decoration: none; }
  .theme-5 a {
    color: #707174; }
    .theme-5 a:hover, .theme-5 a:focus {
      color: #707174;
      text-decoration: none; }
  .theme-5 .video-link {
    border-color: #707174; }
    .theme-5 .video-link:hover, .theme-5 .video-link:focus {
      background: #707174; }
      .theme-5 .video-link:hover .video-play-icon, .theme-5 .video-link:focus .video-play-icon {
        color: #ececec; }
    .theme-5 .video-link .video-play-icon {
      color: #707174; }
  .theme-5 .custom-select:after {
    background-color: #ececec; }

.has-bodytext.theme-6 .headline:after {
  background: #fff; }

.theme-6 {
  background-color: #a4a598;
  color: #fff; }
  .theme-6 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-6 .box-link:hover, .theme-6 .box-link:focus {
      color: #a4a598;
      background: #fff; }
  .theme-6:hover, .theme-6:focus {
    color: #fff;
    text-decoration: none; }
  .theme-6 a {
    color: #fff; }
    .theme-6 a:hover, .theme-6 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-6 .video-link {
    border-color: #fff; }
    .theme-6 .video-link:hover, .theme-6 .video-link:focus {
      background: #fff; }
      .theme-6 .video-link:hover .video-play-icon, .theme-6 .video-link:focus .video-play-icon {
        color: #a4a598; }
    .theme-6 .video-link .video-play-icon {
      color: #fff; }
  .theme-6 .custom-select:after {
    background-color: #a4a598; }

.has-bodytext.theme-7 .headline:after {
  background: #fff; }

.theme-7 {
  background-color: #7c5e44;
  color: #fff; }
  .theme-7 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-7 .box-link:hover, .theme-7 .box-link:focus {
      color: #7c5e44;
      background: #fff; }
  .theme-7:hover, .theme-7:focus {
    color: #fff;
    text-decoration: none; }
  .theme-7 a {
    color: #fff; }
    .theme-7 a:hover, .theme-7 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-7 .video-link {
    border-color: #fff; }
    .theme-7 .video-link:hover, .theme-7 .video-link:focus {
      background: #fff; }
      .theme-7 .video-link:hover .video-play-icon, .theme-7 .video-link:focus .video-play-icon {
        color: #7c5e44; }
    .theme-7 .video-link .video-play-icon {
      color: #fff; }
  .theme-7 .custom-select:after {
    background-color: #7c5e44; }

.has-bodytext.theme-8 .headline:after {
  background: #6f6f6e; }

.theme-8 {
  background-color: #d7d1c9;
  color: #6f6f6e; }
  .theme-8 .box-link {
    border-color: #6f6f6e;
    color: #6f6f6e; }
    .theme-8 .box-link:hover, .theme-8 .box-link:focus {
      color: #d7d1c9;
      background: #6f6f6e; }
  .theme-8:hover, .theme-8:focus {
    color: #6f6f6e;
    text-decoration: none; }
  .theme-8 a {
    color: #6f6f6e; }
    .theme-8 a:hover, .theme-8 a:focus {
      color: #6f6f6e;
      text-decoration: none; }
  .theme-8 .video-link {
    border-color: #6f6f6e; }
    .theme-8 .video-link:hover, .theme-8 .video-link:focus {
      background: #6f6f6e; }
      .theme-8 .video-link:hover .video-play-icon, .theme-8 .video-link:focus .video-play-icon {
        color: #d7d1c9; }
    .theme-8 .video-link .video-play-icon {
      color: #6f6f6e; }
  .theme-8 .custom-select:after {
    background-color: #d7d1c9; }

.has-bodytext.theme-9 .headline:after {
  background: #fff; }

.theme-9 {
  background-color: #707e8f;
  color: #fff; }
  .theme-9 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-9 .box-link:hover, .theme-9 .box-link:focus {
      color: #707e8f;
      background: #fff; }
  .theme-9:hover, .theme-9:focus {
    color: #fff;
    text-decoration: none; }
  .theme-9 a {
    color: #fff; }
    .theme-9 a:hover, .theme-9 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-9 .video-link {
    border-color: #fff; }
    .theme-9 .video-link:hover, .theme-9 .video-link:focus {
      background: #fff; }
      .theme-9 .video-link:hover .video-play-icon, .theme-9 .video-link:focus .video-play-icon {
        color: #707e8f; }
    .theme-9 .video-link .video-play-icon {
      color: #fff; }
  .theme-9 .custom-select:after {
    background-color: #707e8f; }

.has-bodytext.theme-10 .headline:after {
  background: #fff; }

.theme-10 {
  background-color: #cbaa6b;
  color: #fff; }
  .theme-10 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-10 .box-link:hover, .theme-10 .box-link:focus {
      color: #cbaa6b;
      background: #fff; }
  .theme-10:hover, .theme-10:focus {
    color: #fff;
    text-decoration: none; }
  .theme-10 a {
    color: #fff; }
    .theme-10 a:hover, .theme-10 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-10 .video-link {
    border-color: #fff; }
    .theme-10 .video-link:hover, .theme-10 .video-link:focus {
      background: #fff; }
      .theme-10 .video-link:hover .video-play-icon, .theme-10 .video-link:focus .video-play-icon {
        color: #cbaa6b; }
    .theme-10 .video-link .video-play-icon {
      color: #fff; }
  .theme-10 .custom-select:after {
    background-color: #cbaa6b; }

.has-bodytext.theme-11 .headline:after {
  background: #fff; }

.theme-11 {
  background-color: #c7c6bf;
  color: #fff; }
  .theme-11 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-11 .box-link:hover, .theme-11 .box-link:focus {
      color: #c7c6bf;
      background: #fff; }
  .theme-11:hover, .theme-11:focus {
    color: #fff;
    text-decoration: none; }
  .theme-11 a {
    color: #fff; }
    .theme-11 a:hover, .theme-11 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-11 .video-link {
    border-color: #fff; }
    .theme-11 .video-link:hover, .theme-11 .video-link:focus {
      background: #fff; }
      .theme-11 .video-link:hover .video-play-icon, .theme-11 .video-link:focus .video-play-icon {
        color: #c7c6bf; }
    .theme-11 .video-link .video-play-icon {
      color: #fff; }
  .theme-11 .custom-select:after {
    background-color: #c7c6bf; }

.has-bodytext.theme-12 .headline:after {
  background: #fff; }

.theme-12 {
  background-color: #6f6f6e;
  color: #fff; }
  .theme-12 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-12 .box-link:hover, .theme-12 .box-link:focus {
      color: #6f6f6e;
      background: #fff; }
  .theme-12:hover, .theme-12:focus {
    color: #fff;
    text-decoration: none; }
  .theme-12 a {
    color: #fff; }
    .theme-12 a:hover, .theme-12 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-12 .video-link {
    border-color: #fff; }
    .theme-12 .video-link:hover, .theme-12 .video-link:focus {
      background: #fff; }
      .theme-12 .video-link:hover .video-play-icon, .theme-12 .video-link:focus .video-play-icon {
        color: #6f6f6e; }
    .theme-12 .video-link .video-play-icon {
      color: #fff; }
  .theme-12 .custom-select:after {
    background-color: #6f6f6e; }

.has-bodytext.theme-13 .headline:after {
  background: #6f6f6e; }

.theme-13 {
  background-color: #dadada;
  color: #6f6f6e; }
  .theme-13 .box-link {
    border-color: #6f6f6e;
    color: #6f6f6e; }
    .theme-13 .box-link:hover, .theme-13 .box-link:focus {
      color: #dadada;
      background: #6f6f6e; }
  .theme-13:hover, .theme-13:focus {
    color: #6f6f6e;
    text-decoration: none; }
  .theme-13 a {
    color: #6f6f6e; }
    .theme-13 a:hover, .theme-13 a:focus {
      color: #6f6f6e;
      text-decoration: none; }
  .theme-13 .video-link {
    border-color: #6f6f6e; }
    .theme-13 .video-link:hover, .theme-13 .video-link:focus {
      background: #6f6f6e; }
      .theme-13 .video-link:hover .video-play-icon, .theme-13 .video-link:focus .video-play-icon {
        color: #dadada; }
    .theme-13 .video-link .video-play-icon {
      color: #6f6f6e; }
  .theme-13 .custom-select:after {
    background-color: #dadada; }

.has-bodytext.theme-14 .headline:after {
  background: #fff; }

.theme-14 {
  background-color: #9ca7b2;
  color: #fff; }
  .theme-14 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-14 .box-link:hover, .theme-14 .box-link:focus {
      color: #9ca7b2;
      background: #fff; }
  .theme-14:hover, .theme-14:focus {
    color: #fff;
    text-decoration: none; }
  .theme-14 a {
    color: #fff; }
    .theme-14 a:hover, .theme-14 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-14 .video-link {
    border-color: #fff; }
    .theme-14 .video-link:hover, .theme-14 .video-link:focus {
      background: #fff; }
      .theme-14 .video-link:hover .video-play-icon, .theme-14 .video-link:focus .video-play-icon {
        color: #9ca7b2; }
    .theme-14 .video-link .video-play-icon {
      color: #fff; }
  .theme-14 .custom-select:after {
    background-color: #9ca7b2; }

.has-bodytext.theme-15 .headline:after {
  background: #fff; }

.theme-15 {
  background-color: #72726e;
  color: #fff; }
  .theme-15 .box-link {
    border-color: #fff;
    color: #fff; }
    .theme-15 .box-link:hover, .theme-15 .box-link:focus {
      color: #72726e;
      background: #fff; }
  .theme-15:hover, .theme-15:focus {
    color: #fff;
    text-decoration: none; }
  .theme-15 a {
    color: #fff; }
    .theme-15 a:hover, .theme-15 a:focus {
      color: #fff;
      text-decoration: none; }
  .theme-15 .video-link {
    border-color: #fff; }
    .theme-15 .video-link:hover, .theme-15 .video-link:focus {
      background: #fff; }
      .theme-15 .video-link:hover .video-play-icon, .theme-15 .video-link:focus .video-play-icon {
        color: #72726e; }
    .theme-15 .video-link .video-play-icon {
      color: #fff; }
  .theme-15 .custom-select:after {
    background-color: #72726e; }

.has-bodytext.theme-keycolor .headline:after {
  background: #fff; }

.faq-ribbon {
  padding: 35px 35px 20px 35px; }
  @media (min-width: 768px) {
    .faq-ribbon {
      padding: 35px 10.83333% 20px 10.83333%; } }

.toggle {
  margin: 0 auto; }

.toggle-label {
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin: 0 auto 1em;
  padding-left: 1em; }
  .toggle-label:before {
    background-position: center;
    height: 12px;
    width: 15px;
    margin: 5px 0 0;
    content: "";
    float: left;
    margin-left: -1em;
    position: relative;
    left: -6px; }

.toggle-content {
  max-height: 0;
  padding: 0 0 0 1em;
  overflow: hidden;
  transition: max-height .3s ease, padding .5s ease; }
  .toggle-content.office-list {
    padding: 0;
    letter-spacing: 1px; }

.toggle-input {
  display: none; }
  .toggle-input ~ .headline {
    margin: 0; }

.toggle-input:checked ~ .toggle-content {
  display: block;
  max-height: 300em;
  padding: 0 1em 1em;
  transition: max-height 1s ease-in, padding .3s ease-in; }
  .toggle-input:checked ~ .toggle-content.office-list {
    padding: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .toggle-input:checked ~ .toggle-content.office-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.toggle-input:checked ~ .toggle-label:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.box-video {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .box-video .bg-image:after, .box-video.has-loop:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden; }
  .box-video .box-content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .box-video.has-bodytext .box-content {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto; }
  .box-video video {
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    bottom: 0;
    margin: auto;
    overflow: hidden; }
  @media (max-width: 768px) {
    .box-video .bg-image {
      z-index: 40; } }

.video-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 700; }

.video-modal-content {
  width: 70%;
  padding: 70px 0 0 0;
  margin: 0 auto;
  position: relative; }

.video-modal-body {
  background: #fff;
  padding: 15px;
  margin: 0 auto;
  width: 100%; }

.video-modal-footer {
  background: #fff;
  text-align: right;
  padding: 0 15px 15px 15px;
  position: absolute;
  bottom: -36px;
  width: 100%; }
  .video-modal-footer .btn {
    min-width: auto; }

.plyr {
  width: 100%; }
  .plyr video {
    width: 100%; }

.video-ribbon {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.video-link {
  background: transparent;
  display: block;
  height: 60px;
  width: 60px;
  border: 1px solid #fff;
  position: relative;
  margin: 0 auto;
  transition: background .2s ease-in; }
  .youtube .video-link {
    margin: auto; }

.video-play-icon {
  color: #fff;
  fill: currentColor;
  height: 20px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 2px;
  margin: auto;
  overflow: hidden;
  transition: color .2s ease-in; }

.job-page .box-link {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.application-details {
  text-align: center;
  font-style: italic;
  margin: 4px 0 41px;
  letter-spacing: 1px; }

.application-date {
  margin: 5px 0 50px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  letter-spacing: 1px; }

.location {
  /*margin:0 0 40px 0;*/
  letter-spacing: 1px;
  margin-bottom: 10px; }

.location__text {
  display: inline-block;
  margin: 0 0 10px 0;
  width: 100%; }

.inner-body * {
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 30px !important;
  letter-spacing: 1px !important; }

/*
    ==================
      GENERAL RESETS
    ==================
*/
html {
  box-sizing: border-box;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always; }

* {
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1; }

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

body {
  margin: 0;
  padding: 0;
  color: #707174;
  overflow-y: scroll;
  font-family: "adelle", Arial, Tahoma, Verdana, sans-serif;
  background: #fbfbfb;
  font-size: 13px;
  line-height: 1.4;
  overflow-x: hidden; }
  @media (max-width: 768px) {
    body.show-overlay {
      overflow: hidden;
      position: fixed;
      width: 100%; } }
  @media (min-width: 768px) {
    body {
      font-size: 15px; } }

.container-fluid {
  background: #e2e1dc;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative; }

::-moz-selection {
  background: #707174;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #707174;
  color: #fff;
  text-shadow: none; }

img {
  max-width: 100%;
  height: auto; }

.bodytext {
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0 0 65px 0; }
  @media (min-width: 992px) {
    .bodytext {
      line-height: 30px;
      font-size: 1em; } }
  .bodytext.no-link {
    margin: 0; }
  .bodytext p {
    margin-top: 0; }
  .bodytext a {
    text-decoration: underline; }
    .bodytext a:hover, .bodytext a:focus {
      text-decoration: none; }

.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.main-content {
  margin-top: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

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