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

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

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

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

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

a {
  color: #8bb8be;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5b99a2;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 666px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 886px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1086px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -13px;
  margin-right: -13px;
}

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: 'DINNextRoundedLTPro';
  src: url("../fonts/DINNextRoundedLTProBold.eot");
  src: url("../fonts/DINNextRoundedLTProBold.eot") format("embedded-opentype"), url("../fonts/DINNextRoundedLTProBold.woff2") format("woff2"), url("../fonts/DINNextRoundedLTProBold.woff") format("woff"), url("../fonts/DINNextRoundedLTProBold.ttf") format("truetype"), url("../fonts/DINNextRoundedLTProBold.svg#DINNextRoundedLTProBold") format("svg");
  font-weight: bold;
}

@font-face {
  font-family: 'DINNextRoundedLTPro';
  src: url("../fonts/DINNextRoundedLTProMedium.eot");
  src: url("../fonts/DINNextRoundedLTProMedium.eot") format("embedded-opentype"), url("../fonts/DINNextRoundedLTProMedium.woff2") format("woff2"), url("../fonts/DINNextRoundedLTProMedium.woff") format("woff"), url("../fonts/DINNextRoundedLTProMedium.ttf") format("truetype"), url("../fonts/DINNextRoundedLTProMedium.svg#DINNextRoundedLTProMedium") format("svg");
  font-weight: 500;
}

@font-face {
  font-family: 'DINNextRoundedLTPro';
  src: url("../fonts/DINNextRoundedLTProLight.eot");
  src: url("../fonts/DINNextRoundedLTProLight.eot") format("embedded-opentype"), url("../fonts/DINNextRoundedLTProLight.woff2") format("woff2"), url("../fonts/DINNextRoundedLTProLight.woff") format("woff"), url("../fonts/DINNextRoundedLTProLight.ttf") format("truetype"), url("../fonts/DINNextRoundedLTProLight.svg#DINNextRoundedLTProLight") format("svg");
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1800px) {
  body {
    font-size: 28px;
  }
}

/* prettier-ignore */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}

h1, .h1, .cnt-title {
  font-size: 2.5em;
}

h2, .h2 {
  font-size: 2em;
}

h3, .h3 {
  font-size: 1.75em;
}

h4, .h4 {
  font-size: 1.5em;
}

h5, .h5 {
  font-size: 1.25em;
}

h6, .h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1em;
}

a {
  color: #727478;
  transition: color 0.2s linear;
}

a:hover, a:focus {
  color: #d0ae7a;
  text-decoration: none;
}

body {
  font-family: "DINNextRoundedLTPro", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  color: #727478;
  font-size: 16px;
  counter-reset: section-counter;
  counter-reset: nav-counter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1800px) {
  body {
    font-size: 22px;
  }
}

.main {
  width: 100%;
  position: relative;
  transition: filter .2s linear;
}

.main.has-modal {
  filter: blur(3px);
}

.container {
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .container {
    width: 1306px;
  }
}

@media only screen and (min-width: 1800px) {
  .container {
    width: 1586px;
  }
}

.container.l-column::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  z-index: 9999;
  width: 1000px;
  background-color: #70b6bc;
}

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

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

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

@media only screen and (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}

::-moz-selection {
  color: #fff;
  background-color: #d2ab78;
}

::selection {
  color: #fff;
  background-color: #d2ab78;
}

.head {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .head {
    min-height: 100vh;
  }
}

.head-logo {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .head-logo {
    position: absolute;
    top: 80px;
    right: 0;
    padding: 0;
  }
}

.head-logo img {
  height: 42px;
}

.head-title {
  padding: 2em 0 3em 0;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .head-title {
    margin-top: 10vh;
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 767px) and (min-height: 480px) {
  .head-title {
    margin-top: 15vh;
  }
}

@media only screen and (max-width: 767px) and (min-height: 960px) {
  .head-title {
    margin-top: 23vh;
  }
}

@media only screen and (min-width: 768px) {
  .head-title {
    padding: 1em 0 2em 0;
  }
}

@media only screen and (min-width: 992px) {
  .head-title {
    padding: 6em 0 4em 0;
  }
}

@media only screen and (min-width: 1200px) {
  .head-title {
    padding: 7em 0 4em 0;
  }
}

@media only screen and (min-width: 1600px) {
  .head-title {
    padding: 7em 0 5em 0;
  }
}

@media only screen and (min-width: 1800px) {
  .head-title {
    padding: 8em 0 6em 0;
  }
}

.head-title-main {
  display: inline-block;
  margin-right: 0.15em;
  color: #70b6bc;
  font-size: 2.75em;
}

.head-title-sub {
  display: inline-block;
  color: #727478;
  font-size: 0.85em;
  text-align: left;
}

.head-title-sub span {
  display: block;
}

.head-title-sub strong {
  color: #d2ab78;
}

.head-nav-scroll {
  margin: 0;
  background-color: #fff;
  font-size: 0.85em;
  line-height: 1.4;
  text-align: center;
}

.head-nav-scroll span {
  display: block;
  font-size: 1.75em;
  line-height: 1.1;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .head-nav-scroll {
    margin-top: 5vh;
  }
}

@media only screen and (max-width: 767px) and (min-height: 640px) {
  .head-nav-scroll {
    margin-top: 15vh;
  }
}

@media only screen and (max-width: 767px) and (min-height: 960px) {
  .head-nav-scroll {
    margin-top: 20vh;
  }
}

.head-animation-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.head-animation {
  display: block;
  width: 666px;
  height: 316.91069px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -333px;
  background-color: #fff;
  text-align: center;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767px) {
  .head-animation {
    top: 15vh;
  }
}

@media only screen and (max-width: 767px) and (min-height: 640px) {
  .head-animation {
    top: 20vh;
  }
}

@media only screen and (max-width: 767px) and (min-height: 960px) {
  .head-animation {
    top: 25vh;
  }
}

@media only screen and (min-width: 992px) {
  .head-animation {
    width: 886px;
    height: 421.5959px;
    margin-left: -443px;
  }
}

@media only screen and (min-width: 1200px) {
  .head-animation {
    width: 1086px;
    height: 516.76428px;
    margin-left: -543px;
  }
}

@media only screen and (min-width: 1600px) {
  .head-animation {
    width: 1306px;
    height: 621.44949px;
    margin-left: -653px;
  }
}

@media only screen and (min-width: 1800px) {
  .head-animation {
    width: 1586px;
    height: 754.68521px;
    margin-left: -793px;
  }
}

.head.is-hidden .head-logo,
.head.is-hidden .head-title,
.head.is-hidden .head-nav-scroll {
  opacity: 0;
}

.head.is-animated .head-logo {
  transition: opacity .4s ease-out;
}

.head.is-animated .head-title {
  transition: opacity .4s ease-out .4s;
}

.head.is-animated .head-nav-scroll {
  transition: opacity .4s ease-out 3.4s;
}

.nav-button {
  display: block;
  box-sizing: content-box;
  width: 1.5em;
  height: 1.25em;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
  padding: .25em;
}

.nav-button:hover .nav-button-icon, .nav-button:focus .nav-button-icon, .nav-button.is-active .nav-button-icon {
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .nav-button {
    top: 15px;
    right: auto;
    left: 50%;
    margin-left: -373px;
  }
}

@media only screen and (min-width: 992px) {
  .nav-button {
    margin-left: -483px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-button {
    margin-left: -588px;
  }
}

@media only screen and (min-width: 1600px) {
  .nav-button {
    margin-left: -708px;
  }
}

@media only screen and (min-width: 1800px) {
  .nav-button {
    margin-left: -858px;
  }
}

.nav-button-icon {
  display: block;
  width: 1.5em;
  height: 1.25em;
  border-top: 3px solid #70b6bc;
  transition: transform .25s linear;
}

.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
}

.nav-button-icon::before {
  border-top: 3px solid #70b6bc;
  transform: translateY(calc(1em - 3px));
}

.nav-button-icon::after {
  border-bottom: 3px solid #70b6bc;
  transform: translateY(calc(.5em - 6px));
}

@media only screen and (min-width: 768px) {
  .nav-button-icon {
    border-color: #fff;
  }
  .nav-button-icon::before, .nav-button-icon::after {
    border-color: #fff;
  }
}

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8888;
  padding: 2em 1em;
  background-color: #747476;
  color: #d2ab78;
  font-size: .5em;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .25s ease-out;
}

.nav.is-hidden {
  transform: translateX(-100%);
}

@media only screen and (min-width: 768px) {
  .nav {
    left: 50%;
    margin-left: -333px;
  }
}

@media only screen and (min-width: 992px) {
  .nav {
    margin-left: -443px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav {
    margin-left: -543px;
  }
}

@media only screen and (min-width: 1600px) {
  .nav {
    margin-left: -653px;
  }
}

@media only screen and (min-width: 1800px) {
  .nav {
    margin-left: -793px;
  }
}

@media only screen and (min-height: 480px) {
  .nav {
    font-size: .65em;
  }
}

@media only screen and (min-height: 640px) {
  .nav {
    font-size: .8em;
  }
}

@media only screen and (min-height: 960px) {
  .nav {
    font-size: .9em;
  }
}

@media only screen and (min-height: 1080px) {
  .nav {
    font-size: 1em;
  }
}

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

.nav li {
  counter-increment: nav-counter;
}

.nav li::before {
  content: counter(nav-counter, decimal-leading-zero);
  display: inline-block;
  margin-right: 0.15em;
  font-size: 2.75em;
  letter-spacing: -0.05em;
}

.nav a {
  color: #fff;
}

.nav a:hover, .nav a:focus {
  color: #d2ab78;
}

.nav span {
  display: inline-block;
}

.nav strong {
  display: block;
}

.nav-close {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 1.5em;
}

.section {
  margin-top: 2em;
  counter-increment: section-counter;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.section.is-hidden {
  opacity: 0;
  transform: translateY(125px);
}

.section-title {
  display: inline-block;
  background-color: #fff;
  font-size: 1.25em;
  text-align: left;
  text-transform: uppercase;
}

.section-title::before {
  content: counter(section-counter, decimal-leading-zero);
  display: inline-block;
  margin-right: 0.15em;
  font-size: 2.75em;
  letter-spacing: -0.05em;
}

.section-title span {
  display: inline-block;
  color: #d2ab78;
}

.section-title strong {
  display: block;
  color: #70b6bc;
}

.section-title-secondary {
  font-size: 1.25em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .figures {
    margin-top: 4em;
  }
}

@media only screen and (min-width: 992px) {
  .figures {
    margin-top: 13em;
  }
}

@media only screen and (min-width: 1200px) {
  .figures {
    margin-top: 20em;
  }
}

@media only screen and (min-width: 1600px) {
  .figures {
    margin-top: 25em;
  }
}

@media only screen and (min-width: 1800px) {
  .figures {
    margin-top: 32em;
  }
}

.figures-slider p {
  margin-top: 0;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.figures-slide .icon {
  float: left;
  margin-right: 1rem;
  font-size: 5em;
}

.figures-slide.l-core .icon,
.figures-slide.l-core .figures-title-secondary.l-flat {
  color: #573157;
}

.figures-slide.l-core .figures-title-secondary.l-circle span {
  background-color: #573157;
}

.figures-slide.l-attract .icon,
.figures-slide.l-attract .figures-title-secondary.l-flat {
  color: #c31f8a;
}

.figures-slide.l-attract .figures-title-secondary.l-circle span {
  background-color: #c31f8a;
}

.figures-slide.l-inter .icon,
.figures-slide.l-inter .figures-title-secondary.l-flat {
  color: #d66d16;
}

.figures-slide.l-inter .figures-title-secondary.l-circle span {
  background-color: #d66d16;
}

.figures-slide.l-afr .icon,
.figures-slide.l-afr .figures-title-secondary.l-flat {
  color: #8da91d;
}

.figures-slide.l-afr .figures-title-secondary.l-circle span {
  background-color: #8da91d;
}

.figures-slide.l-rescom .icon,
.figures-slide.l-rescom .figures-title-secondary.l-flat {
  color: #206f8b;
}

.figures-slide.l-rescom .figures-title-secondary.l-circle span {
  background-color: #206f8b;
}

.figures-slide.l-psc .icon,
.figures-slide.l-psc .figures-title-secondary.l-flat {
  color: #efc420;
}

.figures-slide.l-psc .figures-title-secondary.l-circle span {
  background-color: #efc420;
}

.figures-slide.l-pearl .icon,
.figures-slide.l-pearl .figures-title-secondary.l-flat {
  color: #8b1225;
}

.figures-slide.l-pearl .figures-title-secondary.l-circle span {
  background-color: #8b1225;
}

.figures-slide.l-bridges .icon,
.figures-slide.l-bridges .figures-title-secondary.l-flat {
  color: #004799;
}

.figures-slide.l-bridges .figures-title-secondary.l-circle span {
  background-color: #004799;
}

.figures-slide.l-pride .icon,
.figures-slide.l-pride .figures-title-secondary.l-flat {
  color: #475460;
}

.figures-slide.l-pride .figures-title-secondary.l-circle span {
  background-color: #475460;
}

.figures-slide.l-open .icon,
.figures-slide.l-open .figures-title-secondary.l-flat {
  color: #006a4d;
}

.figures-slide.l-open .figures-title-secondary.l-circle span {
  background-color: #006a4d;
}

.figures-slide.l-jump .icon,
.figures-slide.l-jump .figures-title-secondary.l-flat {
  color: #785436;
}

.figures-slide.l-jump .figures-title-secondary.l-circle span {
  background-color: #785436;
}

.figures-title-secondary {
  margin: .5em 0 0 0;
  letter-spacing: -.05em;
}

.figures-title-secondary.l-flat {
  font-size: 6em;
}

.figures-title-secondary.l-flat.l-blue {
  color: #8bb8be;
}

.figures-title-secondary.l-flat.l-gold {
  color: #d0ae7a;
}

.figures-title-secondary.l-flat.l-grey {
  color: #2f2f2f;
}

.icon + .figures-title-secondary.l-flat {
  font-size: 3em;
}

.figures-title-secondary.l-circle {
  margin: 1.5rem 0 2rem 0;
  font-size: 5em;
}

.figures-title-secondary.l-circle.l-hundreds {
  font-size: 4em;
}

.figures-title-secondary.l-circle.l-thousands {
  font-size: 3em;
}

.figures-title-secondary.l-circle.l-tenthousands {
  font-size: 2.25em;
}

.figures-title-secondary.l-circle span {
  display: inline-block;
  color: #fff;
  width: 15rem;
  height: 15rem;
  padding-right: 1rem;
  background-color: #727478;
  border-radius: 100%;
  line-height: 16.5rem;
  text-align: center;
}

.figures-title-secondary.l-circle.l-blue span {
  background-color: #8bb8be;
}

.figures-title-secondary.l-circle.l-gold span {
  background-color: #d0ae7a;
}

.figures-title-secondary.l-circle.l-grey span {
  background-color: #2f2f2f;
}

.icon + .figures-title-secondary.l-circle.l-circle {
  font-size: 2.5em;
}

.icon + .figures-title-secondary.l-circle.l-circle.l-hundreds {
  font-size: 2em;
}

.icon + .figures-title-secondary.l-circle.l-circle.l-thousands {
  font-size: 1.5em;
}

.icon + .figures-title-secondary.l-circle.l-circle.l-tenthousands {
  font-size: 1.125em;
}

.icon + .figures-title-secondary.l-circle.l-circle span {
  width: 7.5rem;
  height: 7.5rem;
  padding-right: 0;
  line-height: 8.5rem;
}

.figures-title-secondary img {
  max-width: 165px;
}

@media only screen and (min-width: 768px) {
  .statistics {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .statistics {
    transform: translateY(-2em);
  }
}

@media only screen and (min-width: 1600px) {
  .statistics {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 1800px) {
  .statistics {
    margin-top: 12em;
  }
}

.statistics-graph {
  /*@include breakpoint(sm-md) {
    display: inline-block;
    width: 50%;
    margin-right: -.25em;
    vertical-align: top;
  }*/
}

.graph-title {
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .relations {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .relations {
    transform: translateY(-4em);
  }
}

@media only screen and (min-width: 1200px) {
  .relations {
    margin-top: 5em;
  }
}

@media only screen and (min-width: 1600px) {
  .relations {
    margin-top: 8em;
  }
}

@media only screen and (min-width: 1800px) {
  .relations {
    margin-top: 10em;
  }
}

.relations-content {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 1.1;
}

.relations-content strong {
  color: #d0ae7a;
}

.relations-content a {
  font-family: "DINNextRoundedLTPro", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .relation-image {
    max-width: 90%;
    margin-top: 3em;
  }
}

@media only screen and (min-width: 768px) {
  .openaccess {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .openaccess {
    transform: translateY(-2em);
  }
}

@media only screen and (min-width: 992px) {
  .openaccess {
    margin-top: 19em;
  }
}

@media only screen and (min-width: 1200px) {
  .openaccess {
    margin-top: 25em;
  }
}

@media only screen and (min-width: 1600px) {
  .openaccess {
    margin-top: 30em;
  }
}

.openaccess-content {
  /*color: $brand-secondary-alt;
  font-family: $default-font-serif;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.2;*/
}

@media only screen and (min-width: 768px) {
  .openaccess-content {
    font-size: .8em;
  }
}

.openaccess-content a {
  font-weight: bold;
}

.openaccess-content-secondary .icon {
  float: left;
  margin: 0 1.5rem 2.5rem 0;
  color: #70b6bc;
  font-size: 4em;
}

.openaccess-content-title {
  color: #d2ab78;
}

@media only screen and (min-width: 768px) {
  .openaccess-content-title:first-child {
    margin-top: 0;
  }
}

.openaccess-content-title-secondary {
  margin-top: 0;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-size: 1.5em;
  font-style: italic;
  color: #70b6bc;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .openaccess-image {
    margin: 1em auto;
  }
}

@media only screen and (min-width: 768px) {
  .openaccess-link {
    margin: 0;
  }
}

.openaccess-link .icon {
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  .scheme {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scheme {
    transform: translateY(-2em);
  }
}

@media only screen and (min-width: 992px) {
  .scheme {
    margin-top: 4em;
  }
}

@media only screen and (min-width: 1600px) {
  .scheme {
    margin-top: 6em;
  }
}

@media only screen and (min-width: 1800px) {
  .scheme {
    margin-top: 13em;
  }
}

.scheme-graph {
  position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scheme-graph img {
    display: block;
    max-width: 50%;
    margin: auto;
  }
}

.scheme-graph-title {
  margin: 0;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
}

.scheme-graph-elt {
  font-family: "DINNextRoundedLTPro", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.scheme-graph-elt a.is-active {
  font-weight: bold;
}

.scheme-graph-year {
  fill: #70b6bc;
}

.scheme-graph-date {
  fill: #727478;
}

.scheme-controls {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .scheme-controls {
    left: 25%;
    right: 25%;
  }
}

.scheme-list {
  position: relative;
}

.scheme-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: .9em;
  line-height: 1.2;
  transition: opacity .25s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scheme-item {
    font-size: .8em;
  }
}

.scheme-item p {
  margin: 0;
}

.scheme-item.is-hidden {
  opacity: 0;
}

.scheme-item.is-removed {
  display: none;
}

.scheme-item.l-blue .scheme-quote {
  color: #8bb8be;
}

.scheme-item.l-gold .scheme-quote {
  color: #d0ae7a;
}

.scheme-date {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .scheme-date {
    text-align: right;
  }
}

.scheme-intro + .scheme-quote {
  margin-top: 1em;
}

.scheme-link {
  font-weight: bold;
}

.scheme-link + .scheme-quote {
  margin-top: 1em;
}

.scheme-quote {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-size: 1.2em;
  font-style: italic;
}

.scheme-cite {
  margin-top: 1em !important;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-style: italic;
}

.scheme-cite strong {
  display: block;
  font-size: 1.1em;
  font-weight: normal;
}

.scheme-cite span {
  display: block;
  font-size: .9em;
}

.scheme-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scheme-details-container {
  padding-top: 3em;
}

.scheme-details-container .scheme-item {
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.scheme-video {
  margin-top: 1em;
}

.scheme-video .video-play {
  margin-top: 23%;
  color: #fff;
}

.scheme-video + p {
  margin-top: 1em !important;
}

.stories {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .stories {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 992px) {
  .stories {
    margin-top: 6em;
  }
}

@media only screen and (min-width: 1200px) {
  .stories {
    margin-top: 8em;
  }
}

@media only screen and (min-width: 1600px) {
  .stories {
    margin-top: 12em;
  }
}

@media only screen and (min-width: 1800px) {
  .stories {
    margin-top: 15em;
  }
}

.stories-list [class^="col"] {
  display: inline-block;
  position: static;
  float: none;
  margin-right: -.25em;
  vertical-align: top;
}

.story {
  margin: 1em 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .story {
    margin: 2em 0;
  }
}

@media only screen and (max-width: 991px) {
  .story {
    font-size: .75em;
  }
}

@media only screen and (min-width: 992px) {
  .story {
    font-size: .9em;
  }
}

.story p {
  line-height: 1.2;
}

@media only screen and (min-width: 992px) {
  .story p {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 991px) {
  .story p {
    margin-top: 0;
  }
}

.story-link {
  color: #727478;
}

.story-link:hover, .story-link:focus {
  color: #70b6bc;
}

.story-picture {
  max-width: 50%;
  height: auto;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}

.story-picture.l-overlay {
  background-blend-mode: multiply;
  background-color: #8bb8be;
  background-size: cover;
}

.story-picture.l-overlay img {
  opacity: 0;
}

.story-title {
  margin: 1em 0 0 0;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: none;
}

.story-title + p {
  margin-top: .5em;
}

.story-details.l-core .story-program,
.story-details.l-core .story-title-secondary,
.story-details.l-core b {
  color: #573157;
}

.story-details.l-attract .story-program,
.story-details.l-attract .story-title-secondary,
.story-details.l-attract b {
  color: #c31f8a;
}

.story-details.l-inter .story-program,
.story-details.l-inter .story-title-secondary,
.story-details.l-inter b {
  color: #d66d16;
}

.story-details.l-afr .story-program,
.story-details.l-afr .story-title-secondary,
.story-details.l-afr b {
  color: #8da91d;
}

.story-details.l-rescom .story-program,
.story-details.l-rescom .story-title-secondary,
.story-details.l-rescom b {
  color: #206f8b;
}

.story-details.l-psc .story-program,
.story-details.l-psc .story-title-secondary,
.story-details.l-psc b {
  color: #efc420;
}

.story-details.l-pearl .story-program,
.story-details.l-pearl .story-title-secondary,
.story-details.l-pearl b {
  color: #8b1225;
}

.story-details.l-bridges .story-program,
.story-details.l-bridges .story-title-secondary,
.story-details.l-bridges b {
  color: #004799;
}

.story-details.l-pride .story-program,
.story-details.l-pride .story-title-secondary,
.story-details.l-pride b {
  color: #475460;
}

.story-details.l-open .story-program,
.story-details.l-open .story-title-secondary,
.story-details.l-open b {
  color: #006a4d;
}

.story-details.l-jump .story-program,
.story-details.l-jump .story-title-secondary,
.story-details.l-jump b {
  color: #785436;
}

.story-details.is-hidden {
  opacity: 0;
}

.story-details.is-removed {
  display: none;
}

.story-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-modal .story-intro {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .story-modal .story-intro p {
    font-size: .9em;
  }
}

.story-modal .story-picture.l-overlay {
  background-blend-mode: normal;
}

.story-modal .story-details {
  font-size: .8em;
}

.story-modal .story-details p:first-child {
  margin-top: 0;
}

.story-modal .story-details a {
  font-weight: bold;
}

.story-modal .story-title + p {
  margin-top: 0;
}

.story-modal .story-title-secondary {
  margin: 1em 0 0 0;
  text-transform: uppercase;
}

.story-modal .story-text-intro {
  margin-top: 0;
}

.story-modal .story-program {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.story-modal .nano-content {
  padding-right: 12px;
}

@media only screen and (min-width: 768px) {
  .opinion {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 992px) {
  .opinion {
    margin-top: 4em;
  }
}

@media only screen and (min-width: 1200px) {
  .opinion {
    margin-top: 10em;
  }
}

@media only screen and (min-width: 768px) {
  .opinion-title-secondary {
    margin-top: 0;
  }
}

.opinion-picture {
  display: block;
  margin: auto;
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .opinion-picture {
    max-width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .opinion-picture {
    max-width: 80%;
  }
}

@media only screen and (min-width: 1600px) {
  .opinion-picture {
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .opinion-slide p {
    font-size: .9em;
  }
}

.opinion-slide a {
  color: #727478;
  font-weight: bold;
}

.opinion-slide a:hover, .opinion-slide a:focus {
  color: #70b6bc;
}

.opinion-audio {
  width: 99%;
  margin: 0 1px;
}

.opinion-source {
  display: block;
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-size: .75em;
  font-style: italic;
  text-align: right;
}

.opinion-link {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .opinion-link + .opinion-link {
    margin-top: 0;
  }
  .opinion-link:last-child {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .opinion-link {
    display: inline-block;
  }
  .opinion-link + .opinion-link::before {
    content: " | ";
    margin: 0 .25em;
    color: #70b6bc;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .videos {
    margin-top: 0em;
  }
}

@media only screen and (min-width: 1200px) {
  .videos {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 1600px) {
  .videos {
    margin-top: 6em;
  }
}

@media only screen and (min-width: 1800px) {
  .videos {
    margin-top: 15em;
  }
}

.videos-title {
  margin-bottom: 0;
}

.videos-content {
  position: relative;
  padding-top: .5em;
  margin-top: 1em;
  background-color: #fff;
  /* [class^="col"] {
    position: static;
  } */
}

.videos-video {
  margin-bottom: 26px;
}

.videos-video .video-play {
  margin-top: 15%;
}

.videos-video:hover .video-play, .videos-video:focus .video-play {
  opacity: 1;
}

.videos-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding-bottom: 62.5%;
  text-align: right;
}

.video-player {
  background-color: #fff;
  transition: opacity .25s linear;
}

.video-player.is-hidden {
  opacity: 0;
}

.video-player.is-removed {
  display: none;
}

.video-player-close {
  display: inline-block;
  padding: .25em;
  color: #727478;
}

@media only screen and (max-width: 767px) {
  .video-player-close {
    margin-right: 1em;
  }
}

.video-player-close:hover, .video-player-close:focus {
  color: #70b6bc;
}

.videos-links {
  background-color: #fff;
  font-size: .8em;
  line-height: 1.2;
}

.videos-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.videos-links a {
  font-weight: bold;
}

.videos-links-title {
  margin: 0 0 .25em 0;
  font-size: 1em;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .flagship {
    margin-top: 7em;
  }
}

@media only screen and (min-width: 992px) {
  .flagship {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 1200px) {
  .flagship {
    margin-top: 8em;
  }
}

@media only screen and (min-width: 992px) {
  .flagship-content p {
    font-size: .9em;
  }
}

.flagship-content a {
  font-weight: bold;
}

.flagship-slider .owl-pagination {
  margin: .5em 0;
}

.flagship-video .video-play {
  margin-top: 25%;
}

@media only screen and (min-width: 768px) {
  .process {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 992px) {
  .process {
    margin-top: 7em;
  }
}

@media only screen and (min-width: 1200px) {
  .process {
    margin-top: 13em;
  }
}

@media only screen and (min-width: 1600px) {
  .process {
    margin-top: 20em;
  }
}

@media only screen and (min-width: 1800px) {
  .process {
    margin-top: 28em;
  }
}

.process-slide {
  margin-bottom: .5em;
}

.process-content {
  font-family: "minion-pro", "Times New Roman", Times, serif;
  font-style: italic;
}

.process-video {
  margin-top: 1em;
}

.process-video .video-play {
  margin-top: 26%;
  color: #727478;
}

.foot {
  margin-top: 5em;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.foot.is-hidden {
  opacity: 0;
  transform: translateY(125px);
}

@media only screen and (min-width: 768px) {
  .foot {
    padding-bottom: 10em;
    margin-top: 10em;
  }
}

.foot p {
  margin: 3em 0;
  font-size: 1.25em;
  font-weight: bold;
}

.foot .icon {
  margin-right: .5em;
  font-size: .8em;
}

.svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .svg {
    display: none;
  }
}

.svg .svg-path {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .svg .svg-path {
    width: 852px;
    top: 375px;
    margin-left: calc((100vw - 852px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .svg .svg-path {
    width: 1128px;
    top: 485px;
    margin-left: calc((100vw - 1128px - 13px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .svg .svg-path {
    width: 1378px;
    top: 580px;
    margin-left: calc((100vw - 1378px - 13px) / 2);
  }
}

@media only screen and (min-width: 1600px) {
  .svg .svg-path {
    width: 1633px;
    top: 680px;
    margin-left: calc((100vw - 1633px - 13px) / 2);
  }
}

@media only screen and (min-width: 1800px) {
  .svg .svg-path {
    width: 1983px;
    top: 860px;
    margin-left: calc((100vw - 1983px - 13px) / 2);
  }
}

@media only screen and (min-width: 768px) {
  .xs-svg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .xs-svg path {
    stroke-dasharray: 5000;
  }
  .xs-svg.is-hidden path {
    stroke-dashoffset: 5000;
  }
  .xs-svg:not(.is-hidden) path {
    animation: dash 3s ease-in-out forwards 1;
  }
  @keyframes dash {
    from {
      stroke-dashoffset: -5000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
}

.st0 {
  fill: none;
  stroke: #83b4bd;
  stroke-miterlimit: 10;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/FNR-Rapport-Annuel-Digital-2017.eot?rdao3q");
  src: url("../fonts/FNR-Rapport-Annuel-Digital-2017.eot?rdao3q#iefix") format("embedded-opentype"), url("../fonts/FNR-Rapport-Annuel-Digital-2017.ttf?rdao3q") format("truetype"), url("../fonts/FNR-Rapport-Annuel-Digital-2017.woff?rdao3q") format("woff"), url("../fonts/FNR-Rapport-Annuel-Digital-2017.svg?rdao3q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-afr:before {
  content: "\e900";
}

.icon-attract:before {
  content: "\e901";
}

.icon-bridges:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-core:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e905";
}

.icon-inter:before {
  content: "\e906";
}

.icon-jump:before {
  content: "\e907";
}

.icon-link:before {
  content: "\e908";
}

.icon-economy:before {
  content: "\e909";
}

.icon-research:before {
  content: "\e90a";
}

.icon-science:before {
  content: "\e90b";
}

.icon-society:before {
  content: "\e90c";
}

.icon-open:before {
  content: "\e90d";
}

.icon-pearl:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90f";
}

.icon-pride:before {
  content: "\e910";
}

.icon-psc:before {
  content: "\e911";
}

.icon-rescom:before {
  content: "\e912";
}

.slider .owl-controls {
  height: 15px;
  text-align: center;
}

.slider .owl-page {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border-radius: 15px;
  background-color: #8bb8be;
  transform: scale(0.6);
  opacity: .5;
  transition: transform .2s linear, opacity .2s linear;
}

.slider .owl-page.active {
  transform: none;
  opacity: 1;
}

.chart {
  width: 100%;
  min-height: 400px;
  position: relative;
}

.chart-graph {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.chart-table {
  display: none;
  position: absolute;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
}

.chart-table-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  margin: 0;
  text-align: right;
}

.chart-table-close a {
  display: inline-block;
  height: 34px;
  padding: 0 8px;
  color: #727478;
  font-size: 12px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.chart-table-close a:hover {
  color: #d2ab78;
}

.chart-data-table {
  width: 100%;
  font-size: .6em;
  line-height: 1.25em;
}

.chart-data-table[style] {
  width: 100% !important;
}

.chart-data-table th, .chart-data-table td {
  padding: .5em 2px;
}

.chart-data-table thead th,
.chart-data-table tfoot th {
  background-color: #d2ab78;
  color: #fff;
  font-size: .95em;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}

.chart-data-table tbody tr + tr {
  border-top: 1px solid #2f2f2f;
}

.dataTables_info {
  font-size: .8em;
  text-align: center;
  float: none !important;
}

@keyframes loading-dots {
  0%, 20% {
    color: rgba(255, 255, 255, 0);
    text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  40% {
    color: #727478;
    text-shadow: 0.25em 0 0 rgba(255, 255, 255, 0), 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #727478, 0.5em 0 0 rgba(255, 255, 255, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #727478, 0.5em 0 0 #727478;
  }
}

.chart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.75);
  transition: opacity .2s linear;
}

.chart-loader > p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 60px;
  margin: -30px 0 0 -100px;
  font-size: .8em;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}

.chart-loader > p span::after {
  content: " .";
  animation: loading-dots 1s steps(5, end) infinite;
}

.chart-loader.is-hidden {
  opacity: 0;
}

.chart-loader.is-removed {
  display: none;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-data-label {
  text-decoration: none !important;
}

.highcharts-data-label * {
  text-decoration: none !important;
}

.highcharts-data-label:nth-of-type(6n+1),
.highcharts-data-label:nth-of-type(6n+1) * {
  color: #d2ab78 !important;
  fill: #d2ab78 !important;
}

.highcharts-data-label:nth-of-type(6n+2),
.highcharts-data-label:nth-of-type(6n+2) * {
  color: #dec39d !important;
  fill: #dec39d !important;
}

.highcharts-data-label:nth-of-type(6n+3),
.highcharts-data-label:nth-of-type(6n+3) * {
  color: #70b6bc !important;
  fill: #70b6bc !important;
}

.highcharts-data-label:nth-of-type(6n+4),
.highcharts-data-label:nth-of-type(6n+4) * {
  color: #97cbcf !important;
  fill: #97cbcf !important;
}

.highcharts-data-label:nth-of-type(6n+5),
.highcharts-data-label:nth-of-type(6n+5) * {
  color: #6f7175 !important;
  fill: #6f7175 !important;
}

.highcharts-data-label:nth-of-type(6n+6),
.highcharts-data-label:nth-of-type(6n+6) * {
  color: #9c9da1 !important;
  fill: #9c9da1 !important;
}

.highcharts-button-box {
  transition: fill .15s linear;
  fill: none !important;
  stroke: none !important;
}

.highcharts-button:hover .highcharts-button-box {
  fill: none !important;
}

.highcharts-button:hover text,
.highcharts-button:hover text * {
  color: #d2ab78 !important;
  fill: #d2ab78 !important;
}

.highcharts-button > * {
  transform: translate(8px, -20px);
}

.highcharts-button text {
  font-weight: 500 !important;
  color: #727478 !important;
  fill: #727478 !important;
}

.highcharts-label text {
  color: #727478 !important;
  fill: #727478 !important;
}

.highcharts-credits {
  display: none;
}

.list-table {
  border: 1px solid #e5edee;
}

.list-table th:nth-child(even),
.list-table td:nth-child(even) {
  border-left: 1px solid #e5edee;
  border-right: 1px solid #e5edee;
  background-color: #fff;
}

.list-table th,
.list-table td {
  padding: .25em;
  line-height: 1.25em;
}

.list-table th {
  border-bottom: 1px solid #e5edee;
}

.list-table tr:nth-child(5n) td {
  border-bottom: 1px solid #e5edee;
}

.main .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-size: 105%;
  text-align: center;
  cursor: pointer;
}

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

.video-play {
  display: inline-block;
  color: #fff;
  font-size: 2.5em;
  text-shadow: 0 0 1px rgba(114, 116, 120, 0.5);
  opacity: .75;
  transition: opacity .25s linear;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10999;
  transition: opacity .5s linear;
}

.modal.is-hidden {
  opacity: 0;
}

.modal.is-removed {
  display: none;
}

.modal-container {
  width: 90%;
  max-width: 1306px;
  position: relative;
  padding: 26px;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px -8px rgba(114, 116, 120, 0.5);
}

@media only screen and (max-width: 767px) {
  .modal-container {
    height: calc(100vh - 30px);
    padding-right: 15px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .modal-container {
    width: 70%;
  }
}

.modal-close {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 20000;
  padding: .25em;
  color: #727478;
}

@media only screen and (max-width: 767px) {
  .modal-close {
    position: sticky;
    float: right;
    top: 0;
    right: 0;
  }
}

.modal-close:hover, .modal-close:focus {
  color: #70b6bc;
}

html.dev body::before,
html.dev body::after {
  z-index: 10000;
  height: 30px;
  background-color: #f07;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

html.dev body::before {
  content: "xs";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 60px;
}

@media only screen and (min-width: 480px) {
  html.dev body::before {
    content: "xs-sm";
  }
}

@media only screen and (min-width: 768px) {
  html.dev body::before {
    content: "sm-md";
  }
}

@media only screen and (min-width: 992px) {
  html.dev body::before {
    content: "md-lg";
  }
}

@media only screen and (min-width: 1200px) {
  html.dev body::before {
    content: "lg-xl";
  }
}

@media only screen and (min-width: 1600px) {
  html.dev body::before {
    content: "xl-xxl";
  }
}

@media only screen and (min-width: 1800px) {
  html.dev body::before {
    content: "xxl";
  }
}

html.dev body::after {
  content: "v-xs";
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
}

@media only screen and (min-height: 480px) {
  html.dev body::after {
    content: "v-sm-md";
  }
}

@media only screen and (min-height: 640px) {
  html.dev body::after {
    content: "v-md-lg";
  }
}

@media only screen and (min-height: 960px) {
  html.dev body::after {
    content: "v-lg-xl";
  }
}

@media only screen and (min-height: 1080px) {
  html.dev body::after {
    content: "v-xl";
  }
}
