@charset "UTF-8";
/**
 * OVERVIEW
 *
 * IMPORTS
 * reset, vars, mixins, core, plugins
 *
 * LAYOUT
 * Helpers
 * Header / Main / Footer
 * Components
 * Pages (page overrides)
 *
 * Hooks (IE, ...)
 * Print
 */
/**
 * GUIDELINES
 * CLASSES
 * Naming: BEM - http://getbem.com/
 * Abbreviations: Emmet - http://docs.emmet.io/cheat-sheet/ | example: .va-m
 *
 * MEDIAQUERIES
 * @media $small, $medium, $maxMedium, $large, $larger, $huge, $massive
 */
/* =============================================================================
   IMPORTS
   ========================================================================== */
/*============================================================================
  RESET

  Adapted version of:
  - Eric Meyer reset
  - Boilerplate Normalize.css
  - Normalize opentype
==============================================================================*/
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del,
dfn, em, img, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset,
form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, time, section, main {
  display: block;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

a:focus {
  outline: thin dotted;
}

ol, ul {
  list-style: none;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figure {
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

abbr {
  text-transform: uppercase;
}

time {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

/*============================================================================
  VARIABLES
==============================================================================*/
@media (min-width: 480px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .init-mediaqueries {
    margin: 0;
  }
}

@media (min-width: 1680px) {
  .init-mediaqueries {
    margin: 0;
  }
}

/*============================================================================
  MIXINS
==============================================================================*/
.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

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

.invisible {
  visibility: hidden;
}

/*============================================================================
  GRID
==============================================================================*/
.grid, .grid--rev, .grid--full {
  *zoom: 1;
  margin: 0 0 20px -30px;
}

.grid:before, .grid--rev:before, .grid--full:before, .grid:after, .grid--rev:after, .grid--full:after {
  display: table;
  content: " ";
}

.grid:after, .grid--rev:after, .grid--full:after {
  clear: both;
}

ul.grid, ul.grid--rev, ul.grid--full,
ul.grid-uniform {
  list-style: none;
  padding: 0;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}

.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

.grid--full {
  margin-left: 0;
}

.grid--full > .grid__item {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .grid--g75 {
    margin-left: -50px;
  }
  .grid--g75 > .grid__item {
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .grid--g75 {
    margin-left: -75px;
  }
  .grid--g75 > .grid__item {
    padding-left: 75px;
  }
}

@media (min-width: 768px) {
  .grid--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

.one-sixth {
  width: 16.666%;
}

.two-sixths {
  width: 33.333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.666%;
}

.five-sixths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.two-twelfths {
  width: 16.666%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.333%;
}

.five-twelfths {
  width: 41.666%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.333%;
}

.eight-twelfths {
  width: 66.666%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen and (min-width: 768px) {
  .medium--one-whole {
    width: 100%;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--one-third {
    width: 33.333%;
  }
  .medium--two-thirds {
    width: 66.666%;
  }
  .medium--one-quarter {
    width: 25%;
  }
  .medium--two-quarters {
    width: 50%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-fifth {
    width: 20%;
  }
  .medium--two-fifths {
    width: 40%;
  }
  .medium--three-fifths {
    width: 60%;
  }
  .medium--four-fifths {
    width: 80%;
  }
  .medium--one-sixth {
    width: 16.666%;
  }
  .medium--two-sixths {
    width: 33.333%;
  }
  .medium--three-sixths {
    width: 50%;
  }
  .medium--four-sixths {
    width: 66.666%;
  }
  .medium--five-sixths {
    width: 83.333%;
  }
  .medium--one-eighth {
    width: 12.5%;
  }
  .medium--two-eighths {
    width: 25%;
  }
  .medium--three-eighths {
    width: 37.5%;
  }
  .medium--four-eighths {
    width: 50%;
  }
  .medium--five-eighths {
    width: 62.5%;
  }
  .medium--six-eighths {
    width: 75%;
  }
  .medium--seven-eighths {
    width: 87.5%;
  }
  .medium--one-tenth {
    width: 10%;
  }
  .medium--two-tenths {
    width: 20%;
  }
  .medium--three-tenths {
    width: 30%;
  }
  .medium--four-tenths {
    width: 40%;
  }
  .medium--five-tenths {
    width: 50%;
  }
  .medium--six-tenths {
    width: 60%;
  }
  .medium--seven-tenths {
    width: 70%;
  }
  .medium--eight-tenths {
    width: 80%;
  }
  .medium--nine-tenths {
    width: 90%;
  }
  .medium--one-twelfth {
    width: 8.333%;
  }
  .medium--two-twelfths {
    width: 16.666%;
  }
  .medium--three-twelfths {
    width: 25%;
  }
  .medium--four-twelfths {
    width: 33.333%;
  }
  .medium--five-twelfths {
    width: 41.666%;
  }
  .medium--six-twelfths {
    width: 50%;
  }
  .medium--seven-twelfths {
    width: 58.333%;
  }
  .medium--eight-twelfths {
    width: 66.666%;
  }
  .medium--nine-twelfths {
    width: 75%;
  }
  .medium--ten-twelfths {
    width: 83.333%;
  }
  .medium--eleven-twelfths {
    width: 91.666%;
  }
  .medium--show {
    display: block !important;
  }
  .medium--hide {
    display: none !important;
  }
  .medium--text-left {
    text-align: left !important;
  }
  .medium--text-right {
    text-align: right !important;
  }
  .medium--text-center {
    text-align: center !important;
  }
  .medium--left {
    float: left !important;
  }
  .medium--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1024px) {
  .large--one-whole {
    width: 100%;
  }
  .large--one-half {
    width: 50%;
  }
  .large--one-third {
    width: 33.333%;
  }
  .large--two-thirds {
    width: 66.666%;
  }
  .large--one-quarter {
    width: 25%;
  }
  .large--two-quarters {
    width: 50%;
  }
  .large--three-quarters {
    width: 75%;
  }
  .large--one-fifth {
    width: 20%;
  }
  .large--two-fifths {
    width: 40%;
  }
  .large--three-fifths {
    width: 60%;
  }
  .large--four-fifths {
    width: 80%;
  }
  .large--one-sixth {
    width: 16.666%;
  }
  .large--two-sixths {
    width: 33.333%;
  }
  .large--three-sixths {
    width: 50%;
  }
  .large--four-sixths {
    width: 66.666%;
  }
  .large--five-sixths {
    width: 83.333%;
  }
  .large--one-eighth {
    width: 12.5%;
  }
  .large--two-eighths {
    width: 25%;
  }
  .large--three-eighths {
    width: 37.5%;
  }
  .large--four-eighths {
    width: 50%;
  }
  .large--five-eighths {
    width: 62.5%;
  }
  .large--six-eighths {
    width: 75%;
  }
  .large--seven-eighths {
    width: 87.5%;
  }
  .large--one-tenth {
    width: 10%;
  }
  .large--two-tenths {
    width: 20%;
  }
  .large--three-tenths {
    width: 30%;
  }
  .large--four-tenths {
    width: 40%;
  }
  .large--five-tenths {
    width: 50%;
  }
  .large--six-tenths {
    width: 60%;
  }
  .large--seven-tenths {
    width: 70%;
  }
  .large--eight-tenths {
    width: 80%;
  }
  .large--nine-tenths {
    width: 90%;
  }
  .large--one-twelfth {
    width: 8.333%;
  }
  .large--two-twelfths {
    width: 16.666%;
  }
  .large--three-twelfths {
    width: 25%;
  }
  .large--four-twelfths {
    width: 33.333%;
  }
  .large--five-twelfths {
    width: 41.666%;
  }
  .large--six-twelfths {
    width: 50%;
  }
  .large--seven-twelfths {
    width: 58.333%;
  }
  .large--eight-twelfths {
    width: 66.666%;
  }
  .large--nine-twelfths {
    width: 75%;
  }
  .large--ten-twelfths {
    width: 83.333%;
  }
  .large--eleven-twelfths {
    width: 91.666%;
  }
  .large--show {
    display: block !important;
  }
  .large--hide {
    display: none !important;
  }
  .large--text-left {
    text-align: left !important;
  }
  .large--text-right {
    text-align: right !important;
  }
  .large--text-center {
    text-align: center !important;
  }
  .large--left {
    float: left !important;
  }
  .large--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1200px) {
  .larger--one-whole {
    width: 100%;
  }
  .larger--one-half {
    width: 50%;
  }
  .larger--one-third {
    width: 33.333%;
  }
  .larger--two-thirds {
    width: 66.666%;
  }
  .larger--one-quarter {
    width: 25%;
  }
  .larger--two-quarters {
    width: 50%;
  }
  .larger--three-quarters {
    width: 75%;
  }
  .larger--one-fifth {
    width: 20%;
  }
  .larger--two-fifths {
    width: 40%;
  }
  .larger--three-fifths {
    width: 60%;
  }
  .larger--four-fifths {
    width: 80%;
  }
  .larger--one-sixth {
    width: 16.666%;
  }
  .larger--two-sixths {
    width: 33.333%;
  }
  .larger--three-sixths {
    width: 50%;
  }
  .larger--four-sixths {
    width: 66.666%;
  }
  .larger--five-sixths {
    width: 83.333%;
  }
  .larger--one-eighth {
    width: 12.5%;
  }
  .larger--two-eighths {
    width: 25%;
  }
  .larger--three-eighths {
    width: 37.5%;
  }
  .larger--four-eighths {
    width: 50%;
  }
  .larger--five-eighths {
    width: 62.5%;
  }
  .larger--six-eighths {
    width: 75%;
  }
  .larger--seven-eighths {
    width: 87.5%;
  }
  .larger--one-tenth {
    width: 10%;
  }
  .larger--two-tenths {
    width: 20%;
  }
  .larger--three-tenths {
    width: 30%;
  }
  .larger--four-tenths {
    width: 40%;
  }
  .larger--five-tenths {
    width: 50%;
  }
  .larger--six-tenths {
    width: 60%;
  }
  .larger--seven-tenths {
    width: 70%;
  }
  .larger--eight-tenths {
    width: 80%;
  }
  .larger--nine-tenths {
    width: 90%;
  }
  .larger--one-twelfth {
    width: 8.333%;
  }
  .larger--two-twelfths {
    width: 16.666%;
  }
  .larger--three-twelfths {
    width: 25%;
  }
  .larger--four-twelfths {
    width: 33.333%;
  }
  .larger--five-twelfths {
    width: 41.666%;
  }
  .larger--six-twelfths {
    width: 50%;
  }
  .larger--seven-twelfths {
    width: 58.333%;
  }
  .larger--eight-twelfths {
    width: 66.666%;
  }
  .larger--nine-twelfths {
    width: 75%;
  }
  .larger--ten-twelfths {
    width: 83.333%;
  }
  .larger--eleven-twelfths {
    width: 91.666%;
  }
  .larger--show {
    display: block !important;
  }
  .larger--hide {
    display: none !important;
  }
  .larger--text-left {
    text-align: left !important;
  }
  .larger--text-right {
    text-align: right !important;
  }
  .larger--text-center {
    text-align: center !important;
  }
  .larger--left {
    float: left !important;
  }
  .larger--right {
    float: right !important;
  }
}

@media only screen and (min-width: 1400px) {
  .huge--one-whole {
    width: 100%;
  }
  .huge--one-half {
    width: 50%;
  }
  .huge--one-third {
    width: 33.333%;
  }
  .huge--two-thirds {
    width: 66.666%;
  }
  .huge--one-quarter {
    width: 25%;
  }
  .huge--two-quarters {
    width: 50%;
  }
  .huge--three-quarters {
    width: 75%;
  }
  .huge--one-fifth {
    width: 20%;
  }
  .huge--two-fifths {
    width: 40%;
  }
  .huge--three-fifths {
    width: 60%;
  }
  .huge--four-fifths {
    width: 80%;
  }
  .huge--one-sixth {
    width: 16.666%;
  }
  .huge--two-sixths {
    width: 33.333%;
  }
  .huge--three-sixths {
    width: 50%;
  }
  .huge--four-sixths {
    width: 66.666%;
  }
  .huge--five-sixths {
    width: 83.333%;
  }
  .huge--one-eighth {
    width: 12.5%;
  }
  .huge--two-eighths {
    width: 25%;
  }
  .huge--three-eighths {
    width: 37.5%;
  }
  .huge--four-eighths {
    width: 50%;
  }
  .huge--five-eighths {
    width: 62.5%;
  }
  .huge--six-eighths {
    width: 75%;
  }
  .huge--seven-eighths {
    width: 87.5%;
  }
  .huge--one-tenth {
    width: 10%;
  }
  .huge--two-tenths {
    width: 20%;
  }
  .huge--three-tenths {
    width: 30%;
  }
  .huge--four-tenths {
    width: 40%;
  }
  .huge--five-tenths {
    width: 50%;
  }
  .huge--six-tenths {
    width: 60%;
  }
  .huge--seven-tenths {
    width: 70%;
  }
  .huge--eight-tenths {
    width: 80%;
  }
  .huge--nine-tenths {
    width: 90%;
  }
  .huge--one-twelfth {
    width: 8.333%;
  }
  .huge--two-twelfths {
    width: 16.666%;
  }
  .huge--three-twelfths {
    width: 25%;
  }
  .huge--four-twelfths {
    width: 33.333%;
  }
  .huge--five-twelfths {
    width: 41.666%;
  }
  .huge--six-twelfths {
    width: 50%;
  }
  .huge--seven-twelfths {
    width: 58.333%;
  }
  .huge--eight-twelfths {
    width: 66.666%;
  }
  .huge--nine-twelfths {
    width: 75%;
  }
  .huge--ten-twelfths {
    width: 83.333%;
  }
  .huge--eleven-twelfths {
    width: 91.666%;
  }
  .huge--show {
    display: block !important;
  }
  .huge--hide {
    display: none !important;
  }
  .huge--text-left {
    text-align: left !important;
  }
  .huge--text-right {
    text-align: right !important;
  }
  .huge--text-center {
    text-align: center !important;
  }
  .huge--left {
    float: left !important;
  }
  .huge--right {
    float: right !important;
  }
}

/*============================================================================
  TYPOGRAPHY
==============================================================================*/
@font-face {
  font-family: 'PFAgoraSlabPro';
  src: url("../fonts/pfagoraslabpro-bold-webfont.woff2") format("woff2"), url("../fonts/pfagoraslabpro-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'PFAgoraSlabPro';
  src: url("../fonts/pfagoraslabpro-light-webfont.woff2") format("woff2"), url("../fonts/pfagoraslabpro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

strong {
  font-weight: 700;
  font-size: inherit;
}

em {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
  font-style: inherit;
  color: #3C3C3B;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

a:hover, a:focus {
  color: #777;
}

a:focus, a:active {
  outline: 0;
}

a.tdn {
  text-decoration: none;
}

a.tdn:hover, a.tdn:focus {
  text-decoration: underline;
}

a[href^=tel] {
  text-decoration: none;
}

a[href^=tel]:hover, a[href^=tel]:focus {
  text-decoration: underline;
}

a:not([href]) {
  color: #3C3C3B;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #3C3C3B;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #3C3C3B;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus, h6 a:hover, h6 a:focus, .h6 a:hover, .h6 a:focus {
  color: #d11022;
}

h1, .h1 {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: calc(28px + 12 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  text-transform: uppercase;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: calc(20px + 10 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: calc(16px + 6 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0.7em;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

ul li, ol li {
  line-height: 1.5em;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul.lined li {
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}

ul.lined li:first-child {
  padding-top: 0;
}

ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ol {
  list-style: decimal;
}

.unstyled, ul.lined, nav ul {
  padding: 0;
  list-style: none;
}

.unstyled ul, ul.lined ul, nav ul ul {
  list-style: none;
}

.unstyled li, ul.lined li, nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}

nav ul {
  *zoom: 1;
}

nav ul:before, nav ul:after {
  display: table;
  content: " ";
}

nav ul:after {
  clear: both;
}

dl {
  margin: 0 0 1.5em;
}

dt, dd {
  line-height: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #878787;
  margin: 50px 0;
}

blockquote {
  line-height: inherit;
  padding-left: 20px;
  border-left: 1px solid #878787;
  margin-bottom: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote cite {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 40px;
  }
}

/*============================================================================
  TABLES
==============================================================================*/
table {
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 1.5em;
}

table th, table td {
  padding: 11px 6px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 1.5em;
}

table th {
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.table-striped {
  width: 100%;
}

.table-striped td {
  border: none;
  color: #777;
  padding-left: 20px;
}

.table-striped tr:nth-child(odd) {
  background-color: #F2F1F1;
}

/*============================================================================
  FORMS
==============================================================================*/
form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  font-size: 18px;
}

button, input, select, textarea, .button {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

label, .label, input, select, textarea {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 300;
  vertical-align: middle;
  color: #3C3C3B;
}

label, .label {
  display: block;
  margin-bottom: 8px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  border: none;
}

input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}

input[type="text"], input[type="search"], input[type="password"],
input[type="email"], input[type="tel"], input[type="date"], textarea, select {
  padding: 6px 15px;
  margin-bottom: 10px;
  display: block;
  background: #fff;
  height: 50px;
  line-height: inherit;
  width: 100%;
  border: 1px solid #F2F1F1;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus,
input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #DFDFDE;
}

input[type="email"] {
  display: block;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  height: 185px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  *height: 13px;
  *width: 13px;
  line-height: normal;
  border: none;
}

input[type="file"] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

button, input[type="reset"], input[type="submit"], .button {
  float: left;
  display: block;
  clear: both;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  outline: 0;
  line-height: 1.2em;
  padding: 11px 32px 10px;
  margin: 10px 0 0;
  background-color: #d11022;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

button i, input[type="reset"] i, input[type="submit"] i, .button i {
  margin: -5px 6px 0 5px;
}

button:hover, button:focus, button:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .button:hover, .button:focus, .button:active {
  background-color: #b90e1e;
}

button:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, .button::-moz-focus-inner {
  border: 0;
}

button, input[type="text"], input[type="submit"], input[type="button"], input[type="reset"],
input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
}

button:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus, a.button:focus, select:focus {
  outline: 0;
  *outline: inherit;
  box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.1);
}

::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}

::placeholder {
  color: #999;
  font-style: italic;
}

::-ms-clear {
  display: none;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

form .row {
  margin-bottom: 0;
}

fieldset {
  width: auto;
}

fieldset p, fieldset ul, fieldset li {
  *zoom: 1;
}

fieldset p:before, fieldset p:after, fieldset ul:before, fieldset ul:after, fieldset li:before, fieldset li:after {
  display: table;
  content: " ";
}

fieldset p:after, fieldset ul:after, fieldset li:after {
  clear: both;
}

fieldset ul {
  margin-left: -20px;
}

fieldset ul li {
  list-style: none;
  background: none;
  list-style-image: none;
  margin: 0 0 10px;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}

fieldset ul li.error input {
  border-color: #f1062c;
}

fieldset ul li.space {
  margin-top: 25px;
}

@media (min-width: 768px) {
  fieldset ul li.one-half {
    width: 50%;
  }
  fieldset ul li.one-fourth {
    width: 25%;
  }
}

.buttons {
  *zoom: 1;
}

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

.buttons:after {
  clear: both;
}

.buttons button, .buttons input[type="reset"], .buttons input[type="submit"], .buttons .button, .buttons a.button {
  float: left;
  clear: none;
  margin-right: 15px;
}

.buttons button.right, .buttons input[type="reset"].right, .buttons input[type="submit"].right, .buttons .button.right, .buttons a.button.right {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.a-c .button, .a-c a.button, .a-c button {
  float: none;
  clear: none;
  display: inline-block;
}

.grecaptcha-badge {
  display: none;
}

.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError, .formError * {
  box-sizing: content-box;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  margin: 0 0 0 -100px;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #f1062c;
  position: relative;
  color: #fff;
  width: 150px;
  border: 1px solid #f1062c;
  padding: 6px 10px 6px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.formError .formErrorArrow {
  /*width: 15px; margin: -2px 0 0 13px;*/
  position: relative;
  margin: -2px 0 0 145px;
  height: 10px;
}

.formError .formErrorArrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #f1062c;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  display: none;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
  margin-right: 0 !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*overflow: auto;
  overflow-y: auto;*/
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* =============================================================================
   LAYOUT
   ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #3C3C3B;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

.page-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .page-wrap {
    height: auto;
    min-height: 100vh;
    z-index: 2;
  }
}

.container {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container.container__80 {
  padding: 0 8%;
}

.container--medium {
  max-width: 1060px;
}

.container--massive {
  max-width: 1780px;
}

.wf-loading {
  overflow: hidden;
}

.wf-loading body {
  visibility: hidden;
}

::-moz-selection {
  background-color: #ededed;
  color: inherit;
}

::selection {
  background-color: #ededed;
  color: inherit;
}

/* =============================================================================
   HELPERS
   ========================================================================== */
.icon {
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger, .icon-hamburger:before, .icon-hamburger:after {
  width: 24px;
  position: absolute;
  left: 0;
  height: 1px;
  border-top: 3px solid #d11022;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.icon-hamburger {
  position: relative;
}

.icon-hamburger:before, .icon-hamburger:after {
  content: "";
  margin-left: 0;
}

.icon-hamburger:before {
  margin-top: 3px;
}

.icon-hamburger:after {
  margin-top: 9px;
}

.gm-style img {
  max-width: inherit;
}

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .medium--equal-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium--equal-h > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium--equal-h:before, .medium--equal-h:after {
    display: none;
  }
}

html.no-flexbox .equal-h {
  height: 100%;
}

html.no-flexbox .equal-h > div {
  float: left;
}

.block-link {
  position: relative;
  cursor: pointer;
}

.block-link__target:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* =============================================================================
   HEADER
   ========================================================================== */
.page-header {
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

@media (min-width: 768px) {
  .page-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .page-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-header__logo {
  text-decoration: none;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: -12px;
}

.page-header__logo:hover, .page-header__logo:focus {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .page-header__logo {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .page-header__logo img {
    padding-top: 20px;
  }
}

.main-nav {
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #3C3C3B;
  padding-top: 10px;
}

.main-nav a {
  text-decoration: none;
  color: #3C3C3B;
  padding: 9px 0 9px 45px;
  display: block;
  border-top: 1px solid #F2F1F1;
  cursor: pointer;
}

.main-nav .subnav {
  display: block;
}

@media (min-width: 768px) {
  .main-nav .subnav {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-nav {
    padding-top: 0;
    float: right;
    clear: right;
  }
  .main-nav li {
    float: left;
    margin: 0 10px;
  }
  .main-nav a {
    position: relative;
    border-top: 0;
    padding: 45px 5px 15px;
    overflow: hidden;
    color: #777;
  }
  .main-nav a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #d11022;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
    opacity: 0;
  }
  .main-nav li.active a, .main-nav a:hover, .main-nav a:focus {
    color: #3C3C3B;
  }
  .main-nav li.active a:before, .main-nav a:hover:before, .main-nav a:focus:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .main-nav li {
    margin: 0 25px;
  }
}

@media (min-width: 1400px) {
  .main-nav li {
    margin: 0 34px;
  }
}

.main-nav__trigger {
  display: block;
  position: relative;
  padding: 9px 20px 9px 55px;
  background-color: transparent;
  color: #3C3C3B;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: none;
  margin-top: 0;
  border: 1px solid #efefef;
  position: absolute;
  top: 16px;
  right: 70px;
}

.main-nav__trigger .icon-hamburger {
  position: absolute;
  left: 10px;
  top: 16px;
}

.main-nav__trigger:hover, .main-nav__trigger:focus {
  background-color: transparent;
  box-shadow: none;
}

.main-nav__trigger:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .main-nav__trigger {
    display: none;
  }
}

.main-nav__wrap {
  display: none;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .main-nav__wrap {
    display: block;
  }
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  overflow: hidden;
  z-index: -999;
  white-space: nowrap;
}

.skip-link:focus {
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 20px;
  font-size: 2rem;
}

.sub-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 28px;
}

.sub-nav a {
  border: 2px solid #E7E7E7;
  padding: 8px 10px 6px 10px;
  text-decoration: none;
  color: #777;
  cursor: pointer;
}

.sub-nav a:hover {
  background-color: #d11022;
  color: #fff;
  border-color: #d11022;
}

.sub-nav li, .sub-nav .toggle-extra-nav {
  font-weight: 700;
}

.sub-nav .toggle-extra-nav {
  padding-left: 30%;
}

@media (min-width: 768px) {
  .sub-nav {
    position: static;
    padding-top: 0;
    float: right;
  }
}

@media (min-width: 1024px) {
  .sub-nav {
    padding-top: 43px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-nav__wrap {
  list-style: none;
  margin-right: 20px;
  display: none;
}

@media (min-width: 768px) {
  .sub-nav__wrap {
    display: block;
    float: left;
  }
}

.lang {
  width: 50px;
  position: relative;
}

@media (min-width: 768px) {
  .lang {
    float: left;
  }
}

.lang--active .lang__list {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.lang--active .lang__toggle:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.lang__toggle {
  line-height: 1.5em;
  font-weight: 500;
  line-height: 18px;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.lang__toggle:after {
  display: inline-block;
  content: "▾";
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.lang__list {
  background-color: #3C3C3B;
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 100;
  padding: 10px;
  list-style-type: none;
  margin-top: -2px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.lang__list a {
  display: block;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
}

.lang__list li.active a, .lang__list a:hover, .lang__list a:focus {
  color: #fff;
}

@media (min-width: 768px) {
  .lang__list {
    width: 170px;
    right: -1px;
    padding: 25px;
    top: 100%;
  }
}

/* =============================================================================
   MAIN
   ========================================================================== */
.main {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .main {
    padding: 123px 0 350px;
  }
}

@media (min-width: 1024px) {
  .main {
    padding-bottom: 250px;
  }
}

/* =============================================================================
   FOOTER
   ========================================================================== */
.page-footer {
  *zoom: 1;
  color: #fff;
  position: relative;
  background-color: #3C3C3B;
  padding-top: 30px;
  z-index: 5;
}

.page-footer:before, .page-footer:after {
  display: table;
  content: " ";
}

.page-footer:after {
  clear: both;
}

.page-footer h4, .page-footer h5 {
  color: #878787;
  font-weight: 600;
}

@media (min-width: 768px) {
  .page-footer {
    height: 300px;
    margin: -300px 0 0;
    padding-top: 55px;
  }
}

@media (min-width: 1024px) {
  .page-footer {
    height: 200px;
    margin: -200px 0 0;
  }
}

.page-footer__info a {
  color: #fff;
  text-decoration: none;
}

.page-footer__info a:hover, .page-footer__info a:focus {
  text-decoration: underline;
}

.page-footer__legal {
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}

.page-footer__legal a {
  color: #b0b0af;
  text-decoration: none;
}

.page-footer__legal a:hover, .page-footer__legal a:focus {
  color: #fff;
}

a.esign {
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 104px;
  height: 20px;
  background-image: url("../images/logo-esign-white.png");
  text-indent: -9999px;
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  display: none;
  outline: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  a.esign {
    background-image: url("../images/logo-esign-white@2x.png");
    background-size: 104px 20px;
  }
}

a.esign:hover, a.esign:focus {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  a.esign {
    float: right;
  }
}

/* =============================================================================
   COMPONENTS
   ========================================================================== */
@media (min-width: 768px) {
  .bg-pattern {
    background-image: url("../images/tek-logo.svg");
    width: 710px;
    height: 200px;
    position: absolute;
    left: 45%;
    margin-top: -50px;
  }
}

.grey-bg {
  background-color: #F7F7F7;
  width: 100%;
  padding-top: 30vh;
  position: relative;
  top: -30vh;
  z-index: -10;
  padding-bottom: 15vh;
  margin-bottom: -45vh;
}

.bg-grey-pattern {
  width: 100%;
  height: 22%;
  background-color: #F2F1F1;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
  .bg-grey-pattern {
    height: 40vw;
    max-height: 640px;
  }
  .bg-grey-pattern .pattern-1 {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: -25%;
    background-position: 0 0 -50% 0;
    background-image: url("../images/tek-logo-dark.svg");
  }
}

.large {
  font-size: 20px;
  font-size: 2rem;
}

.center-block {
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
}

.center-block:before, .center-block:after {
  display: table;
  content: " ";
}

.center-block:after {
  clear: both;
}

.center-block .button {
  float: none;
  display: inline-block;
}

.more-link {
  line-height: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#d11022, #d11022);
  background-size: 0.05em 2px, 0.05em 2px, 2px 2px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 99%, 100% 99%;
  text-shadow: none;
  color: #d11022;
}

.more-link::-moz-selection {
  text-shadow: 0.03em 0 #ededed, -0.03em 0 #ededed, 0 0.03em #ededed, 0 -0.03em #ededed, 0.06em 0 #ededed, -0.06em 0 #ededed, 0.09em 0 #ededed, -0.09em 0 #ededed, 0.12em 0 #ededed, -0.12em 0 #ededed, 0.15em 0 #ededed, -0.15em 0 #ededed;
  background: #ededed;
}

.more-link::selection {
  text-shadow: 0.03em 0 #ededed, -0.03em 0 #ededed, 0 0.03em #ededed, 0 -0.03em #ededed, 0.06em 0 #ededed, -0.06em 0 #ededed, 0.09em 0 #ededed, -0.09em 0 #ededed, 0.12em 0 #ededed, -0.12em 0 #ededed, 0.15em 0 #ededed, -0.15em 0 #ededed;
  background: #ededed;
}

.more-link:before, .more-link:after, .more-link *, .more-link *:before, .more-link *:after {
  text-shadow: none;
}

.more-link:visited {
  color: inherit;
}

.more-link.more-link-float--right {
  float: right;
}

.more-link:hover, .more-link:focus, .more-link:visited {
  color: #d11022;
}

@media (min-width: 1200px) {
  .more-link {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    padding-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .more-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

section {
  position: relative;
}

article {
  *zoom: 1;
  margin: 0 0 20px;
}

article:before, article:after {
  display: table;
  content: " ";
}

article:after {
  clear: both;
}

article a img {
  display: block;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

article a:hover img, article a:focus img {
  opacity: 0.8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.note {
  *zoom: 1;
  margin: 0 0 20px;
  padding: 15px 20px 0;
  background: #efefef;
}

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

.note:after {
  clear: both;
}

.note ul, .note p {
  margin-bottom: 1em;
}

.note--success {
  color: #39963a;
  background-color: #eff9ef;
}

.note--error {
  color: #f1062c;
  background-color: #fff7f8;
}

.cycle-slideshow {
  width: 100%;
  position: relative;
  z-index: 10;
}

.cycle-pager {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 200;
}

.cycle-pager span {
  display: block;
  margin: 5px 3px;
  font-size: 0px;
  background-color: #3C3C3B;
  width: 10px;
  height: 10px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  text-indent: -500px;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.cycle-pager span:hover, .cycle-pager span.cycle-pager-active {
  background-color: #d11022;
  border-color: white;
}

.cycle-pager span:hover, .cycle-pager span:focus, .cycle-pager .cycle-pager-active {
  text-indent: 0;
}

.map {
  width: 100%;
  height: 350px;
  background: #efefef;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .map {
    height: 550px;
  }
}

.map--project-detail {
  margin: 0;
}

@media (min-width: 768px) {
  .map--project-detail {
    height: 200px;
  }
}

.map--full-height {
  position: absolute;
  height: 100%;
  min-height: 700px;
  width: 100%;
  background-image: url("../images/contact-map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

@media (min-width: 768px) {
  .map--full-height {
    height: 100%;
    display: block;
  }
}

.social {
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  margin: 28px 0 40px -30px;
}

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

.social:after {
  clear: both;
}

@media (min-width: 768px) {
  .social {
    margin-left: -50px;
    margin-bottom: 10px;
  }
}

.social__item {
  padding: 0 0 5px 30px;
  float: left;
}

@media (min-width: 768px) {
  .social__item {
    padding-left: 50px;
  }
}

.social__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.social__link::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  float: left;
  margin: -7px 15px 0 0;
}

.social__link:hover, .social__link:focus {
  opacity: 0.85;
}

.social__link--twitter::before {
  background: url("../images/twitter.svg") no-repeat;
}

.social__link--linkedin::before {
  background: url("../images/linkedin.svg") no-repeat;
}

.social--white .social__link {
  color: #fff;
}

.social--white .social__link--twitter::before {
  background: url("../images/twitter-white.svg") no-repeat;
}

.social--white .social__link--linkedin::before {
  background: url("../images/linkedin-white.svg") no-repeat;
}

.newsletter-widget h2 {
  color: #3C3C3B;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .newsletter-widget {
    padding-left: 50px;
    padding-top: 60px;
  }
}

.section-header {
  *zoom: 1;
  padding: 40px 0 15px;
  text-align: center;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
}

.section-header:before, .section-header:after {
  display: table;
  content: " ";
}

.section-header:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .section-header {
    font-size: calc(16px + 8 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  .section-header {
    font-size: 24px;
  }
}

.section-header h2 {
  margin-bottom: 0.4em;
}

@media (min-width: 768px) {
  .section-header {
    padding: 50px 0 30px;
  }
}

@media (min-width: 1200px) {
  .section-header {
    padding-top: 90px;
  }
}

.jumbotron {
  *zoom: 1;
  padding: 30px 30px 10px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

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

.jumbotron:after {
  clear: both;
}

.jumbotron p {
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-bottom: 20px;
  }
}

.jumbotron__visual {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .jumbotron__visual {
    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: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 1400px) {
  .jumbotron__visual {
    min-height: 140px;
  }
}

.intro {
  font-size: 16px;
  font-size: 1.6rem;
}

.hero {
  background-color: #F2F1F1;
  text-align: center;
  padding: 30px 0 50px;
}

.hero + .container {
  position: relative;
  z-index: 100;
  margin-top: -40px;
}

@media (min-width: 768px) {
  .hero {
    padding: 55px 0 220px;
  }
  .hero + .container {
    margin-top: -200px;
  }
}

/* =============================================================================
   PAGES
   ========================================================================== */
body.home .main, body.contact .main, body.news .main, body.login .main, body.project-detail-page .main, body.news-detail-page .main {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  body.home .main, body.contact .main, body.news .main, body.login .main, body.project-detail-page .main, body.news-detail-page .main {
    padding-bottom: 300px;
  }
}

@media (min-width: 1024px) {
  body.home .main, body.contact .main, body.news .main, body.login .main, body.project-detail-page .main, body.news-detail-page .main {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  body.home .main {
    padding-top: 160px;
  }
}

.slide {
  display: block;
  text-decoration: none;
  width: 100%;
}

.slide img {
  display: none;
}

.slide-img {
  display: block;
  text-decoration: none;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: 350px;
  max-height: 670px;
  width: 100%;
}

@media (min-width: 480px) {
  .slide-img {
    height: 55vw;
  }
}

@media (min-width: 1024px) {
  .slide-img {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .slide-img {
    width: 70%;
  }
}

.slide__title {
  position: absolute;
  top: 350px;
  left: 20px;
  right: 20px;
  display: block;
  margin: 0;
  margin-top: -35px;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 3px 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 480px) {
  .slide__title {
    top: 55vw;
    margin-top: -35px;
  }
}

@media (min-width: 768px) {
  .slide__title {
    padding: 0 0 0 10px;
    top: 55vw;
    margin-left: 220px;
    margin-top: -30px;
  }
}

@media (min-width: 1024px) {
  .slide__title {
    background-color: transparent;
    padding: 0;
    top: calc(100% - 265px);
    left: -7px;
    margin: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}

.side-pager {
  position: absolute;
  margin-top: -55px;
  left: 0;
  right: 0;
  z-index: 200;
  margin-left: 10px;
  top: 350px;
}

.side-pager .cycle-pager {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-pager .ruler {
  width: 50px;
  display: none;
  border-top: 1px dotted #3C3C3B;
  margin: 0 20px;
}

@media (min-width: 480px) {
  .side-pager {
    top: 55vw;
  }
}

@media (min-width: 768px) {
  .side-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -30px;
    top: 55vw;
  }
  .side-pager .ruler {
    display: block;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .side-pager {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    padding-bottom: 5px;
    top: 100%;
    margin-left: 0;
  }
}

.back-panel {
  height: 580px;
  width: 100%;
  margin-left: -40px;
  position: absolute;
  background-color: #fff;
}

.shadow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0px 10px 50px #888888;
  position: relative;
  margin-bottom: 50px;
  background: #d11022;
  background: linear-gradient(45deg, #d11022 0%, #8d1015 100%);
}

@media (min-width: 1024px) {
  .shadow-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 110px;
  }
}

.red-gradient {
  padding: 30px;
}

.red-gradient h1 {
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .red-gradient h1 {
    font-size: calc(24px + 6 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200px) {
  .red-gradient h1 {
    font-size: 30px;
  }
}

.red-gradient hr {
  border-top: 1px dotted #fff;
  margin: 0 0 25px 0;
}

.red-gradient p {
  color: #fff;
  line-height: 2em;
}

.red-gradient p span {
  margin-bottom: 40px;
}

.red-gradient a {
  color: #fff;
  line-height: 2em;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 20px;
}

.red-gradient .more-link {
  color: #fff;
}

@media (min-width: 768px) {
  .red-gradient {
    padding: 60px 40px;
  }
  .red-gradient h1 {
    float: left;
    margin-bottom: 0;
    width: 40%;
    padding-left: 20px;
    border-right: 1px dotted white;
  }
  .red-gradient hr {
    display: none;
  }
  .red-gradient p {
    display: inline-block;
    width: 60%;
    padding-left: 40px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .red-gradient {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #d11022;
    background: linear-gradient(45deg, #d11022 0%, #8d1015 100%);
  }
  .red-gradient h1 {
    float: none;
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .red-gradient hr {
    display: block;
  }
  .red-gradient p {
    width: 100%;
    padding-left: 0;
  }
  .red-gradient a {
    margin-left: 0px;
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .red-gradient {
    padding-top: 80px;
  }
  .red-gradient p {
    margin-bottom: 20%;
  }
}

@media (min-width: 1400px) {
  .red-gradient {
    width: 30%;
    min-width: 450px;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1680px) {
  .red-gradient {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.latest {
  margin-bottom: 20px;
}

.latest .more-link {
  position: relative;
  top: -5px;
  margin-bottom: 30px;
}

.latest .projects-list {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .latest {
    margin-bottom: 110px;
  }
  .latest .more-link {
    margin-top: 12px;
    top: 0;
    margin-bottom: 0;
  }
  .latest .projects-list {
    margin-top: 0;
  }
}

.home-news {
  position: relative;
}

@media (min-width: 768px) {
  .home-news {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .home-news h2 + .more-link {
    margin-top: 10px;
    margin-right: -25%;
    position: relative;
    z-index: 99999;
  }
  .home-news:before, .home-news:after {
    content: "";
    display: block;
    position: absolute;
  }
  .home-news:before {
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #F2F1F1;
  }
}

.home-news__image {
  display: block;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
  margin: 20px 0 50px;
}

.home-news__image:hover, .home-news__image:focus {
  box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
  .home-news__image {
    margin-top: 65px;
  }
}

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

.news-list a {
  text-decoration: none;
}

.news-list p {
  line-height: 1.8em;
  color: #878787;
}

.news-list__item {
  padding: 15px 0;
  border-bottom: 1px dotted grey;
  color: #878787;
}

.news-list__item p:last-child {
  margin-bottom: 5px;
}

.news-list__item:last-child {
  border-bottom: 0;
}

.news-list__title {
  font-size: 16px;
  color: #878787;
  font-weight: 600;
  margin: 0 0 5px;
}

@media screen and (min-width: 768px) {
  .news-list__title {
    font-size: calc(16px + 4 * (100vw - 768px) / 256);
  }
}

@media screen and (min-width: 1024px) {
  .news-list__title {
    font-size: 20px;
  }
}

.news-list__title a {
  color: #878787;
}

.news-list__title a:hover, .news-list__title a:focus {
  color: #d11022;
}

.news-list__date {
  text-transform: uppercase;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
}

.news-list__item--current {
  color: #3C3C3B;
}

.news-list__item--current .news-list__title {
  color: #3C3C3B;
}

.news-list__item--current .news-list__title a {
  color: #3C3C3B;
}

.news-list__item--current .news-list__title a:hover, .news-list__item--current .news-list__title a:focus {
  color: #d11022;
}

@media (min-width: 768px) {
  .medium--clear-left {
    clear: left;
  }
}

.project-cta {
  *zoom: 1;
  display: block;
  text-decoration: none;
  color: #3C3C3B;
  margin-bottom: 10px;
}

.project-cta:before, .project-cta:after {
  display: table;
  content: " ";
}

.project-cta:after {
  clear: both;
}

.project-cta:hover, .project-cta:focus {
  color: #3C3C3B;
}

.project-cta:hover .project-cta__image::before, .project-cta:focus .project-cta__image::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 480px) {
  .project-cta {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .project-cta {
    min-height: 270px;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.project-cta__image {
  display: block;
  position: relative;
  margin-bottom: 10px;
  float: left;
}

.project-cta__image img {
  width: 100%;
  height: auto;
}

.project-cta__image::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #d11022;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.project-cta__title {
  display: block;
  float: left;
  width: 100%;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  padding-top: 40px;
  padding-left: 10px;
  border-left: 1px dotted #3C3C3B;
  position: relative;
  top: -30px;
  left: 20px;
}

.project-cta__title strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .project-cta__title {
    min-height: 85px;
  }
}

@media (min-width: 1024px) {
  .project-cta__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .project-cta__title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.project-cta__information {
  line-height: 1.8em;
  display: block;
  width: 100%;
  float: left;
}

.project-cta__information .more-link {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .project-cta__information {
    padding-left: 30px;
    position: relative;
    top: -20px;
    margin-bottom: 40px;
  }
}

.about__header {
  width: 100%;
  position: relative;
  padding: 40px 0;
  background: #d11022 linear-gradient(45deg, #d11022 0%, #760d12 100%);
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.about__header h2, .about__header h3 {
  font-size: 38px;
  font-size: 3.8rem;
  text-transform: uppercase;
}

.about__header h3 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0;
}

.about__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about__header .container > div {
  width: 100%;
}

.about__header .container h2, .about__header .container h3, .about__header .container h4, .about__header .container p {
  color: #fff;
}

.about__header .container p {
  line-height: 2em;
}

.about__header .container .line {
  background-color: blue;
  height: 50px;
}

@media (min-width: 768px) {
  .about__header {
    padding: 0 0 10%;
    margin-bottom: 0;
  }
  .about__header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 440px;
    height: 573px;
    background: url("../images/logo-cropped.svg") bottom right no-repeat;
    background-size: contain;
    opacity: 0.1;
  }
  .about__header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10.8%;
  }
  .about__header .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 90px;
    width: 68.2%;
    height: 0;
    padding-bottom: 10.1%;
    background: url("../images/about-header-top-line.png") bottom left no-repeat;
    background-size: contain;
  }
  .about__header .container > div:first-child {
    width: 55%;
    max-width: 590px;
    padding-left: 35px;
  }
  .about__header .container > div:last-child {
    width: 45%;
    max-width: 580px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .about__header .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .about__header {
    padding-bottom: 160px;
  }
  .about__header .container {
    padding-top: 180px;
  }
  .about__header .container:before {
    width: 1230px;
    margin-left: -671px;
    left: 50%;
  }
}

.icn-group {
  text-align: center;
  margin-top: 30px;
}

.icn-group img {
  margin: 20px 0;
  max-width: 90%;
}

.icn-group h4 {
  font-weight: 600;
}

.icn-group > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.icn-group > div:last-child > div p {
  margin: 0;
}

.icn-group > div:last-child > div:last-child {
  text-align: right;
}

@media (min-width: 768px) {
  .icn-group {
    margin-top: 7px;
  }
  .icn-group img {
    max-width: 100%;
  }
  .icn-group > div:last-child > div:last-child {
    text-align: left;
  }
}

.values-container {
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .values-container {
    margin: 30px auto 120px;
    max-width: 950px;
    padding-right: 11.05%;
  }
}

@media (min-width: 1400px) {
  .values-container {
    max-width: inherit;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .values-grid .grid__item:nth-child(-n+3) {
    margin-bottom: 40px;
  }
  .values-grid .grid__item:nth-child(4) {
    margin-left: 8.05%;
  }
  .values-grid .grid__item:nth-child(6) {
    margin-right: -8.05%;
  }
}

@media (min-width: 1400px) {
  .values-grid .grid__item:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .values-grid .grid__item:nth-child(4) {
    margin-left: 0;
  }
  .values-grid .grid__item:nth-child(6) {
    margin-right: 0;
  }
}

.tooth-box {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.tooth-box h3 {
  color: #fff;
}

.tooth-box.red {
  background-color: #a60f0f;
}

.tooth-box.light {
  background-color: #e4e4e4;
}

.tooth-box.light p, .tooth-box.light h3 {
  color: #d11022;
}

.tooth-box.grey {
  background-color: #bbbaba;
}

.tooth-box.dark {
  background-color: #3c3c3b;
}

@media (min-width: 768px) {
  .tooth-box {
    padding: 0 0 127.42%;
  }
  .tooth-box.red, .tooth-box.light, .tooth-box.grey, .tooth-box.dark {
    background-color: transparent;
  }
  .tooth-box.red {
    background-image: url("../images/tooth-box-red.svg");
  }
  .tooth-box.light {
    background-image: url("../images/tooth-box-light.svg");
  }
  .tooth-box.grey {
    background-image: url("../images/tooth-box-grey.svg");
  }
  .tooth-box.dark {
    background-image: url("../images/tooth-box-dark.svg");
  }
}

.tooth-box__content {
  padding: 25px 30px 10px;
}

.tooth-box__content h3 {
  margin-bottom: 0.4em;
}

@media (min-width: 768px) {
  .tooth-box__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 80px 8px;
  }
}

@media (min-width: 1024px) {
  .tooth-box__content {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .tooth-box__content {
    padding-top: 105px;
  }
}

@media (min-width: 1400px) {
  .tooth-box__content {
    padding-top: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1680px) {
  .tooth-box__content {
    padding-top: 98px;
  }
}

.team {
  *zoom: 1;
  width: 100%;
  background-image: url("../images/team-bg.jpg");
  background-size: cover;
}

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

.team:after {
  clear: both;
}

.team .grid, .team .grid--rev, .team .grid--full {
  padding: 0 6%;
}

.team .grid__item {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .team .grid, .team .grid--rev, .team .grid--full {
    padding-bottom: 60px;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 20px;
}

.team-member a {
  text-decoration: none;
}

.team-member a:hover, .team-member a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .team-member {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.team-member__visual {
  display: inline-block;
  border-radius: 50%;
  border: 4px solid white;
  margin: 0 auto 15px;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  max-width: 80%;
}

@media (min-width: 768px) {
  .team-member__visual {
    margin-bottom: 35px;
  }
}

.team-member__title {
  margin-bottom: 0.3em;
}

.team-member__position {
  color: #d11022;
  display: block;
  margin-bottom: 0.25em;
}

.timeline {
  position: relative;
  text-align: center;
}

.timeline .grid__item {
  word-wrap: break-word;
  position: relative;
  margin-bottom: 20px;
}

.timeline .grid__item:before {
  content: "";
  display: block;
  border-top: 1px dotted #3C3C3B;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .timeline {
    text-align: left;
  }
  .timeline .grid__item:nth-child(4) {
    clear: left;
  }
  .timeline p {
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .timeline:before {
    content: "";
    display: block;
    border-top: 1px dotted #3C3C3B;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
  }
  .timeline .grid__item:before {
    display: none;
  }
  .timeline .grid__item:nth-child(4) {
    clear: none;
  }
}

.timeline__year {
  position: relative;
  text-align: center;
  width: 112px;
  height: 88px;
  background: url("../images/tooth-box-timeline.svg") top left no-repeat;
  background-size: cover;
  line-height: 86px;
  color: #fff;
  display: block;
  margin: 10px auto 30px;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
}

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

.links li {
  display: inline-block;
}

.links li + li:before {
  content: "";
  display: inline-block;
  border-bottom: 3px solid #DFDFDE;
  position: relative;
  top: -5px;
  margin: 0 10px;
  width: 10px;
}

.links a {
  text-decoration: none;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3C3C3B;
}

.links a.active, .links a:hover, .links a:focus {
  color: #d11022;
  border-bottom: 1px solid #d11022;
}

@media (min-width: 768px) {
  .links li + li:before {
    margin: 0 20px;
    width: 20px;
  }
}

.highlighted-project {
  position: relative;
  background-color: #fcfcfc;
  margin-bottom: 30px;
}

.highlighted-project .medium--one-third {
  padding: 30px 50px 10px;
}

.highlighted-project p {
  line-height: 2em;
  color: #878787;
  margin-bottom: 20px;
}

.highlighted-project::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-color: #d11022;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.highlighted-project:hover::before, .highlighted-project:focus::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media (min-width: 768px) {
  .highlighted-project {
    margin-bottom: 60px;
  }
  .highlighted-project .medium--one-third {
    padding: 35px 25px 20px;
  }
  .highlighted-project .grid--rev .medium--one-third {
    padding-left: 70px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .highlighted-project p {
    margin-bottom: 80px;
  }
  .highlighted-project .medium--one-third {
    padding: 90px 50px 40px;
  }
}

.highlighted-project__title {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
}

.highlighted-project__title strong {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .highlighted-project__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .highlighted-project__title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.highlighted-project__visual {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 0 0 60% 0;
  display: block;
}

.highlighted-project__visual img {
  display: none;
}

.highlighted-project__btns p {
  margin-bottom: 0;
}

.highlighted-project__btns a {
  position: static;
}

.project-detail {
  *zoom: 1;
}

.project-detail:before, .project-detail:after {
  display: table;
  content: " ";
}

.project-detail:after {
  clear: both;
}

@media (min-width: 768px) {
  .project-detail {
    overflow-x: hidden;
  }
  .project-detail .grid, .project-detail .grid--rev, .project-detail .grid--full {
    margin-bottom: 0;
  }
}

.project-detail__hero {
  width: 100%;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.project-detail__hero img {
  display: none;
}

.project-detail__hero + .container {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .project-detail__hero {
    position: fixed;
    z-index: -1;
    top: 123px;
    left: 0;
    right: 0;
    height: calc(100vh - 250px);
    padding-bottom: 0;
  }
  .project-detail__hero + .container {
    margin-top: calc(100vh - 250px);
    background-color: #fff;
    padding-bottom: 50px;
  }
  .project-detail__hero + .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3000px;
    width: 6000px;
    z-index: -1;
    height: 100%;
    background-color: #fff;
  }
}

@media (min-width: 1680px) {
  .project-detail__hero + .container {
    margin-top: calc(100vh - 250px);
  }
}

.project-detail__info {
  margin: 20px 0;
}

.project-detail__info p {
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

.project-detail__info p:first-child {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .project-detail__info {
    margin: 40px 0 80px;
  }
}

.project-detail__title {
  font-size: 30px;
  margin-bottom: 0.45em;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .project-detail__title {
    font-size: calc(30px + 25 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .project-detail__title {
    font-size: 55px;
  }
}

.project-pictures {
  padding-top: 20px;
  margin-bottom: 30px;
}

.project-pictures h3, .project-pictures .h3 {
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: none;
}

.project-pictures .grid, .project-pictures .grid--rev, .project-pictures .grid--full {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .project-pictures {
    padding-top: 5%;
  }
}

.project-pictures__tumb {
  display: block;
  padding: 0 0 50% 0;
  background-size: cover;
  background-position: center;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}

.project-pictures__tumb img {
  display: none;
}

.project-pictures__tumb:hover, .project-pictures__tumb:focus {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media (min-width: 768px) {
  .project-pictures__tumb {
    margin-bottom: 30px;
  }
}

.project-detail__overview {
  background-color: #f7f7f7;
}

.project-detail__overview h4, .project-detail__overview .h4 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 1.2em;
  text-transform: none;
}

.project-detail__overview img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .project-detail__overview {
    margin-top: -5%;
  }
}

@media (min-width: 1024px) {
  .project-detail__overview {
    margin-top: -110px;
  }
}

@media (min-width: 1200px) {
  .project-detail__overview .jumbotron {
    padding: 45px;
  }
}

.project-detail__logo {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .project-detail__logo {
    margin-bottom: 40px;
  }
}

.cta-form {
  *zoom: 1;
  background-color: #d11022;
  padding: 20px;
  color: #fff;
}

.cta-form:before, .cta-form:after {
  display: table;
  content: " ";
}

.cta-form:after {
  clear: both;
}

.cta-form h4, .cta-form .h4 {
  color: #fff;
  margin-bottom: 1em;
}

.cta-form input[type="text"], .cta-form input[type="email"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 25px 15px;
  margin: 15px 0;
  color: #fff;
}

.cta-form input[type="submit"] {
  border: 1px solid #fff;
}

.cta-form ::-webkit-input-placeholder {
  font-style: normal;
  color: #fff;
}

.cta-form :-ms-input-placeholder {
  font-style: normal;
  color: #fff;
}

.cta-form ::placeholder {
  font-style: normal;
  color: #fff;
}

@media (min-width: 768px) {
  .cta-form {
    padding: 5%;
  }
}

.similar-projects {
  *zoom: 1;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.similar-projects:before, .similar-projects:after {
  display: table;
  content: " ";
}

.similar-projects:after {
  clear: both;
}

.newsletter-jumbotron {
  *zoom: 1;
  text-align: center;
  background-color: #F2F1F1;
  padding-top: 40px;
  padding-bottom: 50px;
}

.newsletter-jumbotron:before, .newsletter-jumbotron:after {
  display: table;
  content: " ";
}

.newsletter-jumbotron:after {
  clear: both;
}

.newsletter-jumbotron h2 {
  margin-bottom: 10px;
}

.newsletter-jumbotron form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-jumbotron form input[type="text"] {
  padding: 20px;
  border-color: #DFDFDE;
  color: #878787;
}

@media (min-width: 1024px) {
  .newsletter-jumbotron {
    padding-top: 100px;
    padding-bottom: 125px;
    margin-top: 25px;
  }
}

.information {
  margin-left: 30px;
  position: relative;
  top: 0;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.information p {
  margin-top: -20px;
  line-height: 2em;
}

.cta-slideshow {
  margin-bottom: 40px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .cta-slideshow {
    margin-bottom: 45px;
  }
}

.cta-slideshow__pager {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 0 10px;
}

.cta-slideshow__pager span {
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
  height: 12px;
  width: 12px;
  display: inline-block;
  text-indent: -1000px;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 4px;
}

.cta-slideshow__pager span:hover, .cta-slideshow__pager span:focus, .cta-slideshow__pager span.cycle-pager-active {
  background-color: #d11022;
}

@media (min-width: 768px) {
  .cta-slideshow__pager {
    padding: 0 0 25px;
  }
}

.cta-slide {
  display: block;
  text-decoration: none;
}

.cta-slide:hover .cta-slide__title, .cta-slide:focus .cta-slide__title {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.cta-slide + .cta-slide {
  display: none;
}

.cta-slide:before {
  content: '';
  background: transparent;
  /* Old browsers */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  position: absolute;
  left: 0;
  width: 100%;
  height: 60%;
  bottom: 0;
}

.cta-slide__title {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  right: 0;
  width: 95%;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.cta-slide__title strong {
  display: block;
  font-size: 30px;
  text-transform: none;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .cta-slide__title strong {
    font-size: calc(30px + 30 * (100vw - 768px) / 632);
  }
}

@media screen and (min-width: 1400px) {
  .cta-slide__title strong {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .cta-slide__title {
    left: 55px;
    bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .cta-slide__title {
    bottom: 30px;
  }
}

.articles-list {
  margin-bottom: 30px;
}

.articles-list .grid__item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .articles-list {
    margin-bottom: 80px;
  }
}

.article-cta {
  display: block;
  *zoom: 1;
  text-decoration: none;
  background-color: #fcfcfc;
  line-height: 1.5em;
}

.article-cta:before, .article-cta:after {
  display: table;
  content: " ";
}

.article-cta:after {
  clear: both;
}

.article-cta img {
  width: 100%;
}

.article-cta:hover, .article-cta:focus {
  color: #3C3C3B;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .article-cta {
    min-height: 205px;
  }
}

.article-cta__title {
  display: block;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 20px 20px 0 20px;
}

.article-cta__title strong {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  margin-top: 5px;
  height: 2em;
  max-height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) {
  .article-cta__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article-cta__title strong {
    font-size: 24px;
    font-size: 2.4rem;
    height: 1.8em;
    max-height: 1.8em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.article-cta__information {
  display: block;
  color: #878787;
  line-height: 1.8em;
  padding: 0px 20px 20px 20px;
}

.article-cta__information .more-link {
  margin-top: 18px;
}

.article-detail, .article-navigation {
  margin: 0;
}

.article-detail .container, .article-navigation .container {
  max-width: 1030px;
}

@media (min-width: 1024px) {
  .article-detail, .article-navigation {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1650px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .article-detail {
    padding-top: 20px;
  }
}

.article-detail__hero {
  height: 0;
  overflow: hidden;
  padding-bottom: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-detail__hero img {
  display: none;
}

.article-detail__content {
  background-color: #fff;
}

@media (min-width: 768px) {
  .article-detail__content {
    background-color: #fff;
    margin-bottom: 100px;
  }
}

.article-detail__header {
  padding-top: 20px;
  margin-bottom: 15px;
}

.article-detail__header time {
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}

.article-detail__header h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .article-detail__header h1 {
    font-size: calc(28px + 27 * (100vw - 768px) / 912);
  }
}

@media screen and (min-width: 1680px) {
  .article-detail__header h1 {
    font-size: 55px;
  }
}

@media (min-width: 768px) {
  .article-detail__header {
    padding-top: 50px;
  }
}

.article-detail__body {
  *zoom: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

.article-detail__body:before, .article-detail__body:after {
  display: table;
  content: " ";
}

.article-detail__body:after {
  clear: both;
}

.article-detail__body img {
  display: block;
  margin: 1.5em 0;
}

.article-detail__body p {
  line-height: 1.8em;
}

@media (min-width: 768px) {
  .article-detail__body p {
    float: left;
    width: 100%;
  }
  .article-detail__body img.medium--left, .article-detail__body img.medium--right {
    width: 47%;
  }
}

.article-navigation {
  background-color: #fff;
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .article-navigation {
    padding: 110px 0 35px;
  }
}

.article-navigation__list {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.article-navigation__list:before, .article-navigation__list:after {
  display: table;
  content: " ";
}

.article-navigation__list:after {
  clear: both;
}

.article-navigation__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .article-navigation__item {
    width: 50%;
    float: left;
    text-align: right;
    padding: 12px 40px;
  }
  .article-navigation__item + .article-navigation__item {
    text-align: left;
    border-left: 1px dotted #777;
  }
}

@media (min-width: 1024px) {
  .article-navigation__item {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.article-navigation__link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'PFAgoraSlabPro', 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  color: #777;
}

.article-navigation__link strong {
  display: block;
  text-transform: none;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 5px;
}

.article-navigation__link:hover, .article-navigation__link:focus {
  color: #333;
}

.pagination__wrapper {
  margin-top: 50px;
  text-align: center;
}

ul.pagination {
  list-style: none;
  display: inline-block;
  margin-left: 0;
}

ul.pagination li {
  float: left;
  display: inline-block;
  margin: 0 15px 25px;
}

ul.pagination li.active span {
  color: #d11022;
}

ul.pagination li.disabled {
  display: none;
}

ul.pagination a {
  text-decoration: none;
  color: #3C3C3B;
}

ul.pagination a:hover {
  color: #d11022;
}

ul.pagination li:first-child, ul.pagination li:last-child {
  margin: 0 0 25px;
}

ul.pagination li:first-child a, ul.pagination li:last-child a {
  color: #fff;
  padding: 10px 16px;
  background-color: #d11022;
}

body.login {
  background-image: url("../images/login-bg.jpg");
  background-size: cover;
}

@media (min-width: 768px) {
  body.login .main {
    min-height: calc(100vh - 132px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.secu-logo {
  width: 100%;
  background-color: black;
  padding: 15px;
  text-align: center;
}

.secu-logo img {
  width: 40%;
}

.login-container {
  position: relative;
  margin: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.login-container .login-form {
  padding: 20px;
}

.login-container .login-form h2 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.login-container .login-form p {
  line-height: 2em;
  color: #878787;
}

.login-container form input[type=text] {
  padding: 20px;
  color: #3C3C3B;
  border-color: lightgrey;
  margin: 25px 0 5px;
}

.login-container .more-link {
  margin: 22px 0 0 25px;
}

@media (min-width: 768px) {
  .login-container {
    width: 60%;
    max-width: 1050px;
    margin: 50px auto;
  }
  .login-container .login-form {
    padding: 40px 40px 80px;
  }
}

@media (min-width: 1200px) {
  .login-container .login-form {
    padding: 60px 17% 90px;
  }
}

.contact-container {
  margin-bottom: 0;
}

.contact-container .grid__item {
  position: relative;
}

@media (min-width: 768px) {
  .contact-container {
    min-height: calc(100vh - 323px);
  }
  .contact-container .grid__item {
    min-height: 780px;
  }
}

.contact {
  background-color: #F7F7F7;
}

.contact .form-container {
  padding: 20px;
}

.contact .form-container h2 {
  color: #3C3C3B;
  text-transform: uppercase;
}

.contact input {
  padding: 20px;
  margin: 0 0 15px;
}

.contact textarea {
  padding: 11px 20px;
}

.contact input:focus + label, .contact textarea:focus + label, .contact .label-position--active label {
  opacity: 0;
}

.contact input[type="checkbox"] {
  margin: 0;
  margin-right: 10px;
}

.contact input[type="submit"] {
  padding: 10px 40px;
}

.contact .label-position {
  position: relative;
}

.contact .label-position label {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #3C3C3B;
}

.contact .label-position label:after {
  content: ' *';
  color: #d11022;
  font-size: 22px;
  font-size: 2.2rem;
}

.contact .label-position.not-required label:after {
  content: '';
}

.contact .bg-pattern {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  margin-top: -10%;
  left: 30%;
  z-index: -1;
}

@media (min-width: 768px) {
  .contact .form-container {
    padding: 40px 50px;
  }
}

@media (min-width: 1200px) {
  .contact .form-container {
    padding: 10%;
  }
}

.custom-markers {
  display: none;
}

@media (min-width: 768px) {
  .custom-markers {
    display: block;
    width: 280px;
    position: absolute;
    top: 50%;
    margin-top: -285px;
    left: 50%;
    margin-left: -150px;
  }
}

.custom-markers__belgium, .custom-markers__luxembourg {
  padding: 40px 30px;
  margin: 10px 0 30px;
  background-color: #d11022;
  color: #fff;
  position: relative;
}

.custom-markers__belgium h3, .custom-markers__luxembourg h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.custom-markers__belgium p, .custom-markers__luxembourg p {
  margin: 0;
}

.custom-markers__belgium a, .custom-markers__luxembourg a {
  color: #fff;
  text-decoration: none;
}

.custom-markers__belgium a:hover, .custom-markers__belgium a:focus, .custom-markers__luxembourg a:hover, .custom-markers__luxembourg a:focus {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .custom-markers__belgium, .custom-markers__luxembourg {
    padding: 80px 50px;
    height: 301px;
    margin: 10px 0;
  }
  .custom-markers__belgium:after, .custom-markers__luxembourg:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
  }
}

.custom-markers__luxembourg:after {
  bottom: 10px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #d11022;
}

.custom-markers__belgium:after {
  top: -10px;
  left: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d11022;
}

/* =============================================================================
   PRINT
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a, a:visited {
    text-decoration: underline;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  .page-footer, .main-nav {
    display: none;
  }
  .medium--one-half {
    width: 50%;
  }
  .medium--two-thirds {
    width: 66.66%;
  }
  .medium--one-third {
    width: 33.33%;
  }
  .medium--three-quarters {
    width: 75%;
  }
  .medium--one-quarter {
    width: 25%;
  }
}

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