﻿.hpNoticeSkipLink:focus {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    background: white;
    color: black;
    border: 1px solid black;
    border-radius: 0.5rem;
    text-decoration: none;
}

.hpNoticeWidget {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 15rem;
    /* background: rgba(217 220 224/.9); */
    position: relative;
    margin-bottom: 4rem;
    overflow: hidden;
}

.noticeCardBG {
    width: 40%;
    display: block;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background: #567e9a;
    justify-content: flex-end;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    height: 100%;
}

.noticeOverlay {
    /* position: absolute; */
    display: block;
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* bottom: 5rem; */
    height: 100%;
    flex: 1 1 auto;
    gap: 4rem;
    background: #fff;
    padding: 1.5rem 2rem .5rem 2rem;
    margin: .5rem 0 .5rem .75rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
}

.noticeCard {
    /* background: #fff; */
    /* padding: 1.5rem 2rem; */
    /* border: 5px solid #fff; */
    /* box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5); */
    color: #333;
}

    .noticeCard.hpImportant {
        /* border-radius: .5rem; */
        /* width: 40%; */
        /* padding: 0; */
        flex: 1 1 70%;
    }

    .noticeCard.hpInformation:first-child, .noticeCard.hpNoticeLink:first-child {
        /* border-top-left-radius: .5rem; */
        /* border-top-right-radius: .5rem; */
        /* border-bottom: 1px solid #ccc; */
    }

.hpInformation {
    /* padding-left: 4rem; */
    /* border-left: 1px solid #f5f5f5; */
    flex: 1 1 auto;
}

.noticeCard.hpInformation:last-child, .noticeCard.hpNoticeLink:last-child {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.noticeCard.hpNoticeLink:last-child {
    border-top: 0;
}

.hpImportant a,
.hpInformation a,
.hpImportant a:visited,
.hpInformation a:visited {
    /* color: unset !important; */
}

.hpNoticeLink, .hpNoticeLink:visited {
    display: block;
    text-decoration: none;
    color: #333;
    width: stretch;
}

    .hpNoticeLink:hover {
        text-decoration: none;
    }

    .hpNoticeLink:focus {
        outline: 2px solid black;
        outline-offset: 0.25rem;
        border-radius: 1rem;
    }

.hpNoticeCardTitle {
    font-size: larger;
    border-bottom: 1px solid black;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}

.hpInformation .hpNoticeCardDetail {
    font-style: italic;
    /* white-space: pre-line; */
}


.noteRotator {
    flex-direction: column;
    align-items: center;
}

.noteRotatorSlides {
    width: 100%;
}

.noteRotatorSlide {
    display: none;
}

    .noteRotatorSlide.is-active {
        display: block;
    }

.noteRotatorDots {
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
    justify-content: center;
    /* border-top: 1px solid #ccc; */
    padding-top: .5rem;
}

.noteDot {
    width: 20%;
    height: 5px;
    border-radius: 5px;
    border: 1px solid #1b395a;
    border: 0;
    background: #777;
    cursor: pointer;
}

    .noteDot.is-active {
        background: #dc3545;
    }

/* ipadair*/
@media (max-width: 1180px) {
    .noticeCardBG {
        width: 50%;
    }
}

/* Low Res Desktop*/
@media (max-width: 1080px) {
}

@media (max-width: 896px) {

    .noticeCardBG {
        width: 60%;
    }
}

@media (max-width: 768px) {

    .noticeCardBG {
        width: 70%;
    }
}

@media (max-width: 576px) {
    .hpNoticeWidget {
        margin-bottom: 0rem;
        align-items: flex-end;
        min-height: 22rem;
    }
        .noticeCardBG {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .noticeOverlay {
        margin: .5rem 0.25rem .5rem .25rem;
        border-radius: .5rem;
    }
}
