@charset "UTF-8";
/* grid system */
/* break points */
/* fonts */
/* default */
/* colors */
/*==========  calculate px --> em  ==========*/
/*==========  font-size function  ==========*/
/* grid system */
/* box sizing */
/* clearfix */
/* font size */
/* fonts */
.optanon-alert-box-wrapper {
    background-color: rgba(0,0,0,0.8) !important;
}
.optanon-alert-box-wrapper .optanon-button-more .optanon-alert-box-button-middle a:before {
    content: none;
}
.optanon-alert-box-wrapper .optanon-button-allow .optanon-alert-box-button-middle a:before {
    content: none;
}
.optanon-alert-box-wrapper .optanon-alert-box-button-middle {
    background-color: #57802D !important;
}
.optanon-alert-box-body a {
    color: #FFF !important;
    text-decoration: underline !important;
    padding-left: 5px;
}
@media only screen and (max-width: 752px) {
    .optanon-alert-box-wrapper .optanon-alert-box-bg p {
        font-size: 9pt;
        line-height: 12pt;
    }
    .optanon-alert-box-bg .optanon-alert-box-button-container {
        text-align: right;
        margin-left: 1em;
    }
}

.light {
  font-weight: 300;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.normal, p, dd, span, td, li {
  font-weight: 400; }

.bold {
  font-weight: 700; }

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

ul, ol, dl, body {
  margin: 0;
  padding: 0; }

.grid {
  width: 100%;
  max-width: 1232px;
  padding: 6.49351%;
  margin: 0 auto; }
  .grid:before, .grid:after {
    content: "";
    display: table; }
  .grid:after {
    clear: both; }

.row {
  width: 100%; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

[class*='column-'] {
  float: left;
  padding: 1em;
  width: 100%;
  min-height: 1px; }

.column-1 {
  width: 16.66667%; }

.column-2 {
  width: 33.33333%; }

.column-3 {
  width: 50%; }

.column-4 {
  width: 66.66667%; }

.column-5 {
  width: 83.33333%; }

.column-6 {
  width: 100%; }

.grid .first {
  margin-left: 0 !important; }

.grid .last {
  margin-right: 0 !important; }

html {
  font-size: 18px;
  font-size: 1.125rem;
  color: #131F33; }

p, dd, span, td, li {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #131F33; }

h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 24px;
  font-size: 1.5rem; }

h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

li {
  list-style-type: none; }

p {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  margin: 0;
  font-family: "Merriweather", serif; }

.content ul {
  margin-left: 1em; }
  .content ul li {
    list-style-type: disc; }

@media only screen and (max-width: 55em) {
  html {
    font-size: 14px;
    font-size: 0.875rem; } }

/*==========  sprites  ==========*/
span.sprites, a.sprites {
  display: block; }

/*==========  images  ==========*/
img {
  max-width: 100%; }

/*==========  IE fixes  ==========*/
.text-center {
  text-align: center; }

.dark-blue {
  color: #131F33; }

.light-blue {
  color: #131F33; }

img.imark {
  position: absolute;
  right: 10px;
  top: 10px; }

body {
  background-color: #f1f1f2;
  position: static;
  z-index: -1; }

div.body-wrap {
  z-index: 6;
  position: relative; }

sup {
  font-size: 60%; }

div.intro {
  margin-bottom: 3em; }
  div.intro h3 {
    text-transform: uppercase;
    color: #FF5F05;
    margin-bottom: 1em; }

.left {
  float: left; }

.right {
  float: right; }

.content-image {
  margin: 1em; }

.percentage {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #131F33;
  font-size: 50px;
  font-size: 3.125rem; }

hr {
  border: 0;
  height: 1px;
  width: 50%;
  float: left;
  background: #BBBDC0; }
  hr:before, hr:after {
    content: "";
    display: table; }
  hr:after {
    clear: both; }

.box {
  background-color: #ffffff;
  border: 1px solid #BBBDC0;
  text-align: center;
  padding: 1em; }
  .box h4 {
    color: #FF5F05;
    text-transform: uppercase;
    line-height: 1.4em; }
  .box p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em; }
    .box p:last-child {
      margin-bottom: 0; }

.section {
  background-color: #f1f1f2; }

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 4em 1.5em;
  top: 20%;
  left: 50%;
  width: 32.46753%;
  margin-left: -16.23377%;
  background-color: #131F33;
  color: #ffffff; }
  .modal p {
    color: inherit;
    font-size: 12px;
    font-size: 0.75rem; }
  .modal h4 {
    margin-bottom: 1.25em; }
  .modal span.fa {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }

#sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7 {
  padding: 0 0 7em 0; }

/*==================================
=            first page            =
==================================*/
header {
  background-color: #f1f1f2; }
  header .grid {
    padding-bottom: 0; }
  header h1 {
    text-align: center;
    font-size: 90px;
    font-size: 5.625rem; }
    header h1 .title {
      font-family: "Montserrat", sans-serif;
      text-align: center;
      display: block;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 1.3em;
      font-weight: 700; }
      header h1 .title > span {
        display: block; }
    header h1 .year {
      font-size: 60px;
      font-size: 3.75rem;
      font-family: "Montserrat", sans-serif;
      color: #FF5F05;
      font-weight: inherit; }
    header h1 hr {
      margin: 0.3em auto 0.1em;
      float: none;
      width: 80%;
      height: 3px;
      background: #131F33; }
  header h2.subtitle {
    text-align: center;
    padding-bottom: 2em;
    color: #FF5F05;
    font-family: "Merriweather", serif; }

#sec1 p {
  width: 59%;
  margin: 0 auto;
  text-align: center;
  line-height: 2.4em; }

/*-----  End of first page  ------*/
/*==================================
=            second page            =
==================================*/
/*-----  End of second page  ------*/
/*==================================
=            third page            =
==================================*/
#sec3 .box {
  width: 80%;
  margin: 2em auto;
  text-align: left; }
  #sec3 .box .content-image {
    margin: 4em 3em; }

/*-----  End of third page  ------*/
/*==================================
=            fourth page            =
==================================*/
/*-----  End of fourth page  ------*/
/*==================================
=            fifth page            =
==================================*/
#sec5.grid {
  background: none;
  position: relative;
  padding: 0; }
  #sec5.grid > div {
    background-color: #f1f1f2; }
  #sec5.grid .intro {
    padding-bottom: 3em;
    margin: 0; }
  #sec5.grid .graphics {
    height: 300px;
    margin: 0 auto;
    width: 6.49351%;
    float: left;
    background: none; }
    #sec5.grid .graphics .line {
      background-image: url("../img/2016/mask.png");
      background-repeat: repeat-y;
      z-index: 10;
      width: 100%;
      height: 100%; }
  #sec5.grid .timeline-left, #sec5.grid .timeline-right {
    float: left;
    width: 46.75325%; }
    #sec5.grid .timeline-left .box, #sec5.grid .timeline-right .box {
      width: 70%;
      height: 220px;
      padding: 1em;
      text-align: left;
      position: relative;
      margin-bottom: 420px; }
      #sec5.grid .timeline-left .box div.link, #sec5.grid .timeline-right .box div.link {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #BBBDC0; }
        #sec5.grid .timeline-left .box div.link a, #sec5.grid .timeline-right .box div.link a {
          margin-right: 1em;
          color: #131F33;
          font-family: "Montserrat", sans-serif; }
      #sec5.grid .timeline-left .box:last-child, #sec5.grid .timeline-right .box:last-child {
        margin-bottom: 50px; }
      #sec5.grid .timeline-left .box .arrow-right, #sec5.grid .timeline-right .box .arrow-right {
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        border: 20px dashed #BBBDC0;
        border-bottom-color: #000;
        right: -20px;
        top: 20px;
        border-left-style: solid;
        border-right: none;
        border-top-color: transparent;
        border-bottom-color: transparent; }
        #sec5.grid .timeline-left .box .arrow-right:after, #sec5.grid .timeline-right .box .arrow-right:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border: 18px dashed #fff;
          right: 2px;
          top: -18px;
          border-left-style: solid;
          border-right: none;
          border-top-color: transparent;
          border-bottom-color: transparent; }
      #sec5.grid .timeline-left .box .arrow-left, #sec5.grid .timeline-right .box .arrow-left {
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        border: 20px dashed #BBBDC0;
        border-bottom-color: #000;
        left: -20px;
        top: 20px;
        border-right-style: solid;
        border-left: none;
        border-top-color: transparent;
        border-bottom-color: transparent; }
        #sec5.grid .timeline-left .box .arrow-left:after, #sec5.grid .timeline-right .box .arrow-left:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border: 18px dashed #fff;
          left: 2px;
          top: -18px;
          border-right-style: solid;
          border-left: none;
          border-top-color: transparent;
          border-bottom-color: transparent; }
  #sec5.grid .timeline-left {
    padding-right: 4.05844%; }
    #sec5.grid .timeline-left .box {
      float: right; }
      #sec5.grid .timeline-left .box:first-child {
        margin-top: 235px; }
  #sec5.grid .timeline-right {
    padding-left: 4.05844%; }
    #sec5.grid .timeline-right .box:first-child {
      margin-top: 550px; }
  #sec5.grid .clear {
    clear: both;
    height: 20em; }

.color-blue, .color-gray {
  position: fixed;
  width: 68.444em;
  left: 50%;
  margin-left: -34.222em;
  z-index: -1; }

.color-blue {
  height: 40%;
  background-color: #115870;
  top: 0; }

.color-gray {
  height: 60%;
  background-color: #f1f1f2;
  bottom: 0; }

/*-----  End of fifth page  ------*/
/*==================================
=            sixth page            =
==================================*/
#sec6 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  color: #131F33;
  margin-bottom: 2em; }

#sec6 .box {
  float: left;
  width: 20%;
  margin: 2.5%; }

/*-----  End of sixth page  ------*/
@media only screen and (max-width: 83em) {
  div.color-blue, div.color-gray {
    display: none; }
  #sec1, #sec2, #sec3, #sec4, #sec5, #sec6, #sec7 {
    padding-left: 3.3em !important;
    padding-right: 3em !important; }
  #sec5.grid .graphics {
    display: none; }
  #sec5.grid .timeline-left, #sec5.grid .timeline-right {
    width: 50%; }
    #sec5.grid .timeline-left .box, #sec5.grid .timeline-right .box {
      width: 100%;
      margin-bottom: 50px; }
      #sec5.grid .timeline-left .box .arrow-right, #sec5.grid .timeline-left .box .arrow-left, #sec5.grid .timeline-right .box .arrow-right, #sec5.grid .timeline-right .box .arrow-left {
        display: none; }
  #sec5.grid .timeline-left .box:first-child {
    margin-top: 25px; }
  #sec5.grid .timeline-right .box:first-child {
    margin-top: 150px; } }

@media only screen and (max-width: 55em) {
  [class*='column-'] {
    width: 50%; }
  #sec5 .timeline-left, #sec5 .timeline-right {
    width: 50%; }
    #sec5 .timeline-left .box, #sec5 .timeline-right .box {
      width: 80%;
      margin: 2em auto;
      height: auto !important;
      padding-bottom: 3em !important; }
  #sec5 .timeline-left .box {
    float: none; }
    #sec5 .timeline-left .box .arrow-right {
      display: none; }
  #sec5 .timeline-right .box {
    float: none; }
    #sec5 .timeline-right .box:first-child {
      margin-top: 5em; }
    #sec5 .timeline-right .box .arrow-left {
      display: none; }
  #sec5 .graphics {
    display: none; }
  #sec6 .box {
    width: 100%; } }

@media only screen and (max-width: 30em) {
  [class*='column-'] {
    width: 100%; } }

a.back-to-top {
  background: none repeat scroll 0 0 rgba(50, 50, 50, 0.75);
  border-radius: 40px;
  bottom: 3em;
  display: none;
  font-size: 1.25rem;
  padding: 1em 1.2em;
  position: fixed;
  right: 3em;
  transition: background 0.25s ease-in-out 0s;
  color: #ffffff; }

a {
  color: #131F33; }

a.modal-link {
  color: #ffffff;
  background-color: #131F33;
  padding: 0.2em; }

/* global navigation */
.nav-menu {
  position: fixed;
  z-index: 200;
  left: 1em;
  top: 50%;
  margin-top: -125px; }
  .nav-menu a.next {
    color: #131F33;
    padding: 0 0.2em; }
    .nav-menu a.next:before {
      content: ""; }
    .nav-menu a.next span {
      text-indent: -99999px;
      display: inline-block; }
  .nav-menu li a {
    color: #131F33;
    padding: 0 0.2em; }
    .nav-menu li a:before {
      content: ""; }
    .nav-menu li a span {
      text-indent: -99999px;
      display: inline-block; }
  .nav-menu li.active a {
    color: #131F33; }
    .nav-menu li.active a:before {
      content: ""; }

/* subpage navigation */
/*==========  print styles  ==========*/
@media print {
  body {
    background: #ffffff;
    font-size: 12pt; }
  a:link,
  a:visited {
    color: #520 !important;
    background: transparent;
    font-weight: bold;
    text-decoration: underline !important; }
  .header-bg {
    overflow: hidden; }
    .header-bg div.imark {
      position: relative;
      float: right; }
      .header-bg div.imark a {
        padding-bottom: 3em; }
  #main-content {
    width: 100%;
    padding: 0;
    float: none !important;
    color: #111111 !important;
    background: transparent none; }
    #main-content .content {
      padding-top: 1em;
      border-top: 1px solid #999999; }
      #main-content .content img {
        max-width: 100%; }
      #main-content .content a:link:after,
      #main-content .content a:visited:after {
        content: " (" attr(href) ") ";
        font-size: 90%; } }
