/*
 * This file is a reintroduction of the old school-specific school.css/styles.css
 * It will contain all custom styles Destiny writes for a specific school, this file should remain empty and only school customizations of this file should have content.
 * No customizations need go into publicViewCustomization.css as that will be for client use
 * TEST - Anthony
* 11/06/2025
*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.ufv-top-nav {
    height: 40px;
    line-height: 40px;
    border: none;
}
r
.ufv-top-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    background: #666666;
    background: #403f3f;
    border-bottom: 1px solid #5a9011;
    height: 35px;
    line-height: 35px;
    position: relative;
    white-space: nowrap;
}

.ufv-users,
.ufv-tools {
    font-family: Open Sans;
    font-size: 13px;
    color: #fff;
}

.ufv-top-nav ul {
    margin: 0;
    padding: 0;
}

.ufv-users ul li {
    padding: 0px 6px 0px 7px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    color: #fff !important;
}

.ufv-top-nav li {
    display: inline;
    list-style-type: none;
    margin-left: 10px;
}

.ufv-users ul li a {
    color: #fff !important;
}

.ufv-users ul li {
    text-transform: uppercase;
}

.ufv-tools {
    text-align: right;
}

.ufv-top-nav {
    border-bottom: 1px solid #5a9011;
    height: 35px;
    line-height: 35px;
    position: relative;
    white-space: nowrap;
    background: unset !important;
    border: unset !important;
}

/* topheader */
/* typography */

* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.center-text,
.left-text .right-text {
    font-family: "Open Sans", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
button,
input,
textarea {
    font-family: "Open Sans", sans-serif;
}

/* buttons */
.btn-primary,
.btn-secondary {
    background-color: #00703c;
    padding: 15px;
    margin: 10px 0px 20px 0px;
}

a,
.programArea a {
    color: #00703c !important
}

/* Consolidated #mainContent rule */
#mainContent {
    padding-bottom: 0px !important;
}

#loginInfo {
    float: right;
}

#cartInfo {
    float: right;
    padding: 10px 40px;
}

/* Clear floats on parent */
.col-12.col-sm-12.col-md-6.col-lg-3.offset-lg-2::after {
    content: "";
    display: table;
    clear: both;
}

#header1ContentWrapper {
    padding: 15px 0px 10px 0px;
}

#header0ContentWrapper {
    justify-content: flex-end !important;
}

/* removed content module at footer */
#contentModule5 {
    display: none;
}

/* removed moderncampus branding at footer */
#footer2Sub3 {
    display: none;
}

/* footer */
#footerNav {
    padding: 40px 0px 0px 0px;
}

#contentHeader {
    padding: 40px 0px 10px 0px;
}

#searchBreadcrumb {
    padding: 30px 0px 0px 0px;
}

/* navigation */
.navbar-brand {
    display: none;
}

#header3Container {
    justify-content: left !important;
}

/* program streams */
.programStream {
    padding-left: 35px !important;
}

/* disable */
.btn.btn-primary.noFloat.buttonReqInfo {
    visibility: hidden !important;
    display: none !important;
}

/* Mobile footer fix - targeting mainContentWrapper specifically */
@media (max-width: 768px) {

    /* Force proper spacing in mainContentWrapper */
    #mainContentWrapper {
        padding-bottom: 200px !important;
        /* Increased significantly */
        margin-bottom: 50px !important;
        min-height: calc(100vh - 50px) !important;
        /* Ensure it takes enough space */
    }

    /* Ensure mainContentContainer has proper spacing */
    #mainContentContainer {
        padding-bottom: 150px !important;
        margin-bottom: 50px !important;
    }

    /* Add bottom margin to the main content area */
    main#mainContent {
        margin-bottom: 350px !important;
        padding-bottom: 100px !important;
    }

    /* Force footer to respect the spacing */
    footer#footer {
        display: block !important;
        position: relative !important;
        margin-top: 0px !important;
        clear: both !important;
    }

    /* Ensure the marketing row doesn't get cut off */
    .ct-marketing-row {
        margin-bottom: 80px !important;
    }

    /* Add space after content modules */
    #contentModule1 {
        margin-bottom: 60px !important;
    }

    /* Hide contentModule5 completely on mobile since it's causing issues */
    #contentModule5 {
        display: none !important;
    }

    .ct-marketing-row {
        padding: 30px 0;
    }

    .ct-page-content h2 {
        font-size: 2rem;
    }

    .card {
        padding: 30px 20px;
    }

    .card .fa-3x {
        font-size: 3rem;
    }

    .card h3 {
        font-size: 1.3rem;
    }
}

/* Consolidated .three-column-wrapper rule */
.three-column-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
}

/* Consolidated .btn-primary-ufv rules */
.btn-primary-ufv {
    float: left;
    background-color: #00703c;
    padding: 15px;
    margin: 10px 0px 20px 0px;
    color: #FFF !important;
    border: none !important;
}

.btn-primary-ufv:hover {
    background-color: #e45300 !important;
    color: #000 !important;
}

.h2,
h2 {
    font-size: 2rem;
    font-size: 24px;
    margin-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    margin-right: 15px;
}

/* Story */
.ct-marketing-row {
    background: #ebebeb;
    padding: 5px 0;
    padding-bottom: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.ct-page-content {
    margin-bottom: 30px;
}

.ct-page-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.container-card {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card .fa-3x {
    color: #0066cc;
    margin-bottom: 25px;
    display: block;
    font-size: 3.5rem;
}

.card .fa-graduation-cap {
    color: #2c5aa0;
}

.card .fa-flag {
    color: #d9534f;
}

.card .fa-rotate {
    color: #5cb85c;
}

.card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.3;
}

.card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.card p.cta {
    margin-top: 25px;
    margin-bottom: 0;
}

.card p.cta a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.card p.cta a:hover {
    color: #004999;
    text-decoration: underline;
}

.pc {
    clear: both;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .container-card {
        justify-content: center;
    }

    .card {
        max-width: 100%;
    }
}

/* Portal */
#logoutLinkWrapper {
    max-width: 35%;
    padding-right: 0px !important;
    width: unset !important;
}

#loginNameWrapper {
    float: left;
    width: unset !important;
}

.portalMenu .active>a,
.sidebarScrollSpy .active>a {
    border-left: 5px solid #00703c;
    background-color: #eeeeee;
}

#existingStudentDiv .card,
#newStudentDiv .card {
    border: none;
    box-shadow: none;
    padding: 0px;
}

#newStudentDiv .card {
    padding-left: 15px;
}

#mainContentWrapper {
    padding: 0px 0px 0px 0px;
}

#pagePublicHome #mainContentWrapper .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#contentModule5 {
    text-align: center;
}

.center-text {
    padding-left: 470px;
    padding-right: 470px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    color: #555555;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.center-text>p {
    font-weight: 470;
    font-size: 2em;
    font-family: "Lineto Circular Pro", Sans-serif;
    color: #555555;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.checker-container {
    background-color: #f1f6f9;
    align-items: center;
    margin-bottom: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
}

.checker-center {
    align-items: center;
    display: flex;
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.checker-left {
    flex: 1;
}

.checker-right {
    flex: 1;
    color: #555555;
    font-size: 1.2rem;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#FindCoursesBtn {
    /*background-color: #ff5b5c !important;*/
    background-color: #6c0e9d !important;
    border: none;
    color: white;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.color-text {
    color: #555555;
}

@media only screen and (max-width: 1150px) {
    .checker-center {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        padding-bottom: 40px;
        align-items: center;
        width: 450px;
    }

    .center-text {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        font-size: 0.7rem;
        text-align: left;
        color: #555555;
    }

    .carousel-inner {
        height: 250px !important;
    }

    #carouselExampleIndicators {
        height: 250px !important;
    }

    .checker-right {
        padding-top: 20px;
        font-size: 0.9rem;
    }

    .checker-left>img {
        width: auto;
        height: auto;
    }

    #pagePublicHome #mainContentWrapper .container {
        max-width: auto !important;
        padding-left: auto;
        padding-right: auto;
        margin: auto;
    }
}
