/* 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;
}

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

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

sup {
    font-size: 65%;
    vertical-align: super;
    margin: 0 2px;
}

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

ul {
    list-style-type: disc;
}

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

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

::-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);
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 101vh;
    width: 99vw;
}

#how-to {
    scroll-margin-top: 150px;
}

/* category colors */
.dashboard {
    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;
}

.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.1s;
    width: 18 0px;
    z-index: 14;
}

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

.this-space-intentionally-blank {
    background-color: transparent;
    height: 80px;
    width: 100%;
}

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

.logo-wrapper {
    display: flex;
}

.logo-wrapper>* {
    flex: 1;
}

.metro-logo {
    width: 150px;
}

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

.responsive-menu-wrapper {
    display: none;
}

.responsive-breadcrumbs-wrapper {
    align-items: center;

    background-color: #FFF;
    color: #000;
    display: flex;
    height: 63px;
    padding-left: 3%;
    position: fixed;
    width: 100%;
    z-index: 13;
}

.responsive-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: 13;
}

.responsive-menu-button {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    width: 80px;
}

.responsive-menu-link {
    border: 0;
    padding: 0;
    font: inherit;
    color: #000;
    font-weight: 600;
    margin: 4% 2%;
    text-decoration: none;
    vertical-align: baseline;
}

.responsive-menu-link:hover {
    text-decoration: underline;
}

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

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

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

.main-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: 13;
}

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

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

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

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

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

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

.main-menu-link:hover {
    text-decoration: underline;
}

.tinted {
    border: 1px solid #000;
    background-color: #F5F5F5;
    padding: 20px;
}

.custom-blue-menu-link {
    color: #2A5FD2;
    margin: 0;
    width: fit-content;
}

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

.apta-link {
    display: inline-block;
    width: 170px;
}

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

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

.category-banner-wrapper {
    align-items: center;
    display: flex;
    font-weight: 600;
    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%;
}

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

/* custom main-content styles */
.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%;
}

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

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

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

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

.large-heading {
    font-size: 180%;
}

.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%;
}

.subheading-wrapper {
    align-items: center;
    display: flex;
    font-weight: 600;
    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%;
}

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

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

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

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

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

.notes-paragraph,
.chart-note {
    font-size: 75%;
    margin: 1% 0;
}

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

.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;
}

/* dashboard only styles */
.cris-image {
    float: left;
    margin: 3% 2% 0 0;
}

.dashboard-list {
    border-radius: 4px;
    width: 100%;
}

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

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

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

.legend-label {
    text-decoration: underline;
}

.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: 5px;
    padding: 0 10px;
    width: 100%;
}

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

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

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

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

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

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

.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-notes-paragraph {
    font-size: 75%;
    margin-bottom: 5px;
}

/* category only styles */
.program-highlight-section {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

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

.program-highlight-heading {
    font-size: 180%;
    width: 50%;
}

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

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

.program-highlight-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-highlight-button:focus {
    border-radius: 6px;
    border: 1px solid red;
}

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

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

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

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

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

.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%;
}

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

.charts-wrapper {
    padding: 10px;
}

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

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

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

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

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

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

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

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

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

.target-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;
}

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

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

@media only screen and (max-width: 1150px) {
    .large-heading {
        width: 100%;
    }

    .apta-heading-wrapper {
        flex-direction: column;
    }

    .legend-wrapper {
        border: none;
        display: flex;
        width: 100%;
    }

    .legend-label {
        margin-right: 30px;
    }

    .legend-icons-wrapper {
        flex-direction: row;
    }

    .legend-icon-wrapper {
        justify-content: unset;
    }
}

@media only screen and (max-width: 930px) {

    body {
        width: 100vw;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .main-header {
        padding: 2% 0;
    }

    .main-content-wrapper,
    .main-menu-button,
    .main-menu {
        display: none;
    }

    .metro-logo,
    .metro-sustainability-header-span,
    .main-menu-wrapper,
    .main-breadcrumbs {
        display: none;
    }

    .responsive-metro-logo {
        display: inline;
    }

    .responsive-menu-wrapper {
        display: block;
    }

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

    .program-highlight-subheading {
        font-size: 140%;
        font-weight: 600;
        line-height: 90%;
        margin: 5% 0;
    }

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

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

@media only screen and (min-width: 931px) {

    .responsive-menu-button,
    .responsive-menu,
    .responsive-content-wrapper,
    .responsive-breadcrumbs {
        display: none;
    }

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

.hidden {
    display: none;
}