@charset "UTF-8";

@font-face {
    font-family: "Abril";
    src: url("../fonts/abril/Abril_Text_Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Abril";
    src: url("../fonts/abril/Abril_Text_Bold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Abril";
    src: url("../fonts/abril/Abril_Text_ExtraBold.otf");
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: "Inter", sans-serif;
    color: #0F0F0F;
    background-color: #ffffff;
    position: relative;
}

h1 {
    font-family: "Abril", serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}

h2 {
    font-family: "Abril", serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    font-family: "Abril", serif;
}

h4 {
    font-family: "Abril", serif;
    font-size: 35px;
    letter-spacing: 0.5px;
}

h5 {
    font-family: "Abril", serif;
    font-weight: 700;
    font-size: 30px;
}

p {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}

button {
    display: flex;
    gap: 12px;
    align-items: center;
}

.caption {
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
}

.small-text {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}

.text-right {
    text-align: right;
}

h2 strong,
#content h2 strong,
h1 strong,
#content h1 strong {
    color: #ED1C24;
    text-transform: uppercase;
    position: relative;
}

h2 strong:after,
#content h2 strong:after {
    bottom: 0;
    height: 5px;
}

strong:after {
    width: 0;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #ED1C24;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

strong:hover:after {
    width: 100%;
}

.btn-text {
    font-family: "Abril", serif;
}

h3#counter1,
h3#counter2 {
    min-width: 180px;
}

h3#counter3 {
    min-width: 180px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol li {
    list-style: decimal;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

.row {
    flex: 1;
}

.img-wrapper {
    width: 100%;
    position: relative;
}

.img-wrapper img {
    width: 100%;
}

.full-img {
    width: 100%;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.material-symbols-rounded {
    font-variation-settings: "FILL"1, "wght"400, "GRAD"0, "opsz"48;
}

.info-group {
    text-align: center;
}

.info-group h3 {
    border-bottom: 2px solid #0F0F0F;
    font-size: 60px;
    font-weight: bold;
}

.next-section {
    padding-top: 0;
    color: #0F0F0F;
    display: inline-block;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
    min-height: 54px;
}

.next-section .mat-icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
}

.next-section:hover,
.next-section.move {
    padding-top: 12px;
    opacity: 1;
    color: #ED1C24;
}

.card {
    height: 100%;
    border-radius: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.card .card-img {
    height: 200px;
    background-color: #404040;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.card .card-img img,
.card .card-img .video iframe {
    height: 100%;
    width: auto;
}

.card .card-body,
.card .card-btns {
    padding: 1em;
}

.card p {
    line-height: normal;
    color: #727272;
}
.card .card-body p {
    color: var(--bs-body-color);
    font-size: 16px;
    line-height: 24px;
}
.card .card-title {
    padding: 16px 16px 0;
    margin: 0;
}

.card .card-btns {
    display: flex;
    justify-content: end;
    align-items: center;
}

.card .card-btns .btn-text {
    color: #ED1C24;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card .card-btns .btn-text .mat-icon {
    margin-right: 4px;
    margin-left: 0;
    transition: all 0.1s ease-in-out;
}

.card .card-btns .btn-text:hover {
    color: #0F0F0F;
    cursor: pointer;
}

.card .card-btns .btn-text:hover .mat-icon {
    margin-right: 0;
    margin-left: 4px;
}

.card .card-img.small {
    height: 100px;
}

.card:hover {
    box-shadow: 0 0 5px 0px rgba(137, 29, 29, 0.1294117647);
}

.content-block {
    background-color: #404040;
    color: #ffffff;
    padding: 2em;
}

.content-block h3 strong {
    color: #ffffff;
    display: block;
}

.content-block .icon-wrapper {
    display: flex;
    justify-content: end;
}

.content-block .icon-wrapper .mat-icon {
    width: 48px;
    height: 48px;
    font-size: 48px;
}

.mobile-menu-icon {
    display: none;
}

#map {
    min-height: 500px;
}

.btn.btn-primary {
    background-color: #ED1C24 !important;
    border-color: #ED1C24 !important;
    border-radius: 0;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    padding: 12px 32px !important;
}

.btn.btn-primary.full-width {
    justify-content: space-between;
}

.btn.btn-primary:hover {
    background-color: #de1219;
}

.responsive-iframe {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.share-wrapper {
    border: 1px solid #eff2f3;
    padding: 2em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
}

.share-wrapper h6 {
    color: #727272;
}

.share-wrapper .social-wrapper {
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 0;
}

.share-wrapper .social-wrapper svg {
    fill: #0F0F0F;
}

.form-wrapper {
    padding: 3em 3em;
    background-color: #ffffff;
    border: 2px solid #404040;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.09);
}

.form-wrapper .form-container {
    display: flex;
    flex-direction: column;
}

.form-wrapper .form-container input {
    width: 100%;
    border: none;
    background-color: #eff2f3;
    padding: 1em;
    margin-top: 1em;
}

.form-wrapper .form-container .cms-component-411edc1a-select {
    border: none;
    background-color: #eff2f3;
    padding: 1em;
    margin-top: 1em;
}

.form-wrapper .form-container .cms-component-411edc1a-select .label {
    padding: 0;
    display: flex;
    align-items: center;
}

.cms-component-411edc1a-select .label.null-value span {
    color: #757575;
}

.cms-component-411edc1a-select .menu,
.cms-component-411edc1a-select .menu .menu-items {
    width: 100%;
}

.cms-component-411edc1a-checkbox div span {
    align-items: center;
    display: flex !important;
}

.form-wrapper .form-container textarea {
    border: none;
    background-color: #eff2f3;
    padding: 1em;
    margin-top: 1em;
}

.checkbox-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 1em;
}

.checkbox-wrapper input {
    filter: grayscale(1);
}

.share-video {
    display: flex;
}

.share-video input {
    display: flex;
    padding: 1em;
    width: 60%;
}

header {
    background-color: #FEFBF4;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all 0.5s ease-in-out;
}

header .nav-link {
    position: relative;
    padding-bottom: 8px;
}

header .nav-link:after {
    width: 0;
    height: 3px;
    display: block;
    content: "";
    background-color: #ED1C24;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.2s ease-in-out;
}

header .nav-link:hover::after,
header .nav-link.active::after {
    width: 100%;
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler:focus,
header .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

header h2 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-weight: bolder;
}

header.hide {
    top: -75px;
}

header .fse-color-logo {
    height: 56px;
    width: auto;
}

.cover-wrapper {
    height: 100vh;
    background-position: bottom center;
    background-repeat: repeat-x;
    padding-top: 20vh;
    background-color: #FEFBF4;
    border-bottom: 4px solid #0F0F0F;
    padding-bottom: 1em;
}

.cover-wrapper h1 {
    font-size: 56px;
    line-height: 115%;
}

.cover-wrapper h1 strong {
    text-transform: none;
}

.cover-wrapper #cover-subtext {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.cover-wrapper #cover-subtext.show {
    opacity: 1;
}

.cover-wrapper #cover-footer {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.cover-wrapper #cover-footer #cover-info-group {
    transition: color 0.2s ease-in-out;
}

.cover-wrapper #cover-footer #cover-info-group:hover {
    color: #ED1C24;
}

.cover-wrapper #cover-footer.show {
    opacity: 1;
}

.content-wrapper {
    min-height: 100vh;
    padding-top: 62px;
    display: flex;
    align-items: center;
    background-position: bottom center;
    background-repeat: repeat-x;
}

.content-wrapper .content-title {
    width: 70%;
    margin: 1em auto 2em;
}

.content .content-block {
    height: 100%;
}

#content strong {
    color: initial;
    text-transform: initial;
}

.internal-wrapper {
    min-height: 60vh;
}

.share-links {
    padding: 5em 0;
}

#what-we-want .content-block {
    padding: 4em;
}

#what-we-know {
    background-position: top center;
}

#what-we-know .content-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 42px;
    box-sizing: border-box;
    border: 4px solid transparent;
    transition: all 0.5s ease-in-out;
}

#what-we-know .content-block h3 {
    font-size: 40px;
}

#what-we-know .content-block h3 strong {
    transition: all 0.5s ease-in-out;
}

#what-we-know .content-block:hover {
    cursor: pointer;
    background-color: #ffffff;
    border: 4px solid #ED1C24;
    color: #ED1C24;
}

#what-we-know .content-block:hover h3 strong {
    color: #ED1C24;
}

#what-we-know .content-block:hover h3 strong:hover:after {
    width: 0;
}

#next-steps {
    background-color: #FEFBF4;
    height: auto;
    min-height: calc(100vh - 170px);
}

#next-steps .content-block {
    padding: 5em;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

#next-steps .content-block .iawg-mailing-logo {
    filter: invert(1) saturate(0) brightness(2);
}

#next-steps .content-block .fse-mailing-logo {
    height: 80px;
}

#next-steps .content-block .logos {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.news-form {
    display: flex;
    width: 100%;
}

.news-form input {
    padding: 1.25em 1.5em;
    border: none;
    flex: 1;
}

.news-form input:focus,
.news-form input:active {
    outline: none;
}

.news-form button {
    background-color: #18B168;
    color: #ffffff;
    border: none;
    padding: 1.25em 2em;
}

footer {
    padding: 1.5em 0 0.5em;
}

footer p {
    color: #727272;
}

footer a {
    display: inline-block;
}

footer .fse-color-footer {
    height: 64px;
    width: auto;
}

.social-wrapper {
    width: 150px;
    display: flex;
    margin-top: 1em;
    padding-top: 1em;

    border-top: 1px solid #CDCED6;
}

.social-wrapper a {
    color: #727272;
    opacity: 0.5;
    margin-right: 10px;
}

.social-wrapper a svg {
    width: 28px;
    height: 28px;
}

.social-wrapper a:hover {
    opacity: 1;
}

.internal-page .cover-wrapper {
    height: 60vh;
}

.internal-page .styled-list {
    padding-left: 1em;
}

.internal-page .styled-list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#content ul li {
    margin: 2em 0;
    padding-left: 1em;
}

#content ul li a {
    text-decoration: underline;
}

#content ul li:before {
    content: "•";
    color: #ED1C24;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#content strong:after {
    height: 2px;
    bottom: -3px;
}

.internal-page .styled-list li:before {
    content: "•";
    color: #ED1C24;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.internal-page .underline {
    border-bottom: 2px solid #ED1C24;
}

.internal-page .internal-featured {
    margin-top: -80px;
    display: flex;
    justify-content: space-between;
}

.internal-page .internal-featured h2 {
    font-size: 38px;
    line-height: 48px;
}

.internal-page .internal-featured .material-symbols-outlined {
    width: 60px;
    height: 60px;
    font-size: 60px;
}

@media (min-width:1400px) {
    .cover-wrapper h1 {
        font-size: 64px;
    }
}

@media (max-width: 1199px) {
    header .nav-link {
        font-size: 14px;
    }

    .cover-wrapper h1 {
        font-size: 46px;
    }

    .cover-wrapper h4 {
        font-size: 30px;
        margin-bottom: 2em;
    }

    .info-group h3 {
        font-size: 52px;
    }

    #what-we-know .content-block {
        padding: 1em;
    }

    #what-we-know .content-block h3 {
        font-size: 28px;
    }

    #next-steps .content-block {
        padding: 2em;
    }
}

@media (max-width: 992px) {
    /*.cover-wrapper h1 {
        font-size: 51px;
        line-height: 58px;
    }*/

    .content-wrapper .content-title {
        width: 90%;
    }

    #what-we-know .content-block {
        padding: 1em;
    }

    #what-we-know .content-block h3 {
        font-size: 24px;
    }

    h3#counter1,
    h3#counter2 {
        min-width: 120px;
    }
}


@media (max-width:667px) and (orientation: landscape) {
    .cover-wrapper {
        padding-top: 24vh !important;
    }

    #cover-text.mb-5 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 991px) {

    .cover-wrapper {
        padding-top: 12vh;
        height: auto;
    }

    .cover-wrapper h4 {
        margin-bottom: 0;
    }

    .cover-footer {
        margin-top: 1.5em !important;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        text-align: center;
        background: #FEFBF4;
        padding: 3em 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3098039216);
    }

    .navbar-collapse a.nav-link {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .cover-wrapper {
        height: auto;
    }

    .cover-wrapper h1 {
        font-size: 48px;
    }

    .cover-wrapper h4 {
        font-size: 26px;
    }

    .cover-wrapper .justify-content-end {
        justify-content: center !important;
    }

    .cover-wrapper .cover-footer {
        text-align: center;
    }

    .internal-page .cover-wrapper .form-wrapper {
        padding: 1em;
    }

    .internal-page .internal-featured h3 {
        font-size: 22px;
    }

    #next-steps .content-block .logos img {
        width: 100px;
    }

    footer {
        text-align: center;
    }

    footer .social-wrapper {
        margin: 0 auto 1em;
    }

    footer .text-right {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    header .navbar img {
        width: 100%;
    }

    header .navbar-collapse {
        top: 58px;
    }

    .cover-wrapper {
        height: auto;
    }

    .cover-wrapper h1 {
        font-size: 38px;
    }

    .cover-wrapper h4 {
        font-size: 18px;
    }

    .internal-page .cover-wrapper {
        height: auto;
    }

    .internal-page .internal-featured {
        margin-top: 1em;
    }

    #map {
        min-height: 0;
    }

    .news-form {
        flex-direction: column;
    }

    .news-form input {
        text-align: center;
    }

    .news-form button {
        justify-content: center;
    }

    #next-steps .content-block {
        padding: 4em 2em;
    }

    #next-steps .content-block .logos {
        padding-bottom: 2em;
    }

    footer img {
        width: 100px;
        margin-bottom: 0.5em;
    }

    footer .social-wrapper {
        width: 100%;
    }
}

/*# sourceMappingURL=styles.css.map */