
.page-title {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 16rem 0 8rem;
    color: #fff;
    background-color: var(--secondary);
}
.page-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.page-title .container {
    position: relative;
}

.page-title svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.section-header {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.section-header h1 {
    font-size: 3.5rem;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.page-intro p {
    font-size: 1.75rem;
    line-height: 2.5rem;
}

section.page-section {
    padding: 0 0 5rem;
    overflow: hidden;
}

.cta-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-section .btn {
    display: flex;
    align-items: center;
    padding: 15px 25px 15px;
    gap: 15px;
    justify-content: space-around;
    min-width: fit-content;
}

.cta-section .btn img {
    height: 19px;
    transform: rotate(180deg);
    filter: brightness(0);
}

.cta-section .btn:nth-of-type(2) img {
    filter: brightness(0) invert(1)
}

.cta-section .btn:nth-of-type(2):hover img {
    filter: brightness(0);
}

.content p {
    padding-bottom: 1.5rem;
}
.content p:last-of-type {
    padding-bottom: 0;
}
.content p.has-medium-font-size {
    font-size: 1.5rem !important;
    line-height: 145%;
}
.content p a {
    text-decoration: underline;
    color: var(--secondary);
}
.content img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}
.bottom-overlay, .top-overlay {
    position: relative;
}
.bottom-overlay:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='290' viewBox='0 0 250 290' fill='none'%3E%3Cpath d='M0 0L113.715 152.648L115.552 114.837L250 290H0V0Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 250px;
    height: 290px;
}
.top-overlay:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='290' viewBox='0 0 250 290' fill='none'%3E%3Cpath d='M250 290L136.285 137.352L134.448 175.163L-1.52588e-05 0H250V290Z' fill='white' fill-opacity='0.4'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 250px;
    height: 290px;
}
.page-section blockquote {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.page-section blockquote p {
    margin: 0;
    padding-bottom: 15px;
    font-weight: 500;
}
.page-section blockquote p:first-of-type {
    border-bottom: 4px solid var(--secondaryColor);
} 
.page-section blockquote p:last-of-type {
    margin-bottom: 0;
}

.c-bg-primary {
    position: relative;
    padding: 5rem 0;
}
.c-bg-primary:before {
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    background: var(--primary);
    z-index: -1;
}
.c-bg-primary p,.c-bg-primary ul { 
    color: white;
}
.c-bg-primary ul {
    margin-top: 1rem;
    line-height: 170%;
    font-size: 1rem;
}

/* BOTTOM CTA */
.bottom-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 13rem 0;
}
.page-id-97 .bottom-cta {
    padding: 10rem 0 12rem;
    margin: -5rem 0;
}
.bottom-cta:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}
.bottom-cta .container {
    position: relative;
}
.bottom-cta svg:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0
}
.bottom-cta svg:last-of-type {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    z-index: 0
}

/* CONTENT */

.content .is-layout-flex blockquote {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.content .is-layout-flex blockquote cite {
    font-style: normal;
    font-size: 1.2rem;
}

.content .is-layout-flex blockquote p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    border-top: 4px solid var(--secondaryColor);
    border-bottom: 0;
    padding: 20px 30px 0 0;
    margin: 20px 0 0;
    order: 2;
}

.about-btns .wp-block-button.is-style-outline--1 .wp-block-button__link {
    border-width: 1px;
    transition: 0.2s all;
}
.about-btns .wp-block-button.is-style-outline--1 .wp-block-button__link:hover {
    background: white !important;
    color: var(--primary) !important;
    border-color: white !important;
    text-decoration: none;;
}
.about-btns .wp-block-button__link.has-white-color:hover {
    text-decoration: underline;
}

.pp-btns .wp-block-button__link.has-background {
    transition: 0.2s all;
}
.pp-btns .wp-block-button__link.has-background:hover {
    background: var(--secondary) !important;
}
.pp-btns .wp-block-button__link.has-white-background-color {
    transition: 0.2s all;
    background: white !important;
}
.pp-btns .wp-block-button__link.has-white-background-color:hover {
    color: var(--secondary) !important;
    background: white !important;
}

/* Modal Style */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #240941cf;
}

.modal-content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 90%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 1.5rem;
}

.modal-image-frame {
    max-width: 100%;
    height: 75vh;
    width: 100%;
    border-radius: 15px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.modal-image-frame::-webkit-scrollbar {
    display: none;
}

#caption {
    color: #EFEDED;
    padding: 0;
}

/* Modal Navigation buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
    background: white;
    border-radius: 50%;
    font-size: 20px;
    z-index: 2;
    box-shadow: 0 0 25px 0 #00000029;
}

.prev img, .next img {
    height: 30px;
}

.prev {left: -15px;}
.next {right: -15px;}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #212121;
    font-weight: 300;
    cursor: pointer;
    background: #EFEDED;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    line-height: 29px;
    text-align: center;
}

.close img {
    height: 13px;
    width: auto;
    max-width: 100%;
    border-radius: 0;
}

/* CONTACT */

.contact-info h5 {
    font-family: 'Neue Montreal';
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.contact-info p {
    display: flex;
    gap: 15px;
    padding: 0 0 1rem 0;
}
.contact-info p:before {
    content: '\f095';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
    font-size: 0.9rem;
    background: var(--secondary);
    color: white;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
}
.contact-info p:last-child:before {
    content: '\f3c5';
}

/* NEWS */
.slick-track {
    margin: 0 !important;
}
.press-release {
    width: 250px;
    height: 27rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    margin: 0 10px;
}
.press-release a:not(.btn) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
}
.press-release img {
    width: 100%;
    height: 17rem;
    object-fit: cover;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.press-release h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    padding: 0 1.5rem;
}
.press-release h3:hover {
    color: var(--secondary);
}
.press-release p {
    font-size: 0.8rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    margin: 1rem 0;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
}
.press-release .btn {
    margin: 0 1.5rem;
    padding: 10px 20px;
    font-size: 0.8rem;
    display: none;
}

/* Gallery */
.gallery {
    width: 100%;
    margin: 0 auto;
}
.gallery .gallery-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.gallery .gallery-item img {
    width: 100%;
    height: 25rem;
    border-radius: 5px;
    object-fit: cover;
}