/* Settings */
/*********************
BREAKPOINTS
*********************/
/* Normalize */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* Base */
@font-face {
  font-family: 'cbs-newbold';
  src: url("../fonts/cbs_new_bold-webfont.eot");
  src: url("../fonts/cbs_new_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cbs_new_bold-webfont.woff2") format("woff2"), url("../fonts/cbs_new_bold-webfont.woff") format("woff"), url("../fonts/cbs_new_bold-webfont.ttf") format("truetype"), url("../fonts/cbs_new_bold-webfont.svg#cbs_newbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cbs-new-regular';
  src: url("../fonts/cbs_new_regular-webfont.eot");
  src: url("../fonts/cbs_new_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cbs_new_regular-webfont.woff2") format("woff2"), url("../fonts/cbs_new_regular-webfont.woff") format("woff"), url("../fonts/cbs_new_regular-webfont.ttf") format("truetype"), url("../fonts/cbs_new_regular-webfont.svg#cbs_newregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
button,
input,
select,
textarea {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57em;
  font-family: "Verdana", sans-serif;
  color: #666666; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }
  p.standfirst {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4; }

cite,
dfn,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

strong {
  font-weight: 700; }

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

.centered {
  display: block;
  text-align: center; }

h2.centered {
  margin: 2em 0 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "cbs-newbold"; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4967aa; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #ff665e; }

h1 {
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4em;
  color: #4967aa;
  text-transform: uppercase;
  margin-bottom: 0.58823529em; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.06666667em;
  color: #4967aa;
  text-transform: uppercase;
  margin-bottom: 0.33333333em; }
  h2.alt {
    text-align: center; }

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1em;
  color: #4967aa;
  text-transform: uppercase;
  margin-bottom: 0.38461538em; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  color: #4967aa;
  text-transform: uppercase; }
  h4.alt {
    text-align: right; }

a {
  color: #4967aa;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out; }
  a:hover, a:focus, a:active {
    color: #ff665e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

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

@-webkit-keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

/* Navigation */
body.navigation-is-active {
  overflow: hidden; }

.navigation {
  font-family: "cbs-newbold";
  line-height: 1.5em; }
  .navigation-main {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background: rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2; }
    @media (min-width: 768px) {
      .navigation-main {
        visibility: visible;
        display: inline;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto; } }
    .navigation-main.is-active {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #fff;
      -webkit-transition: all 250ms ease-in-out;
      transition: all 250ms ease-in-out;
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      @media (min-width: 768px) {
        .navigation-main.is-active {
          visibility: visible;
          display: inline;
          opacity: 1;
          position: relative;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; } }
    .navigation-main__content {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .navigation-main__content {
          display: inline;
          position: relative;
          top: 0;
          -webkit-transform: none;
                  transform: none; }
          .home .navigation-main__content {
            display: block; } }
  .navigation--header {
    font-size: 28px;
    font-size: 1.75rem; }
    @media (min-width: 768px) {
      .navigation--header {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 100px; }
        .home .navigation--header {
          margin-top: 20px; } }
    @media (min-width: 1024px) {
      .navigation--header {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1200px) {
      .navigation--header {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media (min-width: desktop-lg) {
      .navigation--header {
        font-size: 28px;
        font-size: 1.75rem; } }
  @media (min-width: 768px) {
    .navigation--left {
      float: left;
      width: 42.5%; }
      .home .navigation--left {
        width: 50%; } }
  @media (min-width: 768px) {
    .navigation--right {
      float: right;
      width: 42.5%; }
      .navigation--right__list {
        float: right; }
      .home .navigation--right {
        width: 50%; } }
  .navigation--footer {
    font-family: "cbs-new-regular";
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .navigation--footer {
        float: right;
        padding: 0; } }
  @media (min-width: 768px) {
    .navigation__list--left {
      float: right;
      margin-right: 0.75em; }
      .home .navigation__list--left {
        margin-right: 0; }
    .navigation__list--right {
      margin-left: 0.75em; }
      .home .navigation__list--right {
        margin-left: 0; } }
  @media (min-width: 768px) {
    .navigation__item {
      float: left;
      margin: 0 0.75em; } }
  .navigation__item a {
    color: #333333; }
    .navigation__item a:hover {
      color: #ff665e; }
    @media (min-width: 768px) {
      .home .header .navigation__item a {
        color: #ffffff; }
        .home .header .navigation__item a:hover {
          color: #ff665e; } }
  .navigation__link {
    text-decoration: none;
    text-transform: uppercase; }

.toggle-menu {
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 1;
  z-index: 100; }
  .toggle-menu:focus {
    outline: none; }
  @media (min-width: 768px) {
    .toggle-menu {
      display: none; } }
  .toggle-menu__text {
    display: none; }
  .toggle-menu__lines {
    content: " ";
    height: 4px;
    width: 40px;
    background: #4967aa;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
    .home .toggle-menu__lines {
      background: #ffffff; }
  .toggle-menu__lines:before {
    content: " ";
    height: 4px;
    width: 40px;
    background: #4967aa;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-transform: translateY(-10px) translateX(-50%);
            transform: translateY(-10px) translateX(-50%); }
    .home .toggle-menu__lines:before {
      background: #ffffff; }
  .toggle-menu__lines:after {
    content: " ";
    height: 4px;
    width: 40px;
    background: #4967aa;
    display: inline-block;
    position: absolute;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%); }
    .home .toggle-menu__lines:after {
      background: #ffffff; }
  .toggle-menu.is-active .toggle-menu__lines {
    background: transparent; }
    .toggle-menu.is-active .toggle-menu__lines:after {
      background: #4967aa;
      -webkit-transform: translateY(0px) translateX(-50%) rotate(45deg);
              transform: translateY(0px) translateX(-50%) rotate(45deg); }
    .toggle-menu.is-active .toggle-menu__lines:before {
      background: #4967aa;
      -webkit-transform: translateY(0px) translateX(-50%) rotate(-45deg);
              transform: translateY(0px) translateX(-50%) rotate(-45deg); }

/* Layout */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-attachment: fixed;
  background-image: url(../img/net-01-666.svg);
  background-repeat: no-repeat;
  background-size: 100%; }
  body.modal-open {
    overflow: hidden; }

.site-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; }
  .home .site-container {
    padding-top: 0; }

*:focus {
  outline: none !important; }

.article {
  position: relative;
  margin-bottom: 40px; }
  .article__close {
    position: absolute;
    right: 0;
    top: -35px; }
    @media (min-width: 768px) {
      .article__close {
        right: 50px;
        top: 40px; } }
  .article__page {
    width: 90%;
    max-width: 760px;
    margin: 0 auto; }
  .article__image {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .article__image {
        position: absolute;
        left: -33%;
        width: 46%;
        top: 60px;
        z-index: 1;
        max-height: 75vh; } }
    .article__image img {
      display: inline-block;
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .article__image--portrait {
        bottom: 110px;
        text-align: right; }
        .article__image--portrait img {
          display: inline-block;
          float: right;
          width: 100%; } }
  .article__content {
    box-shadow: inset 0 0 0 2px #4967aa;
    width: 100%;
    margin-left: 0;
    padding: 20px;
    position: relative;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .article__content {
        width: 75%;
        margin-left: 25%;
        padding: 60px 7% 60px 14%; } }
  .article__headline {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.2em; }
    @media (min-width: 768px) {
      .article__headline {
        font-size: 42px;
        font-size: 2.625rem; } }
    @media (min-width: 1024px) {
      .article__headline {
        font-size: 60px;
        font-size: 3.75rem; } }
  .article__born, .article__when, .article__where {
    font-family: "cbs-new-regular";
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25em;
    margin: 0;
    text-transform: uppercase; }
    .article__born strong, .article__when strong, .article__where strong {
      font-family: "cbs-newbold"; }
    @media (min-width: 768px) {
      .article__born, .article__when, .article__where {
        font-size: 17px;
        font-size: 1.0625rem; } }
    @media (min-width: 1024px) {
      .article__born, .article__when, .article__where {
        font-size: 24px;
        font-size: 1.5rem; } }
  .article__born {
    margin-bottom: 1em; }
  .article__subheader {
    font-family: "cbs-new-regular";
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1em;
    padding-top: 0.5em;
    margin-bottom: 0.6em; }
    @media (min-width: 768px) {
      .article__subheader {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (min-width: 1024px) {
      .article__subheader {
        font-size: 34px;
        font-size: 2.125rem; } }
  .article__text {
    line-height: 1.86;
    margin-top: 1.4em; }
  .article__link {
    font-family: "cbs-newbold";
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.1em;
    text-decoration: none; }
  .article__additional-info {
    border-top: 2px solid #4967aa;
    padding: 18px 90px 20px 20px;
    position: relative;
    top: 0;
    margin: 0 -18px -18px;
    position: relative;
    font-style: italic; }
    @media (min-width: 768px) {
      .article__additional-info {
        top: 60px;
        padding: 18px 26% 20px;
        margin: 0 -13% 0 -26%; } }
    .article__additional-info p:last-child {
      margin: 0; }
    .article__additional-info:before {
      content: " ";
      background: url("../img/icon-globe.svg") no-repeat;
      background-size: 30px;
      background-position: center;
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 70px;
      border-left: 2px solid #4967aa; }
      @media (min-width: 768px) {
        .article__additional-info:before {
          width: 16%;
          background-size: 20%; } }

.manchet {
  text-align: center;
  font-family: "cbs-new-regular";
  font-size: 24px;
  font-size: 1.5rem; }

.ducksuite {
  margin: 40px 0;
  padding-top: 40px; }

.link__fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }
  .video-container embed,
  .video-container iframe,
  .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Isotope grid */
.grid {
  margin: 0; }
  @media (min-width: 768px) {
    .grid {
      margin: 0 -1.3% 0; } }
  @media (min-width: 1024px) {
    .grid {
      margin: 0 -0.976563% 0; } }

.grid-sizer,
.box {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .grid-sizer,
    .box {
      width: 47.4%;
      margin: 0 1.3% 20px; } }
  @media (min-width: 1024px) {
    .grid-sizer,
    .box {
      width: 23.046874%;
      margin: 0 0.976563% 20px; } }

/* Components*/
.header {
  text-align: center;
  margin-bottom: 34px;
  position: relative; }
  .home .header {
    height: 495px;
    margin-bottom: 46px;
    z-index: 2; }
  .header__logo {
    display: inline-block;
    width: 70px; }
    .home .header__logo {
      width: 194px; }
    @media (min-width: 768px) {
      .header__logo {
        width: 160px;
        width: 15%;
        vertical-align: middle; }
        .home .header__logo {
          width: 210px; } }
    .home .header__logo {
      left: 50%;
      margin-top: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .header__tagline {
    font-family: "cbs-newbold";
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 1em 0;
    line-height: 1.1em; }
  .header__logo-image {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: auto; }

.footer {
  margin-top: 40px; }

.box {
  padding: 25px 20px;
  box-shadow: inset 0 0 0 1px #bcbcbc;
  -webkit-transition: box-shadow 150ms ease-in-out;
  transition: box-shadow 150ms ease-in-out;
  background-color: rgba(255, 255, 255, 0.85); }
  .featured-events--reduced .box {
    padding: 15px 20px 6px; }
  .box:hover {
    box-shadow: inset 0 0 0 2px #ff665e;
    -webkit-transition: box-shadow 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out; }
    .box:hover a,
    .box:hover h2 {
      color: #ff665e; }
  .box--past-event {
    box-shadow: inset 0 0 0 1px #bcbcbc; }
    .box--past-event h2,
    .box--past-event p {
      color: #bcbcbc; }
    .box--past-event:hover h2,
    .box--past-event:hover p {
      color: #ff665e; }
  .box--featured {
    box-shadow: inset 0 0 0 2px #4967aa; }
  .box__media {
    margin-bottom: 20px;
    position: relative; }
    .box__media img {
      width: 100%;
      height: auto;
      vertical-align: middle; }
  .box__image {
    width: 100%;
    height: auto; }
  .box__thumbnail {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-bottom: 133%;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
  .box__thumbnail-overlay {
    background: #3f5992;
    background: rgba(63, 89, 146, 0.8);
    color: #ffffff;
    font-family: "cbs-newbold";
    font-size: 28px;
    font-size: 1.75rem;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
    top: 0;
    width: 100%;
    /*
        @at-root .box--portrait:hover & {
            opacity: 1;
        }
*/ }
    .box__thumbnail-overlay .box__thumbnail-text {
      position: relative;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .box__date-time {
    font-family: "cbs-new-regular";
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2em;
    margin: 0; }
  .box__title {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    margin-bottom: 0.3em; }
    .box__title a {
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      text-decoration: none; }
    .box--portrait .box__title {
      margin-bottom: 0.17em; }
    .box--story .box__title {
      margin-bottom: 0.3em; }
    .featured-events--reduced .box__title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .box__subtitle {
    font-family: "cbs-new-regular";
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1em;
    margin: 0; }
  .box__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: -0.4em; }
  .box__link {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-family: "cbs-newbold";
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 1em; }

.timeline {
  box-sizing: content-box;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .timeline {
      margin-bottom: 50px;
      padding-bottom: 150px; } }
  .timeline:after {
    position: absolute;
    right: 0;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: rgba(73, 103, 170, 0.5);
    display: block;
    content: " "; }
    @media (min-width: 768px) {
      .timeline:after {
        right: 50%;
        -webkit-transform: translateX(1px);
                transform: translateX(1px); } }
  .timeline a {
    text-decoration: none; }
  .timeline__current-year {
    color: #F4F4F2;
    display: none;
    font-family: "cbs-newbold";
    font-size: 600px;
    font-size: 37.5rem;
    text-align: center;
    z-index: 1; }
  .timeline__current-year-text {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  .timeline__decades {
    z-index: 2; }
  .timeline__decade {
    clear: right;
    color: #c5c5c5;
    cursor: pointer;
    float: right;
    font-family: "cbs-new-regular";
    font-size: 16px;
    font-size: 1rem;
    height: 8.333%;
    width: 30px; }
    .timeline__decade:last-child {
      margin-bottom: 0; }
    .timeline__decade.active {
      color: #4967aa;
      font-family: "cbs-newbold"; }
  .timeline__decade-text {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .timeline__items-wrapper {
    z-index: 3; }
    .timeline-fixed .timeline__items-wrapper {
      z-index: 3; }
  .timeline__items {
    /*
        height: 100%;
        left: 0;
        padding-top: 50vh;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        */ }
    .timeline__items:after {
      display: block;
      content: " ";
      float: none;
      clear: both; }
  .timeline__item {
    box-sizing: content-box;
    font-family: "cbs-new-regular";
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    box-shadow: inset 0 0 0 2px #4967aa;
    padding-top: 20px;
    background-color: white;
    margin-right: 30px;
    /*
        &:after {
            background: transparent url('../img/timeline-dots.png') repeat-y 0 0;
            background-size: 100% auto;
            bottom: 0;
            content: "";
            display: block;
            height: 50px;
            left: 50%;
            margin-left: -1px;
            position: absolute;
            width: 2px;
        }

        &.active:after {
            @include breakpoint(850px) {
                margin-left: -121px;
            }
        }

        &:last-child:after {
            display: none;
        }
        */ }
    .timeline__item--hide {
      display: none; }
      .timeline__item--hide:nth-child(2n+1), .timeline__item--hide:nth-child(2n+2) {
        display: none !important; }
    @media (min-width: 768px) {
      .timeline__item {
        background: transparent;
        width: 50%;
        box-shadow: none; }
        .timeline__item:after {
          clear: both;
          display: block;
          content: " "; }
        .timeline__item:nth-child(2n+1) {
          float: left; }
        .timeline__item:nth-child(2n+2) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .timeline__card {
    line-height: 1em;
    text-transform: uppercase;
    padding: 20px; }
    @media (min-width: 768px) {
      .timeline__card {
        box-shadow: inset 0 0 0 2px #4967aa;
        background: white;
        width: 62.5%;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        top: 20px;
        display: inline-block; }
        .timeline__card:hover {
          box-shadow: inset 0 0 0 2px #ff665e; }
        .timeline__item:nth-child(2n+1) .timeline__card {
          margin-left: 27.5%;
          padding-left: 14%; }
        .timeline__item:nth-child(2n+2) .timeline__card {
          margin-left: 14%;
          padding-right: calc(14% + 20px); } }
    .timeline__item.active .timeline__card {
      box-sizing: border-box;
      position: relative;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transition: 666ms;
      transition: 666ms;
      z-index: 2; }
      @media (min-width: 850px) {
        .timeline__item.active .timeline__card {
          width: 468px; } }
    .timeline__item .timeline__card.active {
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg); }
  .timeline__item.active .timeline__additional-info, .timeline__item.active .timeline__details {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: solid 2px #4967aa;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: left;
    width: 100%; }
    @media (min-width: 768px) {
      .timeline__item.active .timeline__additional-info, .timeline__item.active .timeline__details {
        padding: 30px 40px; } }
  .timeline__item.active .timeline__additional-info > *, .timeline__item.active .timeline__details > * {
    display: block; }
  .timeline__additional-info {
    display: none;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .timeline__details {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    z-index: 1;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .timeline__details {
        padding: 0; } }
  .timeline__year {
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    right: -38px;
    font-size: 18px;
    font-size: 1.125rem;
    background: #4967aa;
    height: 40px;
    width: 48px;
    line-height: 40px;
    text-align: center;
    z-index: 1; }
    .timeline__item.active .timeline__year {
      font-size: 45px;
      font-size: 2.8125rem; }
    @media (min-width: 768px) {
      .timeline__item:nth-child(2n+1) .timeline__year {
        right: -24px;
        top: 40px; }
      .timeline__item:nth-child(2n+2) .timeline__year {
        right: auto;
        left: 6px;
        top: 40px; } }
  .timeline__summary {
    margin-bottom: 17px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .timeline__summary {
        font-size: 30px;
        font-size: 1.875rem; } }
  .timeline__full-story-link {
    font-family: "cbs-newbold";
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .timeline__full-story-link {
        font-size: 25px;
        font-size: 1.5625rem; } }
  .timeline__media {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 20px 20px;
    /*
        position: absolute;
        right: 435px;
        top: 0;
        width: 315px;
        */ }
    @media (min-width: 768px) {
      .timeline__media:hover ~ a {
        color: #ff665e;
        box-shadow: inset 0 0 0 2px #ff665e; } }
    @media (min-width: 768px) {
      .timeline__media {
        display: block;
        padding: 0;
        position: absolute;
        width: 37.5%;
        margin: 0;
        z-index: 2; }
        .timeline__item:nth-child(2n+2) .timeline__media {
          right: 0; } }
    .timeline__item.active .timeline__media {
      opacity: 1; }
    .timeline__media > * {
      display: block;
      width: 100%; }
  .timeline__gallery {
    overflow: hidden; }
    .timeline__gallery img {
      vertical-align: top;
      height: auto;
      width: 100%; }
  .timeline__gallery-item {
    position: relative;
    width: 100%;
    float: left; }
  .timeline__caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.33em;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background: white;
    color: #ffffff;
    font-family: verdana, "sans-serif";
    font-style: italic;
    color: #4967aa;
    display: block; }
  .timeline__video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .timeline__video-container > iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .timeline__card-control {
    bottom: 10px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px; }
    @media (min-width: 768px) {
      .timeline__card-control {
        right: 30px;
        bottom: 20px; } }
    .timeline__item.active .timeline__card-control {
      display: block; }
  .timeline__globe {
    display: block;
    height: 20px;
    width: 20px; }
    @media (min-width: 768px) {
      .timeline__globe {
        height: 34px;
        width: 34px; } }
  .timeline__load-rest {
    display: block;
    margin: 0 auto;
    border: none;
    background: transparent;
    margin-top: 80px;
    margin-bottom: 130px;
    position: relative;
    top: 90px; }
    .timeline__load-rest:hover {
      cursor: pointer; }
    .timeline__load-rest:focus {
      outline: 0; }
    .timeline__load-rest img {
      -webkit-animation: icon-bounce 2s infinite;
              animation: icon-bounce 2s infinite;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }

.alm-load-more-btn {
  display: block;
  margin: 0 auto;
  border: none;
  background: transparent;
  margin-bottom: 130px;
  position: relative;
  top: 40px;
  width: 200px;
  height: 100px;
  -webkit-animation: icon-bounce 2s infinite;
          animation: icon-bounce 2s infinite; }
  .alm-load-more-btn:before {
    content: " ";
    display: inline-block;
    height: 62px;
    width: 62px;
    background: yellow;
    background: url("../img/icon-anchor.png") no-repeat;
    background-size: 62px;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .alm-load-more-btn:hover {
    cursor: pointer; }
  .alm-load-more-btn:focus {
    outline: 0; }
  .alm-load-more-btn img {
    -webkit-animation: icon-bounce 2s infinite;
            animation: icon-bounce 2s infinite;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

.alm-btn-wrap {
  height: 100px; }

.next-posts {
  text-align: center; }
  .next-posts__indicator {
    display: none;
    padding-top: 20px; }
    .next-posts.active .next-posts__indicator {
      display: block; }
  .next-posts__indicator-icon {
    -webkit-animation: icon-rotate 666ms infinite;
            animation: icon-rotate 666ms infinite;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .next-posts__link {
    display: none; }

.taxonomy-filter {
  color: #bcbcbc;
  font-family: "cbs-newbold";
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.2em;
  line-height: 1;
  text-transform: uppercase; }
  .taxonomy-filter__link {
    color: #bcbcbc; }
    .taxonomy-filter__link.active {
      color: #4967aa; }

.video-intro {
  height: 495px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .video-intro__video {
    display: none;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    @media (min-width: 1024px) {
      .video-intro__video {
        top: 20%; } }
    @media (min-width: 1200px) {
      .video-intro__video {
        top: 50%; } }
    @media (min-width: desktop-lg) {
      .video-intro__video {
        top: 50%; } }
    .video .video-intro__video {
      display: block;
      z-index: 1; }
  .video-intro__poster {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.explore {
  padding-top: 20px;
  text-align: center;
  display: block; }
  .explore__subtitle {
    margin-bottom: 0.4em; }
  .explore__anchor:focus {
    outline: 0; }
  .explore__anchor img {
    -webkit-animation: icon-bounce 2s infinite;
            animation: icon-bounce 2s infinite;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }

.modal {
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 50px 20px 20px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 2000; }
  .modal-open .modal {
    visibility: visible; }
  .modal__content {
    margin: 0 auto;
    max-width: 1680px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
    .modal-open .modal__content {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .modal__overlay {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000; }
    .modal-open .modal__overlay {
      opacity: 1;
      visibility: visible; }

.facts__row {
  display: block; }
  @media (min-width: 768px) {
    .facts__row {
      margin-bottom: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.facts__item {
  position: relative;
  text-align: left;
  margin-bottom: 6.25vw;
  margin-bottom: 16vw; }
  .facts__item--01 img {
    width: 100%; }
  .facts__item--02 img {
    width: 100%; }
  .facts__item--03 img {
    width: 46.5vw;
    margin-left: 18vw; }
  .facts__item--04 img {
    width: 35vw;
    margin-left: 18vw; }
  .facts__item--05 img {
    width: 50vw;
    margin-left: 18vw; }
  .facts__item--06 img {
    width: 64vw;
    margin-left: 18vw; }
  .facts__item--07 img {
    width: 100%; }
  .facts__item--08 img {
    width: 77vw; }
  .facts__item--09 {
    padding-left: 9.5vw; }
    .facts__item--09 img {
      width: 70vw; }
  @media (min-width: 768px) {
    .facts__item {
      margin-bottom: 0; }
      .facts__item--01 {
        width: 48.2%; }
        .facts__item--01 img {
          width: 100%; }
      .facts__item--02 {
        margin-left: 2.6%;
        width: 49.2%; }
        .facts__item--02 img {
          width: 100%; }
      .facts__item--03 {
        width: 26%;
        margin-right: 12%; }
        .facts__item--03 img {
          width: 100%;
          margin-left: 0; }
      .facts__item--04 {
        width: 20.3%;
        margin-right: 7.1%; }
        .facts__item--04 img {
          width: 100%;
          margin-left: 0; }
      .facts__item--05 {
        width: 28%;
        margin-left: 3%; }
        .facts__item--05 img {
          width: 100%;
          margin-left: 0; }
      .facts__item--06 {
        width: 37.6%;
        margin-right: 16.6%; }
        .facts__item--06 img {
          margin-top: 20%;
          width: 100%;
          margin-left: 0; }
      .facts__item--07 {
        width: 45.8%; }
        .facts__item--07 img {
          width: 100%; }
      .facts__item--08 {
        width: 44.8%; }
        .facts__item--08 img {
          width: 100%; }
      .facts__item--09 {
        width: 40.1%;
        margin-left: 4.7%;
        padding-left: 0; }
        .facts__item--09 img {
          width: 100%; } }

.facts__img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sponsors-list__item {
    width: 25%;
    position: relative; }
  .sponsors-list__inner {
    padding-bottom: 100%; }
  .sponsors-list__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
    .sponsors-list__link:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .sponsors-list__image {
    width: 62%;
    height: auto;
    max-height: 62%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.social-sharing {
  margin-bottom: 20px;
  margin-top: 40px; }
  .social-sharing__item {
    float: left;
    margin-right: 20px; }
  .social-sharing__link {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: all 0.22s ease-in-out;
    transition: all 0.22s ease-in-out; }
    .social-sharing__link:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .social-sharing__link:focus {
      outline: none; }
    .social-sharing__link--facebook {
      background-image: url("../img/icon--facebook.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 12px 24px; }
    .social-sharing__link--twitter {
      background-image: url("../img/icon--twitter.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 24px 20px; }
    .social-sharing__link--linkedin {
      background-image: url("../img/icon--linkedin.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 24px 23px; }
    .social-sharing__link--mail {
      background-image: url("../img/icon--mail.svg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 24px 20px; }
  .social-sharing:after {
    clear: both;
    display: block;
    content: " "; }

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