#static-page-container>.v-alert {
    border-radius: 0;
    margin: 0;
}

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

.sed-static-whyesd h2 {
    font-size: 3em;
    font-weight: 500;
}

.sed-static-whyesd-capabilities h2 {
    color: #353b59 !important;
}

.sed-static-whyesd .d-flex {
    display: flex;
    gap: 16px;
}

.sed-static-whyesd .txt-shadow {
    text-shadow: #000000 1px 0 20px;
}

.sed-static-whyesd .align-items-center {
    align-items: center;
}

#static-page-container,
#sed-main-content,
.container--fluid {
    padding: 0px !important;
}

.sed-static-whyesd p {
    font-family: Helvetica, sans-serif;
}

.sed-static-hero-whyesd-img {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;

}

.sed-static-hero-whyesd-img>img {
    display: block;
    width: 100%;
    height: auto;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%);
    z-index: 1;
    pointer-events: none;
}

.sed-static-hero-whyesd-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none;
}

.sed-static-hero-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
    color: white;
    text-align: right;
}

.sed-static-hero-text img {
    text-align: left !important;
}

.sed-static-hero-text h1 {
    border-top: solid 4px white;
    padding-top: 10px;
    margin-top: 30px;
}

.sed-static-intro-txt p {
    font-size: 1.2em;
    line-height: 1.5em;
    color: white;
}

.sed-static-intro-txt {
    position: relative;
    background-color: #333;
    color: white;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
    /* ensure ::before stays inside */
}

.sed-static-intro-txt::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url('https://science.gsfc.nasa.gov/files/app-img/starry-sky.png'); */
    /* background-color: #aca4a0; */
    background-color: #928b87;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.sed-static-intro-txt * {
    position: relative;
    z-index: 1;
    /* ensure text/content is above the background */
}

.sed-static-whyesd-capabilities {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sed-static-whyesd-capabilities>div {
    flex: 1 1 220px;
    min-width: 220px;
    max-width: 25%;
    padding: 24px;
    position: relative;
}

.sed-static-whyesd-capabilities::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: rgb(119, 119, 119);
}

.sed-static-whyesd-capabilities>div::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid rgb(119, 119, 119);
    border-radius: 50%;
}

@media (max-width: 900px) {
    .sed-static-whyesd-capabilities>div {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .sed-static-whyesd-capabilities>div {
        max-width: 100%;
    }
}

.sed-static-whyesd-capabilities>div h3 {
    padding: 10px;
    font-size: 1.15em;
    font-weight: 500;
    text-align: center;
    border: solid 2px rgb(119, 119, 119);
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sed-static-whyesd-capabilities>div p {
    text-align: center;
}

.sed-static-whyesd-icon {
    text-align: center;
    font-size: 8em;
}

/* card row */
.sed-static-whyesd-cardrow {
    margin-bottom: 12px;
}

.sed-static-whyesd-cardrow p {
    flex: 1;
    margin-bottom: 0;
}

.sed-static-whyesd-cardrow .mdi {
    font-size: 5em;
    color: rgb(119, 119, 119);
}

.sed-static-whyesd-cardrow p {
    padding: 20px;
}

.sed-static-whyesd-cardrow img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sed-static-whyesd-cardrow h2 {
    font-size: 4em;
    position: absolute;
    top: 26px;
    margin: 0;
    color: white;
    padding: 8px 16px;
    line-height: 1.1;
    z-index: 2;
}

.sed-static-whyesd-cardrow h3 {
    font-size: 1.8em;
    margin: 0;
    padding: 8px 16px;
    color: #353b59;
}

.sed-static-whyesd-cardrow-right h2 {
    right: 26px;
    text-align: right;
}

.sed-static-whyesd-cardrow-left h2 {
    left: 26px;
    text-align: left;
}

.sed-static-whyesd-cardrow-item {
    padding: 20px;
}

.sed-static-whyesd-cardrow-content {
    padding: 50px;
}

.ico-txt {
    font-weight: bold;
    font-size: 3.25em !important;
}

.icon-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-sub-text {
    font-size: 1em;
    margin-top: -10px;
    color: rgb(119, 119, 119);
}

.sed-static-whyesd-feature {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: black;
    background-image: url('./images/planet-left.webp'), url('./images/sun-right.webp');
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 85%, auto 95%;
}

.sed-static-whyesd-feature div {
    flex: 1;
    padding-left: 20%;
    padding-right: 24%;
    padding-bottom: 50px;
}

.sed-static-whyesd-feature h2 {
    color: white;
}

.sed-static-whyesd-feature h3 {
    color: white;
    font-size: 2em;

}

.sed-static-whyesd-feature p {
    color: white;
    font-size: 1.2em;
}

.sed-static-whyesd-multi-card-row h2 {
    color: white;
    font-size: 3em;
    padding-top: 80px;
}

.sed-static-whyesd-multi-card-row .card {
    border: solid 4px #ffffff;
    color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.sed-static-whyesd-multi-card-row {
    /* background-color: #aca4a0; */
    background-color: #928b87;
    padding-bottom: 60px;
    margin-top: -60px !important;
}

.modeling-card {
    background-image: url(./images/modeling.webp);
}

.atmosphere-card {
    background-image: url(./images/atmospheres.webp);
}

.landwater-card {
    background-image: url(./images/landwater.webp);
}

.datacompute-card {
    background-image: url(./images/datacompute.webp);
}

.sed-static-whyesd-cardrow {
    background-color: #ffffff;
}

.zoom {
    transition: transform .5s;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.05);
}

.whyesd-icon-2 {
    height: 100% !important;
    width: 85px !important;
    display: flex !important;
    position: inherit !important;
}

.whyesd-icon-3 {
    margin: 12px auto !important;
    width: 80px !important;
    display: block !important;
    object-fit: contain !important;
    object-position: top !important;
    height: auto !important;
    margin-top: 8px;
    margin-bottom: 10px;
    position: relative !important;
}

/* when browser width is less than 850px */
@media (max-width: 850px) {
    .sed-static-hero-whyesd-img {
        height: 100%
    }

    .sed-static-hero-text {
        top: 50%;

    }

    .sed-static-hero-text h1 {
        font-size: 1.75em;

    }
}

/* when less than 955px */
@media (max-width: 959px) {
    .sed-whyesd-cardrow-img-container {
        width: 100%;
        height: 300px;
    }

    .sed-static-whyesd-cardrow-img-container-econ1 {
        display: flex;
    }

    .sed-static-whyesd-cardrow-img-container-econ2 {
        display: none;
    }

}

/* when screen width greater than 960px */
@media (min-width: 960px) {
    .sed-static-whyesd-cardrow-img-container-econ1 {
        display: none;
    }

    .sed-static-whyesd-cardrow-img-container-econ2 {
        display: flex;
    }

}

.disaster-icons-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    margin-top: 24px;
}

.disaster-icon-box {
    flex: 1 1 100px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    min-width: 80px;
}