@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,500,700|Roboto+Condensed:300,400,700|Roboto+Slab|Titillium+Web:400,600,700");
/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading .4s; }

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating .6s; }

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling .6s; }

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px; }

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

body {
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  color: #5d5d5d;
  font-size: 13px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: none; }
  body.cyan {
    background: #d6f4ff; }
    body.cyan .share.is_stuck {
      background: rgba(214, 244, 255, 0.9); }
  body.grayish {
    background: #DDE5DF; }
    body.grayish .share.is_stuck {
      background: rgba(221, 229, 223, 0.9); }
  body.dark {
    background: #0E2735; }
  body.yellow {
    background: #f1f4c6; }
    body.yellow .share.is_stuck {
      background: rgba(241, 244, 198, 0.9); }
  body.blue {
    background: #e1f4fd; }
    body.blue .share.is_stuck {
      background: rgba(225, 244, 253, 0.9); }
  body.green {
    background: #dcebd6; }
    body.green .share.is_stuck {
      background: rgba(220, 235, 214, 0.9); }
  body.violet {
    background: #d9cfe7; }
    body.violet .share.is_stuck {
      background: rgba(217, 207, 231, 0.9); }
  body.cream {
    background: #E9E9E1; }
    body.cream .share.is_stuck {
      background: rgba(233, 233, 225, 0.9); }
  body.yellow-bright {
    background: #fff200; }
    body.yellow-bright .share.is_stuck {
      background: rgba(255, 242, 0, 0.9); }
  body a {
    text-decoration: none; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

a.zoom {
  color: inherit;
  cursor: zoom-in; }

span.tooltip {
  font-size: 75%;
  margin-left: -3px;
  margin-right: 2px;
  vertical-align: super; }

i + span.tooltip {
  margin: auto; }

.tooltipster-content {
  max-width: 300px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  .tooltipster-content a {
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    color: #D9CAF2;
    text-decoration: underline;
    word-break: break-all; }
    .tooltipster-content a:hover {
      color: #00aeef; }

.share {
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  font-size: 13px;
  margin-top: -20px;
  padding: 10px 0;
  text-align: right;
  z-index: 10; }
  .share.is_stuck {
    background: rgba(255, 255, 255, 0.9); }
  .share .label {
    margin-right: 5px; }
  .share > * {
    vertical-align: middle;
    display: inline-block; }
  .share .sharethis-inline-share-buttons {
    display: inline-block !important; }

.st-total {
  display: none !important; }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative; }

section p {
  color: #7C7E82;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px; }

#hero {
  background: #3C5178 url(../images/cover.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative; }
  #hero img {
    position: absolute;
    right: 25px;
    bottom: 55px; }
  #hero h2 {
    color: white;
    display: inline;
    font-family: "Titillium Web", sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    #hero h2 span {
      background: #00aeef;
      display: inline-block;
      padding: 2px 20px; }
      #hero h2 span:first-child {
        padding-top: 10px; }
      #hero h2 span:last-child {
        padding-bottom: 10px; }
  @media (min-width: 1201px) {
    #hero {
      background-image: url(../images/cover-big.jpg);
      height: 90vh; } }
  @media (max-width: 767px) {
    #hero {
      height: 450px; }
      #hero img {
        bottom: 20px; }
      #hero h2 {
        font-size: 29px; }
        #hero h2 span {
          padding-left: 12px;
          padding-right: 12px; }
      #hero + figure {
        margin-bottom: 10px;
        padding: 5px; } }
  #hero + figure {
    margin-top: 0;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #hero + figure {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        margin-bottom: 10px; } }
    #hero + figure figcaption.overlay {
      position: relative; }
    #hero + figure .credits {
      display: inline-block;
      margin-left: 5px; }

strong.strong {
  background-color: white;
  padding: 0 5px; }

.two-columns {
  clear: both; }
  .two-columns .text {
    font-family: "Roboto";
    font-size: 18px;
    max-width: 950px; }
    .two-columns .text h4:first-child {
      padding-top: 0; }
    .two-columns .text p {
      font-size: 17px;
      font-family: "Roboto Slab"; }
    .two-columns .text h4 {
      font-size: 36px;
      font-weight: bold;
      font-family: "Titillium Web", sans-serif;
      margin-bottom: 30px;
      text-align: center; }
    .two-columns .text .inner-title {
      margin-bottom: 30px; }
      .two-columns .text .inner-title h4 {
        background-color: #E6EF88;
        font-weight: 500;
        display: inline; }
    .two-columns .text .title {
      padding-top: 30px; }
      .two-columns .text .title h5 {
        display: inline-block;
        background-color: #E6EF88;
        padding: 0; }
    .two-columns .text h5 {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: "Montserrat";
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 24px;
      padding-top: 30px; }
    .two-columns .text img {
      max-width: 100%;
      height: auto; }
      .two-columns .text img.center {
        display: block;
        margin: 10px auto; }
    .two-columns .text .graphic-dots {
      color: #262626;
      font-family: "Titillium Web", sans-serif;
      margin-bottom: 30px;
      text-align: center; }
      .two-columns .text .graphic-dots h6 {
        font-size: 40px;
        font-weight: 600; }
      .two-columns .text .graphic-dots p {
        font-size: 14px;
        max-width: 500px;
        margin: 0 auto; }
        .two-columns .text .graphic-dots p strong {
          color: #262626; }
      .two-columns .text .graphic-dots .dots {
        max-width: 300px;
        margin: 0 auto; }
      .two-columns .text .graphic-dots .dot {
        background-color: #cfd0d2;
        border-radius: 50%;
        display: inline-block;
        width: 7%;
        margin: 1.5%;
        padding-bottom: 7%; }
        .two-columns .text .graphic-dots .dot.full {
          background: #d7df23; }

figure {
  font-size: 13px;
  margin: 30px 0;
  position: relative; }
  figure img {
    display: block;
    height: auto;
    width: 100%; }
  figure.inline {
    border: 1px solid #e5e1df;
    float: left;
    margin: 0 20px 10px 0;
    max-width: 46%;
    padding: 5px; }
    figure.inline.right {
      float: right;
      margin-right: 0;
      margin-left: 20px; }
    figure.inline figcaption {
      font-size: 90%;
      margin: 5px;
      width: calc(100% - 10px); }
    figure.inline img {
      width: auto; }
  figure.graphic {
    margin: 60px 0;
    text-align: center; }
    figure.graphic figcaption {
      font-size: 16px; }
    figure.graphic img {
      margin: 10px auto;
      width: auto; }

figcaption {
  padding: 5px; }
  @media (min-width: 800px) {
    figcaption.overlay {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      color: white;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      width: 100%; }
      figcaption.overlay .credits {
        color: rgba(255, 255, 255, 0.75); } }
  figcaption .credits {
    color: #8f9194;
    font-size: 90%;
    margin-top: 3px; }
    figcaption .credits:before {
      content: "";
      font-family: "fontAwesome";
      font-size: 11px;
      margin-right: 5px; }

.two-cols {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .two-cols h6 {
      width: 180px;
      margin-left: 0;
      float: left; }
    .two-cols p {
      margin-left: 200px; } }
  .two-cols ol li:not(:last-child) {
    border-bottom: 1px dashed white;
    margin-bottom: 20px; }
  .two-cols ol li h6 {
    color: white !important;
    font-size: 20px;
    text-transform: none !important; }

.timeline-graphic {
  max-width: 550px;
  margin: auto;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .timeline-graphic {
      padding: 50px 60px 50px 100px; }
      .timeline-graphic > ol {
        border-left: 1px solid white;
        padding-left: 100px; } }
  .timeline-graphic > ol h4.subtitle, .timeline-graphic > ol h5, .timeline-graphic > ol p {
    color: black;
    margin: 0;
    padding: 0; }
  .timeline-graphic > ol p {
    margin-top: 5px; }
  .timeline-graphic > ol h4.subtitle {
    background: white;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: -5px;
    padding: 0 5px; }
  .timeline-graphic > ol > li {
    margin-bottom: 40px;
    position: relative; }
    .timeline-graphic > ol > li:last-child {
      margin-bottom: 0; }
  .timeline-graphic > ol span {
    background: #D9CAF2;
    color: white;
    font-size: 24px;
    left: -140px;
    position: absolute;
    text-align: center;
    width: 80px; }
  .timeline-graphic.sand > ol {
    border-color: #262626; }
    .timeline-graphic.sand > ol span {
      background-color: #f3efec;
      color: #744393; }
    .timeline-graphic.sand > ol .date {
      color: #744393; }

.footnote {
  font-size: 12px;
  font-family: "Montserrat"; }

@media (max-width: 767px) {
  .two-columns {
    padding: 30px 20px; }
    .two-columns ol {
      border: 0 none;
      padding-left: 0; }
      .two-columns ol li span {
        text-align: left;
        display: block;
        left: auto;
        margin-bottom: 5px;
        position: relative;
        width: auto; }
        .two-columns ol li span img {
          display: block;
          max-width: 50%;
          margin: auto;
          height: auto; } }
@media (min-width: 1201px) {
  .two-columns aside + article, .two-columns .text {
    margin-left: 25%; } }
@media (min-width: 800px) {
  .two-columns aside, .two-columns .wrapper > h3, .two-columns > h3 {
    float: left; }
  .two-columns aside {
    width: 250px; } }
.two-columns h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  line-height: 1.1;
  font-weight: bold; }
  .two-columns h3:after {
    background: #5d5d5d;
    content: "";
    display: block;
    height: 3px;
    margin: 25px 0 35px;
    width: 100px; }
@media (min-width: 800px) and (max-width: 1200px) {
  .two-columns aside + article, .two-columns .text {
    margin-left: 25%; }
  .two-columns aside {
    padding-right: 40px;
    width: 210px; }
  .two-columns h3 {
    font-size: 32px; } }
@media (max-width: 799px) {
  .two-columns h3 {
    text-align: center;
    font-size: 28px; }
    .two-columns h3 br {
      display: none; }
    .two-columns h3:after {
      height: 2px;
      margin: 20px auto 30px; } }

.common-list {
  padding: 20px 10px 20px; }
  .common-list > li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    .common-list > li:last-child {
      margin-bottom: 0; }
    .common-list > li:before {
      color: #00aeef;
      content: "";
      display: block;
      font-family: "fontAwesome";
      font-size: 13px;
      left: 0;
      position: absolute;
      top: 4px; }
    .common-list > li ul {
      margin: 30px 0 30px 20px; }
      .common-list > li ul li {
        margin-bottom: 30px; }
  .common-list.green > li:before {
    color: #85C681; }
  .common-list.float-proof > li:before {
    float: left;
    left: auto;
    margin: 2px 10px 0 0;
    position: relative;
    top: auto; }

aside {
  z-index: 11; }
  aside img {
    max-width: 100%;
    height: auto; }
  aside img.cover {
    margin-bottom: 20px; }
  aside img.logo {
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      aside img.logo {
        margin: 0 auto 30px; } }

@media (max-width: 767px) {
  ul.index {
    margin-bottom: 30px; } }
ul.index li {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  border-left: 3px solid transparent;
  margin-bottom: 5px;
  padding-left: 10px; }
  ul.index li a {
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    color: #5d5d5d;
    font-size: 14px; }
    ul.index li a:hover {
      text-decoration: underline; }
    ul.index li a:last-child {
      margin-bottom: 0; }
    ul.index li a span {
      color: #00aeef;
      float: left; }
    ul.index li a strong {
      display: block;
      font-weight: normal;
      margin-left: 30px; }
      ul.index li a strong.special:before {
        content: "-";
        display: block; }
  ul.index li.active {
    border-color: #00aeef; }
    ul.index li.active a {
      color: #00aeef; }
  ul.index li.subitems {
    margin: 0 auto 15px; }
    ul.index li.subitems a {
      font-size: 13px;
      margin-left: 30px;
      display: inherit; }
    ul.index li.subitems.second-level {
      margin-top: -8px; }
      ul.index li.subitems.second-level a {
        font-size: 10px; }
        ul.index li.subitems.second-level a.fact-sheet {
          color: #00aeef; }
          ul.index li.subitems.second-level a.fact-sheet strong {
            font-weight: bold; }
            ul.index li.subitems.second-level a.fact-sheet strong:before {
              color: #00aeef;
              content: "";
              font-family: "fontAwesome";
              font-size: 12px;
              margin-right: 6px; }
  ul.index li a.download {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    border: 1px solid #00aeef;
    display: inline-block;
    font-size: 11px;
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 6px 12px; }
    ul.index li a.download:hover {
      background: rgba(0, 174, 239, 0.15);
      text-decoration: none; }
    ul.index li a.download:before {
      color: #00aeef;
      content: "";
      font-family: "fontAwesome";
      font-size: 12px;
      margin-right: 6px; }
ul.index .toggle {
  display: none; }
  ul.index .toggle li:last-child {
    margin-bottom: 10px; }
ul.index li.extra-margin {
  margin-top: 10px !important; }

.main-image .title {
  color: #262626;
  font-family: "Titillium Web", sans-serif;
  margin: 20px;
  position: absolute;
  z-index: 2; }
  .main-image .title .chapter {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .main-image .title .chapter.white {
        color: white;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.35); } }
  .main-image .title h4 {
    margin: 0;
    display: inline;
    background: white;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    text-align: left; }
    .main-image .title h4 span {
      padding: 0 5px; }
  @media (max-width: 767px) {
    .main-image .title {
      position: relative;
      text-align: center; }
      .main-image .title h4 {
        text-align: center; } }

.text {
  margin-bottom: 120px;
  max-width: 100%;
  position: relative; }
  .text p, .text ul, .text h4, .text h5, .text h6, .text figcaption {
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s; }
  .text p {
    font-size: 15px;
    margin-bottom: 35px; }
    .text p a {
      color: #85C681; }
      .text p a:hover {
        text-decoration: underline; }
  .text p, .text h4.subtitle, .text h5 {
    max-width: 950px; }
  .text .credits {
    max-width: 500px; }
    .text .credits a {
      color: #00aeef; }
    .text .credits h6 {
      font-size: 15px;
      margin: 0 0 10px;
      display: block; }
    .text .credits strong {
      font-weight: bold; }
    .text .credits p, .text .credits ul {
      font-size: 12px;
      margin-bottom: 5px; }
    .text .credits li {
      color: #5d5d5d;
      margin-bottom: 5px;
      padding-left: 20px;
      position: relative; }
      .text .credits li a {
        color: #5d5d5d; }
        .text .credits li a:hover {
          text-decoration: underline; }
      .text .credits li:before {
        color: #85C681;
        content: "";
        display: block;
        font-family: "fontAwesome";
        font-size: 11px;
        left: 0;
        position: absolute;
        top: 2px; }
  .text h6 {
    margin-bottom: 20px; }
  .text h5 + h6 {
    margin-top: -15px; }
  .text ul.common-list {
    font-size: 15px; }
    .text ul.common-list a {
      color: #5d5d5d; }
      .text ul.common-list a:hover {
        text-decoration: underline; }
  .text p + ul.common-list {
    margin-top: -20px;
    margin-bottom: 20px; }
  .text .fact-sheet {
    text-align: center; }
    .text .fact-sheet a {
      transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      border: 1px solid #85C681;
      clear: both;
      color: #85C681;
      display: inline-block;
      font-size: 18px;
      margin: 0 0 25px 0;
      padding: 6px 15px; }
      .text .fact-sheet a i {
        margin-right: 5px; }
      .text .fact-sheet a:hover {
        background: rgba(133, 198, 129, 0.15);
        text-decoration: none; }
  .text .toggle-preview {
    height: 60px; }
  .text .toggle-trigger {
    text-align: center;
    margin: 10px 0 20px; }
    .text .toggle-trigger a {
      transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      -o-transition: all 0.15s;
      border: 1px solid #85C681;
      padding: 5px 10px;
      color: #85C681;
      font-size: 14px; }
      .text .toggle-trigger a:hover {
        background: rgba(133, 198, 129, 0.15);
        text-decoration: none; }
      .text .toggle-trigger a:after {
        font-family: "fontAwesome";
        content: "";
        font-weight: normal;
        margin-left: 5px; }
      .text .toggle-trigger a.open:after {
        font-family: "fontAwesome";
        content: "";
        font-weight: normal; }
  .text .toggle-content {
    display: none; }
  .text bloquote {
    border-top: 1px solid #CFEDFE;
    background: #CFEDFE;
    clear: both;
    font-family: "Titillium Web", sans-serif;
    font-size: 28px;
    font-weight: 300;
    position: relative; }
    .text bloquote.yellow {
      background: #E6EF88;
      border-top-color: #E6EF88; }
    @media (max-width: 767px) {
      .text bloquote {
        font-size: 20px; } }
    .text bloquote + * {
      margin-top: 50px; }
  .text .highlight {
    background-color: #E5E0E0;
    clear: both;
    margin-bottom: 30px;
    padding: 30px 50px 40px;
    position: relative;
    *zoom: 1; }
    .text .highlight:before, .text .highlight:after {
      content: " ";
      display: table; }
    .text .highlight:after {
      clear: both; }
    .text .highlight.no-margin {
      margin-bottom: 0; }
    .text .highlight.sand {
      background-color: #f3efec; }
    .text .highlight.cyan {
      background-color: #CFEDFE; }
    .text .highlight.yellow {
      background: #E6EF88; }
    .text .highlight.white {
      background-color: white; }
    .text .highlight.violet {
      background-color: #D9CAF2; }
    .text .highlight.salmon {
      background-color: #FDD49C; }
    .text .highlight.green {
      background-color: #dcebd6; }
    .text .highlight.green2 {
      background-color: #eef1d7; }
    .text .highlight.green3 {
      background-color: #e9f2d0; }
    .text .highlight h5 {
      color: #262626;
      font-family: "Titillium Web", sans-serif;
      font-size: 23px;
      font-weight: 700;
      padding-top: 10px;
      text-transform: uppercase; }
      .text .highlight h5.cyan {
        color: #00aeef; }
      .text .highlight h5.lg {
        font-size: 30px;
        line-height: 1; }
        .text .highlight h5.lg small {
          font-size: 60%; }
    .text .highlight > * {
      margin-left: 0;
      max-width: 100%; }
      .text .highlight > *:last-child {
        margin-bottom: 10px; }
    .text .highlight h6 {
      color: #F06D4D;
      text-transform: uppercase; }
      .text .highlight h6.black {
        color: #262626;
        margin: 40px 0 0;
        text-decoration: underline; }
    .text .highlight p {
      color: #262626;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 14px;
      margin-bottom: 20px; }
    .text .highlight figure {
      border: 1px solid #e5e1df;
      float: right;
      margin: 0 -35px 30px 30px;
      max-width: 50%;
      width: auto; }
      .text .highlight figure img {
        width: auto; }
      .text .highlight figure figcaption {
        padding: 10px; }
    .text .highlight .aside {
      background: white;
      margin-bottom: 30px;
      padding: 20px 20px 0; }
      @media (min-width: 768px) {
        .text .highlight .aside {
          float: right;
          margin-left: 30px;
          margin-right: -10px;
          max-width: 220px; } }
      .text .highlight .aside img {
        display: block;
        margin: 0 auto 20px; }
      .text .highlight .aside ul.common-list li {
        color: #262626;
        font-size: 15px; }
        .text .highlight .aside ul.common-list li:before {
          color: #8f9194; }
    .text .highlight ul.data.align-right {
      text-align: right; }
      .text .highlight ul.data.align-right li {
        text-align: left; }
    @media (min-width: 992px) {
      .text .highlight ul.data.right {
        position: absolute;
        right: 30px;
        top: 30px; } }
    .text .highlight ul.data li {
      display: inline-block;
      vertical-align: top;
      max-width: 170px; }
      .text .highlight ul.data li:not(:last-child) {
        border: 1px solid #262626;
        border-width: 0 1px 0 0;
        margin-right: 20px;
        padding-right: 20px; }
      .text .highlight ul.data li h6 {
        color: #262626;
        font-size: 12px;
        margin: 0; }
        .text .highlight ul.data li h6 strong {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: block;
          font-size: 48px;
          font-weight: 400; }
      @media (max-width: 700px) {
        .text .highlight ul.data li {
          max-width: 100%;
          display: block; }
          .text .highlight ul.data li:not(:last-child) {
            border-width: 0 0 1px;
            margin: 0 0 20px;
            padding: 0 0 20px; } }
  .text .wip {
    background: red;
    color: white;
    margin: 10px;
    padding: 15px; }
  .text.dark p, .text.dark ul, .text.dark h4, .text.dark h5, .text.dark h6 {
    color: white; }
  .text.dark figcaption {
    color: rgba(255, 255, 255, 0.8); }
  .text.dark h4 span:before, .text.dark h4 span:after {
    border-color: #5d5d5d; }
  .text.dark .highlight {
    background-color: rgba(0, 0, 0, 0.5); }
    .text.dark .highlight h5 {
      color: #85C681; }
    .text.dark .highlight p {
      color: rgba(255, 255, 255, 0.8); }
  .text.dark bloquote {
    color: #85C681; }

@media (max-width: 799px) {
  aside a.download {
    display: block;
    text-align: center; }

  .text {
    margin-bottom: 80px; }
    .text h4 {
      font-size: 24px;
      overflow: hidden; }
      .text h4 span:before, .text h4 span:after {
        display: none; }
    .text p, .text ul.common-list, .text h6 {
      margin-left: 0; }
    .text figure.inline, .text .highlight figure {
      float: none;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%; }
    .text .highlight {
      padding: 20px 30px 30px; }
      .text .highlight figure {
        border: 0 none;
        margin: -20px 0 20px -30px;
        max-width: calc(100% + 60px);
        width: calc(100% + 60px); }
    .text .fact-sheet a {
      display: block; } }
canvas:not(:last-child) {
  margin-bottom: 30px; }

.text .group {
  text-align: center;
  margin: 20px; }
  .text .group strong {
    display: block; }
  @media (min-width: 700px) {
    .text .group {
      display: inline-block;
      margin-right: 10%;
      vertical-align: top;
      width: 40%; }
      .text .group:last-child {
        margin-right: 0; } }
.text .grid .grid-item:not(.white) {
  background: rgba(255, 255, 255, 0.5); }
.text .grid .grid-item .big {
  color: white;
  font-size: 40px;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }

body.dark ul.index li a {
  color: #e5e1df; }
body.dark ul.index li.active a {
  color: #85C681; }

footer {
  background: #f3efec;
  border-top: 1px solid #e5e1df;
  padding: 25px 0;
  text-align: center; }
  footer img {
    margin-bottom: 10px; }
  footer a {
    color: #5d5d5d; }
    footer a:hover {
      text-decoration: underline; }
  footer p.links {
    font-size: 15px;
    padding: 20px 0 10px; }
    footer p.links a {
      margin: 0 5px; }
      footer p.links a.social {
        display: inline-block;
        font-size: 18px; }
        footer p.links a.social i.fa-facebook {
          color: #2D4485; }
        footer p.links a.social i.fa-twitter {
          color: #0096E7; }
        footer p.links a.social:hover {
          opacity: 0.7; }
  footer #sz {
    margin-top: 10px; }
    footer #sz a {
      text-decoration: underline; }
      footer #sz a:hover {
        color: #F06D4D; }

.text .grid:after {
  clear: both;
  content: "";
  display: block; }
.text .grid .grid-sizer, .text .grid .grid-item {
  width: 30%; }
.text .grid .gutter-sizer {
  width: 5%; }
@media (max-width: 1000px) {
  .text .grid .grid-sizer, .text .grid .grid-item {
    width: 48%; }
  .text .grid .gutter-sizer {
    width: 4%; } }
@media (max-width: 600px) {
  .text .grid .grid-sizer, .text .grid .grid-item {
    width: 100%; }
  .text .grid .gutter-sizer {
    width: 0%; } }
.text .grid .grid-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  float: left;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  padding: 20px; }
  .text .grid .grid-item.full-width {
    width: 100%; }
  .text .grid .grid-item.light-blue {
    background: #CFEDFE; }
  .text .grid .grid-item.green {
    background-color: #ebf3e7; }
  .text .grid .grid-item .grid {
    padding-top: 30px; }
    .text .grid .grid-item .grid .grid-item {
      border: 1px solid #dcebd6; }
  .text .grid .grid-item .date {
    color: #00aeef;
    font-size: 13px; }
  .text .grid .grid-item .date.orange, .text .grid .grid-item h5.orange {
    color: #F06D4D; }
  .text .grid .grid-item h5, .text .grid .grid-item h6, .text .grid .grid-item p {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    padding: 0; }
  .text .grid .grid-item h5 {
    font-size: 15px;
    margin: 5px 0 0; }
  .text .grid .grid-item h6 + h5 {
    margin-top: 15px; }
  .text .grid .grid-item h6, .text .grid .grid-item .location {
    font-size: 13px;
    margin: 0; }
  .text .grid .grid-item .location {
    margin-top: 10px; }
    .text .grid .grid-item .location:before {
      content: "";
      color: #00aeef;
      font-family: "fontAwesome";
      margin-right: 5px; }
  .text .grid .grid-item p {
    font-size: 13px;
    margin: 10px 0 0; }
    .text .grid .grid-item p:first-child {
      margin-top: 0; }

ul#duracion-procesos-judiciales li {
  font-family: "Montserrat";
  font-size: 14px;
  margin-bottom: 25px;
  color: #262626; }
  ul#duracion-procesos-judiciales li .bar {
    margin-top: 6px;
    font-size: 13px;
    padding: 4px 10px;
    white-space: nowrap;
    position: relative; }
    ul#duracion-procesos-judiciales li .bar.point:after {
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      background: #59BDB2;
      content: "";
      display: block;
      height: 18px;
      position: absolute;
      right: -9px;
      top: 4px;
      width: 18px; }
  ul#duracion-procesos-judiciales li:first-child .bar {
    background: #FFF20A; }
  ul#duracion-procesos-judiciales li:nth-child(2) .bar {
    background: #59BDB2;
    width: 45%; }
  ul#duracion-procesos-judiciales li:nth-child(3) .bar {
    background: #D9CAF2;
    width: 43%; }
    ul#duracion-procesos-judiciales li:nth-child(3) .bar.point:after {
      background: #D9CAF2; }
  ul#duracion-procesos-judiciales li:nth-child(4) .bar {
    background: #F8A031;
    width: 26%; }
  ul#duracion-procesos-judiciales li:nth-child(5) .bar {
    background: #84deff;
    width: 22%; }
  ul#duracion-procesos-judiciales li:last-child .bar {
    background: #d7df23;
    width: 14%; }

.two-columns .text ul.pies li {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .two-columns .text ul.pies li {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%; } }
  .two-columns .text ul.pies li img {
    height: auto;
    display: block;
    max-width: 100%; }
    @media (min-width: 550px) and (max-width: 767px) {
      .two-columns .text ul.pies li img {
        max-width: 80%;
        margin: 0 auto; } }
