@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Light.ttf");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Medium.ttf");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Bold.ttf");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Black.ttf");
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: roboto;
    src: url("assets/fonts/Roboto-Italic.ttf");
    font-weight: normal;
    font-display: swap;
    font-style: italic;
}
body {
    overflow-x: hidden;
    max-width: 100%;
    height: 100%;
}
.workforce-demographics {
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    scroll-behavior: smooth;
    background: #fafafa;
}
.workforce-demographics a:link,
.workforce-demographics a:visited {
    border-bottom: 1px dotted #dc2a2a;
    color: #dc2a2a;
    text-decoration: none;
}
.workforce-demographics a:link:hover,
.workforce-demographics a:visited:hover {
    border-bottom-style: solid;
    text-decoration: none;
    color: #dc2a2a;
}
.workforce-demographics h1,
.workforce-demographics h2 {
    text-align: center;
    font-weight: 900;
    font-size: 5.625em;
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 1;
    text-align: center;
}
@media (max-width: 768px) {
    .workforce-demographics h1,
    .workforce-demographics h2 {
        font-size: 3.25em;
    }
}
.workforce-demographics h3 {
    font-size: 3em;
    color: #003a70;
    font-weight: 400;
    line-height: 1.08;
    text-align: center;
    display: block;
    margin-top: 60px;
}
.workforce-demographics h3:after {
    content: "";
    width: 100px;
    height: 4px;
    background: #ff9e1b;
    display: block;
    margin: 15px auto 45px auto;
}
@media (max-width: 768px) {
    .workforce-demographics h3 {
        font-size: 2.25em;
    }
}
.workforce-demographics #wfd2-nav {
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 5px 2px 12px #bbb;
    box-shadow: 5px 2px 12px #bbb;
    position: -webkit-sticky;
    position: sticky;
    display: none;
    z-index: 6;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container a:link,
.workforce-demographics #wfd2-nav #wfd2-nav-container a:visited {
    border-bottom: 0px solid transparent;
    text-decoration: none;
    background: transparent;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container ul {
    padding: 0;
    margin: 0;
    height: 60px;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li {
    display: inline-block;
    margin: 0 30px;
    font-size: 18px;
    height: 95%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border-bottom: 0px solid transparent;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:link,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:visited {
    color: #101010;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:link:active,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:link:focus,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:link:hover,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:visited:active,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:visited:focus,
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li a:visited:hover {
    border-bottom: 4px solid #1a9ae1;
    color: #666;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container ul li:first-of-type {
    margin-left: 0;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report {
    display: inline-block;
    background-color: #1a9ae1;
    border-radius: 15px;
    padding: 10px 20px;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:link,
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:visited {
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
}
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:link:focus,
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:link:hover,
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:visited:focus,
.workforce-demographics #wfd2-nav #wfd2-nav-container #wfd2-btn-download-report a:visited:hover {
    background-color: #1789c7;
}
.workforce-demographics nav {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 5;
    -webkit-transition: 0.3s ease top;
    -o-transition: 0.3s ease top;
    transition: 0.3s ease top;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .workforce-demographics nav {
        position: relative;
    }
}
.workforce-demographics nav .nav__right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.workforce-demographics nav .nav__right a:link,
.workforce-demographics nav .nav__right a:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    color: #fff;
    background: #003a70;
    border-radius: 3px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 0.825em;
    letter-spacing: 0.28px;
    line-height: 1.428;
    border-bottom: 0;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
}
.workforce-demographics nav .nav__right a:link:hover,
.workforce-demographics nav .nav__right a:visited:hover {
    background: #00649f;
}
@media (min-width: 1280px) {
    .workforce-demographics nav .nav__right a:link,
    .workforce-demographics nav .nav__right a:visited {
        font-size: 1em;
    }
}
@media (max-width: 991px) {
    .workforce-demographics nav .nav__right {
        border-bottom: 0;
        padding-right: 15px;
    }
}
@media (max-width: 600px) {
    .workforce-demographics nav .nav__right {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .workforce-demographics nav .nav__right a:link,
    .workforce-demographics nav .nav__right a:visited {
        width: auto;
    }
}
.workforce-demographics nav .nav__left {
    display: block;
}
.workforce-demographics nav .nav__left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.workforce-demographics nav .nav__left ul li {
    display: inline-block;
    height: 100%;
    padding: 0 15px;
}
.workforce-demographics nav .nav__left ul li:first-of-type {
    padding-left: 0;
}
.workforce-demographics nav .nav__left ul li:last-of-type {
    padding-right: 0;
}
.workforce-demographics nav .nav__left ul li a:link,
.workforce-demographics nav .nav__left ul li a:visited {
    display: block;
    height: 100%;
    padding: 15px 0;
    font-size: 1.125em;
    font-weight: normal;
    color: #003a70;
    border-bottom: 0;
    text-decoration: none;
    line-height: 1.43;
    text-align: center;
}
.workforce-demographics nav .nav__left ul li a:link:hover,
.workforce-demographics nav .nav__left ul li a:visited:hover {
    color: #ff9e1b;
}
.workforce-demographics nav .nav__left ul li.nav--item__active a:link,
.workforce-demographics nav .nav__left ul li.nav--item__active a:visited {
    color: #ff9e1b;
    font-weight: 500;
    border-bottom: 4px solid #ff9e1b;
}
@media (max-width: 991px) {
    .workforce-demographics nav .nav__left {
        display: none;
    }
}
.workforce-demographics nav #nav__mobile {
    display: none;
    text-align: left;
    padding-right: 25px;
    width: 100%;
}
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars {
    border-radius: 5px;
}
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars:first-of-type,
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars:last-of-type {
    position: absolute;
    width: 8px;
    z-index: 4;
}
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars:first-of-type {
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars:last-of-type {
    bottom: calc(100% - 8px);
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.workforce-demographics nav #nav__mobile.menu__open .mobile__bar-container .mobile__bars:nth-of-type(2) {
    width: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 4px;
}
.workforce-demographics nav #nav__mobile.menu__open .nav--drawer__container {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.workforce-demographics nav #nav__mobile button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
    text-align: left;
    color: #003a70;
    font-weight: 700;
    padding-left: 15px;
    background: transparent;
}
.workforce-demographics nav #nav__mobile button:after {
    height: 31px;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: 0.25s ease all;
    -o-transition: 0.25s ease all;
    transition: 0.25s ease all;
}
.workforce-demographics nav #nav__mobile button .mobile__bar-container {
    padding-left: 10px;
    position: relative;
    height: 20px;
    width: 16px;
    margin-right: 15px;
}
.workforce-demographics nav #nav__mobile button .mobile__bar-container .mobile__bars {
    background: #003a70;
    height: 2px;
    width: 16px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin: 3px 0;
    position: absolute;
}
.workforce-demographics nav #nav__mobile button .mobile__bar-container .mobile__bars:first-of-type {
    top: 0;
    left: 0;
}
.workforce-demographics nav #nav__mobile button .mobile__bar-container .mobile__bars:nth-of-type(2) {
    left: 0;
    top: 6px;
}
.workforce-demographics nav #nav__mobile button .mobile__bar-container .mobile__bars:last-of-type {
    bottom: 0;
    left: 0;
}
.workforce-demographics nav #nav__mobile .nav--drawer__container {
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    background: #fafafa;
    z-index: 4;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease height;
    -o-transition: 0.25s ease height;
    transition: 0.25s ease height;
}
.workforce-demographics nav #nav__mobile .nav--drawer__container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.workforce-demographics nav #nav__mobile .nav--drawer__container ul li {
    padding: 15px 0;
    border-top: 0.5px solid #a7bcd6;
}
.workforce-demographics nav #nav__mobile .nav--drawer__container ul li a:link,
.workforce-demographics nav #nav__mobile .nav--drawer__container ul li a:visited {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    text-decoration: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 28px;
    padding-left: 40px;
    color: #003a70;
    font-size: 0.875em;
    font-weight: 700;
}
.workforce-demographics nav #nav__mobile .nav--drawer__container ul li a:link span,
.workforce-demographics nav #nav__mobile .nav--drawer__container ul li a:visited span {
    margin-right: 40px;
}
@media (max-width: 767px) {
    .workforce-demographics nav #nav__mobile .nav--drawer__container {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .workforce-demographics nav #nav__mobile {
        display: block;
    }
}
@media (max-width: 600px) {
    .workforce-demographics nav #nav__mobile {
        width: 100%;
    }
    .workforce-demographics nav #nav__mobile button {
        font-size: 0.875em;
    }
}
@media (max-width: 991px) {
    .workforce-demographics nav {
        padding: 15px 0;
    }
}
.workforce-demographics .parallax-section {
    position: relative;
}
.workforce-demographics .parallax-section .section-header {
    position: fixed;
    top: 0px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.75s ease opacity;
    -o-transition: 0.75s ease opacity;
    transition: 0.75s ease opacity;
}
.workforce-demographics .parallax-section .section-header .header--image-container {
    position: absolute;
    min-width: 100%;
}
.workforce-demographics .parallax-section .section-header .header--image-container img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.workforce-demographics .parallax-section .section-header.inView {
    z-index: 1;
    opacity: 1;
    -webkit-transition: 0.5s ease opacity;
    -o-transition: 0.5s ease opacity;
    transition: 0.5s ease opacity;
}
.workforce-demographics .parallax-section .parallax__content {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 30px;
    padding-top: 30px;
}
.workforce-demographics .parallax-section h1 {
    max-width: 630px;
    position: relative;
    z-index: 2;
}
.workforce-demographics .parallax-section .parallax__header {
    position: relative;
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    height: 500px;
}
.workforce-demographics .parallax-section .parallax__header h1 {
    max-width: 630px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
@media (min-width: 1920px) {
    .workforce-demographics .parallax-section .parallax__header {
        height: 650px;
    }
}
@media (max-width: 768px) {
    .workforce-demographics .parallax-section .parallax__header {
        height: 360px;
    }
    .workforce-demographics .parallax-section .parallax__header h1 {
        margin-bottom: 30px;
        width: 80%;
    }
}
.workforce-demographics .section-header {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    top: 64px;
}
.workforce-demographics .section-header#section-header__intro {
    margin-top: 0;
    -webkit-transition: 0.5s ease opacity, 0.01s linear top;
    -o-transition: 0.5s ease opacity, 0.01s linear top;
    transition: 0.5s ease opacity, 0.01s linear top;
    top: 250px;
}
@media (max-width: 768px) {
    .workforce-demographics .section-header#section-header__intro .header--image-container img {
        margin-top: -100px;
    }
}
@media (max-width: 768px) {
    .workforce-demographics .section-header#section-header__intro {
        top: 225px;
    }
}
@media (max-width: 1000px) {
    .workforce-demographics .section-header#section-header__improving .header--image-container img {
        -o-object-position: 100% 100%;
        object-position: 100% 100%;
    }
}
@media (max-width: 1000px) {
    .workforce-demographics .section-header#section-header__resources .header--image-container img {
        -o-object-position: 10% 10%;
        object-position: 10% 10%;
    }
}
.workforce-demographics .section-header .header--image-container {
    position: absolute;
    height: 100%;
    overflow: hidden;
}
.workforce-demographics .section-header .header--image-container img {
    max-width: 100%;
    min-width: 1200px;
    height: auto;
}
.workforce-demographics .section-header .header--image-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(180deg, transparent 0%, #000 100%);
    mix-blend-mode: multiply;
    opacity: 0.8;
    z-index: 4;
    height: 100%;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .workforce-demographics .section-header .header--image-container:after {
        display: none;
    }
}
@media (max-width: 1200px) {
    .workforce-demographics .section-header .header--image-container {
        left: -25%;
    }
    .workforce-demographics .section-header .header--image-container img {
        min-width: auto;
        width: auto;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .workforce-demographics .section-header .header--image-container {
        left: initial;
    }
    .workforce-demographics .section-header .header--image-container img {
        max-width: none;
        width: 100vw;
        height: 100%;
    }
}
.workforce-demographics .wfd2-body,
.workforce-demographics .wfd2-body-full,
.workforce-demographics .wfd2-body-outset {
    padding: 0 30px;
    max-width: 796px;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px auto auto auto;
    padding-bottom: 50px;
}
.workforce-demographics .wfd2-body-full ul,
.workforce-demographics .wfd2-body-outset ul,
.workforce-demographics .wfd2-body ul {
    list-style: inherit;
    padding-left: 40px;
    font-size: 1.1em;
}
.workforce-demographics .wfd2-body-full.wfd2-intro,
.workforce-demographics .wfd2-body-outset.wfd2-intro,
.workforce-demographics .wfd2-body.wfd2-intro {
    margin-bottom: 50px;
}
.workforce-demographics .wfd2-body-full.wfd2-intro img,
.workforce-demographics .wfd2-body-outset.wfd2-intro img,
.workforce-demographics .wfd2-body.wfd2-intro img {
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transition: 0.75s ease all;
    -o-transition: 0.75s ease all;
    transition: 0.75s ease all;
}
.workforce-demographics .wfd2-body-full.wfd2-intro img.fadeIn,
.workforce-demographics .wfd2-body-outset.wfd2-intro img.fadeIn,
.workforce-demographics .wfd2-body.wfd2-intro img.fadeIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.workforce-demographics .wfd2-body-full.wfd2-intro p,
.workforce-demographics .wfd2-body-outset.wfd2-intro p,
.workforce-demographics .wfd2-body.wfd2-intro p {
    font-size: 1em;
    line-height: 1.75;
    text-align: center;
}
.workforce-demographics .wfd2-body-full p,
.workforce-demographics .wfd2-body-outset p,
.workforce-demographics .wfd2-body p {
    margin: 1em 0;
    font-size: 1.1em;
}
.workforce-demographics .wfd2-body-full a:link,
.workforce-demographics .wfd2-body-full a:visited,
.workforce-demographics .wfd2-body-outset a:link,
.workforce-demographics .wfd2-body-outset a:visited,
.workforce-demographics .wfd2-body a:link,
.workforce-demographics .wfd2-body a:visited {
    color: #003a70;
    font-weight: 700;
    border-bottom: 0;
    text-decoration: none;
}
.workforce-demographics .wfd2-body-full a:link:hover,
.workforce-demographics .wfd2-body-full a:visited:hover,
.workforce-demographics .wfd2-body-outset a:link:hover,
.workforce-demographics .wfd2-body-outset a:visited:hover,
.workforce-demographics .wfd2-body a:link:hover,
.workforce-demographics .wfd2-body a:visited:hover {
    border-bottom: 1px dotted #003a70;
}
.workforce-demographics .wfd2-body-full .subsection__divider,
.workforce-demographics .wfd2-body-outset .subsection__divider,
.workforce-demographics .wfd2-body .subsection__divider {
    background-position: top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #003a70), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #003a70 30%, rgba(255, 255, 255, 0) 0%);
    background-image: -o-linear-gradient(left, #003a70 30%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #003a70 30%, rgba(255, 255, 255, 0) 0%);
    background-size: 5px 1.5px;
    background-repeat: repeat-x;
    width: 100%;
    max-width: 960px;
    margin: 60px auto;
    height: 3px;
    opacity: 0.75;
}
.ie9 .workforce-demographics .wfd2-body-full .subsection__divider,
.ie9 .workforce-demographics .wfd2-body-outset .subsection__divider,
.ie9 .workforce-demographics .wfd2-body .subsection__divider {
    border-top: 1px dotted #003a70;
}
.workforce-demographics .wfd2-body-full .wfd2-section,
.workforce-demographics .wfd2-body-outset .wfd2-section,
.workforce-demographics .wfd2-body .wfd2-section {
    height: 60px;
    display: block;
    width: 100%;
    border: 0px solid transparent;
    color: transparent;
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro,
.workforce-demographics .wfd2-body .wfd2--subsection-intro {
    padding: 0 30px;
    max-width: 796px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 60px auto 40px auto;
    text-align: center;
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro h4,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro h4,
.workforce-demographics .wfd2-body .wfd2--subsection-intro h4 {
    background: #ff9e1b;
    color: #fff;
    padding: 7px 30px;
    font-size: 2.25em;
    line-height: 1.4;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto 40px auto;
    text-align: center;
}
@media (max-width: 768px) {
    .workforce-demographics .wfd2-body-full .wfd2--subsection-intro h4,
    .workforce-demographics .wfd2-body-outset .wfd2--subsection-intro h4,
    .workforce-demographics .wfd2-body .wfd2--subsection-intro h4 {
        font-size: 1.875em;
    }
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro p,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro p,
.workforce-demographics .wfd2-body .wfd2--subsection-intro p {
    text-align: center;
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro ul,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro ul,
.workforce-demographics .wfd2-body .wfd2--subsection-intro ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro ul li,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro ul li,
.workforce-demographics .wfd2-body .wfd2--subsection-intro ul li {
    list-style: none;
    margin: 0.25em 0;
    line-height: 1.75;
}
.workforce-demographics .wfd2-body-full .wfd2--subsection-intro ul li:before,
.workforce-demographics .wfd2-body-outset .wfd2--subsection-intro ul li:before,
.workforce-demographics .wfd2-body .wfd2--subsection-intro ul li:before {
    content: "";
}
@media (max-width: 768px) {
    .workforce-demographics .wfd2-body-full .wfd2--subsection-intro,
    .workforce-demographics .wfd2-body-outset .wfd2--subsection-intro,
    .workforce-demographics .wfd2-body .wfd2--subsection-intro {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .workforce-demographics .wfd2-body,
    .workforce-demographics .wfd2-body-full,
    .workforce-demographics .wfd2-body-outset {
        padding: 0 15px;
    }
}
.workforce-demographics .wfd2-body#wfd2-leading {
    margin: 0 auto 60px auto;
}
.workforce-demographics .wfd2-body#wfd2-leading p {
    font-size: 1.25em;
    color: #333333;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 768px) {
    .workforce-demographics .wfd2-body#wfd2-leading {
        margin-top: 30px;
    }
}
.workforce-demographics .wfd2-body#section__resources {
    text-align: center;
    padding-bottom: 30px;
}
.workforce-demographics .wfd2-body#section__resources > p {
    margin: 0 0 30px 0;
    font-size: 1.2em;
}
.workforce-demographics .wfd2-body#section__resources .resources__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.workforce-demographics .wfd2-body#section__resources .resources__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.workforce-demographics .wfd2-body#section__resources .resources__list ul li {
    list-style-type: none;
    margin-bottom: 1em;
}
.workforce-demographics .wfd2-body#section__resources .resources__list ul li:before {
    content: "";
}
.workforce-demographics .wfd2-body#section__resources .resources__list a:link,
.workforce-demographics .wfd2-body#section__resources .resources__list a:visited {
    color: #003a70;
    font-weight: normal;
    display: inline;
    border-bottom: 1px dotted transparent;
    font-weight: 700;
}
.workforce-demographics .wfd2-body#section__resources .resources__list a:link:hover,
.workforce-demographics .wfd2-body#section__resources .resources__list a:visited:hover {
    border-color: #003a70;
}
.workforce-demographics .wfd2-body-full {
    max-width: none;
    padding: 0 0 30px 0;
}
.workforce-demographics .wfd2-body-full #subsection__building-pathways .wfd2--subsection-intro,
.workforce-demographics .wfd2-body-full #subsection__inclusive-workplace .wfd2--subsection-intro {
    margin-bottom: 0;
}
.workforce-demographics .wfd2-body-full #subsection__inclusive-workplace .wfd2--carousel {
    height: 650px;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav .wfd2--carousel-tab {
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00649f;
    border-radius: 50%;
    margin-right: 10px;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav .wfd2--carousel-tab:last-of-type {
    margin-right: 0;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav .wfd2--carousel-tab.carousel__active-card {
    background: #003a70;
    border-color: #003a70;
    pointer-events: none;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav .wfd2--carousel-tab:hover {
    cursor: pointer;
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel-nav {
        display: none;
    }
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel {
    overflow: hidden;
    width: 100%;
    height: 610px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease height;
    -o-transition: 0.5s ease height;
    transition: 0.5s ease height;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons {
    width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    margin: auto;
    pointer-events: none;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn {
    display: inline-block;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 7px #00000029;
    box-shadow: 0 0 7px #00000029;
    text-align: right;
    background: #fff;
    pointer-events: auto;
    -webkit-transition: 0.3s ease visibility;
    -o-transition: 0.3s ease visibility;
    transition: 0.3s ease visibility;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i {
    border: solid #a7bcd6;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    -webkit-transition: 0.15s ease all;
    -o-transition: 0.15s ease all;
    transition: 0.15s ease all;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i.left {
    -webkit-transform: rotate(135deg) translate(0px, 0px);
    -ms-transform: rotate(135deg) translate(0px, 0px);
    transform: rotate(135deg) translate(0px, 0px);
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i.right {
    -webkit-transform: rotate(-45deg) translate(-4px, -4px);
    -ms-transform: rotate(-45deg) translate(-4px, -4px);
    transform: rotate(-45deg) translate(-4px, -4px);
}
@media (-o-min-device-pixel-ratio: 2/1), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i.left {
        -webkit-transform: rotate(135deg) translate(2px, 2px);
        -ms-transform: rotate(135deg) translate(2px, 2px);
        transform: rotate(135deg) translate(2px, 2px);
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i.right {
        -webkit-transform: rotate(-45deg) translate(-6px, -6px);
        -ms-transform: rotate(-45deg) translate(-6px, -6px);
        transform: rotate(-45deg) translate(-6px, -6px);
    }
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn i:hover {
    border-color: #00649f;
    cursor: pointer;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons .carousel-btn.btn__hidden {
    pointer-events: none;
    visibility: hidden;
}
@media (max-width: 1024px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons {
        padding: 0 15px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-buttons {
        display: none;
    }
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container {
    width: 200vw;
    background: transparent;
    height: 97%;
    position: absolute;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s ease transform;
    -o-transition: 0.5s ease transform;
    transition: 0.5s ease transform;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card {
    width: calc(100% - 64px);
    max-width: 960px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 10px #00000029;
    box-shadow: 0 0 10px #00000029;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image .card__caption {
    font-size: 0.875em;
    margin-top: 20px;
    display: none;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details {
    width: 100%;
    padding-left: 30px;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details span.card__title {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.25;
    color: #003a70;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details .card__story {
    color: #333333;
    font-size: 1em;
    line-height: 1.75;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details.card__noimg {
    text-align: left;
}
.workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card.wfd2--card__inactive {
    -webkit-transform: scale(0.897);
    -ms-transform: scale(0.897);
    transform: scale(0.897);
    opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card {
        width: calc(100vw - 95px);
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image {
        max-width: 200px;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image .card__caption {
        font-size: 0.875em;
        margin-top: 20px;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details .card__story {
        margin-top: 22px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container {
        z-index: 4;
    }
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container {
        width: 100%;
        position: relative;
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px;
        margin-bottom: 30px;
        padding: 30px 15px;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 80%;
        max-width: 300px;
        padding: 0;
        margin: auto;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__image span {
        display: none;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details {
        padding: 0;
        padding-top: 20px;
        text-align: center;
        margin-top: 20px;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details .card__story {
        line-height: 1.6;
        margin: 0.5em 0;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card .wfd2--card__details.card__noimg {
        text-align: center;
    }
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel .wfd2--carousel-story-container .wfd2--card.wfd2--card__inactive {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel {
        height: 600px;
        width: 98vw;
    }
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-full .wfd2--carousel-container .wfd2--carousel {
        height: auto !important;
    }
}
@media (min-width: 868px) and (max-width: 1024px) {
    .workforce-demographics .wfd2-body-full #subsection__inclusive-workplace .wfd2--carousel {
        height: 650px;
    }
}
@media (min-width: 768px) and (max-width: 869px) {
    .workforce-demographics .wfd2-body-full #subsection__inclusive-workplace .wfd2--carousel {
        height: 750px;
    }
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-full {
        padding: 0 15px;
    }
}
.workforce-demographics .wfd2-body-outset {
    max-width: 960px;
}
.workforce-demographics .wfd2-body-outset h3 {
    margin-top: 0;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column {
    width: calc(50% - 15px);
    color: #333333;
}
@media (min-width: 769px) {
    .workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column:first-of-type {
        margin-right: 15px;
    }
    .workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column:last-of-type {
        margin-left: 15px;
    }
}
.workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column h4 {
    color: #003a70;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column p {
    line-height: 1.75;
    font-size: 1em;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column p.methodology--footnote {
    font-size: 0.875em;
    color: #777;
    line-height: 1.57;
}
@media (max-width: 767px) {
    .workforce-demographics .wfd2-body-outset .methodology--column-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column {
        width: 100%;
        margin: 0;
    }
    .workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column h4,
    .workforce-demographics .wfd2-body-outset .methodology--column-container .methology__column p {
        text-align: center;
    }
}
.workforce-demographics .wfd2-body-outset .methodology--column-container#subsection__core-commitments ul {
    list-style: none;
    padding-left: 0px;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container#subsection__core-commitments ul li {
    margin: 0.45em 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.workforce-demographics .wfd2-body-outset .methodology--column-container#subsection__core-commitments ul li:before {
    content: "\2022";
    color: #003a70;
    font-size: 1.65em;
    line-height: 1;
    margin-right: 7px;
}
.workforce-demographics .wfd2-body-outset .wfd2--commitments__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment {
    width: calc(33.333% - 22.5px);
    margin: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment img {
    max-width: 200px;
    margin: auto;
    display: none;
}
.workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment span.details--title {
    color: #003a70;
    text-align: center;
    display: block;
    margin: 18px 0;
    line-height: 1.3;
    font-size: 1.5em;
    font-weight: 700;
}
.workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment p.details--explainer {
    text-align: center;
    color: #333333;
    line-height: 1.75;
}
@media (min-width: 1024px) {
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:first-of-type,
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:nth-of-type(3n + 1) {
        margin-left: 0;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:nth-of-type(n + 4) {
        margin-top: 30px;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:last-of-type,
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment {
        width: calc(50% - 30px);
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:nth-of-type(odd) {
        margin-right: 15px;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment:nth-of-type(2n) {
        margin-left: 15px;
    }
}
@media (max-width: 768px) {
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment span.details--title {
        margin: 20px 0 0px 0;
        width: 100%;
        padding: 0;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment p.details--explainer {
        margin: 0.5em 0;
    }
    .workforce-demographics .wfd2-body-outset .wfd2--commitments__container .wfd2--commitment img {
        max-width: 150px;
    }
}
.workforce-demographics .wfd2-body-outset .wfd2--priorities__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.workforce-demographics .wfd2-body-outset .wfd2--priorities__container .wfd2--priorities {
    width: calc(50% - 30px);
}
.workforce-demographics .wfd2-body-outset .wfd2--priorities__container .wfd2--priorities img {
    max-width: 200px;
    margin: auto;
}
.workforce-demographics .wfd2-body-outset .wfd2--priorities__container .wfd2--priorities .details--title {
    color: #003a70;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transform: titlecase;
    -ms-transform: titlecase;
    transform: titlecase;
}
@media (max-width: 768px) {
    .workforce-demographics .wfd2-body-outset .wfd2--priorities__container .wfd2--priorities {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }
}
.workforce-demographics #wfd2-data {
    width: 90vw;
    max-width: 1024px;
    margin: 30px auto 0px auto;
    padding-bottom: 50px;
}
.workforce-demographics #wfd2-data h2 {
    text-align: center;
    font-size: 37px;
    font-weight: bold;
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
}
.workforce-demographics #wfd2-data #wfd2-data-container {
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav {
    padding: 15px 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav .arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    border-top: 7px solid #003a70;
    position: absolute;
    top: 40%;
    right: 5px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year {
    padding: 0px 7px;
    max-width: 220px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dde5ed;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #fafafa;
    padding-right: 17px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 17px 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-label-container #wfd2-year-dropdown-label {
    vertical-align: middle;
    display: block;
    line-height: normal;
    color: #777777;
    padding-left: 3px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container {
    font-size: 1em;
    border: 0px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    width: 65px;
    padding: 5px;
    border: 0px solid transparent;
    color: #003a70;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container #wfd2-year-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    border: 0px solid transparent;
    margin-right: 5px;
    width: 100%;
    padding-left: 10px;
    color: #003a70;
    font-weight: 700;
    position: relative;
    z-index: 2;
    background: transparent;
    color: #003a70;
    font-weight: 700;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container #wfd2-year-dropdown:focus {
    outline-offset: 7px;
    outline-width: unset;
    outline-color: #003a70;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container #wfd2-year-dropdown:focus + div.arrow {
    border-top-color: #003a70;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container #wfd2-year-dropdown:hover {
    cursor: pointer;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container #wfd2-year-dropdown option {
    font-size: 16px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container.wfd2-open {
    overflow-y: normal;
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    border: 1px solid #ccc;
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year {
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-label-container {
        padding-right: 20px;
        border: 0;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-label-container #wfd2-year-dropdown-label {
        margin-top: 0;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-year #wfd2-year-container {
        width: 100%;
        text-align: right;
        border: 0;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-mobile-breakdown {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-mobile-breakdown #wfd2-role-dropdown-label {
    display: none;
    line-height: normal;
    color: #777777;
    padding-left: 3px;
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav #wfd2-mobile-breakdown #wfd2-role-dropdown-label {
        display: block;
    }
}
@media (max-width: 991px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav {
        margin: 10px 0;
        height: auto;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav div#wfd2-year {
        border: 0px solid transparent;
    }
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav {
        border: 0px;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav div#wfd2-year {
        border-bottom: 1px solid #fafafa;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-data-nav div#wfd2-mobile-container {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown {
    width: 80%;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown {
    display: none;
}
@media (max-width: 991px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 1em;
        border: 0px solid transparent;
        margin-right: 5px;
        width: 100%;
        padding-left: 10px;
        color: #003a70;
        font-weight: 700;
        position: relative;
        z-index: 2;
        background: transparent;
        display: block;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown:focus {
        outline-offset: 7px;
        outline-width: unset;
        outline-color: #003a70;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown:focus + div.arrow {
        border-top-color: #003a70;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown:hover {
        cursor: pointer;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown + .arrow {
        display: block;
        top: 44%;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown .arrow {
    display: none;
}
@media (max-width: 991px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown {
        padding: 15px 17px 14px 7px;
        position: relative;
        width: 70%;
        margin-left: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        border-left: 0px solid #ccc;
        background: #dde5ed;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-mobile-container {
        width: 100%;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown {
        width: 100%;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown + .arrow {
        display: block;
        right: 15px;
    }
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown {
        width: 100%;
        max-width: 100%;
        border: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 7px;
        margin-left: 0;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown {
        padding-left: 0;
        width: 50%;
        text-align: right;
        padding-right: 35px;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-mobile-breakdown #wfd2-breakdown-dropdown + .arrow {
        right: 12px;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections li {
    display: inline-block;
    padding: 15px 20px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #777777;
}
.workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections li.wfd2-active,
.workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections li:hover {
    border-bottom: 4px solid #003a70;
    color: #003a70;
    padding-bottom: 11px;
}
.workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections li.wfd2-active {
    font-weight: 700;
}
@media (max-width: 991px) {
    .workforce-demographics #wfd2-data #wfd2-data-container ul.wfd2-data-selections {
        display: none;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-footnote-container #wfd2-footnote {
    -webkit-transition: 0.3s ease opacity;
    -o-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
    font-size: 1em;
    color: #333333;
    line-height: 1.75;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs {
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
    margin: 0 0 50px 0;
    max-width: 1024px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs h2 {
    text-align: left;
    font-size: 1.2em;
    font-weight: 700;
    font-family: "roboto", "franklin-gothic-urw", Helvetica, sans-serif;
    margin: 1em 0;
    color: #333333;
    text-shadow: none;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-selection-label-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-selection-label-container .wfd2-group-name {
    font-weight: 400;
    font-size: 0.875em;
    display: inline;
    color: #333333;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-selection-label-container .wfd2-group-percent {
    font-size: 1.3125em;
    display: inline;
    font-weight: 900;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-selection-label-container .wfd2-group-percent:after {
    content: "%";
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-selection-label-container .wfd2-selection-label {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-label-hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-label-hide .wfd2-group-percent:after {
    content: "";
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile {
    display: inline;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph {
    height: 75vh;
    max-height: 454px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.5s ease opacity;
    -o-transition: 0.5s ease opacity;
    transition: 0.5s ease opacity;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph:first-of-type {
    margin-right: 60px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph:last-of-type {
    margin-right: 100px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container .wfd2-selection {
    width: 50px;
    -webkit-transition: 0.5s ease height, 0.25s ease width;
    -o-transition: 0.5s ease height, 0.25s ease width;
    transition: 0.5s ease height, 0.25s ease width;
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container .wfd2-selection {
        width: 35px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container .wfd2-selection-label {
    margin-left: 10px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #female--num {
    color: #ff9e1b;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #male--num {
    color: #00649f;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #genZ--num {
    color: #f26d00;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #millennials--num {
    color: #ff9e1b;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #genX--num {
    color: #a7bcd6;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #boomer--num {
    color: #5aadf6;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph .wfd2-selection-label-container #silent--num {
    color: #00649f;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #genZ {
    background-color: #f26d00;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #millennials {
    background-color: #ff9e1b;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #genX {
    background-color: #d5dde6;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #boomer {
    background-color: #5aadf6;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #silent {
    background-color: #00649f;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #female {
    background-color: #ff9e1b;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph #male {
    background-color: #00649f;
}
@media (max-width: 600px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph#wfd2-generational {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph:first-of-type {
        margin-right: 35px;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile .wfd2-vert-graph:last-of-type {
        margin-right: 0;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph {
    width: calc(60% - 180px);
    max-width: 800px;
    display: inline-block;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph h2 {
    margin-left: 181px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(75vh - 40px);
    max-height: 414px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container:last-of-type {
    margin-bottom: 0;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
    width: 215px;
    line-height: 1.5;
    padding: 0px 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label .wfd2-group-name,
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label .wfd2-group-percent {
    display: block;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label .wfd2-group-percent {
    line-height: 1.35;
    color: #00649f;
}
@media (max-width: 900px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label .wfd2-group-percent {
        line-height: 1.2;
    }
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection-label .wfd2-group-name {
    line-height: 1;
}
.workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph #wfd2-bars-container .wfd2-selection-label-container .wfd2-selection {
    height: 42px;
    width: 100px;
    background-color: #00649f;
    display: inline-block;
    -webkit-transition: 0.5s ease width, 0.25s ease height;
    -o-transition: 0.5s ease width, 0.25s ease height;
    transition: 0.5s ease width, 0.25s ease height;
}
@media (max-width: 900px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph {
        width: 100%;
        max-width: 100%;
        margin-top: 45px;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs .wfd2-bar-graph h2 {
        margin-left: 0;
    }
}
@media (max-width: 900px) {
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .workforce-demographics #wfd2-data #wfd2-data-container #wfd2-graphs #wfd2-vert-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.workforce-demographics img.wfd2-jumbotron {
    width: 100%;
    margin-bottom: 50px;
}
.workforce-demographics .wfd2--anchor {
    display: block;
    position: relative;
    top: -100px !important;
    visibility: hidden !important;
}
@media screen and (max-width: 900px) {
    .workforce-demographics .wfd2-bar-graph {
        width: 100%;
        margin-top: 5%;
    }
    .workforce-demographics #wfd2-bars-container {
        width: 100%;
    }
    .workforce-demographics .wfd2-bar-graph .wfd2-selection-label-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #eee;
    }
    .workforce-demographics .wfd2-bar-graph .wfd2-selection-label {
        width: auto;
    }
}
@media screen and (max-width: 600px) {
    .workforce-demographics #wfd2-data-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 100%;
        height: 100%;
        -webkit-box-sizing: initial;
        box-sizing: initial;
    }
    .workforce-demographics #wfd2-mobile-breakdown {
        border-bottom: 1px solid #ccc;
        width: 95%;
        max-width: 100%;
        border-right: 0px;
        padding: 0px 10px 10px 10px;
    }
    .workforce-demographics #wfd2-vert-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .workforce-demographics #wfd2-graphs {
        margin-left: 0;
    }
    .workforce-demographics #wfd2-graphs h2 {
        font-size: 1.5rem;
    }
    .workforce-demographics div#wfd2-year {
        width: 95%;
        padding: 10px 0px 0 20px;
    }
    .workforce-demographics #wfd2-year-container {
        width: 50%;
    }
    .workforce-demographics select#wfd2-year-dropdown {
        direction: rtl;
        padding-right: 35px;
        max-width: 125px;
    }
    .workforce-demographics #wfd2-year-dropdown-label {
        margin-top: 6px;
        display: block;
    }
    .workforce-demographics .arrow {
        right: 15px;
    }
    .workforce-demographics #wfd2-mobile-breakdown .arrow {
        top: 20%;
    }
    .workforce-demographics .wfd2-vert-graph .wfd2-selection {
        width: 35px;
    }
}
.interactive-wrapper {
    margin-bottom: 0 !important;
}
.site-footer {
    z-index: 6;
    position: relative;
}
/*# sourceMappingURL=app.css.map */
