/*
Theme Name: 	California Lutheran University Theme __DEV__
Theme URI: 		http://allcampus.com
Description: 	Online-U framework to get started. Has all our integrations. Olark, Syndicate, Google, Header Tags includes.
Version: 			2.1.1
Author: 			AllCampus Design Team
Author URI: 	http://allcampus.com
Tags: 				online-u, starkers, bootstrap
*/

@import url('css/reset.css');
@import url('css/defaults.css');
@import url('css/insync.css');

/*******************************************
:--- Defaults ---:
*******************************************/

div,
article,
section,
header,
footer,
nav,
li {
    position: relative;
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
    font-size: 16px;
    font-family: var(--raleway);
}

section.block {
    padding: 80px 0;
}

.overflow-y {
    overflow-y: hidden;
}

.inner {
    position: relative;
}

::-moz-selection {
    background: var(--gold);
    color: #333;
}

::selection {
    background: #ffc222;
    color: #333;
}

:focus {
    outline: 1px solid #ffc222;
}

.shadow-small {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}


/*******************************************
:--- Wistia Video Thumbnail Fix ---:
*******************************************/

.wistia_embed div[data-handle="thumbnail"],
.wistia_embed div[data-handle="thumbnail"] * {
    height: 100%;
}


/*******************************************
:--- General ---:
*******************************************/

body,
input,
textarea {}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5em;
}

h1,
.page-title {
    font-size: 3.4em;
}

h2 {
    font-size: 2.25em;
}

h3 {
    font-size: 1.25em;
}

.h4,
h4 {
    font-size: 1.125em;
}

p {
    margin: 0 0 1.5em;
}

p.intro {
    font-size: 1.25rem;
    color: var(--purple);
    font-weight: 700;
}

a {
    outline: none;
    color: var(--blue-dark);
}

a:active,
a:focus,
a:hover {
    outline: none;
    color: var(--purple-alt);
}

a.bypass-block {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}

.bleed-up {
    margin-top: -50px;
}

hr.gold-hr {
    border-top: 2px solid var(--gold);
    opacity: 1;
    margin: 2.5rem 0;
}

hr.purple-hr {
    border-top: 2px solid var(--purple);
    opacity: 1;
    margin: 2.5rem 0;
}

hr.gray-hr {
    border-top: 4px solid var(--gray);
    opacity: 1;
    margin: 2.5rem 0;
}

hr.blue-hr {
    border-top: 4px solid var(--blue-medium);
    opacity: 1;
    margin: 2.5rem 0;
}

.txt-shadow {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}

.anchor-link {
    height: auto;
    width: 100%;
    clear: both;
    margin-top: -50px;
    position: absolute;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}


/*******************************************
:--- Buttons ---:
*******************************************/

.btn {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
    font-size: 1.5rem;
    font-family: var(--tungsten);
    font-weight: 500;
    padding: 5px 25px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn-arrow {
    position: relative;
    /* display: flex;
    justify-content: center; */
    line-height: normal;
    max-width: 260px;
    padding: 10px 20px;
    -webkit-appearance: initial;
}

.btn-arrow::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0da';
    font-weight: 900;
    font-size: 1em;
    margin-left: 10px;
}

.btn.btn-hero {
    font-size: 2em;
    background-color: var(--gold-alt) !important;
    color: var(--purple) !important;
}

.btn.btn-hero:hover,
.btn.btn-hero:focus,
.btn.btn-hero:active {
    background-color: var(--gold) !important;
}

.btn.btn-purple {
    font-size: 2em;
    background-color: var(--purple) !important;
    color: var(--white) !important;
}

.btn.btn-purple.read-more {
    font-size: 1.4em;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active {
    background-color: var(--purple-alt) !important;
}

.btn.btn-purple-alt {
    font-size: 2em;
    background-color: var(--purple-alt) !important;
    color: var(--white) !important;
}

.btn.btn-purple-alt:hover,
.btn.btn-purple-alt:focus,
.btn.btn-purple-alt:active {
    background-color: var(--purple) !important;
}

.btn.btn-gold-alt {
    font-size: 2em;
    background-color: var(--gold-alt) !important;
    color: var(--purple) !important;
}

.btn.btn-gold-alt:hover,
.btn.btn-gold-alt:focus,
.btn.btn-gold-alt:active {
    background-color: var(--gold) !important;
}

.btn.btn-header-nav {
    font-size: 1.25em;
    background-color: var(--purple-alt) !important;
    margin-left: 10px;
    color: var(--white) !important;
}

.btn.btn-header-nav:hover {
    color: var(--purple) !important;
}

.btn.btn-header-nav a {
    text-decoration: none;
    color: var(--white) !important;
}

.btn.btn-header-nav:hover,
.btn.btn-header-nav:focus,
.btn.btn-header-nav:active {
    color: var(--purple-alt);
    background-color: var(--gold-alt) !important;
}

.btn.btn-header-nav:hover>a,
.btn.btn-header-nav:focus>a,
.btn.btn-header-nav:active>a {
    text-decoration: none;
    color: var(--purple) !important;
}

.btn.btn-footer {
    font-size: 1.5em;
    background-color: var(--purple-alt) !important;
    color: var(--white) !important;
}

.btn.btn-footer:hover,
.btn.btn-footer:focus,
.btn.btn-footer:active {
    background-color: var(--gold) !important;
    color: var(--purple) !important;
}

.btn-sidebar {
    letter-spacing: .5px;
    font-size: 1.5rem !important;
    width: 100% !important;
    text-align: left;
    max-width: unset;
}

.btn-sidebar::after {
    right: 20px;
    position: absolute;
}

.btn.btn-small {
    font-size: .5em;
}

.asterisk {
    display: none;
}


/*******************************************
:--- Reusable ---:
*******************************************/

.live-chat,
.download,
.focus {
    cursor: pointer;
}

.hide {
    display: none;
}


/*******************************************
:--- Structure ---:
*******************************************/

#breadcrumbs {
    overflow: hidden;
    width: 100%;
    border-bottom: 4px solid var(--gray);
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}

#breadcrumbs li {
    display: inline;
    list-style: none;
    margin: 0 0.5em 0 0;
    text-transform: uppercase;
    font-size: .875rem;
}

#breadcrumbs li::before {
    display: none;
}

#breadcrumbs li a {
    color: var(--purple);
    text-decoration: none;
    font-weight: 600;
}

#breadcrumbs .separator {}


/*******************************************
:--- Alert - Global ---:
*******************************************/

#alert-container,
#alert-container .alert {
    background: #004085 !important;
}

#alert-container .alert {
    border: none;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 0;
    padding: 1.25em 4em 1.25em 1em;
}

#alert-container .alert-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#alert-container .alert-body {
    margin-bottom: 0;
    max-width: 80%
}

#alert-container button.btn-close:hover {
    color: #FFF;
}

@media (max-width: 768px) {
    #alert-container .alert-body {
        max-width: 100%
    }
}


/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
    background: #f6f6f6;
    position: relative;
}

header.site-header .site-logo {
    width: 100%;
}

header.site-header .site-logo img {
    width: 100%;
    max-width: 250px;
}

header.site-header .site-logo-mobile-nav img {
    width: 140px;
    height: auto;
}


/* .mobile-nav-header {
    border-bottom: 1px solid var(--offwhite);
} */


/*******************************************
:--- Navigation ---:
*******************************************/

.nav-wrap {}

.nav-wrap ul#menu-main {
    margin: 10px 0 0px 30px;
}

.nav-column {
    text-align: right;
}

.nav-cta ul {
    margin: 0;
}

.nav-cta li {
    display: inline-block;
    padding: 0 3px;
    margin: 0;
}


/* Desktop Menu & Hover States */

ul#menu-main-nav {
    margin: 0;
}

nav.site-nav .menu-item {
    display: inline-block;
    padding: 5px 20px;
    margin: 0;
    border-radius: 6px 6px 0 0;
}

nav.site-nav .menu-item:hover {
    background-color: var(--purple-dark);
}

nav.site-nav .menu-item a {
    font-weight: bold;
    font-size: 1.125rem;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    display: block;
    padding: 5px 0 10px;
}

nav.site-nav .menu-item:hover>a {
    color: var(--gold);
}

nav.site-nav ul.sub-menu {
    position: absolute;
    left: -999em;
}

nav.site-nav .menu>.menu-item.menu-item-has-children>a:after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0d7';
    color: var(--gold);
    font-weight: 900;
    margin-left: 6px;
}

nav.site-nav ul.sub-menu {
    background: var(--purple-dark);
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    z-index: 2;
}

nav.site-nav ul.sub-menu .menu-item {
    font-size: 1rem;
    text-transform: unset;
    float: left;
    text-align: left;
    padding: 5px 20px 0 0;
    width: 100%;
}

nav.site-nav ul.sub-menu .menu-item a {
    font-size: 1rem;
    text-transform: unset;
}

nav.site-nav ul.sub-menu .menu-item.mm-degree-level a {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
}

nav.site-nav ul.sub-menu .menu-item.mm-school a {
    color: var(--gold-light);
    font-size: 1.25rem;
    text-transform: unset;
    font-weight: 900;
}

nav.site-nav ul.sub-menu .menu-item.mm-degree a {
    font-size: 1rem;
    text-transform: unset;
    font-weight: 600;
    padding-top: 3px;
}


/*******************************************
:--- Hero and Page Title ---:
*******************************************/

.hero-wrap {
    margin: 0 0 2rem;
    height: 30vw;
    min-height: 380px;
}

.hero-wrap::before {
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.home .hero-wrap {
    margin: 0;
}

.hero-wrap h1,
.hero-wrap .h1 {
    margin: 0;
    font-size: 3.5rem;
    color: var(--white);
    font-weight: 700;
}

.hero-wrap .h1-smaller {
    font-size: 3.1em;
}

.hero-wrap .hero-content .inner {
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.hero-content ul.modalities {
    list-style: none;
    padding: 0;
}

.hero-content ul.modalities li {
    background: #fff;
    border-radius: 40px;
    color: #000;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0.25rem;
    padding: 0.4rem 0.7rem;
    text-shadow: none;
}

.hero-content ul.modalities li.online {
    background: var(--gold-alt);
    color: var(--purple);
}

.hero-content ul.modalities li.oncampus {
    background: var(--gold);
    color: var(--purple);
}

.hero-content ul.modalities li.hybrid {
    background: var(--purple);
    color: var(--gold-alt);
}


/*******************************************
:--- Homepage additions ---:
*******************************************/

.custom-accordion .accordion-item {
    margin-bottom: 10px;
    border: 0;
}

.custom-accordion button.accordion-button {
    background: var(--offwhite);
    color: var(--purple);
    font-family: var(--raleway);
    font-weight: bold;
    padding: 20px 30px;
}

.custom-accordion .accordion-button::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0d7';
    font-weight: 900;
    font-size: 1.7rem;
    line-height: .7;
    background-image: none;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: '\f0d8';
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
    outline: 1px solid var(--gold) !important;
}

.custom-accordion ul {
    list-style: none;
    /* Remove default bullets */
    margin: 1rem 2rem 1rem 3rem;
}

.custom-accordion ul li {
    list-style: none;
    /* Remove default bullets */
    margin: 0;
    padding: 0 0 .875rem;
}

.custom-accordion ul li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: .35rem;
    content: "\f111";
    display: inline-block;
    margin: -2px 0 0 -32px;
    padding-right: 1.5rem;
    color: var(--gold);
}

.home-experience {
    background-image: url("images/home/experience-bg.jpg");
    background-size: cover;
    background-position: center center;
}

.home-experience .highlight-item {
    background: rgba(223, 235, 241, 0.85);
}

.home-experience .highlight-item .svg-container {
    height: 60px;
    width: 60px;
}

.connect-section a {
    color: var(--purple-dark);
    text-decoration: none;
    font-weight: bold;
}

.connect-section a:hover {
    color: var(--purple);
    text-decoration: underline;
}

.connect-section .connect-item .svg-container {
    height: 40px;
    width: 40px;
}


/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul {
    list-style: none;
    /* Remove default bullets */
    margin: 0 2rem 2em 3rem;
}

.main-content ul li {
    list-style: none;
    /* Remove default bullets */
    margin: 0;
    padding: 0 1rem .875rem 0;
}

.main-content ul li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: .35rem;
    content: "\f111";
    display: inline-block;
    margin: -2px 0 0 -32px;
    padding-right: 1.5rem;
    color: var(--gold);
}

.main-content .table-wrap {
    overflow-x: auto;
}

.main-content table {
    margin: 0 0 1.5em;
    width: 100%;
    background-color: var(--light-gray);
}

.main-content table th {
    border: 1px solid var(--gray);
    background-color: var(--purple-alt);
    color: var(--white);
    padding: 1em;
}

.main-content table.table-hover th:hover {
    color: var(--white);
    background-color: var(--purple);
}

.main-content table.table-hover tr:hover th {
    color: var(--white);
    background-color: var(--purple);
}

.main-content table td {
    background-color: var(--white);
    border: 1px solid var(--gray);
    color: var(--black);
    padding: 1em;
}

.main-content table caption {
    font-size: 0.8em;
    margin: 1em 0 0;
}

ul.double-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


/*******************************************
:--- Sidebar ---:
*******************************************/

.sidebar-nav ul {
    background: var(--light-gray);
}

.sidebar-nav ul li {
    position: relative;
}

.sidebar-nav ul li ul {
    margin-left: 20px;
}

.sidebar-nav ul li a {
    font-size: .875rem;
    color: var(--purple);
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: all .2s ease-in-out;
}

.sidebar-nav ul li a:hover {
    padding: 10px 20px 10px 22px;
}

.sidebar-nav ul li a[aria-current="page"] {
    font-weight: 700;
    border-left: 4px solid var(--purple);
    background-color: var(--gray);
}

.sidebar-contact a {
    text-decoration: none;
    color: var(--blue-dark);
    font-weight: 500;
}

.sidebar-contact a:hover,
.sidebar-contact a:focus,
.sidebar-contact a:active {
    text-decoration: underline;
    color: var(--purple);
}


/* Quick Facts */

.quick-facts .icon {
    height: 40px;
    width: 40px;
}

.quick-facts .icon img {
    height: 40px;
    width: 40px;
}


/* blockquote */

blockquote footer cite {
    clear: both;
    display: block;
    font-style: unset;
    font-weight: 500;
    color: var(--black);
    font-size: .875rem;
}


/*******************************************
:--- Olark - Custom Keyboard Close Button ---:
*******************************************/

#olark-container button#close-chat {
    position: absolute !important;
    top: 13px !important;
    right: 40px !important;
    z-index: 10 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #FFF !important;
    font-size: 11px !important;
    box-shadow: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#olark-container button#close-chat:focus {
    border: 2px solid var(--gold) !important;
}


/*******************************************
:--- Form ---:
*******************************************/


/* Custom Form Styles */

.form-wrap {
    background: var(--offwhite);
}

.request-info-white-bg .form-wrap {
    background: #fff;
}

.form-wrap .inner-form {
    padding: 40px 0 0;
}

.form-wrap h2 {
    color: var(--purple);
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}

.form-wrap p.form-intro {
    font-size: 1rem;
}

.form {
    display: block;
    position: relative;
    width: 100%;
}

.form br {
    display: none;
}


/* INPUTS & SELECT */

.form .select-wrap {
    position: relative;
}

.form .select-wrap label {
    font-size: .875rem;
    font-weight: 700;
    margin: 0 0 5px;
}

.form .select-wrap label::after,
.form .input-wrap label::after {
    color: #CD273C;
    content: '*';
    padding-left: 6px;
    font-weight: 900;
    font-size: 1.5rem;
    position: absolute;
    top: -5px;
}

.form .select-wrap select {
    background: var(--white);
    white-space: nowrap;
    padding: 12px 60px 10px .96154em;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    border: 0;
    border-bottom: 3px solid var(--gold);
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-bottom: 20px;
}

.form .select-wrap:after {
    content: "\25BE";
    color: var(--purple);
    text-align: center;
    line-height: 48px;
    width: 48px;
    /* border-left: 1px solid #CCC; */
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.one-step-fields,
.multistep-fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.one-step-fields .input-wrap,
.multistep-fields .input-wrap {
    flex-grow: 1;
    width: 45%;
    position: relative;
}

.form .input-wrap label,
.form .input-wrap input {
    font-size: .875rem;
    display: block;
    width: 100%;
    border-radius: 0;
}

.form .input-wrap label {
    font-weight: 800;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
}

.form .input-wrap input,
.form .input-wrap .intl-tel-input input {
    border: 0;
    border-bottom: 3px solid var(--gold);
    border-radius: 0;
    font-size: .875rem;
    padding: 12px 15px;
}

.form .input-wrap .intl-tel-input {
    width: 100%;
}

.form .form-controls {
    float: left;
    display: block;
    width: 100%;
}

.form .form-controls button {
    font-family: var(--tungsten);
    font-weight: 500;
    border-radius: 0;
    background: var(--purple-alt);
    border: none;
    border-radius: 10px;
    box-shadow: none;
    color: #fff;
    display: block;
    height: auto;
    margin: 0 0 20px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.75rem;
    transition: all .2s ease-in-out;
    width: auto;
}

.form .form-controls button:hover {
    background: var(--purple);
}

.form .form-controls button::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0da';
    font-weight: 900;
    font-size: 1em;
    margin-left: 10px;
    text-transform: unset;
}

.form .form-controls button#previous {
    font-family: var(--raleway);
    font-size: 1rem;
    padding: 0;
    color: var(--blue-dark);
    background: transparent;
    text-shadow: none;
    text-transform: unset;
    text-decoration: underline;
    letter-spacing: unset;
}

.form .form-controls button#previous:hover {
    background: transparent;
    color: var(--purple-dark);
}

.form .form-controls button#previous::after {
    content: '\f0d9';
    float: left;
    margin-right: 10px;
}

.form .select-wrap select:focus-visible,
.form .input-wrap input:hover,
.form .input-wrap input:focus,
.form .input-wrap input:focus-visible,
.form .input-wrap input:active {
    background: #fff;
    color: var(--purple-alt);
    border-radius: 0;
}

.form .privacy,
.form .tcpa {
    font-weight: 400;
    font-size: 11px;
}

.form .tcpa {
    margin: 0;
}

.form .privacy span {
    color: #CD273C;
    font-weight: 700;
    font-size: 11px;
}

#registration_form span.error,
.form #programs-error.error,
.form #first_name-error.error,
.form #last_name-error.error,
.form #email-error.error,
.form #phone-error.error {
    color: #CD273C;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    padding: 1px 0 5px;
}

.form-home .form #programs-error.error,
.form-home .form #first_name-error.error,
.form-home .form #last_name-error.error,
.form-home .form #email-error.error,
.form-home .form #phone-error.error,
.form-home .form .privacy span {
    color: #BDDCFF
}

.form #programs-error.error {
    bottom: -25px;
}

#previously_enrolled_in_school-error,
#previously_received_degree_from_school-error {
    bottom: 0;
    left: 15px;
}

#registration_form span.required-field {
    color: #CD273C;
    margin-left: 5px;
}


/* International Phone */

.form .input-wrap .iti {
    display: block;
}

.form ul.iti__country-list li {
    margin: 0;
}

.form ul.iti__country-list li:before {
    display: none;
}

@media (max-width: 600px) {
    .form .input-wrap {
        float: none;
        margin: 0;
        width: 100%;
    }
    .form .form-controls {
        float: none;
        display: block;
        margin: 25px 0 1em;
        width: 100%;
    }
    .form #programs-error.error,
    .form #first_name-error.error,
    .form #last_name-error.error,
    .form #email-error.error,
    .form #phone-error.error {
        padding: 0;
    }
    .form #programs-error.error {
        bottom: -15px;
    }
}


/* sms opt-in */

.sms-opt-in-container {
    display: block;
    clear: both;
}

#ai-opt-in,
#sms-opt-in {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

#sms-opt-in {
    margin-bottom: 10px !important;
}

#ai-opt-in input,
#sms-opt-in input {
    margin-top: 6px !important;
}

#ai-opt-in label,
#sms-opt-in label {
    margin: 0 0 0 10px !important;
    text-transform: unset !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}


/* Popover */

.popover {
    background: var(--blue-dark);
    border: 1px solid var(--blue-dark);
    color: var(--white);
    padding: 6px;
    text-align: center;
}

.popover-body {
    color: var(--white);
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    border-bottom-color: var(--blue-dark) !important;
    border-top-color: var(--blue-dark) !important;
}


/*******************************************
:--- Blog and Articles ---:
*******************************************/

.news-pagination {
    display: block;
    margin-bottom: 2em;
    width: 100%;
    min-height: 30px;
    clear: both;
}

.news-pagination a {
    display: inline-block;
}

.prev-left {
    float: right;
    max-width: 46%;
}

.next-right {
    float: left;
    max-width: 46%;
}

.prev-left a,
.next-right a {}

.article-list h2 {
    color: var(--blue-medium);
}

.article-list h2 a {
    text-decoration: none;
}

.article-sidebar-block {
    background: var(--light-gray);
    border-top: 4px solid #e0e0e0;
}

.article-sidebar-block ul li {
    margin-bottom: 10px;
}

.article-sidebar-block ul li a {
    color: var(--purple);
    text-decoration: none;
}

.article-sidebar-block ul li a:hover,
.article-sidebar-block ul li a:active,
.article-sidebar-block ul li a:focus {
    color: var(--blue-dark);
}

.article-date,
.article-share {
    font-size: 1.3rem;
}


/*******************************************
:--- Faculty ---:
*******************************************/

.faculty-image-col {
    max-width: 120px;
    height: 120px;
}

.faculty-image img {
    border-radius: 50%;
    height: 100px;
    width: auto;
}

.faculty-title {
    font-size: .9rem;
}

.filter-select #filter-dropdown {
    background: var(--white);
    white-space: nowrap;
    padding: 12px 60px 10px .96154em;
    font-size: .875rem;
    font-weight: 400;
    display: block;
    border: 0;
    border-bottom: 3px solid var(--gold);
    position: relative;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.filter-select .filter-dropdown-wrap::after {
    content: "\25BE";
    color: var(--purple);
    text-align: center;
    line-height: 48px;
    width: 48px;
    /* border-left: 1px solid #CCC; */
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}


/*******************************************
:--- Accordion ---:
*******************************************/

.accordion .card,
.accordion .card .card-header {
    border-radius: 0;
}

.accordion .card .card-header .btn {
    display: block;
    text-align: left;
    width: 100%;
    padding: .375rem 0;
}

.accordion .card.header-only {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .card.header-only h5 {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem 0;
    font-size: 1rem;
    line-height: 1.5;
}


/*******************************************
:--- Strive ---:
*******************************************/

.strive-card p {
    font-size: 1rem;
}

.strive-image-col {
    height: 200px;
    width: auto;
}

.strive-image-col-small {
    width: 120px;
    margin: 0 auto;
}

.strive-image img {
    border-radius: 50%;
    width: auto;
}


/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
    color: #FFF;
    font-size: 12px;
    padding: 50px 0;
}

footer.site-footer img.site-logo {
    max-width: 350px;
    display: block;
    margin-bottom: 22px;
}

footer.site-footer a {
    color: var(--gold);
    text-decoration: none;
}

footer.site-footer a:hover {
    color: var(--gold-light);
    text-decoration: underline;
}

footer.site-footer ul li {
    list-style: none;
    margin-bottom: 20px;
}

footer.site-footer ul li ul {
    margin-top: 10px;
    margin-left: 15px;
}

footer.site-footer ul li a {
    font-size: 16px;
    color: var(--gold);
    text-decoration: none;
}

footer.site-footer ul li.fm-school a,
footer.site-footer ul li.fm-general a {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
}

footer.site-footer ul li.fm-school a:hover,
footer.site-footer ul li.fm-general a:hover {
    text-decoration: underline;
}


/* social-menu */

footer.site-footer .social-menu {
    margin: 0;
}

footer.site-footer .social-menu div {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin: 0 1px;
}

footer.site-footer .social-menu div a {
    color: var(--white);
    display: inline-block;
    font-size: 22px;
    text-align: center;
    margin: 0 10px 0 0
}

footer.site-footer .social-menu div a:hover {
    color: var(--gold-light);
}

footer.site-footer .social-menu div:last-child a {
    margin: 0;
}


/*******************************************
:--- Wistia Video Thumbnail Fix ---:
*******************************************/

.wistia_embed div[data-handle="thumbnail"],
.wistia_embed div[data-handle="thumbnail"] * {
    height: 100%;
}


/*******************************************
:--- Sidebar Info Session Widget ---:
*******************************************/

#info-session-wrapper {
    background: var(--offwhite) !important;
    border-left: 4px solid var(--gold);
}

#info-session-wrapper .info-session-hero {
    padding: 1rem !important;
    margin-bottom: 1.5rem !important;
}

#info-session-wrapper h2 {
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid var(--gold);
    padding-bottom: 10px;
}

#info-session-wrapper p {
    margin-bottom: .5rem;
}


/* Hide content for logged out users */


/* Hide the content by default */

.only-logged-in {
    display: none;
}


/* Show only when the user is logged in */

body.logged-in .only-logged-in {
    display: block;
}


/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {}

@media only screen and (max-width: 1440px) and (min-width: 1200px) {
    nav.site-nav .menu-item {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    nav.site-nav .menu-item {
        padding: 5px 10px;
    }
    nav.site-nav .menu-item a {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    nav.site-nav ul.sub-menu .menu-item {
        float: none;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
        float: none;
    }
    nav.site-nav .menu>.menu-item.menu-item-has-children>a:after {
        display: none;
    }
    /* hero alt styles */
    .hero-wrap {
        min-height: 330px;
    }
    .home .hero-wrap {
        background-position: right top !important;
    }
    .hero-wrap::before {
        display: block;
    }
    .hero-wrap h1,
    .hero-wrap .h1,
    .hero-wrap .h1-smaller {
        margin: 0;
        font-size: 2.375rem;
        color: var(--white);
        font-weight: 700;
    }
}

@media (min-width: 991px) {
    /* Desktop Navigation */
    nav.site-nav ul.sub-menu {
        padding: 1em;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
        left: 25px;
        padding: 25px;
        max-width: 650px;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
        position: relative;
        left: 0;
        padding: 0;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
        left: auto;
    }
    /* Sticky sidebar */
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px
    }
    .overlap {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    footer.site-footer img.site-logo {
        max-width: 200px;
    }
}

@media (max-width: 640px) {
    ul.double-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .sticky-sidebar {
        top: 0
    }
}


/* Careers addition */


/* Main Tab Styles */

.careertabs .widget-headline {
    background-color: var(--purple-alt);
    color: var(--white);
    text-align: center;
    padding: 20px 25px;
}

.careertabs .sub-headline {
    line-height: normal;
    margin-bottom: 15px;
    font-size: 1.3rem;
    padding: 0 15px;
}

.active.tabContent {
    display: block !important;
}

.span_left {
    width: 38%;
    float: left;
}

.span_right {
    position: relative;
    width: 60%;
    float: right;
}

.single-tab {}

.single-tab .display-image {
    background-position: top center;
    background-size: cover;
    margin: 0;
    position: relative;
    width: 100%;
    height: 18em;
    display: flex;
}

.single-tab .display-image::before {
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.single-tab .display-image .headline {
    display: flex;
    align-self: end;
    margin-bottom: 0;
    padding: 1rem;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    line-height: 1.2em;
}

ul.job-roles {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.job-roles li {
    background-color: var(--light-gray);
    color: var(--purple);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid var(--light-gray);
    margin-left: 0;
    margin-bottom: 0;
}

ul.job-roles li::before {
    content: none;
}

ul.job-roles li .content-inline {
    font-size: 1rem;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.5em;
    text-overflow: ellipsis;
    margin-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    /* display 2 lines only */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.job-roles li.active {
    background: var(--purple-alt);
    color: white;
}

ul.job-roles li:after {
    line-height: 67px;
}

.powered-by {
    text-align: center;
    padding: .8rem 0;
}

.powered-by p {
    font-size: .875rem;
    margin-bottom: 0;
}

.job-data {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-grow: 3;
    padding: 2rem 0;
}

.job-data .item {
    color: var(--purple-alt);
    flex-grow: 3;
}

.job-data p {
    margin-bottom: 0;
}

.job-data .item .value {
    font-size: 2rem;
    font-weight: bold;
    line-height: .5;
    margin-bottom: 1rem;
}

.job-data .item .value sub {
    white-space: nowrap;
    font-size: 1rem;
    overflow: hidden;
}

.job-data .item .desc {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.projected-growth {
    background-color: var(--purple-alt);
    color: var(--white);
    padding: 1.5rem;
}

.projected-growth .projection-percentage-and-arrow {
    display: flex;
    justify-content: end;
    align-items: end;
}

.projected-growth .projection-percentage-value {
    font-size: 3rem;
    font-weight: bold;
    padding: 0 0.3rem 0.3rem 0;
    line-height: .7;
}

.projected-growth .desc {
    text-align: right;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
}


/* Toggle national data switch */


/* Toggle Switch */

.toggle-switch {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
    margin: 10px 0;
}

.toggle-switch input {
    display: none;
}

.toggle-switch .slider {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
}

.toggle-switch .slider:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
}

.toggle-switch input:checked~.slider {
    background-color: var(--purple-alt);
}

.toggle-switch input:checked~.slider:before {
    transform: translateX(20px);
}

.toggle-label {
    margin: 0 5px;
    font-size: 0.9rem;
    color: var(--body-color);
}


/* Navigation Arrows */

.tab-navigation {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    z-index: 10;
}

.tab-navigation span {
    background-color: var(--gold-alt);
    border-radius: 6px;
    color: var(--purple);
    padding: 5px 15px 10px;
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

.tab-navigation span:hover {
    color: var(--black);
    background-color: var(--gold);
}

@media (max-width: 767px) {
    .careertabs {
        flex-direction: column;
    }
    .span_left,
    .span_right {
        padding-bottom: 10px;
        width: 100%;
        float: unset;
    }
}

@media (max-width: 500px) {
    .job-data {
        flex-direction: column;
    }
    .job-data .item {
        padding: 1.2rem 0;
    }
    .job-data .item .value {
        font-size: 2.5rem;
    }
}