@charset "UTF-8";
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 12px;
  color: #151515;
}

img {
  width: 100%;
  height: auto;
  outline: 0;
  border: 0;
}

ul,
ol {
  margin: 15px 0;
  padding: 0 0 0 40px;
  list-style-position: outside;
}

li {
  font-size: 1.66em;
  color: #8E8E95;
}

hr {
  border: 1px solid #E3E3E3;
  margin-top: 15px;
}

time {
  display: block;
  color: #8E8E95;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

:focus {
  outline: 0;
}

.white {
  color: #FFFFFF;
}

.orange {
  color: #EF6528;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.list-unstyled {
  list-style: none;
}

.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-medium {
  font-weight: 500;
}

.container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1041px) {
  .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid > *:not([class*=col-]) {
  width: 100%;
}
.grid.inverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.grid [class*=col-] {
  width: 100%;
}
@media (min-width: 769px) {
  .grid.inverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid [class*=col-] {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .grid .col-1 {
    width: 8.33333333%;
  }
  .grid .col-2 {
    width: 16.6666666%;
  }
  .grid .col-3 {
    width: 25%;
  }
  .grid .col-4 {
    width: 33.3333333%;
  }
  .grid .col-5 {
    width: 41.66666667%;
  }
  .grid .col-6 {
    width: 50%;
  }
  .grid .col-7 {
    width: 58.33333333%;
  }
  .grid .col-8 {
    width: 66.66666667%;
  }
  .grid .col-9 {
    width: 75%;
  }
  .grid .col-10 {
    width: 83.33333333%;
  }
  .grid .col-11 {
    width: 91.66666667%;
  }
  .grid .col-12 {
    width: 100%;
  }
}

.no-touch .scale-this {
  transform: scale(1.028);
  transition: transform 0.8s ease;
}
.no-touch .scale-this:hover {
  transform: scale(1.008);
}

html:not([class*=aem-AuthorLayer-]) .fade-in-content {
  opacity: 0;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.in-view {
  opacity: 1;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content1 {
  transition: opacity 0.7s ease-in-out 15ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content1.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 15ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content2 {
  transition: opacity 0.7s ease-in-out 30ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content2.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 30ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content3 {
  transition: opacity 0.7s ease-in-out 45ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content3.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 45ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content4 {
  transition: opacity 0.7s ease-in-out 60ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content4.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 60ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content5 {
  transition: opacity 0.7s ease-in-out 75ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content5.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 75ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content6 {
  transition: opacity 0.7s ease-in-out 90ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content6.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 90ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content7 {
  transition: opacity 0.7s ease-in-out 105ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content7.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 105ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content8 {
  transition: opacity 0.7s ease-in-out 120ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content8.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 120ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content9 {
  transition: opacity 0.7s ease-in-out 135ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content9.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 135ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content10 {
  transition: opacity 0.7s ease-in-out 150ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content10.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 150ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content11 {
  transition: opacity 0.7s ease-in-out 165ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content11.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 165ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content12 {
  transition: opacity 0.7s ease-in-out 180ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content12.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 180ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content13 {
  transition: opacity 0.7s ease-in-out 195ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content13.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 195ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content14 {
  transition: opacity 0.7s ease-in-out 210ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content14.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 210ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content15 {
  transition: opacity 0.7s ease-in-out 225ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content15.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 225ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content16 {
  transition: opacity 0.7s ease-in-out 240ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content16.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 240ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content17 {
  transition: opacity 0.7s ease-in-out 255ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content17.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 255ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content18 {
  transition: opacity 0.7s ease-in-out 270ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content18.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 270ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content19 {
  transition: opacity 0.7s ease-in-out 285ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content19.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 285ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content20 {
  transition: opacity 0.7s ease-in-out 300ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content20.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 300ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content21 {
  transition: opacity 0.7s ease-in-out 315ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content21.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 315ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content22 {
  transition: opacity 0.7s ease-in-out 330ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content22.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 330ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content23 {
  transition: opacity 0.7s ease-in-out 345ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content23.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 345ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content24 {
  transition: opacity 0.7s ease-in-out 360ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content24.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 360ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content25 {
  transition: opacity 0.7s ease-in-out 375ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content25.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 375ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content26 {
  transition: opacity 0.7s ease-in-out 390ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content26.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 390ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content27 {
  transition: opacity 0.7s ease-in-out 405ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content27.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 405ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content28 {
  transition: opacity 0.7s ease-in-out 420ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content28.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 420ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content29 {
  transition: opacity 0.7s ease-in-out 435ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content29.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 435ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content30 {
  transition: opacity 0.7s ease-in-out 450ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content30.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 450ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content31 {
  transition: opacity 0.7s ease-in-out 465ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content31.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 465ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content32 {
  transition: opacity 0.7s ease-in-out 480ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content32.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 480ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content33 {
  transition: opacity 0.7s ease-in-out 495ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content33.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 495ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content34 {
  transition: opacity 0.7s ease-in-out 510ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content34.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 510ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content35 {
  transition: opacity 0.7s ease-in-out 525ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content35.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 525ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content36 {
  transition: opacity 0.7s ease-in-out 540ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content36.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 540ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content37 {
  transition: opacity 0.7s ease-in-out 555ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content37.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 555ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content38 {
  transition: opacity 0.7s ease-in-out 570ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content38.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 570ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content39 {
  transition: opacity 0.7s ease-in-out 585ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content39.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 585ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content40 {
  transition: opacity 0.7s ease-in-out 600ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content40.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 600ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content41 {
  transition: opacity 0.7s ease-in-out 615ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content41.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 615ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content42 {
  transition: opacity 0.7s ease-in-out 630ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content42.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 630ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content43 {
  transition: opacity 0.7s ease-in-out 645ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content43.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 645ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content44 {
  transition: opacity 0.7s ease-in-out 660ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content44.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 660ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content45 {
  transition: opacity 0.7s ease-in-out 675ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content45.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 675ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content46 {
  transition: opacity 0.7s ease-in-out 690ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content46.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 690ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content47 {
  transition: opacity 0.7s ease-in-out 705ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content47.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 705ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content48 {
  transition: opacity 0.7s ease-in-out 720ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content48.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 720ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content49 {
  transition: opacity 0.7s ease-in-out 735ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content49.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 735ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content50 {
  transition: opacity 0.7s ease-in-out 750ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content#fade-in-content50.btn {
  transition: background-color 0.5s ease, opacity 0.7s ease-in-out 750ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up {
  opacity: 0;
  transform: translateY(15px);
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content1 {
  transition: transform 0.5s ease-in-out 15ms, opacity 0.9s ease-in-out 15ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content1.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 15ms, opacity 0.9s ease-in-out 15ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content2 {
  transition: transform 0.5s ease-in-out 30ms, opacity 0.9s ease-in-out 30ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content2.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 30ms, opacity 0.9s ease-in-out 30ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content3 {
  transition: transform 0.5s ease-in-out 45ms, opacity 0.9s ease-in-out 45ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content3.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 45ms, opacity 0.9s ease-in-out 45ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content4 {
  transition: transform 0.5s ease-in-out 60ms, opacity 0.9s ease-in-out 60ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content4.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 60ms, opacity 0.9s ease-in-out 60ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content5 {
  transition: transform 0.5s ease-in-out 75ms, opacity 0.9s ease-in-out 75ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content5.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 75ms, opacity 0.9s ease-in-out 75ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content6 {
  transition: transform 0.5s ease-in-out 90ms, opacity 0.9s ease-in-out 90ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content6.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 90ms, opacity 0.9s ease-in-out 90ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content7 {
  transition: transform 0.5s ease-in-out 105ms, opacity 0.9s ease-in-out 105ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content7.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 105ms, opacity 0.9s ease-in-out 105ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content8 {
  transition: transform 0.5s ease-in-out 120ms, opacity 0.9s ease-in-out 120ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content8.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 120ms, opacity 0.9s ease-in-out 120ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content9 {
  transition: transform 0.5s ease-in-out 135ms, opacity 0.9s ease-in-out 135ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content9.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 135ms, opacity 0.9s ease-in-out 135ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content10 {
  transition: transform 0.5s ease-in-out 150ms, opacity 0.9s ease-in-out 150ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content10.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 150ms, opacity 0.9s ease-in-out 150ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content11 {
  transition: transform 0.5s ease-in-out 165ms, opacity 0.9s ease-in-out 165ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content11.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 165ms, opacity 0.9s ease-in-out 165ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content12 {
  transition: transform 0.5s ease-in-out 180ms, opacity 0.9s ease-in-out 180ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content12.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 180ms, opacity 0.9s ease-in-out 180ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content13 {
  transition: transform 0.5s ease-in-out 195ms, opacity 0.9s ease-in-out 195ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content13.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 195ms, opacity 0.9s ease-in-out 195ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content14 {
  transition: transform 0.5s ease-in-out 210ms, opacity 0.9s ease-in-out 210ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content14.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 210ms, opacity 0.9s ease-in-out 210ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content15 {
  transition: transform 0.5s ease-in-out 225ms, opacity 0.9s ease-in-out 225ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content15.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 225ms, opacity 0.9s ease-in-out 225ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content16 {
  transition: transform 0.5s ease-in-out 240ms, opacity 0.9s ease-in-out 240ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content16.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 240ms, opacity 0.9s ease-in-out 240ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content17 {
  transition: transform 0.5s ease-in-out 255ms, opacity 0.9s ease-in-out 255ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content17.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 255ms, opacity 0.9s ease-in-out 255ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content18 {
  transition: transform 0.5s ease-in-out 270ms, opacity 0.9s ease-in-out 270ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content18.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 270ms, opacity 0.9s ease-in-out 270ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content19 {
  transition: transform 0.5s ease-in-out 285ms, opacity 0.9s ease-in-out 285ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content19.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 285ms, opacity 0.9s ease-in-out 285ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content20 {
  transition: transform 0.5s ease-in-out 300ms, opacity 0.9s ease-in-out 300ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content20.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 300ms, opacity 0.9s ease-in-out 300ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content21 {
  transition: transform 0.5s ease-in-out 315ms, opacity 0.9s ease-in-out 315ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content21.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 315ms, opacity 0.9s ease-in-out 315ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content22 {
  transition: transform 0.5s ease-in-out 330ms, opacity 0.9s ease-in-out 330ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content22.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 330ms, opacity 0.9s ease-in-out 330ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content23 {
  transition: transform 0.5s ease-in-out 345ms, opacity 0.9s ease-in-out 345ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content23.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 345ms, opacity 0.9s ease-in-out 345ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content24 {
  transition: transform 0.5s ease-in-out 360ms, opacity 0.9s ease-in-out 360ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content24.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 360ms, opacity 0.9s ease-in-out 360ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content25 {
  transition: transform 0.5s ease-in-out 375ms, opacity 0.9s ease-in-out 375ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content25.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 375ms, opacity 0.9s ease-in-out 375ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content26 {
  transition: transform 0.5s ease-in-out 390ms, opacity 0.9s ease-in-out 390ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content26.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 390ms, opacity 0.9s ease-in-out 390ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content27 {
  transition: transform 0.5s ease-in-out 405ms, opacity 0.9s ease-in-out 405ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content27.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 405ms, opacity 0.9s ease-in-out 405ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content28 {
  transition: transform 0.5s ease-in-out 420ms, opacity 0.9s ease-in-out 420ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content28.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 420ms, opacity 0.9s ease-in-out 420ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content29 {
  transition: transform 0.5s ease-in-out 435ms, opacity 0.9s ease-in-out 435ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content29.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 435ms, opacity 0.9s ease-in-out 435ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content30 {
  transition: transform 0.5s ease-in-out 450ms, opacity 0.9s ease-in-out 450ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up#fade-in-content30.btn {
  transition: background-color 0.5s ease, transform 0.5s ease-in-out 450ms, opacity 0.9s ease-in-out 450ms;
}
html:not([class*=aem-AuthorLayer-]) .fade-in-content.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

header {
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
header .logo {
  max-width: 140px;
}
header .logo img {
  width: 100%;
  height: auto;
  min-height: 38px;
}
header nav {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -100vh;
  left: 0;
  z-index: -1;
  transition: background-color 0.5s ease;
}
header nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 50px 0 0;
}
header nav ul li {
  list-style: none;
  opacity: 0;
  transform: translateY(-50px);
}
header nav ul li.active a, header nav ul li:hover a {
  color: #c9441b;
}
header nav ul li a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}
header nav.open {
  top: 70px;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}
header nav.open ul {
  height: 300px;
}
header nav.open ul li {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}
header nav.open ul li:nth-child(1) {
  transition-delay: 0.2s;
}
header nav.open ul li:nth-child(2) {
  transition-delay: 0.25s;
}
header nav.open ul li:nth-child(3) {
  transition-delay: 0.3s;
}
header nav.open ul li:nth-child(4) {
  transition-delay: 0.35s;
}
header nav.open ul li:nth-child(5) {
  transition-delay: 0.4s;
}
header .hamburger-icon {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .hamburger-icon div {
  width: 17px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
header .hamburger-icon span {
  width: 17px;
  height: 2px;
  display: block;
  position: absolute;
  background: #151515;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .hamburger-icon span:nth-child(1) {
  top: 13px;
}
header .hamburger-icon span:nth-child(2), header .hamburger-icon span:nth-child(3) {
  top: 18px;
}
header .hamburger-icon span:nth-child(4) {
  top: 23px;
}
header .hamburger-icon.active span:nth-child(1) {
  top: 18px;
  width: 0;
  right: 50%;
}
header .hamburger-icon.active span:nth-child(2) {
  transform: rotate(45deg);
}
header .hamburger-icon.active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .hamburger-icon.active span:nth-child(4) {
  top: 18px;
  width: 0;
  right: 50%;
}

@media (min-width: 769px) {
  header nav {
    width: auto;
    height: auto;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
  header nav ul {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  header nav ul li {
    margin-left: 20px;
    opacity: 1;
    transform: translateY(0);
  }
  header nav ul li a {
    color: #54524E;
    font-size: 14.4px;
    letter-spacing: 1px;
  }
  header .hamburger-icon {
    display: none;
  }
}
footer {
  background-color: #333333;
}
footer > nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer > nav > * {
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer > nav .logo-container {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer > nav .logo-container > div {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #151515;
}
footer > nav .logo-container > div:last-child {
  border-bottom: 0;
}
footer > nav .logo-container img {
  width: 100%;
  max-width: 150px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
footer > nav .logo-container a {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
footer > nav .logo-container a:hover img {
  opacity: 1;
}
footer > nav .exemplis-logo {
  width: 100%;
  background-color: #212121;
}
footer > nav .exemplis-logo img {
  max-width: 110px;
  width: 100%;
  min-height: 38px;
  opacity: 1;
}
footer > nav .exemplis-logo a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer > nav .sitonit-logo {
  width: 100%;
  border-right: 1px solid #151515;
}
footer > nav .sitonit-logo img {
  max-width: 140px;
  width: 100%;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
footer > nav .sitonit-logo a {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer > nav .sitonit-logo a:hover img {
  opacity: 1;
}
footer > nav .footer-menu {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #151515;
}
footer > nav .footer-menu ul {
  width: auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
}
footer > nav .footer-menu ul li {
  padding: 15px 10px;
}
footer > nav .footer-menu ul li a {
  color: #8E8E95;
  font-size: 14.4px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
footer > nav .footer-menu ul li a:hover {
  color: #FFFFFF;
}
footer .footer-utility {
  height: 140px;
  padding: 0 30px;
  border-top: 1px solid #151515;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .footer-utility nav ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
footer .footer-utility nav ul li {
  border-right: 1px solid #8E8E95;
  padding: 0 10px;
}
footer .footer-utility nav ul li:first-child {
  padding-left: 0;
}
footer .footer-utility nav ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
footer .footer-utility nav ul li p {
  font-weight: 100;
}
footer .footer-utility nav ul li p a {
  color: #8E8E95;
  font-size: 0.75em;
  line-height: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer .footer-utility nav ul li p a:hover {
  color: #FFFFFF;
}
footer .footer-utility .copyright {
  color: #8E8E95;
  font-size: 1.3333em;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  footer > nav > * {
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer > nav > div {
    border-right: 1px solid #151515;
  }
  footer > nav .exemplis-logo {
    width: 50%;
  }
  footer > nav .sitonit-logo {
    width: 50%;
  }
  footer > nav .footer-menu {
    height: 100px;
  }
  footer > nav .footer-menu ul {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer > nav .footer-menu ul li {
    padding: 0;
    margin-left: 20px;
  }
  footer .footer-utility {
    height: 140px;
    padding: 0 30px;
    border-top: 1px solid #151515;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  footer > nav .logo-container {
    flex-wrap: nowrap;
  }
  footer > nav .logo-container > div {
    flex: 1;
    border-bottom: 0;
    border-right: 1px solid #151515;
  }
  footer > nav .logo-container > div:last-child {
    border-right: 0;
  }
  footer > nav .exemplis-logo {
    width: 13%;
  }
  footer > nav .sitonit-logo {
    width: 16%;
  }
  footer > nav .footer-menu ul {
    padding-right: 40px;
  }
}

.info-window {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  position: fixed;
  bottom: 0px;
  z-index: 1;
}

.info-window p {
  width: 80%;
}

.info-window p,
.info-window a {
  color: #fff;
  margin: 0;
}

.info-window a {
  text-decoration: underline;
}

.info-window button {
  width: auto;
}

@media (max-width: 1024px) {
  .info-window {
    flex-direction: column;
  }
  .info-window button {
    margin-top: 20px;
  }
  .info-window p {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .article-detail li {
    font-size: 13px;
  }
}

article time {
  margin: 8px 0 10px;
}
article small {
  margin-bottom: 12px;
  color: #151515;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
article:not(.component-article-spotlight) img {
  margin-top: 30px;
}
article.component-article-spotlight p {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px;
}
article.component-article-spotlight time {
  margin-bottom: 20px;
  line-height: 30px;
}
article.component-article-spotlight img {
  margin-bottom: 25px;
}
article.featured-story .date {
  margin-top: 30px;
  margin-bottom: 30px;
}
article.featured-story .addthis_inline_share_toolbox {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 30px;
}
article.featured-story .addthis_inline_share_toolbox .at4-jumboshare .at4-count-container {
  min-width: 53px;
  padding-right: 0;
  border-right: 0;
}
article.featured-story .addthis_inline_share_toolbox .at4-jumboshare .at4-count-container .at4-count {
  display: initial;
  line-height: 0;
  vertical-align: bottom;
}
article.featured-story .addthis_inline_share_toolbox .at-svc-linkedin {
  margin-right: 0;
}
article.featured-story small {
  display: block;
  margin-top: 25px;
  margin-bottom: 0;
  color: #464646;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
article.featured-story p {
  margin-top: 35px;
}
@media (min-width: 769px) {
  article time {
    margin: 10px 0 12px;
    font-size: 14px;
    line-height: 16px;
  }
  article small {
    font-size: 16px;
    line-height: 18px;
  }
  article:not(.component-article-spotlight) img {
    margin-top: 0;
  }
  article.component-article-spotlight p {
    border-bottom: 0;
    padding-bottom: 0;
  }
  article.component-article-spotlight time {
    margin-bottom: 30px;
    line-height: 40px;
  }
  article.component-article-spotlight img {
    margin-bottom: 0;
  }
  article.featured-story small {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  article time {
    margin: 15px 0 10px;
    font-size: 18px;
    line-height: 22px;
  }
  article small {
    font-size: 20px;
    line-height: 24px;
  }
  article.component-article-spotlight time {
    margin-bottom: 40px;
    line-height: 50px;
  }
  article.featured-story small {
    font-size: 24px;
    line-height: 32px;
  }
}

.grid .article-teaser {
  margin-bottom: 30px;
}

.component-standard-copy {
  margin-bottom: 50px;
}
.component-standard-copy p:first-child {
  color: #464646;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #464646;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
}

p {
  color: #8E8E95;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}

b {
  color: #464646;
  font-weight: 500;
}

@media (min-width: 769px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 22px;
  }
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 26px;
  }
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
.text p a {
  text-decoration: none;
  color: #EF6528;
}
.text p a:hover {
  color: rgb(235.9415584416, 84.5, 17.5584415584);
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
}
.btn.primary, .btn--primary {
  background-color: #c9441b;
  color: #FFFFFF;
  transition: background-color 0.5s ease 0s;
}
.btn.primary.fade-in-content, .btn--primary.fade-in-content {
  transition: background-color 0.5s ease 0s;
}
.btn.primary:hover, .btn--primary:hover {
  background-color: rgb(178.5197368421, 60.3947368421, 23.9802631579);
}
.btn.secondary {
  background-color: #FFFFFF;
  color: #c9441b;
}
.btn.play-btn {
  padding: 15px 50px;
  background-image: url(img/play-button.svg);
  background-size: 23px 23px;
  background-position: 95% center;
  background-repeat: no-repeat;
  text-indent: -30px;
  transition: background-color 0.5s ease 0s;
}

.lnk {
  text-decoration: none;
}
.lnk.primary {
  color: #EF6528;
}
.lnk.primary:hover {
  color: rgb(235.9415584416, 84.5, 17.5584415584);
}
.lnk.secondary {
  width: 100%;
  display: block;
  color: #464646;
  font-size: 18px;
  position: relative;
}
.lnk.secondary::after {
  width: 7.5px;
  height: 0;
  content: "›";
  color: #c9441b;
  font-size: 30px;
  line-height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

.cta .title {
  margin-bottom: 20px;
}
.cta p {
  margin-bottom: 30px;
}

.article-spotlight {
  margin: 40px 0px;
}
@media (max-width: 768px) {
  .article-spotlight {
    margin: 10px 0px;
  }
}
.article-spotlight .grid p {
  word-wrap: break-word;
}
.article-spotlight .grid a.primary {
  font-size: 18px;
}

.component-banner {
  position: relative;
}
.component-banner .cta-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.component-banner .cta-container .cta .btn {
  margin-top: 20px;
}
.component-banner .cta-container .cta h5 {
  max-width: 520px;
}
@media (min-width: 769px) {
  .component-banner .cta-container {
    height: auto;
    padding: 25px 0 45px;
  }
}

.component-triangle-title {
  text-align: center;
  position: relative;
  top: 50px;
  z-index: 1;
}
.component-triangle-title h2 {
  display: inline-block;
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .component-triangle-title {
    top: 25px;
  }
  .component-triangle-title h2 {
    color: #464646;
  }
  .component-triangle-title::before {
    width: 160px;
    height: 160px;
    display: block;
    content: " ";
    background-color: #FFFFFF;
    margin: auto;
    text-align: center;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}

.component-brand {
  margin: 40px 0px;
}
@media (min-width: 769px) {
  .component-brand {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .component-brand {
    margin: 10px 0px;
  }
}
.component-brand .fade-in-content.in-view {
  margin-top: 25px;
}
.component-brand .btn.fade-in-content.in-view {
  margin-top: 35px;
}

.component-thumbnail-overlay {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.component-thumbnail-overlay a > img {
  transform: scale(1.028);
}
.component-thumbnail-overlay .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.component-thumbnail-overlay .overlay img {
  width: auto;
  max-width: 90%;
}
.component-thumbnail-overlay .overlay span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 10px;
}
.component-thumbnail-overlay .overlay span::after {
  width: 100%;
  height: 2px;
  content: " ";
  display: block;
  background-color: #FFFFFF;
  position: relative;
  top: 3px;
}
@media (min-width: 769px) {
  .component-thumbnail-overlay {
    margin-top: 0;
  }
}

.wrapper .component-thumbnail-overlay a > img {
  transition: all 0.8s ease;
}
.wrapper .component-thumbnail-overlay.blurred a > img {
  filter: blur(4px);
}
.wrapper .component-thumbnail-overlay .overlay {
  transition: background-color 0.5s ease;
}
.wrapper .component-thumbnail-overlay .overlay img {
  transition: transform 0.5s ease;
}
.wrapper .component-thumbnail-overlay .overlay span {
  margin-top: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.wrapper .component-thumbnail-overlay .overlay span::after {
  width: 0;
}
.wrapper .component-thumbnail-overlay:hover a > img {
  transform: scale(1.008);
}
.wrapper .component-thumbnail-overlay:hover.blurred a > img {
  filter: blur(0);
}
.wrapper .component-thumbnail-overlay:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.wrapper .component-thumbnail-overlay:hover .overlay img {
  transform: translateY(-10px);
}
.wrapper .component-thumbnail-overlay:hover .overlay span {
  opacity: 1;
  transform: translateY(-50px);
}
.wrapper .component-thumbnail-overlay:hover .overlay span::after {
  width: 100%;
  transition: width 0.3s cubic-bezier(0.4, 0.01, 0.1, 1) 0.4s;
}

.container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 1041px) {
  .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.overlap-previous {
  margin-top: 45px;
}

@media (min-width: 1025px) {
  .overlap-previous {
    position: relative;
    margin-top: -10vw;
  }
}
.brand-info img {
  margin-top: 50px;
}

.contact-info {
  margin: 60px 0 0;
}
.contact-info .info p a {
  color: #EF6528;
  text-decoration: none;
}

.locations {
  margin-top: 100px;
  margin-bottom: 50px;
}
.locations h5 {
  margin-bottom: 65px;
}
.locations .image {
  margin-bottom: 65px;
  text-align: center;
}
.locations .image img {
  width: auto;
  height: 80px;
}
.locations .copy {
  margin-bottom: 90px;
  text-align: center;
}

@media (min-width: 769px) {
  .brand-info img {
    margin-top: 0;
  }
  .locations {
    margin-bottom: 200px;
    overflow: hidden;
  }
  .locations .image {
    padding-left: 70px;
    text-align: left;
  }
  .locations .copy {
    height: 100%;
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
    margin-bottom: 0;
    text-align: left;
  }
}
.component-fullwidth-slider {
  overflow: hidden;
  position: relative;
}
.component-fullwidth-slider .slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.component-fullwidth-slider .item .testimonial-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px;
}
.component-fullwidth-slider .item .testimonial-container p {
  max-width: 380px;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: #464646;
}
.component-fullwidth-slider .item .testimonial-container p.testimonial {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .component-fullwidth-slider .item .testimonial-container p {
    font-size: 1.6vw;
    line-height: 2.7vw;
  }
  .component-fullwidth-slider .item .testimonial-container p.testimonial {
    font-size: 2.15vw;
    margin-bottom: 50px;
  }
}
@media (min-width: 1241px) {
  .component-fullwidth-slider .item .testimonial-container p {
    font-size: 20px;
    line-height: 33px;
  }
  .component-fullwidth-slider .item .testimonial-container p.testimonial {
    font-size: 26px;
  }
}
.component-fullwidth-slider .item .testimonial-container .play-btn {
  width: 100%;
  max-width: 380px;
  margin-top: 35px;
}
.component-fullwidth-slider .dot-navigation {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 45vw;
}
.component-fullwidth-slider .dot-navigation .slick-dots {
  width: auto;
  position: relative;
  bottom: auto;
  text-align: left;
}
.component-fullwidth-slider .dot-navigation .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.component-fullwidth-slider .dot-navigation .slick-dots li button {
  padding: 0;
}
.component-fullwidth-slider .dot-navigation .slick-dots li button::before {
  font-size: 24px;
  color: #000000;
  opacity: 0.25;
}
.component-fullwidth-slider .dot-navigation .slick-dots li.slick-active button::before {
  color: #000000;
  opacity: 0.75;
}
@media (min-width: 1025px) {
  .component-fullwidth-slider .item {
    position: relative;
  }
  .component-fullwidth-slider .item .testimonial-container {
    width: 50%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .component-fullwidth-slider .dot-navigation {
    width: auto;
    height: 100%;
    top: 0;
    right: 30px;
  }
  .component-fullwidth-slider .dot-navigation .slick-dots li {
    display: block;
    margin: 15px 0;
  }
}

.component-inline-video .inline-video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.component-inline-video .inline-video.active {
  z-index: 10;
}
.component-inline-video [data-trigger=close-video] {
  display: none;
  background-color: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  font-size: 15px;
  color: #FFFFFF;
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  left: 2px;
  z-index: 15;
}

.hero-banner-image + .columncontrol .overlap-previous .grid {
  padding: 0 40px;
}
.hero-banner-image + .columncontrol .overlap-previous .grid > .grid {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-banner-image + .columncontrol .overlap-previous .grid > .grid > div {
    width: 49%;
  }
}
@media (min-width: 1025px) {
  .hero-banner-image + .columncontrol .overlap-previous .grid > .grid > div {
    flex: 1;
    padding: 0 15px;
  }
}
.hero-banner-image + .columncontrol .overlap-previous .grid > .grid > div .component-brand {
  padding: 0;
}

.component-hero-banner {
  position: relative;
}
.component-hero-banner .cta-container {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.component-hero-banner .cta-container .cta {
  max-width: 440px;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .component-hero-banner .cta-container p {
    color: #000;
  }
}
.component-hero-banner.bg-image {
  min-height: 550px;
  background-size: cover;
}
.component-hero-banner.bg-image .cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media (min-width: 1041px) {
  .component-hero-banner.bg-image {
    min-height: 800px;
  }
  .component-hero-banner .cta-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.component-social-reponsibility-banner {
  background-size: cover;
  background-repeat: no-repeat;
}
.component-social-reponsibility-banner .images {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}
.component-social-reponsibility-banner .images:first-child {
  margin-top: -20px;
}
.component-social-reponsibility-banner .images:nth-child(even) {
  align-items: flex-end;
}
.component-social-reponsibility-banner .images img {
  max-width: 370px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.component-social-reponsibility-banner .cta-container {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.component-social-reponsibility-banner .cta-container .cta {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 5px;
}
.component-social-reponsibility-banner .cta-container h3 {
  margin-bottom: 20px;
}
.component-social-reponsibility-banner .cta-container p + p {
  color: #464646;
  margin-bottom: 0;
}
.component-social-reponsibility-banner .cta-container a {
  font-size: 20px;
}
@media (min-width: 769px) {
  .component-social-reponsibility-banner .images:last-child {
    margin-bottom: -20px;
  }
  .component-social-reponsibility-banner .cta-container {
    padding: 0;
  }
}

.component-job-listing p {
  font-weight: 300;
  color: #464646;
}
.component-job-listing .listing-block {
  margin-top: 45px;
}
.component-job-listing .listing-block h5 {
  padding-bottom: 25px;
  border-bottom: 1px solid #E3E3E3;
}
.component-job-listing .listing-block .listing-row.active {
  display: block;
}
.component-job-listing .listing-block .listing-row.inactive {
  display: none;
}
.component-job-listing .listing-block .listing-row a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
  text-decoration: none;
}
.component-job-listing .listing-block .listing-row a div {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.component-job-listing .listing-block .listing-row a p {
  width: 100%;
}

.component-job-filter {
  margin-top: 20px;
}
.component-job-filter form {
  display: block;
}
.component-job-filter form select {
  width: 100%;
  background-image: url(img/icon-dropdown.svg);
  background-size: 12px 24px;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-color: #FFFFFF;
  color: #464646;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 13px;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E3E3E3;
  appearance: none;
}
@media (min-width: 769px) {
  .component-job-filter form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .component-job-filter form select {
    width: 49%;
    margin-bottom: 0;
  }
}

.component-media-tiles .row {
  margin-bottom: 30px;
}
.component-media-tiles .media-tiles-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.component-media-tiles .media-tiles-container .tile {
  width: 48%;
  margin-bottom: 5%;
  background-color: #FFFFFF;
  padding: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 769px) {
  .component-media-tiles .media-tiles-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .component-media-tiles .media-tiles-container .tile {
    width: auto;
    margin-bottom: 0;
  }
}
.component-media-tiles .component-news {
  margin-bottom: 50px;
}
.component-media-tiles .component-news .news-title {
  font-size: 16px;
  line-height: 18px;
}
.component-media-tiles .component-news time {
  margin: 15px 0 0 0;
}
.component-media-tiles .component-news a {
  font-size: 14px;
  display: block;
  margin: 15px 0 0 0;
}
@media (min-width: 769px) {
  .component-media-tiles .component-news {
    margin-bottom: 0;
  }
  .component-media-tiles .component-news .news-title {
    font-size: 20px;
    line-height: 24px;
  }
  .component-media-tiles .component-news a {
    font-size: 18px;
    display: block;
    margin: 15px 0 0 0;
  }
}

.component-social-bar .social-callout {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.component-social-bar .social-callout > * {
  margin-right: 12px;
}
.component-social-bar .social-callout > p {
  margin-right: 20px;
}
.component-social-bar [class*=icon-] {
  display: block;
}
.component-social-bar [class*=icon-].circle {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.component-social-bar [class*=icon-].circle[class*=icon-facebook] {
  border: 3px solid #3B5998;
}
.component-social-bar [class*=icon-].circle[class*=icon-linkedin] {
  border: 3px solid #0077B5;
}
.component-social-bar a {
  display: inherit;
}
.component-social-bar [class*=icon-] {
  background-repeat: no-repeat;
}
.component-social-bar .icon-facebook {
  background-image: url(img/icon-facebook.svg);
  background-position: center 17px;
}
.component-social-bar .icon-linkedin {
  background-image: url(img/icon-linkedin.svg);
  background-position: center 17px;
}
.component-social-bar .icon-glassdoor {
  width: 171px;
  height: 35px;
  background-image: url(img/icon-glassdoor.svg);
  background-size: 171px 35px;
}
@media (min-width: 769px) {
  .component-social-bar .social-callout {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 40px 0;
  }
}

.no-touch .component-social-bar [class*=icon-].circle {
  transition: background 0.3s;
}
.no-touch .component-social-bar [class*=icon-].circle[class*=icon-facebook]:hover {
  background-color: #3B5998;
  background-position: center -17px;
}
.no-touch .component-social-bar [class*=icon-].circle[class*=icon-linkedin]:hover {
  background-color: #0077B5;
  background-position: center -17px;
}

.sticky-nav-container {
  width: 100%;
  height: 75px;
  display: block;
  position: relative;
}
.sticky-nav-container .ghost-sticky-nav {
  width: 100%;
  height: 75px;
  position: absolute;
  z-index: 0;
}
.sticky-nav-container .sticky-nav {
  width: 100%;
  height: 75px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  z-index: 1;
}
.sticky-nav-container .sticky-nav.sticky {
  position: fixed;
  top: 0;
}
.sticky-nav-container .sticky-nav [data-trigger=drawer] {
  background-color: transparent;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  position: relative;
}
.sticky-nav-container .sticky-nav [data-trigger=drawer]::before {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  right: -25px;
  position: absolute;
  top: 5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
.sticky-nav-container .sticky-nav [data-trigger=drawer].active::before {
  transform: rotate(-45deg);
}
.sticky-nav-container .sticky-nav ul {
  width: 100%;
  height: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E3E3;
  list-style: none;
  opacity: 0;
  position: absolute;
  top: 75px;
  left: 0;
  padding-left: 30px;
  transition: opacity 0.5s ease;
}
.sticky-nav-container .sticky-nav ul.open {
  height: auto;
  opacity: 1;
}
.sticky-nav-container .sticky-nav ul li {
  display: block;
  padding: 20px 0;
}
.sticky-nav-container .sticky-nav ul li button {
  background-color: transparent;
  font-size: 18px;
  font-weight: 300;
  color: #464646;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}
.sticky-nav-container .sticky-nav ul li button::after {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  transition: background-color 0.3s ease;
}
.sticky-nav-container .sticky-nav ul li button.active, .sticky-nav-container .sticky-nav ul li button:hover {
  color: #c9441b;
}
.sticky-nav-container .sticky-nav ul li button.active::after, .sticky-nav-container .sticky-nav ul li button:hover::after {
  background-color: #c9441b;
}
@media (min-width: 769px) {
  .sticky-nav-container .sticky-nav [data-trigger=drawer] {
    display: none;
  }
  .sticky-nav-container .sticky-nav ul {
    width: auto;
    height: auto;
    display: block;
    padding-left: 0;
    border-bottom: 0;
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
  }
  .sticky-nav-container .sticky-nav ul li {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .sticky-nav-container .sticky-nav ul li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .sticky-nav-container .sticky-nav ul li {
    padding-right: 40px;
  }
}

.text-carousel .title {
  margin-bottom: 30px;
}
.text-carousel {
  margin-bottom: 30px;
}

.component-magic-text-carousel .text {
  text-align: center;
}
.component-magic-text-carousel .text p {
  display: none;
  font-size: 18px;
  color: #464646;
}
.component-magic-text-carousel .control {
  text-align: center;
  margin-top: 30px;
}
.component-magic-text-carousel .control button {
  border: 0;
  outline: 0;
  background-color: #8E8E95;
  border-radius: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 11px 18px;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .component-magic-text-carousel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 20px;
  }
  .component-magic-text-carousel .text {
    text-align: left;
  }
  .component-magic-text-carousel .control {
    text-align: left;
    margin-top: 0;
  }
}

.no-touch .component-magic-text-carousel .control button {
  transition: background-color 0.3s ease;
}
.no-touch .component-magic-text-carousel .control button:hover {
  background-color: rgb(116.1643835616, 116.1643835616, 123.8356164384);
}

.text-grid-carousel {
  padding: 85px 0 95px;
  position: relative;
}
.text-grid-carousel .background-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.text-grid-carousel .title {
  margin-bottom: 30px;
}

.component-text-grid-carousel {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.component-text-grid-carousel .carousel-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.component-text-grid-carousel .carousel-nav > ul {
  display: none;
}
.component-text-grid-carousel .carousel-nav > button {
  width: 48%;
  padding: 15px 0;
  background-color: #c9441b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.component-text-grid-carousel .carousel-items {
  width: 100%;
  min-height: 241px;
}
.component-text-grid-carousel h5 {
  margin-bottom: 30px;
  text-align: center;
}
.component-text-grid-carousel .item {
  display: none;
}
.component-text-grid-carousel .text-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  padding: 20px;
  margin-bottom: 20px;
}
.component-text-grid-carousel .text-box .box-number {
  width: 10%;
  font-size: 26px;
  font-weight: 500;
  color: #8E8E95;
}
.component-text-grid-carousel .text-box p {
  width: 90%;
}
@media (min-width: 1025px) {
  .component-text-grid-carousel {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #FFFFFF;
    padding: 75px 20px 65px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0 20px 0;
  }
  .component-text-grid-carousel .carousel-nav {
    width: 41.66666667%;
  }
  .component-text-grid-carousel .carousel-nav > ul {
    display: block;
  }
  .component-text-grid-carousel .carousel-nav > ul li {
    margin-bottom: 15px;
  }
  .component-text-grid-carousel .carousel-nav > ul li button {
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #464646;
    border: 0;
    border-radius: 30px;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .component-text-grid-carousel .carousel-nav > ul li button:hover {
    color: #c9441b;
  }
  .component-text-grid-carousel .carousel-nav > ul li button.active {
    background-color: #c9441b;
    color: #FFFFFF;
  }
  .component-text-grid-carousel .carousel-nav > button {
    display: none;
  }
  .component-text-grid-carousel .carousel-items {
    width: 58.33333333%;
  }
  .component-text-grid-carousel h5 {
    text-align: left;
  }
  .component-text-grid-carousel .text-box {
    min-height: 160px;
    position: relative;
  }
  .component-text-grid-carousel .text-box p {
    font-size: 16px;
    color: #464646;
  }
  .component-text-grid-carousel .text-box .box-number {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

.company-culture {
  padding: 85px 0 55px;
}
.company-culture h3 {
  margin-bottom: 45px;
}
.company-culture .grid p {
  word-wrap: break-word;
}
.company-culture .grid p a {
  color: #EF6528;
  text-decoration: none;
}

.component-page-header {
  position: relative;
}
.component-page-header .image {
  width: 100%;
  height: 90px;
  background-size: cover;
}
.component-page-header h2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .component-page-header .image {
    height: 160px;
  }
}

.career-page .work-at-exemplis h5 {
  margin-bottom: 30px;
}
.career-page .company-culture {
  padding: 85px 0 55px;
}
.career-page .company-culture h3 {
  margin-bottom: 45px;
}

.contact-page .brand-info img {
  margin-top: 50px;
}
.contact-page .contact-info {
  margin: 60px 0 0;
}
.contact-page .locations {
  margin-top: 100px;
  margin-bottom: 50px;
}
.contact-page .locations h5 {
  margin-bottom: 65px;
}
.contact-page .locations .image {
  margin-bottom: 65px;
  text-align: center;
}
.contact-page .locations .image img {
  width: auto;
  height: 80px;
}
.contact-page .locations .copy {
  margin-bottom: 90px;
  text-align: center;
}
@media (min-width: 769px) {
  .contact-page .brand-info img {
    margin-top: 0;
  }
  .contact-page .locations {
    margin-bottom: 200px;
    overflow: hidden;
  }
  .contact-page .locations .image {
    padding-left: 70px;
    text-align: left;
  }
  .contact-page .locations .copy {
    height: 100%;
    border-left: 1px solid #E3E3E3;
    padding-left: 30px;
    margin-bottom: 0;
    text-align: left;
  }
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
