/*-------------------------------------------------------------------
LSC Homepage Stylesheet
-------------------------------------------------------------------*/

/* system */
.achievements-section {
    background: rgba(5, 38, 68, .1) url("../img/star-30.png") no-repeat calc(100% + 250px) calc(100% + 450px) !important;
    background-size: 1000px 1000px !important;
}

.achievements-section+section {
    margin-top: 60px;
}

.btn-lsc-red {
    background-color: #b30838;
    color: #ffffff;
    font-weight: 400;
    /*padding: 8px 20px !important;*/
}

a.btn-lsc-red:hover {
    color: #ffffff;
}

a.btn-get-started {
    background: #a80b3a;
    color: #ffffff;
    padding: 17px;
    font-size: 18px;
}

.btn-get-started:hover,
.btn-get-started:active {
    background: #003768;
    color: #fff;
}

.btn-lsc-red {
    background-color: #b30838;
    color: #ffffff;
    font-weight: 400;
    /*padding: 8px 20px !important;*/
}

a.btn-lsc-red:hover {
    color: #ffffff;
}

.modal-content {
    background-color: transparent;
    /* background-image: url("//www.lonestar.edu/img/bg-modal-get-started-today.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding-bottom: 0;
    border-radius: 20px;
    border: none;
}

.modal-body {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.col1 {
    background-image: url("https://www.lonestar.edu/images/explore-programs-red.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col2 {
    background-image: url("https://www.lonestar.edu/images/apply-white.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.col3 {
    background-image: url("https://www.lonestar.edu/images/current-students-blue.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .modal-content {
        /* background-image: url("//www.lonestar.edu/img/bg-get-started-mobile.png"); */
        border: none;
    }

    .row .popup-heading {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .text-center {
        margin-bottom: 0;
    }

    .row .p-5 {
        padding: 1rem !important;
    }
}

.modal-header {
    border-bottom: none;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
}

.modal-header .close {
    border: none;
    background-color: white;
    color: #000;
    font-size: 32px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 26px;
    top: 45px;
    z-index: 1;
}

.modal-header .close:hover {
    background: #ddd;
    /* Change the background color on hover if desired */
}

.modal-header .close span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-title {
    color: #ffffff;
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 0;
}

.modal-content p {
    color: #ffffff;
}

.text-center a {
    border-radius: 10px;
}

.modal-content a.btn-get-started {
    white-space: normal;
}

.single-quote-blue a {
    background: #00589C;
}

.header-video {
    z-index: 1;
    background-position: center 30%;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.popup-heading {
    color: transparent;
    font-family: league-gothic, sans-serif;
    line-height: .9;
    -webkit-text-stroke: .7px #fff;
    text-stroke: .7px #fff;
    font-size: 4.4rem;
    font-weight: 500;
    letter-spacing: .5rem;
    padding-bottom: 0;
}

.modal-backdrop {
    opacity: .73 !important;
}



#features-section .features {
    display: grid;
    gap: 1.5rem;
}

#features-section .feature-item-carousel-container {
    order: -1;
}

#features-section .feature-item {
    position: relative;
    margin: 0;
    background: black;
    border-radius: .25rem;
    overflow: hidden;
}

#features-section .feature-item img {
    margin: 0;
}

#features-section .feature-item .figcaption-container {
    top: calc(100% - 60px);
    transition: all .3s ease-out;
}


#features-section .feature-item:hover .figcaption-container {
    top: 0;
    height: 100%;
    display: flex;
    align-content: center;
}

#features-section .figcaption-container {
    height: 66px;
    padding: .75rem;
    position: absolute;
    top: calc(100% - 66px);
    left: 0;
    right: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.8) 100%);
    overflow: hidden;
}

#features-section .figcaption-container figcaption {
    position: absolute;
    top: .75rem;
    left: .75rem;
    right: .75rem;
    bottom: .75rem;
    margin: 0;
    transition: all .4s ease-out;
}

#features-section .figcaption-container:hover .figcaption-roll {
    top: -2.95rem;
}

#features-section .figcaption-container figcaption h2 {
    height: 44px;
    display: flex;
    place-items: center;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}

#features-section .figcaption-container figcaption h2:before {
    display: none;
}

#features-section .figcaption-container figcaption p {
    position: relative;
    height: 44px;
    display: flex;
    place-items: center;
    margin: 1rem 0 0 0;
    color: white;
    line-height: 1.1rem;
    font-size: 1rem;
}

#features-section .figcaption-container figcaption p:before {
    content: '\00bb';
    position: absolute;
    top: -27px;
    right: -7px;
    transform: rotateZ(90deg);
    opacity: .5;
}

@media (min-width: 501px) {
    #features-section .features {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }

    #features-section .grid-col-span-2 {
        grid-column: span 2;
    }

    #features-section .grid-row-span-2 {
        grid-row: span 2;
    }
}

@media (min-width: 900px) {
    #features-section .features {
        grid-template-columns: repeat(4, 1fr);
    }

    #features-section .feature-item-carousel-container {
        order: 0;
    }

    #features-section .figcaption-container figcaption h2 {
        font-size: 1rem;
    }

    #features-section .figcaption-container figcaption p {
        font-size: .8rem;
    }
}

@media (min-width: 1200px) {
    #features-section .figcaption-container figcaption h2 {
        font-size: 1.2rem;
    }

    #features-section .figcaption-container figcaption p {
        font-size: 1rem;
    }
}

/* OWL OVERRIDES */
#features-section .owl-carousel .owl-stage {
    height: unset;
}

#features-section .owl-carousel .figcaption-container {
    top: calc(100% - 59px);
}

#features-section .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

#features-section .owl-prev,
#features-section .owl-next {
    position: absolute;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    transition: .3s;
    border-radius: .25rem;
}

#features-section .owl-prev:hover,
#features-section .owl-next:hover {
    background: #000000;
}

#features-section .owl-prev {
    left: 20px;
}

#features-section .owl-next {
    right: 20px;
}

.toast {
    bottom: 15px;

    right: 15px;
    left: unset;

    width: calc(100% - 30px);
    max-width: 500px;
    overflow: hidden;
    font-size: 1em;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px 0px;
    backdrop-filter: blur(10px);
    opacity: .5;
    border-radius: .25em;
    background: rgba(255, 255, 255, 0.9);
    animation: 2s fadeIn;
}


.toast:not(:last-child) {
    margin-bottom: 15px;
}


.toast.showing {
    opacity: 1;
}


.toast.show {
    display: block;
    opacity: 1;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}


.toast.hide {
    display: none;
}


.toast-header {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border-bottom: solid #eeeeee;
}


.toast-header img {
    margin-right: 5px;
    width: 35px;
    height: auto;
}


.toast-body {
    padding: 15px; // apply to both vertical and horizontal
}


.toast-body:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.portrait-image {
    position: relative;
    display: flex !important;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.portrait-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-position: center center;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    background-color: rgba(0, 0, 0, 1);
}

.portrait-image img {
    position: relative;
    width: unset !important;
    height: 100% !important;
    z-index: 1
}