@media (min-width: 577px) {
    .area {
        position: static;
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}

.bg-teal-uni {
    background: rgba(12, 106, 128, .99);
}

.area::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    scrollbar-width: none;
}

.area {
    margin: 0;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bg-uni {
    background: #2d3748 url("/jakarta.faces.resource/bg.svg.xhtml") repeat;
}

.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-card {
    min-height: 52px;
    padding: 9px 12px;
}

.post-content {
    margin-left: 58px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.post-card-avatar {
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    padding: 0.15rem;
    height: 60px;
    width: 60px;
    float: left;
    margin-top: 0;
    margin-left: -70px;
}

.post-time {
    font-size: 9px;
    margin-left: .5rem;
}

.post-text {
    min-height: 30px;
}

.post-footer-btn {
    margin-right: 15px;
    text-decoration: none;
    color: #2c3034;
}

.post-footer-btn i, .post-footer-btn span {
    color: #657786;
    font-size: 16px;
}

.post-footer-btn span {
    margin-left: 8px;
}

.post-textarea {
    width: 100%;
    min-height: 70px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.25rem #ddd;
}

.vertical-text {
    display: inline-block;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    color: #6c757d;
}

.image-card {
    position: relative;
}

.card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 0 -8em;
    box-shadow: #4f5050;
}

.card-image:hover {
    transition: transform .5s, all 1.5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    height: auto;
    object-fit: fill;
    object-position: 0;
}

.MY table, .MY td, .MY th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px;
}

.MY table {
    border-collapse: collapse;
    width: 100%;
}


.MY tr:nth-child(even) {
    background-color: #f2f2f2;
}

.MY p {
    display: block;
    margin: 1em 0;
}

.MY ol {
    list-style: none;
    counter-reset: cupcake;
    padding-left: 5px;
}

.MY ol li {
    counter-increment: cupcake;
}

.MY ol li:before {
    content: counters(cupcake, ".") ". ";
}

.MY dl {
    display: grid;
    grid-template-columns: max-content auto;
}

.MY dt {
    grid-column-start: 1;
    font-weight: bold;
    margin: 3px 5px 3px 0;
}

.MY dd {
    grid-column-start: 2;
    margin: 3px 5px 3px 0;
}

.inside {
    padding-left: 1em;
    line-height: 1.9em;
    list-style-type: none;
    font-size: 0.9rem;
}

.plus:before {
    content: "\002B";
    margin: 0 5px 0 3px;
}

.minus:before {
    content: "\2212";
    margin: 0 5px 0 3px;
}

/* *****  GALLERIES ***** */

.gallery-wrapper {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-gap: .3rem;
    grid-auto-flow: dense;
}

.gallery-item {
    width: 100%;
    height: 100%;
    position: relative;
    filter: drop-shadow(2px 2px 3px #333);
}

.gallery-item .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
    transition: all 400ms ease-in;
    transform: scale(1);
}

.gallery-item .image img:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 800px) {
    .gallery-wrapper {
        grid-template-columns: repeat(2, 2fr);
        grid-template-rows: 1fr;
        grid-gap: 1px;
        grid-auto-flow: dense;
    }

    .gallery-container:nth-child(3n+2) {
        grid-column: 1 / span 2;
        grid-row-end: span 2;
    }

    .gallery-container:nth-child(4n+3) {
        grid-column: 2 / span 1;
        grid-row-end: span 2;
    }
}

.responsive-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    margin-bottom: 10px;
}

.responsive-embed iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.bg-my-grad {
    background-image: linear-gradient(rgb(241, 186, 64), white);
}

input[type=radio] {
    width: 30px !important;
}

input[type=checkbox] {
    width: 30px !important;
}

@font-face {
    font-family: 'Futura MD BT';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Futura MD BT'), local('Futura MD BT'), url("/jakarta.faces.resource/fonts/FuturaMediumBT.woff2.xhtml") format('woff2');
}

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Great Vibes'), local('GreatVibes-Regular'), url("/jakarta.faces.resource/fonts/GreatVibes1.woff2.xhtml") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Great Vibes'), local('GreatVibes-Regular'), url("/jakarta.faces.resource/fonts/GreatVibes2.woff2.xhtml") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: HelveticaNeue, Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 0.9em;
}


.inuTitle {
    font-size: 1.875rem !important;
    color: white;
    font-family: Futura MD BT, serif;
}

.i_title {
    font-size: 1.875rem !important;
    color: #fdb512;
    font-family: 'Great Vibes', cursive;
}

.bg_my {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.nav_font {
    font-family: HelveticaNeue, Helvetica, Arial, Verdana, sans-serif !important;
    font-size: 1rem;
}

.bg_teal_uni {
    background: rgba(12, 106, 128, .99);
}

@media (min-width: 48em) {
    .cms-title {
        font-size: calc(1rem + (1vw - .4rem));
    }

    .cms-right {
        font-size: calc(.3rem + (1vw - .4rem));
        margin: 7px 10px 0 0;
    }

    .cms-logo {
        max-width: calc(4rem + (1vw - .4rem));
        width: 100%;
        height: auto;
    }
}

@media (max-width: 48em) {
    .cms-title {
        font-size: calc(1rem + (1vw - .4rem));
    }

    .cms-right {
        font-size: calc(1rem + (1vw - .4rem));
        margin: 1px 2px 0 0;
    }

    .cms-logo {
        max-width: calc(4rem + (1vw - .4rem));
        width: 100%;
        height: auto;
    }
}