@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
.top-level-nav.right {
    display: block;
}
@media screen and (max-width: 720px) {
    .mobile-br {
        display: block;
    }
}
body {
    color: #333;
    font-family: "Roboto", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
}
small {
    font-size: calc(calc(14 / 16) * 1rem);
}
.blue {
    color: #1978b2;
}
.blue-secondary {
    color: #3f82b6;
}
.green {
    color: #246a70;
}
.white {
    color: white;
}
.dark {
    color: #333;
}
.inline-block {
    display: inline-block;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 1080px) {
    .flex--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-centered {
    text-align: center;
}
@media only screen and (min-width: 720px) {
    .text-centered--tablet {
        text-align: center;
    }
}
.link-group {
    margin: 2rem 0;
}
.link-group__item + .link-group__item {
    margin-left: 1rem;
}
@media only screen and (min-width: 720px) {
    .only--mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 719px) {
    .only--desktop {
        display: none !important;
    }
}
.button,
.button--hollow,
.button--solid,
.button--solid--primary,
a.button,
a.button--hollow,
a.button--solid,
a.button--solid--primary,
button.button,
button.button--hollow,
button.button--solid,
button.button--solid--primary {
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: calc(calc(12 / 16) * 1rem);
    font-weight: 700;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
}
.button--solid--primary,
a.button--solid--primary,
button.button--solid--primary {
    background: #f85d13;
    color: white;
}
.button--hollow,
a.button--hollow,
button.button--hollow {
    border: 2px solid;
}
.button--hollow:focus,
.button--hollow:hover,
a.button--hollow:focus,
a.button--hollow:hover,
button.button--hollow:focus,
button.button--hollow:hover {
    color: white;
    background-color: #f85d13;
    border-color: #f85d13;
}
.button,
.button--hollow,
.button--solid,
.button--solid--primary,
.button:focus,
.button:hover,
a.button,
a.button--hollow,
a.button--solid,
a.button--solid--primary,
a.button:focus,
a.button:hover,
button.button,
button.button--hollow,
button.button--solid,
button.button--solid--primary,
button.button:focus,
button.button:hover {
    text-decoration: none;
}
.header {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right -35px;
    background-size: auto 100%;
    height: 400px;
    position: relative;
}
.header:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#3f522a), color-stop(50%, rgba(63, 82, 42, 0)));
    background: linear-gradient(0deg, #3f522a, rgba(63, 82, 42, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 1rem 2rem;
    position: relative;
    color: white;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
.header .h1,
.header .h2 {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-weight: 700;
}
.header .h1 {
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 100%;
    line-height: calc(43.8 / 40);
}
.header .h2 {
    font-family: "Roboto", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 50%;
    line-height: calc(23.2 / 20);
}
@media only screen and (min-width: 720px) {
    .header {
        background-position: 92% center;
        background-size: auto 140%;
        height: 480px;
    }
    .header__inner {
        font-size: 50px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 3rem;
    }
    .header .h1 {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .header .h2 {
        font-size: 40%;
        padding-top: 0.5rem;
    }
}
@media only screen and (min-width: 1080px) {
    .header {
        background-size: cover;
        background-position: center center;
        height: 515px;
    }
    .header__inner {
        font-size: 69px;
    }
}
.container {
    max-width: 1400px;
    width: calc(100vw - calc(6.25% * 2));
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.headings,
.section__heading,
.section__heading--secondary,
.section__headline,
.section__subheading {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1079px) {
    .img--leaves {
        margin-top: 2rem;
    }
}
.section--img {
    display: block;
    height: 575px !important;
    -o-object-fit: contain;
    object-fit: cover;
    max-width: 1000% !important;
    width: 100%;
}
@media only screen and (min-width: 1080px) {
    .section--img {
        height: 595px;
    }
}
.section__heading {
    font-size: calc(calc(40 / 16) * 1rem);
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.section__heading + .callout-text {
    margin-top: 2rem;
}
.section__heading--secondary {
    font-size: calc(calc(26 / 16) * 1rem);
    font-family: "Roboto", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
@media only screen and (min-width: 1080px) {
    .section__heading {
        font-size: calc(calc(51 / 16) * 1rem);
    }
}
@media only screen and (min-width: 1250px) {
    .section__heading {
        font-size: calc(calc(62 / 16) * 1rem);
    }
}
.section__subheading {
    font-size: calc(calc(24 / 16) * 1rem);
    font-family: "Roboto", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.strategy .section__subheading {
    margin: 0.75rem auto 1.25rem;
}
.strategy .section__subheading + p {
    font-size: calc(calc(18 / 16) * 1rem);
}
@media only screen and (min-width: 1080px) {
    .section__subheading {
        font-size: calc(calc(26 / 16) * 1rem);
    }
    .strategy .section__subheading {
        margin: 1.5rem auto 2.5rem;
    }
}
.section__headline {
    font-size: calc(calc(18 / 16) * 1rem);
    font-family: "Roboto", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
}
.strategy .section__headline {
    margin: 1.5rem auto 2.5rem;
    padding: 0 2rem 0 0;
}
.moving-forward .section__headline {
    margin: 1.5rem auto;
    text-transform: none;
}
.callout-text {
    border-left: 8px solid;
    font-size: calc(calc(20 / 16) * 1rem);
    line-height: 1.2;
    padding-left: 12px;
}
.callout-text + p {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0;
}
@media only screen and (min-width: 720px) {
    .callout-text {
        font-size: calc(calc(24 / 16) * 1rem);
        padding-right: 18.75%;
    }
    .callout-text + p {
        font-size: calc(calc(18 / 16) * 1rem);
    }
}
@media only screen and (min-width: 720px) {
    .environment-section {
        background: url(../images/white-textured-bg.jpg) no-repeat center bottom;
        background-size: cover;
    }
}
@media only screen and (min-width: 720px) {
    .environment-section__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 300px 117px auto;
        grid-template-columns: 300px 117px auto;
        -ms-grid-rows: 1fr auto;
        grid-template-rows: 1fr auto;
        padding-top: 3rem;
        padding-right: 2rem;
        padding-bottom: 3rem;
        max-width: 1400px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1080px) {
    .environment-section__inner {
        -ms-grid-columns: 19vw 117px auto;
        grid-template-columns: 19vw 117px auto;
    }
}
@media only screen and (min-width: 1250px) {
    .environment-section__inner {
        padding-right: 0;
    }
}
@media only screen and (max-width: 719px) {
    .environment-section__text {
        margin: 0 auto;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        width: calc(100vw - calc(3rem));
    }
}
@media only screen and (min-width: 720px) {
    .environment-section__text {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 0 0 2rem 2rem;
    }
}
.environment-section__image {
    background-image: url(../images/train-by-water.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right 37% top;
    display: block;
    position: relative;
}
@media only screen and (max-width: 719px) {
    .environment-section__image {
        background-size: cover;
        background-position: center center;
        height: 166px !important;
        min-width: 100vw;
    }
}
@media only screen and (min-width: 720px) {
    .environment-section__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4;
        height: 100% !important;
    }
}
@media screen and (max-width: 1079px) {
    .facts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 719px) {
    .facts__container {
        background: url(../images/white-textured-bg.jpg) no-repeat center -370px;
        background-size: auto 100%;
        padding: 1.5rem 6.25%;
    }
}
@media only screen and (min-width: 720px) {
    .facts__container {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        padding: 0 0 2rem 2rem;
    }
}
@media only screen and (min-width: 1080px) {
    .facts__container .footnotes {
        margin-left: calc(145px + 6.25%);
    }
}
.facts__card {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
@media screen and (max-width: 1079px) {
    .facts__card {
        width: calc(50% - 6.25%);
    }
}
@media only screen and (min-width: 1080px) {
    .facts__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .facts__card p {
        margin-top: 1rem;
        font-size: calc(calc(24 / 16) * 1rem);
    }
}
.facts__card__icon {
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 1079px) {
    .facts__card__icon {
        height: 135px;
        margin: 0 auto 2.25rem;
    }
}
@media only screen and (min-width: 1080px) {
    .facts__card__icon {
        height: 145px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
        flex: 0 0 145px;
        margin-right: 6.25%;
    }
}
.sustainable {
    background: rgba(66, 87, 103, 0.2);
}
.sustainable__content {
    padding-top: 43.5px;
}
@media only screen and (min-width: 1080px) {
    .sustainable__content .section__heading {
        padding-right: 40%;
    }
}
@media only screen and (min-width: 1250px) {
    .sustainable__content .section__heading {
        padding-right: 0;
    }
}
@media only screen and (min-width: 900px) {
    .sustainable__content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sustainable__content__inner__content {
        margin-right: 3rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 567px;
        flex: 0 0 567px;
    }
    .sustainable__content__inner__content .callout-text {
        padding-right: 0;
    }
    .sustainable__content__inner__content img {
        margin-top: 0.75rem;
    }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .sustainable__content__inner__content img {
            height: 300px !important;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
        }
    }
}
.sustainable .sunflower {
    background-image: url(../images/train-by-sunflowers.jpg);
    background-position: 78% -110px;
    background-repeat: no-repeat;
    background-size: auto 140%;
    height: 512px;
    position: relative;
}
.sustainable .sunflower__single {
    position: absolute;
    top: 87px;
    right: -160px;
    width: 435px;
    max-width: 2000% !important;
}
@media only screen and (min-width: 720px) {
    .sustainable .sunflower__single {
        top: -13px;
        width: 548px;
    }
}
@media only screen and (min-width: 1080px) {
    .sustainable .sunflower__single {
        top: 0;
        width: 660px;
    }
}
.sustainable .sunflower__inner {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: calc(100% + 87px);
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 1080px) {
    .sustainable .sunflower__inner {
        top: -122px;
        height: calc(100% + 215px);
    }
}
@media only screen and (min-width: 1250px) {
    .sustainable .sunflower__inner {
        top: -62px;
    }
}
@media only screen and (min-width: 1440px) {
    .sustainable .sunflower {
        background-size: cover;
        background-position: center 24%;
    }
}
.sustainable .customers-care {
    background: #eeeeed;
    background: linear-gradient(175deg, #eeeeed 0%, rgba(66, 87, 103, 0.2) 100%);
}
.sustainable__partnering {
    background-image: url(../images/sustainable-partnering-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sustainable__partnering__heading {
    padding-right: 20%;
}
@media only screen and (min-width: 1080px) {
    .sustainable__partnering .link-group {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sustainable__partnering .link-group__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.shadow {
    -webkit-box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 720px) {
    .shadow--on-mobile {
        -webkit-box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
        box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
    }
}
.icon-text-lockup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.5rem 0;
}
.icon-text-lockup svg {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.icon-text-lockup p {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 1rem;
}
@media only screen and (min-width: 1080px) {
    .icon-text-lockup p {
        font-size: calc(calc(24 / 16) * 1rem);
    }
}
@media only screen and (min-width: 1080px) {
    .hideables--mobile {
        display: none;
    }
}
@media screen and (max-width: 1079px) {
    .hideables--desktop {
        display: none;
    }
}
@media only screen and (min-width: 1080px) {
    .hideables--desktop {
        display: block;
    }
    .hideables--desktop__triggers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (min-width: 1080px) and (min-width: 1080px) {
    .hideables--desktop .hideable__header {
        font-size: calc(calc(14 / 16) * 1rem);
    }
}
@media only screen and (min-width: 1080px) and (min-width: 1250px) {
    .hideables--desktop .hideable__header {
        font-size: calc(calc(20 / 16) * 1rem);
    }
}
.hideable:not(:last-child) {
    border-bottom: 2px solid white;
}
.hideable__header {
    background: #f85d13;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 1.5rem 0.75rem;
    width: 100%;
    cursor: pointer;
}
@media screen and (max-width: 1079px) {
    .hideable__header {
        color: white;
    }
    .hideable--active .hideable__header,
    .hideable__header--active {
        color: #fdceb8;
    }
}
@media only screen and (min-width: 1080px) {
    .hideable__header {
        color: #fdceb8;
        height: 105px;
    }
    .hideable--active .hideable__header,
    .hideable__header--active {
        color: white;
        position: relative;
    }
    .hideable--active .hideable__header:after,
    .hideable__header--active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        border-right: 1.5rem solid transparent;
        border-left: 1.5rem solid transparent;
        border-top: 1.5rem solid #f85d13;
        -webkit-transform: translate(150px, 100%);
        transform: translate(150px, 100%);
    }
}
.hideable__header__icon {
    fill: currentColor;
    margin-right: 1.25rem;
    width: 36px;
    pointer-events: none;
}
.hideable__header__heading {
    font-weight: 700;
    text-transform: uppercase;
    pointer-events: none;
}
.hideable__content {
    display: none;
    background: white;
    padding: 2rem 1.5rem;
}
.hideable--active .hideable__content,
.hideable__content--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hideable__content__image {
    --background: "";
    width: calc(calc(200 / 16) * 1rem);
    height: calc(calc(200 / 16) * 1rem);
    margin: 0 auto 2rem;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 10px 8px rgba(0, 0, 0, 0.15);
}
.hideable__content__image.consumer {
    background-image: url(../images/train-2x2.jpg);
    background-position: center center;
}
.hideable__content__image.industrial {
    background-image: url(../images/industrial.jpg);
    background-position: 86% -19px;
    background-size: auto 110%;
}
@media only screen and (min-width: 1080px) {
    .hideable__content__image.industrial {
        background-position: 86% -70px;
        background-size: auto 120%;
    }
}
.hideable__content__image.agricultural {
    background-image: url(../images/agricultural.jpg);
}
@media only screen and (min-width: 1080px) {
    .hideable__content__image.agricultural {
        background-position: -6px -60px;
        background-size: auto 120%;
    }
}
.hideable__content__image.economic {
    background-image: url(../images/economic.jpg);
}
@media only screen and (min-width: 1080px) {
    .hideable__content__image.economic {
        background-position: -76px -33px;
        background-size: auto 110%;
    }
}
.hideable__content__image img {
    display: block;
}
.hideable__content__button {
    width: 130px;
}
@media only screen and (min-width: 720px) {
    .hideable__content__button {
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 1080px) {
    .hideable__content__button {
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 719px) {
    .hideable__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (min-width: 720px) {
    .hideable__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hideable__content__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(calc(200 / 16) * 1rem);
        flex: 0 0 calc(calc(200 / 16) * 1rem);
        margin-right: 2rem;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1080px) {
    .hideable__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: calc(calc(18 / 16) * 1rem);
        padding: 4rem 1.5rem 2rem;
    }
    .hideable__content__image {
        width: 375px;
        height: 375px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
        flex: 0 0 375px;
    }
}
.strategy {
    background: #a7c3c6 url(../images/strategy-bg.jpg) no-repeat left top;
    background-size: cover;
}
.strategy__header {
    max-width: 1080px;
    margin: 0 auto 2rem;
    width: 85%;
}
@media only screen and (min-width: 1080px) {
    .strategy__header {
        margin-top: 4rem;
    }
}
@media only screen and (min-width: 720px) {
    .strategy__icons {
        width: 80%;
        margin: 0 auto;
        max-width: 500px;
    }
}
@media only screen and (min-width: 900px) {
    .strategy__icons {
        max-width: 750px;
    }
}
@media only screen and (min-width: 1080px) {
    .strategy__icons {
        max-width: 100%;
        width: 100%;
    }
    .strategy__icons__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .strategy__icons__inner > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
    }
    .strategy__icons__inner p {
        font-size: calc(calc(21 / 16) * 1rem);
    }
}
.strategy__icons__header {
    margin: 0 auto 2rem;
    width: 85%;
}
@media only screen and (min-width: 1080px) {
    .strategy__icons__header {
        margin-top: 4rem;
    }
}
.we-care {
    background: url(../images/we-care-bg.jpg) no-repeat center top;
    background-size: cover;
}
@media only screen and (min-width: 1080px) {
    .we-care .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .we-care .container > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
        flex: 0 0 410px;
    }
}
@media only screen and (min-width: 1250px) {
    .we-care .container > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px;
    }
}
.flip-cards {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 720px) {
    .flip-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.flip-card {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 281px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.flip-card__x-container {
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flip-card__x-container__icon {
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    position: relative;
}
.flip-card__x-container__icon:after,
.flip-card__x-container__icon:before {
    content: "";
    display: block;
    width: 65%;
    height: 2px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
}
.flip-card__x-container__icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.flip-card__x-container__icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.flip-card__trigger {
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid;
    color: white;
    cursor: pointer;
    padding: 1.5rem;
    width: 65%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(calc(12 / 16) * 1rem);
    line-height: 1.2;
    -webkit-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}
.flip-card__trigger:focus,
.flip-card__trigger:hover {
    background: black;
}
.flip-card__content {
    display: none;
    padding: 67.5px 22.5px 22.5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 106, 112, 0.94);
    color: white;
}
.flip-card__content p {
    font-size: calc(calc(14 / 16) * 1rem);
}
.flip-card__content a {
    font-size: calc(calc(12 / 16) * 1rem);
}
.flip-card__content--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 720px) {
    .flip-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .flip-card:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media only screen and (min-width: 1080px) {
    .flip-card {
        height: 320px;
    }
    .flip-card,
    .flip-card:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
}
@media only screen and (min-width: 1250px) {
    .flip-card,
    .flip-card:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .flip-card:nth-child(3),
    .flip-card:nth-child(5),
    .flip-card:nth-child(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.Battery-Electric {
    background-image: url("../images/Battery-Electric.jpg");
}
.Tier4 {
    background-image: url("../images/Tier4.jpg");
}
.IntermodalFac {
    background-image: url("../images/IntermodalFac.jpg");
}
.WIndAnsSolar {
    background-image: url("../images/WIndAnsSolar.jpg");
}
.FuelAltenatives {
    background-image: url("../images/FuelAltenatives.jpg");
}
.AdvancedPermitting {
    background-image: url("../images/AdvancedPermitting.jpg");
}
.SustatainPart {
    background-image: url("../images/SustatainPart.jpg");
}
.Recycling {
    background-image: url("../images/Recycling.jpg");
}
.RehabilitationEfforts {
    background-image: url("../images/RehabilitationEfforts.jpg");
}
.moving-forward {
    background: url(../images/long-train-around-water.jpg) no-repeat center 0;
    background-size: auto 130%;
    height: 660px;
    padding-top: 3rem;
}
@media only screen and (min-width: 1080px) {
    .moving-forward {
        background-size: cover;
        background-position: 0 2%;
        height: 550px;
    }
}
@media only screen and (min-width: 1440px) {
    .moving-forward {
      background-position: center 30%;
      height: 33vw;
      max-height: 750px; } }

.award-flexer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 900px) {
    .award-flexer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.award-text {
  padding: 2rem 1.5rem; }
  @media only screen and (min-width: 900px) {
    .award-text {
      width: 400px;
      padding: 3rem 0 3rem 3rem; } }

.award-graphic {
  margin: 0 -4rem -1rem -2rem;
  mix-blend-mode: darken;
  padding: 0;
  width: calc(100% + 6rem);
  max-width: inherit !important; }
  @media only screen and (min-width: 900px) {
    .award-graphic {
      width: calc(100% - 400px);
      margin: -1rem -3rem -1rem 0;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }
