@font-face {
    font-family: 'Quadon';
    src: url('../assets/fonts/Quadon-Regular.woff2') format('woff2'),
        url('../assets/fonts/Quadon-Regular.woff') format('woff'),
        url('../assets/fonts/Quadon-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* BASE */
.align-middle {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 5;
}
/* MOBILE STYLE */
.mobile-steps .accordion-item {
    margin-bottom: 0;
}
.mobile-steps .accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    font-size: 1rem;
    line-height: 1;
    color: #1779ba;
    font-family: "Quadon", Arial;
}
.mobile-steps .is-active .accordion-title {
    color: white;
    background: #c4481c;
}
/*WHEN A STANDALONE PAGE*/
.layout-basic h1.app-tabs-title {
    color: white;
    margin: 0;
    font-size: 1.6rem;
    line-height: 3.2rem;
    cursor: pointer;
}
.layout-basic h3.app-tabs-degree {
    font-size: 1.2rem;
    color: white;
    margin: 0;
    line-height: 3rem;
    text-align: right;
}
.layout-basic h4.app-tabs-degree-sub {
    color: white;
    margin: 0;
    font-size: 0.9rem;
}
h4.app-tabs-degree-sub {
    display: none;
}
.layout-basic #applicationProcess {
    position: relative;
    min-height: calc(100vh - 95px);
    height: auto;
    top: auto;
    bottom: auto;
    right: auto;
    left:auto;
    overflow: visible;
}
.layout-basic #appProGrid.active {
    height: auto;
    min-height:  calc(100vh - 95px);
    /*max-height: calc(100vh - 95px); -- commented out 9/3/2025 - FV */
}
.layout-basic .app-screen .tabs li.tabs-title a {
    font-size: 1.2rem;
}
.layout-basic .app-header {
    padding: 0rem 2rem;
    background: #c4481c;
}
.layout-basic .app-screen .tabs-content {
    background: white;
}
.layout-basic .app-screen .tabs-title>a:focus, .layout-basic .app-screen .tabs-title>a[aria-selected=true] {
    background: white;
    color: #c4481c !important;
}
.layout-basic .app-tabs h2 {
    color: #0b374d;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0;
}
.layout-basic .app-tabs h3 {
    color: #0b374d;
}
.layout-basic .app-tabs p {
    color: #0a0a0a;
    max-width: 800px;
}
.layout-basic .app-screen.active {
    opacity: 1;
    max-height: none;
    /* min-height: 100vh; -- commented out 9/3/2025 - FV */
    overflow: hidden;
    top: auto !important;
    bottom: auto !important;
    transform: none;
    height: auto;
}
.layout-basic .app-tab-action {
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: left;
    left: 0;
}
.layout-basic #appProGrid.active {
    height: auto;
    min-height: calc(100vh - 95px);
    /* max-height: calc(100vh - 95px); --- commented out 9/3/2025 - FV */
}

/* COLORS */
.blue {
	color: #004663 !important;
}
.bgblue {
	background: #004663 !important;
}
.bgblue h1,
.bgblue h2,
.bgblue h3,
.bgblue h4,
.bgblue h5,
.bgblue h6,
.bgblue p {
	color: white;
}
.lteblue {
	color: #1b6891 !important;
}
.bglteblue {
	background: #1b6891 !important;
}
.bglteblue h1,
.bglteblue h2,
.bglteblue h3,
.bglteblue h4,
.bglteblue h5,
.bglteblue h6,
.bglteblue p {
	color: white;
}
.btn.btn-outline.btn-white {
    color: white;
    display: block;
    font-family: "Quadon", Arial;
    border: 1px rgba(255,255,255,0.4) solid;
    border-radius: 0;
    max-width: 70%;
    margin: 50px auto 0;
    padding: 10px;
    font-weight: normal;
    transition: all .5s ease;
}
.orange {
	color: #cc4813;
}
.bgorange {
	background: #cc4813;
}
.lteorange {
	color: #d43c00;
}
.bglteorange {
	background: #d43c00;
} 
a:hover {
    color: #cb4914;
}

/* TYPE */
h1 {
    font-family: "Quadon", Arial;
    font-weight: normal !important;
    letter-spacing: .05em;
}
h2 {
    font-family: "Quadon", Arial;
    font-weight: normal !important;
    letter-spacing: .05em;
}
h3 {
    font-family: "Quadon", Arial;
    font-weight: normal !important;
    letter-spacing: .05em;
}
h4 {
    font-family: "Quadon", Arial;
    font-weight: normal !important;
    letter-spacing: .05em;
}
.hidden {
	display: none !important;
} 
section#about h3 {
    margin: 40px 0;
}
.text-capitalize {
	text-transform: capitalize;
}

/* BTNS */
.btn-text {
    color: white;
    font-family: "Quadon", Arial;
    font-size: 2.1rem;
    font-weight: normal !important;
    letter-spacing: .05em;
    padding: 0;
}

/*APPLICATION START*/
#applicationProcess {
   background: rgba(0,0,0,0.7);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100vh;
   overflow: hidden;
}

.app-screen {
    max-height: 0px;
    background: #0c374d;
    min-height: 0;
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    margin: 0;
   transistion: all 1s ease;
   opacity: 0;
}
.app-screen.active {
   opacity: 1;
   max-height: 10000px;
   min-height: 100vh;
   overflow-y: auto;
} 
h1.app-landing-title {
    text-align: center;
    color: white;
    margin-bottom: 1rem;
}
.app-landing {
    max-width: 900px;
    margin: 0 auto;
}
.app-box {
    position: relative;
    min-height: 440px;
    background: #004663;
    border: 4px rgba(255,255,255,0.5) solid;
    padding: 3rem;
    margin: 1rem;
}
.app-box h3 {
    color: white;
    text-align: center;
}

.app-box p {
    color: white;
    text-align: center;
}
.app-box hr {
    height: 5px;
    width: 10%;
    border: none;
    background: #c4481d;
}
.app-box-action {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}
.app-box-action .btn.btn-outline.btn-white {
    padding: .9rem 3rem;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
}
.app-box-action .btn.btn-outline.btn-white:hover {
    background: rgb(196, 72, 29) !important;
}
body .btn.btn-outline.app-tab-btn {
    background: #c4481c !important;
    color: white !important;
    font-size: 1rem;
    max-width: 200px;
    margin: 2rem auto 1rem auto;
    border: 3px #ccc solid;
}

body .btn.btn-outline.app-tab-btn2 {
    background: #c4481c !important;
    color: white !important;
    font-size: 1rem;
    max-width: 200px;
    margin: 2rem auto 1rem auto;
    border: 3px #ccc solid;
}
.app-screen .tabs-content {
    background: #175071;
    border: none;
    border-radius: 0;
    min-height: 85vh;
}
.app-screen .tabs {
    margin: 0;
    border: none;
    background: #11425e;
    list-style-type: none;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
}
.app-screen .tabs li.tabs-title {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.app-screen .tabs li.tabs-title a {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    text-align: center;
    justify-content: center;
    align-items: center;
/*    outline: none !important;   */
}
.app-screen .tabs li.tabs-title a:not(:focus) {outline: none !important;}
.app-screen .tabs li.tabs-title a span {
    display: block;
    line-height: normal;
    vertical-align: middle;
}
.app-screen .tabs-title>a:focus, .app-screen  .tabs-title>a[aria-selected=true] {
    background: #175071;
    color: white;
}
.app-header {
    padding: 1rem 2rem;
}
h1.app-tabs-title {
    color: white;
    margin: 0;
}
h3.app-tabs-degree {
    font-size: 1.5rem;
    color: white;
    margin: 0;
}
h4.app-tabs-degree-sub {
    color: white;
    margin: 0;
    font-size: 1rem;
}
.app-screen .tabs-panel {
    padding: 3.5rem 3.5rem 100px 3.5rem;
    position: relative;
}
.app-tabs h2 {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
}
.app-tabs h3 {
    color: white;
    font-family: "Poppins", Arial;
    font-size: 1.2rem;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: normal;
}

.app-tabs h6 {
    color: #4f7d95;
    font-family: "Poppins", Arial;
    font-size: 1rem;
    font-weight: bold !important;
    letter-spacing: normal;
}

.spacer {
   margin: 3rem 0;
}
/*.app-tabs .tabs-content ul li {
    display: block;
    list-style: none;
    margin: 0 0 16px 1.1225em;
    padding: 0;
    position: relative;
}
.app-tabs .tabs-content ul li::before {
    color: #d43c00;
    content: "\25A0";
    display: inline-block;
    font-size: 1.4em;
    left: -1.1225em;
    position: absolute;
    top: -0.3em;
}*/
.app-tabs .tabs-panel ul li {
    display: block;
    list-style: none;
    margin: 0 0 16px 1.1225em;
    padding: 0;
    position: relative;
}
.app-tabs .tabs-panel ul li::before {
    background: #d43c00;
    content: '';
    display: block;
    font-size: 1.2em;
    left: -1.1225em;
    position: absolute;
    top: 0.3em;
    border-radius: 20px;
    height: 0.5rem;
    width: 0.5rem;
}
.app-tabs .tabs-panel ul li ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-type: circle !important;
}
.app-tabs .tabs-panel ul li ul li::before {
    list-style-type: circle !important;
}
.app-tabs .tabs-panel ul li ul li::before {
    background: transparent;
    content: '';
    border: 1px #d43c00 solid;
    display: block;
    font-size: 1.2em;
    left: -1.1225em;
    position: absolute;
    top: 0.3em;
    border-radius: 20px;
    height: 0.5rem;
    width: 0.5rem;
}
ul.app-list {
    margin-top: 2rem;
    max-width: 800px;
}
.app-list li {
    color: white;
    font-size: 1.2rem;
    margin: 0 0 4rem 1.1225em;
}
.app-tab-action {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: left;
    left: 0;
    
}
.app-tab-action .btn.btn-outline.btn-white {
    display: block;
    margin: 0 0 0 3.5rem;
    max-width: 300px;
    text-align: center;
}
.app-tabs p {
    color: white;
    max-width: 800px;
}
.app-tabs p a {
    color: #0373be;
    font-weight: bold;
}

@media (max-width:500px){
    .layout-basic #appProGrid.active {
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 1rem 0;
    }
    .layout-basic .app-screen .tabs {
        min-height: 50vh;
    }
    .layout-basic .app-screen .tabs-panel {
        padding: 1rem 2rem 100px 2rem;
        position: relative;
    }
   .layout-basic .app-tabs h2 {
        color: #0b374d;
        font-size: 2.1rem;
    }
    .layout-basic h1.app-tabs-title {
        margin: 0;
        font-size: 1.3rem;
        line-height: 2rem;
        cursor: pointer;
    }
    .layout-basic h3.app-tabs-degree {
        font-size: 0.8rem;
        margin: 0;
        text-align: left;
        line-height: 0.8rem;
        margin-bottom: 0.25rem;
    }
    .layout-basic h4.app-tabs-degree-sub {
        color: white;
        margin: 0;
        font-size: 0.7rem;
    }
    .layout-basic .app-screen .tabs li.tabs-title a span {
        /*display: none;*/
    }
    .layout-basic .app-screen .tabs li.tabs-title a {
        padding: 0;
    }
    /*.layout-basic .app-screen .tabs li.tabs-title a::before {
        content: '1';
        width: 100%;
        text-align: center;
        display: block;
    }*/
    .layout-basic .app-header {
        padding: 0.4rem 1rem;
    }
    .app-box h3 {
        color: white;
        text-align: center;
        margin: 0;
    }
    .app-box {
        position: relative;
        min-height: 40vh;
        background: #004663;
        border: 4px rgba(255,255,255,0.5) solid;
        padding: 2.4rem;
        margin: 1rem;
        height: auto;
    }
    .spacer {
        margin: 1rem 0;
    }
}