/* RESET */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Light.eot');
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Bold.eot');
  src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Medium.eot');
  src: url('../fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Medium.woff') format('woff'), url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.desktop-only {
  display: block !important;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* GENERAL */
html {
  position: relative;
  z-index: 1;
  background: #014296;
  background: #000;
}
body {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.spine {
  content: "";
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("../img/bg.png");
  opacity: 0.7;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 100% top;
  -webkit-transition: background 900ms ease;
  -moz-transition: background 900ms ease;
  -ms-transition: background 900ms ease;
  -o-transition: background 900ms ease;
}
.bg-image {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url("../img/background.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% center;
  -webkit-transition: background 900ms ease;
  -moz-transition: background 900ms ease;
  -ms-transition: background 900ms ease;
  -o-transition: background 900ms ease;
}
@media (max-height: 1440px) {
  .spine {
    background-image: url("../img/1440-bg.png");
  }
}
@media (max-height: 1080px) {
  .spine {
    background-image: url("../img/1080-bg.png");
  }
}
@media (max-height: 800px) {
  .spine {
    background-image: url("../img/800-bg.png");
  }
}
header {
  display: block;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
header .logo {
  height: 44px;
  width: auto;
  position: absolute;
  left: 20px;
  top: 20px;
}
header .share {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  padding-bottom: 14px;
  color: #FFFFFF;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
p.lead {
  font-weight: bold;
}
h1 {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  overflow: hidden;
  text-align: center;
  padding: 43px 0 46px 0;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
h2 {
  font-weight: bold;
  font-size: 60px;
  overflow: hidden;
  padding: 10px 0 20px 0;
  line-height: 60px;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
h3 {
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  padding: 0 0 14px 0;
  line-height: 26px;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
h4 {
  font-weight: bold;
  font-size: 36px;
  overflow: hidden;
  padding: 0 0 0 0;
  line-height: 36px;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
sup {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
}
.heading .cut {
  overflow: hidden;
  float: left;
  margin-right: 20px;
  display: inline-block;
  padding-bottom: 5px;
}
.intro-heading .cut {
  overflow: visible;
  display: inline-block;
}
html * {
  outline: none;
}
a {
  color: #fff;
}
.ref {
  vertical-align: super;
  font-size: 10px;
  line-height: 1.6em;
}
.slide-accordion .ref {
  vertical-align: inherit;
  margin-right: 5px;
  font-size: 1em;
  line-height: 12px;
  float: left;
}
.slide-accordion p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
article span.date {
  font-size: 1.8em;
}
.container {
  -webkit-transition: all 900ms ease 200ms;
  -moz-transition: all 900ms ease 200ms;
  -ms-transition: all 900ms ease 200ms;
  -o-transition: all 900ms ease 200ms;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.container article {
  width: 100%;
  margin: 200px 0 0 0;
}
.container .col-main {
  float: left;
  width: 57.63%;
  padding-bottom: 50px;
}
.container .col-image {
  float: right;
  width: 40.59%;
}
span {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.img-container {
  position: relative;
  overflow: hidden;
}
.fact {
  width: 65%;
  float: right;
  margin-top: 40px;
  position: relative;
}
.fact:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: -70px;
  border: 2px solid #fff;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fact:after {
  content: '';
  font-weight: 500;
  font-size: 36px;
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  left: -55px;
  top: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url("../img/question.svg") no-repeat 0 0;
}
.fact > span {
  font-size: 1.4em;
  font-weight: 500;
}
.fact p {
  margin: 10px 0 0 0;
}
.caption {
  display: none;
  font-size: 0.8em;
  padding: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.start {
  max-width: 1000px;
  margin: 0 auto;
  /* -moz-animation-name: fadeInUp;   -o-animation-name: fadeInUp;   animation-name: fadeInUp;  animation-delay: 150ms;*/
}
.start a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0px 0 50px 0;
  margin: 0 auto;
  font-size: 14px;
  color: #cad400;
  font-weight: bold;
  text-align: center;
}
.start a:after {
  content: "";
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 12px;
  position: relative;
  top: 0px;
  right: 0px;
  background: url("../img/right-lime.svg") no-repeat 0 0;
  background-size: 12px 18px;
  margin-left: 18px;
}
.start p {
  text-align: center;
  max-width: 770px;
  padding: 0 0 20px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin: 0 auto;
}
.share-page {
  max-width: 1000px;
  margin: 0 auto;
}
.share-page span.share-heading {
  font-weight: bold;
  font-size: 2em;
  overflow: hidden;
  text-align: center;
  margin: 40px 0 20px 0;
  float: left;
  width: 100%;
  display: block;
}
.share-page p {
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
}
/* ACTIVE FRAME */
@media (min-width: 768px) {
  /*not on mobile*/
  .col-image .img-container {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    opacity: 0;
    -webkit-transition: 0.35s ease-in-out 500ms;
    -moz-transition: 0.35s ease-in-out 500ms;
    -ms-transition: 0.35s ease-in-out 500ms;
    -o-transition: 0.35s ease-in-out 500ms;
  }
  .slick-active .fact {
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 300ms;
  }
  .slick-active .col-main {
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 300ms;
  }
  .slick-active .img-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}
/* MOBILE NAVIGATION */
.mobile-nav {
  display: none;
  position: fixed;
  height: 44px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background: #cad400;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.mobile-nav li {
  display: block;
  float: left;
  position: relative;
}
.mobile-nav .menu-btn {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  line-height: 65px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mobile-nav .menu-btn a {
  color: #1D1E1F;
  text-decoration: none;
  z-index: 10;
  position: relative;
  display: block;
  margin-top: -12px;
}
.mobile-nav .menu-btn:after {
  display: block;
  content: '';
  height: 78px;
  width: 78px;
  background: #cad400;
  background-image: url(../img/up.svg);
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 12px 8px;
  position: absolute;
  top: -16px;
  right: -12px;
  border-radius: 100%;
}
.mobile-nav .right-btn {
  float: right;
  font-size: 14px;
  line-height: 44px;
}
.mobile-nav .right-btn a {
  padding-right: 50px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.mobile-nav .right-btn a:after {
  display: block;
  content: '';
  height: 18px;
  width: 12px;
  background: url(../img/right.svg) no-repeat center center;
  background-size: 12px 18px;
  position: absolute;
  top: 13px;
  right: 20px;
}
.mobile-nav .left-btn {
  float: left;
  font-size: 14px;
  line-height: 44px;
}
.mobile-nav .left-btn a {
  padding-left: 50px;
  color: #202020;
  font-weight: 700;
  text-decoration: none;
}
.mobile-nav .left-btn:after {
  display: block;
  content: '';
  height: 18px;
  width: 12px;
  background: url(../img/left.svg) no-repeat center center;
  background-size: 12px 18px;
  position: absolute;
  top: 13px;
  left: 20px;
}
/*  NAVIGATION DESKTOP  */
.nav-wrapper {
  display: block;
  width: 100%;
  height: 112px;
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0%;
}
.nav-wrapper nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -28px;
}
.nav-wrapper nav ul {
  display: block;
  float: left;
  position: relative;
  left: 0px;
  width: 10000px;
  padding-top: 8px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.nav-wrapper nav ul:before {
  position: absolute;
  left: 0px;
  top: 32px;
  content: "";
  height: 8px;
  width: 24.1%;
  background: #ffffff;
  opacity: 0.4;
}
.nav-wrapper nav ul li {
  display: inline-block;
  cursor: pointer;
  float: left;
  height: 58px;
  width: 58px;
  margin: 0 70px;
  background: #cad400;
  -webkit-border-radius: 65px;
  -moz-border-radius: 65px;
  border-radius: 65px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 4px solid #212121;
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.nav-wrapper nav ul li span {
  display: block;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.nav-wrapper nav ul li .year-only {
  margin-top: 26px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.nav-wrapper nav ul li .year-only.small {
  font-size: 10px;
  margin-top: 21px;
}
.nav-wrapper nav ul li .year {
  position: absolute;
  margin-top: -30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.nav-wrapper nav ul li .month {
  font-size: 21px;
  margin-top: 16px;
  font-weight: bold;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.nav-wrapper nav ul li .month--small {
  font-size: 14px;
  margin-top: 12px;
}
.nav-wrapper nav ul li .title {
  display: none;
}
.nav-wrapper nav ul li:first-child {
  margin-left: 0px;
}
.nav-wrapper nav ul li:last-child {
  margin-right: 0px;
}
.nav-wrapper nav ul li.start,
.nav-wrapper nav ul li.end {
  background: #25241D;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 3px solid #fff;
}
.nav-wrapper nav ul li.start span,
.nav-wrapper nav ul li.end span {
  color: #fff;
}
.nav-wrapper nav ul li.start .year-only,
.nav-wrapper nav ul li.end .year-only {
  font-size: 12px;
  font-weight: bold;
  margin-top: 18px;
}
.nav-wrapper nav ul li.start .year-only {
  margin-top: 21px;
}
.nav-wrapper nav ul li.end .year-only {
  margin-top: 21px;
}
.nav-wrapper nav ul li:hover {
  background: #25241D;
  border-color: #25241D;
}
.nav-wrapper nav ul li:hover span {
  color: #cad400;
}
.nav-wrapper nav ul li:hover .month {
  color: #cad400;
}
.nav-wrapper nav ul li.current {
  background: #25241D;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  -ms-transform: scale(1.75);
  -o-transform: scale(1.75);
}
.nav-wrapper nav ul li.current span {
  color: #fff;
}
.nav-wrapper nav ul li.current .year {
  font-size: 8px;
}
.nav-wrapper nav ul li.current .month {
  color: #FFFFFF;
  margin-top: 24px;
}
.nav-wrapper nav ul li.current .year-only.small {
  margin-top: 23px;
}
.nav-wrapper nav ul li.current .month--small {
  margin-top: 20px;
}
.nav-wrapper nav ul li.current .year-only {
  margin-top: 22px;
}
.nav-wrapper nav ul li.current .year {
  margin-top: 14px;
}
.nav-wrapper nav ul li.current .year--small {
  margin-top: 9px;
}
/* MOBILE MENU  */
.slider.active {
  overflow: hidden;
}
/* REmove overflow when nav is open */
.mobile-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100%;
  left: 0%;
  background: #cad400;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  overflow-y: scroll;
}
.mobile-menu .mobile-nav-header {
  display: block;
  height: 64px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d6df12;
}
.mobile-menu .mobile-nav-header .logo {
  height: 30px;
  width: auto;
  position: absolute;
  left: 20px;
  top: 20px;
}
.mobile-menu .mobile-nav-header .close {
  height: 44px;
  width: 44px;
  background: url('../img/close.svg') no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  position: absolute;
  right: 6px;
  top: 10px;
}
.mobile-menu.active {
  top: 0px;
}
.mobile-menu nav {
  display: block;
  width: 100%;
}
.mobile-menu nav ul {
  display: block;
  float: left;
  position: relative;
  padding: 0px;
}
.mobile-menu nav ul li {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 15px 30px;
}
.mobile-menu nav ul li span {
  display: inline-block;
  color: #000;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
.mobile-menu nav ul li .date {
  display: block;
  float: left;
  width: 33%;
  font-size: 14px;
}
.mobile-menu nav ul li .date .year-only {
  font-weight: 300;
}
.mobile-menu nav ul li .date .year {
  font-weight: 300;
}
.mobile-menu nav ul li .date .month {
  font-weight: 300;
}
.mobile-menu nav ul li .date .month--small {
  vertical-align: middle;
  font-size: 10px;
}
.mobile-menu nav ul li .title {
  width: 66%;
}
.mobile-menu nav ul li:first-child {
  margin-left: 0px;
}
.mobile-menu nav ul li:last-child {
  margin-left: 0px;
}
.mobile-menu nav ul li:hover {
  background: #d6df12;
}
/* LEFR RIGHT ARROWS */
.slick-prev {
  left: 0px;
  background: url(../img/left.svg) no-repeat 50% center;
  background-size: 12px 18px;
  z-index: 1000;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.slick-next {
  right: 0px;
  background: url(../img/right.svg) no-repeat 50% center;
  background-size: 12px 18px;
  z-index: 1000;
  -webkit-border-top-left-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.slick-prev,
.slick-next {
  opacity: 1;
  padding: 30px 35px;
  background-color: #cad400;
}
.slick-prev:hover,
.slick-prev:focus {
  background: url(../img/left.svg) no-repeat 0% center;
  background-size: 12px 18px;
  z-index: 1000;
  background-color: #cad400;
}
.slick-next:focus,
.slick-next:hover {
  background: url(../img/right.svg) no-repeat 50% center;
  background-size: 12px 18px;
  z-index: 1000;
  background-color: #cad400;
}
.slick-prev:hover {
  background: url(../img/left.svg) no-repeat 30% center;
  background-size: 12px 18px;
  background-color: #cad400;
}
.slick-next:hover {
  background: url(../img/right.svg) no-repeat 70% center;
  background-size: 12px 18px;
  background-color: #cad400;
}
.slick-next.slick-disabled {
  /*right:-100px;*/
  opacity: 0;
  visibility: hidden;
}
.slick-prev.slick-disabled {
  /* left:-100px;*/
  opacity: 0;
  visibility: hidden;
}
/* accordion */
.slide-accordion {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.slide-accordion h3.reference {
  padding: 15px 0 10px 10px ;
  cursor: pointer;
  border-bottom: 1px solid #558bd1;
  border-top: 1px solid #558bd1;
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  font-size: 1em;
  font-weight: 500;
}
.slide-accordion h3.reference:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slide-accordion h3.reference:after {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/up-lime.svg) no-repeat 50% center;
  background-size: 40px 40px;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.slide-accordion div {
  padding: 20px;
}
.slide-accordion p {
  font-size: 0.7em;
  padding-bottom: 10px;
  line-height: 1.4em;
}
.active h3:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* RESPONSIVE */
@media (min-width: 1400px) {
  .container article {
    margin: 250px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .container article {
    margin: 300px 0 0 0;
  }
}
@media (max-height: 1000px) {
  .container article {
    margin: 270px 0 0 0;
  }
}
@media (max-width: 1380px) {
  .slick-prev,
  .slick-next {
    /*top:130px; */
    opacity: 0.6;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-weight: bold;
    font-size: 3em;
    overflow: hidden;
    text-align: center;
    padding: 25px 0 20px 0;
  }
  h2 {
    font-weight: bold;
    font-size: 3em;
    overflow: hidden;
    padding: 20px 0 30px 0;
    line-height: 1.2em;
  }
  .container {
    max-width: auto;
    margin: 0 20px;
  }
}
@media (max-width: 1000px) {
  .container .col-main {
    float: left;
    width: 47%;
  }
  .container .col-image {
    float: right;
    width: 45%;
  }
  .col-image .fact {
    width: 80%;
  }
}
@media (max-width: 900px) {
  .container .col-main {
    float: left;
    width: 53%;
  }
  .container .col-image {
    margin-top: 50px;
    float: right;
    width: 40%;
  }
  .col-image .fact {
    width: 100%;
  }
  .col-image .fact:before,
  .col-image .fact:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .container article {
    margin: 170px 0 0 0;
  }
  .container .col-main {
    width: 100%;
  }
  .container .col-image {
    width: 100%;
    margin-top: 00px;
    padding-bottom: 100px;
  }
  .fact {
    margin-top: 10px;
    width: 100%;
  }
  .fact:before,
  .fact:after {
    display: none;
  }
  .img-container {
    margin: 0 0 20px 0;
  }
  .nav-wrapper {
    top: 65px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
  }
  h1 {
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    overflow: hidden;
    margin: 0px 0 0px 0;
    padding: 0px 0px 10px 0px;
  }
  h2 {
    font-weight: bold;
    text-align: center;
    font-size: 2.2em;
    overflow: hidden;
    margin: 0px 0 0px 0;
    line-height: 1em;
    padding: 0px 0 20px 0;
  }
  h2 * {
    display: inline-block !important;
    visibility: visible !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  h2 ul {
    display: none !important;
  }
  article span.date {
    display: none;
    font-size: 1.8em;
  }
  .start p,
  .share-page p {
    font-size: 16px;
    line-height: 24px;
  }
  .slide-accordion {
    padding: 20px 0;
  }
  .caption {
    right: inherit;
    left: 0px;
  }
  .spine {
    background-position: 50% top !important;
  }
  .heading .cut {
    float: inherit;
    margin: 0px;
    overflow: visible;
  }
  .intro-heading .cut {
    overflow: visible;
  }
  .intro-heading,
  .intro-heading * {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .share-page {
    padding-bottom: 100px;
  }
  .share-page span.share-heading {
    font-size: 21px;
    line-height: 21px;
  }
  .nav-wrapper nav ul:before {
    top: 27px;
    width: 15.1%;
  }
  .nav-wrapper nav ul li {
    margin: 0 40px;
    width: 44px;
    height: 44px;
  }
  .nav-wrapper nav ul li .month {
    font-size: 16px;
    margin-top: 11px;
  }
  .nav-wrapper nav ul li .month--small {
    font-size: 10px;
    margin-top: 8px;
  }
  .nav-wrapper nav ul li .year {
    opacity: 0;
    margin-top: 18px;
  }
  .nav-wrapper nav ul li .year-only {
    font-size: 8px;
    margin-top: 14px;
  }
  .nav-wrapper nav ul li .year-only.small {
    font-size: 8px;
    margin-top: 15px;
  }
  .nav-wrapper nav ul li.start .year-only {
    margin-top: 13px;
  }
  .nav-wrapper nav ul li.end .year-only {
    font-size: 9px;
    margin-top: 16px;
  }
  .nav-wrapper nav ul li.current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-width: 4px;
  }
  .nav-wrapper nav ul li.current .year-only.small {
    font-size: 8px;
  }
  .nav-wrapper nav ul li.current .year {
    opacity: 1;
    margin-top: 11px;
  }
  .nav-wrapper nav ul li.current .month {
    margin-top: 18px;
  }
  .nav-wrapper nav ul li.current .month--small {
    margin-top: 18px;
    font-size: 8px;
  }
  .nav-wrapper nav ul li.current .year-only {
    margin-top: 16px;
  }
  .nav-wrapper nav ul li.current .year-only.small {
    margin-top: 15px;
  }
  .nav-wrapper nav ul li.current.start .year-only {
    margin-top: 13px;
  }
}
/* SHARE */
.addthis_inline_share_toolbox_v5n6 {
  text-align: center;
  padding-bottom: 40px;
}
.addthis_inline_share_toolbox_v5n6 a.at-share-btn {
  margin: 0 10px 5px !important;
}
.addthis_inline_share_toolbox div a {
  display: block;
  height: 35px;
  width: 27px;
  background: url("../img/share.svg") no-repeat 0 0 !important;
  position: absolute;
  background-size: 27px 35px !important;
  right: 20px;
  top: 20px;
}
.addthis_inline_share_toolbox div span {
  display: none;
}
/*animation*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*1st slide */
.body-slide-0 .slick-next {
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-position: 70% center !important;
  color: #202020;
  text-indent: -80px;
  padding: 30px 35px 30px 100px;
}
.body-slide-0 .slick-next:hover {
  background-position: 90% center !important;
}
.body-slide-0 .mobile-nav {
  bottom: -100px;
}
/*FUTRE*/
.body-slide-11 .col-main p:last-child {
  padding-bottom: 40px;
}
/**/
.slide-accordion > div {
  visibility: hidden;
}
.slick-slide {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -ms-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
}
.slick-active {
  opacity: 1;
}
