/*
Theme Name: 	UC Law SF Theme
Theme URI: 		http://allcampus.com
Description: 	Base theme for Master's and Certificate programs
Version: 		1.0.0
Author: 		AllCampus Design
Author URI: 	http://allcampus.com
Tags: 			starkers, bootstrap
*/

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

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

body {
    font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 2rem;
}

h1,
.h1 {
    font-family: var(--georgia);
    font-size: 5rem;
    line-height: 1.125;
}

h2 {
    font-family: var(--georgia);
    font-size: 2.375rem;
}

h3 {
    font-family: var(--arial);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin: 0 0 1.5rem;
}

a,
a:active {
    color: var(--light-blue);
    text-decoration: underline;
}

a:hover {
    text-decoration: none
}

a:focus-visible {
    background: var(--light-gold);
    color: var(--text) !important;
    outline: 0;
}

ul {
    padding-left: 1rem;
}

@media (max-width: 992px) {
    h1,
    .h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.625rem;
    }
}


/*******************************************
:--- Sections ---:
*******************************************/

section {
    padding: 80px 0;
}

.section {
    margin: 80px 0;
}

section.content-section {
    padding: 0 0 80px;
}

@media (max-width: 767px) {
    section {
        padding: 50px 0;
    }
    .section {
        margin: 50px 0;
    }
}


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

.alert-message {
    color: #fff;
    font-size: 1rem;
}

.alert-message a {
    color: #fff;
    font-weight: bold;
}


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

header.site-header {
    position: sticky;
    transition: all .5s;
    z-index: 1050;
}

header.site-header .header-top {
    padding: 16px 0 0 0;
}

header.site-header .header-top .program-title {
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
}

header.site-header .header-top .cta-container {
    max-width: 1400px;
    width: 100%;
}

header.site-header .site-logo {
    display: block;
    max-width: 237px;
}

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

header.site-header .header-main {
    padding: 12px 0 28px;
}

header a {
    color: #fff;
}

@media (max-width: 767px) {
    header.site-header .header-main {
        padding: 28px 0;
    }
}


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

nav.site-nav .menu {
    padding: 0;
    margin: 0;
}

nav.site-nav .menu-item a {
    color: var(--light-gold);
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 768px) {
    /* Desktop Menu & Hover States */
    nav.site-nav .menu {
        display: flex;
        justify-content: space-between;
        gap: 0;
    }
    nav.site-nav .menu-item {
        /* flex: 1 1 100%; */
        list-style: none;
        text-align: center;
    }
    nav.site-nav .menu-item a {
        color: #fff;
        font-size: 0.875rem;
    }
    nav.site-nav .menu>.menu-item:last-child>a {
        padding: 10px 0 10px 20px;
    }
    nav.site-nav .menu-item a:hover,
    nav.site-nav .menu-item a:focus {
        color: #c0cad3;
        text-decoration: underline;
    }
    nav.site-nav ul.sub-menu {
        background: var(--uclaw-blue-dark);
        border: 0;
        border-radius: 0;
        position: absolute;
        left: -999em;
    }
    nav.site-nav ul.sub-menu .menu-item {
        float: none;
    }
    /* Desktop Navigation */
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
        display: block;
        left: auto;
        right: 0;
        /* width: 100%;
		max-width: 251px; */
        padding: 12px 0;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: -999em;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
        display: block;
        left: auto;
    }
    nav.site-nav .menu-item.menu-item-has-children.open ul.sub-menu.dropdown-menu {
        border-radius: 0;
        display: block;
        float: none;
        left: 0;
    }
}


/* Mobile Nav Customization */

.nav-open span {
    background: #fff;
}


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


/* Hero Section */

.hero-section.hero-home {
    background-position: center left;
    background-size: cover;
}

.hero-section.hero-home .program-title {
    font-family: var(--arial);
    font-size: 1rem;
}


/* Benefits & Quick Facts */

.benefits-section .benefit-bullet {
    list-style: none;
}

.benefits-section .benefit,
.facts-section .benefit {
    flex: 1 1 100%;
}

.benefits-section .benefit-icon,
.facts-section .benefit-icon {
    font-size: 2.25rem;
}

.benefits-list {
    margin: 0;
}

.benefits-list .benefit-icon {
    font-size: 1.25rem;
}

.facts-section table tr td,
.facts-section table tr th {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.facts-section .quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.facts-section .quick-facts .fact {
    background: #fff;
    flex: 1 1 40%;
    padding: 24px;
}

.facts-section .quick-facts .fact:first-of-type {
    flex: 1 1 100%;
}

.facts-section .quick-facts .fact-header {
    color: var(--text-light);
    display: flex;
    gap: 10px;
    font-size: 1.125rem;
}

.facts-section .quick-facts .fact-header .icon {
    font-size: 1.25rem;
}

@media (max-width: 425px) {
    .facts-section .quick-facts {
        gap: 15px;
    }
    .facts-section .quick-facts .fact {
        flex: 1 1 100%;
        padding: 15px;
    }
}


/* Why MLS */

.card {
    border: none;
    border-radius: 0;
    flex: 1 1 0%;
    align-items: stretch;
}

.card-text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-text p:last-of-type {
    margin: auto 0 0;
}

@media (max-width: 1200px) {
    .card {
        flex: 1 1 40%;
    }
}

@media (max-width: 575px) {
    .card {
        flex: 1 1 100%;
    }
    .card-text p:last-of-type {
        margin: auto 0 20px;
    }
}


/* Specialization */

.specialization-box {
    padding: 60px;
}

.specialization-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.specialization-list li {
    list-style: none !important;
    margin: 0 !important;
    width: calc(25% - 15px);
}

.specialization-list li a {
    background: var(--uclaw-blue-dark);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 14px;
    text-align: left;
    text-decoration: none;
}

.specialization-list li a:hover,
.specialization-list li a:focus,
.specialization-list li a:active {
    background: var(--light-gold);
    color: var(--uclaw-blue-dark);
}


/* Narrow Version */

.specialization-list.narrow li {
    width: calc(33% - 11px);
}

@media (max-width: 1200px) {
    .specialization-list li {
        width: calc(32.9% - 10px);
    }
    .specialization-list.narrow li {
        width: calc(50% - 10px);
    }
}

@media (max-width: 992px) {
    .specialization-box {
        padding: 30px;
    }
    .specialization-list li {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .specialization-box {
        padding: 40px 20px;
    }
    .specialization-list.narrow {
        gap: 10px;
    }
    .specialization-list.narrow li {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .specialization-box {
        padding: 30px 20px;
    }
    .specialization-list {
        gap: 10px;
        /* height: auto; */
    }
    .specialization-list li {
        width: 100%;
    }
}


/* Form Section */

.form-section {
    padding: 0;
}


/* Home Content */

.home-box {
    background-color: var(--light-grey);
    padding: 2rem;
}

.home-content {
    background-color: var(--white);
    box-shadow: 0 1px 25px rgba(0, 0, 0, .1);
    margin-right: -4rem;
    padding: 2rem;
    z-index: 5;
}

.flex-row-reverse .home-content {
    margin-left: -4rem;
    margin-right: auto;
}

@media (max-width: 992px) {
    .home-content {
        margin-right: auto;
    }
    .flex-row-reverse .home-content {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .home-box,
    .home-content {
        padding: 1.5rem;
    }
}


/* Cards for multi-program site */

.program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}


/* Testimonial */

.testimonial-section blockquote {
    font-size: 1.4rem;
}


/* About Section */

.about-section {
    background-position: center;
    background-size: cover;
}


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

.hero-section:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.hero-section h1 {
    margin: 0;
}

.hero-section .hero-content {
    min-height: 390px;
    z-index: 5;
}

.hero-section .subhead {
    font-size: 1.25rem;
    font-weight: bold;
}

.hero-section.hero-image {
    background-position: center center;
    background-size: cover;
}

@media (max-width: 992px) {
    .hero-section .hero-content {
        min-height: 150px;
    }
    .hero-section:after {
        background: linear-gradient(0deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .25));
    }
}


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

#breadcrumbs {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 400;
    padding: 2rem 0 3rem;
    margin: 0;
}

#breadcrumbs li a {
    color: var(--text-light);
    text-decoration: none;
}

#breadcrumbs li {
    display: inline;
    margin: 0 0.5rem 0 0;
}


/*******************************************
:--- Content Section ---:
*******************************************/


/* .main-content p a:focus-visible,
.main-content ul li a:focus-visible {
	background: var(--light-gold);
	color: var(--text);
	outline: 0;
} */

.main-content ul {
    margin: 0 0 2rem;
}

.main-content ul li {
    list-style: disc;
    margin: 0 0 0 1.5rem;
}

.main-content hr {
    margin: 40px 0;
}


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

.sidebar ul {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}

.sidebar ul li {
    list-style: none;
}

.sidebar .header {
    background-color: var(--light-grey);
    color: var(--uclaw-blue-dark);
    font-family: var(--arial);
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0;
    padding: .7rem 1rem;
    width: 100%;
}

.sidebar a {
    border-bottom: 2px solid #ebf0f7;
    color: var(--text);
    display: flex;
    font-size: 1.125rem;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1rem;
    text-decoration: none;
    width: 100%;
}

.sidebar a:hover,
.sidebar a:focus,
.sidebar a:active {
    background-color: var(--light-grey);
}

.sidebar .navbar {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .05);
    padding: 0;
}

.sidebar .navbar::before {
    background-color: var(--light-gold);
    content: "";
    height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
}

.sidebar .navbar-nav {
    width: 100%;
}


/* .sidebar .navbar-nav li.nav-item:last-of-type a.nav-link {
    border-bottom: none;
} */

.sidebar .navbar-nav li a.nav-link.show {
    color: var(--uclaw-blue-dark);
    font-weight: bold;
}

.sidebar .navbar-nav li a.nav-link.show:after {
    transform: rotate(180deg);
}

.sidebar .navbar-nav li.nav-item .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.sidebar .navbar .page_item>a,
.sidebar .navbar-nav li.nav-item .dropdown-menu>li>a,
.sidebar .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    justify-content: start;
    padding: .7rem 1rem .7rem 1.75rem;
}

.sidebar .navbar-nav li.nav-item .dropdown-menu li:first-of-type .dropdown-item {
    border-top: 2px solid #ebf0f7;
}


/* .sidebar .navbar-nav li.nav-item .dropdown-menu li:last-of-type .dropdown-item {
	border-bottom: none;
} */

.sidebar .contact a:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
}

.sidebar .contact-email a:before {
    content: "\f1fa";
}

.sidebar .contact-phone a:before {
    content: "\f095";
}

.sidebar .contact-chat a:before {
    content: "\f4ad";
}


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

.form.one-step {
    font-size: 14px;
}

.form.one-step #one-step-fields {
    gap: 20px !important;
}

.form.one-step #one-step-fields label {
    color: var(--text) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.25 !important;
    text-transform: initial !important;
}

.form.one-step .input-wrap textarea,
.form.one-step .input-wrap input {
    font-size: 14px !important;
    padding: 10px !important;
}

.form.one-step .input-wrap:after {
    display: none;
}

.form.one-step .input-wrap input:hover,
.form.one-step .input-wrap input:focus,
.form.one-step .input-wrap input:active,
.form.one-step .select-wrap select:hover,
.form.one-step .select-wrap select:focus,
.form.one-step .select-wrap select:active {
    border-color: var(--light-gold) !important;
    outline: 1px solid var(--light-gold) !important;
}

.form.one-step .form-controls input {
    background: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    border-radius: 0 !important;
    border: 1px solid var(--light-blue) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 15px 24px !important;
}

.form.one-step .form-controls input:hover,
.form.one-step .form-controls input:focus,
.form.one-step .form-controls input:active {
    background: var(--light-gold) !important;
    border-color: var(--light-gold) !important;
    border: 1px solid var(--light-gold) !important;
    color: var(--uclaw-blue-dark) !important;
}

.form.one-step #ai-opt-in label,
.form.one-step #sms-opt-in label {
    font-size: 11px !important;
}

.form.one-step .privacy {
    margin-bottom: 0 !important;
}

.form.one-step .international-link {
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.form.one-step .iti__country-list {
    color: var(--text);
}

.form.one-step .iti__country-list .iti__divider {
    height: 1px;
    padding: 0;
}

.form-wrap {
    background-color: var(--uclaw-blue-dark);
    color: #fff;
    padding: 60px;
}

.form-wrap .form.one-step #one-step-fields label {
    color: #FFF !important;
}

.form-wrap img.seal {
    max-width: 150px;
}

.form-wrap a {
    color: var(--light-gold);
}

.form-wrap .form.one-step span.asterisk,
.form-wrap .form.one-step .privacy span {
    color: var(--light-gold) !important;
}

@media (max-width: 992px) {
    .form-wrap {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .form-wrap {
        padding: 40px 20px;
    }
}


/* Popover */

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

.popover-body {
    color: var(--uclaw-blue-dark);
}

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


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


/* Article Date and Share Links */

.article-info {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    /* padding: 2rem 0 3rem; */
}

.article-date {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
}

.article-date i {
    color: var(--light-gold);
}

.article-share a {
    color: var(--light-blue);
    font-size: 1.125rem;
    transition: color .15s ease-in-out;
}

.article-share a:hover {
    color: var(--light-gold);
}


/* Article List */

article.article-list h2 {
    font-size: 1.75rem;
}

article.article-list img {
    height: 100%;
}


/* Article Pagination */

.article-pagination .btn {
    background: var(--light-gold);
    color: var(--uclaw-blue-dark);
}

.article-pagination .btn:hover {
    background: var(--uclaw-blue-dark);
    color: #fff;
}

.article-pagination .previous:before {
    content: '\f104';
    font-family: "Font Awesome 6 Pro";
    margin-right: 0.5rem;
}

.article-pagination .next:after {
    content: '\f105';
    font-family: "Font Awesome 6 Pro";
    margin-left: 0.5rem;
}


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

.accordion,
.accordion-item,
.accordion-button {
    border: none !important;
    border-radius: 0 !important;
}

.accordion-item {
    margin-bottom: 20px;
    line-height: 1.2;
}

.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion .accordion-button {
    background-color: var(--light-grey);
    border: 3px solid var(--light-grey);
    box-shadow: none;
    font-family: var(--arial);
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0;
}

.accordion .accordion-button::after {
    display: none;
}

.accordion .accordion-button::before {
    background-image: none;
    content: "\f0fe";
    font-family: "Font Awesome 6 Sharp";
    font-size: 1.75rem;
    font-weight: 300;
    width: 24px;
    height: 24px;
    transform: none;
    margin: -8px 18px 0 0;
}

.accordion .accordion-button:not(.collapsed)::before {
    background-image: 0;
    color: var(--uclaw-yellow);
    content: "\f146";
    font-weight: 700;
}

.accordion .accordion-button:hover {
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    color: #FFF;
}

.accordion .accordion-button:hover::before {
    color: var(--uclaw-yellow);
    font-weight: 700;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: var(--light-blue);
    border-color: var(--light-blue);
    color: #FFF;
}

.accordion .accordion-body {
    border: 3px solid var(--light-blue);
    border-width: 0 3px 3px;
}


/*******************************************
:--- Upcoming Date Box ---:
*******************************************/

.upcoming-date-box {
    background-color: #EEE;
    text-align: center;
    margin: 40px 0;
    padding: 0;
}

.upcoming-date-box .btn {
    background: #4ba9cc;
    border: none;
    border-radius: 0;
    width: 85%;
    padding: 1rem 2rem;
}

.upcoming-date-box .notice {
    font-size: 11px;
    line-height: 15px;
    margin: 15px 0 0 !important;
}

.upcoming-date-box .upcoming-date-header {
    background-color: #666666;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px 15px;
}

.upcoming-date-box .upcoming-date-content {
    padding: 20px;
}

.upcoming-date-box .upcoming-date-content p {
    margin: 0;
}

.upcoming-date-box .upcoming-date-content .start-date {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 15px;
}


/*******************************************
:--- Credential Box ---:
*******************************************/

.cred-box {
    background-color: #666666;
    color: #FFF;
    margin: 40px 0;
    padding: 30px 50px;
}


/* // UNCOMMENT FOR QUOTE ICON ON TOP LEFT CORNER
.cred-box:before {
	background: #4ba9cc;
	border-radius: 50%;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	font-weight: bold;
	left: -20px;
	line-height: 30px;
	padding: 18px;
	position: absolute;
	top: -20px;
}
*/

.cred-content {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 0 55px;
    opacity: .5;
}

.cred-box .fas {
    color: #4ba9cc;
    font-size: 40px;
    margin: 0 15px 0 0;
    float: left;
}

.cred-source {
    font-size: 12px;
    text-align: right;
    margin: 0;
}


/*******************************************
:--- Video Responsive ---:
*******************************************/

.video-section .modal-content {
    background: var(--uclaw-blue-dark);
    border-color: var(--uclaw-blue-dark);
    border-radius: 0;
}

.video-section .modal-content .modal-header {
    border-color: var(--light-gold);
    border-width: 4px;
}

.youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*******************************************
:--- Testimonial ---:
*******************************************/

.testimonial {
    padding: 3rem;
}

.testimonial blockquote {
    margin-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
}

.testimonial blockquote p.quote {
    border-bottom: 1px solid #FFF;
    font-family: var(--georgia);
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
}

.testimonial blockquote p.quote:before {
    content: "“";
    display: block;
    font-size: 5rem;
    line-height: 2.5rem;
    margin-top: .875rem;
}

.testimonial blockquote p.source {
    font-size: 1rem;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .testimonial {
        padding: 2rem 2rem 2.35rem;
    }
    .testimonial blockquote {
        max-width: 100%;
    }
}


/*******************************************
:--- Webinar Page ---:
*******************************************/


/* Webinar Icons */

.page-template-page-webinar .detail {
    padding: 30px;
    text-align: center;
}

.page-template-page-webinar .detail i {
    color: #4ba9cc;
    /* opacity: .25; */
}

.page-template-page-webinar .detail .title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
}


/* Webinar Form */

.page-template-page-webinar .form-container {
    background: #EEE;
    padding: 80px;
}

.page-template-page-webinar .form-container h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 25px;
}

.page-template-page-webinar .form-container .form-text {
    font-size: 20px;
}

.page-template-page-webinar img.webinar-about-img {
    background: #EEE;
    display: block;
    width: 100%;
    min-height: 300px;
}

.page-template-page-webinar img.webinar-presenter-img {
    background: #EEE;
    display: block;
    width: 100%;
    min-height: 200px;
}

.page-template-page-webinar .form-fields ._form ._form-title,
.page-template-page-webinar .form-fields ._form ._html-code {
    display: none;
}

.page-template-page-webinar .form-fields ._form ._form_element ._form-label {
    display: block !important;
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: .25em;
    text-transform: uppercase;
}

.page-template-page-webinar .form-fields .input-field-program {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.page-template-page-webinar .form-fields .input-field-program select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #FFF, #FFF);
    background-position: calc(100% - 20px) calc(1rem + 1px), calc(100% - 15px) calc(1rem + 1px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5rem 3rem;
    background-repeat: no-repeat;
    background-color: #FFF;
    border: 1px solid #000;
    font-weight: 300;
    margin: 0;
    padding: 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.page-template-page-webinar .form-fields .input-field-firstname,
.page-template-page-webinar .form-fields .input-field-lastname,
.page-template-page-webinar .form-fields .input-field-phone,
.page-template-page-webinar .form-fields .input-field-email {
    display: inline-block;
    margin-bottom: 15px;
    width: 49%;
    /* float: left; */
}

.page-template-page-webinar .form-fields .input-field-firstname,
.page-template-page-webinar .form-fields .input-field-email {
    margin-right: 2%;
}

.page-template-page-webinar .form-fields input[type="text"] {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    padding: 8px 15px;
    width: 100%;
}

.page-template-page-webinar .form-fields ._error ._error-inner {
    color: #FF4637;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
}

.page-template-page-webinar .form-fields ._button-wrapper {
    display: block;
    clear: both;
}

.page-template-page-webinar .form-fields ._button-wrapper button {
    background-color: #4ba9cc;
    border: 1px solid #4ba9cc;
    color: #FFF;
    padding: 16px 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s;
    border-radius: 0;
    margin-top: 10px;
}

.page-template-page-webinar .form-fields ._button-wrapper button:hover,
.page-template-page-webinar .form-fields ._button-wrapper button:focus,
.page-template-page-webinar .form-fields ._button-wrapper button:active {
    color: #FFF;
    background-color: #333;
    border: 1px solid #333;
    outline: 0;
}

.page-template-page-webinar .popover {
    background: #4ba9cc;
    border: 1px solid #000;
    padding: 1px;
}

.page-template-page-webinar .popover-body {
    padding: .5rem .75rem;
    background: #4ba9cc;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
}

.page-template-page-webinar .bs-popover-auto[x-placement^=bottom]>.popover-arrow::after,
.page-template-page-webinar .bs-popover-bottom>.arrow::after {
    border-bottom-color: #000;
}

.page-template-page-webinar .bs-popover-auto[x-placement^=bottom]>.popover-arrow::before,
.page-template-page-webinar .bs-popover-bottom>.arrow::before {
    border-bottom-color: #000;
}

@media (max-width: 640px) {
    .page-template-page-webinar .form-fields .input-field-firstname,
    .page-template-page-webinar .form-fields .input-field-lastname,
    .page-template-page-webinar .form-fields .input-field-phone,
    .page-template-page-webinar .form-fields .input-field-email {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        float: none;
    }
    .page-template-page-webinar .detail {
        padding: 10px 30px;
    }
}


/* Webinar Presenter */

.page-template-page-webinar .presenter-name {
    font-weight: bold;
    margin-bottom: 0;
}

.page-template-page-webinar .presenter-title {
    font-size: 12px;
    font-style: italic;
}


/* Webinar Bio Collapse */

#module #collapseExample.collapse:not(.show),
#module #collapseExample2.collapse:not(.show),
#module #collapseExample3.collapse:not(.show) {
    display: block;
    height: 115px;
    overflow: hidden;
}

#module #collapseExample.collapsing,
#module #collapseExample2.collapsing,
#module #collapseExample3.collapsing {
    height: 115px;
}

#module a.collapsed,
#module a:not(.collapsed) {
    font-size: 11px !important;
    font-weight: normal;
    text-transform: uppercase;
}

#module a.collapsed::after {
    content: '+ Show More';
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
}


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


/* .faculty-grid {
 	display: grid;
	grid-template-columns: repeat(3, 1fr);
 	gap: 1.5rem;
} */

.faculty-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    align-items: stretch;
}

.faculty-grid .faculty-member-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 1 calc(25% - 18px);
}

.faculty-grid .faculty-member-card .faculty-details {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.faculty-grid .faculty-member-card .faculty-details a {
    margin-top: auto;
}

.faculty-image img {
    background: var(--secondary-light);
    display: block;
    transition: all .25s ease-in-out;
}

.faculty-name {
    font-family: var(--georgia);
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faculty-title,
.faculty-department {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1400px) {
    .faculty-image img {
        max-width: 240px;
    }
}

@media (max-width: 1200px) {
    .faculty-grid .faculty-member-card {
        flex: 0 1 calc(33% - 14px);
    }
}

@media (max-width: 992px) {
    .faculty-grid .faculty-member-card {
        flex: 0 1 calc(50% - 12px);
    }
}

@media (max-width: 480px) {
    .faculty-grid .faculty-member-card {
        flex: 1 1 100%;
        text-align: center;
    }
    .faculty-image img {
        margin: 0 auto;
        max-width: 200px;
    }
}


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

footer.site-footer {
    color: #ccc;
    padding: 3.125rem 0;
    font-size: 0.875rem;
    line-height: 1.65;
}

footer.site-footer ul.menu {
    line-height: 2.125;
    padding: 0;
    margin-bottom: 0;
}

footer.site-footer ul.menu li {
    list-style: none;
}

footer.site-footer ul.menu li a {
    text-decoration: none;
}

footer.site-footer ul.menu li a:hover,
footer.site-footer ul.menu li a:focus,
footer.site-footer ul.menu li a:active {
    text-decoration: underline;
}

footer.site-footer p {
    padding-bottom: 0 !important;
}

footer.site-footer a {
    color: #ccc;
}

footer.site-footer a:hover,
footer.site-footer a:focus,
footer.site-footer a:active {
    color: var(--light-gold);
    text-decoration: none;
}

footer.site-footer .footer-logo {
    max-width: 160px;
}

footer.site-footer .header {
    font-family: var(--arial);
    font-size: 1rem;
    font-weight: bold;
}

footer.site-footer .social-links li {
    font-size: 1rem;
    list-style: none;
    margin-right: 1rem;
}

footer.site-footer .social-links li a {
    color: #fff;
}

footer.site-footer .social-links li a:hover,
footer.site-footer .social-links li a:focus,
footer.site-footer .social-links li a:active {
    color: var(--light-gold);
}

footer.site-footer .content {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
}

footer.site-footer ul#menu-footer {
    column-count: 2;
}

@media (max-width: 992px) {
    footer.site-footer .site-logo {
        display: block;
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    footer.site-footer .content>div {
        flex: 1 1 45%;
    }
    footer.site-footer ul#menu-footer {
        column-count: 1;
    }
}

@media (max-width: 575px) {
    footer.site-footer .site-logo {
        margin: 0 auto;
    }
    footer.site-footer .content>div {
        flex: 1 1 100%;
        text-align: center;
    }
}


/*******************************************
:--- Image Box ---:
*******************************************/

.img-box {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-width: 100%;
    overflow: clip;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.img-box.img-center img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    .img-box {
        min-height: 100%;
        overflow: auto;
    }
    .img-box img {
        position: relative;
        width: 100%;
    }
    .img-box.img-center img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}


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

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

@media (max-width: 1440px) {
    article.article-list img {
        height: auto;
    }
}

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

@media (max-width: 992px) {
    .program-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    article.article-list img {
        height: 300px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    header.site-header .site-logo {
        max-width: 200px;
    }
    .mobile-only-nav li {
        border-top: 1px solid #ccc;
        float: none;
        padding-right: 0;
    }
    .mobile-only-nav li a {
        color: var(--light-gold);
        display: block;
        font-size: 1rem;
        font-weight: bold;
        padding: 1em 2em;
        text-decoration: none;
    }
    .article-content .w-50 {
        width: 100% !important;
    }
    .faculty-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .faculty-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

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