/* css reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

body {
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* custom styles */

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100vh;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* a {
  color: #000;
  text-decoration: none;
} */

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

#how-to-apta {
  margin-top: 10%;
}

sup {
  font-size: 65%;
  vertical-align: super;
}

sub {
  font-size: 65%;
  vertical-align: sub;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

abbr {
  text-decoration: none;
}

.welcome {
  background-color: #394963;
}

.water {
  background-color: #009DBC;
}

.waste {
  background-color: #853880;
}

.construction {
  background-color: #374794;
}

.energy {
  background-color: #F05A28;
}

.emissions {
  background-color: #63AEC8;
}

.climate {
  background-color: #008643;
}

.economy {
  background-color: #CC6600;
}

.apta {
  background-color: #62615F;
}

.main-header,
.responsive-header {
  align-items: center;
  background-color: #000;
  display: flex;
  height: 80px;
  justify-content: space-between;
  overflow: hidden;
  padding: 2%;
  position: fixed;
  width: 100vw;
  z-index: 12;
}

.metro-leaf-icon,
.responsive-leaf-icon {
  height: 40px;
  margin-right: 15px;
}

.homepage-overview-link-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.homepage-overview-link {
  color: #2A5FD2;
  margin: 0 2% 0 0;
  text-decoration: none;
}

.homepage-overview-link:hover {
  text-decoration: underline;
}

.metro-sustainability-icon-link-wrapper {
  align-items: center;
  display: flex;
  padding: 1.5%;
  text-decoration: none;
}

.header-text {
  color: #FFF;
}

.skip-to-content-button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.skip-to-content-button {
  background: #FFF;
  color: #000;
  height: 58px;
  padding: 10px;
  position: absolute;
  transform: translateY(-150%);
  transition: transform 0.3s;
  width: 18 0px;
  z-index: 13;
}

.skip-to-content-button:focus {
  border: 8px solid #FE0F08;
  border-radius: 6px;
  transform: translateY(0%);
}

.logo-and-menus-wrapper {
  display: flex;
}

.metro-logo {
  width: 150px;
}

.hidden-data {
  display: none;
}

.main-hamburger-menu-button {
  margin: 0 2% 0 1%;
}

.main-hamburger-menu {
  background-color: #FFF;
  box-shadow: 0px 5px 5px #C4C4C4;
  display: flex;
  height: 350px;
  left: -1%;
  padding: 2%;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 12;
}

.close-menu-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 2%;
}

.close-menu-button {
  margin-right: 1%;
}

.close-menu-description {
  color: #2A5FD2;
  font-weight: bold;
  text-decoration: none;
}

.close-menu-description:hover {
  text-decoration: underline;
}

.main-hamburger-menu-link-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 270px;
  padding: 1%;
  width: 550px;
}

.main-hamburger-menu-link {
  color: #000;
  font-weight: bold;
  margin: 2%;
  text-decoration: none;
  width: 240px;
}

.apta-link {
  border-left: 1px solid #000;
  height: 100%;
  margin-left: 10%;
  padding-left: 40px;
}

.main-hamburger-menu-link:focus,
.main-hamburger-menu-link:hover,
.hamburger-menu-link:focus,
.responsive-hamburger-menu-link:hover {
  /* outline: none; */
  text-decoration: underline;
}

.responsive-header {
  display: none;
}

.responsive-hamburger-menu {
  background-color: #FFF;
  box-shadow: 3px 3px 6px -1px #C4C4C4;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 2%;
  position: fixed;
  top: 80px;
  width: 60%;
  z-index: 1300;
}

.responsive-hamburger-menu-link {
  color: #000;
  font-weight: bold;
  margin: 4% 2%;
  text-decoration: none;
}

.responsive-metro-logo {
  width: 50px;
}

.responsive-header-text,
.responsive-logo-wrapper,
.responsive-hamburger-menu-button {
  color: #FFF;
  font-size: 80%;
  width: 33%;
}

.responsive-header-text {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.responsive-logo-wrapper {
  display: flex;
  justify-content: center;
}

.responsive-hamburger-menu-button {
  display: flex;
  justify-content: flex-start;
}

.apta-separator {
  border-top: 2px solid #C4C4C4;
  margin-left: -4%;
  width: 107.75%
}

.breadcrumbs-and-menu-wrapper {
  align-items: center;
  background-color: #FFF;
  display: flex;
  height: 60px;
  left: 0;
  margin-top: 80px;
  padding-left: 2%;
  position: fixed;
  width: 100%;
  z-index: 12;
}

.home-breadcrumb {
  color: #000;
  text-decoration: none;
}

.dashboard-button {
  color: #2A5FD2;
  font-size: 95%;
  text-decoration: none;
}

.nested-breadcrumb {
  font-size: 100%;
  font-weight: bold;
}

.banner-wrapper {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  width: 100%;
}

.category-banner {
  border-radius: 6px;
  color: #FFF;
  font-size: 180%;
  padding: 1.5%;
  margin-top: 150px;
  width: 94%;
}

.main-content-wrapper {
  display: flex;
  padding: 3%;
}

.energy-highlight-list,
.construction-highlight-list,
.waste-highlight-list,
.list-wrapper {
  margin-left: 10%;
}

.offset-list {
  list-style-position: outside;
}

.program-highlight-subtext {
  color: #333;
  font-size: 80%;
}

.left-side-content,
.right-side-content {
  padding: 2%;
  width: 50%;
}

.right-side-content {
  align-self: start;
  border: 1px solid #000;
  border-radius: 6px;
  width: 50%;
}

.thick-top-border {
  border-top: solid 4px #000;
  margin: 3% 0;
  width: 60px;
}

.thick-top-border-full {
  border-top: solid 7px #F5F5F5;
  margin: 1% 0;
  width: 100%;
}

.thick-top-border-full-small {
  border-top: solid 1px #000;
  margin: 3% 0;
  width: 100%;
}

.overview-heading,
.message-from-exec-heading,
.program-highlights-heading,
.target-heading,
.instructions-heading,
.mbs-summary-heading,
.apta-heading {
  font-size: 180%;
}

.instructions-subheading {
  font-size: 130%;
  font-weight: bold;
  margin: 3% 0;
}

.list-heading,
.category-heading {
  font-size: 110%;
  font-weight: bold;
}

.category-heading {
  display: inline-block;
  margin: 4% 0 3% 0;
  width: 100%;
}

.category-heading-link {
  color: #2A5FD2;
  text-decoration: none;
}

.category-heading-link:hover {
  text-decoration: underline;
}

.mbs-data-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2% 0;
}

.message-from-exec-heading {
  width: 100%;
}

.apta-subheadings-wrapper {
  padding: 1% 0 1% 0;
}

.apta-category-wrapper {
  border-top: 2px solid #000;
  width: 100%;
}

.apta-category-wrapper + .apta-category-wrapper {
  margin-top: 2%;
}

.apta-listed-content-wrapper {
  display: flex;
}

.apta-listed-content-left {
  display: flex;
  flex-direction: column;
  margin-bottom: 2%;
  width: 40%;
}

.apta-listed-content-right-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 60%;
}

.apta-listed-content-right {
  text-align: center;
  width: 20%;
}

.apta-heading-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.apta-heading {
  margin-bottom: 2%;
  width: 70%;
}

.legend-wrapper {
  border: 1px solid #000;
  margin-bottom: 2%;
  width: 30%;
}

.legend-icons-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.legend-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 0 10px;
  width: 100%;
}

.category-subheader {
  width: 40%;
}

.year-and-change-subheader-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  width: 60%;
}

.year-and-change-subheader {
  text-align: center;
  width: 20%;
}

.favorable-or-not-favorable-icon {
  border-radius: 100%;
  height: 25px;
  width: 25px;
}

.exec-image {
  float: left;
  margin: 3% 2% 0 0;
}

.homepage-list {
  border-radius: 4px;
  /* padding: 6%; */
  width: 100%;
}

.mbs-summary-subheadings-wrapper,
.apta-subheadings-wrapper {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  text-transform: uppercase;
  width: 100%;
}

.category-subheading {
  margin: 6% 0 2% 1%;
  width: 60%;
}

.target-subheading {
  margin: 6% 0 2% 1%;
  width: 35%;
}

.mbs-target-name {
  margin-bottom: 2%;
  width: 55%;
}

.mbs-target-performance {
  width: 35%;
}

.summary-content-card {
  border-top: 2px solid #000;
  margin: 1% 0;
  padding: 1% 0;
}

li {
  margin: 3% 0 3% 3%;
}

.content-paragraph {
  margin: 2% 0;
}

.apta-chart {
  border: 1px solid #000;
  border-radius: 4px;
  float: right;
  margin: 2%;
  padding: 1% 2%;
  width: 63%;
}

.apta-copy {
  display: inline-block;
  /* padding: 2%; */
  width: 33%;
}

.left-content-card-wrapper + .left-content-card-wrapper {
  margin-top: 10%;
}

.left-content-card-wrapper,
.responsive-content-card-wrapper {
  margin-bottom: 6%;
}

.overview-section,
.content-paragraphs-wrapper {
  margin-bottom: 8%;
}

.program-highlights-section {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.program-highlights-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 3% 0 0;
  width: 100%;
}

.program-highlights-heading {
  width: 50%;
}

.program-highlights-buttons-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 1% 0;
  padding: 1% 0;
  width: fit-content;
}

.program-highlights-subheading {
  font-size: 140%;
  font-weight: bold;
  margin: 5% 0;
}

.program-highlights-button {
  align-items: center;
  background-color: #000;
  border-radius: 3px;
  color: #FFF;
  display: flex;
  font-size: 100%;
  height: 24px;
  justify-content: center;
  margin: 0 3px;
  width: 24px;
}

.program-highlights-image-wrapper {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}

.homepage-overview-pipe {
  font-size: 120%;
  margin-right: 2%;
}

.colored-bottom-border {
  border-bottom: 1px solid #333;
  margin-bottom: 1.5%;
  padding-bottom: 1.5%
}

.program-highlights-image {
  width: 100%;
}

.program-highlights-image-caption {
  color: #333;
  font-size: 85%;
  margin: 4% 0 2% 0;
  width: 100%;
}

.active {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
}

.notes-heading {
 font-weight: bold;
 margin: 2% 0 1% 0;
}

.apta-notes-paragraph {
  font-size: 85%;
  margin: 1% 0;
}

.program-highlights-button:focus {
  border-radius: 6px;
  border: 1px solid red;
}

.program-highlights-button.active:focus {
  border-radius: 6px;
  border: 1px solid red;
}

.tinted {
  background-color: #F5F5F5;
}

.target-heading {
  margin-bottom: 35px;
}

.target-card-title-bar {
  align-items: center;
  border-top: 1px solid #000;
  cursor: pointer;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  padding: 2%;
  width: 100%;
}

.target-title {
  font-size: 140%;
  text-align: left;
}

.target-content-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2%;
  width: 100%;
}

.target-image {
  width: 100%;
}

.chart-wrapper,
.responsive-chart-wrapper,
.chart {
  width: 100%;
}

.chart-wrapper {
  padding: 10px;
}

.target-image {
  margin-bottom: 5%;
}

.understanding-this-target-heading,
.target-performance-heading {
  font-size: 100%;
  font-weight: bold;
  margin: 2% 0 -2% 0;
  text-align: left;
  width: 100%;
}

.annotations-section {
  padding-top: 30px;
  width: 100%;
}

.target-annotation {
  font-size: 80%;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  border-left: 1px solid #000;
  width: 1vw;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.reduced-pie-chart {
  margin-bottom: 3%;
  width: 85%;
}

.responsive-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4%;
  width: 100%;
}

.chart-note {
  font-size: 85%;
  font-style: italic;
  margin: 3% 0;
}

.responsive-close-button {
  background-color: #FFF;
}

.responsive-close-button-wrapper {
  align-items: center;
  background-color: #FFF;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 80px;
}

.chart:focus,
.responsive-chart:focus {
  outline: none;
}

.hidden {
  left: -9999px;
  position: absolute;
}

.none {
  display: none;
}

.content-1 {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}

#state-1:checked ~ .content-1 {  
  max-height: 10000px;
}

.content-2 {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}

#state-2:checked ~ .content-2 {  
  max-height: 10000px;
}

.content-3 {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}

#state-3:checked ~ .content-3 {  
  max-height: 10000px;
}

.mbs-summary-list {
  list-style-type: decimal;
}

.content-4 {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
}

#state-4:checked ~ .content-4 {  
  max-height: 10000px;
}


.bullet-point {
  align-items: center;
  background-color: #000;
  border-radius: 100%;
  display: inline-flex;
  width: 10px;
  height: 10px;
}

.archives-label {
  color: #888;
  font-size: 200%;
}

.archives-list-item {
  font-size: 180%;
}

.archives-link {
  text-decoration: none;
}

.archives-link:hover {
  text-decoration: underline;
}

.archives-link:visited {
  color: unset;
}

@media only screen and (max-width: 1000px) {
  .program-highlights-header-wrapper {
    flex-direction: column;
  }
  
  .program-highlights-heading {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  body {
    padding: 3%;
  }

  .program-highlights-subheading {
    line-height: 90%;
  }

  .program-highlights-buttons-wrapper {
    margin-top: 10px;
  }

  .main-header,
  .main-content-wrapper,
  .main-hamburger-menu-button,
  .main-hamburger-menu {
    display: none;
  }
  
  .breadcrumbs-and-menu-wrapper {
    margin-top: 56px;
    padding-left: 6%;
    width: 100%;
  }
  
  .responsive-header {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 80px;
    justify-content: space-between;
    left: 0;
    overflow: hidden;
    padding: 2%;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .responsive-content-wrapper {
    display: inline-block;
  }

  .homepage-list {
    margin: 3% 0;
    width: 100%;
  }

  .category-banner {
    font-size: 180%;
  }

  .program-highlights-heading {
    width: 100%;
  }
}

@media only screen and (min-width: 900px) {
  .responsive-hamburger-menu-button,
  .responsive-hamburger-menu,
  .responsive-content-wrapper {
    display: none;
  }

  .main-hamburger-menu-button {
    display: inline-block;
  } 
}