/*
INDEX
	- SWIPER
		- NEWS ROTATOR - HOME
		- SCHEDULE
		- ADMISSIONS
	- SPONSORS
	- OTHERS
	- LINKS
	- SCHEDULE VIDEO
	- FLIP CARD
  	- BANNER
*/
/* =========================================================
   FONT
========================================================= */
@font-face {
    font-family: 'HolidayFree';
    src: url('https://www.sjn-miami.org/ctm/31308/projects/SJN/layout01/fonts/HolidayFree.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* =========================================================
   GLOBAL SWIPER FIXES
========================================================= */
.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-wrapper {
    align-items: stretch;
}

/* =========================================================
   SWIPER TOP
========================================================= */
@media screen and (min-width: 1180px) {

    #swiper-top {
        min-height: 454px;
    }
}

#swiper-top {
    position: relative;
}

#swiper-top .swiper-slide {
    cursor: grab;
    background-size: cover;
    background-position: center;
}

#swiper-top .swiper-button-prev,
#swiper-top .swiper-button-next {
    background-image: none;
}

#swiper-top .swiper-button-prev::before,
#swiper-top .swiper-button-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 34px;
    color: rgba(255,255,255,.5);
}

#swiper-top .swiper-button-prev::before {
    content: "\f053";
}

#swiper-top .swiper-button-next::before {
    content: "\f054";
}

#pg-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    display: block;
    z-index: 900;
    background-color: rgba(234,234,234,0.5);
}

#swiper-top .swiper-pagination {
    bottom: 5px;
    z-index: 990;
}

#swiper-top .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--gray3);
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--gray3) !important;
}

.title_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow:
        1px 1px 2px #231f20,
        0 0 1em #000,
        0 0 0.2em #000;
}

/* =========================================================
   MISSION
========================================================= */
@media screen and (min-width: 1180px) {

    .pathway-infographic {
        width: 320px !important;
    }

    .pathway-infos {
        width: calc(100% - 340px) !important;
    }
}

@media screen and (min-width: 880px) and (max-width: 1179px) {

    .pathway-infographic {
        width: 320px !important;
    }

    .pathway-infos {
        width: calc(100% - 340px) !important;
    }
}

.PA_mission {
    background: #f5f0e6;
    padding: 40px 0;
}

.PA_mission section .content h1 {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.PA_mission section .content .mission-topic-box h2 {
    text-align: center;
    color: var(--color_a);
    font-family: 'HolidayFree', serif;
    font-size: clamp(20px, 3vw, 40px);
}

.PA_mission section .content .mission-topic-box h4 {
    text-align: center;
    color: var(--color_a);
    font-weight: 700;
}

.PA_mission section .content .mission-topic-box p {
    color: var(--color_a);
    text-align: center;
    font-size: 18px;
}

.PA_mission section .content .mission-pathway h2 {
    background: var(--color_a);
    color: #f5f0e6;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.PA_mission section .content .mission-pathway h3 {
    font-weight: 700;
    margin-bottom: 0;
    color: var(--color_a);
}

.PA_mission section .content .mission-pathway h4 {
    margin-top: 0;
    font-size: 16px;
    color: var(--color_a);
    font-weight: 600;
}

/* =========================================================
   CORE VALUES
========================================================= */
.PA_values {
    padding: 40px 0;
}

.PA_values section .content h1 {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.PA_values section .content .value-box h2 {
    text-align: center;
    color: var(--color_a);
    font-family: 'HolidayFree', serif;
    font-size: clamp(22px, 3vw, 38px);
}

/* =========================================================
   ANCHORS
========================================================= */
.PA_anchors {
    background: #f5f0e6;
    padding: 40px 0;
}

.PA_anchors section .content h1 {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.PA_anchors section .content .anchor-box h2 {
    text-align: center;
    color: var(--color_a);
    font-size: 30px;
}

.PA_anchors section .content .anchor-box h2 span.anchor-icon {
    display: block;
    margin: 20px auto 10px;
    font-size: 50px;
}

.PA_anchors section .content .anchor-box p {
    text-align: center;
}

/* =========================================================
   CAMPUS
========================================================= */
.PA_Campus {
    padding: 40px 0;
}

#PA-Campus {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.PA_Campus section .content h1 {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.PA_Campus h2 {
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: clamp(18px, 2vw, 26px);
}

.PA_Campus .swiper-slide {
    background: #FFF;
}

/* =========================================================
   ARTWORK
========================================================= */
.PA_artwork {
    background: var(--color_p);
    padding: 40px 0;
    width: 100%;
}


.PA_artwork section .content h1 {
    font-size: clamp(40px, 5vw, 50px);
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
}

.PA_artwork .swiper-slide h2 {
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 600;
    padding: 0 10px;
}

.PA_artwork .swiper-slide p {
    color: white;
    text-align: center;
    padding: 0 10px;
}


#PA-artwork {
    position: relative;
    overflow: hidden;
}

#PA-artwork .swiper-wrapper {
    margin: 15px 0 20px;
}

#PA-artwork .swiper-slide img {
    max-width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.PA_artwork .PA_container {
    max-width: 100%;
    width: 440px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.PA_artwork .item {
    padding: 10px;
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
    will-change: transform;
    transition: all 0.3s ease-in-out;
    border-bottom: solid 1px #d36b77;
    color: #FFF;
}

.PA_container h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(20px, 2vw, 30px);
}

.PA_artwork .item button {
    all: unset;
    margin-left: auto;
    background-color: #e8a6ae;
    padding: 10px;
    border-radius: 6px;
    float: right;
    color: #aa1e2e;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
}

.PA_artwork .item button:hover {
    background-color: var(--color_pd);
}

.PA_artwork .item .filedata {
    display: flex;
    gap: 4px;
    font-size: 12px;
    margin-top: 8px;
    color: #e2a1a8;
}

.PA_artwork .item a {
    color: #FFF;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.PA_artwork .item:hover a {
    transform: scale(1.5);
}

.button-PA_art {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 107px;
    background: #FFF;
    border: solid 1px #FFF;
    color: var(--color_ad1);
    font-weight: bold;
    height: auto;
    text-align: center;
}

.filename {
    width: 70%;
}
