.modal-banner {
    text-align: center;
    color: white;
    padding: 1% 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    gap: 2%; 
}

.modal-text {
    margin: 0;
    font-size: 1rem;
    color: white !important;
    font-weight: 400;
    cursor: pointer;
}

.modal-text:hover {
    text-decoration:underline; 
}

.modal-text-pop {
    margin: 0;
    font-size: 1rem;
    color: white !important;
    font-weight: 400;
    cursor: pointer;
}

.modal-text-pop:hover {
    text-decoration: underline;
}

.modal-outer {
    display: none;
    background-color: rgba(128,128,128,0.9);
    position: absolute;
    top: -4%;
    left: 0;
    width: 100%;
    height: 104%;
    z-index: 1001;
}

.modal-outer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

.modal {
    display: none;
    position: absolute;
    top: 0;
    width: 90vw;
    background-color: white;
    z-index: 1002;
    left: calc(50% - 45vw);
    top: 0%;
    padding: 4%;
    box-sizing: border-box;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 3%;
    cursor:pointer;
}

.modal-close-top {
    width: 3px;
    height: 20px;
    color: black;
    z-index: 1037;
    background-color: black;
    transform: rotate(45deg) translate(14px, 14.5px);
}


.modal-outer-pop {
    display: none;
    background-color: rgba(128,128,128,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}
.modal-pop {
    display: none;
    position: absolute;
    top: 0;
    width: 90vw;
    background-color: white;
    z-index: 1000;
    left: calc(50% - 45vw);
    top: 4%;
    padding: 4%;
    box-sizing: border-box;
}

.modal-close-pop {
    position: absolute;
    top: 0;
    right: 3%;
    cursor: pointer;
}

.modal-close-top {
    width: 3px;
    height: 20px;
    color: black;
    z-index: 1037;
    background-color: black;
    transform: rotate(45deg) translate(14px, 14.5px);
}

.modal-close-bottom {
    width: 3px;
    height: 20px;
    color: black;
    z-index: 1037;
    background-color: black;
    transform: rotate(-45deg);
}

.modal-content {
    max-width: 1350px;
    margin: 0 auto; 
}


/* Philips Letter */

.letter-con {
    font-family: 'Albert Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}

.letter-header {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 8%;
}

.letter-header-box {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 15%; 
}

.letter-text {
    color: #92B93B;
    font-size: 1.6rem;
    margin: 15px 0px 0px 0px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 2rem;
}

.letter-address {
    display: flex;
    justify-content: space-evenly;
}

.letter-img-con {
    display: flex;
    justify-content: flex-end;
}

.letter-address-box p {
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #00629A;
    height: 1.2rem;
    margin: 0px;
}

.letter-light-blue {
   color: #00ADEE!important;
   text-align: center;
}

.letter-logo {
    width: 81%;
    height: 100%;
}

.letter-intro {
    width: 90%;
    margin: 0 auto 2rem auto;
}

.letter-intro-text {
    font-size: 1.225rem;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.5rem;
    margin-bottom: 1em;
}

.letter-address-con {
    font-size: 1.225rem;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.5rem;
    margin-bottom: 1em;
        text-align: right;
    margin-top: 2rem;
}

.letter-address span {
    display: contents;
}

.letter-banner {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.letter-banner-text {
    background-color: #92B93B;
    padding: 2% 5%;
    font-size: 2.25rem;
    letter-spacing: 0px;
    line-height: 2.8rem;
    color: white;
    font-weight: 600;
}

.letter-banner-images {
    display: flex;
    padding: 2% 5%;
    align-items: center;
    justify-content: space-between;
    background-color: #F5F8ED;
}

.letter-header-box-royal {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}



.letter-banner-img-item {
    flex: 0 0 18%;
}

.letter-banner-img {
    width: 100%;
    height: 100%;    
}

.letter-banner-images-text {
    color: #92B93B;
    letter-spacing: 0px;
    line-height: 1.4rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.letter-banner-images div {
    min-height: 240px;
}

.letter-banner-footer {
    width: 100%;
    height: 20px;
    background-color: #92B93B;
    
}

.letter-info {
    display: flex;
    padding: 2% 5% 0 5%;
    width: 100%;
    background-color: #E8EEF7;
    box-sizing: border-box;
}

.letter-info-r {
    flex: 0 0 67%;
}

.letter-info-r-top {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.8rem;
    color: #006EA8;
    margin: 0;
}

    .letter-info-r-top p {
        margin: 0;
        font-size: 1.5rem;
        color: #006EA8;
        width: 98%; 
        font-weight: 600;
    }

.letter-info-r-list {
    display: flex;
    justify-content: space-around;
}

.letter-info-r-list div {
    flex: 0 0 48%;
}

.letter-info-r-list ul {
    padding-left: 15px;
}

.letter-info-r-list li{
    font-weight: 300;
    font-size: 1.2rem;
    color: #3F3E3E;
    line-height: 1.6rem;
}

.letter-info-left { 
    flex: 0 0 35%;
    background-color: #006EA8;
    margin-bottom: 1rem;
    padding: 1.1rem 1rem 0rem 1rem;
    box-sizing: border-box;
    font-weight: 600; 
}

.letter-info-left-title {
    font-weight: 600!important;
    line-height: 1.8rem!important;
    font-size: 1.6rem!important;
    color: white!important;
    letter-spacing: 0px!important;
    margin: 0;
}

.letter-info-left p {
    font-weight: 300;
    line-height: 1.6rem;
    font-size: 1.2rem;
    color: white;
    letter-spacing: 0px;
    margin-bottom: 1rem;
}

.letter-footer {
    width: 90%;
    margin: 0 auto; 
}

.letter-footer-royal {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5rem;
}

.letter-intro-ul {
        padding-left: 0px;
}

.letter-intro-ul li {
    list-style-type: none;
}

.letter-list-bold {
    font-weight: 700;
}

.letter-footer-text {
    font-size: 1.215rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
}

.letter-address-contact {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.may2-sig-con {
    display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
}

.letter-footer-may2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



@media (max-width: 1121px) {
    .letter-header {
        align-items: flex-start;
        flex-direction: column;
    }
    .letter-header-box {;
        flex-direction: column;
        align-items: flex-start;
    }
    .letter-address {
        margin: 10% 0;
    }
    .letter-address {
        justify-content: space-between;
        width: 110%;
    }
    .letter-banner-images-text {
        text-align: center;
        margin-bottom: 5rem;
    }
    .letter-info {
        flex-direction: column;
    }
    .letter-banner-images {
        flex-direction: column;
    }
    .letter-img-con {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .may2-sig-con {
        flex-direction: column;
    }

    .letter-footer-may2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

        .letter-footer-may2 div {
            margin-top: 1rem;
        }
}

@media (max-width: 768px) {
    .letter-info-r-list {
        display: flex;
        flex-direction: column;
    }
    .letter-address {
        flex-direction: column;  
    }
    .letter-address-contact {
        justify-content: flex-start;
        margin: 3% 0;
    }
    .letter-address-box p {
        height: initial;
     }
    .letter-address {
        margin: 5% 0;
    }
    .modal-close {
        right: 5%;
     }
    .modal-close-pop {
        right: 5%;
    }
    .may2-sig-con {
        flex-direction: column;
    }
    .letter-footer-may2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .letter-footer-may2 div {
        margin-top: 1rem;
    }
  }