/*-------- 5/12/2023 -----------*/
body.noscroll {overflow-y: hidden!important;}
.mfp-bg{opacity:0;}
.mfp-postion{top:-6%;right:3%;}
.mfp-close.mfp-postion{display:none;}
.mfp-content .popup-image{position:relative;width:750px;}
.mfp-content .popup-image img{width:100%;}
.mfp-content{max-width:1140px;height:auto;margin-top:60px;}
.mfp-gallery:before{background: #092546;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    content:"";
}
.mfp-content .gallery--arrows {
    display: flex;
    flex-direction: row-reverse;
}

.mfp-content .gallery--arrows a.arrow-link {
    transform: rotate(180deg);
}
.mfp-content .popup-content{display:flex;}
.mfp-content .bottom-content{padding:20px 30px 50px 30px;width:360px;}
.mfp-arrow{display:none;}
.mfp-content .gallery--arrows a.arrow-link{display:flex;text-decoration:none;}
.mfp-content .gallery--arrows{background: var(--white-color);width: fit-content;position: absolute;right: 0;bottom: 0;min-width: 80px;height:40px;display: flex;justify-content: space-evenly; position: relative: z-index: 1;}
.icon-chevron-right-solid{content:url('~/media/Images/W/WH-Smith/wh-icons/right-arrow');height:40px;width:40px;}
.mfp-content .gallery--arrows a.arrow-link span.btn-next{transform:rotate(180deg);}
.mfp-content .bottom-content h2{color:var(--white-color);font-weight:300;line-height:4.2rem;margin-bottom:10px;}
.mfp-content .popup-close{position: absolute;top: -40px;right: 50px;}
.mfp-content a.arrow-link.closer {text-decoration: none;color:var(--white-color);}
a.arrow-link span.icon-close {padding-left: 10px;font-size: 15px;font-weight:900;padding:0;background: var(--white-color);opacity: 1;border-radius: 50%;}
.mfp-content a.arrow-link{display:flex;align-items:center;}
.popup-close .icon-close:before, .icon-close:after {height:14px;top:30%;}

.mfp-container {
    animation: fadeInScale 1.2s ease-in-out;
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

/*---------5/12/2023 ---------*/
.module-gallery .module-gallery--card{position:relative;overflow:hidden;}
.module-gallery .module-gallery--wrapper{margin-bottom:30px;}
.module-gallery .module-gallery--wrapper a{text-decoration:none;}
.module-gallery .module-gallery--image-wrapper img{width:100%}
.module-gallery .module-gallery--content-wrapper p{font-family: var(--font-gotham);margin:0 0 30px 0;font-size:2.4rem;font-weight:400;line-height:2.9rem;color:var(--white-color);text-align:center;}
.module-gallery .module-gallery--desktop-overlay{opacity:0;position: absolute;z-index:-1;}
.module-gallery .module-gallery--card:hover .module-gallery--desktop-overlay,.module-gallery .module-gallery--card:focus-within .module-gallery--desktop-overlay{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:rgba(0,74,134,.7);display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-content:center;opacity: 1;transition: all 0.45s ease-in-out;z-index:1;}
.module-gallery .module-gallery--card:hover img,.module-gallery .module-gallery--card:focus-within img{transform: scale(1.1);transition: all 0.45s ease-in-out;}
.module-gallery .module-gallery--wrapper .module-gallery--desktop-overlay a.module-gallery--image-download{border:1px solid var(--white-color);padding: 10px 19px;margin-right:14px;}
.module-gallery .module-gallery--wrapper .module-gallery--desktop-overlay a.module-gallery--info-text{border:1px solid var(--white-color);padding: 10px 20px;font-size: 1.4rem;color: var(--white-color);font-family: var(--font-gotham);}
span.download-img svg{width:24px}
.module-gallery .h1{margin-top:20px;color:var(--main-blue);}
.module-gallery .gallery-row{border-top: 1px solid var(--gray-seven);padding-top: 30px;margin-top: 60px;}
.gallery-pagination.pagination ul { list-style: none; }
.module-gallery--content .download-cta a{background: transparent;padding: 6px 12px;width: auto;display: inline-block;;border: 1px solid var(--white-color);font-size:1.4rem;font-family: var(--font-gotham);letter-spacing:0.4px;color: var(--white-color);text-decoration:underline;margin-top:8px;}
.module-gallery .module-gallery--card .module-gallery--bottom-text{display:none;}
.module-gallery .mobile-gallery-pagination{display:none;}
.module-gallery .mobile-gallery-pagination{margin:20px 30px 30px auto;}
.module-gallery .gallery-pagination .pagination-item{font-family: var(--font-gotham);font-size:2rem;padding-left:5px;}
.module-gallery .gallery-pagination .pageloaded span{color:var(--main-blue);padding-left:5px;}
.module-gallery .gallery-pagination .pagination-item a{text-decoration:none; color:var(--gray-five);padding-left:5px;}
.module-gallery .pagination .icon-cheveron-right::after{ font-family: FontAwesome;content: "\f105";font-size: 2.5rem;font-weight: bolder}
.module-gallery .pagination .icon-cheveron-left::after{ font-family: FontAwesome;content: "\f104";font-size: 2.5rem;font-weight: bolder}
.module-gallery .pagination .prev a,.module-gallery .pagination .next a{text-decoration:none;position:relative;top:-1px;}
.module-gallery .pagination .next a{margin-left:45px;}
.module-gallery .pagination .prev a{margin-left:24px;}
.module-gallery .module-gallery--wrapper .module-gallery--desktop-overlay a.module-gallery--image-download {position: relative}
.module-gallery .module-gallery--wrapper .module-gallery--desktop-overlay a.module-gallery--image-download span.download-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.module-gallery .module-gallery--image-wrapper img{height:262px; object-fit:cover;}
.mfp-content .popup-image img{height:480px;object-fit:cover;}

@media all and (max-width:991.98px){
.module-gallery .gallery-pagination{display:none;}
.module-gallery .mobile-gallery-pagination{display:flex;justify-content:end;align-items:center;}
.module-gallery .mobile-gallery-pagination a{text-decoration:none;}
.module-gallery .mobile-gallery-pagination .prev,.module-gallery .mobile-gallery-pagination .next{padding:0 24px;}
.module-gallery .mobile-gallery-pagination span{font-size:2rem;font-family:var(--font-gotham);padding-left:5px;}
.module-gallery .mobile-gallery-pagination span.currentpage{color:var(--main-blue);}
.mfp-content{width:100%;padding:22px;}
.mfp-content .popup-content{flex-direction:column;}
.mfp-content .popup-image,.mfp-content .bottom-content{width:100%;}
.mfp-content .popup-close{right:20px;}
.module-gallery .module-gallery--card .module-gallery--desktop-overlay,.module-gallery .module-gallery--card:hover .module-gallery--desktop-overlay,.module-gallery .module-gallery--card:focus-within .module-gallery--desktop-overlay{display:none;}
.module-gallery .module-gallery--card .module-gallery--bottom-text{display: flex;justify-content:space-between;padding:20px;}
.module-gallery .module-gallery--content-wrapper p{color:var(--dark-blue);font-size:2rem;font-weight:300;}
.module-gallery .module-gallery--image-wrapper img{min-height:262px; object-fit:cover;}

}

@media all and (max-width:767.98px){
.mfp-content .bottom-content{padding:30px 12px; margin-top:-20px;}
.mfp-content .bottom-content h2{font-size:2rem; margin:0;}
.module-gallery .module-gallery--image-wrapper img{height:296px; object-fit:cover;}

}