/*!
 * Start Bootstrap - Stylish Portfolio v5.0.3 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2022 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

@charset "UTF-8";
h1, h2, h3, h4, h5 {
  font-weight: 100;
}

#carousel, #top {
  height: 100vh;
}

#carousel {
  position: relative;
}

#maincontent {
  position: relative;
  padding: 0;
}

.balance-text {
  text-wrap: balanced;
}

/* Side Menu */
#menu-toggle {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
}
#menu-toggle span {
  font-size: 11px;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

.navbar-nav svg {
  background: #fff;
}

/* Header */
.header {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.black-opaque {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}

#narrative {
  margin-top: 20px;
}
#narrative h1 {
  font-weight: 100;
  color: #0058a6;
  margin-top: 20px;
}

/*
 * Based on Full Slider HTML Template (http://startbootstrap.com)
 */
/*
.carousel,
.item,
.active {
  height: 100%;
}

.carousel {
  position: relative;
  background-position: center;
  background-size: cover;
}

.carousel-indicators, .carousel-caption { bottom: 80px !important; }

.carousel-indicators.active li,
.carousel-indicators li {
  margin-right: 10px !important;
}

.carousel-inner { height: 100%; }

.carousel-caption { text-shadow: none; }
*/
p.home-buttons .btn-dark {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
p.home-buttons .btn-lg {
  border-color: #fff;
}
p.home-buttons a.btn-lg {
  font-weight: 100;
  width: 180px;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 600px) {
  p.home-buttons a.btn-lg {
    margin-bottom: 10px;
  }
}

/* Down arrow for major sections */
.down-chevron {
  font-size: 30px;
  cursor: pointer;
}

/* Social icons */
.social {
  position: absolute;
  width: 120px;
  top: 75px;
  bottom: auto;
  right: 50px;
  z-index: 10;
}
.social a {
  float: right;
  clear: none;
  background-image: url(iconsprite.png);
  background-repeat: no-repeat;
  background-size: 425px 1000px;
}
.social a.facebook {
  background-position: -35px -540px;
}
.social a.twitter {
  background-position: -39px -588px;
}
.social .url-copy {
  float: right;
  position: relative;
}
.social .url-copy a {
  background-image: url(iconsprite.png);
  background-repeat: no-repeat;
  background-size: 425px 1000px;
  background-position: -91px -538px;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 0;
}
.social .url-copy .no-text {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.social .url-copy .url-popup {
  /*background: #3599dc;*/
  display: none;
  position: absolute;
  right: 40px;
  top: 6px;
  width: 210px;
  height: 41px;
  color: #333;
  overflow: hidden;
}
.social .url-copy .url-field {
  background: #fff;
  width: 190px;
  padding: 2px;
  margin: 10px;
  color: #1F304E;
  border: 1px solid #0058a6;
  border-radius: 0;
  outline: 0;
}

.facebook, .twitter {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: 10px 0;
  text-indent: -9999px;
}

.carousel-control {
  background-image: none !important;
}

div.caption a,
a.footnote-url,
.footnote-url a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#menu-search input {
  display: inline;
  font-size: 16px;
  height: 40px;
  padding: 10px;
  outline: none;
  color: #333;
  font-family: Roboto, Helvetica, sans-serif;
}

.close {
  color: #f00;
  opacity: 0.2;
  font-size: 40px;
}
.close:hover {
  color: #f00;
  opacity: 0.8;
}

/*
    Full screen header
*/
#intro-header {
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  opacity: 1;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#intro-header h1 {
  font-weight: 100;
}
#intro-header h1, #intro-header header h2 {
  color: #fff;
}
#intro-header .glyphicon {
  top: 4px;
}
#intro-header a.btn {
  margin: 0 10px 20px 0;
}

.intro-header-outer {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.intro-header-inner {
  width: 80%;
  margin-top: -60px;
}
@media (max-width: 480px) {
  .intro-header-inner {
    width: 100%;
  }
}
.intro-header-inner .row {
  background-color: rgba(0, 0, 0, 0.4);
}
.intro-header-inner .row .col-sm-6 {
  background: transparent;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .intro-header-inner .row .col-sm-6 {
    margin-bottom: 0;
  }
}
.intro-header-inner .row.no-back {
  background-color: transparent;
}
.intro-header-inner .row h1 {
  color: #fff;
  text-align: left;
  margin: 0 20px;
  font-size: 60px;
  padding: 30px 20px;
  line-height: 1.1;
  line-height: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .intro-header-inner .row h1 {
    font-size: 24px;
  }
}
.intro-header-inner .row h1.nca4-header {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .intro-header-inner .row h1.nca4-header {
    font-size: 2rem;
  }
}
.intro-header-inner .row h2 {
  color: #fff;
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 65%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
}
@media (max-width: 480px) {
  .intro-header-inner .row h2 {
    font-size: 18px;
  }
}
.intro-header-inner .row h2 a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.intro-header-inner .row h2 a:hover {
  background-color: rgba(45, 86, 119, 0.6);
  text-decoration: none;
}
@media (max-width: 480px) {
  .intro-header-inner .row h2 a {
    padding: 10px;
  }
}
.intro-header-inner .row p {
  color: #fff;
  font-size: 18px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0 40px 40px 40px;
  text-align: center;
  line-height: 1.3;
}

.well {
  padding: 20px;
}

.well-authors {
  margin: 40px auto;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #0058a6;
}
.well-authors dl {
  margin-bottom: 0;
}
.well-authors dt {
  color: #0058a6;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.well-authors dd {
  margin-left: 2rem;
}
.well-authors dd blockquote {
  border-left: 3px solid #0058a6;
  padding-left: 1rem;
}
.well-authors dd:nth-last-child(1) {
  margin-bottom: 0;
}

h1.state-summary-blue {
  color: #0058a6;
}

h2.state-summary-blue {
  color: #0058a6;
}

h3.state-summary-blue {
  color: #0058a6;
}

h4.state-summary-blue {
  color: #0058a6;
}

#nav-guidance {
  position: sticky;
  top: 80px;
  overflow: scroll;
  color: #0058a6;
  align-self: start;
}
@media (max-width: 992px) {
  #nav-guidance {
    position: static;
    overflow: visible;
  }
}
@media (max-width: 640px) {
  #nav-guidance {
    position: static;
    overflow: visible;
    display: none;
  }
}
#nav-guidance ol {
  padding-left: 30px;
}
#nav-guidance ol ol {
  padding-left: 20px;
  /*margin-left: -20px;*/
}

.back-color-primary {
  background-color: #0058a6 !important;
  color: #fff;
}

.blue-border {
  border: 1px solid #0058a6;
}

.panel-heading {
  font-style: normal;
  font-weight: 500 !important;
  padding: 10px;
}

ol.resources li,
ul.resources li {
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Download PDF popup */
#download-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2000;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#download-box ._download-box {
  width: 320px;
  height: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border: 1px solid #727272;
  padding: 20px 10px;
  z-index: 2001;
}
#download-box ._download-box .close-download {
  position: absolute;
  top: 5px;
  right: 20px;
  color: red;
  font-size: 24px;
  cursor: pointer;
}
#download-box ._download-box .close-download:before {
  content: "×";
}
#download-box ._download-box h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
#download-box ._download-box p.text-center {
  margin-bottom: 20px;
  text-align: center;
}
#download-box ._download-box p.text-center a {
  width: 270px;
  text-align: left;
}
#download-box ._download-box p.text-center a:hover {
  background-color: #003d73;
  border-color: none;
  color: #fff;
}

.btn-download {
  border-radius: 0;
  background-color: #0058a6;
  font-weight: 100;
}

.btn-screen {
  background: #0058a6 url(/img/puter.svg) no-repeat 8px 50%;
  background-size: 32px 32px;
  padding-left: 48px;
  display: inline-block;
}

.btn-printer {
  background: #0058a6 url(/img/printer.svg) no-repeat 8px 50%;
  background-size: 32px 32px;
  padding-left: 48px;
  display: inline-block;
}

.btn-picture {
  background: #0058a6 url(/img/picture.svg) no-repeat 8px 50%;
  background-size: 32px 32px;
  padding-left: 48px;
  display: inline-block;
}

.btn-file {
  background: #0058a6 url(/img/file.svg) no-repeat 8px 50%;
  background-size: 32px 32px;
  padding-left: 48px;
  display: inline-block;
}

/* slick carousel */
#slick-carousel {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  margin-bottom: 0;
  visibility: hidden;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #slick-carousel {
    width: 90%;
  }
}

.slick-initialized {
  visibility: visible !important;
}

.slick-carousel-item {
  width: 75% !important;
  margin: 0 12.5%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.slick-carousel-item p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.slick-carousel-item h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}

.slick-prev {
  left: 5%;
  z-index: 200;
}
.slick-prev:before {
  color: #fff;
  font-size: 32px;
}

.slick-next {
  right: 5%;
  z-index: 200;
}
.slick-next:before {
  color: #fff;
  font-size: 32px;
}

.slick-dots {
  color: #fff;
  padding-bottom: 20px;
  bottom: 0;
}
.slick-dots li button:before {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/*
    sharing links
*/
a.share, a.metadata_a,
a.metadata_b, a.download_a, a.download-list, a.climatelink {
  width: 32px;
  height: 32px;
  display: table-cell;
  border: none;
  cursor: pointer;
}

a.climatelink {
  background: url(/icons/globe.svg) no-repeat 50% 50%;
  background-size: 28px 28px;
}

a.csvlink,
a.jsonlink {
  width: 20px;
  height: 20px;
  display: initial;
  padding-left: 24px;
  font-size: 16px;
  text-decoration: none;
  border: none;
}

a.csvlink {
  background: url(/icons/file.svg) no-repeat 0 0;
  background-size: 20px 20px;
}

a.jsonlink {
  background: url(/icons/file_json.svg) no-repeat 0 0;
  background-size: 20px 20px;
}

a.download-list {
  background: url(/icons/more_vert.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}

a.download_a {
  background: url(/icons/download.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
a.download_a:active {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

a.metadata_a,
a.metadata_b {
  background: url(/icons/eye.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
a.metadata_a:active,
a.metadata_b:active {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}

a.share {
  background: url(/icons/share.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
.box a.share {
  background: url(/icons/white-share.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
.figure a.share {
  background: url(/icons/share.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}

.box a.climatelink {
  background: url(/icons/globe-white.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
.case-study a.climatelink {
  background: url(/icons/globe-white.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}

a.lightbox, a.lightbox:active {
  border-bottom: none;
}

/*
    For expanded view of a figure
*/
p.lightbox-img {
  text-align: center;
  opacity: 0;
}

p.lightbox-img img {
  max-width: 100%;
}

.figure-social-icons {
  margin-left: 5px;
}
.figure-social-icons a.climatelink,
.figure-social-icons a.download_a,
.figure-social-icons a.metadata_a,
.figure-social-icons a.metadata_b {
  margin-right: 3px;
}

.download-list-ul {
  padding-left: 0;
  margin: 0.5em 0.75em;
  line-height: 1.8;
  font-size: 16px;
}
.download-list-ul li {
  position: relative;
}

.breakout-box {
  background: #e6eef6;
  border: 1px solid #e4ecf4;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.breakout-box h2 {
  text-align: center;
  margin: 20px 0;
}
.breakout-box .caption {
  background-color: #fff;
}

input.search-box {
  background-color: #fff;
  background-image: url(/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  /*background-position: right center;*/
  background-size: 20px 20px;
}

table.downloads-table .column-header {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #0058a6;
  font-size: 18px;
  font-weight: 300;
  vertical-align: bottom;
  border-top: none;
  line-height: 20px;
}
table.downloads-table th {
  font-weight: normal;
  text-align: center;
}
table.downloads-table tr.downloads-level-2 td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  vertical-align: middle;
}
table.downloads-table tr.downloads-level-2 td:nth-child(1) {
  padding-left: 30px;
  text-align: left;
}
table.downloads-table tr.downloads-level-2 a:link {
  border-bottom: none;
}
table.downloads-table tr.downloads-level-3 td:nth-child(1) {
  padding-left: 45px;
}
table.downloads-table td.downloads-title h1 {
  font-size: 22px;
  font-weight: 300;
  color: #0058a6;
  display: inline-block;
}
table.downloads-table td.downloads-title h2 {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
  display: inline-block;
  color: #333;
  border-top: none;
}

#narrative h1, #narrative h2.resources {
  border: 1px solid #0058a6;
  width: 100%;
  padding: 10px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  #narrative h1 {
    font-size: 1.5rem;
  }
}
#narrative h2.resources {
  padding: 11px 0 12px 0;
}

.state-icon {
  position: relative;
  background-color: #0058a6;
  color: #fff;
  margin-right: 1rem;
  padding: 8px 8px 12px 8px;
  top: 1px;
}
@media (max-width: 480px) {
  .state-icon {
    top: 4px;
    padding: 18px 8px;
  }
}

.icon-resources {
  position: relative;
  padding: 9px 10px 10px 10px;
  top: 0px;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}