.page-section .row.m-spaced, .page-section .columns.m-spaced {
  margin-bottom: 50px; }
.page-section .row.m-padded, .page-section .columns.m-padded {
  padding: 100px 50px; }
.page-section .row.m-dark-blue, .page-section .columns.m-dark-blue {
  background-color: #164A7A; }
.page-section .row.m-dark-blue-2, .page-section .columns.m-dark-blue-2 {
  background-color: #103456; }
.page-section aside {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  text-transform: uppercase; }
.page-section.m-condensed aside {
  font-size: 18px;
  text-align: right;
  margin: 0 50px 0 0;
  min-width: 200px; }
  @media (max-width: 767px) {
    .page-section.m-condensed aside {
      text-align: center;
      padding: 30px;
      font-size: 30px; } }
.page-section.m-condensed .row {
  max-width: 65rem; }
.page-section.m-condensed p, .page-section.m-condensed ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62; }
.page-section .m-lr-padding {
  margin-left: 100px;
  margin-right: 100px; }
.page-section .expandable {
  height: auto;
  transition: all .4s ease; }
  .page-section .expandable.js-active {
    transition: all .4s ease; }
    .page-section .expandable.js-active .button.m-more {
      display: none; }
    .page-section .expandable.js-active .button.m-less {
      display: inline-block; }
  .page-section .expandable p {
    margin-bottom: 15px; }
  .page-section .expandable > p:only-of-type ~ .b-button {
    display: none; }
  .page-section .expandable.m-active > *:not(.b-button) {
    display: block; }
  .page-section .expandable .b-button {
    color: #523080; }
  .page-section .expandable a[data-open] {
    background-color: #E8EBF2;
    text-decoration: none;
    color: #333; }
    .page-section .expandable a[data-open] sup {
      font-size: 11px;
      padding: 0 0 0 4px; }
    .page-section .expandable a[data-open]:hover {
      background-color: #ced5e3;
      transition: all .4s ease; }
.page-section p.e-last {
  text-align: right;
  color: rgba(0, 0, 0, 0.3); }
  .page-section p.e-last a {
    text-decoration: underline; }
.page-section.m-yellow, .page-section.m-economic, .floating-button .page-section.button--economic {
  background-color: #C2C33B;
  color: white; }
.page-section.m-fuschia, .page-section.m-public, .floating-button .page-section.button--public {
  background-color: #AD0054;
  color: white; }
.page-section.m-no-padding {
  padding: 0; }
  .page-section.m-no-padding .row {
    margin-left: 0;
    margin-right: 0; }
  .page-section.m-no-padding .columns.m-no-padding {
    padding: 0; }
.page-section.m-no-bottom-padding {
  padding-bottom: 0; }
.page-section.m-no-top-padding {
  padding-top: 0; }
.page-section.m-impact-section h2 {
  font-size: 60px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.1; }
  .page-section.m-impact-section h2 ~ p {
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    margin: 30px 0 0 0; }
.page-section.m-impact-section p.b-description {
  font-weight: 300;
  font-size: 24px;
  margin-top: 5px; }
.page-section.m-margin-lead {
  margin-top: 60px; }
.page-section.m-hidden {
  display: none; }
.page-section#enabler-icons .columns:nth-child(odd) .b-button {
  background-color: #008895; }
.page-section#enabler-icons .columns:nth-child(even) .b-button {
  background-color: #1A939E; }
.page-section#enabler-icons .columns .b-button {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-section#enabler-icons .columns .b-button i {
    color: rgba(255, 255, 255, 0.4); }
  .page-section#enabler-icons .columns .b-button:hover {
    cursor: default; }
.page-section#challenges-section .columns h3 {
  font-size: 26px;
  font-weight: 500; }
.page-section#challenges-section .columns p {
  font-size: 22px;
  line-height: 1.5; }
.page-section#download-section h2 {
  font-size: 2.2em; }
.page-section#download-section h3 {
  font-size: 1.5em;
  margin: 10px;
  text-align: center; }
.page-section#download-section .button {
  text-align: center !important; }
.page-section#no-results {
  text-align: center; }
  .page-section#no-results h3 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 25px;
    margin: 100px 0; }

main .b-divider {
  padding: 60px 0; }

.top-section {
  background-color: #333;
  color: white;
  padding-top: 70px;
  padding-bottom: 30px; }
  .top-section h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 30px;
    margin-top: 0;
    margin: 0; }
  .top-section h3 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 22px;
    font-weight: 100;
    margin-top: 5px; }
  .top-section.m-orange, .top-section.m-citizens, .floating-button .top-section.button--citizens {
    background-color: #ee5b43; }
  .top-section.m-purple {
    background-color: #523080; }
  .top-section.m-blue, .top-section.m-government, .floating-button .top-section.button--government {
    background-color: #008ab3; }
  .top-section.m-teal {
    background-color: #008895; }
  .top-section.m-dark-blue {
    background-color: #164A7A; }

#case-study-page .top-section {
  text-align: center;
  margin-bottom: 60px;
  height: 65vh;
  position: relative;
  background: url("images/banners/sm/home.jpg") no-repeat center center;
  background-size: cover; }
  #case-study-page .top-section__shade {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)); }
#case-study-page .e-main-title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 100; }
#case-study-page .titles {
  padding-top: 40px;
  position: relative;
  z-index: 0;
  width: 100% !important; }
  @media (max-width: 39.9375em) {
    #case-study-page .titles {
      padding-top: 100px; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #case-study-page .titles {
      padding-top: 20px; } }
  #case-study-page .titles h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    font-weight: 100; }
    @media (max-width: 39.9375em) {
      #case-study-page .titles h1 {
        font-size: 35px; } }
    @media (max-width: 767px) and (orientation: landscape) {
      #case-study-page .titles h1 {
        font-size: 28px; } }
  #case-study-page .titles h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 5px; }
    @media (max-width: 39.9375em) {
      #case-study-page .titles h2 {
        font-size: 20px; } }
    @media (max-width: 767px) and (orientation: landscape) {
      #case-study-page .titles h2 {
        font-size: 18px; } }
  #case-study-page .titles h4 {
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    font-weight: normal; }
    @media (max-width: 39.9375em) {
      #case-study-page .titles h4 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 0; } }
    @media (max-width: 767px) and (orientation: landscape) {
      #case-study-page .titles h4 {
        font-size: 15px; } }
  #case-study-page .titles .collection {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.9rem; }
    @media (max-width: 767px) and (orientation: portrait) {
      #case-study-page .titles .collection {
        margin-bottom: 15px; } }
#case-study-page .tags {
  position: relative;
  z-index: 0;
  text-transform: uppercase; }
  @media (max-width: 39.9375em) {
    #case-study-page .tags {
      display: none; } }
  @media (max-width: 767px) {
    #case-study-page .tags {
      display: none; } }
  #case-study-page .tags h5 {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 5px 0; }
  #case-study-page .tags p {
    margin: 5px 0;
    font-weight: 500; }
  #case-study-page .tags strong {
    display: inline-block;
    width: 20%; }
  #case-study-page .tags--left {
    text-align: left; }
  #case-study-page .tags--right {
    text-align: right; }

.divider {
  background-color: #333; }

.floating-button {
  position: absolute;
  width: 100%;
  bottom: -25px;
  z-index: 11; }
  .floating-button--key-findings {
    bottom: 0; }
  .floating-button .button {
    background-color: #164A7A;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600; }
    .floating-button .button:hover {
      background-color: #123d64; }

#case-study-page .sidebar {
  padding-right: 60px; }
  #case-study-page .sidebar h3 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0;
    font-size: 22px;
    font-weight: 500; }
    @media (max-width: 39.9375em) {
      #case-study-page .sidebar h3 {
        text-align: left; } }
  #case-study-page .sidebar p, #case-study-page .sidebar ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.62;
    margin-top: 0; }
#case-study-page .e-expandable {
  height: auto;
  transition: all .4s ease; }
  #case-study-page .e-expandable > :first-child {
    display: block;
    margin-top: 0; }
    #case-study-page .e-expandable > :first-child p {
      margin-top: 0; }
  #case-study-page .e-expandable .read-more {
    display: inline-block; }
  #case-study-page .e-expandable > *:only-of-type + .read-more {
    display: none; }
  #case-study-page .e-expandable.js-active > * {
    display: inline-block; }
  #case-study-page .e-expandable.js-active > .row {
    display: flex; }
  #case-study-page .e-expandable .e-h3 {
    color: #164A7A;
    font-style: italic;
    width: 100%; }
  #case-study-page .e-expandable .e-h2 {
    text-transform: uppercase;
    width: 100%; }
  #case-study-page .e-expandable .e-h1 {
    font-size: 1.3rem;
    color: #AD0054; }
#case-study-page .e-caption {
  width: 100%;
  margin-top: 0;
  text-align: left; }
#case-study-page .ParaOverride-2 {
  margin-bottom: 0; }
#case-study-page .prose > * > :first-child {
  margin-top: 0; }
#case-study-page .prose .button {
  font-family: 'proxima-nova', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 15px; }
@media (max-width: 39.9375em) {
  #case-study-page .sm-icons {
    display: none; } }
#case-study-page .head-accordion {
  padding-top: 15px; }
#case-study-page .accordion-container {
  padding: 0; }
  @media (max-width: 39.9375em) {
    #case-study-page .accordion-container {
      padding: 0; } }
#case-study-page .accordion ._idFootnoteLink {
  color: currentColor !important;
  text-decoration: none !important; }
#case-study-page p a {
  text-decoration: none;
  border-bottom: 1px solid #AD0054; }
  #case-study-page p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #AD0054; }
#case-study-page p ._idFootnoteLink {
  border-bottom: none; }
  #case-study-page p ._idFootnoteLink:hover {
    text-decoration: underline;
    border-bottom: none; }
#case-study-page p ._idFootnoteAnchor {
  border-bottom: none; }
  #case-study-page p ._idFootnoteAnchor:hover {
    border-bottom: none; }
#case-study-page p ._idFootnote a {
  text-decoration: none;
  border-bottom: 1px solid #AD0054; }
  #case-study-page p ._idFootnote a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #AD0054; }

.e-fn-ref {
  vertical-align: super;
  line-height: 0; }
  .e-fn-ref span {
    line-height: 0; }
  .e-fn-ref a {
    font-size: 12px !important; }

.b-footnotes {
  position: fixed;
  left: 0;
  right: 0;
  padding: 20px;
  bottom: 0;
  z-index: 11;
  background-color: #164A7A;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none; }
  .b-footnotes.js-active {
    display: block; }
  .b-footnotes .e-close {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    float: right;
    top: 0; }
  .b-footnotes .e-close:hover {
    color: white; }
  .b-footnotes h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: white; }
  .b-footnotes ._idFootnote.js-active {
    display: block; }
  .b-footnotes ._idFootnote {
    display: none;
    color: rgba(255, 255, 255, 0.7); }
    .b-footnotes ._idFootnote a {
      text-decoration: none; }
    .b-footnotes ._idFootnote a:hover {
      text-decoration: underline; }
  .b-footnotes ._idFootnoteAnchor {
    display: inline-block;
    margin: -7px 10px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    border-radius: 12px; }

#about-page .top-section {
  padding-top: 130px; }
  @media (min-width: 1025px) {
    #about-page .top-section {
      height: 300px; } }
  @media (max-width: 767px) {
    #about-page .top-section {
      height: 65vh; } }
#about-page .page-section {
  padding-top: 50px; }
  #about-page .page-section a {
    color: #164A7A;
    text-decoration: none;
    border-bottom: 1px solid #AD0054; }
    #about-page .page-section a:hover {
      text-decoration: none !important;
      border-bottom: 2px solid #AD0054; }
  #about-page .page-section h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 1025px) {
      #about-page .page-section h3 {
        text-align: right; } }
    @media (max-width: 767px) {
      #about-page .page-section h3 {
        text-align: left; } }
  #about-page .page-section h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600; }
@media (min-width: 1025px) {
  #about-page .slick-track {
    height: auto; } }
@media (max-width: 767px) {
  #about-page .slick-track {
    height: 100vh; } }
#about-page .slick-track .b-quote-slide {
  height: 100%; }
#about-page .b-form textarea {
  min-height: 240px; }

@media (max-width: 767px) {
  .b-footer .e-content h4 {
    text-align: center; } }
.b-footer .e-content .e-partner-logo {
  text-align: center; }
.b-footer .e-content .e-partner-logo > img {
  width: 40%; }
  @media (max-width: 767px) {
    .b-footer .e-content .e-partner-logo > img {
      width: 80%;
      max-height: 300px; } }

.b-copyright {
  line-height: 36px; }
  .b-copyright .e-partner-logo {
    text-align: center; }
  .b-copyright .e-partner-logo > img {
    width: 50%;
    max-height: 200px; }
  @media (min-width: 1025px) {
    .b-copyright .e-cc-badge {
      margin: 5px 25px 0 0; } }
  @media (max-width: 767px) {
    .b-copyright .e-cc-badge {
      margin: 30px 0; } }

.b-copyright {
  position: relative; }
  .b-copyright .e-partner-logo > img {
    max-width: 400px;
    padding: 10px 0;
    opacity: .5;
    transition: all .4s ease; }
    .b-copyright .e-partner-logo > img:hover {
      opacity: 1;
      transition: all .4s ease; }
  @media (min-width: 1025px) {
    .b-copyright .e-partner-logo {
      position: absolute;
      right: 0;
      top: 10px; } }
  @media (max-width: 767px) {
    .b-copyright .e-partner-logo {
      position: static; } }

.m-od-blue {
  background-color: #164A7A; }

.b-quote-slide {
  padding-top: 40px;
  text-align: center;
  margin: 0;
  min-height: 310px; }
  .b-quote-slide > img {
    max-width: 50px;
    margin: 30px auto;
    opacity: .2; }
  .b-quote-slide p {
    font-size: 24px;
    color: white;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto; }
  .b-quote-slide .e-author {
    font-size: 16px;
    font-style: italic; }

.b-list-of-names {
  margin: 0;
  padding-left: 15px; }
  .b-list-of-names--bottom {
    padding-left: 0; }
  .b-list-of-names li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic; }
    .b-list-of-names li strong {
      display: block;
      font-size: 16px;
      color: black;
      font-style: normal;
      line-height: 1;
      font-weight: 600; }

.m-orange, .m-citizens, .floating-button .button--citizens {
  background-color: #ee5b43; }

.m-blue, .m-government, .floating-button .button--government {
  background-color: #008ab3; }

.m-yellow, .m-economic, .floating-button .button--economic {
  background-color: #C2C33B; }

.m-fuschia, .m-public, .floating-button .button--public {
  background-color: #AD0054; }

.m-hidden {
  visibility: hidden; }

@media (min-width: 64em) {
  #about-page .b-footer .e-partner-logo > img,
  #case-study-page .b-footer .e-partner-logo > img,
  #open-data-impact-homepage .b-footer .e-partner-logo > img {
    width: 40%; } }
@media (max-width: 39.9375em) {
  #about-page .b-footer .e-partner-logo > img,
  #case-study-page .b-footer .e-partner-logo > img,
  #open-data-impact-homepage .b-footer .e-partner-logo > img {
    width: 80%; } }

#case-study-page .top-section,
#open-data-impact-homepage .top-section {
  height: 75vh;
  position: relative;
  background: url("/images/banners/sm/home.jpg") no-repeat center center;
  background-size: cover; }
  #case-study-page .top-section .e-shade,
  #open-data-impact-homepage .top-section .e-shade {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)); }
  #case-study-page .top-section.m-orange, #case-study-page .top-section.m-citizens, #case-study-page .floating-button .top-section.button--citizens, .floating-button #case-study-page .top-section.button--citizens,
  #open-data-impact-homepage .top-section.m-orange,
  #open-data-impact-homepage .top-section.m-citizens,
  #open-data-impact-homepage .floating-button .top-section.button--citizens,
  .floating-button #open-data-impact-homepage .top-section.button--citizens {
    background-color: #ee5b43; }
  #case-study-page .top-section.m-purple,
  #open-data-impact-homepage .top-section.m-purple {
    background-color: #523080; }
  #case-study-page .top-section.m-blue, #case-study-page .top-section.m-government, #case-study-page .floating-button .top-section.button--government, .floating-button #case-study-page .top-section.button--government,
  #open-data-impact-homepage .top-section.m-blue,
  #open-data-impact-homepage .top-section.m-government,
  #open-data-impact-homepage .floating-button .top-section.button--government,
  .floating-button #open-data-impact-homepage .top-section.button--government {
    background-color: #008ab3; }
  #case-study-page .top-section.m-teal,
  #open-data-impact-homepage .top-section.m-teal {
    background-color: #008895; }
  #case-study-page .top-section.m-dark-blue,
  #open-data-impact-homepage .top-section.m-dark-blue {
    background-color: #164A7A; }
#case-study-page .e-titles,
#open-data-impact-homepage .e-titles {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 20px; }
  #case-study-page .e-titles h3 span,
  #open-data-impact-homepage .e-titles h3 span {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    width: auto;
    padding: 5px 8px;
    background-color: #523080;
    font-weight: 400; }
#case-study-page .page-section .e-bold,
#open-data-impact-homepage .page-section .e-bold {
  font-weight: 600; }
#case-study-page .page-section .e-box,
#open-data-impact-homepage .page-section .e-box {
  padding: 30px;
  background-color: rgba(22, 74, 122, 0.05); }
  #case-study-page .page-section .e-box__header,
  #open-data-impact-homepage .page-section .e-box__header {
    color: #164A7A;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px; }
  #case-study-page .page-section .e-box__sub-header,
  #open-data-impact-homepage .page-section .e-box__sub-header {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px; }
  #case-study-page .page-section .e-box__title,
  #open-data-impact-homepage .page-section .e-box__title {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 5px; }
  #case-study-page .page-section .e-box p,
  #open-data-impact-homepage .page-section .e-box p {
    margin-top: 5px; }
#case-study-page .page-section .e-box-title,
#open-data-impact-homepage .page-section .e-box-title {
  font-style: italic; }
#case-study-page .p-table,
#open-data-impact-homepage .p-table {
  padding-top: 30px;
  padding-bottom: 30px; }
  #case-study-page .p-table p,
  #open-data-impact-homepage .p-table p {
    padding-right: 30px;
    font-style: italic; }
    @media (max-width: 39.9375em) {
      #case-study-page .p-table p,
      #open-data-impact-homepage .p-table p {
        padding-right: 0; } }
  #case-study-page .p-table h5,
  #open-data-impact-homepage .p-table h5 {
    margin-top: 0; }
  #case-study-page .p-table a,
  #open-data-impact-homepage .p-table a {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 39.9375em) {
      #case-study-page .p-table a,
      #open-data-impact-homepage .p-table a {
        margin-top: 20px; } }

#download-button,
#explore-button {
  bottom: -27px;
  position: absolute;
  text-align: center;
  width: 100%; }
  #download-button a,
  #explore-button a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  #download-button .material-icons,
  #explore-button .material-icons {
    font-size: 24px;
    line-height: 24px; }

@media (min-width: 64em) {
  #open-data-impact-homepage .top-section .e-main-title {
    font-size: 60px;
    font-weight: 100; } }
@media (max-width: 39.9375em) {
  #open-data-impact-homepage .top-section .e-main-title {
    font-size: 2.6rem;
    font-weight: 400; } }
@media (min-width: 64em) {
  #open-data-impact-homepage .top-section .e-tagline {
    font-size: 30px;
    font-weight: 100; } }
@media (max-width: 39.9375em) {
  #open-data-impact-homepage .top-section .e-tagline {
    font-size: 1.25rem;
    font-weight: 400; } }
@media (min-width: 64em) {
  #open-data-impact-homepage .page-section.m-impact-section h2 {
    font-size: 60px; } }
@media (max-width: 39.9375em) {
  #open-data-impact-homepage .page-section.m-impact-section h2 {
    font-size: 45px; } }
@media (min-width: 1025px) {
  #open-data-impact-homepage .grid .e-card {
    width: auto;
    text-align: start; } }
@media (max-width: 767px) {
  #open-data-impact-homepage .grid .e-card {
    width: 100%;
    text-align: center; } }
@media (max-width: 63.9375em) {
  #open-data-impact-homepage .grid .e-card {
    width: 100%;
    text-align: center; } }
#open-data-impact-homepage .grid .e-card .e-card-inner {
  text-align: left; }
  @media (min-width: 1025px) {
    #open-data-impact-homepage .grid .e-card .e-card-inner {
      margin: 15px; } }
  @media (max-width: 767px) {
    #open-data-impact-homepage .grid .e-card .e-card-inner {
      margin: 15px 0; } }

#about-page .top-section, #about-page .top-section {
  padding-top: 130px; }
  @media (min-width: 1025px) {
    #about-page .top-section, #about-page .top-section {
      height: 300px; } }
  @media (max-width: 767px) {
    #about-page .top-section, #about-page .top-section {
      height: 65vh; } }
#about-page .page-section, #about-page .page-section {
  padding-top: 50px; }
  #about-page .page-section a, #about-page .page-section a {
    color: #164A7A;
    text-decoration: none; }
    #about-page .page-section a:hover, #about-page .page-section a:hover {
      text-decoration: underline; }
  #about-page .page-section h3, #about-page .page-section h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 1025px) {
      #about-page .page-section h3, #about-page .page-section h3 {
        text-align: right; } }
    @media (max-width: 767px) {
      #about-page .page-section h3, #about-page .page-section h3 {
        text-align: left; } }
  #about-page .page-section h4, #about-page .page-section h4 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600; }
@media (min-width: 1025px) {
  #about-page .slick-track, #about-page .slick-track {
    height: auto; } }
@media (max-width: 767px) {
  #about-page .slick-track, #about-page .slick-track {
    height: 100vh; } }
#about-page .slick-track .b-quote-slide, #about-page .slick-track .b-quote-slide {
  height: 100%; }
  #about-page .slick-track .b-quote-slide p, #about-page .slick-track .b-quote-slide p {
    margin-top: 0; }
#about-page .b-form textarea, #about-page .b-form textarea {
  min-height: 240px; }

@media (max-width: 767px) {
  .b-footer .e-content h4 {
    text-align: center; } }
.b-footer .e-content .e-partner-logo {
  text-align: center; }
.b-footer .e-content .e-partner-logo > img {
  width: 40%; }
  @media (max-width: 767px) {
    .b-footer .e-content .e-partner-logo > img {
      width: 80%;
      max-height: 300px; } }

.b-copyright {
  line-height: 36px; }
  .b-copyright .e-partner-logo {
    text-align: center; }
  .b-copyright .e-partner-logo > img {
    width: 50%;
    max-height: 200px; }
  @media (min-width: 1025px) {
    .b-copyright .e-cc-badge {
      margin: 5px 25px 0 0; } }
  @media (max-width: 767px) {
    .b-copyright .e-cc-badge {
      margin: 30px 0; } }

.b-copyright {
  position: relative; }
  .b-copyright .e-partner-logo > img {
    max-width: 400px;
    padding: 10px 0;
    opacity: .5;
    transition: all .4s ease; }
    .b-copyright .e-partner-logo > img:hover {
      opacity: 1;
      transition: all .4s ease; }
  @media (min-width: 1025px) {
    .b-copyright .e-partner-logo {
      position: absolute;
      right: 0;
      top: 10px; } }
  @media (max-width: 767px) {
    .b-copyright .e-partner-logo {
      position: static; } }

.page-section aside h3 {
  text-align: left;
  padding-right: 30px; }
  @media (min-width: 1025px) {
    .page-section aside h3 {
      text-align: right; } }
.page-section .e-expandable * {
  font-size: 1.1rem;
  font-weight: 300; }
.page-section .e-expandable > *:not(:first-child) {
  display: none; }
.page-section .e-expandable > *:only-of-type + .e-read-more {
  display: none; }
.page-section .e-expandable .e-read-more {
  display: inline;
  cursor: pointer;
  color: #164A7A;
  font-weight: 600; }
  .page-section .e-expandable .e-read-more:hover {
    text-decoration: underline; }
.page-section .e-expandable .e-h2, .page-section .e-expandable h2 {
  font-weight: bold;
  color: #164A7A; }
  .page-section .e-expandable .e-h2:not(:first-child), .page-section .e-expandable h2:not(:first-child) {
    margin-top: 30px; }
.page-section .e-expandable .e-caption {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5); }
.page-section .e-expandable b {
  font-weight: bold; }
.page-section .e-expandable img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin: 30px 0; }
.page-section .e-expandable .no-style {
  box-shadow: none;
  margin: 0; }
.page-section .e-expandable .e-quote {
  background-color: rgba(22, 74, 122, 0.05);
  padding: 20px 20px 20px 40px;
  position: relative; }
  .page-section .e-expandable .e-quote:before {
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    overflow: hidden;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    background-color: #164A7A;
    content: '';
    position: absolute;
    left: -17px; }
.page-section .e-expandable .e-quote-author {
  margin-top: -15px;
  padding: 0 20px 20px 40px;
  position: relative;
  text-align: right; }
  .page-section .e-expandable .e-quote-author span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #164A7A; }

@media (min-width: 1025px) {
  table.m-respond {
    display: table; } }
@media (max-width: 767px) {
  table.m-respond {
    display: block; } }
@media (min-width: 1025px) {
  table.m-respond th {
    display: table-cell; } }
@media (max-width: 767px) {
  table.m-respond th {
    display: none; } }
@media (min-width: 1025px) {
  table.m-respond tr {
    display: table-row; } }
@media (max-width: 767px) {
  table.m-respond tr {
    display: block; } }
@media (min-width: 1025px) {
  table.m-respond td {
    display: table-cell; } }
@media (max-width: 767px) {
  table.m-respond td {
    display: block; } }
table.m-respond .e-line-header {
  font-size: 18px;
  font-weight: 600; }
  @media (min-width: 1025px) {
    table.m-respond .e-line-header {
      display: none; } }
  @media (max-width: 767px) {
    table.m-respond .e-line-header {
      display: block; } }

.column.expanded {
  padding-left: 0;
  padding-right: 0; }

.top-section a.m-bold {
  font-weight: 600; }
  .top-section a.m-bold:visited {
    color: white; }
  .top-section a.m-bold:focus {
    color: white; }

@media (max-width 767px) {
  .e-card-inner {
    width: 90%; } }
#case-study-page .top-section {
  text-align: center;
  margin-bottom: 60px; }
  #case-study-page .top-section .e-titles {
    padding: 30px; }
    @media (min-width: 64em) {
      #case-study-page .top-section .e-titles .e-main-title {
        font-size: 60px;
        font-weight: 100;
        padding: 10px; } }
    @media (max-width: 767px) {
      #case-study-page .top-section .e-titles .e-main-title {
        font-size: 5vh;
        font-weight: 300; } }
    @media (min-width: 64em) {
      #case-study-page .top-section .e-titles .e-tagline {
        font-size: 30px; } }
    @media (max-width: 767px) {
      #case-study-page .top-section .e-titles .e-tagline {
        font-size: 1.1rem; } }
    #case-study-page .top-section .e-titles h4 {
      margin: 0;
      font-size: 1.125rem;
      text-transform: none;
      font-weight: bold; }
      @media (min-width: 64em) {
        #case-study-page .top-section .e-titles h4 {
          font-size: 1.125rem; } }
      @media (max-width: 767px) {
        #case-study-page .top-section .e-titles h4 {
          font-size: 0.85rem; } }
#case-study-page .e-tags {
  overflow: hidden;
  float: left;
  width: 80%; }
  #case-study-page .e-tags p {
    margin: 0; }
  #case-study-page .e-tags .e-left {
    float: left;
    width: 15%;
    text-align: right;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase; }
  #case-study-page .e-tags .e-right {
    float: right;
    width: 85%;
    text-align: left;
    padding: 10px; }
#case-study-page .e-read-times {
  display: none;
  float: right;
  width: 20%;
  text-align: right; }
  #case-study-page .e-read-times p {
    margin: 0; }
  @media (min-width: 64em) {
    #case-study-page .e-read-times {
      display: block; } }

.center {
  text-align: center; }

.resources-page h4 {
  margin: 0;
  padding-bottom: 5px;
  margin-top: 10px; }
.resources-page ul {
  margin: 0;
  margin-bottom: 1rem; }
.resources-page p {
  margin: 0;
  margin-bottom: 1rem;
  color: #0a0a0a;
  font-size: 1.02rem; }
.resources-page .accordion__item p {
  color: white; }
.resources-page hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }
.resources-page table {
  border: solid 1px rgba(0, 0, 0, 0.1); }
.resources-page th {
  background-color: rgba(0, 0, 0, 0.1);
  color: black; }
.resources-page .expanded-row {
  max-width: 85%; }
  @media (max-width: 39.9375em) {
    .resources-page .expanded-row {
      max-width: 100%; } }
.resources-page .e-project-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; }
.resources-page .modal__header {
  background-color: #164A7A; }
.resources-page .b-modal {
  background: white;
  position: fixed;
  width: 50%;
  top: 12vh;
  left: 50%;
  margin: 0 0 0 -25%;
  /* Embiggen */
  transform: scale(1.5);
  /* prefix me */
  /* Hidden */
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px 45px;
  transition: all .4s ease;
  z-index: 11; }
  @media (max-width: 39.9375em) {
    .resources-page .b-modal {
      width: 100%;
      left: 25%; } }
  .resources-page .b-modal .e-content h2 {
    font-weight: bold; }
  .resources-page .b-modal .e-content {
    max-height: 70vh;
    overflow-y: scroll; }
    .resources-page .b-modal .e-content :first-child {
      margin-top: 0; }
    .resources-page .b-modal .e-content h2 {
      font-size: 20px; }
    .resources-page .b-modal .e-content h3 {
      font-size: 18px; }
    .resources-page .b-modal .e-content h4 {
      font-size: 16px; }
.resources-page .b-modal.js-active {
  /* Regular size and visible */
  transform: scale(1);
  /* prefix me */
  opacity: 1;
  transition: all .4s ease;
  /* Clickable */
  pointer-events: auto; }
.resources-page .accordion__item a {
  text-decoration: none !important; }
.resources-page .button {
  border-bottom: none !important; }
  .resources-page .button:hover {
    border-bottom: none; }
.resources-page .no-style-link {
  border-bottom: none !important;
  font-size: 12px !important; }
  .resources-page .no-style-link:hover {
    text-decoration: underline !important; }

.e-last a {
  text-decoration: none !important;
  border-bottom: 1px solid #AD0054; }
  .e-last a:hover {
    border-bottom: 2px solid #AD0054; }

#open-data-impact-homepage .top-section {
  height: 75vh;
  position: relative;
  background: url("/images/banners/sm/home.jpg") no-repeat center center;
  background-size: cover; }
  #open-data-impact-homepage .top-section__shade {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)); }
  #open-data-impact-homepage .top-section .titles {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 20px;
    text-transform: uppercase; }
    #open-data-impact-homepage .top-section .titles h1 {
      font-size: 4rem;
      font-weight: 100; }
      @media (max-width: 39.9375em) {
        #open-data-impact-homepage .top-section .titles h1 {
          font-size: 2.8rem;
          font-weight: 500;
          padding: 10px; } }
      @media (max-width: 767px) and (orientation: landscape) {
        #open-data-impact-homepage .top-section .titles h1 {
          font-size: 2.2rem;
          font-weight: 500;
          margin-top: 450px; } }
    #open-data-impact-homepage .top-section .titles h2 {
      font-size: 30px;
      font-weight: 100; }
      @media (max-width: 39.9375em) {
        #open-data-impact-homepage .top-section .titles h2 {
          font-size: 1.2rem;
          font-weight: 500; } }
      @media (max-width: 767px) and (orientation: landscape) {
        #open-data-impact-homepage .top-section .titles h2 {
          font-size: 1.4rem;
          font-weight: 500; } }
    #open-data-impact-homepage .top-section .titles h3 span {
      text-transform: uppercase;
      font-size: 16px;
      padding: 5px 8px;
      background-color: #523080;
      font-weight: 400; }
#open-data-impact-homepage .impact-section .space {
  margin-bottom: 30px; }
#open-data-impact-homepage .impact-section h2 {
  font-size: 60px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.1;
  margin-top: 0; }
  @media (max-width: 39.9375em) {
    #open-data-impact-homepage .impact-section h2 {
      font-size: 45px; } }
#open-data-impact-homepage .impact-section h2 ~ p {
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin: 30px 0 0 0; }
#open-data-impact-homepage .impact-section__description {
  font-weight: 300;
  font-size: 24px;
  margin-top: 5px; }
#open-data-impact-homepage .impact-section__action {
  margin-bottom: 10px; }
#open-data-impact-homepage .impact-section i.m-xl-badge {
  width: 100px;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 30px 0 0 0; }
#open-data-impact-homepage .impact-section i.m-gray {
  color: rgba(0, 0, 0, 0.1); }
#open-data-impact-homepage .challenges-section {
  color: white;
  text-align: center; }
  #open-data-impact-homepage .challenges-section .columns h3 {
    font-size: 26px;
    font-weight: 500; }
  #open-data-impact-homepage .challenges-section .columns p {
    font-size: 22px;
    line-height: 1.5; }
#open-data-impact-homepage #download-section .button {
  width: 35%;
  text-align: right;
  float: none; }
  @media (max-width: 39.9375em) {
    #open-data-impact-homepage #download-section .button {
      width: 80%;
      margin: 5px; } }
#open-data-impact-homepage #download-section i {
  margin-right: 60px; }
#open-data-impact-homepage .divider .row h2 {
  text-transform: uppercase;
  font-size: 32px;
  text-align: center; }

.enabler-section .columns {
  padding: 0;
  margin: 0; }
  .enabler-section .columns:nth-child(odd) .button {
    background-color: #008895; }
  .enabler-section .columns:nth-child(even) .button {
    background-color: #1A939E; }
.enabler-section .button {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  cursor: default; }
  .enabler-section .button i {
    color: rgba(255, 255, 255, 0.4); }
  .enabler-section .button__panel {
    display: block;
    width: 100%;
    height: 100%; }
    .enabler-section .button__panel i.m-lg {
      font-size: 50px; }
    .enabler-section .button__panel i.m-xl {
      font-size: 100px;
      margin-bottom: 40px;
      margin-top: 20px; }
  .enabler-section .button__panel-icon {
    text-align: center;
    margin: 0; }
    .enabler-section .button__panel-icon i {
      float: none;
      margin-left: 0; }
.enabler-section p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  margin-top: 0; }

@media (max-width: 39.9375em) {
  #explore-tabs {
    padding-left: 0; } }

#explore-content a {
  font-weight: 600; }

#collections a {
  font-size: 14px;
  font-weight: 600; }

#empowering-citizens .slice {
  fill: #ee5b43; }

#creating-opportunity .slice {
  fill: #C2C33B; }

#improving-government .slice {
  fill: #008ab3; }

#solving-public-problems .slice {
  fill: #AD0054; }

.subslice:first-child .slice {
  opacity: .1; }

.subslice .slice {
  opacity: .2; }

.rounded-text {
  fill: rgba(255, 255, 255, 0.7); }

.text {
  fill: rgba(51, 51, 51, 0.5); }

.center .circle {
  fill: #523080;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.2); }
.center .text {
  fill: white; }

#empowering-citizens.main-slice:hover .slice {
  fill: #be4936 !important; }

#creating-opportunity.main-slice:hover .slice {
  fill: #9c9d2f !important; }

#improving-government.main-slice:hover .slice {
  fill: #006e8f !important; }

#solving-public-problems.main-slice:hover .slice {
  fill: #80003e !important; }

.subslice .slice:hover {
  opacity: .3 !important; }

.js-filter {
  cursor: pointer; }

.tab-controller {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: -30px; }

.button.e-explore-tab {
  width: 120px;
  background-color: #ced5e3;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .button.e-explore-tab {
      display: none; } }

.e-explore-tab.active-tab {
  background-color: #164A7A;
  color: white; }

#explore-page .top-section {
  min-height: 296px;
  padding-top: 90px; }

.b-pack-map {
  padding-top: 30px; }

#explore-tab-caption {
  max-width: 800px;
  margin: 0 auto; }
  #explore-tab-caption p {
    text-align: center; }

.explore-divider {
  padding: 0 !important;
  background-color: white;
  color: rgba(0, 0, 0, 0.7); }

.button-row {
  padding: 2% 0 !important; }

.tooltip {
  background-color: #0a0a0a;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #odimpact-wheel {
    height: 100vh; } }
@media (max-width: 39.9375em) {
  .case-table {
    display: none !important; } }
.case-table__head {
  border-bottom: solid 1px #164A7A;
  height: auto; }
.case-table th {
  text-transform: none;
  background-color: transparent;
  color: #164A7A;
  vertical-align: bottom;
  padding-bottom: 0;
  font-weight: bold !important; }
.case-table td {
  border-bottom: solid 1px rgba(22, 74, 122, 0.1);
  vertical-align: middle; }
.case-table .last-row td {
  border-bottom: solid 1px #164A7A; }
.case-table--vertical {
  height: 240px;
  white-space: nowrap;
  font-weight: bold; }
  .case-table--vertical div {
    transform: rotate(-90deg);
    width: 30px; }
    .case-table--vertical div span {
      padding-left: 10px; }
.case-table .title {
  font-weight: bold;
  vertical-align: top; }
.case-table tr:nth-child(2n + 3) {
  background-color: rgba(22, 74, 122, 0.05); }
.case-table tr:nth-child(2n) {
  background-color: white; }
.case-table td:nth-child(2n + 4) {
  background-color: rgba(22, 74, 122, 0.05); }
.case-table th:nth-child(2n + 4) {
  background-color: rgba(22, 74, 122, 0.05); }
.case-table .material-icons {
  color: #164A7A; }

.acronyms tr {
  border-bottom: 1px solid rgba(22, 74, 122, 0.05);
  width: 100%; }
.acronyms tr:nth-child(2n) {
  background-color: white; }
.acronyms td {
  padding: 5px 10px; }
.acronyms .definition {
  width: 100%; }
.acronyms .list {
  margin-bottom: 5px; }
.acronyms .acronym {
  color: #164A7A;
  font-weight: bold;
  text-align: right; }
.acronyms h4 {
  color: #164A7A;
  font-weight: bold !important; }

.framework-table {
  table-layout: fixed; }
  @media (max-width: 39.9375em) {
    .framework-table {
      display: none !important; } }
  .framework-table p, .framework-table li {
    font-size: 14px !important; }
  .framework-table ul {
    padding-left: 12px !important; }
  .framework-table td {
    padding: 0 6px; }
  .framework-table th {
    font-size: 14px !important;
    background-color: white;
    color: #164A7A;
    text-transform: none;
    font-weight: bold !important;
    padding: 0;
    text-align: center;
    border-bottom: solid 1px rgba(22, 74, 122, 0.1); }
  .framework-table th:nth-child(2n + 1) {
    background-color: rgba(22, 74, 122, 0.05); }
  .framework-table tr:nth-child(2n) {
    background-color: white; }
  .framework-table td:nth-child(2n + 1) {
    background-color: rgba(22, 74, 122, 0.05); }
  .framework-table tr:nth-child(2n + 3) {
    background-color: rgba(22, 74, 122, 0.08); }
  .framework-table--strong {
    font-weight: bold !important; }
  .framework-table__title {
    margin: 0;
    font-weight: bold !important; }
  .framework-table__bottom-list {
    margin-top: 0; }
    .framework-table__bottom-list .text-highlight {
      font-size: 14px !important; }
  .framework-table ul {
    padding-left: 20px; }
  .framework-table .short-list {
    margin-top: -10px;
    margin: 0; }
  .framework-table .long-list li {
    padding-bottom: 10px; }

.questions-list {
  list-style: none; }
  @media (max-width: 39.9375em) {
    .questions-list {
      margin-left: 0;
      padding-left: 0; } }
  .questions-list li {
    padding-bottom: 10px;
    font-weight: bold !important; }

.row-title {
  font-weight: bold !important;
  margin-bottom: 0; }

.row-description {
  margin-top: 0; }

.text-highlight {
  color: #164A7A;
  font-weight: bold !important; }

.box-border {
  border: 2px #164A7A solid;
  margin-bottom: 20px; }

.inner-box {
  padding: 20px;
  color: #164A7A;
  font-style: italic; }
  .inner-box__author {
    text-align: right;
    font-weight: bold !important;
    margin-bottom: 0; }
  .inner-box__title {
    text-align: right;
    margin-top: 0;
    color: rgba(22, 74, 122, 0.65); }

.e-h3 {
  font-weight: bold !important;
  color: #164A7A; }

.transform-text {
  text-transform: uppercase;
  font-weight: bold !important;
  color: #999999;
  margin-bottom: 0; }

.example-box {
  width: 100%;
  background-color: rgba(22, 74, 122, 0.1);
  border: 2px #164A7A solid;
  margin-bottom: 30px; }
  .example-box__left {
    padding: 20px;
    padding-left: 25px;
    padding-bottom: 10px; }
  .example-box__right {
    padding: 20px;
    padding-left: 25px;
    height: 100%;
    background-color: rgba(22, 74, 122, 0.15); }
  .example-box__h4 {
    color: #164A7A;
    font-weight: bold !important;
    font-size: 1.3rem !important;
    margin-top: 0; }
  .example-box__h5 {
    font-weight: bold !important;
    color: rgba(22, 74, 122, 0.75);
    margin-top: 0; }
  .example-box__title {
    text-transform: uppercase;
    color: #164A7A;
    font-weight: bold !important; }
    .example-box__title--right {
      margin-bottom: 0;
      margin-top: 5px; }
  .example-box__desc {
    color: #164A7A;
    padding: 0;
    margin: 0;
    margin-top: -5px; }

.figure {
  color: gray;
  margin-top: 0; }

.final-report-page img {
  width: 100%; }
@media (max-width: 63.9375em) {
  .final-report-page .floating-button__wrapper {
    font-size: 12px;
    bottom: -85px; } }
@media (max-width: 39.9375em) {
  .final-report-page .floating-button__wrapper {
    bottom: -145px;
    font-size: 12px; } }
@media (max-width: 39.9375em) {
  .final-report-page .long-reading {
    padding-top: 60px; } }
.final-report-page p a {
  text-decoration: none;
  border-bottom: 1px solid #AD0054; }
  .final-report-page p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #AD0054; }
.final-report-page p ._idFootnoteLink {
  border-bottom: none; }
  .final-report-page p ._idFootnoteLink:hover {
    text-decoration: underline;
    border-bottom: none; }
.final-report-page p ._idFootnoteAnchor {
  border-bottom: none; }
  .final-report-page p ._idFootnoteAnchor:hover {
    border-bottom: none; }
.final-report-page p ._idFootnote a {
  text-decoration: none;
  border-bottom: 1px solid #AD0054; }
  .final-report-page p ._idFootnote a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #AD0054; }

.js-active a:hover {
  text-decoration: none !important; }

#periodic-table-page > header > h2 {
  text-align: center;
  margin: 120px 0 60px; }
#periodic-table-page .top-section {
  padding-top: 130px; }
  @media (min-width: 1025px) {
    #periodic-table-page .top-section {
      height: 300px; } }
  @media (max-width: 767px) {
    #periodic-table-page .top-section {
      height: 25%; } }
#periodic-table-page .page-section {
  padding-bottom: 20px;
  max-width: 900px;
  margin: 0 auto; }
#periodic-table-page a {
  text-decoration: none;
  border-bottom: 1px solid #AD0054; }
  #periodic-table-page a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #AD0054; }
#periodic-table-page ._idFootnoteLink {
  border-bottom: none; }
  #periodic-table-page ._idFootnoteLink:hover {
    border-bottom: none; }

.periodic-table-alt {
  display: none; }
  @media (max-width: 870px) {
    .periodic-table-alt {
      display: block; } }
  .periodic-table-alt .caption {
    font-style: italic !important;
    text-align: center; }

.periodic-table {
  padding-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
  display: flex; }
  @media (max-width: 870px) {
    .periodic-table {
      display: none; } }
  .periodic-table__group {
    flex: 1; }
  .periodic-table__group--cc, .periodic-table__group--gov {
    flex: 2; }
  .periodic-table .group-name {
    height: 60px;
    text-align: center;
    padding: 0 10px;
    font-size: .8rem;
    line-height: 1.2;
    font-weight: 600; }
  .periodic-table__element-container {
    display: flex; }
  .periodic-table__column {
    flex: 1;
    margin-left: -1px; }
  .periodic-table__element {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }

.element--blank {
  opacity: 0; }

.element {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  margin-bottom: -1px; }
  .element__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer; }
  .element h2,
  .element p {
    margin: 0;
    flex: none;
    line-height: 1;
    text-transform: none;
    font-weight: 400; }
  .element h2 {
    font-size: 2.5rem;
    font-weight: 300; }
    @media (max-width: 700px) {
      .element h2 {
        font-size: 1.5rem; } }
  .element p {
    font-size: .8rem; }
  .element h3 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin: 0; }
  .element h4 {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    text-transform: none; }
  .element p {
    line-height: 1.4; }
    @media (max-width: 900px) {
      .element p {
        line-height: 1.2; } }

.element__container:hover {
  color: white; }

.element__description {
  z-index: 1;
  padding: 20px;
  position: absolute;
  cursor: pointer;
  width: calc(300% + 3px);
  height: calc(200% + 2px);
  color: white; }
  .element__description h3,
  .element__description h4,
  .element__description p {
    text-align: left; }
  .element__description h3 {
    float: left;
    font-size: 5rem;
    padding: 0 10px 0 0;
    text-transform: none;
    line-height: .9;
    opacity: .3; }
  .element__description--subcategory {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 800;
    font-size: 1rem;
    opacity: 0.8; }

.element:first-child .element__description,
.element:nth-child(2) .element__description,
.element:nth-child(3) .element__description {
  top: -1px; }

.element:nth-child(4) .element__description {
  bottom: calc(-100% - 2px); }

.element:last-child .element__description {
  bottom: 0; }

#i .element__description {
  bottom: calc(-200% - 3px);
  top: auto; }

#m .element__description,
#fl .element__description,
#pa .element__description {
  bottom: auto;
  top: -1px; }

.element--pdd .element__description,
.element--cc .element__description,
.element--gov .element__description {
  left: 0; }

.element--parts .element__description {
  right: calc(-100% - 2px); }

.element--risks .element__description {
  right: 0; }

.element--height-3 .element__description {
  height: calc(300% + 3px); }

.element--height-4 .element__description {
  height: calc(400% + 4px); }

.periodic-table__group--pdd {
  background-color: #ede9f6;
  color: #57398d; }
  .periodic-table__group--pdd .element {
    border-color: #57398d; }
  .periodic-table__group--pdd .element__container:hover,
  .periodic-table__group--pdd .element__description {
    background-color: #57398d; }

.periodic-table__group--cc {
  background-color: #d9f5ff;
  color: #008bbf; }
  .periodic-table__group--cc .element {
    border-color: #008bbf; }
  .periodic-table__group--cc .element__container:hover,
  .periodic-table__group--cc .element__description {
    background-color: #008bbf; }
  .periodic-table__group--cc .periodic-table__column:nth-child(2) {
    color: #0078a6; }
    .periodic-table__group--cc .periodic-table__column:nth-child(2) .element {
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #0078a6; }
    .periodic-table__group--cc .periodic-table__column:nth-child(2) .element__container:hover {
      background-color: #00668c; }

.periodic-table__group--gov {
  background-color: rgba(153, 160, 62, 0.1);
  color: #99a03e; }
  .periodic-table__group--gov .element {
    border-color: #99a03e; }
  .periodic-table__group--gov .element__container:hover,
  .periodic-table__group--gov .element__description {
    background-color: #99a03e; }
  .periodic-table__group--gov .periodic-table__column:nth-child(1) {
    color: #878e37; }
    .periodic-table__group--gov .periodic-table__column:nth-child(1) .element {
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #878e37; }
    .periodic-table__group--gov .periodic-table__column:nth-child(1) .element__container:hover,
    .periodic-table__group--gov .periodic-table__column:nth-child(1) .element__description {
      background-color: #767b30; }

.periodic-table__group--parts {
  background-color: rgba(0, 170, 162, 0.1);
  color: #00aaa2; }
  .periodic-table__group--parts .element {
    border-color: #00aaa2; }
  .periodic-table__group--parts .element__container:hover,
  .periodic-table__group--parts .element__description {
    background-color: #00aaa2; }

.periodic-table__group--risks {
  background-color: rgba(186, 12, 45, 0.1);
  color: #ba0c2d; }
  .periodic-table__group--risks .element {
    border-color: #ba0c2d; }
  .periodic-table__group--risks .element__container:hover,
  .periodic-table__group--risks .element__description {
    background-color: #ba0c2d; }

.element__description {
  opacity: 0;
  pointer-events: none; }

.element__description {
  transition: all .4s ease;
  opacity: 0;
  pointer-events: none; }

.js-active .element__description {
  opacity: 1;
  pointer-events: all; }

.periodic-tabs {
  max-width: 900px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column; }

.periodic-tab {
  overflow: hidden;
  max-height: 60px;
  transition: max-height .3s ease-out; }
  .periodic-tab::before {
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 20px;
    float: right;
    content: "expand_more";
    cursor: pointer;
    line-height: inherit !important; }
  .periodic-tab.js-expand {
    max-height: 3000px; }
    .periodic-tab.js-expand::before {
      content: "expand_less";
      cursor: pointer; }
  .periodic-tab h5 {
    padding: 20px 20px 0 20px; }
  .periodic-tab > header {
    padding: 20px 30px; }
    .periodic-tab > header h3,
    .periodic-tab > header p {
      color: white; }
    .periodic-tab > header h3 {
      font-size: 1.5rem;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 39.9375em) {
        .periodic-tab > header h3 {
          font-size: 1rem; } }

.periodic-tab__element {
  padding: 20px;
  display: flex; }
  @media (max-width: 39.9375em) {
    .periodic-tab__element {
      display: inline-block; }
      .periodic-tab__element > div {
        float: left;
        margin-right: 10px !important; } }
  .periodic-tab__element p {
    text-align: left; }
  .periodic-tab__element h3 {
    font-size: 5rem;
    padding: 0;
    text-transform: none;
    line-height: 1.1;
    font-weight: 200;
    text-align: center;
    margin: 0; }
  .periodic-tab__element > div {
    width: 150px;
    height: 150px;
    padding: 15px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 40px; }
  .periodic-tab__element > p {
    flex: 1;
    margin: 0 30px 0 0; }
  .periodic-tab__element h4 {
    font-size: .8rem;
    margin: 0;
    line-height: 1;
    text-align: center;
    font-weight: 400;
    text-transform: none; }
  .periodic-tab__element--subcategory {
    display: inline-block;
    border: solid 1px;
    font-weight: 800;
    opacity: 0.3;
    padding: 5px 10px; }

.periodic-tab--pdd {
  background-color: #57398d;
  color: white; }
  .periodic-tab--pdd section {
    color: #57398d;
    background-color: #ede9f6; }
    .periodic-tab--pdd section .periodic-tab__element div {
      border-color: #57398d;
      color: rgba(87, 57, 141, 0.6);
      background-color: rgba(87, 57, 141, 0.2); }

.periodic-tab--cc {
  background-color: #008bbf; }
  .periodic-tab--cc section {
    color: #008bbf;
    background-color: #d9f5ff; }
    .periodic-tab--cc section .periodic-tab__element div {
      border-color: #008bbf;
      color: rgba(0, 139, 191, 0.6);
      background-color: rgba(0, 139, 191, 0); }
    .periodic-tab--cc section .periodic-tab__element div.second-subcategory {
      border-color: #008bbf;
      color: rgba(0, 139, 191, 0.6);
      background-color: rgba(0, 139, 191, 0.2); }

.periodic-tab--gov {
  background-color: #99a03e; }
  .periodic-tab--gov section {
    color: #99a03e;
    background-color: #fdfdfa; }
    .periodic-tab--gov section .periodic-tab__element div {
      border-color: #99a03e;
      color: rgba(153, 160, 62, 0.6);
      background-color: rgba(153, 160, 62, 0.2); }
    .periodic-tab--gov section .periodic-tab__element div.second-subcategory {
      border-color: #99a03e;
      color: rgba(153, 160, 62, 0.6);
      background-color: rgba(153, 160, 62, 0); }

.periodic-tab--parts {
  background-color: #00aaa2; }
  .periodic-tab--parts section {
    color: #00aaa2;
    background-color: #c4fffc; }
    .periodic-tab--parts section .periodic-tab__element div {
      border-color: #00aaa2;
      color: rgba(0, 170, 162, 0.6);
      background-color: rgba(0, 170, 162, 0.2); }

.periodic-tab--risks {
  background-color: #ba0c2d; }
  .periodic-tab--risks section {
    color: #ba0c2d;
    background-color: #fde1e7; }
    .periodic-tab--risks section .periodic-tab__element div {
      border-color: #ba0c2d;
      color: rgba(186, 12, 45, 0.6);
      background-color: rgba(186, 12, 45, 0.2); }

#contributors-page .button-container {
  text-align: center;
  padding-top: 30px; }
  #contributors-page .button-container .button {
    margin: 10px; }
    @media (max-width: 767px) {
      #contributors-page .button-container .button {
        margin-left: 20px;
        margin-right: 20px; } }
#contributors-page h2 {
  padding: 50px; }
#contributors-page .page-section h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6); }
  @media (min-width: 1025px) {
    #contributors-page .page-section h3 {
      text-align: right; } }
  @media (max-width: 767px) {
    #contributors-page .page-section h3 {
      text-align: left; } }
#contributors-page .page-section h4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600; }

/* import site specific rules */
.top-nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 5px 5px 10px 5px; }
  .top-nav__button {
    padding-top: 15px;
    padding-right: 25px; }
  .top-nav.m-fixed {
    position: fixed; }
  .top-nav .e-title {
    padding: 11px 0 0 0;
    text-align: center;
    display: block; }
  .top-nav .e-logo {
    max-width: 300px;
    margin: 0 auto;
    padding: 5px 0 0 0;
    text-align: center;
    display: block; }
    .top-nav .e-logo img {
      max-width: 140px; }
  .top-nav.m-transparent {
    background-color: rgba(0, 0, 0, 0.5);
    color: white; }
  .top-nav .e-nav-group {
    color: rgba(255, 255, 255, 0.7);
    transition: all .4s ease;
    position: absolute;
    top: 0; }
    .top-nav .e-nav-group i.material-icons {
      font-size: 30px;
      cursor: pointer; }
    @media (max-width: 39.9375em) {
      .top-nav .e-nav-group.m-left .e-nav-item {
        display: none; } }
    .top-nav .e-nav-group.m-right {
      font-weight: 700;
      right: 0; }
    .top-nav .e-nav-group.e-social-media {
      display: block; }
    .top-nav .e-nav-group.e-social-media .e-nav-item {
      padding-top: 15px;
      font-size: 20px; }
    .top-nav .e-nav-group .e-nav-item {
      display: inline-block;
      padding: 20px; }
      .top-nav .e-nav-group .e-nav-item--menu {
        padding-left: 0;
        padding-right: 15px; }
      @media (max-width: 1168px) {
        .top-nav .e-nav-group .e-nav-item {
          padding-right: 10px;
          padding-left: 10px; } }
      @media (max-width: 63.9375em) {
        .top-nav .e-nav-group .e-nav-item {
          display: none; } }
    .top-nav .e-nav-group .e-side-logo {
      position: relative;
      top: -8px; }
      .top-nav .e-nav-group .e-side-logo img {
        max-width: 75px; }
    .top-nav .e-nav-group:hover {
      color: white;
      transition: all .4s ease; }

#menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  display: none;
  opacity: .7; }

.floating-button {
  z-index: 0; }

.e-project-item {
  display: inline-block;
  background-color: white;
  height: 0;
  padding: 30px;
  margin: 4% 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
  padding-bottom: 65%; }
  .e-project-item.m-clickable {
    cursor: pointer; }
  .e-project-item img {
    max-width: 100%; }

.page-section .row.m-spaced, .page-section .columns.m-spaced {
  margin-bottom: 50px; }
.page-section .row.m-padded, .page-section .columns.m-padded {
  padding: 100px 50px; }
.page-section .row.m-dark-blue, .page-section .columns.m-dark-blue {
  background-color: #164A7A; }
.page-section .row.m-dark-blue-2, .page-section .columns.m-dark-blue-2 {
  background-color: #103456; }
.page-section aside {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  text-transform: uppercase; }
.page-section.m-condensed aside {
  font-size: 18px;
  text-align: right;
  margin: 0 50px 0 0;
  min-width: 200px; }
  @media (max-width: 767px) {
    .page-section.m-condensed aside {
      text-align: center;
      padding: 30px;
      font-size: 30px; } }
.page-section.m-condensed .row {
  max-width: 65rem; }
.page-section.m-condensed p, .page-section.m-condensed ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62; }
.page-section .m-lr-padding {
  margin-left: 100px;
  margin-right: 100px; }
.page-section .expandable {
  height: auto;
  transition: all .4s ease; }
  .page-section .expandable.js-active {
    transition: all .4s ease; }
    .page-section .expandable.js-active .button.m-more {
      display: none; }
    .page-section .expandable.js-active .button.m-less {
      display: inline-block; }
  .page-section .expandable p {
    margin-bottom: 15px; }
  .page-section .expandable > p:only-of-type ~ .b-button {
    display: none; }
  .page-section .expandable.m-active > *:not(.b-button) {
    display: block; }
  .page-section .expandable .b-button {
    color: #57398d; }
  .page-section .expandable a[data-open] {
    background-color: #E8EBF2;
    text-decoration: none;
    color: #333; }
    .page-section .expandable a[data-open] sup {
      font-size: 11px;
      padding: 0 0 0 4px; }
    .page-section .expandable a[data-open]:hover {
      background-color: #ced5e3;
      transition: all .4s ease; }
.page-section p.e-last {
  text-align: right;
  color: rgba(0, 0, 0, 0.3); }
  .page-section p.e-last a {
    text-decoration: underline; }
.page-section.m-yellow, .page-section.m-economic, .floating-button .page-section.button--economic {
  background-color: #99a03e;
  color: white; }
.page-section.m-fuschia, .page-section.m-public, .floating-button .page-section.button--public {
  background-color: #AD0054;
  color: white; }
.page-section.m-no-padding {
  padding: 0; }
  .page-section.m-no-padding .row {
    margin-left: 0;
    margin-right: 0; }
  .page-section.m-no-padding .columns.m-no-padding {
    padding: 0; }
.page-section.m-no-bottom-padding {
  padding-bottom: 0; }
.page-section.m-no-top-padding {
  padding-top: 0; }
.page-section.m-impact-section h2 {
  font-size: 60px;
  font-weight: 200;
  text-transform: none;
  line-height: 1.1; }
  .page-section.m-impact-section h2 ~ p {
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    margin: 30px 0 0 0; }
.page-section.m-impact-section p.b-description {
  font-weight: 300;
  font-size: 24px;
  margin-top: 5px; }
.page-section.m-margin-lead {
  margin-top: 60px; }
.page-section.m-hidden {
  display: none; }
.page-section#enabler-icons .columns:nth-child(odd) .b-button {
  background-color: #008895; }
.page-section#enabler-icons .columns:nth-child(even) .b-button {
  background-color: #1A939E; }
.page-section#enabler-icons .columns .b-button {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-section#enabler-icons .columns .b-button i {
    color: rgba(255, 255, 255, 0.4); }
  .page-section#enabler-icons .columns .b-button:hover {
    cursor: default; }
.page-section#challenges-section .columns h3 {
  font-size: 26px;
  font-weight: 500; }
.page-section#challenges-section .columns p {
  font-size: 22px;
  line-height: 1.5; }
.page-section#download-section h2 {
  font-size: 2.2em; }
.page-section#download-section h3 {
  font-size: 1.5em;
  margin: 10px;
  text-align: center; }
.page-section#download-section .button {
  text-align: center !important; }
.page-section#no-results {
  text-align: center; }
  .page-section#no-results h3 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 25px;
    margin: 100px 0; }

main .b-divider {
  padding: 60px 0; }

.footer {
  padding: 0; }
  .footer .e-content {
    text-align: center; }
    .footer .e-content h4 {
      margin: 50px 0 0;
      font-weight: 600;
      text-transform: uppercase;
      color: white;
      font-size: 1.5625rem; }
  .footer .e-partner-logo {
    display: block;
    text-align: center; }
    .footer .e-partner-logo > img {
      padding: 10px 0;
      opacity: .5;
      transition: all .4s ease;
      width: 100%;
      border: dashed;
      border-color: transparent; }
      @media (min-width: 1025px) {
        .footer .e-partner-logo > img {
          width: 100%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo > img {
          width: 40%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo > img {
          width: 100%; } }
      .footer .e-partner-logo > img:hover {
        opacity: 1; }
    .footer .e-partner-logo--other {
      text-align: center; }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other > img {
          width: 32%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other > img {
          width: 15%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other > img {
          width: 35%; } }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other--large > img {
          width: 45%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other--large > img {
          width: 20%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other--large > img {
          width: 50%; } }
  .footer--darken {
    background-color: rgba(0, 0, 0, 0.3); }
  .footer h5 {
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .footer__nav {
    padding: 10px 25px; }
    .footer__nav > a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      padding: 5px; }
      .footer__nav > a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1); }
  .footer .button--outline-dark {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 15px;
    margin-bottom: 25px; }
    .footer .button--outline-dark:hover {
      background-color: rgba(0, 0, 0, 0.4); }
  .footer .partner-no-show {
    text-align: center; }
    @media (max-width: 39.9375em) {
      .footer .partner-no-show {
        display: none; } }
    @media (max-width: 767px) {
      .footer .partner-no-show {
        display: none; } }
    @media (max-width: 63.9375em) {
      .footer .partner-no-show {
        display: none; } }
  .footer .title-display {
    color: white;
    text-align: center; }
    @media (min-width: 1025px) {
      .footer .title-display {
        display: none; } }

.tabs {
  padding-left: 0;
  display: inline-block;
  position: relative;
  border: 0;
  margin: 10px;
  list-style-type: none;
  background: transparent;
  border: 1px solid #fff; }
  .tabs:before {
    content: ' ';
    display: table; }
  .tabs:after {
    content: ' ';
    display: table;
    clear: both; }
  .tabs > .tabs-title {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 10px;
    float: left; }
    .tabs > .tabs-title > a {
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      line-height: 1;
      color: #fff; }
      .tabs > .tabs-title > a:hover {
        color: white;
        background: #999; }
        .tabs > .tabs-title > a:hover:focus {
          background: #164A7A; }
    .tabs > .tabs-title > a[aria-selected='true'] {
      background: #164A7A; }
  .tabs .e-side-link {
    padding: 17px 0;
    position: absolute;
    right: 25px; }

.tabs-content .tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-content .tabs-panel.is-active {
    display: block; }
  .tabs-content .tabs-panel .row .columns {
    text-align: center; }
.tabs-content .button {
  background-color: transparent;
  font-size: 15px;
  text-transform: none;
  width: 100%; }
  .tabs-content .button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .tabs-content .button:focus {
    outline: none; }
  .tabs-content .button.selected {
    background-color: rgba(0, 0, 0, 0.05); }

.b-slide .m-lr-padding, .b-quote-slide .m-lr-padding {
  margin-left: 150px;
  margin-right: 150px; }

ul.b-sidebar {
  position: absolute;
  right: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 1068px) {
    ul.b-sidebar {
      opacity: 0; } }
  @media (min-width: 1025px) {
    ul.b-sidebar-wide {
      opacity: 1 !important; } }
  @media (max-width: 1025px) {
    ul.b-sidebar-wide {
      opacity: 0 !important; } }
  @media (max-width: 1140px) {
    ul.b-sidebar-wide li {
      margin-right: 30px !important; } }
  @media (max-width: 1085px) {
    ul.b-sidebar-wide li {
      margin-right: 0 !important; } }
  ul.b-sidebar li {
    padding: 10px;
    color: white;
    width: 45px;
    height: 45px; }
    ul.b-sidebar li.facebook {
      background-color: #3b5998; }
    ul.b-sidebar li.linkedin {
      background-color: #007bb5; }
    ul.b-sidebar li.google-plus {
      background-color: #dd4b39; }
    ul.b-sidebar li.twitter {
      background-color: #55acee; }
    ul.b-sidebar li.email {
      background-color: #ccc; }
    @media (min-width: 1025px) {
      ul.b-sidebar li {
        display: block; } }
  @media (min-width: 1025px) {
    ul.b-sidebar {
      margin-right: 30px; } }
  @media (max-width: 1140px) {
    ul.b-sidebar {
      margin-right: 0; } }
  ul.b-sidebar.js-scroll-fixed {
    position: fixed;
    right: 0;
    top: 0; }

.divider {
  padding: 60px 0; }
  .divider div {
    max-width: 95%; }
  .divider h2 {
    font-size: 32px;
    margin-top: 0; }
  .divider.m-next {
    position: relative; }
    .divider.m-next div {
      max-width: 50%;
      position: absolute;
      right: 100px;
      top: 30px; }
      .divider.m-next div * {
        vertical-align: middle; }
        @media (max-width: 767px) {
          .divider.m-next div * {
            text-align: left; } }
      .divider.m-next div h1, .divider.m-next div h2 {
        margin-left: 10px; }
      .divider.m-next div h1 {
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.3); }
      .divider.m-next div h2 {
        text-transform: none;
        font-size: 20px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        transition: all .4s ease; }
      .divider.m-next div h2::after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: 'liga';
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        font-feature-settings: 'liga';
        content: 'chevron_right';
        font-size: 35px;
        padding-bottom: 4px;
        color: rgba(255, 255, 255, 0.3);
        vertical-align: middle; }
      .divider.m-next div a:hover {
        text-decoration: none; }
        .divider.m-next div a:hover h2 {
          color: white;
          transition: all .4s ease; }
  .divider.m-yellow, .divider.m-economic, .floating-button .divider.button--economic {
    background-color: #99a03e; }
  .divider.m-fuschia, .divider.m-public, .floating-button .divider.button--public {
    background-color: #AD0054; }
  .divider.m-resources {
    text-align: center; }

.b-sticky {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .b-sticky {
      padding: 20px 0; } }
  @media (min-width: 1025px) {
    .b-sticky {
      padding: 40px 0; } }
  .b-sticky h5 {
    margin: 0;
    text-transform: none;
    margin-top: -5px; }
  .b-sticky .row {
    max-width: 85%; }
    .b-sticky .row a {
      text-decoration: none;
      font-style: italic;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.8);
      transition: all .4s ease; }
      .b-sticky .row a:hover {
        color: white;
        transition: all .4s ease; }
    .b-sticky .row h3 {
      font-size: 28px;
      font-weight: 800;
      text-transform: capitalize; }
      @media (max-width: 767px) and (orientation: portrait) {
        .b-sticky .row h3 {
          font-size: 24px; } }
    .b-sticky .row p {
      margin-top: 10px;
      font-size: 19px;
      line-height: 1.62; }
      .b-sticky .row p:last-of-type:not(:only-of-type) {
        font-size: 18px;
        margin-bottom: 0; }
      @media (max-width: 39.9375em) {
        .b-sticky .row p {
          margin: 0; } }
    @media (max-width: 767px) {
      .b-sticky .row {
        text-align: left; }
        .b-sticky .row p, .b-sticky .row h3 {
          margin: 20px;
          display: block; }
          .b-sticky .row p:last-of-type:not(:only-of-type), .b-sticky .row h3:last-of-type:not(:only-of-type) {
            display: none; } }
    @media (min-width: 1025px) {
      .b-sticky .row {
        text-align: left; }
        .b-sticky .row p:last-of-type:not(:only-of-type) {
          display: block;
          margin: 0 40px; }
        .b-sticky .row h3 {
          display: inline;
          margin: 0; } }
  .b-sticky img {
    margin-right: 40px;
    max-height: 150px;
    float: left; }
    @media (max-width: 39.9375em) {
      .b-sticky img {
        margin-right: 15px; } }

i.e-close {
  position: absolute;
  right: 50px;
  cursor: pointer; }
  @media (max-width: 39.9375em) {
    i.e-close {
      right: 30px; } }

.grid {
  max-width: 990px;
  margin: 0 auto; }
  .grid .e-card .e-card-inner {
    position: relative;
    vertical-align: top;
    color: white;
    width: 300px;
    height: 350px;
    margin: 15px;
    display: inline-block; }
    .grid .e-card .e-card-inner p {
      padding: 20px; }
      .grid .e-card .e-card-inner p.e-case-name {
        font-size: 1em;
        font-weight: 600;
        text-transform: uppercase; }
      .grid .e-card .e-card-inner p.e-case-description {
        position: absolute;
        bottom: 0; }
    .grid .e-card .e-card-inner .e-case-image {
      height: 150px;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
    .grid .e-card .e-card-inner:hover {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
  .grid .e-card.impact-citizens .e-card-inner {
    background-color: #ee5b43; }
  .grid .e-card.impact-government .e-card-inner {
    background-color: #008bbf; }
  .grid .e-card.impact-economic .e-card-inner {
    background-color: #99a03e; }
  .grid .e-card.impact-public .e-card-inner {
    background-color: #AD0054; }
  .grid .e-card.m-unreleased .e-card-inner {
    background-color: rgba(0, 0, 0, 0.3); }
    .grid .e-card.m-unreleased .e-card-inner:hover {
      box-shadow: none; }
  .grid a:hover {
    text-decoration: none; }

.map {
  text-align: center;
  width: 900px; }
  @media (min-width: 1025px) {
    .map {
      display: block; } }
  @media (max-width: 767px) {
    .map {
      display: none; } }
  .map .background {
    fill: none;
    pointer-events: all; }
  .map .country {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .map .node.fade circle {
    opacity: .15;
    transition: opacity 0.5s; }
  .map .node circle {
    opacity: .75;
    cursor: pointer;
    transition: opacity 0.5s; }
    .map .node circle.active {
      opacity: .9;
      fill: #008ab3 !important;
      transition: opacity 0.1s; }
  .map .node text {
    fill: #fff;
    cursor: pointer; }
  .map .region {
    fill: #ddd;
    cursor: pointer;
    transition: fill 0.1s; }
    .map .region.active {
      fill: #bbb;
      transition: fill 0.1s; }
    .map .region.selected {
      fill: #c1d8dd; }

@media (min-width: 1025px) {
  .map-caption {
    display: block;
    width: 100%;
    text-align: center; } }
@media (max-width: 767px) {
  .map-caption {
    display: none; } }
.map-caption.default {
  color: rgba(0, 0, 0, 0.2); }

.map-alt {
  display: none; }
  @media (min-width: 1025px) {
    .map-alt {
      display: none; } }
  @media (max-width: 767px) {
    .map-alt {
      display: block; } }

.b-pack-map {
  width: 1200px;
  margin: 0 auto; }
  .b-pack-map .background {
    fill: none;
    pointer-events: all; }
  .b-pack-map .feature {
    fill: #ccc;
    cursor: pointer; }
    .b-pack-map .feature.active {
      fill: orange; }
  .b-pack-map .country {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .b-pack-map .parent.fade circle {
    opacity: .15;
    transition: opacity 0.2s; }
  .b-pack-map .parent circle {
    opacity: .6;
    cursor: pointer;
    transition: opacity 0.2s; }
    .b-pack-map .parent circle.active {
      opacity: 1;
      transition: opacity 0.2s; }
  .b-pack-map .parent.sector circle {
    opacity: .5; }
  .b-pack-map .parent text {
    font-size: 22px; }
  .b-pack-map .parent.invisible text {
    visibility: hidden; }
  .b-pack-map .parent.invisible circle {
    opacity: 0;
    visibility: visible; }
  .b-pack-map .parent.invisible.sector circle {
    opacity: .2; }
  .b-pack-map .node.fade circle {
    opacity: .15;
    transition: opacity 0.5s; }
  .b-pack-map .node circle {
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.2s; }
    .b-pack-map .node circle.active {
      opacity: 1;
      transition: opacity 0.2s; }
  .b-pack-map .node text {
    font-size: 26px; }
    .b-pack-map .node text.sector-text {
      font-size: 16px; }
  .b-pack-map .node.study {
    display: none; }
    .b-pack-map .node.study.fade circle {
      opacity: .8;
      transition: opacity 0.5s; }
      .b-pack-map .node.study.fade circle.active {
        opacity: 1;
        transition: opacity 0.2s; }
    .b-pack-map .node.study text {
      fill: rgba(0, 0, 0, 0.6);
      font-size: 16px; }
    .b-pack-map .node.study.show {
      display: block; }
  .b-pack-map .region {
    fill: #ddd;
    cursor: pointer;
    transition: fill 0.2s; }
    .b-pack-map .region.active {
      fill: #bbb;
      transition: fill 0.2s; }
  .b-pack-map text {
    fill: #fff;
    cursor: pointer; }
  .b-pack-map .parent {
    opacity: 0;
    visibility: hidden; }
    .b-pack-map .parent.show {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s; }
  .b-pack-map .node {
    opacity: 0;
    visibility: hidden; }
    .b-pack-map .node.show {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s; }

.pack-ui .map-ui {
  text-align: center; }
  .pack-ui .map-ui .button {
    color: #fff;
    background-color: rgba(0, 138, 179, 0.4); }
    .pack-ui .map-ui .button.m-active {
      background-color: #008ab3; }
.pack-ui .tooltip {
  color: white;
  font-size: 16px;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.02s;
  width: 200px; }
  .pack-ui .tooltip::before {
    border-bottom-color: rgba(0, 0, 0, 0.5); }
.pack-ui .map-caption {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0; }

#_text_sa, #_text_na, #_text_af, #_text_as, #_text_oc, #_text_eu {
  font-family: inherit; }

*[id^='_text_'], *[id^='_bubble_'] {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.accordion {
  border: 0; }
  .accordion a {
    color: currentColor !important;
    text-decoration: underline !important; }
  .accordion ul {
    padding: 0 5%; }
  .accordion p {
    padding: 10px 30px;
    margin: 0; }
  .accordion dt {
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .accordion dt p {
      margin: 0; }
  .accordion dd {
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease;
    box-sizing: border-box; }
    .accordion dd p:last-child {
      margin-bottom: 20px; }
  .accordion .accordion__item {
    color: white;
    font-weight: 400; }
  .accordion .accordion__item:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.2); }
  .accordion .accordion__item.js-active dd {
    max-height: 900px; }
  .accordion dt:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 20px;
    float: right;
    content: "expand_more"; }
  .accordion .accordion__item.js-active dt:before {
    content: "expand_less"; }
  .accordion.m-purple {
    background-color: #57398d; }
  .accordion.m-orange, .accordion.m-citizens, .floating-button .accordion.button--citizens {
    background-color: #ee5b43; }
  .accordion.m-blue, .accordion.m-government, .floating-button .accordion.button--government {
    background-color: #008bbf; }
  .accordion.m-teal {
    background-color: #008895; }
  .accordion.m-dark-blue {
    background-color: #164A7A; }

.e-h1 {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 22px !important; }

@media (max-width: 39.9375em) {
  .scrollspy-container {
    display: none; } }
@media (max-width: 1024px) {
  .scrollspy-container {
    display: none; } }

.e-scrollspy {
  text-align: right;
  padding-top: 30px;
  display: block; }
  .e-scrollspy li {
    color: rgba(0, 0, 0, 0.3);
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none; }
    .e-scrollspy li.active {
      color: rgba(0, 0, 0, 0.5);
      font-size: 14px;
      padding: 11px 0;
      font-weight: 600; }
  .e-scrollspy.m-active {
    position: fixed;
    max-width: 22.5%; }
  .e-scrollspy.m-absolute {
    position: absolute;
    max-width: 22.5%; }

.fixed {
  position: fixed; }

.long-reading section {
  padding-bottom: 5%; }

.copyright {
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; }
  .copyright .row {
    line-height: 31px; }
  @media (min-width: 64em) {
    .copyright {
      padding: 20px;
      text-align: left; } }
  .copyright__partner img {
    height: 31px;
    position: absolute;
    right: 20px;
    opacity: .5;
    transition: opacity 0.4s ease; }
    .copyright__partner img:hover {
      opacity: 1;
      transition: opacity 0.4s ease; }
  .copyright__cc-badge {
    display: block !important; }
    .copyright__cc-badge img {
      margin-right: 25px; }
      @media (max-width: 767px) {
        .copyright__cc-badge img {
          position: relative;
          display: inline-block; } }
  .copyright p {
    margin: 0; }
    .copyright p a {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      transition: all 0.4s ease; }
      .copyright p a:hover {
        color: white;
        transition: all 0.4s ease; }
  @media (max-width: 767px) {
    .copyright__cc-badge {
      width: 100%; }
      .copyright__cc-badge img {
        margin: 30px 0px; }
    .copyright__partner {
      margin: 0 auto !important; }
      .copyright__partner img {
        height: 60px;
        padding: 10px 0px;
        display: block;
        right: auto;
        position: relative; }
    .copyright p {
      margin: 0 auto; } }

/* General Styleguide customizations */
.page-section--blue {
  background-color: #008bbf; }
.page-section--orange {
  background-color: #ee5b43; }
.page-section--yellow {
  background-color: #99a03e;
  color: white; }
.page-section--fuschia {
  background-color: #AD0054;
  color: white; }
.page-section--no-padding {
  padding: 0; }
  .page-section--no-padding.columns {
    padding: 0; }
.page-section .columns--dark-blue {
  background-color: #164A7A; }
.page-section .columns--dark-blue-2 {
  background-color: #103456; }
.page-section .columns--padded {
  padding: 75px 50px; }
.page-section .columns--spaced {
  margin-bottom: 50px; }
@media (max-width: 39.9375em) {
  .page-section .columns--small-lighten {
    background-color: #164A7A; } }
@media (max-width: 63.9375em) {
  .page-section .columns--small-lighten {
    background-color: #164A7A; } }
@media (max-width: 39.9375em) {
  .page-section .columns--small-darken {
    background-color: #103456; } }
@media (max-width: 63.9375em) {
  .page-section .columns--small-darken {
    background-color: #103456; } }

.button--dark-blue {
  background-color: #164A7A; }
  .button--dark-blue:hover {
    background-color: #103456; }

html.temp-browser-is-safari .temp-hide-for-safari {
  display: none; }

.u-material-icons, .periodic-tab::before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  /* Support for IE. */
  font-feature-settings: 'liga'; }
