<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Community-specific */

.hero-text {
	padding: 0 2.5%;
}
.hero-image-sub{
	opacity: 0;
}
div.hero-text {
	font-size: 40px;
	line-height: 1.0545;
	color: #ff4625;
	text-align: right;
	margin: 0 0 14px;
	font-family:'Helvetica Neue LT W01_63 Md Ex' !important;
}
div.hero-text p {
	margin: 0;
    font-family:'Helvetica Neue LT W01_63 Md Ex' !important;
}

.hero-text em {
	color: #ff9e42;
	font-style: normal;
}

.hero-image {
    position: relative;
}

.hero-image .thumb {
    width: 21%;
    margin: 0 1%;
    display: inline-block;
    cursor: pointer;
}

.hero-image .thumb img {
    width: 100%;
}

.hero-image #thumbnail_holder {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 2%;
    line-height:0px;
}

.hero-image #animation_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}

.hero-image #animation_overlay img {
    width: 100%;
}

.hero-image .pop {
    z-index: 18 !important;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
#close.pop{
    opacity: 1 !important;
}
.hero-image #close {
    position: absolute;
    cursor: pointer;
    width: 18%;
    max-width: 190px;
    z-index: -1;
    opacity: 0;
    bottom: 5%;
    right: 3%;
}

.hero-image .btn {
    width: 24%;
    max-width: 365px;
    padding: 24px 8px;
    position: absolute;
    bottom: 0;
    margin: 0 1% 7px;
    background: rgba(0, 31, 51, 0.5);
    text-decoration: underline;
}

.hero-image .btn span {
    font-size: 1.4rem;
    text-decoration: underline;
    width: 95%;
    display: block;
    margin: auto;
}

#close .btn {
    position: relative;
    width: 100%;
}

#close .btn span:after {
    top: 0;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hero-image .btn:hover {
    background: rgba(0, 31, 51, 0.7);
}

.hero-image .btn:hover span {
    text-decoration: none;
}

.hero-image .btn span:before {
    display: none;
}



@media (max-width: 1024px) {
    .hero-image .btn span {
        font-size: 1.0rem;
    }
    .hero-image .thumb:last-of-type {
        display: none;
    }

    .hero-image #close{
        bottom: 1%;
        width: 20%;
    }
    #close .btn{
        padding: 5px 5px 15px;
    }
    #close a span{
        font-size: 0.85rem;
    }

    .hero-image .thumb, .hero-image .btn {
        width: 30%;
    }
    .hero-image .btn {
        font-size: 1.1rem;
        padding: 10px 10px 17px;
        border-width: 3px;
    }
}

@media (max-width: 767px) {
    .hero-image .thumb:nth-of-type(2) {
        display: none;
    }

    .hero-image .thumb, .hero-image .btn {
        width: 47%;
        font-size: 1.0rem;
    }

    .hero-image .btn {
        padding: 12px 8px;
        border-width: 2px;
    }

    .hero-image #close{
        bottom: 2%;
        width: 35%;
    }

    .hero-image .btn span:after, .hero-image .btn span:before {
        display: none;
    }

    .hero-image .btn span {
        font-size: 0.7rem;
        padding: 0;
        line-height: 120%;
        text-align: center;
    }
}</pre></body></html>