﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700;800&family=Roboto:wght@400;500;700;900&display=swap');

.col-1000 {
    margin-top: 0px;
    padding: 0px;
    max-width: 100%;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.25em;
}

.purple-hero-column {
    padding: 30px;
    background-color: #2f1a45;
    min-height: 400px;
}

    .purple-hero-column h1 {
        font-size: 50px;
        color: #FFF;
        font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
        line-height: 60px;
    }

h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    letter-spacing: 2px;
}

#degree-accreditation-block h2 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #4F3674;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: inherit;
}

h3 {
    font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
    color: #4F3674;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}

#degree-curriculum-detail h3 {
    margin: 40px 0px 15px;
}

h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #4F3674;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    font-weight: 700;
}

#degree-heading p {
    font-size: 16px;
    color: #FFF;
}

    #degree-heading p.degree-level-text {
        color: #D6A800;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
    }

/* Offered & Format Icon / Text Area */

#offered-bar p {
    margin: 0px 0px 20px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
    color: #FFF;
}

/* SHOUT OUT DATE CTA */

.shout-out-date-cta {
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px #FFF solid;
    display: inline-block;
    border-radius: 100vw;
    text-align: center;
}

/* AWARD CALLOUT AREA INSIDE HERO */

.hero-award-container {
    margin: 0px -30px 30px;
    padding: 20px 0px 0px;
    background-color: #D6A800;
    display: flex;
    flex-direction: row;
}

.hero-award-icon-circle {
    margin: -20px 30px 0px -50px;
    display: inline-block;
    max-width: 120px;
}

    .hero-award-icon-circle img {
        margin: 0px auto;
        width: 100%;
        display: inline-block;
    }

#degree-heading .hero-award-container p {
    color: #2f1a45;
    margin-top: 5px;
    font-weight: 500;
    padding-right: 25px;
}

#degree-heading .hero-award-container p a {
    color: #2f1a45;
}

/** DEGREE PAGE ANCHOR NAVIGATION MENU **/

.degree-nav-white-bg {
    margin-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

/* Degree Page Tabbed Navigation */

nav.degree-tab-nav {
    margin: 0px;
    max-width: 1280px;
    font-weight: 400;
    font-family: 'Nunito Sans', Arial, Verdana, sans-serif;
    font-size: 20px;
}

    nav.degree-tab-nav ul {
        margin: 0px;
        padding: 10px;
        list-style-type: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

        nav.degree-tab-nav ul li {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin: 0px 3px 0px 0px;
            text-align: center;
        }

            nav.degree-tab-nav ul li:last-child {
                border-right: none;
            }

            nav.degree-tab-nav ul li a {
                margin: 0px auto;
                display: block;
                background-color: rgba(255, 255, 255, 0.75);
                color: #000;
                padding: 20px;
                text-decoration: none;
                transition: font-weight 0.15s ease-in-out;
                background-image: none;
                line-height: 25px;
            }

                /*nav.degree-tab-nav ul li a:focus,*/
                nav.degree-tab-nav ul li a:hover,
                nav.degree-tab-nav ul li a.activeTab {
                    background-color: rgba(255, 255, 255, 1.0);
                    color: #333;
                    display: flex;
                    font-weight: 800;
                    background: url(/degrees/images/v3/gold-navigation-dot.png) no-repeat center bottom;
                }

                nav.degree-tab-nav ul li a.degree-tab-nav-rfi {
                    background-color: #D6A800;
                    color: #333;
                }

/* Degree page sticky navigation class - this is applied via Javascript. Offset class is to push the overview copy down the height of the tab nav area when this nav goes sticky */

.degree-sticky-nav {
    margin-top: 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100% !important;
    max-width: none !important;
}

.overview-vertical-offset {
    height: 200px;
}

/* Degree Page In-page IQ CTA */

.in-page-iq-cta-block {
    background-color: #eee5bc;
    width: 100%;
}

a.iq-cta-block-link {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #2f1a45;
    color: #FFF;
    display: block;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out 0.25s;
}

a.iq-cta-block-link:hover {
    background-color: #FFF;
    color: #2f1a45;
}

/* IN-DEMAND SKILLS AREA */

.in-demand-skills-block {
    background-color: #4F3674;
    text-align: center;
}

    .in-demand-skills-block h3 {
        font-size: 30px;
        color: #FFF;
        font-family: 'Roboto Slab', 'Times New Roman', Times, serif;
        line-height: 40px;
    }

    .in-demand-skills-block p {
        font-size: 19px;
        color: #FFF;
        line-height: 25px;
    }

/* EXPANDABLE TOGGLER STYLES (CURRICULUM) */

/*.toggleable, .thirdLevelNavToggler {
    background: #FFF;
}

a.toggler {
    text-decoration: none;
    color: #000;
}

    a.toggler:hover {
        cursor: pointer;
    }

.toggler i {
    display: inline-block;
    color: #2f1a45;
    background-color: #FFF;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 17px;
    font-family: verdana;
}

    .toggler i.icon-caret-right {
        padding: 6px 17px;
    }

    .toggler i + span {
        margin: 0px 0px 0 4px;
    }

.toggle-container {
    display: block;
    border: 1px solid rgb(238, 238, 238);
    padding: 12px;
    margin: 0px;
    background: rgb(255, 255, 255);
    top: initial !important;
    width: initial !important;
    height: initial !important;
}

#left-side-menu .toggleable, #left-side-menu .thirdLevelNavToggler {
    background: none;
    border-bottom: 1px solid #666;
}

#left-side-menu .toggle-container {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
    background: none;
}
*/

/* COURSE SKILLS LIST STYLES -- 6/25/2021 */

.skills-list {
    background-color: #F6F6F8;
}

.skills-list-header {
    background-color: #e8e8e8;
    font-size: 17px;
    font-weight: 700;
}

.skills-list ul {
    column-count: 2;
}

/* TOGGLER STYLES */

.note_asterisk::after {
    content: " * ";
}

.note_dagger:after {
    content: " \2020 ";
}

.icon-caret-right:before {
    content: " - " "\f0da"
}

.icon-caret-down:before {
    content: " + " "\f0d7";
}

.courseV3-control-wrapper {
    background-color: #FFF;
    font-size: 16px;
}



/* Tuition and Fees Section Styles */
#degree-tuition-block {
    background-color: #FFF;
    min-height: 500px;
}

p.academic-year-header {
    margin: 0px 0px 15px;
    padding: 0px;
    font-size: 20px;
    font-weight: 800;
}

.tuition-cost-wrapper {
    padding: 30px;
    border: 1px #4F3674 solid;
    max-width: 550px;
}

.tuition-cost-wrap {
    margin-bottom: 0px;
    padding: 0px 0px 0px 15px;
    max-width: 550px;
}

p.tuition-cost {
    padding: 0px 20px 10px;
    color: #000;
    font-size: 35px;
    font-weight: 800;
    line-height: 45px;
}

    p.tuition-cost span {
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 700;
        color: #4f3674;
    }

    p.tuition-cost span em {
        font-size: 20px;
        font-weight: 700;
        color: #333;
        font-style: normal;
        text-transform: uppercase;
    }

#MilitaryExclusive, 
#OffuttExclusive {
    margin-top: 50px;
}


/* LEARNING EXPERIENCE SECTION */


/* Commenting this out to free up the layout possibilities to this area. Matt 02-15-2023

.learning-experience-block {
    background: #F7F7F7 url(/degrees/images/v3/learning-experience-desk.jpg) no-repeat top right;
} */

/***  CURRICULUM SECTION STYLES  ***/

.historical-curriculum-list {
    list-style: none;
    font-size: 16px;
}

.historical-curriculum-list li {
    list-style-type: none;
    display: inline-block;
}

#degree-curriculum-detail {
    padding: 40px 20px;
    background-color: #FFF;
}

/* SHOW ME MORE GRADIENT BUTTON AREA */
.show-me-more-gradient-button {
    margin: -5px 0px 50px 0px;
    padding: 0px 150px 30px 150px;
    width: 100%;
    z-index: 99;
    position: relative;
    text-align: center;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #4F3674;
    text-transform: uppercase;
    background: url(/degrees/images/v3/show-me-less-arrow.png) no-repeat bottom center, -moz-linear-gradient(top, rgba(255,255,255,0) 40%, rgba(255,255,255,1) 100%);
    background: url(/degrees/images/v3/show-me-less-arrow.png) no-repeat bottom center, -webkit-linear-gradient(top, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%);
    background: url(/degrees/images/v3/show-me-less-arrow.png) no-repeat bottom center, linear-gradient(to bottom, rgba(255,255,255,0) 40%,rgba(255,255,255,1) 100%);
}

    .show-me-more-gradient-button:focus {
        outline: none;
    }

    .show-me-more-gradient-button::before {
        content: " Show Me Less ";
    }

    .show-me-more-gradient-button.collapsed::before {
        content: " Show Me More ";
    }

    .show-me-more-gradient-button.collapsed {
        margin: -255px 0px 50px 0px;
        padding: 250px 150px 30px 150px;
        background: url(/degrees/images/v3/show-me-more-arrow.png) no-repeat bottom center, -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: url(/degrees/images/v3/show-me-more-arrow.png) no-repeat bottom center, -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: url(/degrees/images/v3/show-me-more-arrow.png) no-repeat bottom center, linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        transition: all 0.25s;
    }

#degree-curriculum-overflow {
    transition: height 0.50s;
}

/* Degree Page Credit Equation within Curriculum Section */
.credit-equation-wrap {
    margin: 40px 0px;
    font-family: 'Roboto', Arial, Verdana, sans-serif;
    max-width: 700px;
}

.credit-equation-row {
    padding: 10px 0px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
}

.credit-equation-number-wrap {
    flex: 1 1 auto;
    max-width: 25%;
}

.credit-equation-plus-wrap {
    flex: 0 0 auto;
    width: 35px;
}
.credit-equation-circle {
    padding: 15px;
    border-radius: 55px;
    color: #FFF;
    font-size: 40px;
}

    .credit-equation-row span {
        margin-bottom: 0px;
    }

    .credit-equation-sub-text {
        padding: 0px 10px;
        color: #333;
        font-size: 16px;
        margin: 30px 0px 0px 0px;
    }

.credit-equation-plus {
    font-size: 35px;
}

.total-credit-hours-row {
    padding: 10px;
    text-align: center;
}

p.total-credit-hours {
    margin: 0px;
    color: #333;
    font-size: 35px;
    font-weight: 400;
}

.credit-circle-gen-ed {
    background-color: #4e87a0;
}

.credit-circle-core {
    background-color: #D6A800;
}

.credit-circle-major {
    background-color: #4f3674;
}

    /* Only for "No New Admissions" degree pages */
.no-new-admissions-header {
    color: #2f1a45;
    font-size: 20px !important;
    font-family: 'Roboto Slab', Arial, Verdana, sans-serif;
}


/** TRANSFER SECTION STYLES **/

.transfer-block {
    background-color: #F5F5F5;
}

.v3-testimonial-wrap {
    margin-top: 50px;
    padding: 40px 60px;
    border: 1px #4F3674 solid;
}

.v3-testimonial-video-thumbnail {
    max-width: 600px;
    width: 100%;
    display: block;
}

.v3-testimonial-wrap blockquote {
    font-weight: 500;
    color: #333;
    line-height: 30px;
    max-width: 400px;
}

    .v3-testimonial-wrap blockquote footer {
        margin-top: 20px;
    }

    .v3-testimonial-wrap blockquote footer span {
        color: #333;
        font-size: 20px;
    }


/**  ADMISSIONS SECTION STYLES  **/
.accelerated-cohort-admissions-button {
    margin-bottom: 20px;
}

.accelerated-cohort-admissions-button {
    margin: 10px 20px 20px 0px;
    padding: 20px;
    background-color: #FFF;
    border: 1px #666 solid;
    transition: all ease-in-out 0.25s;
}

.accelerated-cohort-admissions-button:hover {
    background-color: #F1F1F1;
    border: 1px #333 solid;
}


/****  V3 DEGREE PAGE IQ STYLES  ***/
#degree-rfi-section {
    padding-bottom: 0px;
}

.iq-gradient-form-wrap {
    padding: 50px 0px;
    width: 100%;
}

    .iq-gradient-form-wrap h2 {
        font-size: 33px;
        line-height: 38px;
        color: #FFF;
        font-weight: 700;
    }

    .iq-gradient-form-wrap p,
    .iq-gradient-form-wrap ul {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 35px;
        color: #FFF;
        font-weight: initial;
        text-align: left;
        text-transform: initial;
    }

    .iq-gradient-form-wrap ul {
        margin: 0px 0px 30px 30px;
        list-style-type: disc;
        font-size: 18px;
    }

.iq-gradient-form {
    margin: 0px 0px 30px;
}

    .iq-gradient-form .form-group {
        margin-bottom: 30px;
    }

        .iq-gradient-form .form-group label {
            margin-bottom: 5px;
            font-weight: 700;
            color: #4F3674;
            font-size: 18px;
        }

        .iq-gradient-form .form-group input {
            border-radius: initial;
            border: 1px #4F3674 solid;
        }

        .iq-gradient-form .form-group select.form-control {
            border-radius: initial;
            border: 1px #4F3674 solid;
        }

    .iq-gradient-form .iq-form-cta-button {
        padding: 10px;
        background-color: #FFF;
        color: #4F3674;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        display: block;
        transition: all .25s ease-in-out;
        border: 1px #4F3674 solid;
    }

        .iq-gradient-form .iq-form-cta-button:hover {
            background-color: #4F3674;
            color: #FFF;
            font-weight: 700;
            text-align: center;
            display: block;
            text-decoration: none;
        }

    .iq-gradient-form p.form-step-counter {
        margin: 10px 0px 0px;
        font-size: 16px;
        text-align: center;
        display: block;
        color: #4F3674;
        font-weight: 700;
    }

.loading-bar-wrap {
    margin: 30px 0px 0px;
    padding: 0px;
    background-color: #F5F5F5;
}

.loading-bar-step-1 {
    width: 33%;
    height: 10px;
    background-color: #D6A800;
}

.loading-bar-step-2 {
    width: 66%;
    height: 10px;
    background-color: #D6A800;
}

.loading-bar-step-3 {
    width: 100%;
    height: 10px;
    background-color: #D6A800;
}

p.mobile-rfi-fine-print {
    color: #000;
}

.iq-form-content-pic {
    border-right: 5px #D6a800 solid;
    background: url(/degrees/images/v3/iq-form-content-pic.jpg) no-repeat top center;
    background-size: cover;
}


/*****  V2 STYLES BELOW  *****/
#degree-heading {
    max-width: 1280px;
    margin: auto;
}

#degree-nav-container {
    max-width: 1280px;
    margin: 0px auto;
}

.degree-section {
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 0px;
    width: 100%;
}

.back-to-degree-search a {
    margin-top: 100px;
    padding: 20px 30px 20px 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.1) url(/degrees/images/v2/left-arrow-black.png) no-repeat 15px center;
    transition: all 0.15s ease-in-out;
}

    .back-to-degree-search a:hover {
        color: rgba(0, 0, 0, 1.0);
        background-color: rgba(0, 0, 0, 0.2);
        background-position: 12px center;
    }

.subheading-wrap {
    margin: 0px 0px 100px 0px;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

    .subheading-wrap p span {
        color: #FFF;
        font-size: 45px;
        font-weight: 800;
        font-family: 'Nunito Sans', Arial, Verdana, sans-serif;
        letter-spacing: -0.025em;
    }

.degree-nav-content-wrap {
    padding: 0px;
    max-width: 1280px;
}

.degree-nav-content {
    background-color: #FFF;
    padding: 20px 20px 0px 20px;
}



span.degree-nav-credit-hour-total {
    font-size: 20px;
    color: #999;
    font-weight: 400;
}




/* Arrow Bullet Points for Program Outcomes & other Bulleted Lists on degree pages. Column Count is adjusted in the Style tag of each <ul> along with other custom styles */


ul.degree-arrow-bullets {
    margin: 20px 0px 40px 20px;
    list-style-type: none;
    font-weight: 700;
}

    ul.degree-arrow-bullets li {
        margin-bottom: 10px;
        padding: 0px 10px 0px 30px;
        background: url(/degrees/images/v2/degree-arrow-bullet.png) no-repeat left 5px;

    }

/* CTA Column Styles */

.cta-column-wrap {
    margin: 30px 0px 30px 30px;
    padding: 30px 0px 30px 60px;
    border-left: 5px #f6f6f8 solid;
    max-width: 400px;
    font-weight: 700;
}

.cta-headline {
    color: #4e3471;
    font-size: 26px;
    font-weight: 800;
    line-height: 28px;
}

.cta-column-wrap ul {
    margin: 0px 0px 20px 30px;
    padding: 0px 10px;
    color: #4e3471;
    font-size: 16px;
}

.cohort-icon-wrap {
    padding: 0px;
    text-align: center;
    display: block;
}

.cohort-icon {
    margin-bottom: 10px;
}


/* Degree Page Buttons - background color defined on <a> tag on index page */

.degree-page-cta-button a {
    margin: 20px auto;
    padding: 20px 0px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 17px;
    font-weight: 800;
    transition: all 0.15s ease-in-out;
}

    .degree-page-cta-button a:hover {
        color: rgba(0, 0, 0, 1.0);
        background-color: rgba(0, 0, 0, 0.2);
    }

.degree-page-cta-arrow-button a {
    margin: 20px auto;
    padding: 20px 0px 20px 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 17px;
    font-weight: 800;
    background: url(/degrees/images/v2/right-arrow-black.png) no-repeat 255px 25px; 
    transition: all 0.15s ease-in-out;
}

    .degree-page-cta-arrow-button a:hover {
        color: rgba(0, 0, 0, 1.0);
        background-color: rgba(0, 0, 0, 0.2);
        background: url(/degrees/images/v2/right-arrow-black.png) no-repeat 260px 25px;
    }

.degree-page-large-cta-button {
    margin: 0px;
    padding: 20px 30px;
    border-radius: 0px;
    background-color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.degree-page-accreditation-arrow-button a {
    margin: 20px 0px;
    padding: 20px 0px 20px 40px;
    max-width: 380px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 17px;
    font-weight: 800;
    background: url(/degrees/images/v2/right-arrow-black.png) no-repeat 320px 25px;
    transition: all 0.15s ease-in-out;
}

    .degree-page-accreditation-arrow-button a:hover {
        color: rgba(0, 0, 0, 1.0);
        background-color: rgba(0, 0, 0, 0.2);
        background: url(/degrees/images/v2/right-arrow-black.png) no-repeat 325px 25px;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

#degree-curriculum-section p.photoCredit {
    padding-top: 35px;
}

/* Degree Page BLS Data Styles */

.degree-careers-section {
    max-width: 1280px;
    margin: 0px auto;
}

.career-flex-wrap {
    margin: 50px 0px 20px;
}

.career-item-wrap {
    max-width: 500px;
    float: left;
    margin: 30px;
}

.career-item-content-wrap {
    background: #EEEEEE;
    padding: 20px;
    min-height: 200px;
    max-width: 500px;
    font-size: 16px;
}

.graph-spacing {
    margin-top: 40px;
    max-width: 700px;
}

.career-row {
    padding: 20px;
    border-top: 1px #CCC solid;
}

    .career-row ul {
        margin-bottom: 0px;
        margin-left: 0px;
        list-style-type: none;
    }

p.career-label {
    margin-bottom: 0px;
    color: #4F3674;
    font-weight: bold;
}

.career-header-wrap {
    background-color: #4F3674;
    min-height: 90px;
}

.career-name {
    margin: 0px;
    padding: 10px;
    font-weight: 700;
    font-size: 1.3em;
    color: #ffffff;
}

p.career-value {
    margin-bottom: 0px;
    font-size: 16px;
    color: #4F3674;
}

.amount-high, .amount-low {
    color: #666;
}

.degree-careers .graph {
    margin: 10px 0px;
}

.graph svg {
   border: 1px #D6A800 solid;
}


/* Footer Top Margin Override */


#site-footer, .footer-section-wrap {
    margin-top: 0px;
}

/*****************************************/
/* Degree Page Mobile Styles Start Here */
/*****************************************/

@media (max-width: 767px) {

    .degree-nav-content h1 {
        font-size: 20px;
        display: block;
    }

    .purple-hero-column h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .purple-hero-column {
        min-height: inherit;
    }

    .hero-award-icon-circle img {
        max-width: inherit;
    }

    #offered-bar li,
    #offered-bar li#MainContent_buOfferedNavigation_liTraditional {
        margin-bottom: 0px;
        padding: 0px 10px;
        background-image: none;
        background-color: #f6f6f8;
        border-radius: 5px;
        color: #666;
    }

    ul.degree-arrow-bullets {
        column-count: 1 !important;
    }

    .subheading-wrap {
        margin: 0px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.1);
        max-width: initial;
        display: block;
    }

    .subheading-wrap p span {
        font-size: 35px;
    }

    span.degree-nav-credit-hour-total {
        display: none;
    }

    nav.degree-tab-nav {
        margin: 0px;
        max-width: 1280px;
        display: block;
    }

    nav.degree-tab-nav.hidden-xs {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    nav.hidden-xs.degree-tab-nav:last-of-type {
        display: none !important;
    }

    nav.degree-tab-nav {
        height: auto;
        width: 100%;
        margin: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


        nav.degree-tab-nav ul {
            justify-content: initial;
        }

            nav.degree-tab-nav ul li {
                float: none;
                border: none;
                display: inline-block;
                margin: 0px;
                flex: none;
                border-bottom: none;
                width: 25%;
            }

                nav.degree-tab-nav ul li a {
                    width: 100%;
                    background-color: #FFF;
                    color: #000;
                    font-size: 16px;
                    font-weight: 700;
                    padding: 10px;
                    line-height: 1.25em;
                    display: block;
                    text-align: center;
                }

                    nav.degree-tab-nav ul li a:hover,
                    nav.degree-tab-nav ul li a:focus,
                    nav.degree-tab-nav ul li a.activeTab {
                        color: #000;
                        background-color: #FFF;
                        line-height: 1.25em;
                        display: block;
                    }


    #degree-heading {
        min-height: initial;
    }


    .back-to-degree-search a {
        display: none;
    }

    .cta-column-wrap {
        margin: 30px 0px 30px 10px;
        padding: 30px 0px 30px 30px;
        border-left: 5px #f6f6f8 solid;
    }

    .degree-page-accreditation-arrow-button a {
        padding: 20px;
        background: none;
        text-align: center;
    }

        .degree-page-accreditation-arrow-button a:hover {
            background: none;
        }

    .degree-page-cta-arrow-button a {
        padding: 20px;
        background: none;
        text-align: center;
    }

        .degree-page-cta-arrow-button a:hover {
            background: none;
        }

    .degree-page-large-cta-button {
        display: block;
        width: 100%;
    }

    p.academic-year-header {
        display: block;
    }

    .tuition-cost-wrap {
        max-width: initial;
    }

    .career-item-wrap {
        float: none;
        margin: 30px auto; 
    }

    .career-header-wrap {
        width: 100%;
        min-height: 90px;
        font-size: 18px;
    }

    .career-name {
        margin: 0px;
        padding: 10px;
        color: #FFF;
    }

}

@media (max-width: 1200px) {

    #offered-bar {
        text-align: left;
    }

    #degree-tuition-block {
        background-color: #fafaf7;
        background-image: none;
    }

}

@media (max-width: 1400px) {

    .hero-award-icon-circle {
        margin: -20px 30px 0px 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

/*********************  EVERYTHING BELOW THIS IS UN-MODIFIED CSS FROM styles-all.css ***********************/

#degree-listing-section {
    padding: 30px 0;
    margin: 0 auto;
}



#degree-heading img {
    width: 100%;
    /*height: 209px;*/
    display: block;
}

/* CPE Application Callout */

.cpe-apply-callout {
    margin: 0px 0px 30px 30px;
    padding: 20px;
    background: #f6f6f8;
    float: right;
    width: 300px;
    font-size: 0.9em;
    border: 1px #CCC solid;
}

    .cpe-apply-callout h2 {
        color: #333;
        font-size: 1.5em;
        font-weight: 700;
    }

    .cpe-apply-callout ul {
        margin-left: 25px;
    }

    .cpe-apply-callout .cpe-apply-callout-button {
        padding: 20px;
        width: 100%;
        display: block;
        background-color: #4F3674;
        color: #FFF;
        text-align: center;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 400;
        font-size: 1.25em;
        text-decoration: none;
    }

        .cpe-apply-callout .cpe-apply-callout-button:hover {
            padding: 20px;
            width: 100%;
            display: block;
            background-color: #D6A800;
            color: #333;
            text-align: center;
            font-family: "Nunito", Arial, Verdana, sans-serif;
            font-weight: 400;
            font-size: 1.25em;
            text-decoration: none;
        }

.cpe-apply-callout-phone {
    margin: 20px 0px 0px;
    text-align: center;
}

.naadac-wrapper {
    margin: 0px 0px 30px 30px;
    width: 300px;
    float: right;
}

    .naadac-wrapper img {
        margin: 0px auto;
        width: 168px;
        display: block;
    }

/* IX. Degree Page Content Section */

#full-content-wrap {
    margin: 40px auto 0px;
    width: 1000px;
    background-color: #CCC;
    overflow: hidden;
}

#full-content {
    padding: 20px;
    width: 960px;
}

p.intro {
    font-size: 1.2em;
}

.floatRight {
    margin: 15px 0px 15px 15px;
    float: right;
}

.floatLeft {
    margin: 15px 15px 15px 0px;
    float: left;
}


/* Degree Search Box and Table Styles */

#degree-search-wrapper {
    margin: 0px auto;
    border: 1px #CCC solid;
    background-color: #F1F1F1;
    overflow: hidden;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
}

#degree-search-top {
    padding: 15px;
    background-color: #4F3674;
    border: 1px #1f082f solid;
}

    #degree-search-top h1 {
        margin: 0px;
        color: #FFF;
        font-size: 1.5em;
        font-family: "Nunito Sans", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

    #degree-search-top h2 {
        margin: 0px;
        font-size: 1.45em;
        color: #FFF;
        line-height: 1.35em;
        font-family: "Nunito Sans", Arial, Verdana, sans-serif;
        font-weight: 300;
    }

.degree-search-content {
    padding: 30px;
}

.degree-search-bar {
    margin: 10px auto 30px;
    width: 650px;
    overflow: hidden;
}

#MainContent_GenericContent_txtSearchField { /* Degree Search field ID & styles */
    margin: 0px 30px 0px 0px;
    padding: 10px 10px 10px 35px;
    font-size: 1em;
    font-family: Arial, Verdana, sans-serif;
    width: 450px;
    border: 1px solid #D6A800;
    float: left;
    background: #FFF url(/images/search-icon.png) no-repeat 10px 12px;
}

#degree-search-button {
    padding: 10px 20px;
    display: block;
    float: left;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", Arial, Verdana, sans-serif;
    font-weight: 400;
    text-decoration: none;
    background-color: #4F3674;
}

    #degree-search-button:hover {
        background-color: #D6A800;
    }

.search-param-wrapper {
    margin: 10px auto;
    padding: 0px;
    width: 750px;
    overflow: hidden;
}

    .search-param-wrapper p {
        margin-bottom: 0px;
        font-size: 1.15em;
        color: #4F3674;
    }

div.degreeSearchLeftChoices {
    width: 25%;
}

div.degreeSearchMiddleChoices {
    width: 30%;
}

div.degreeSearchRightChoices {
    width: 45%;
}

div.degreeSearchLeftChoices,
div.degreeSearchMiddleChoices,
div.degreeSearchRightChoices {
    float: left;
}

    div.degreeSearchLeftChoices span input,
    div.degreeSearchMiddleChoices span input,
    div.degreeSearchRightChoices span input {
        margin-right: 10px;
    }

    div.degreeSearchLeftChoices span label,
    div.degreeSearchMiddleChoices span label,
    div.degreeSearchRightChoices span label {
        color: #4a1e6a;
        font-size: 0.9em;
        font-family: Arial, Verdana, sans-serif;
    }

.margin-bottom-20 {
    margin-bottom: 20px;
}

table#degree-list {
    width: 100%;
}

    table#degree-list th {
        padding: 10px;
        font-size: 1.25em;
        color: #4F3674;
        font-family: "Nunito", Arial, Verdana, sans-serif;
        font-weight: 400;
    }

    table#degree-list td {
        padding: 10px 10px 10px 16px;
    }

.degree-list-td-name, .degree-list-header-text {
    text-align: left;
    vertical-align: top;
}

.degreeListTable tr.altRow, .altRow {
    background-color: #F5F5F5;
}

/* BEGIN DEGREE PAGE TABLE STYLES */

/* BEGIN TUITION TABLE STYLES */

.tuition-table {
    width: 500px;
}

aside .tuition-table {
    width: 100%;
}

.tuition-wrapper {
    max-width: 400px;
}


/* BEGIN DEGREE PAGE FORM FIELD STYLES */

#frmDegreeSearch label.round {
    padding: 0 0 0 10px;
    height: 27px;
    margin: 0 0 10px 0;
}

#frmDegreeSearch .round input {
    background: #FFFFFF;
    padding: 5px;
    height: 17px;
}

#frmDegreeSearch .round span {
    padding: 0 10px 0 0;
    height: 27px;
}

/* Accreditation statement */


#degree-accreditation {
    display: table;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: none;
}

    #degree-accreditation p {
        font-size: 1em;
    }

.current-student-requirement {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

/* Degree Details Column */

.degree-details-column-wrapper {
    margin: 0px 0px 20px 35px;
    width: 247px;
    float: right;
}

#degree-details-column {
    padding: 15px;
    background-color: #F1F1F1;
}

    #degree-details-column .container-fluid {
        padding: 0px 10px;
    }

    #degree-details-column h3 {
        margin: 0px 0px 15px 0px;
    }

/* Degree Page Video Thumbnails */

.degree-video-thumbnail {
    margin: 20px 0px 30px 30px;
    float: right;
}

    .degree-video-thumbnail p {
        font-size: 0.8em;
        color: #000;
        text-align: center;
    }


/* DEGREE PAGE RELATED DEGREES */

#related_degrees {
    margin-bottom: 50px;
    background-color: #fff;
}

    #related_degrees ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #related_degrees ul li {
            margin: 10px 15px 0px 0px;
            padding: 15px 10px 0px 0px;
            display: inline-block;
        }

            #related_degrees ul li a {
                padding: 10px;
                background-color: #f6f6f8;
                border-radius: 10px;
                font-weight: bold;
                text-decoration: none;
                border: 1px #CCC solid;
                text-align: center;
                white-space: nowrap;
                color: #2f1a45;
            }

                #related_degrees ul li a:hover,
                #related_degrees ul li a:focus {
                    background-color: #FFF;
                    color: #4F3674;
                }


/* DEGREE PAGE RELATED NEWS STORIES */

#related-stories {
    margin: 30px 0px;
    padding: 20px;
}

    #related-stories ul {
        margin: 0px;
        display: flex;
    }

        #related-stories ul li {
            margin: 0px 10px;
            vertical-align: text-top;
            list-style-type: none;
            display: inline-block;
            border-top: 3px #4F3674 solid;
            background-color: #f6f6f8;
            font-weight: 700;
            font-size: 18px;
        }

            #related-stories ul li a {
                padding: 30px;
                display: block;
                font-family: 'Nunito Sans', Arial, Verdana, sans-serif;
            }




/*********************************************************/
/* Mobile & Responsive styles below */
/*********************************************************/


@media (min-width: 768px) {


    .mobile-rfi-fine-print {
        display: none;
    }

    .mobile-rfi-content {
        display: none;
    }
}

@media (max-width: 767px) {

    h1 {
        margin-bottom: 10px;
    }

    .degree-section {
        float: none;
        padding: 20px 0px;
        width: 100%;
    }

    #degree-overview-content {
        padding: 0px 20px;
        width: 100%;
        float: none;
    }

    .degree-details-column-wrapper {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .degree-details-column-wrapper {
        float: none;
    }

    #degree-details-column {
        margin: 0;
        width: 100%;
    }

    .degree-video-thumbnail {
        margin: 20px auto 20px;
        float: none;
        width: 250px;
        display: block;
    }

    ul.degree-share-nav {
        list-style-type: none;
    }

    .degree-award-container {
        display: none;
    }

    #degree-heading img {
        width: 100%;
        height: auto;
        display: block;
    }

    #degree-admissions-requirements-detail ul.numbered,
    #degree-curriculum-detail ul.numbered {
        margin-left: 20px;
    }

    #degree-curriculum-detail {
        padding: 10px;
    }

    .skills-list ul {
        margin-left: 40px;
        column-count: 1;
    }

    #divIQ {
        padding-top: 20px;
    }

    #divIQ .col-md-6.text {
        padding: 10px 30px 10px;
    }

    #divIQ img {
        display: none;
    }

    .desktop-rfi-content {
        display: none;
    }

    .desktop-rfi-fine-print {
        display: none;
    }

    #divIQ-intro-text {
        font-size: 30px;
        margin: 0px 0px 20px;
    }

}

@media (max-width: 1000px) {

    /*** VER 3 ***/

    .learning-experience-block {
        background: none;
    }

    .courseV3-control-button { /* TOGGLER FONT SIZE OVERRIDE */
        font-size: 16px;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    nav.degree-tab-nav {
        margin: 0px 0px 38px;
    }

        nav.degree-tab-nav ul li a {
            min-height: 80px;
        }
}
