.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.richtext-image {
    border-radius: 5px;
    margin: 16px;
}

.richtext-image.full-width {
    width: 100%;
    margin: 0;
}

code {
    background-color: rgba(126, 126, 126, 0.7);
    color: white;
    padding: 5px;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}


.dropdown {
    overflow: visible;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 100;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media (min-width: 1024px) {
    .news__description--first {
        position: absolute;
        width: 100%;

        bottom: 0;
        left: 0;
    }

    .news__description--first__inner {
        background: rgb(149, 0, 9);
        background: linear-gradient(180deg, rgba(149, 0, 9, 0.6666513929618768) 19%, rgba(126, 25, 14, 1) 52%);
    }
}

.news__description--default {
    flex-basis: min-content;
}

.glide__arrow__custom {
    cursor: pointer;

    display: block !important;
    position: inherit !important;

    top: inherit !important;
    transform: inherit !important;
    line-height: inherit !important;

    color: black !important;
}

.glide__arrows__custom {
    display: flex !important;
    align-items: center !important;
}

.glide-partners .partner__logo {
    margin: 0 auto;
    width: 9rem;
    height: 9rem;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}


.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.custom-scrollbar::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .9);
}

.straight-line .inner {
    content: "";
    height: 3px;

    background: #8F1812;
}


.heading-with-lines {
    display: flex;
    align-items: center;
}

.heading-with-lines:before {
    content: "";
    margin-right: 10px;
    min-width: 20px;
    height: 3px;

    background: #8F1812;
}

.heading-with-lines:after {
    content: "";
    margin-left: 10px;

    flex-grow: 1;
    height: 3px;

    background: #8F1812;
}

.padding-left-by-line {
    padding-left: 30px;
}

@media screen and (min-width: 768px) {
    .heading-with-lines:before {
        min-width: 40px;
    }

    .padding-left-by-line, .md\:padding-left-by-line {
        padding-left: 50px;
    }
}

.h-48-plus {
    height: 13rem;
}

.text-xxs {
    font-size: 0.60rem;
}

.article-panel {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.gallery-image--edu-program--top-text-wrapper {
    background-color: rgba(82, 82, 82, 0.6);
}

.gallery-image--edu-program--bottom-text-wrapper {
    background-color: rgba(82, 82, 82, 0.6);
    min-height: 62px;
}

.gallery-image--people--bottom-text-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 62px;
}

.custom-layout {
    color: white;
}

.carousel-date-wrapper {
    background: rgba(8, 17, 32, 0.6);
}

.carousel-controller {
    background: rgba(166, 166, 166, 0.5);
}

.carousel-controller .glide__bullet--custom {
    height: 6px;

    background: linear-gradient(to right, #081120 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.carousel-controller .glide__bullet--active {
    background-position: left bottom;
    transition: all .8s ease-out;
}

.carousel-glide__slides .carousel-glide__slide{
    opacity: 0.7;
}

.carousel-glide__slides .glide__slide--active{
    opacity: 1;
    transition: all .8s ease-out;
}

.custom-card {
    overflow: hidden;
}

.custom-card .custom-card-front{
    background: rgba(38, 54, 99, 0.6);
    transition: opacity 0.25s linear;
}

.custom-card:hover .custom-card-front {
    opacity: 0;
}

.custom-card .custom-card-bottom{
    min-height: 100px;

    background: rgba(16, 0, 42, 0.5);
    backdrop-filter: blur(10px);

    left: -400px;
    transition: left .25s linear;
}

.custom-card:hover .custom-card-bottom{
    left: 0;
}

.custom-card-bottom .pointer {
    right: -10px;
}

.with-indent {
    text-indent: 1rem;
}
