/** Variables **/
:root {
    --nsu-green: #007A53;
    --nsu-yellow: #F3D03E;
    --nsu-black: #000;
    --nsu-gray: #54585A;
    --nsu-font: 'proxima-nova', Arial, Arial, Helvetica, sans-serif;
}
/** END Variables **/

  /** reset code **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

ol {
    padding-left: 40px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** END reset code **/

/** Typography **/
body {
    color: var(--nsu-black);
    font: 1rem var(--nsu-font);
}

a {
    color: var(--nsu-green);
}

a:hover {
    color: var(--nsu-yellow);
}

h1, h2 {
    color: var(--nsu-green);
    font-weight: 700;
    text-transform: uppercase;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    color: var(--nsu-black);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: .25rem;
}

small {
    font-size: 1rem;
}

hr {
    margin: .5rem 0 0;
}

strong {
    font-weight: bold;
}
/** END Typography **/

/** Grids **/
.oelcontainer {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    padding: 0 2rem;
}

.oelcontainer-fluid {
    margin: 0 auto;
    width: 100%;
}

.oelrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/** END Grids **/

/** Mobile Navigation **/
.oelmobilenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: var(--nsu-green);
    background-color: rgba(0,122,83,.95);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}
.oelmobilenav__overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.oelmobilenav__overlay-content img {
    max-width: 75px;
}
.oelmobilenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.25rem;
    color: #fff;
    display: block;
    transition: .3s;
    text-transform: uppercase;
    font-weight: bold;
}
.oelmobilenav a:hover,
.oelmobilenav a:focus {
    color: var(--nsu-yellow);
}
.oelmobilenav .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.oelmobilenav__dropdown {
    display: none;
    padding: 1rem 0;
}
.oelmobilenav .oelmobilenav__dropdown-link {
    text-transform: none;
    font-weight: normal;
}
.oelmobilenav__dropdown-header .fa {
    font-size: 1.5rem;
}
@media screen and (max-height: 450px) {
    .oelmobilenav a {font-size: 20px}
    .oelmobilenav .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }
@media (min-width: 768px) {
    .oelmobilenav a {
        font-size: 1.75rem;
    }
    .oelmobilenav__dropdown-header .fa {
        font-size: 2rem;
    }
}
/** END Mobile Navigation **/

/** Navigation **/
.oelheader {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.oelheader__navmenulogo {
    align-items: center;
    display: flex;
    flex-grow: 1;
}
.oelheader__navmenu {
    background: var(--nsu-green);
    cursor: pointer;
    font-size: 3rem;
    height: 84px;
    text-align: center;
    width: 84px;
}
.oelheader__navmenu:hover {
    background: var(--nsu-yellow);
}
.oelheader__navmenu-icon {
    color: #fff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    display: flex;
    justify-content: center;
}
.oelheader__navmenu-icon span {
    font-weight: bold;
    font-size: 3rem;
}
.oelheader__navmenu:hover .oelheader__navmenu-icon {
    color: var(--nsu-black);
}
.oelheader__logo {
    display: flex;
    align-items: center;
}
.oelheader__logo img {
    height: 65px;
    padding: 0 1rem;
    box-sizing: border-box;
}
.oelheader__logo a {
    text-decoration: none;
    color: var(--nsu-black);
    text-decoration: none;
}
.oelheader__logo-school {
    color: var(--nsu-black);
    border-left: 1px solid;
    padding-left: 1rem;
    font-size: 1rem;
    display: none;
    font-weight: bold;
}
.oelheader__nav {
    display: none;
}
.oelheader__nav-links {
    display: flex;
}
.oelheader__nav-links li {
    margin-right: 2rem;
}
.oelheader__nav-links li:last-child {
    margin-right: 1rem;
}
.oelheader__nav-links a {
    color: var(--nsu-black);
    font-weight: bold;
    text-decoration: none;
}
.oelheader__nav-links a:hover,
.oelheader__nav-links a:active {
    color: var(--nsu-green);
}
.oelheader__nav-links span {
    cursor: pointer;
}
.oelheader__skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 5px 10px;
    background: var(--nsu-green);
    color: #fff;
    font-weight: bold;
    align-self: baseline;
}
.oelheader__skip:focus {
    position: static;
    width: auto;
    height: auto;
}
.oelheader__skip:focus,
.oelheader__skip:hover {
    color: #fff;
}
@media (min-width: 960px) {
    .oelheader__nav {
        display: initial;
    }
}
@media (min-width: 1280px) {
    .oelheader__navmenu {
        display: none;
    }
    .oelheader__logo {
        padding: 9.5px 0;
    }
    .oelheader__logo img {
        padding: 0 1rem 0 2rem;
    }
    .oelheader__nav-links li:last-child {
        margin-right: 1.5rem;
    }
    .oelheader__logo-school {
        display: inline-block;
    }
}
@media (min-width: 1600px) {
    .oelheader__logo-school {
        font-size: 1.5rem;
    }
}
/** END Navigation **/

/** Subnav **/
.oelsubnavigation {
    background: var(--nsu-green);
    color: #fff;
    border-bottom: .625rem solid var(--nsu-yellow);
    display: none;
}
.oelsubnavigation__container {
    margin: 0 auto;
    max-width: 1320px;
}
.oelsubnavigation__menu {
    display: none;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 1rem 0;
}
.oelsubnavigation__menu:hover {
    color: #fff;
}
.oelsubnavigation__links {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oelsubnavigation__link,
.oelsubnavigation__dropdown-header {
    box-sizing: border-box;
    color: #fff;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: bold;
    height: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.oelsubnavigation__link:hover,
.oelsubnavigation__link:focus,
.oelsubnavigation__link:active {
    background: var(--nsu-yellow);
    color: var(--nsu-black);
}
.oelsubnavigation__dropdown {
    position: relative;
    cursor: pointer;
}
.oelsubnavigation__dropdown:hover,
.oelsubnavigation__dropdown:focus,
.oelsubnavigation__dropdown:active {
    color: var(--nsu-black);
}
.oelsubnavigation__dropdown-content {
    display: none;
    position: absolute;
    background: var(--nsu-green);
    width: 100%;
    z-index: 2;
    left: 0;
    top: 50px;
}
.oelsubnavigation__dropdown-link {
    float: none;
    color: #fff;
    padding: 1rem .5rem;
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: none;
}
.oelsubnavigation__dropdown-link:hover,
.oelsubnavigation__dropdown-link:active,
.oelsubnavigation__dropdown-link:focus {
    background: var(--nsu-yellow);
    color: var(--nsu-black);
}
.oelsubnavigation__dropdown:hover .oelsubnavigation__dropdown-header,
.oelsubnavigation__dropdown:focus .oelsubnavigation__dropdown-header,
.oelsubnavigation__dropdown:active .oelsubnavigation__dropdown-header {
    color: var(--nsu-black);
}
.oelsubnavigation__dropdown:hover .oelsubnavigation__dropdown-content,
.oelsubnavigation__dropdown:focus .oelsubnavigation__dropdown-content,
.oelsubnavigation__dropdown:focus-within .oelsubnavigation__dropdown-content,
.oelsubnavigation__dropdown:active .oelsubnavigation__dropdown-content {
    display: block;
}
@media (min-width: 1280px) {
    .oelsubnavigation {
        display: block;
    }
    .oelsubnavigation__links {
        display: flex;
    }
    .oelsubnavigation__link {
        flex-basis: auto;
    }
    .oelsubnavigation__menu {
        display: none;
    }
}
@media (min-width: 1440px) {
    .oelsubnavigation__link,
    .oelsubnavigation__dropdown-header {
        font-size: 1.25rem;
        height: 75px;
    }
    .oelsubnavigation__dropdown-content {
        top: 75px;
    }
}
/** END Subnav **/

/** Banner Component **/
.oelbanner {
    background: var(--nsu-yellow);
    width: 100%;
    color: var(--nsu-black);
    text-align: center;
    padding: .5rem 0;
    z-index: 1;
    font-weight: bold;
}
@media (min-width: 1280px) {
    .oelbanner {
        font-size: 1.25rem;
        display: none;
    }
}
/** END Banner Component **/

/** Image Carousel **/
.oelcarousel {
    margin: auto;
    max-width: 100%;
    position: relative;
    min-height: 400px;
}
.oelcarousel__slide {
    height: 400px;
}
.oelcarousel__slide img {
    height: 400px;
    object-fit: cover;
    object-position: 0 0;
}
.oelcarousel__slide img.center {
    object-position: center;
}
.oelcarousel__slide img.bottom {
    object-position: bottom;
}
.oelcarousel__slide-pauseplay {
    background-color: var(--nsu-green);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    top: 353px;
    transition: .6s ease;
    user-select: none;
    width: auto;
    right: 0;
}
.oelcarousel__slide-pauseplay span {
    font-variation-settings: 'FILL' 1;
    font-size: 2rem;
}
.oelcarousel__slide-pauseplay:hover,
.oelcarousel__slide-pauseplay:hover {
    color: var(--nsu-yellow);
}
.oelcarousel__slide-pauseplay:hover {
    background-color: var(--nsu-yellow);
    color: var(--nsu-black);
}
.oelcarousel__slide-caption {
    background-color: var(--nsu-green);
    color: #fff;
    font-size: 1rem;
    left: 0px;
    line-height: normal;
    margin: 0 auto;
    max-width: 1320px;
    padding: 40px;
    position: static;
    right: 0px;
    text-align: center;
    width: 100%;
    top: 83%;
    box-sizing: border-box;
}
.oelcalltoaction {
    display: flex;
    justify-content: center;
}
.oelcarousel__slide-caption h3 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
}
.oelcarousel__slide-caption p {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.oelcarousel__button-request,
.oelcarousel__button-apply {
    background: var(--nsu-yellow);
    border-color: var(--nsu-yellow);
    color: var(--nsu-black);
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    padding: 10px 22px 9px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease 0ms;
    text-decoration: none;
    border-radius: 0;
    padding: 12px;
    margin: 0 .5rem;
    flex-basis: 50%;
    max-width: 150px;
}
.oelcarousel__button-request:hover,
.oelcarousel__button-apply:hover {
    color: var(--nsu-black);
    background: #f4d557;
    border-color: #f4d557;
}
.oelcarousel__fade {
    animation-name: oelcarousel-fade;
    animation-duration: 1.5s;
}
@keyframes oelcarousel-fade {
    from {opacity: .4}
    to {opacity: 1}
}
@media (min-width: 1280px) {
    .oelcarousel__slide-caption {
        position: absolute;
        top: unset;
        bottom: -230px;
        width: 75%;
    }
    .oelcarousel__banner {
        font-size: 1.25rem;
        display: none;
    }
    .oelcarousel__slide-pauseplay {
        bottom: 0;
        top: unset;
        font-size: 2rem;
    }
    .oelcarousel__slide-pauseplay span {
        font-size: 3rem;
    }
}
@media (min-width: 768px) {
    .oelcarousel__slide img {
        object-position: 0 -65px;
    }
}
@media (min-width: 1440px) {
    .oelcarousel {
        min-height: 700px;
    }
    .oelcarousel__slide {
        height: 700px;
    }
    .oelcarousel__slide img {
        height: 700px;
    }
    .oelcarousel__slide-caption {
        bottom: -120px;
    }
}
@media (min-width: 2500px) {
    .oelcarousel__slide img {
        object-position: 0 -139px;
    }
}
/** END Image Carousel **/

/** OEL Programs **/
.oelprograms {
    padding: 70px 0;
    text-align: center;
}
.oelprograms .oelprograms__intro p {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}
.oelprograms__container {
    padding: 3rem;
    box-sizing: border-box;
    border: 6px solid var(--nsu-yellow);
}
.oelprograms__container h2 {
    color: #000;
}
.oelprograms h2 {
    font-size: 2rem;
}
.oelprograms p {
    margin-bottom: 1rem;
}
.program__options {
    margin: 1rem 0 1.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.programs__button {
    background: transparent;
    border-color: var(--nsu-green);
    color: var(--nsu-green);
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 1.25rem;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    line-height: 1;
    padding: 1.5rem .5rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease 0ms;
    text-decoration: none;
    margin: 0 0 1rem;
    width: 100%;
    flex-grow: 1;
}
.programs__button:hover {
    color: var(--nsu-green);
}
.programs__button.active {
    background: var(--nsu-green);
    color: #fff;
}
.program__content {
    flex-wrap: wrap;
    margin: 2.5rem 0;
    display: none;
    justify-content: center;
}
.program__content.active {
    display: flex;
}
.program__content .program__content-link {
    padding: 0 .5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    border-right: 0;
    margin-bottom: .5rem;
    color: #54585A;
}
.program__content .program__content-link:hover {
    color: var(--nsu-yellow);
}
.program__content .program__content-link:last-child {
    border-right: 0;
}
.oelprograms h3 {
    font-size: 1.5rem;
}
.view_all_programs {
    font-weight: bold;
    font-size: 1.5rem;
}
.view_all_programs:hover {
    color: var(--nsu-yellow);
    text-decoration: underline;
}
@media (min-width: 768px) {
    .program__content .program__content-link {
        border-right: 1px solid #ccc;
    }
    .programs__button {
        flex-basis: 49%;
    }
    .programs__button:nth-child(odd) {
        margin-right: .5rem;
    }
}
@media (min-width: 1280px) {
    .oelprograms {
        padding: 265px 0 100px;
        text-align: center;
    }
    .program__options {
        flex-wrap: nowrap;
    }
    .programs__button {
        padding: 1.5rem .5rem;
        margin: 0 1rem;
        flex-basis: 25%;
    }
}
@media (min-width: 1440px) {
    .oelprograms {
        padding: 210px 0 150px;
    }
}
/** END OEL Programs **/

/** OEL Testimonials **/
.oeltestimonial {
    background: var(--nsu-green);
    color: #fff;
}
.oeltestimonial__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.oeltestimonial__quote-container {
    flex-basis: 100%;
    padding: 50px;
    display: flex;
    box-sizing: border-box;
    order: 2;
    flex-wrap: wrap;
}
.oeltestimonial__quote-text {
    align-self: center;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0 0 1rem 1rem;
    flex-basis: 100%;
}
.oeltestimonial__quote-symbol {
    flex-basis: 100%;
}
.oeltestimonial__quote-image {
    flex-basis: 100%;
    background: url('https://www.nsu.edu/NSU/media/Media-Library/2025/oel/nsu-test-feat.jpg') center center no-repeat;
    background-size: cover;
    order: 1;
}
.oeltestimonial blockquote {
    margin: 1rem 0;
    font-style: italic;
    font-size: 1.5rem;
}
.oeltestimonial p span {
    color: var(--nsu-yellow);
}
.oeltestimonial p em {
    font-style: italic;
    font-weight: normal;
}
@media (min-width: 768px) {
    .oeltestimonial__container {
        flex-wrap: nowrap;
    }
    .oeltestimonial__quote-container {
        flex-basis: 50%;
        order: 0;
    }
    .oeltestimonial__quote-image {
        flex-basis: 50%;
        order: 0;
    }
}
@media (min-width: 1280px) {
    .oeltestimonial__quote-text {
        margin: 2rem 0 1rem 1rem;
        flex-basis: auto;
    }
    .oeltestimonial__quote-symbol {
        flex-basis: auto;
    }
    .oeltestimonial__quote-container {
        flex-wrap: nowrap;
    }
}
/** END OEL Testimonials **/

/** OEL More Info **/
.oelmoreinfo {
    border-top: .625rem solid var(--nsu-yellow);
}
.oelmoreinfo__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.oelmoreinfo__takenextstep {
    flex-basis: 100%;
    padding: 50px 2rem;
    display: flex;
    justify-content: center;
    background: url('https://www.nsu.edu/NSU/media/Media-Library/2025/oel/nsu-group.png') no-repeat center;
    background-size: cover;
    position: relative;
}
.oelmoreinfo__takenextstep-overlay {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.oelmoreinfo__takenextstep-caption {
    background: rgba(255, 255, 255, .85);
    z-index: 1;
    padding: 2rem;
    border: 3px solid var(--nsu-green);
    align-self: center;
}
.oelmoreinfo__takenextstep-button {
    background: var(--nsu-green);
    border-color: var(--nsu-green);
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s ease 0ms;
    text-decoration: none;
    border-radius: 0;
    padding: 12px;
}
.oelmoreinfo__takenextstep-button:hover {
    color: var(--nsu-black);
    background: var(--nsu-yellow);
    border-color: var(--nsu-yellow);
}
.oelmoreinfo__takenextstep ul {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.oelmoreinfo__takenextstep ul li:before {
    content: url('https://www.nsu.edu/NSU/media/Media-Library/2025/oel/nsu-bullet.png');
    position: relative;
    top: 5px;
    margin-right: .5rem;
}
.oelmoreinfo__contactus {
    flex-basis: 100%;
    background: var(--nsu-green);
    color: #fff;
    padding: 50px 2rem;
}
.oelmoreinfo__contactus-container {
    max-width: 750px;
    margin: 0 auto;
}
.oelmoreinfo__contactus h2 {
    color: #fff;
    margin-bottom: 1rem;
}
.oelmoreinfo__contactus p {
    color: #fff;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
}
.oelmoreinfo__contactus span.material-symbols-outlined {
    position: relative;
    top: 3px;
    color: var(--nsu-yellow);
    font-variation-settings: 'FILL' 1;
}
.oelmoreinfo__contactus-section {
    display: flex;
    color: #fff;
    font-size: 1.5rem;
}
.oelmoreinfo__contactus-section a {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .oelmoreinfo__container {
        flex-wrap: nowrap;
    }
    .oelmoreinfo__takenextstep {
        flex-basis: 50%;
    }
    .oelmoreinfo__contactus {
        flex-basis: 50%;
    }
}
/** END OEL More Info  **/

/** Accolades **/
.oelprograms__accolades {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 1.25rem;
    padding: 3rem 0 0;
}
.oelprograms__accolades .oelprograms__accolades-item {
    flex-basis: 100%;
    margin-bottom: 2rem;
}
.oelprograms__accolades .oelprograms__accolades-item h3 {
    color: var(--nsu-green);
    font-size: 2.5rem;
}
.oelprograms__accolades .oelprograms__accolades-item a {
    text-decoration: none;
}
.oelprograms__accolades .oelprograms__accolades-item a:hover {
    color: var(--nsu-green);
}
.oelprograms__accolades .oelprograms__accolades-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: .5rem;
    width: 175px;
}
.oelprograms__accolades .oelprograms__accolades-item span {
    font-weight: bold;
}
.oelprograms__hr {
    height: 3px;
    background: var(--nsu-yellow);
    border: 0;
    margin: 0;
}
@media (min-width: 768px) {
    .oelprograms__accolades .oelprograms__accolades-item {
        flex-basis: 49%;
    }
}
@media (min-width: 1024px) {
    .oelprograms__accolades .oelprograms__accolades-item {
        flex-basis: 32%;
    }
}
/** END Accolades **/

/** Explore Programs **/
.oelexploreprograms {
    background: url('https://www.nsu.edu/NSU/media/Media-Library/2025/oel/nsu-texture.svg') no-repeat var(--nsu-gray) left center;
    color: white;
    padding: 2rem 0;
    background-size: contain;
    appearance: none;
}

.oelexploreprograms .search-bar {
    display: flex;
    align-items: end;
    flex-wrap: wrap;

}

.oelexploreprograms h2 .color-yellow {
    color: var(--nsu-yellow);
}

.oelexploreprograms .search-field {
    margin-bottom: 1rem;
    flex: 100%;
    position: relative;
}

.oelexploreprograms .search-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.oelexploreprograms .search-field select:focus-visible {
    outline: 2px solid var(--nsu-yellow);
}

.oelexploreprograms .search-field:before {
    position: absolute;
    top: 69%;
    right: 20px;
    content: ' ';
    width: 0;
    height: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: var(--nsu-black) transparent transparent transparent;
    pointer-events: none;
}

.oelexploreprograms .search-button {
    background: var(--nsu-yellow);
    border: 0;
    color: var(--nsu-black);
    display: inline-block;
    font-weight: bold;
    padding: 22px 1rem;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    flex: 100%;
    height: 70px;
}

.oelexploreprograms .search-button:hover,
.oelexploreprograms .search-button:active {
    background: #f4d557;
    border-color: #f4d557;
}

.oelexploreprograms .search-button.disabled {
    background: lightgray;
    border-color: lightgray;
    color: var(--nsu-black);
    cursor: not-allowed;
}

.oelexploreprograms input,
.oelexploreprograms select {
    color: var(--nsu-black);
    font-family: var(--nsu-font);
    font-size: 1.5rem;
    margin-top: .5rem;
    padding: 1rem 1rem 1rem .5rem;
    width: 100%;
}

.oelexploreprograms h2 {
    color: #fff;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .oelexploreprograms .search-bar {
        flex: auto;
    }
    .oelexploreprograms .search-button {
        flex: 0;
    }
    .oelexploreprograms .search-field {
        margin-right: 2rem;
        margin-bottom: 0;
    }
    .oelexploreprograms .search-bar {
        flex-wrap: nowrap;
    }
}
/** END Explore Programs **/

/** Breadcrumbs Component **/
.oelcontent__breadcrumbs {
    font-size: 1.25rem;
    margin: 0 0 1rem;
}
.oelcontent .oelcontent__breadcrumbs a span {
    color: var(--nsu-green);
}
.oelcontent .oelcontent__breadcrumbs a span:hover,
.oelcontent .oelcontent__breadcrumbs a:hover {
    color: var(--nsu-yellow);
    background: transparent;
}
.oelcontent__breadcrumbs span {
    font-variation-settings: 'FILL' 1;
    font-weight: bold;
    color: var(--nsu-yellow);
    font-size: 1.5rem;
}
.oelcontent__breadcrumbs span#oelcontent__breadcrumbs-title {
    color: var(--nsu-black);
    font-weight: normal;
}
.oelcontent__breadcrumbs a:hover,
.oelcontent__breadcrumbs a:active {
    color: var(--nsu-yellow);
}
.oelcontent__breadcrumbs .fa-caret-right {
    color: var(--nsu-yellow);
    margin: 0 .5rem;
}
.oelcontent__breadcrumbs span.material-symbols-outlined {
    position: relative;
    top: 3px;
}
/** END Breadcrumbs Component **/

/** Content Component **/
.oelcontent {
    padding: 50px 0;
    position: relative;
    font-size: 1.5rem;
}
.oelcontent h1 {
    margin: 0 0 1rem;
    color: var(--nsu-green);
}
.oelcontent h2 {
    margin: 1.5rem 0 .75rem;
    color: var(--nsu-black);
    font-size: 1.75rem;
}
.oelcontent h3 {
    color: var(--nsu-gray);
    font-size: 26px;
}
.oelcontent p {
    margin-bottom: .75rem;
}
.oelcontent td {
    border: 1px solid #ccc;
    padding: .5rem 1rem;
    vertical-align: middle;
}
.oelcontent__decor {
    width: 15pt;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--nsu-yellow);
    height: 55%;
}
.oelcontent img {
    max-width: 100%;
    height: auto;
}
.oelcontent .content__grid {
    display: flex;
    flex-wrap: wrap;
}
.oelcontent a:hover {
    color: var(--nsu-black);
    background: var(--nsu-yellow);
    text-decoration: none;
}
.oelcontent .content__grid .content__grid-item {
    flex-basis: 100%;
    margin: 0 1rem 1rem 0;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.oelcontent .content__grid .content__grid-item:last-child {
    margin-bottom: 0;
}
.oelcontent .content__grid .content__grid-item:hover {
    opacity: .75;
}
.oelcontent .content__grid .content__grid-item img {
    max-width: 100%;
    height: auto;
    border: 3px solid var(--nsu-yellow);
    margin-bottom: .5rem;
}
.oelcontent .content__grid .content__grid-item {
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}
.oelcontent .content__grid .content__grid-item:hover {
    color: var(--nsu-green);
}
.oelcontent ul,
.oelcontent ol {
    margin: .5rem 0 1rem;
}
.oelcontent ul li,
.oelcontent ol li {
    margin-bottom: .5rem;
}
.oelcontent ul li:before {
    content: url('https://www.nsu.edu/NSU/media/Media-Library/2025/oel/nsu-bullet.png');
    position: relative;
    top: 5px;
    margin-right: .5rem;
}
.oelcontent .oelstaffgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oelcontent .oelstaffgrid-item {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    margin-bottom: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.oelcontent .oelstaffgrid-item .photo {
    flex-basis: 37%;
}
.oelcontent .oelstaffgrid-item .photo img {
    border: 3px solid var(--nsu-yellow);
}
.oelcontent .oelstaffgrid-item .info {
    flex-basis: 57%;
    margin-left: 1rem;
    font-size: 1rem;
}
.oelcontent a.degreeprograms {
    text-decoration: none;
}
.oelcontent a.degreeprograms:hover h3,
.oelcontent a.degreeprograms:active h3 {
    color: var(--nsu-yellow);
}

@media (min-width: 768px) {
    .oelcontent .content__grid .content__grid-item {
        flex-basis: 47%;
    }
    .oelcontent .oelstaffgrid-item {
        flex-basis: 100%;
    }
    .oelcontent .oelstaffgrid-item .photo {
        flex-basis: 20%;
    }
    .oelcontent .oelstaffgrid-item .info {
        flex-basis: 75%;
        font-size: 1.5rem;
    }
}
@media (min-width: 1280px) {
    .oelcontent .content__grid .content__grid-item {
        flex-basis: 32%;
    }
    .oelcontent .oelstaffgrid-item {
        flex-basis: 48%;
    }
    .oelcontent .oelstaffgrid-item .photo {
        flex-basis: 25%;
    }
    .oelcontent .oelstaffgrid-item .info {
        flex-basis: 70%;
    }
}
/** END Content Component **/

/** Footer Component **/
footer {
    background: #f2f2f2;
    border-bottom: 6px solid var(--nsu-yellow);
    color: #54585A;
    padding: 2rem 0;
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
}

.footer__container a {
    color: #54585A;
    text-decoration: none;
}

.footer__container a:hover {
    color: var(--nsu-green);
}

.footer__info {
    flex: 0 0 100%;
    margin-bottom: 1rem;
    font-variation-settings: 'FILL' 1;
}

.footer__info span.material-symbols-outlined {
    color: #54585A;
    font-size: 1.2rem;
    position: relative;
    top: 3px;
}

.footer__info-phone a:hover span.material-symbols-outlined,
.footer__info-address a:hover span.material-symbols-outlined {
    color: var(--nsu-green);
}

.footer__info-logo {
    margin-bottom: 1rem;
    max-height: 75px;
}

.footer__info-phone {
    font-weight: bold;
}

.footer__info-social {
    margin-top: 1rem;
}

.footer__info-social .fa-brands {
    font-size: 2rem;
}

.footer__info-social img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(8%) saturate(297%) hue-rotate(155deg) brightness(91%) contrast(81%);
}

.footer__info-social img:hover {
    filter: brightness(0) saturate(100%) invert(35%) sepia(12%) saturate(6684%) hue-rotate(132deg) brightness(88%) contrast(105%);
}

.footer__links {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
}

.footer__links>div {
    flex-grow: 1;
    margin-bottom: 1rem;
}

.footer__links-title {
    font-weight: bold;
}

.footer__links a {
    display: block;
}

@media (min-width: 768px) {
    footer {
        font-size: 18px;
    }
    .footer__info {
        flex: 0 0 35%;
        margin-bottom: 0;
    }

    .footer__links {
        flex: 0 0 65%;
    }

    .footer__links>div {
        margin-bottom: 0;
    }
}

/** END Footer Component **/

/** Five Grid Section **/
.oelprograms__fivegrid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.oelprograms__fivegrid-item {
    flex-basis: 100%;
    padding: .5rem;
    box-sizing: border-box;
}
.oelprograms__fivegrid-item p {
    font-size: 1.25rem;
}
.oelprograms__fivegrid-item span.material-symbols-outlined {
    color: var(--nsu-green);
    font-variation-settings: 'FILL' 1;
    font-size: 4rem;
}
@media (min-width: 768px) {
    .oelprograms__fivegrid-item {
        flex-basis: 50%;
    }
}
@media (min-width: 1280px) {
    .oelprograms__fivegrid-item {
        flex-basis: 33%;
    }
}
/** END Five Grid Section **/

/** CTA Section **/
.oelcta {
    display: flex;
    align-content: space-evenly;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}
.oelcta:nth-child(2 of .oelcta) {
    margin-bottom: 0;
}
.oelcta__section {
    display: flex;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    flex-basis: 100%;
    margin-bottom: 2rem;
}
.oelcta__section-icon {
    margin-right: 1.5rem;
}
.oelcta__section a {
    text-decoration: none;
    font-weight: bold;
}
.oelcta__section.oelcta__section-four h3 {
    font-size: 1rem;
}
.oelcta__section.oelcta__section-four span.material-symbols-outlined {
    font-size: 3rem;
}
.oelcta__section-four .oelcta__section-icon {
    margin-right: 1rem;
}
.oelcta__section a:hover span.material-symbols-outlined,
.oelcta__section.oelcta__section-four a:hover span.material-symbols-outlined {
    color: var(--nsu-yellow);
}
.oelcta__section-content p {
    margin-bottom: .5rem;
}
.oelcta__section span.material-symbols-outlined {
    color: var(--nsu-green);
    font-variation-settings: 'FILL' 1;
    font-size: 4rem;
}
.oelcta__section a span.material-symbols-outlined,
.oelcta__section.oelcta__section-four a span.material-symbols-outlined {
    color: var(--nsu-green);
    font-variation-settings: 'FILL' 1;
    font-size: 1.5rem;
    position: relative;
    top: 7px;
}
@media (min-width: 1280px) {
    .oelcta {
        flex-wrap: nowrap;
    }
    .oelcta__section {
        flex-basis: 33%;
    }
    .oelcta__section.oelcta__section-four {
        flex-basis: 25%;
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
}
/** END CTA Section **/