/* PAGE TOP HEADING */
#page-top-heading {
    text-align: center;
}
#page-top-heading h2  {
    margin-bottom: 0;
}
#page-top-heading h2 p {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: var(--black);
    padding-bottom: 0;
    margin-bottom: 0;
}
#page-top-heading h3 {
    margin-bottom: 0;
}
#page-top-heading h3 p {
    font-size: 20px;
    font-weight: 400;
    color: var(--black);
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
#page-top-heading .subheading {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
}

/* SECTION HEADING */
.section-heading {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
.section-heading .subheading {
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    color: var(--black);
    padding-bottom: 20px;
    margin-bottom: 0;
}
.section-heading .subheading.raised {
    margin-top: -15px;
}
.section-heading .subheading.narrow {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 0;
}
.section-heading h2 p:last-of-type,
.section-heading .subheading p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-heading .link {
    text-align: center;
    margin-top: 20px;
}

/* KPIS BLOCKS */
#kpis-basic .container {
    display: flex;
    flex-wrap: wrap;
}
#kpis-basic .flex_cell {
    flex: 1;
}
#kpis-basic .flex_cell .flex_cell_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid var(--grey300);
    padding: 30px 20px;
    min-height: 176px;
}
#kpis-basic .flex_cell:last-of-type .flex_cell_inner {
    border-right: none;
}
#kpis-basic .flex_cell .flex_cell_inner p {
    text-align: center;
    height: 100px;
}
#kpis-basic .flex_cell .flex_cell_inner .kpi-block {
    text-align: center;
}
#kpis-basic .flex_cell .flex_cell_inner .kpi-block .stat {
    margin-bottom: 10px !important; /* important required */
}
#kpis-basic .flex_cell .flex_cell_inner .stat {
    display: block;
    margin-bottom: -15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    color: var(--blue-bolt);
}
#kpis-basic .flex_cell .flex_cell_inner .descr {
    display: block;
    color: var(--grey700);
    line-height: 18px;
}
#kpis-basic div.flex_cell .flex_cell_inner img {
    display: inline-block;
    width: 150px;
    height: 100%;
    margin-bottom: 15px;
}
.careers #kpis-basic div.flex_cell:nth-of-type(1) .flex_cell_inner img {
    width: 120px;
}
.careers #kpis-basic div.flex_cell:nth-of-type(3) .flex_cell_inner img {
    width: 100px;
}

/* KPI SLIDER & KPI SECTION */
.kpis {
    position: relative;
}
.kpis .nj-ray {
    width: 100%;
    height: 10px;
}
.kpi-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    height: 280px;
}
#kpi-heading {
    color: var(--white);
    font-size: 36px;
    line-height: 40px;
    white-space: nowrap;
}
.kpi-slider {
    height: 280px;
    opacity: 0;
    transition: opacity .3s;
}
.loaded .kpi-slider {
    opacity: 1;
}
.kpi-slider .slide {
    height: 100%;
}
.kpi-slider .slide-items {
    display: flex;
    height: 100%;
    background-color: var(--space-ultramarine);
}
.kpi-slider .kpi-item,
.kpi-items .kpi-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    padding: 0 0 0 30px;
}
.kpi-items .kpi-item {
    padding: 0;
}
.kpi-slider .kpi-item .img,
.kpi-items .kpi-item .img {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}
.kpi-slider .kpi-item .img img,
.kpi-items .kpi-item .img img {
    width: 100%;
}
.kpi-slider .kpi-item .content,
.kpi-items .kpi-item .content {
    display: inline-block;
    width: calc(100% - 135px);
    padding: 0;
}
.kpi-slider .kpi-item .content .kpi,
.kpi-items .kpi-item .content .kpi {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 5px;
    color: var(--white);
}
.kpi-items .kpi-item .content .kpi.mod {
    margin-bottom: 0;
    white-space: nowrap;
}
.kpi-slider .kpi-item .content .descr,
.kpi-items .kpi-item .content .descr {
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    color: var(--blue-logo);
}

.kpi-slider .splide__track {
    height: 100% !important; /* important required */
}
.kpi-slider .splide__controls {
    justify-content: right;
    margin-top: -60px;
}
.kpi-slider .splide__controls .splide__toggle {
    background: var(--space-ultramarine);
}
.kpi-slider .splide__controls .splide__toggle:hover {
    background: var(--blue-bolt);
    border: 1px solid var(--white);
}

/* OUR LEADERSHIP SLIDER */
#our-leadership #link {
    text-align: center;
    padding: 30px 0 60px 0;
}
#our-leadership-slider {
    width: 60%;
    min-width: 840px;
    margin: 0 auto;
}
#our-leadership-slider .slide {
    /*min-height: 385px;*/
    margin-bottom: 20px;
}
#our-leadership-slider .slide .img {
    border-radius: 50%;
    overflow: hidden;
    opacity: .5;
    width: 55%;
    transition: 1.2s;
}
#our-leadership-slider .slide.active .img,
#our-leadership-slider .slide.is-active .img {
    opacity: 1;
    width: 100%;
    transition: 1.2s;
}
#our-leadership-slider .slide.prev .img,
#our-leadership-slider .slide.is-prev .img {
    position: relative;
    margin: 0 auto;
    margin-left: 165px;
    z-index: -1;
}
#our-leadership-slider .slide.temp-next .img {
    margin-left: -40px;
    z-index: -1;
}
#our-leadership-slider .slide.next .img,
#our-leadership-slider .slide.is-next .img {
    position: relative;
    margin: 0 auto;
    margin-left: -40px;
    z-index: -1;
}
#our-leadership-slider .slide .img img {
    width: 100%;
}
#our-leadership-slider .slide .content {
    opacity: 0;
    transition: 1.2s;
}
#our-leadership-slider .slide.active .content,
#our-leadership-slider .slide.is-active .content {
    opacity: 1;
    transition: 1.2s;
}
#our-leadership-slider .slide .content {
    text-align: center;
}
#our-leadership-slider .slide .content .name {
    color: var(--space-ultramarine);
    margin: 20px 0 5px 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}
#our-leadership-slider .slide .content .title {
    color: var(--space-ultramarine);
    line-height: 18px;
    /*min-height: 36px;*/
    /*min-height: 54px;*/
}
#our-leadership-slider .splide__arrow--prev {
    position: relative;
    left: 28%;
    margin-top: -5%;
}
#our-leadership-slider .splide__arrow--next{
    position: relative;
    right: 28%;
    margin-top: -5%;
}
#our-leadership-slider .splide__arrow--prev,
#our-leadership-slider .splide__arrow--next {
    color: var(--teal-green);
}

/* HOME - COMPLEX */
#complex-home {
    position: relative;
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
}
#complex-home-outer {
    height: 100%;
    display: flex;
    align-items: center;
}
#complex-home-blue-bar {
    /*position: absolute; */
    width: 100%;
    background: rgba(14, 112, 168, .8);
    box-shadow: 0 4px 10px var(--black);
    margin-top: 50px;
}
#complex-home-inner {
    position: relative;
    display: flex;
}
#complex-home-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 1px 1px 1px var(--grey700);
    padding: 60px 200px 60px 115px;
}
#complex-home-left #gradient-bar {
    position: relative;
    width: 300%;
    height: 25px;
    margin-top: 30px;
    left: -200%;
    background-image: linear-gradient(to right, #00AAFF, #23D2B5);
}
#complex-home-left a {
    position: relative;
    display: block;
    width: fit-content;
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-shadow: none;
    color: var(--white);
}
#complex-home-right {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    left: -140px;
    margin-top: -50px;
}
#complex-home-right img {
    position: absolute;
    display: block;
    right: 0;
    box-shadow: 0 4px 10px var(--black);
    width: 475px;
    height: auto;
}

/* PROJECT HIGHLIGHTED VIDEO */
.project-highlighted-video {
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.project-highlighted-video.has-overlay:after {
    background: rgba(0, 30, 0, .3);
}
.project-highlighted-video .section-content {
    display: flex;
    align-items: center;
}
.project-highlighted-video h2  {
    margin-bottom: 10px;
}

/* HOME - OUR SOLUTIONS */
.our-solution-row {
    display: flex;
    gap: .6rem;
    margin-bottom: 20px;
}
.our-solution-row:last-of-type {
    margin-bottom: 0;
}
.our-solution-row .one_third {
    width: 43%;
}
.our-solution-row .two_third {
    width: 57%;
}
.solution-card {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 0;
}
.solution-card.has-overlay:after {
    background: rgba(0,0,0,.5);
    transition: .3s;
}
.solution-card.has-overlay.has-hover:hover:after {
    background: rgba(0,0,0,.7);
}
.solution-card p {
    padding-bottom: 0;
}
.solution-card a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: none;
    z-index: 3;
}
.solution-card .solution-card-inner {
    position: relative;
    padding: 50px;
    z-index: 2;
}
.solution-card .solution-card-title {
    color: var(--white);
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
}
.solution-card .solution-card-arrow {
    position: absolute;
    color: var(--white);
    top: 50px;
    right: 50px;
    height: 16px;
    width: 16px;
}
.solution-card .solution-card-descr {
    color: var(--white);
    opacity: 0;
    transition: opacity .3s;
    font-size: 20px;
    line-height: 30px;
    margin-top: 36px;
}
.solution-card:hover .solution-card-overlay {
    background: rgba(0,0,0,.7);
}
.solution-card:hover .solution-card-descr {
    opacity: 1;
}

/* HOME - JOIN ENGIE */
.join-engie .container {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.join-engie .container .content {
    flex: 1;
    width: 100%;
    padding: 60px 30px 90px 30px;
}
.join-engie .container #left-content a {
    margin-top: 40px;
}
.join-engie #work-blocks {
    margin-top: -20px;
}
.join-engie .work-block {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--blue-bolt);
}
.join-engie .work-block:hover {
    background-color: var(--grey100);
}
.join-engie .work-block a {
    position: absolute;
    width: 100%;
    height: 107px;
    margin-top: -48px;
    background-image: none;
}
.join-engie .work-block .icon {
    width: 100px;
    margin-right: 20px;
}
.join-engie .work-block .icon img {
    width: 100%;
}
.join-engie .work-block .name {
    font-size: 24px;
    width: 80%;
}
.join-engie .work-block:hover .name {
    color: var(--blue-bolt);
}
.join-engie .work-block .arrow {
    padding-right: 20px;
    margin-top: 10px;
}

/* ABOUT ENGIE - OUR ORGANIZATION */
#our-organization .container #our-org-blocks {
    display: flex;
    gap: .5rem
}
.our-org-block {
    position: relative;
}
.our-org-block img {
    display: block;
    width: 100%;
    height: auto;
}
.our-org-block .our-org-block-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    font-size: 20px;
    font-weight: 700; /* necessary for accessibility */
    text-shadow: 0 1px 1px rgba(0,0,0,0.25); /* necessary for accessibility */
    line-height: 24px;
    height: 100px;
    padding: 20px;
}
.our-org-block .our-org-block-copy.green {
    background-color: var(--renewable);
}
.our-org-block .our-org-block-copy.orange {
    background-color: var(--energy-solutions);
}
.our-org-block .our-org-block-copy.blue {
    background-color: var(--network);
}
.our-org-block .our-org-block-copy.teal {
    background-color: var(--thermal-and-supply);
}
.our-org-block .our-org-block-copy.blue-lt {
    background-color: var(--lighter-blue);
    position: relative; /* necessary for accessibility */
    z-index: 1; /* necessary for accessibility */
}
.our-org-block-copy.blue-lt::before { /* necessary for accessibility */
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
    z-index: -1;
}
#our-organization .container #link {
    text-align: center;
    padding: 60px 0;
}

/* ICON INFO CARDS */
.icon-info-cards {
    position: relative;
    padding-bottom: 60px;
}
.icon-info-cards .info-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 80px;
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
}
.icon-info-cards .info-blocks.image-on-left {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 1rem;
    row-gap: 1rem;
}

.icon-info-cards .info-block.two-per-row {
    flex: 0 0 calc(50% - 2rem); /* two per row */
    text-align: center;
    padding: 0 30px;
}
.icon-info-cards .info-block.three-per-row {
    flex: 1 1 calc(33% - 2rem);
    align-items: center;
    text-align: center;
    padding: 50px;
}
.icon-info-cards .info-blocks.image-on-left .info-block {
    display: flex;
}
.icon-info-cards .info-block .info-block-heading {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 15px;
    color: var(--teal-green);
}
.icon-info-cards .info-blocks.image-on-left .info-block .info-block-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    text-align: left;
    margin-bottom: 10px;
}
.icon-info-cards .info-block .info-block-copy {
    text-align: left;
}
.engies-energy-transition-setting-the-pace .icon-info-cards .info-block .info-block-heading {
    line-height: 42px;
    font-weight: 900;
    color: var(--black);
}
.icon-info-cards .info-block img {
    width: 60px;
}
.icon-info-cards .info-blocks.image-on-left .info-block img {
    padding-right: 40px;
    width: 100px;
    height: 100px;
}
.icon-info-cards .nj-ray {
    width: 75%;
    bottom: -13px;
}

/* ICON INFO CARDS WITH CENTER IMAGE */
.icon-info-cards.with-center-image .info-blocks {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
}
.icon-info-cards.with-center-image .info-blocks {
    width: 100%;
    max-width: unset;
}
/* explicit placement of cards */
.icon-info-cards.with-center-image .info-block:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.icon-info-cards.with-center-image .info-block:nth-of-type(2) { grid-column: 1; grid-row: 2; }
.icon-info-cards.with-center-image .info-block:nth-of-type(3) { grid-column: 3; grid-row: 1; }
.icon-info-cards.with-center-image .info-block:nth-of-type(4) { grid-column: 3; grid-row: 2; }
/* center image spans both rows */
.icon-info-cards.with-center-image .center-image {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
}
.icon-info-cards.with-center-image .center-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.icon-info-cards.with-center-image .center-image-mobile {
    display: none;
}

/* ABOUT ENGIE - DISCOVER OUR RENEWABLE ENERGY PRODUCTS */
#discover-our-renewable-energy-projects {
    background-size: cover;
    background-position-x: center;
    background-position-y: 64%;
}
#discover-our-renewable-energy-projects .container,
#discover-our-renewable-energy-projects #discover-our-renewable-energy-projects-copy {
    height: 500px;
}
#discover-our-renewable-energy-projects-copy {
    width: 30%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    color: #182663;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
}
#discover-our-renewable-energy-projects #link {
    margin-top: 40px;
}

/* BASIC INFO CARD */
.basic-info-cards {
    padding-bottom: 60px;
}
.basic-info-cards .container {
    display: flex;
    flex: 1;
    gap: 2rem;
}
.basic-info-cards .nj-card--border {
    flex: 1;
}
.basic-info-cards .nj-card__title {
    color: var(--space-ultramarine); /* By default this is block - this was a design choice that diverges from the standard fluid library design */
    font-size: 36px; /* By default this is 24px - this was a design choice that diverges from the standard fluid library design */
}
.basic-info-cards p {
    padding-bottom: 0;
}
.basic-info-cards a {
    display: block;
    width: fit-content;
    margin-top: 20px;
}
.basic-info-cards .nj-card--border::before {
    height: 10px; /* By default this is 4px - this was a design choice that diverges from the standard fluid library design */
}

/* INFO CARDS WITH SIDE MENU */
.info-cards-with-side-menu {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.info-cards-with-side-menu#recruiting-info-cards:after {
    background-color: rgba(24, 38, 99, .8);
}
.info-cards-with-side-menu .info-cards-tabs-grid {
    display: flex;
    gap: 3rem;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: .5s;
}
.info-cards-with-side-menu .info-cards-tabs-grid.loaded {
    opacity: 1;
}
.info-cards-with-side-menu .info-cards-tabs-grid-reverse {
    flex-direction: row-reverse;
}
.info-cards-with-side-menu .info-cards-tabs-grid-reverse .tab-menu-wrapper {
    margin-left: 100px;
}
.info-cards-with-side-menu .info-cards-tabs-wrapper {
    position: relative;
    padding: 0 0 60px 0;
    margin-bottom: 140px;
}
.info-cards-with-side-menu .info-cards-tabs-wrapper.light-bg {
    background-color: var(--grey100);
}
.info-cards-with-side-menu .info-cards-tabs-wrapper .nj-ray {
    width: 75%;
    bottom: -13px;
}

.info_cards_case_study_blocks {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.info_cards_case_study_blocks img {
    width: 100%;
}
.info_cards_case_study_block {
    position: relative;
    flex-basis: 50%;
    border: 1px solid var(--grey300);
}
.info_cards_case_study_block .content {
    padding: 10px 10px 20px 10px;
}
.info_cards_case_study_block .content .copy {
}
.info_cards_case_study_block .content .link {
    font-size: 16px;
}

.info-cards-with-side-menu .tab-menu-wrapper,
.info-cards-with-side-menu .tab-content-wrapper {
    position: relative;
    transition: .3s;
}
.info-cards-with-side-menu .tab-menu-wrapper {
    flex-basis: 45%;
}
.info-cards-with-side-menu .tab-content-wrapper {
    flex-basis: 55%;
}
.info-cards-with-side-menu .sticky-menu-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-cards-with-side-menu .sticky-menu-box .tab-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    background-color: transparent;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: var(--grey500);
    cursor: pointer;
    transition: .5s;
}
.info-cards-with-side-menu .sticky-menu-box .tab-link:hover {
    color: var(--grey600) !important; /* important required */
}
.info-cards-with-side-menu .sticky-menu-box .tab-link.active,
.info-cards-with-side-menu .sticky-menu-box .tab-link.active:focus-visible {
    font-weight: bold;
    color: var(--space-ultramarine) !important; /* important required */
}
.info-cards-with-side-menu .sticky-menu-box .tab-link:focus-visible {
    outline: 1px solid var(--space-ultramarine);
    outline-offset: 5px;
}
.info-cards-with-side-menu .sticky-menu-box.dark-bg .tab-link {
    color: var(--grey300);
}
.info-cards-with-side-menu .sticky-menu-box.dark-bg .tab-link.active,
.info-cards-with-side-menu .sticky-menu-box.dark-bg .tab-link.active:focus-visible {
    color: var(--white) !important; /* important required */
}
.info-cards-with-side-menu .sticky-menu-box.dark-bg .tab-link:focus-visible {
    outline: 1px solid var(--white);
    outline-offset: 5px;
}
.info-cards-with-side-menu .tab-card-box {
    position: absolute;
    padding-top: 20px;
    opacity: 0;
    transition: 1.0s;
}
.info-cards-with-side-menu .tab-card-box.active {
    opacity: 1;
    scroll-margin-top: 50px;
    z-index: 1;
}
.info-cards-with-side-menu .nj-card .nj-card__title {
    color: var(--space-ultramarine); /* By default this is block - this was a design choice that diverges from the standard fluid library design */
    font-size: 36px; /* By default this is 24px - this was a design choice that diverges from the standard fluid library design */
    line-height: 38px;
}
.info-cards-with-side-menu .nj-card .card-copy p:last-of-type {
    padding-bottom: 0;
}
.info-cards-with-side-menu .nj-card ul {
    margin: 20px 0;
    list-style-image: none !important; /* important required */
    list-style: disc;
}
.info-cards-with-side-menu .nj-card--border::before {
    height: 10px; /* By default this is 4px - this was a design choice that diverges from the standard fluid library design */
}

/* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
.case-studies-and-research-papers {
    padding-bottom: 60px;
}
#case-study-and-research-paper-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 18em;
}
#news-listing #case-study-and-research-paper-block {
    gap: 2rem;
}
.case-study-and-research-paper-block-inner {
    position: relative;
    flex: 1;
    flex-basis: 30%;
    margin-bottom: 20px;
    text-align: left;
    max-width: 450px;
    margin: 0 auto;
}
.case-study-and-research-paper-block-inner .nj-card {
    background: transparent;
}
.case-study-and-research-paper-block-bg-img {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: 100%;
    /*height: 600px;*/
    height: 0; /* These 2 attributes make the height dynamic */
    padding-bottom: 129%; /* These 2 attributes make the height dynamic */
}
.case-study-and-research-paper-block-inner:hover .case-study-and-research-paper-hover {
    opacity: 1;
}
.case-study-and-research-paper-hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*height: 600px;*/
    height: 0; /* These 2 attributes make the height dynamic */
    padding-bottom: 131%; /* These 2 attributes make the height dynamic */
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: opacity .3s;
}
.case-study-and-research-paper-details {
    padding: 20px 0;
    min-height: 205px;
    /*color: var(--white);*/
    text-align: left;
}
#news-page .case-study-and-research-paper-details {
    color: var(--grey700);
}
.case-study-and-research-paper-details a {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
    width: fit-content;
}
.case-study-and-research-paper-title {
    font-size: 24px !important; /* important required */
    line-height: 30px;
    font-weight: 700 !important; /* important required */
    margin-bottom: 20px !important; /* important required */
    color: var(--space-ultramarine);
    padding: 0 20px;
    margin-top: 129% !important; /* important required */ /* This positions the inner content relative to the dynamic height set above */
    text-align: center;
}
.case-study-and-research-paper-descr {
    min-height: 185px;
}
.case-study-and-research-paper-date {
    color: var(--grey400);
    margin-bottom: 5px;
}
#case-studies-and-research-papers #see-more-btn {
    text-align: center;
    margin-top: 40px !important; /* important required */
}
#case-studies-and-research-papers  #see-more-btn button {
    white-space: normal !important; /* important required */
}

/* NEWS AND RESOURCES - REPORTS AND BROCHURES */
.reports-and-brochures {
    padding-bottom: 60px;
}
#report-and-brochure-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 2rem;
}
.report-and-brochure-block-inner {
    position: relative;
    flex: 1;
    flex-basis: 30%;
    text-align: left;
    border: 1px solid var(--grey300);
    max-width: 450px;
    margin: 0 auto;
}
.report-and-brochure-block-inner .nj-card__img-wrapper {
    border-bottom: 1px solid var(--grey300);
}
.report-and-brochure-block-inner .nj-card__body .nj-link {
    width: fit-content;
}
.report-and-brochure-block-inner .nj-card__img {
    object-fit: unset;
    display: block;
}
.report-and-brochure-block-inner .descr {
    padding: 10px 0 20px 0;
}
.report-and-brochure-block-inner .nj-card__date {
    margin-top: -10px;
}
#reports-and-brochures #see-more-btn {
    text-align: center;
    margin-top: 50px;
}
#reports-and-brochures #see-more-btn button{
    white-space: normal;
}

/* TILED CARDS */
#tiled-cards .tiled-cards-blocks .tiled-cards-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed {
    flex-direction: row-reverse;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block .image {
    width: 51%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .image {
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 60px 30px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .image img {
    width: 100%;
    height: auto;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 49%;
    padding: 60px 100px 60px 50px;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block-reversed .copy {
    width: 49%;
    padding: 60px 50px 60px 100px;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block .copy .descr ul {
    margin-top: 20px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy {
    display: flex;
    flex-direction: column;
    align-items: left; /* TODO - FIX THIS */
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 100px;
    padding-left: 30px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed .copy {
    padding-left: 100px;
    padding-right: 30px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .heading,
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr {
    width: 80%;
    margin-left: 100px;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block .copy .descr p:last-of-type,
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr p:last-of-type {
    padding-bottom: 0;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed .copy .heading,
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed .copy .descr {
    margin-left: 0;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr p:last-of-type {
    padding-bottom: 0;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr ul {
    list-style: none !important; /* important required */
    margin-left: 0;
    margin-top: 20px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr ul li {
    color: var(--space-ultramarine);
    font-weight: bold;
    padding: 3px 0;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr ul li img {
    display: inline-block;
    margin-right: 15px;
    width: 35px;
    margin-bottom: 10px;
    margin-top: -5px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr ul li .list-copy {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
}
#tiled-cards .tiled-cards-blocks .tiled-cards-block .copy .link {
    margin-top: 30px;
}
#tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block a {
    font-weight: 700;
    text-decoration: none;
}

/* EXEC LEADERSHIP */
.executive-leadership-block .portrait-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    /*border: 1px solid #E0E0E0;*/
}
.executive-leadership-block .portrait-container:last-of-type {
    padding-bottom: 0;
}
.executive-leadership-block .portrait-container .portrait-content-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.executive-leadership-block .portrait-container .portrait-content-container.left {
    margin-right: 100px;
    flex-direction: row-reverse;
}
.executive-leadership-block .portrait-container .portrait-content-container.right {
    margin-left: 100px;
    flex-direction: row;
}
.executive-leadership-block .portrait-container .portrait-content-container .portrait-content {
    width: 100%;
}
.executive-leadership-block .portrait-container .portrait-content-container .portrait-content .portrait-content-identity {
    margin-bottom: 32px;
}
.executive-leadership-block .portrait-container .portrait-content-container .portrait-content .portrait-content-identity .name {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: var(--space-ultramarine);
}
.executive-leadership-block .portrait-container .portrait-content-container .portrait-content .portrait-content-identity .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue-bolt);
}
.executive-leadership-block .portrait-container .portrait-content-container .portrait-content .content {
    font-size: 16px;
}
.executive-leadership-block .portrait-container .portrait-content-container .image {
    width: 50%;
}
.executive-leadership-block .portrait-container .portrait-content-container .image img {
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

/* ICON STATEMENT BLOCKS */
.icon-statement-blocks {
    background-color: var(--grey100);
    padding-bottom: 60px;
}
.icon-statement-blocks .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;
    justify-content: space-evenly;
}
.icon-statement-blocks.hoverable {
    cursor: pointer;
}
.icon-statement-blocks.static {
    cursor: default;
}
.icon-statement-blocks .icon-statement-block {
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
    background-color: var(--white);
    text-align: center;
    padding: 80px 50px;
}
.icon-statement-blocks.small-content .icon-statement-block {
    padding: 40px 30px;
}
.icon-statement-blocks.hoverable .icon-statement-block .content,
.icon-statement-blocks.static .icon-statement-block .content {
    display: flex;
    flex-direction: column;
}
.icon-statement-blocks .icon-statement-block img {
    height: 70px;
    margin-right: 20px;
}
.icon-statement-blocks .icon-statement-block .title {
    color: var(--space-ultramarine);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: 100%;
}
.icon-statement-blocks.hoverable .icon-statement-block .title,
.icon-statement-blocks.static .icon-statement-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
.icon-statement-blocks.hoverable .icon-statement-block .title .material-icons,
.icon-statement-blocks.static .icon-statement-block .title .material-icons {
    margin-top: 3px;
    color: var(--grey600);
}
.icon-statement-blocks.static .icon-statement-block .title .material-icons {
    display: none;
}
.icon-statement-blocks .icon-statement-block .icon-statement-descr {

    text-align: left;
}
.icon-statement-blocks.hoverable .icon-statement-block .icon-statement-descr,
.icon-statement-blocks.static .icon-statement-block .icon-statement-descr {
    max-height: 0;
    opacity: 0;
    margin-top: 5px;
    line-height: 22px;
    transition: 1.5s;
}
.icon-statement-blocks.static .icon-statement-block .icon-statement-descr {
    max-height: none;
    opacity: 1;
}
.icon-statement-blocks.hoverable .icon-statement-block.active .icon-statement-descr,
.icon-statement-blocks.static .icon-statement-block.active .icon-statement-descr {
    max-height: 999px;
    opacity: 1;
}

/* SECTION WITH VERTICALLY OFFSET CALLOUT BOX */
.section-with-vertically-offset-callout-box {
    height: 600px;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}
#working-with-landowners.section-with-vertically-offset-callout-box {
    background-position: 69% 0%;
}
.section-with-vertically-offset-callout-box.short {
    height: 400px;
    max-height: 400px;
}
.section-with-vertically-offset-callout-box .container,
.section-with-vertically-offset-callout-box .vertically-offset-callout-box-outer {
    height: 100%;
}
.vertically-offset-callout-box-outer {
    position: relative;
    z-index: 1;
}
.vertically-offset-callout-box-inner {
    position: absolute;
    max-width: 460px;
    bottom: -55px;
    background-color: var(--space-ultramarine);
    color: var(--white);
}
.right-align-box .vertically-offset-callout-box-inner {
    right: 0;
}
.vertically-offset-callout-box {
    padding: 40px 40px 70px 40px;
}
.vertically-offset-callout-box .heading {
    font-size: 24px;
}
.vertically-offset-callout-box .link {
    margin-top: 30px;
}
.vertically-offset-callout-box-outer .nj-ray {
    width: 100%;
}

/* FULL SECTION WITH IMAGE AS THE BACKGROUND - SINGLE */
.full-section-with-image-as-background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.full-section-with-image-as-background.has-overlay:after {
    background: rgba(0,31,102,.5);
}
.full-section-with-image-as-background .content {
    position: relative;
    margin: 0 auto;
    padding: 90px 0;
    z-index: 2;
}
.full-section-with-image-as-background .content h2 {
    margin-bottom: 40px;
    color: var(--white);
    text-align: center;
}
.full-section-with-image-as-background .content .description {
    color: var(--white);
}
.full-section-with-image-as-background .nj-ray {
    width: 75%;
    bottom: -13px;
}

/* TWO-PART SECTION WITH BACKGROUND IMAGE */
.two-part-section-with-background-image {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.two-part-section-with-background-image .container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
}
.two-part-section-with-background-image .container .left,
.two-part-section-with-background-image .container .right {
    width: calc(50% - 1rem);
}
#our-renewables-portfolio.two-part-section-with-background-image .container .left {
    width: calc(66% - 1rem);
}
#our-renewables-portfolio.two-part-section-with-background-image .container .right {
    width: calc(33% - 1rem);
}

/* QUOTE */
.quote-container {
    display: flex;
    flex-direction: column;
}
.quote-container .left {
    display: flex;
    justify-content: center;
}
.quote-container .right {
    display: flex;
    justify-content: center;
}
.quote-container .content {
    position: relative;
    padding-top: 25px;
    border-color: transparent;
}
.quote-container .content .quote {
    font-size: 20px;
    line-height: 34px;
    font-style: italic;
    color: var(--black);
}
.quote-container .content .quote:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 36px;
    background: url(/wp-content/uploads/quotemark_teal.svg) no-repeat center center;
    background-size: contain;
    top: 0;
}
.quote-container .content .name {
    padding-top: 14px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    color: var(--blue-bolt);
    font-weight: bold;
}
.quote-container .content .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: var(--black);
}
.quote-container .image {
    display: flex;
    justify-content: center;
}
.quote-container .image img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    min-width: 200px;
}

@media (min-width: 768px) {
    /* QUOTE CONTAINER */
    .quote-container {
        flex-direction: row;
        padding: 60px 95px;
        border: 1px solid var(--grey300);
    }
    .quote-container .left {
        padding-right: 80px;
        padding-top: 48px;
        justify-content: normal;
    }
    .quote-container .content {
        padding-top: 25px;
    }
    .quote-container .content .name {
        font-size: 24px;
        line-height: 34px;
    }
    .quote-container .image {
        padding-right: 80px;
        padding-top: 48px;
        justify-content: normal;
    }
}

/* QUOTE - FULL WIDTH */
.personnel-quote-section {
    min-height: 350px;
}
.personnel-quote-section .quote-container {
    width: 60%;
    margin: 0 auto;
    padding: 80px 0 80px 0;
    border: none;
}
.personnel-quote-section .quote-container .image {
    padding-top: 0;
    padding-right: 20px;
}
.personnel-quote-section .quote-container .content {
    margin-left: calc(var(--narrowWidthMargin2) + 20px);
}
.personnel-quote-section .quote-container .content .quote {
    color: var(--space-ultramarine);
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}
.personnel-quote-section .quote-container .content .quote:before {
    margin-top: 13px;
    margin-left: -50px;
    left: auto;
    transform: none;
}
.personnel-quote-section .quote-container .content .name {
    color: var(--space-ultramarine);
    font-size: 16px;
    font-weight: 900;
    margin-bottom: -3px;
}
.personnel-quote-section .quote-container .content .title {
    color: var(--space-ultramarine);
    font-weight: normal;
}
.personnel-quote-section .splide__controls {
    position: relative;
    bottom: 2rem;
}

/* ENGIES ENERGY TRANSITION - OUR OWN DECARBONIZATION AMBITIONS */
#our-own-decarb-ambitions-blocks {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}
#our-own-decarb-ambitions-blocks .container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}
.our-own-decarb-ambitions-block {
    flex: 0 0 calc(50% - 2rem); /* two per row */
    padding-left: var(--narrowWidthMargin1);
    padding-right: var(--narrowWidthMargin1);
}
.ooda-graph-details-block {
    padding-bottom: 20px;
    text-align: center;
}
.ooda-graph-details-block .ooda-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: -5px;
    color: var(--black);
}
.ooda-graph-details-block .ooda-descr {
    color: var(--black);
}
.ooda-graph-container {
    display: flex;
    flex-direction: column;
    /*height: 225px;*/
    justify-content: flex-end;
}
.ooda-graph {
    color: var(--black);
    display: flex;
    align-items: flex-end;
    text-align: center;
    border-bottom: 1px solid var(--grey300);
    width: fit-content;
    padding: 0 10px;
    margin: 0 auto;
}
.ooda-graph.years {
    border-bottom: none;
}
.ooda-graph .ooda-bar-block {
    width: 70px;
    margin-right: 10px;
    margin-bottom: -6px;
}
.ooda-graph .ooda-bar-block:last-of-type {
    width: 70px;
    margin-right: 0;
}
.ooda-graph .ooda-bar-block .ooda-bar {
    width: 60px;
    display: inline-block;
}
.ooda-graph .ooda-bar-block .number.net-zero {
    position: relative;
    top: 10px;
    line-height: 18px;
    font-weight: 900;
    color: var(--darker-blue);
}
.ooda-graph .ooda-bar-block .year {
    font-weight: 700;
}

/* ENGIES ENERGY TRANSITION - DECARBONIZATION LEVERS CHART */
#decarbonization-levers {
    padding: 60px 0;
}
#decarb_levers_chart {
    width: 80%;
    margin: 0 auto;
}
#decarb_levers_top {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--black);
    padding: 0 0 25px 0;
}
#decarb_levers_middle {
    display: flex;
}
#decarb_levers_middle_left {
    width: 4%;
    min-width: 40px;
    margin-right: 30px;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: var(--black);
}
#decarb_levers_middle #decarb_levers_middle_left .decarb_levers_middle_box.left {
    display: none;
}
#decarb_levers_middle_right {
    display: flex;
    width: 96%;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--teal-green);
    text-align: center;
    margin-right: 15px;
    padding: 25px 20px;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:last-of-type {
    margin-right: 0;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:nth-child(1) {
    width: 40%;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:nth-child(2),
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:nth-child(3) {
    width: 30%;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:nth-child(1) .decarb_levers_middle_box_heading {
    margin-bottom: 20px;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box .decarb_levers_middle_box_items {
    display: flex;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box .decarb_levers_middle_box_items .decarb_levers_middle_box_item {
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    padding: 5px 0;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box .decarb_levers_middle_box_items .decarb_levers_middle_box_item:first-of-type {
    border-right: 1px solid var(--white);
    padding-right: 20px;
}
#decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box .decarb_levers_middle_box_items .decarb_levers_middle_box_item:last-of-type {
    padding-left: 20px;
}
#decarb_levers_bottom {
    display: flex;
    margin-top: 15px;
}
#decarb_levers_bottom #decarb_levers_bottom_left {
    display: flex;
    width: 4%;
    min-width: 40px;
    margin-right: 30px;
}
#decarb_levers_bottom #decarb_levers_bottom_left .decarb_levers_bottom_left_row {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: transparent;
    color: var(--black);
}
#decarb_levers_bottom #decarb_levers_bottom_right {
    width: 96%;
}
#decarb_levers_bottom #decarb_levers_bottom_right .decarb_levers_bottom_right_row {
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    background-color: var(--space-ultramarine);
    text-align: center;
    margin-bottom: 10px;
    padding: 22px 20px;
}
#decarb_levers_bottom #decarb_levers_bottom_right .decarb_levers_bottom_right_row:last-of-type {
    margin-bottom: 0;
}

/* ENGIES ENERGY TRANSITION - DATA CHART TYPE 0 */
#data_chart_type_0 {
    padding-bottom: 60px;
}
#data_chart_type_0.marketing-eemna-assets {
    background-color: var(--grey100);
}
#data_chart_type_0_chart {
    width: 80%;
    margin: 0 auto;
}
#data_chart_type_0_top {
    display: flex;
    color: var(--white);
    background-color: var(--space-ultramarine);
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}
#data_chart_type_0_top #data_chart_type_0_top_left {
    display: flex;
    width: 25%;
    border-right: 1px solid var(--white);
    padding-right: 10px;
}
#data_chart_type_0_top #data_chart_type_0_top_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    padding-left: 10px;
}
#data_chart_type_0_top #data_chart_type_0_right #data_chart_type_0_right_top {
    color: var(--white);
    background-color: var(--blue-bolt);
    font-weight: 700;
    padding: 30px 10px 30px 10px;
}
#data_chart_type_0_middle {
    display: flex;
}
#data_chart_type_0_middle .data_chart_type_0_middle_item {
    width: 25%;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    color: var(--white);
    background-color: var(--blue-bolt);
}
.marketing #data_chart_type_0_middle .data_chart_type_0_middle_item {
    background-color: var(--space-ultramarine);
}
.marketing #data_chart_type_0_middle .data_chart_type_0_middle_item {
    width: 20%;
    line-height: 22px;
}
.marketing .data_chart_type_0_middle_item {
    border-right: 1px solid var(--grey100);
}
.marketing .data_chart_type_0_middle_item:nth-child(2) {
    flex-basis: 40%; /* Make it span 2 columns */
    max-width: 40%; /* Prevents shrinking */
}
#data_chart_type_0_bottom {
    color: var(--black);
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row {
    display: flex;
    border-left: 1px solid var(--grey200);
    border-right: 1px solid var(--grey200);
    font-size: 16px;
    line-height: 18px;
    background-color: var(--white);
}
.marketing #data_chart_type_0_bottom .data_chart_type_0_bottom_row:first-of-type {
    background-color: var(--blue-bolt);
    color: var(--white);
    font-weight: 700;
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row.total,
.marketing #data_chart_type_0_bottom .data_chart_type_0_bottom_row:last-of-type {
    color: var(--white);
    background-color: var(--space-ultramarine) !important; /* important required */
    font-weight: 700;
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row:last-of-type {
    border-bottom: 1px solid var(--grey200);
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row:nth-child(even) {
    background-color: var(--grey100);
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row .data_chart_type_0_bottom_row_item {
    width: 25%;
    padding: 18px 10px 18px 20px;
}
.marketing #data_chart_type_0_bottom .data_chart_type_0_bottom_row .data_chart_type_0_bottom_row_item {
    border-right: 1px solid var(--grey300);
    width: 20%;
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row.total .data_chart_type_0_bottom_row_item {
    border-right: 1px solid var(--grey100);
}
#data_chart_type_0_bottom .data_chart_type_0_bottom_row .data_chart_type_0_bottom_row_item:first-of-type {
    font-weight: 700;
    padding: 18px 30px 18px 10px;
}

/* ORGANIZED TO SUPPORT YOUR DECARBONIZATION JOURNEY - PRIORITIES BLOCKS */
#priorities-blocks {
    background-color: var(--grey100);
}
.priorities_blocks {
    text-align: center;
}
.priorities_blocks .priorities_block {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-right: 3px;

    background-color: var(--darker-blue);
    border-radius: 15px;
    color: var(--white);
    padding: 5px 30px;
    width: 19%;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    min-height: 80px;
}
.priorities_blocks .priorities_block:last-of-type {
    margin-right: 0;
}
.priorities_blocks .priorities_block:hover {
    cursor: pointer;
}
.priorities_blocks .priorities_block:nth-child(1) {
    background-color: var(--renewable);
}
.priorities_blocks .priorities_block:nth-child(2) {
    background-color: var(--energy-solutions);
}
.priorities_blocks .priorities_block:nth-child(3) {
    background-color: var(--network);
}
.priorities_blocks .priorities_block:nth-child(4) {
    background-color: var(--thermal-and-supply);
}
.priorities_blocks .priorities_block:nth-child(5) {
    background-color: var(--lighter-teal);
}
.priorities_blocks .priorities_block .priorities_block_content {
    display: none;
}
.priorities_blocks .priorities_block .priorities_block_title {
    position: relative;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    top: 13px;
    text-shadow:
            0 0 2px rgba(0,0,0,0.3),
            0 0 3px rgba(0,0,0,0.3);

}
.priorities_blocks .priorities_block:nth-child(5) .priorities_block_title {

    text-shadow:
            0 0 2px rgba(0,0,0,0.5),
            0 0 3px rgba(0,0,0,0.5);

}
.priorities_blocks .priorities_block .priorities_block_subtitle {
    position: relative;
    margin-top: 0;
    text-transform: capitalize;
}
.priorities_blocks .priorities_block.two-line-title .priorities_block_subtitle {
    margin-top: 20px;
}
.priorities_blocks .priorities_block .priorities_block_descr {
    position: relative;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 400;
}
.priorities_blocks .priorities_block_caret {
    position: relative;
    margin-top: 10px;
}

/* CUSTOMER SUCCESS STORIES HIGHLIGHTS, CUSTOMER SUCCESS STORIES */
#cust_success_stories_highlights {
    position: relative;
    padding-bottom: 60px;
}
#cust_success_stories_highlights::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: var(--space-ultramarine);;
    pointer-events: none;
}
#customer_success_stories_highlights_blocks,
#customer_success_stories_blocks {
    display: flex;
    gap: 2rem;
    justify-content: center;
}
.customer_success_stories_highlights_block,
.customer_success_stories_block {
    position: relative;
    flex-basis: 30%;
    padding: 20px;
    border: 1px solid var(--grey300);
    background-color: var(--white);
}
.customer_success_stories_block {
    min-height: 481px;
}
.customer_success_stories_highlights_block .title,
.customer_success_stories_block .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.customer_success_stories_block .title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
.customer_success_stories_highlights_block .img,
.customer_success_stories_block .img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
.customer_success_stories_highlights_block .quote,
.customer_success_stories_block .quote {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.customer_success_stories_block .quote {
    font-weight: normal;
    margin-bottom: 40px;
}
.customer_success_stories_highlights_block .descr,
.customer_success_stories_block .descr {
    margin-bottom: 40px;
}
.customer_success_stories_highlights_block .link,
.customer_success_stories_block .link {
    position: absolute;
    bottom: 20px;
}

/* ICON TEXT BLOCKS */
.icon-text-blocks {
    padding-bottom: 60px;
}
.icon-text-blocks .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.icon-text-blocks .icon-text-block {
    position: relative;
    flex: 1;
    text-align: center;
}
.icon-text-blocks .icon-text-block:hover {
    opacity: .7;
}
.icon-text-blocks .icon-text-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.icon-text-blocks img {
    width: 180px;
}
.icon-text-blocks .icon-text-block .text {
    color: #00aaff;
    font-size: 54px;
    font-weight: bold;
}

/* RENEWABLES STATS BLOCKS */
#renewables-stats-blocks {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
#renewables-stats-blocks .container {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 85px;
}
#renewables-stats-blocks .container #renewables-stats-main-line {
    position: relative;
    /*top: 107px;*/ /* For original version */
    top: -20px;
    width: 100%;
    max-width: var(--container-width);
    border-top: 1px solid var(--grey300);
}
.renewables-stats-block {
    position: absolute;
    text-align: center;
    width: 170px;
}
.renewables-stats-block .renewables-stat {
    color: var(--darker-blue);
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
}
.renewables-stats-block .renewables-stat-descr {
    color: var(--grey800);
    font-size: 18px;
    line-height: 22px;
}
.renewables-stats-block .renewables-stat-line-container {
    position: relative;
    padding: 5px 0;
}
.renewables-stats-block .renewables-stat-line-container .renewables-stat-line {
    width: 100%;
    height: 32px;
}
.renewables-stats-block .renewables-stat-line-container .renewables-stat-line-square {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-45%) translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: var(--darker-blue);
}
.renewables-stats-block .renewables-stat-year {
    color: var(--grey700);
    font-size: 18px;
    margin-top: -3px;
}
#renewables-stats-block-1 {
    width: 315px;
}
#renewables-stats-block-2 {
    position: absolute;
    left: 0px;
    /*opacity: 1 !important;*/
    opacity: 0;
    text-align: center;
}
.renewables-stats-block img#arrows {
    position: relative;
    width: 120px;
    top: 13px;
    background-color: var(--white);
    padding-right: 5px;
}
#renewables-stats-block-3 {
    position: absolute;
    left: 0px;
    /*opacity: 1 !important;*/
    opacity: 0;
}
#renewables-stats-block-4 {
    position: absolute;
    left: 0px;
    /*opacity: 1 !important;*/
    opacity: 0;
}
#renewables-stats-block-1 .renewables-stat {
    /*color: var(--space-ultramarine);*/ /* For original version */
    color: var(--grey700);
    font-size: 28px;
}
#renewables-stats-block-2 .renewables-stat {
    color: var(--space-ultramarine);
}
#renewables-stats-block-1 .renewables-stat-line-container .renewables-stat-line-square {
    /*background-color: var(--space-ultramarine);*/ /* For original version */
    background-color: var(--grey700);;
}
#renewables-stats-block-2 .renewables-stat-line-container .renewables-stat-line-square {
    background-color: var(--space-ultramarine);
}

/* RENEWABLES EXPANDABLE CONTENT */
#renewables-expandable-content .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
#renewables-expandable-content.energy-supply {
    padding-bottom: 60px;
}
#renewables-expandable-content .container {
    display: flex;
}
#renewables-expandable-content .container .flex_cell {
    width: 50%;
    text-align: center;
}
#renewables-expandable-content .flex_cell_inner {
    width: 100%;
}
#renewables-expandable-content.energy-supply .flex_cell {
    width: 100%;
}
#renewables-expandable-content .flex_cell:first-of-type .flex_cell_inner {
    border-right: 1px solid var(--grey500);
    padding: 30px 60px 5px 0;
}
#renewables-expandable-content .flex_cell:last-of-type .flex_cell_inner {
    padding: 30px 0 5px 60px;
}
#renewables-expandable-content img {
    text-align: center;
    width: 100px;
}
#renewables-expandable-content .content {
    text-align: left;
}
#renewables-expandable-content .content .top {
    display: flex;
    align-items: center;
}
#renewables-expandable-content.energy-supply .content .top {
    width: 50%;
}
#renewables-expandable-content .content .top div {
    flex-basis: 80%;
}
#renewables-expandable-content .content .top p {
    flex-basis: 20%;
    text-align: right;
}
#renewables-expandable-content .content .top .heading {
    margin-bottom: 20px;
    color: var(--blue-bolt);;
    font-size: 36px;
    line-height: 42px;
}
#renewables-expandable-content .content .renewables-expand-content-link {
    text-align: center;
    cursor: pointer;
}
#renewables-expandable-content.energy-supply .content .renewables-expand-content-link {
    margin-top: 20px;
    text-align: left;
}
#renewables-expandable-content.energy-supply .content .renewables-expand-content-link p {
    position: relative;
}
#renewables-expandable-content .content .link-text {
    color: var(--blue-bolt);
    border-bottom: 1px solid var(--grey500);
}
#renewables-expandable-content .content .material-icons-outlined {
    color: var(--grey300);
}
#renewables-expandable-content.energy-supply .content .material-icons-outlined {
    position: absolute;
    right: 0;
    top: -22px;
}
#renewables-expandable-content .content .renewables-expand-content {
    display: none;
}
#renewables-expandable-content.energy-supply .content .renewables-expand-content {
    border-bottom: 1px solid var(--grey500);
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* OUR DIFFERENTIATORS */
/* WIND */ /* TODO - VERIFY THIS IMPLEMENTATION */
/* ENERGY SUPPLY */ /* TODO - VERIFY THIS IMPLEMENTATION */
#our-differentiators {
    position: relative;
}
.our-differentiators-blocks-container-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 20%;
    opacity: 0;
    transition: opacity .5s;
    z-index: 1;
}
.our-differentiators-blocks-container-outer.has-overlay:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(23, 37, 95, 1)) !important;
}
.our-differentiators-blocks-container-outer.active {
    opacity: 1;
}
#our-differentiators-blocks-container,
#why-wind-energy-blocks-container,
#our-power-products-blocks-container {
    display: flex;
    flex-direction: column;
}
#our-differentiators-blocks-container {
    position: relative;
    min-height: 400px;
    width: var(--container-width);
    margin: 0 auto;
    padding: 50px 0 35px 0;
    z-index: 2;
}
#our-differentiators-blocks,
#why-wind-energy-blocks,
#our-power-products-blocks {
    display: flex;
    gap: 2rem;
}
#our-power-products-blocks {
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}
#our-differentiators-blocks {
    position: absolute;
    width: 100%;
    bottom: 35px;
    margin-top: 50px;
    z-index: 3;
}
.our-differentiators-block,
.why-wind-energy-block,
.our-power-products-block {
    flex-basis: 20%;
    text-align: center;
    cursor: pointer;
}
.our-differentiators-block .image,
.why-wind-energy-block .image,
.our-power-products-block .image {
    height: 60px;
    margin-bottom: 10px;
}
.our-differentiators-block .image img,
.why-wind-energy-block .image img,
.our-power-products-block .image img {
    height: 100%;
}
.our-differentiators-block .title,
.why-wind-energy-block .title,
.our-power-products-block .title {
    color: var(--space-ultramarine);
    transition: .5s;
    width: fit-content;
    margin: 0 auto;
    line-height: 20px;
}
.our-differentiators-block .title,
.our-power-products-block .title {
    color: var(--white) !important; /* important required */
}
.our-power-products-block .title {
    white-space: nowrap;
}
.why-wind-energy-block.active .title,
.our-power-products-block.active .title {
    color: var(--darker-blue);
}
.our-differentiators-block .border,
.why-wind-energy-block .border,
.our-power-products-block .border {
    height: 3px;
    background-color: var(--grey200); /* For browsers that do not support gradients */
    width: 90px;
    margin: 0 auto;
    margin-top: 5px;
    border: none;
    transition: .5s;
}
.our-differentiators-block.active .border,
.our-differentiators-block.hover .border,
.why-wind-energy-block.active .border,
.why-wind-energy-block.hover .border,
.our-power-products-block.active .border,
.our-power-products-block.hover .border {
    height: 3px;
    background-color: var(--blue-logo); /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, var(--blue-logo) , #23D2B5);
    width: 100%;
    margin: 0 auto;
    margin-top: 5px;
    border: none;
}
.our-differentiators-descr-blocks,
.why-wind-energy-descr-blocks,
.our-power-products-descr-blocks {
    position: relative;
    margin-top: 40px;
    text-align: center;
}
.our-differentiators-descr-blocks {
    position: relative;
    margin-top: 0;
}
.our-differentiators-descr-blocks h2 {
    color: var(--white);
}
.our-differentiators-descr-blocks .our-differentiators-descr-block,
.why-wind-energy-descr-blocks .why-wind-energy-descr-block,
.our-power-products-descr-blocks .our-power-products-descr-block {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity .5s;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
.our-differentiators-descr-blocks .our-differentiators-descr-block {
    top: 70px;
}
.our-differentiators-descr-blocks .our-differentiators-descr-block.active,
.why-wind-energy-descr-blocks .why-wind-energy-descr-block.active,
.our-power-products-descr-blocks .our-power-products-descr-block.active {
    position: relative;
    top: 0;
    width: 80%;
    margin: 0 auto;
    opacity: 1;
    left: auto;
    transform: none;
}
.our-power-products-descr-blocks .our-power-products-descr-block {
    background: var(--darker-ultramarine);
    border-radius: 10px;
    padding: 30px 50px;
}
.our-power-products-descr-blocks .our-power-products-descr-block img {
    width: 80px !important; /* TODO - VERIFY THIS IMPORTANT */
}
.why-wind-energy-descr-blocks .why-wind-energy-descr-block.active .title,
.our-power-products-descr-blocks .our-power-products-block.active .title {
    color: var(--darker-blue);
}
.our-power-products-descr-blocks .our-power-products-descr-block.active .title {
    margin-bottom: 15px;
}
.our-power-products-descr-blocks .our-power-products-descr-block strong,
.our-power-products-descr-blocks .our-power-products-descr-block .title,
.our-power-products-descr-blocks .our-power-products-descr-block .descr {
    color: var(--white) /* TODO - VERIFY THIS IMPORTANT */
}
.our-differentiators-descr-blocks .our-differentiators-descr-block .title,
.our-differentiators-descr-blocks .our-differentiators-descr-block .descr,
.our-differentiators-descr-blocks .our-differentiators-descr-block.active .title,
.our-differentiators-descr-blocks .our-differentiators-descr-block.active .descr {
    color: var(--white);
}
.our-differentiators-descr-blocks .our-differentiators-descr-block .descr {
    width: 100%;
}
.our-differentiators-descr-blocks .our-differentiators-descr-block .descr div,
.our-differentiators-descr-blocks .our-differentiators-descr-block .descr p {
    width: 100%;
    margin-bottom: 0;
}
.our-differentiators-descr-blocks .our-differentiators-descr-block.active .descr,
.our-differentiators-descr-blocks .our-differentiators-descr-block.active .descr div {
    height: auto;
}
.our-differentiators-descr-block .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* AWARD-WINNING TECH */
#award-winning-tech {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#award-winning-tech .tech-block {
}
#award-winning-tech #image {
    width: 20.5%;
}
#award-winning-tech #image img {
    width: 100%;
}
#award-winning-tech #descr-content {
    margin-left: 6%;
    width: 47%;
    color: var(--space-ultramarine);
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
}

/* VIDEO SECTION */
.video-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.video-section .container-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* MULTI-COLUMN SECTION */
.multi-column-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.multi-column-section.has-overlay:after {
    background-color: rgba(99, 121, 171, .6);
}
.multi-column-section .columns {
    display: flex;
    gap: 2rem;
}
.multi-column-section .columns .column {
    position: relative;
    background-repeat: no-repeat;
}

/* LANDOWNERS */
#landowner-downloads {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
#landowner-downloads .download-block {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    flex-basis: 50%;
    padding: 0 10px 20px 10px;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
}
#landowner-downloads .download-block:hover {
    background-color: var(--grey200);
    padding-top: 20px;
}
#landowner-downloads .download-block img {
    width: 70px;
}
#landowner-downloads .download-block a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: none;
}
#lo-helpful-links a {
    margin-left: 20px;
}

/* DUAL CHANGING BOXES */
.rollover-boxes {
    padding-bottom: 60px;
}
.rollover-boxes .container {
    display: flex;
    gap: 2rem;
}
.rollover-boxes-options {
    position: relative;
    height: 400px;
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
.rollover-boxes-options .heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
}
.rollover-boxes-options#left .heading {
    background-color: var(--blue-bolt);
}
.rollover-boxes-options#right .heading {
    background-color: var(--success);
}
.rollover-boxes-options .rollover {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    height: 334px;
    color: var(--white);
    opacity: 0;
    transition: .5s;
    cursor: pointer;
}
.rollover-boxes-options#left .rollover.hover,
.rollover-boxes-options#right .rollover.hover {
    opacity: 1;
}
.rollover-boxes-options .rollover:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
}
.rollover-boxes-options#left .rollover:before {
    background: rgba(0,170,255,.5);
}
.rollover-boxes-options#right .rollover:before {
    background: rgba(65,132,72,.5);
}
.rollover-boxes-options .rollover .inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 700;
}
.rollover-boxes-options .rollover a.main-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}
.rollover-boxes-options .rollover a.nj-btn {
    margin-top: 20px;
    z-index: 3;
}

/* STAY CONNECTED WITH US */
#stay-connected-with-us h2 {
    margin-bottom: 10px !important;
}
#stay-connected-with-us #btns {
    display: flex;
    justify-content: center;
}
#stay-connected-with-us #btns a {
    background-image: none;
}
#stay-connected-with-us #btns img {
    width: 50px;
    margin: 0 10px;
}
#stay-connected-with-us .columns {
    align-items: center;
}

/* HOW WE PROMOTE DIVERSITY */
#how-we-promote-diversity a {
    font-size: 54px;
    text-decoration: none !important;
    background-image: none;
}

/* THREE IMAGE STATEMENT SLIDER */
.three-img-statement-slider .slide .content {
    position: absolute;
    color: var(--white);
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
}
.three-img-statement-slider.diversity .slide .content {
    font-size: 16px;
    line-height: 22px;
}
.three-img-statement-slider .slide .content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,38,99,.6);
}
.three-img-statement-slider .slide.active .content .overlay {
    background: rgba(0,0,0,.3);
}
/*.three-img-statement-slider .slide.active .content:hover .overlay {*/
/*.three-img-statement-slider .slide.active .content.slide-hovered .overlay {*/
.three-img-statement-slider .slide.active a:hover .content .overlay {
    background: rgba(0,0,0,.5);
}
.three-img-statement-slider .slide .content .caption {
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transition: .6s;
    z-index: 1;
}
.three-img-statement-slider.diversity .slide .content .caption {
    padding: 0 40px;
}
.three-img-statement-slider .slide.active .content .caption {
    opacity: 1;
    transition: 1.2s;
}
.three-img-statement-slider.diversity .slide .content h3 {
    font-size: 28px;
    color: var(--white);
    margin-bottom: 5px;
}
.three-img-statement-slider_additional-content-block {
    position: relative;
    margin: 50px auto;
    width: 80%;
    border-top: 1px solid var(--grey300);
}
.three-img-statement-slider_additional-content-block .additional-content {
    position: relative;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    text-align: center;
    transition: .5s;
    color: var(--space-ultramarine);
    padding: 0 30px;
    opacity: 0;
    height: 0;
}
.three-img-statement-slider_additional-content-block .additional-content.active {
    opacity: 1;
    height: auto;
}

.three-img-statement-slider .splide__slide img {
    max-width: 100%;
}
.three-img-statement-slider .splide__slide.is-active .content .overlay {
    background: rgba(0,0,0,.3);
}
.three-img-statement-slider .splide__slide.is-active a:hover .content .overlay {
    background: rgba(0,0,0,.5);
}
.three-img-statement-slider .splide__slide.is-active .content .caption {
    opacity: 1;
    transition: 1.2s;
}
.three-img-statement-slider .splide__controls {
    position: absolute;
    right: 20px;
    bottom: -35px;
}
.three-img-statement-slider .splide__pagination {
    display: block !important; /* important required */
    padding-top: 6px;
    text-align: center;
    margin-bottom: -42px;
    width: 100% ;
}

/* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
.tiled-text-and-photo-offset-tiles .blocks {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.tiled-text-and-photo-offset-tiles .flex_cell {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.tiled-text-and-photo-offset-tiles .one_third {
    width: calc(48% - 15px);
}
.tiled-text-and-photo-offset-tiles .two_third {
    width: calc(52% - 15px);
}
.tiled-text-and-photo-offset-tiles .flex_cell:last-of-type {
    width: 99.3%;
}
.tiled-text-and-photo-offset-tiles .flex_cell {
    /*padding: 60px;*/
    height: 400px;
}
.no-height.tiled-text-and-photo-offset-tiles .flex_cell:first-of-type {
    height: auto;
}
/*.no-height.tiled-text-and-photo-offset-tiles.av-grid-order-reverse .flex_cell:last-of-type {*/
/*    height: auto !important;*/
/*}*/
.tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type {
    padding-left: 200px;
}
.tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type p:last-of-type {
    margin-bottom: 0;
}
.tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type {
    padding-right: 200px;
}
.tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type p:last-of-type {
    margin-bottom: 0;
}
.tiled-text-and-photo-offset-tiles.photo-both .flex_cell,
.tiled-text-and-photo-offset-tiles.photo-single .flex_cell {
    padding: 0;
    margin-right: 15px;
}
.tiled-text-and-photo-offset-tiles.photo-both .flex_cell:last-of-type,
.tiled-text-and-photo-offset-tiles.photo-single .flex_cell:last-of-type {
    margin-right: 0;
}
.tiled-text-and-photo-offset-tiles.photo-both .flex_cell_inner,
.tiled-text-and-photo-offset-tiles.photo-single .flex_cell_inner,
.tiled-text-and-photo-offset-tiles.photo-none .flex_cell_inner {
    position: relative;
    height: 100%;
    padding: 40px 80px 40px 40px;
}
.tiled-text-and-photo-offset-tiles.photo-both .flex_cell_inner:before,
.tiled-text-and-photo-offset-tiles.photo-single .flex_cell_inner:before,
.tiled-text-and-photo-offset-tiles.photo-none .flex_cell_inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(20,30,50,.4);
    transition: .5s;
}
.tiled-text-and-photo-offset-tiles.photo-both .flex_cell_inner.active:before,
.tiled-text-and-photo-offset-tiles.photo-single .flex_cell_inner.active:before,
.tiled-text-and-photo-offset-tiles.photo-none .flex_cell_inner.active:before {
    background-color: rgba(20,30,50,.6);
}
.tiled-text-and-photo-offset-tiles.photo-both h3,
.tiled-text-and-photo-offset-tiles.photo-single h3,
.tiled-text-and-photo-offset-tiles.photo-none h3 {
    position: relative;
    color: var(--white);
}
.tiled-text-and-photo-offset-tiles.photo-both .erg-copy,
.tiled-text-and-photo-offset-tiles.photo-single .erg-copy,
.tiled-text-and-photo-offset-tiles.photo-none .erg-copy {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}

/* DIVERSITY ERG - FOLLOW US ON SOCIAL */
#diversity-erg-follow-us-on-social img {
    max-width: 90px;
    padding: 20px 15px 0 15px;
    background-image: none;
}

/* LATEST REPORT SECTION */
.latest-report-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 700px;
}
.latest-report-section .content-outer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(43, 108, 157, .5);
}
.latest-report-section .content-outer .content-inner {
    position: relative;
    display: flex;
    left: -150px;
}
.latest-report-section#ethics-and-compliance-version .content-outer:before {
    background: none;
}
.latest-report-section .content-outer {
    position: relative;
}
.latest-report-section .content-outer .content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 360px;
    margin-top: 173px;
    background: rgba(234, 244, 255, .5);
}
.latest-report-section#ethics-and-compliance-version .content-outer .content:before {
    height: 465px;
    margin-top: 115px;
    background: rgba(23, 37, 95, .9);
}
.latest-report-section .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.latest-report-section .right-content h2 {
    color: var(--space-ultramarine);
}
.latest-report-section#ethics-and-compliance-version .right-content,
.latest-report-section#ethics-and-compliance-version .right-content h2 {
    color: var(--white);
}
.latest-report-section .flex_column {
    display: flex;
    align-items: center;
    height: 700px;
}
.latest-report-section .flex_column {
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.latest-report-section img {
    width: 400px;
}
.latest-report-section#ethics-and-compliance-version img {
    width: 350px;
    margin-top: -100px;
}
.latest-report-section a {
    margin-top: 20px;
}

/* WHAT IS ETHICS AND COMPLIANCE */
#what-is-ethics-and-compliance-link {
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#what-is-ethics-and-compliance-link .material-icons-outlined {
    color: var(--darker-ultramarine);
    font-size: 36px;
}
#what-is-ethics-and-compliance {
    display: none;
    padding-top: 20px;
    border-top: 1px solid var(--grey300);
}

/* NEWS AND RESOURCES - VIDEOS AND IMAGES */
.news-and-resources-media-gallery #media-callout {
    position: absolute;
    bottom: 100px;
    right: -30px;
    width: 600px;
    padding: 35px 30px 45px 30px;
    font-size: 20px;
    color: var(--blue-bolt);
    text-align: left;
    background-color: var(--white);
    box-shadow: 1px 1px 3px #BBB;
    z-index: 2;
}
.news-and-resources-media-gallery #media-callout p {
    margin: 0;
}
.news-and-resources-media-gallery #media-callout #media-callout-title {
    margin-bottom: 20px;
    text-decoration: underline;
    font-size: 24px;
}
.news-and-resources-media-gallery #media-callout a {
    display: block;
    margin-top: 30px;
    cursor: pointer;
    width: fit-content;
}
.news-and-resources-media-gallery img {
    width: 100%;
}
.news-and-resources-media-gallery #media-callout .nj-ray {
    width: 100%;
    height: 10px;
}

/* CONTACT US */
#contact-form .container {
    display: flex;
    gap: 2rem;
}
#contact-form .container #left {
    padding-top: 60px;
}
#contact-form .container #contact-form-copy {
    font-weight: bold;
    padding-right: 20px;
}
#contact-map {
    height: 700px;
    margin-bottom: 90px;
    background-size: cover;
    background-position: right;
}
#contact-map .container {
    display: flex;
    align-items: center;
    height: 100%;
}
#contact-map #contact-map-copy {
}
#contact-map #contact-map-copy h2 {
    margin-bottom: 40px;
}
#contact-map #contact-map-copy #contact-map-copy p {
    margin: 0;
}
#contact-map #contact-map-copy #office-address p,
#contact-map #contact-map-copy #office-address .info-copy,
#contact-map #contact-map-copy #office-phone p,
#contact-map #contact-map-copy #office-phone .info-copy {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
#contact-map #contact-map-copy #office-address .info-copy,
#contact-map #contact-map-copy #office-phone .info-copy {
    margin-left: 20px;
}
#contact-map #contact-map-copy #office-address {
    margin-bottom: 20px;
    font-weight: 700;
}
#contact-map #contact-map-copy #office-phone {
    font-weight: 700;
}
#contact-map #contact-map-copy #office-phone a {
    color: var(--black);
    background-image: none;
}

/* FEATURED VIDEO */
#featured-video #featured-video-details-outer {
    padding: 80px 0 0 0;
    margin-top: -200px;
}
#featured-video #featured-video-details {
    color: var(--white);
    width: 80%;
    margin: 0 auto;
}
#featured-video #featured-video-title {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0 20px 0;
}
#featured-video #featured-video-descr {
    font-size: 18px;
}
#featured-video #featured-video-descr p {
    line-height: 28px;
    padding-bottom: 0;
}

/* VIDEOS AND FILTERS */
.videos-and-filters {
    padding-bottom: 60px;
}

/* MASONRY GALLERY */
.masonry-gallery {
    position: relative;
    margin: 0 auto;
    /*max-width: 1000px;*/
}
.grid-sizer,
.masonry-item {
    box-sizing: border-box;
    width: calc((100% - 20px) / 3); /* 3 columns, 2 gutters of 10px */
}
.masonry-item {
    margin-bottom: 10px; /* vertical gap only */
}
.masonry-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ENGIE IS A LEADER */
#engie-is-a-leader {
    position: relative;
    background-color: var(--space-ultramarine);
    padding: 110px 10px 20px 10px;
}
#engie-is-a-leader span {
    line-height: 38px;
}
#engie-is-a-leader .link {
    margin-top: 60px;
}
#engie-is-a-leader .nj-ray {
    width: 100%;
}

/* SUSTAINABILITY PERFORMANCE - SUSTAINABILITY RATINGS */
#sustainability-ratings {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 69% 0%;
    height: 800px;
}
#sustainability-ratings-table {
    opacity: .85;
    max-width: 400px;
    padding: 30px 40px 20px 40px;
    background-color: var(--space-ultramarine);
}
#sustainability-ratings-table h2 {
    text-align: center;
    font-size: 28px;
    color: var(--white);
}
.sustainability-ratings-block {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    padding: 5px 0;
}
.sustainability-ratings-block:last-of-type {
    border-bottom: none;
}
.sustainability-ratings-block .sustainability-ratings-name {
    font-size: 14px;
    line-height: 26px;
}
.sustainability-ratings-block .sustainability-ratings-value {
    color: var(--blue-logo);
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
}

/* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 1 */
.data_chart_type_1_section {
    padding: 0 0 60px 0;
}
#data_chart_type_1 {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
#data_chart_type_1 .left_col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 20%;
}
#data_chart_type_1 .left_col .left_col_cell {
    font-size: 24px;
    font-weight: 700;
    color: var(--grey500);
    padding-right: 20px;
    word-wrap: break-word;
    hyphens: auto;
    cursor: pointer;
}
#data_chart_type_1 .left_col .left_col_cell.active {
    color: var(--space-ultramarine);
}
#data_chart_type_1 .left_col .left_col_cell:hover {
    color: var(--blue-bolt);
}
#data_chart_type_1 .middle_col {
    display: flex;
    flex-direction: column;
    width: 25px;
    border-left: 1px solid var(--grey500);
}
#data_chart_type_1 .right_col {
    display: flex;
    flex-direction: column;
    min-width: calc(80% - 25px);
}
.data_chart_type_1_legend_outer {
    display: flex;
}
.data_chart_type_1_legend {
    font-size: 12px;
    line-height: 14px;
    margin-top: 30px;
}
.data_chart_type_1_legend:first-of-type {
    width: calc(20% + 45px);
}
.data_chart_type_1_legend:last-of-type {
    width: calc(80% - 45px);
}
#data_chart_type_1 .right_col .right_col_data_set {
    display: none;
}
#data_chart_type_1 .right_col .right_col_data_set:nth-child(2) {
    display: block;
}
#data_chart_type_1 .right_col .right_col_top_row {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid var(--grey500);
}
#data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell {
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: 25%;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: var(--space-ultramarine);
    word-wrap: break-word;
    hyphens: auto;
}
#data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell:first-of-type {
    font-size: 24px;
}
#data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell:first-of-type {
    width: 50%;
}
#data_chart_type_1 .right_col .right_col_data_row {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid var(--grey500);
}
#data_chart_type_1 .right_col .right_col_data_row:last-of-type {
    border-bottom: none;
    padding: 15px 20px 0 20px;
}
#data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell {
    width: 25%;
    font-size: 24px;
    line-height: 30px;
    color: var(--blue-bolt);
    padding-right: 20px;
}
#data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell:first-of-type {
    font-size: initial;
    font-weight: initial;
    color: var(--black);
    padding-right: 20px;
    line-height: 20px;
}
#data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell:first-of-type {
    width: 50%;
}

/* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
.data_chart_type_2_section {
    width: 70%;
    margin: 0 auto;
    left: 92px;
    padding-bottom: 60px;
}
.data_chart_type_2_section .container {
    overflow-x: auto;
}
table#data_chart_type_2 {
    width: 100%;
    background: var(--white);
}
table#data_chart_type_2 tr th,
table#data_chart_type_2 tr td {
    border: none;
    text-transform: unset;
    letter-spacing: normal;
    padding: 7px 20px;
    font-weight: normal;
    vertical-align: middle;
    word-wrap: break-word;
    hyphens: auto;
}
table#data_chart_type_2 tr th,
table#data_chart_type_2 tr td {
    border-bottom: 1px solid var(--grey500);
}
/*table#data_chart_type_2 tr:first-of-type th:last-of-type,*/
table#data_chart_type_2 tr:first-of-type td:last-of-type,
table#data_chart_type_2 tr td.data_row_cell.rowspan,
table#data_chart_type_2 tr th.empty,
table#data_chart_type_2 tr th.spacer,
table#data_chart_type_2 tr td.spacer {
    border-bottom: none;
}
table#data_chart_type_2 tr th:nth-child(1),
table#data_chart_type_2 tr th:nth-child(3),
table#data_chart_type_2 tr td:nth-child(1),
table#data_chart_type_2 tr td:nth-child(3) {
    border-right: 1px solid var(--grey500);
}
.main_color table#data_chart_type_2 tr:nth-child(odd) {
    background: var(--white);
}
table#data_chart_type_2 .header_row_cell {
    font-size: 28px;
    font-weight: 400;
    vertical-align: bottom;
    text-align: left;
}
table#data_chart_type_2 .header_row_cell:first-of-type {
    color: var(--teal-green);
    line-height: 20px;
    cursor: pointer;
    padding-top: 20px;
    /*width: 40%;*/
}
table#data_chart_type_2 #header_row_0 .header_row_cell:first-of-type {
    white-space: nowrap;
}
table#data_chart_type_2 .header_row_cell:first-of-type div {
    line-height: 26px;
}
table#data_chart_type_2 .header_row_cell:first-of-type:hover {
    color: var(--darker-teal);
}
table#data_chart_type_2 .header_row_cell:first-of-type span {
    position: relative;
    display: block;
    left: 22px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    padding-right: 20px;
}
table#data_chart_type_2 .header_row_cell:nth-child(2),
table#data_chart_type_2 .header_row_cell:nth-child(3),
table#data_chart_type_2 .data_row_cell:nth-child(2),
table#data_chart_type_2 .data_row_cell:nth-child(3) {
    color: var(--grey600);
}
table#data_chart_type_2 .header_row_cell:nth-child(4) {
    color: var(--space-ultramarine);
}
table#data_chart_type_2 .data_row_cell:nth-child(4) {
    color: var(--blue-bolt);
}
table#data_chart_type_2 .header_row_cell .fas {
    position: relative;
    top: 10px;
    font-size: 18px;
    left: -20px;
}

table#data_chart_type_2 .data_group {
    display: none;
}
table#data_chart_type_2 #data_group_0 {
    display: table-row-group;
}
table#data_chart_type_2 tr.data_row:nth-child(odd),
table#data_chart_type_2 tr.data_row:nth-child(even) {
    background-color: unset;
}
table#data_chart_type_2 .data_row_cell:first-of-type {
    padding-left: 40px;
    /*width: 40%;*/
    line-height: 16px;
    vertical-align: middle;
}
table#data_chart_type_2 .data_row_cell:not(:first-of-type) {
    font-size: 20px;
    /*width: 20%;*/
}
table#data_chart_type_2 .data_row_cell.rowspan {
    background: url(/wp-content/uploads/right-arrow-tall.png);
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-position-y: center;
    vertical-align: middle;
    padding-left: 40px;
    font-size: 28px;
    color: var(--blue-bolt);
}
table#data_chart_type_2 .data_row_cell.rowspan #total-text {
    font-size: 18px;
}
table#data_chart_type_2 #notes td {
    font-size: 12px;
    line-height: 14px;
    padding-top: 20px;
    border: none;
    padding-left: 525px;
}

/* SUSTAINABILITY PERFORMANCE - CONTRIBUTIONS */
#contributions {
    padding: 60px 0 100px 0;
}
#contributions .columns {
    display: flex;
    gap: 10px;
}
#contributions h3 {
    margin-bottom: 0;
    font-size: 20px;
}
#contributions .blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#contributions .content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    padding: 10px 20px;
    min-height: 82px;
}
#contributions .content-block .content {
    position: relative;
    overflow: hidden;
    max-width: 85%;
}
#contributions .content-block .content .title {
    font-weight: 700;
    font-size: 14px;
    display: none;
}
#contributions .content-block .content .descr {
    position: relative;
    font-weight: 700;
    line-height: 18px;
    padding-right: 20px;
}
#contributions .content-block .content .descr-long {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
    margin-top: 5px;
}
#contributions .content-block:hover {
    cursor: pointer;
}
#contributions .content-block .icon {
    width: 40px;
    max-width: 15%;
}
#contributions #column-0 #content-block-0 .icon,
#contributions #column-1 #content-block-1 .icon {
    width: 30px;
    max-width: 15%;
}
#contributions .content-block .icon img {
    width: 100%;
}

/* SUSTAINABILITY PERFORMANCE - ALIGNING OUR STRATEGY */
#aligning-our-strategy-outer .flex_column:last-of-type {
}
#aligning-our-strategy {
    position: relative;
    opacity: .95;
    padding: 100px;
    background-color: var(--space-ultramarine);
    z-index: 3;
}

/* SUSTAINABILITY PLANET - DECARB AN INTEGRAL PART - uses */
#decarb-an-integral-part {
    padding: 0 !important; /* important required */
}
#decarb-an-integral-part .columns {
    gap: 1rem;
}
#decarb-an-integral-part .description,
#decarb-an-integral-part h2 {
    position: relative;
    color: var(--white);
    z-index: 2;
}
#decarb-an-integral-part .column {
    padding: 60px 100px 60px 100px;
    background-size: cover;
    background-repeat: no-repeat;
}
#decarb-an-integral-part .column:after {
    background-color: rgba(36, 100, 100, .8);
}

/* TWO COLUMN SECTION WITH SLIDER */
.two-column-section-with-slider {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 140px;
}
.two-column-section-with-slider#ensuring-biodiversity {
    margin-top: -140px;
    padding-top: 70px;
}
.two-column-section-with-slider#solar-grazing.has-overlay:after {
    background-color: rgba(36, 120, 120, .8);
}
.two-column-section-with-slider#ensuring-biodiversity.has-overlay:after {
    background-color: rgba(255, 255, 255, .8);
}
.two-column-section-with-slider .container {
    display: flex;
}
.two-column-section-with-slider .container .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-column-section-with-slider .container.slider-position-reversed {
    flex-direction: row-reverse;
}
.two-column-section-with-slider .container.slider-position-reversed .one_half {
    margin-right: 6%;
    margin-left: unset;
}
.two-column-section-with-slider .slider {
    position: relative;
    top: 100px;
}
.two-column-section-with-slider .photo-and-text-slider .slide .img img {
    width: 100%;
}
.two-column-section-with-slider .photo-and-text-slider .slide .content {
    padding: 30px 40px 70px 40px;
    background-color: var(--white);
}
.two-column-section-with-slider .photo-and-text-slider .nj-ray {
    width: 100%;
    height: 10px;
}
.two-column-section-with-slider .splide__pagination {
    bottom: 40px;
}

/* FLUID DESIGN CARDS */
.fluid-design-cards {
    display: flex;
    gap: 2rem;
}
.fluid-design-cards .nj-card {
    flex: 1;
    margin: 0 auto;
}
#ppe-guidelines .fluid-design-cards .nj-card {
    flex: 1;
    max-width: 450px;
    margin: 0 auto;
}
#ppe-guidelines .fluid-design-cards .nj-card .nj-card__date {
    margin-top: -5px;
    margin-bottom: 10px;
}

/* PPE REQUIREMENTS */
#ppe-requirements-page-selection #overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(28, 34, 99, 0.9));
}
#ppe-requirements-page-selection {
    max-width: 900px;
    margin: 0 auto;
    background-image: url("/wp-content/uploads/Technician-Solar-Site-Safety.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
}
#ppe-requirements-page-selection #logo {
    width: 200px;
    padding: 200px 0 150px 0;
}
#ppe-requirements-page-selection #text {
    text-align: center;
    color: var(--white);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
    padding: 0 20px;
}
#ppe-requirements-page-selection #buttons {
    margin-bottom: 200px;
    text-align: center;
}
#ppe-requirements-page-selection #buttons .nj-btn {
    margin: 0 20px 20px 20px;
}
.ppe-requirements-entry-sign-rules-and-regulations {
    max-width: 500px;
}
#ppe-requirements-renewables #dos-donts-blocks.four.narrow-width_no-padding_outer-margins,
#ppe-requirements-energy-solutions #dos-donts-blocks.four.narrow-width_no-padding_outer-margins,
#ppe-requirements-flexible-generation #dos-donts-blocks.four.narrow-width_no-padding_outer-margins {
    width: 1100px;
}
#ppe-requirements-welcome-note .free-form-content {
    width: 70%;
    margin: 0 auto;
}
.nine-life-saving-rules {
    background-color: var(--blue-logo);
    color: var(--white);
    width: 50%;
    padding: 5px 0;
    margin: 0 auto;
    margin-top: -22px;
    margin-bottom: 0;
    font-size: 20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.3);
}
#no-life-at-risk .nj-ray {
    border: 3px solid var(--blue-logo);
    border-image-source: none;
    background-image: none;
}
.ppe-full-size-img {
    text-align: center;
}
.ppe-full-size-img img {
    width: 100%;
    max-width: 1000px;
}

/* PPE REQUIREMENTS - CLICK BOXES */
.click-boxes .content {
    display: flex;
    gap: 2rem;
    max-width: var(--container-width);
    margin: 0 auto;
}
.click-boxes .click-boxes-options {
    position: relative;
    flex: 1;
}
.click-boxes .click-boxes-options.has-overlay:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(28, 34, 99, 0.9));
}
.click-boxes .click-boxes-options .clicked-content {
    top: 0;
    height: 400px;
}
.click-boxes .click-boxes-options .clicked-content.has-overlay:after {
    background: rgba(255,255,255,.9);
    z-index: 3;
}
.click-boxes .click-boxes-options .clicked-content {
    opacity: 0;
}
.click-boxes .click-boxes-options .clicked-content.clicked {
    opacity: 1;
}
.click-boxes .click-boxes-options .clicked-content .inner {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 60px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 4;
}
.click-boxes .click-boxes-options .clicked-content .inner h3 {
    position: absolute;
    top: -50px;
}
.click-boxes button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

/* RAY SECTION */
.ray-section {
    position: relative;
}

/* WORK WITH US */
.work-with-us {
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}
.work-with-us-blocks {
    display: flex;
    height: 100%;
}
.work-with-us-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}
.work-with-us-blocks.container {
    z-index: unset;
}
.work-with-us-block.full-width {
    width: 100%;
}
.work-with-us-block.half-width:first-of-type {
    border-right: 1px solid var(--space-ultramarine);
    padding-right: 30px;
    margin-right: 30px;
}
.work-with-us-block.half-width:last-of-type {
    padding-left: 30px;
}
.work-with-us-block .work-with-us-heading {
    font-size: 36px;
    color: var(--space-ultramarine);
    text-align: center;
}
.work-with-us-block .work-with-us-subheading {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: var(--space-ultramarine);
    text-align: center;
    padding-bottom: 20px;
}
.work-with-us-block .work-with-us-link {
    text-align: center;
}

/* FREE FORM CONTENT */
.free-form-content p:last-of-type {
    padding: 0;
}

/* 404 PAGE */
/*#page-not-found {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    padding: 100px 20px;*/
/*}*/
.page-404 {
    height: 655px;
    width: 100%;
    background: linear-gradient(135deg,var(--blue-logo) 0.89%,#23D2B5 94.05%);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-404 .container-content {
    width: 540px;
    height: 320px;
    box-shadow: 0px 9px 46px rgb(0 0 0 / 6%), 0px 24px 38px rgb(0 0 0 / 6%), 0px 11px 15px rgb(0 0 0 / 10%);
    background: var(--white);
    text-align: center;
    padding-top: 60px;
    margin: 0 auto;
}
.page-404 .container-content h1 {
    font-weight: bold;
    font-size: 4.75rem;
    line-height: 82px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(135deg,var(--blue-logo) 0.89%,#23D2B5 94.05%);
    background: -moz-linear-gradient(135deg,var(--blue-logo) 0.89%,#23D2B5 94.05%);
    background: -o-linear-gradient(135deg,var(--blue-logo) 0.89%,#23D2B5 94.05%);
    background: linear-gradient(135deg,var(--blue-logo) 0.89%,#23D2B5 94.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-404 .container-content h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
    color: var(--black);
    text-transform: uppercase;
}

/* SITE MAP */
.site-map .column h2 {
    margin-bottom: 0;
}
.site-map .column p {
    position: relative;
}
.site-map .column .nj-ray {
    width: 100%;
    height: 10px;
}
.site-map-items {
    margin-left: 25px;
    margin-top: 20px;
}
.site-map-items .parent-page {
    text-transform: capitalize;
    margin-bottom: 8px;
}
.site-map-items .parent-page a {
    display: inline-block;
    line-height: 20px;
}
.site-map-items .child-page {
    margin-left: 25px;
    margin-bottom: 8px;
}
.site-map-items .child-page:first-of-type {
    margin-top: 5px;
}

#annunciator_button {
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 #notes td {
        padding-left: 125px;
    }
}
@media only screen and (max-width: 1540px) {
    /* QUOTE - FULL WIDTH */
    .personnel-quote-section .quote-container {
        width: 80%;
    }

    /* ENGIES ENERGY TRANSITION - OUR OWN DECARBONIZATION AMBITIONS */
    #our-own-decarb-ambitions-blocks {
        width: 80%;
        max-width: 80%;
    }

    /* OUR DIFFERENTIATORS */
    #our-differentiators-blocks-container {
        width: 100%;
        padding-left: var(--narrowWidthMargin1);
        padding-right: var(--narrowWidthMargin1);
    }

    #our-differentiators-blocks-container {
        min-height: 400px;
    }
    #our-differentiators-blocks {
        width: calc(100% - 100px);
    }

    /* NEWS AND RESOURCES - VIDEOS AND IMAGES */
    .news-and-resources-media-gallery #media-callout {
        right: 25px;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    .data_chart_type_2_section {
        left: 0;
    }
}
@media only screen and (max-width: 1300px) {
    /* ABOUT ENGIE - DISCOVER OUR RENEWABLE ENERGY PRODUCTS */
    #discover-our-renewable-energy-projects-copy {
        width: 50%;
    }

    /* INFO CARDS WITH SIDE MENU */
    .info-cards-with-side-menu .info-cards-tabs-grid {
        width: 100%;
        gap: 2rem;
    }
    .info-cards-with-side-menu .tab-menu-wrapper {
        flex-basis: 40%;
    }
    .info-cards-with-side-menu .tab-content-wrapper {
        flex-basis: 60%;
    }

    /* EXEC LEADERSHIP */
    .executive-leadership-block .portrait-container .portrait-content-container .image img {
        width: 250px;
        height: 250px;
    }

    /* ORGANIZED TO SUPPORT YOUR DECARBONIZATION JOURNEY - PRIORITIES BLOCKS */
    .priorities_blocks .priorities_block {
        padding: 5px 20px;
    }

    /* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type {
        padding-left: 100px;
    }
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type {
        padding-right: 100px;
    }

    /* LATEST REPORT SECTION */
    .latest-report-section .content-outer .content-inner {
        left: -100px;
    }
}
@media only screen and (max-width: 1250px) {
    /* HOME - COMPLEX */
    #complex-home-left {
        font-size: 34px;
        line-height: 38px;
        padding: 60px 140px 60px 0px;
    }
    #complex-home-right {
        left: 0;
    }

    /* EXEC LEADERSHIP */
    .executive-leadership-block .portrait-container .portrait-content-container .portrait-content {
        width: 70%;
    }

    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    #case-study-and-research-paper-block {
        gap: 6em;
    }

    /* KPI SLIDER & KPI SECTION */
    .kpi-items {
        height: 320px;
    }
}
@media only screen and (max-width: 1208px) {
    /* ENGIES ENERGY TRANSITION - OUR OWN DECARBONIZATION AMBITIONS */
    #our-own-decarb-ambitions-blocks {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    /* IMAGE HIGHLIGHT SLIDER */
    #our-leadership-slider {
        width: 100%;
        min-width: unset;
    }

    /* ICON INFO CARDS */
    .icon-info-cards .info-blocks {
        width: 100% ;
        max-width: 100%;
    }

    /* TILED CARDS */
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .heading,
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy .descr {
        width: 100%;
        margin-left: 0;
    }

    /* EXEC LEADERSHIP */
    .executive-leadership-block .portrait-container .portrait-content-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type {
        padding-left: var(--narrowWidthMargin1);
    }
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type {
        padding-right: var(--narrowWidthMargin1);
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    .data_chart_type_2_section {
        width: 80%;
    }
}
@media only screen and (max-width: 1196px) {
    /* LATEST REPORT SECTION */
    .latest-report-section#ethics-and-compliance-version .content-outer .content:before {
        height: 570px;
        margin-top: 55px;
    }
}
@media only screen and (max-width: 1187px) {
    /* ORGANIZED TO SUPPORT YOUR DECARBONIZATION JOURNEY - PRIORITIES BLOCKS */
    .priorities_blocks .priorities_block .priorities_block_content {
        margin-top: -20px;
    }
    .priorities_blocks .priorities_block:nth-child(5) .priorities_block_content {
        margin-top: 0px;
    }
    .priorities_blocks .priorities_block_caret {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1128px) {
    /* KPI SLIDER & KPI SECTION */
    .kpi-slider {
        height: 600px;
        padding: 60px 0;
    }
    .kpi-slider .slide-items {
        flex-direction: column;
    }
    .kpi-items {
        flex-direction: column;
        width: 65%;
        margin: 0 auto;
        height: auto;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    #kpi-heading {
        text-align: center;
        padding-bottom: 60px;
    }
    .kpi-slider .kpi-item,
    .kpi-items .kpi-item {
        flex-basis: unset;
        padding: 0 0 30px 30px
    }
    .kpi-items .kpi-item {
        padding: 0;
    }
    .kpi-slider .splide__controls {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 1100px) {
    /* ICON STATEMENT BLOCKS */
    .icon-statement-blocks .icon-statement-block {
        flex: 0 0 calc(50% - 20px);
    }

    /* LATEST REPORT SECTION */
    .latest-report-section .content-outer .content-inner {
        left: 0;
    }

    /* FEATURED VIDEO */
    #featured-video #featured-video-details {
        width: 100%;
    }
}
@media only screen and (max-width: 1096px) {
    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    #case-study-and-research-paper-block {
        gap: 2em;
    }
}
@media only screen and (max-width: 1072px) {
    /* HOME - OUR SOLUTIONS */
    .solution-card .solution-card-title {
        font-size: 28px;
        width: 60%;
    }

    /* ENGIES ENERGY TRANSITION - DECARBONIZATION LEVERS CHART */
    #decarb_levers_chart {
        width: 100%;
    }

    /* ENGIES ENERGY TRANSITION - DATA CHART TYPE 0 */
    #data_chart_type_0_chart {
        width: 100%;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 1 */
    #data_chart_type_1 .left_col {
        min-width: 25%;
    }
    #data_chart_type_1 .right_col {
        min-width: calc(75% - 25px);
    }
    .data_chart_type_1_legend:first-of-type {
        width: calc(25% + 35px);
    }
    .data_chart_type_1_legend:last-of-type {
        width: calc(75% - 35px);
    }
}
@media only screen and (max-width: 1050px) {
    /* HOME - COMPLEX */
    #complex-home-left {
        font-size: 36px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1040px) {
    /* PERSONNEL QUOTE SLIDER */
    #personnel-quote-slider .slide.multi-slide {
        padding: 0 75px;
    }
}
@media only screen and (max-width: 1000px) {
    /* TILED CARDS */
    #tiled-cards .tiled-cards-blocks .tiled-cards-block .copy {
        padding-left: var(--narrowWidthMargin1);
        padding-right: var(--narrowWidthMargin1);
    }

    /* CONTACT US */
    #contact-map {
        background-position: -900px;
    }

    /* RENEWABLES STATS BLOCKS */
    #renewables-stats-blocks {
        padding-top: 30px;
    }
    #renewables-stats-block-1 {
        width: 279px;
    }
    .renewables-stats-block .renewables-stat {
        font-size: 36px;
        font-weight: bold;
    }
    .renewables-stats-block .renewables-stat-descr {
        font-size: 16px;
        line-height: 20px;
    }
    .renewables-stats-block img#arrows {
        width: 80px;
        top: -6px;
    }
    #renewables-stats-blocks .container #renewables-stats-main-line {
        /*top: 103px;*/ /* For original version */
        /*top: 78px;*/
    }
}
@media only screen and (max-width: 992px) {
    /* PAGE TOP HEADING */
    #page-top-heading .subheading {
        width: 80%;
    }

    /* SECTION HEADING */
    .section-heading .subheading.narrow {
        width: 100%;
    }

    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    #case-study-and-research-paper-block {
        flex-direction: column;
    }

    /* NEWS AND RESOURCES - REPORTS AND BROCHURES */
    #report-and-brochure-block {
        flex-direction: column;
    }
    .report-and-brochure-block-inner {
        min-width: 450px;
    }

    /* ABOUT ENGIE - OUR ORGANIZATION */
    .our-org-block .our-org-block-copy {
        font-size: 16px;
        line-height: 20px;
    }

    /* BASIC INFO CARD */
    .basic-info-cards .container {
        flex-direction: column;
    }

    /* TILED CARDS */
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block {
        flex-direction: column;
    }
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed {
        flex-direction: column;
    }
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy {
        padding-right: 30px;
    }
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed .copy {
        padding-left: 30px;
    }
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .image {
        padding: 0;
        width: 100%;
    }
    #tiled-cards.with-small-photo-block .tiled-cards-blocks .tiled-cards-block .copy {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* EXEC LEADERSHIP */
    .executive-leadership-block .portrait-container .portrait-content-container .portrait-content {
        width: 50%;
    }
    .executive-leadership-block .portrait-container .portrait-content-container.left {
        margin-right: 20px;
    }
    .executive-leadership-block .portrait-container .portrait-content-container.right {
        margin-left: 20px;
    }

    /* QUOTE - FULL WIDTH */
    .personnel-quote-section .quote-container {
        width: auto;
    }

    /* ORGANIZED TO SUPPORT YOUR DECARBONIZATION JOURNEY - PRIORITIES BLOCKS */
    .priorities_blocks .priorities_block {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .priorities_blocks .priorities_block:last-of-type {
        margin-bottom: 0;
    }
    .priorities_blocks .priorities_block .priorities_block_content {
        margin-top: 0;
    }
    .priorities_blocks .priorities_block:nth-child(4) .priorities_block_title,
    .priorities_blocks .priorities_block:nth-child(5) .priorities_block_title {
        top: 22px;
    }
    .priorities_blocks .priorities_block .priorities_block_subtitle {
        margin-top: 20px;
    }
    .priorities_blocks .priorities_block.two-line-title .priorities_block_subtitle {
        margin-top: 30px;
    }
    .priorities_blocks .priorities_block_caret {
        margin-top: 28px;
    }

    /* CUSTOMER SUCCESS STORIES HIGHLIGHTS, CUSTOMER SUCCESS STORIES */
    #customer_success_stories_highlights_blocks,
    #customer_success_stories_blocks {
        flex-direction: column;
    }
    #cust_success_stories_highlights::after {
       height: 82%;
   }

    /* TWO-PART SECTION WITH BACKGROUND IMAGE */
    .two-part-section-with-background-image .container {
        flex-direction: column;
    }
    .two-part-section-with-background-image .container .left,
    .two-part-section-with-background-image .container .right {
        width: 100%;
    }
    #our-renewables-portfolio.two-part-section-with-background-image .container .left {
        width: 100%;
    }
    #our-renewables-portfolio.two-part-section-with-background-image .container .right {
        width: 100%;
    }

    /* OUR DIFFERENTIATORS */
    /* WIND */
    #our-differentiators-blocks-container {
        min-height: auto;
    }
    #our-differentiators-blocks {
        position: relative;
        width: 100%;
        bottom: unset;
    }
    #our-differentiators-blocks,
    #why-wind-energy-blocks,
    #our-power-products-blocks {
        flex-wrap: wrap;
        justify-content: center;
    }
    .our-differentiators-block .title,
    .why-wind-energy-block .title,
    .our-power-products-block .title {
        white-space: nowrap;
    }

    /* AWARD-WINNING TECH */
    #award-winning-tech {
        flex-direction: column;
    }
    #award-winning-tech #image {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #award-winning-tech #image img {
        max-width: 200px;
    }
    #award-winning-tech #descr-content {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    /* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
    .tiled-text-and-photo-offset-tiles.photo-right .one_third,
    .tiled-text-and-photo-offset-tiles.photo-left .one_third,
    .tiled-text-and-photo-offset-tiles.photo-right .two_third,
    .tiled-text-and-photo-offset-tiles.photo-left .two_third,
    .tiled-text-and-photo-offset-tiles.photo-both .one_third,
    .tiled-text-and-photo-offset-tiles.photo-single .one_third,
    .tiled-text-and-photo-offset-tiles.photo-both .two_third,
    .tiled-text-and-photo-offset-tiles.photo-single .two_third,
    .tiled-text-and-photo-offset-tiles.photo-none .one_third,
    .tiled-text-and-photo-offset-tiles.photo-none .two_third {
        width: initial;
    }
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-both .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-single .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-none .flex_cell {
        display: block;
    }
    .tiled-text-and-photo-offset-tiles.photo-both .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-single .flex_cell,
    .tiled-text-and-photo-offset-tiles.photo-none .flex_cell {
        height: auto;
    }
    .tiled-text-and-photo-offset-tiles .flex_cell:last-of-type {
        width: 100%;
    }

    /* NEWS AND RESOURCES - VIDEOS AND IMAGES */
    .news-and-resources-media-gallery #media-callout {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 #notes td {
        padding-left: 42px;
    }

    /* TWO COLUMN SECTION WITH SLIDER */
    .two-column-section-with-slider {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 0;
    }
    .two-column-section-with-slider .container {
        flex-direction: column !important; /* important required */
    }
    .two-column-section-with-slider#ensuring-biodiversity {
        margin-top: 0;
        padding-top: 60px;
    }
    .two-column-section-with-slider .slider {
        top: 0;
        margin-top: 40px;
    }
    .two-column-section-with-slider .one_half {
        width: 100%;
        margin-left: 0 !important; /* important required */
        margin-right: 0 !important; /* important required */
    }

    /* INFO CARDS WITH CENTER IMAGE */
    .icon-info-cards.with-center-image .info-blocks {
        display: flex;
    }
    .icon-info-cards.with-center-image .center-image {
        display: none;
    }
    .icon-info-cards.with-center-image .center-image-mobile {
        display: block;
        text-align: center;
        margin-top: 40px;
    }
    .icon-info-cards.with-center-image .center-image-mobile img {
        max-width: 240px;
    }

    /* 404 PAGE */
    .page-404 {
        padding-top: 64px;
    }
}
@media only screen and (max-width: 960px) {
    /* LATEST REPORT SECTION */
    .latest-report-section .flex_column.av_one_half:first-of-type {
        width: 55%;
    }
    .latest-report-section .flex_column.av_one_half:last-of-type {
        width: 39%;
    }
}
@media only screen and (max-width: 920px) {
    /* HOME - COMPLEX */
    #complex-home-left {
        font-size: 28px;
        line-height: 32px;
        padding: 60px 40px 60px 0px;
    }
    #complex-home-right img {
        width: 100%;
    }

    /* ENGIES ENERGY TRANSITION - OUR OWN DECARBONIZATION AMBITIONS */
    #our-own-decarb-ambitions-blocks .container {
        flex-direction: column;
    }
    .our-own-decarb-ambitions-block {
        padding-left: var(--narrowWidthMargin2);
        padding-right: var(--narrowWidthMargin2);
    }
    .our-own-decarb-ambitions-block:first-of-type {
        margin-bottom: 40px;
    }

    /* FLUID DESIGN CARDS */
    .fluid-design-cards {
        flex-direction: column;
    }
}
@media only screen and (max-width: 900px) {
    /* MASONRY GALLERY */
    .grid-sizer,
    .masonry-item {
        width: calc((100% - 10px) / 2);
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    .data_chart_type_2_section {
        width: 100%;
    }

    #aligning-our-strategy {
        padding: var(--narrowWidthMargin2);
    }
}
@media only screen and (max-width: 875px) {
    /* RENEWABLES STATS BLOCKS */
    #renewables-stats-blocks {
        padding-top: 20px;
    }
    #renewables-stats-blocks .container #renewables-stats-main-line {
        /*top: 116px;*/ /* For original version */
        /*top: 73px;*/
    }
    #renewables-stats-block-1 {
        width: 200px;
        font-size: 28px;
    }
    #renewables-stats-block-1 .renewables-stat {
        font-size: 24px;
    }
    .renewables-stats-block .renewables-stat {
        font-size: 28px;
        font-weight: bold;
    }
    .renewables-stats-block .renewables-stat-descr {
        font-size: 14px;
        line-height: 18px;
        max-width: 100px;
        margin: 0 auto;
    }
    #renewables-stats-block-1 .renewables-stat-descr {
        max-width: none;
    }
    .renewables-stats-block img#arrows {
        width: 70px;
        top: -10px;
    }
}
@media only screen and (max-width: 825px) {
    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 1 */
    #data_chart_type_1 .left_col .left_col_cell {
        font-size: 20px;
    }
    #data_chart_type_1 .right_col .right_col_top_row {
        padding: 10px 15px;
    }
    #data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell {
        display: block;
        font-size: 14px;
    }
    #data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell:first-of-type {
        font-size: 20px;
    }
    #data_chart_type_1 .right_col .right_col_data_row {
        padding: 10px 15px;
    }
    #data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell {
        font-size: 20px;
    }
    #data_chart_type_1 .right_col .right_col_data_row:last-of-type {
        padding: 15px 20px 0 15px;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 .header_row_cell {
        font-size: 20px;
    }
    table#data_chart_type_2 .data_row_cell:not(:first-of-type) {
        font-size: 16px;
    }
    table#data_chart_type_2 .data_row_cell.rowspan {
        font-size: 20px;
    }
    table#data_chart_type_2 .header_row_cell:first-of-type span {
        left: 18px;
        margin-top: 1px;
    }
}
@media only screen and (max-width: 800px) {
    /* KPI SLIDER & KPI SECTION */
    #kpi-heading {
        text-align: center;
    }

    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        height: 450px;
    }
}
@media only screen and (max-width: 790px) {
    /* ENGIES ENERGY TRANSITION - DECARBONIZATION LEVERS CHART */
    #decarb_levers_middle_right {
        flex-direction: column;
    }
    #decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box {
        width: 100% !important; /* important required */
        margin-bottom: 10px;
        margin-right: auto;
    }
    #decarb_levers_middle #decarb_levers_middle_right .decarb_levers_middle_box:last-of-type {
        margin-bottom: 0;
    }
    #decarb_levers_top {
        display: none;
    }
    #decarb_levers_middle #decarb_levers_middle_left .decarb_levers_middle_box.left {
        display: block;
        font-size: 24px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 768px) {
    /* PAGE TOP HEADING */
    #page-top-heading .subheading {
        width: 100%;
    }

    /* PROJECT HIGHLIGHTED VIDEO */
    .project-highlighted-video {
        height: auto;
    }
    .project-highlighted-video .container {
        display: block;
    }
    .project-highlighted-video .one_half:first-of-type {
        margin-top: 70px;
    }
    .project-highlighted-video .one_half:last-of-type {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    /* HOME - OUR SOLUTIONS */
    .our-solution-row {
        flex-direction: column;
        gap: 20px;
    }
    .our-solution-row .one_third {
        width: initial;
    }
    .our-solution-row .two_third {
        width: initial;
    }
    .solution-card .solution-card-title {
        font-size: 28px;
    }

    /* HOME - COMPLEX */
    #complex-home {
        height: auto;
    }
    #complex-home-outer {
        padding: 60px 0 120px 0;
    }
    #complex-home-blue-bar {
        margin-top: auto;
    }
    #complex-home-inner {
        display: block;
        flex-direction: column;
    }
    #complex-home-left {
        font-size: 34px;
        line-height: 38px;
        padding: 60px 0 60px 0px;
    }
    #complex-home-right {
        justify-content: center;
        margin-top: auto;
        top: 120px;
        margin-top: -120px;
        padding-bottom: 60px;
    }
    #complex-home-right img {
        position: relative;
        width: 65%;
    }

    /* HOME - JOIN ENGIE */
    .join-engie .container {
        flex-direction: column;
    }
    .join-engie .container .content {
        padding-left: 0;
        padding-right: 0;
    }
    .join-engie .container #left-content {
        padding-bottom: 60px;
    }
    .join-engie .container #right-content {
        padding-top: 0;
    }

    /* SECTION HEADING */
    .section-heading.after-info-cards-with-side-menu {
        padding-top: 60px !important;
        margin-top: auto !important;
    }

    /* FREE FORM SECTION */
    .free-form-section.after-info-cards-with-side-menu {
        padding-top: 60px !important;
        margin-top: auto !important;
    }

    /* BASIC INFO CARD */
    .basic-info-cards {
        padding-top: 60px;
    }

    /* IMAGE HIGHLIGHT SLIDER */
    #our-leadership-slider {
        width: 50%;
    }
    #our-leadership-slider .slide .img {
        width: 100%;
    }
    #our-leadership-slider .slide.prev .img,
    #our-leadership-slider .slide.is-prev .img {
        margin-left: 0;
    }
    #our-leadership-slider .slide.next .img,
    #our-leadership-slider .slide.is-next .img {
        margin-left: 0;
    }
    #our-leadership-slider .splide__arrow--prev {
        left: -55px;
        margin-top: -100px;
    }
    #our-leadership-slider .splide__arrow--next {
        right: -55px;
        margin-top: -100px;
    }

    /* ICON INFO CARDS */
    .icon-info-cards .info-blocks {
        flex-direction: column;
        row-gap: 40px;
    }
    .icon-info-cards .info-block .info-block-heading {
        font-size: 28px;
    }

    /* ABOUT ENGIE - DISCOVER OUR RENEWABLE ENERGY PRODUCTS */
    #discover-our-renewable-energy-projects-copy {
        width: 70%;
        font-size: 28px;
        line-height: 30px;
    }

    /* INFO CARDS WITH SIDE MENU */
    .info-cards-with-side-menu .info-cards-tabs-wrapper {
        margin-bottom: 0;
    }
    .info-cards-with-side-menu .info-cards-tabs-grid {
        flex-direction: column;
        width: 100%;
        opacity: 1;
    }
    .info-cards-with-side-menu .info-cards-tabs-grid-reverse {
        flex-direction: column;
    }
    .info-cards-with-side-menu .info-cards-tabs-grid-reverse .tab-menu-wrapper {
        margin-left: auto;
    }
    .info-cards-with-side-menu .tab-menu-wrapper {
        display: none;
    }
    .info-cards-with-side-menu .tab-card-box {
        position: relative;
        margin-bottom: 20px;
        opacity: 1;
    }
    .info-cards-with-side-menu .nj-card .nj-card__title {
        font-size: 28px;
        line-height: 32px;
    }

    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    #case-study-and-research-paper-block {
        gap: 2rem;
    }

    /* ABOUT ENGIE - OUR ORGANIZATION */
    #our-organization .container #our-org-blocks {
        flex-direction: column;
        gap: 2rem;
    }
    #our-org-blocks {
        display: block;
    }

    /* EXEC LEADERSHIP */
    .executive-leadership-block .portrait-container .portrait-content-container {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 50px;
        margin-right: 50px;
    }
    .executive-leadership-block .portrait-container .portrait-content-container.left {
        margin-right: 50px;
        flex-direction: column-reverse;
    }
    .executive-leadership-block .portrait-container .portrait-content-container.right {
        margin-left: 50px;
        flex-direction: column-reverse;
    }
    .executive-leadership-block .portrait-container .portrait-content-container .portrait-content {
        width: 100%;
        margin-top: 26px;
    }
    .executive-leadership-block .portrait-container .portrait-content-container .image {
        width: 100%;
        margin-top: 0;
    }
    .executive-leadership-block .portrait-container:first-of-type .portrait-content-container .image {
        margin-top: 50px;
    }
    .executive-leadership-block .portrait-container .portrait-content-container .image img {
        width: 200px;
        height: 200px;
    }

    /* TILED CARDS */
    #tiled-cards .tiled-cards-blocks .tiled-cards-block {
        flex-direction: column-reverse;
    }
    #tiled-cards .tiled-cards-blocks .tiled-cards-block#ensuring-a-positive-impact {
        flex-direction: column;
    }
    #tiled-cards .tiled-cards-blocks .tiled-cards-block.tiled-cards-block-reversed {
        flex-direction: column-reverse;
    }
    #tiled-cards .tiled-cards-blocks .tiled-cards-block .image {
        width: 100%;
    }
    #tiled-cards .tiled-cards-blocks .tiled-cards-block .copy {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type {
        padding-left: var(--narrowWidthMargin2);
    }
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type {
        padding-right: var(--narrowWidthMargin2);
    }

    /* ICON STATEMENT BLOCKS */
    .icon-statement-blocks .icon-statement-block {
        flex: 0 0 100%;
        padding: 20px 50px;
    }

    /* QUOTE CONTAINER */
    .quote-container .content {
        text-align: center;
    }
    .quote-container .content .quote:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .quote-container .image {
        margin-bottom: 40px;
    }

    /* QUOTE - FULL WIDTH */
    .personnel-quote-section {
        height: auto;
    }
    .personnel-quote-section .quote-container .content {
        margin-right: var(--narrowWidthMargin2);
    }

    /* ICON TEXT BLOCKS */
    .icon-text-blocks .container {
        flex-direction: column;
        row-gap: 3rem;
    }

    /* RENEWABLES EXPANDABLE CONTENT */
    #renewables-expandable-content .container {
        flex-direction: column;
    }
    #renewables-expandable-content .container .flex_cell {
        width: 100%;
    }
    #renewables-expandable-content .flex_cell:first-of-type .flex_cell_inner {
        border-right: none;
        padding-right: 0;
        padding-bottom: 0;
    }
    #renewables-expandable-content .flex_cell:last-of-type .flex_cell_inner {
        padding-left: 0;
    }

    /* KPIS BLOCKS */
    #kpis-basic .container {
        flex-direction: column;
    }
    #kpis-basic .flex_cell:first-of-type .flex_cell_inner {
        padding-top: 0;
    }
    #kpis-basic .flex_cell .flex_cell_inner {
        border-right: none;
        border-bottom: 1px solid var(--grey300);
        padding-bottom: 30px;
        min-height: auto;
    }
    #kpis-basic .flex_cell:last-of-type .flex_cell_inner {
        border-bottom: none;
    }
    #kpis-basic .flex_cell .flex_cell_inner p {
        margin-bottom: 0 !important; /* TODO: VERIFY THIS IMPORTANT */
    }
    #kpis-basic .flex_cell .flex_cell_inner img {
        margin-bottom: 0px;
    }
    #kpis-basic .flex_cell:nth-child(1) .flex_cell_inner img {
        height: 100%;
        margin-top: -5px;
    }
    #kpis-basic .flex_cell:nth-child(2) .flex_cell_inner img {
        height: 120%;
        margin-top: -30px;
    }
    #kpis-basic .flex_cell:nth-child(3) .flex_cell_inner img {
        height: 90%;
        margin-top: 0;
    }

    /* FULL SECTION WITH IMAGE AS THE BACKGROUND - SINGLE */
    .full-section-with-image-as-background .content {
        width: 100% !important; /* important required */
    }

    /* MULTI-COLUMN SECTION */
    .multi-column-section .columns {
        flex-direction: column;
    }
    .multi-column-section .column {
        width: 100% !important; /* important required */
        padding-left: 0 !important; /* important required */
        padding-right: 0 !important; /* important required */
    }

    /* SUSTAINABILITY PERFORMANCE - MULTI-COLUMN SECTION */
    #sustainability-performance.multi-column-section {
        height: 600px;
    }
    #sustainability-performance.multi-column-section .columns {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #sustainability-performance.multi-column-section .column:first-of-type {
        display: none;
    }

    /* DUAL CHANGING BOXES */
    .rollover-boxes {
        flex-wrap: wrap;
    }
    .rollover-boxes .container {
        flex-direction: column;
    }
    .rollover-boxes-options {
        flex: none;
    }

    /* HOW WE PROMOTE DIVERSITY */
    #how-we-promote-diversity a {
        font-size: 36px;
    }

    /* FAQS */
    #faqs .faq-columns {
        flex-direction: column;
        gap: 0;
    }

    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        padding: 50px;
    }

    /* LATEST REPORT SECTION */
    .latest-report-section {
        height: auto;
    }
    .latest-report-section .content-outer:before {
        height: 100%;
        bottom: 0;
    }
    .latest-report-section .content-outer .content:before {
        margin-top: 545px;
    }
    .latest-report-section .content-outer .content-inner {
        flex-direction: column;
    }
    .latest-report-section#ethics-and-compliance-version .content-outer .content:before {
        height: 885px;
        margin-top: 135px;
    }
    .latest-report-section#ethics-and-compliance-version img {
        margin-top: -65px;
    }
    .latest-report-section .flex_column {
        display: block;
        height: auto;
    }
    .latest-report-section .flex_column:first-of-type {
        margin-top: 90px;
    }
    .latest-report-section .flex_column:last-of-type {
        text-align: center;
        margin: 60px 0 60px 0;
    }
    .latest-report-section#ethics-and-compliance-version .flex_column:last-of-type {
        text-align: left;
    }

    /* CONTRIBUTIONS */
    #contributions .columns {
        flex-direction: column;
    }
    #contributions .column:first-of-type {
        margin-bottom: 60px;
    }

    /* SUSTAINABILITY PLANET - DECARB AN INTEGRAL PART */
    #decarb-an-integral-part .column {
        padding: 60px !important; /* important required */
    }

    /* PPE REQUIREMENTS */
    #ppe-requirements-welcome-note .free-form-content {
        width: 100%;
    }

    /* CLICK BOXES */
    .click-boxes .content {
        flex-direction: column;
    }

    /* CONTACT US */
    #contact-form .container {
        flex-direction: column;
    }
    #contact-form .container #left {
        padding-top: 0;
    }

    /* WORK WITH US */
    .work-with-us {
        height: auto;
        margin-top: 0 !important; /* important required */
    }
    .work-with-us-blocks {
        flex-direction: column;
    }
    .work-with-us-block.half-width:first-of-type {
        border-right: none;
        border-bottom: 1px solid var(--space-ultramarine);
        padding-right: 0;
        margin-right: 0;
    }
    .work-with-us-block {
        width: 100%;
        padding: 120px 0;
    }
    .work-with-us-block:last-of-type {
        padding-left: 0;
    }

    /* 404 PAGE */
    .page-404 .container-content {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 .header_row_cell {
        font-size: 16px;
    }
    table#data_chart_type_2 .data_row_cell:not(:first-of-type) {
        font-size: 16px;
    }
    table#data_chart_type_2 .data_row_cell.rowspan {
        font-size: 16px;
    }
    table#data_chart_type_2 .header_row_cell:first-of-type span {
        margin-top: -1px;
    }
}
@media only screen and (max-width: 700px) {
    /* CONTACT US */
    #contact-map {
        background-position: -1100px;
    }

    /* RENEWABLES STATS BLOCKS */
    #renewables-stats-blocks {
        padding-top: 15px;
    }
    #renewables-stats-blocks .container {
        flex-direction: column;
        margin-top: 0;
    }
    #renewables-stats-blocks .container #renewables-stats-main-line,
    .renewables-stats-block .renewables-stat-line-container {
        display: none;
    }
    #renewables-stats-block-1,
    #renewables-stats-block-2,
    #renewables-stats-block-3,
    #renewables-stats-block-4  {
        position: relative;
        left: auto !important; /* TODO: VERIFY THIS IMPORTANT */
        width: 100%;
        margin-top: 40px;
        opacity: 1;
    }
    #renewables-stats-block-1 {
        margin-top: 0;
    }
    .renewables-stats-block img#arrows {
        margin-top: 0;
        transform: rotate(90deg);
        top: 5px;
    }
    .renewables-stats-block .renewables-stat {
        margin-bottom: 10px;
    }
    .renewables-stats-block .renewables-stat-year {
        margin-top: 5px;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 1 */
    #data_chart_type_1 .left_col {
        min-width: 10%;
        align-items: flex-end;
    }
    #data_chart_type_1 .right_col {
        min-width: calc(90% - 25px);
    }
    .data_chart_type_1_legend:first-of-type {
        width: calc(10% + 25px);
    }
    .data_chart_type_1_legend:last-of-type {
        width: calc(90% - 25px);
    }
    #data_chart_type_1 .left_col .left_col_cell {
        font-size: 16px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        padding: 20px 0 20px 10px;
    }
    #data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell {
        font-size: 14px;
    }
    #data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell:first-of-type {
        font-size: 16px;
    }
    #data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell {
        font-size: 16px;
    }
    #data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell:first-of-type {
        font-size: 14px;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 tr th,
    table#data_chart_type_2 tr td {
        padding: 7px 10px;
    }
    table#data_chart_type_2 .data_row_cell:first-of-type {
        padding-left: 27px;
    }
    table#data_chart_type_2 .header_row_cell .fas {
        left: -10px;
    }

}
@media only screen and (max-width: 630px) {
    /* TILED TEXT AND PHOTO WITH OFFSET TILE POSITION */
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type,
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type {
        height: auto;
    }
    .tiled-text-and-photo-offset-tiles.photo-right .flex_cell:first-of-type .flex_cell_inner,
    .tiled-text-and-photo-offset-tiles.photo-left .flex_cell:last-of-type .flex_cell_inner {
        min-height: 280px;
    }
}
@media only screen and (max-width: 620px) {
    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 .header_row_cell {
        font-size: 14px;
    }
    table#data_chart_type_2 .data_row_cell:not(:first-of-type) {
        font-size: 14px;
    }
    table#data_chart_type_2 .data_row_cell.rowspan {
        font-size: 16px;
    }
    table#data_chart_type_2 .data_row_cell.rowspan #total-text {
        font-size: 16px;
    }
    table#data_chart_type_2 .header_row_cell:first-of-type span {
        margin-top: -3px;
        font-size: 14px;
    }
    table#data_chart_type_2 #notes td {
        padding-left: 0;
    }
}
@media only screen and (max-width: 616px) {
    /* HOME - COMPLEX */
    #complex-home-left {
        font-size: 28px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 613px) {
    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        height: 600px;
    }
}
@media only screen and (max-width: 600px) {
    /* ENGIES ENERGY TRANSITION - DATA CHART TYPE 0 */
    .marketing #data_chart_type_0_middle .data_chart_type_0_middle_item,
    .marketing #data_chart_type_0_bottom .data_chart_type_0_bottom_row .data_chart_type_0_bottom_row_item {
        font-size: 12px;
        line-height: 16px;
    }

    /* MASONRY GALLERY */
    .grid-sizer,
    .masonry-item {
        width: 100%;
    }
}
@media only screen and (max-width: 593px) {
    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        height: 550px;
    }
}
@media only screen and (max-width: 570px) {
    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 2 */
    table#data_chart_type_2 tr th, table#data_chart_type_2 tr td {
        padding: 7px 5px;
    }
    table#data_chart_type_2 #header_row_0 .header_row_cell:first-of-type {
        white-space: normal;
    }
    table#data_chart_type_2 .header_row_cell:first-of-type div {
        margin-left: 4px;
    }
    table#data_chart_type_2 .header_row_cell:first-of-type span {
        left: 21px;
    }
}
@media only screen and (max-width: 552px) {
    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        height: 600px;
    }
    .tabbed-content-tabs .tab-links .tab-link {
        font-size: 16px;
    }
}
@media only screen and (max-width: 530px) {
    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    /* NEWS AND RESOURCES - REPORTS AND BROCHURES */
    .case-study-and-research-paper-block-inner,
    .report-and-brochure-block-inner {
        min-width: 100%;
    }

    /* SUSTAINABILITY PERFORMANCE - DATA CHART TYPE 1 */
    #data_chart_type_1 .middle_col {
        min-width: 15px;;
    }
    #data_chart_type_1 .right_col {
        min-width: calc(90% - 15px);
    }
    .data_chart_type_1_legend:first-of-type {
        width: calc(10% + 20px);
    }
    .data_chart_type_1_legend:last-of-type {
        width: calc(90% - 20px);
    }
    #data_chart_type_1 .right_col .right_col_top_row,
    #data_chart_type_1 .right_col .right_col_data_row {
        padding: 5px 5px;
    }
    #data_chart_type_1 .right_col .right_col_data_row:last-of-type {
        border-bottom: none;
        padding: 5px 5px 0 5px;
    }
    #data_chart_type_1 .right_col .right_col_top_row .right_col_top_row_header_cell {
        padding-right: 10px;
    }
    #data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell {
        padding-right: 10px;
    }
    #data_chart_type_1 .right_col .right_col_data_row .right_col_data_row_cell:first-of-type {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 514px) {
    /* LATEST REPORT SECTION */
    .latest-report-section#ethics-and-compliance-version .content-outer .content:before {
        height: 935px;
    }
}
@media only screen and (max-width: 500px) {
    /* HOME - OUR SOLUTIONS */
    .solution-card .solution-card-title {
        width: 80%;
    }

    /* OUR DIFFERENTIATORS */
    .our-differentiators-blocks-container-outer {
        background-position-X: 75%;
    }
}
@media only screen and (max-width: 488px) {
    /* HOME - COMPLEX */
    #complex-home-right img {
        width: 85%;
    }

    /* KPI SLIDER & KPI SECTION */
    .kpi-items {
        width: 100%;
    }
}
@media only screen and (max-width: 470px) {
    /* CONTACT US */
    #contact-map {
        background-position: -1170px;
    }
}
@media only screen and (max-width: 469px) {
    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-content-blocks .tab-content-block {
        height: 750px;
        padding: 30px;
    }
    .tabbed-content-tabs .tab-links .tab-link {
        font-size: 14px;
    }
}
@media only screen and (max-width: 460px) {
    /* KPI SLIDER & KPI SECTION */
    .kpi-slider {
        height: 735px;
    }
    .kpi-slider .kpi-item {
        padding: 10px 30px;
    }

    /* ENGIES ENERGY TRANSITION - DATA CHART TYPE 0 */
    #data_chart_type_0_bottom .data_chart_type_0_bottom_row {
        font-size: 14px;
    }
}
@media only screen and (max-width: 456px) {
    /* LATEST REPORT SECTION */
    .latest-report-section#ethics-and-compliance-version .content-outer .content:before{
        height: 990px;
    }
}
@media only screen and (max-width: 450px) {
    /* IMAGE HIGHLIGHT SLIDER */
    #our-leadership-slider {
        width: 80%;
    }
}
@media only screen and (max-width: 400px) {
    /* LATEST REPORT SECTION */
    .latest-report-section#ethics-and-compliance-version .content-outer .content:before{
        height: 1050px;
    }
}
@media only screen and (max-width: 371px) {
    /* TABBED CONTENT */
    .tabbed-content-tabs .tab-links .tab-link {
        font-size: 12px;
    }
    .tabbed-content-tabs .tab-content-blocks .tab-content-block .copy {
        font-size: 14px;
    }
}

/* TABLET ONLY */
@media only screen and (max-width: 1024px) and (orientation : landscape) {
    /* NEWS AND RESOURCES - CASE STUDIES AND RESEARCH PAPERS */
    .case-study-and-research-paper-block-inner {
        flex-basis: 28%;
    }
}