/*
Theme Name: Wallace Community College
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1776718554
Updated: 2026-04-20 20:55:54

*/

:root {
    /* Colors */
    --maroon: #8E1537;
    --gray: #CCCCCC;
    --very-light-gray: #eee;
    --light-gray: #D7D2CB;
    --dark-gray: #707070;
    --translucent-maroon: rgba(142, 21, 55, 0.8);
    /* Fonts */
    --font-family-primary: 'tablet-gothic', sans-serif;
    --font-family-secondary: 'abril-titling-narrow', sans-serif;
    /* --- Padding --- */
    --pad-0: 32px; /* mobile & thin desktop padding */
    --pad-1: 40px; /* desktop-small */
    --pad-2: 75px; /* desktop-medium */
    --pad-3: 115px; /* desktop-large */
}

html {
    overflow-x: scroll;
}

html * {
    font-family: var(--font-family-primary);
}

body {
    background-color: #fefafb;
    position: relative;
    overflow-x: hidden;
}

body.scroll-lock {
    overflow: hidden;
}

html.scroll-lock {
    overflow: hidden;
}

main {
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-secondary);
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin: 0px;
}

a {
    color: inherit;
}

em {
    font-style: italic !important;
}

hero {
    border-bottom: 1px solid var(--gray);
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.title-size-30 {
    font-size: 30px;
}

.title-size-24 {
    font-size: 24px;
}

.title-size-20 {
    font-size: 20px !important;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.primary-font {
    font-family: var(--font-family-primary), sans-serif !important;
}

.secondary-font {
    font-family: var(--font-family-secondary), sans-serif !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.clr-maroon {
    color: var(--maroon) !important;
}

.clr-light-gray {
    color: var(--light-gray);
}

.bg-light-gray {
    background-color: var(--light-gray);
}

.bg-very-light-gray {
    background-color: var(--very-light-gray);
}

.bg-maroon {
    background-color: var(--maroon);
}

.bg-translucent-maroon {
    background-color: var(--translucent-maroon);
}

.bg-gray {
    background-color: var(--gray);
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 16px;
    }    
    .title-size-1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    p {
        font-size: 14px;
    }
}

/* Navigation */

.nav-menus ul {
    display: flex;
}

.nav-menus #top-menu ul {
    gap: 1rem;
}

.nav-menus #utility-menu ul {
    gap: 2rem;
}

.nav-menus #primary-navigation ul {
    gap: 3rem;
}

.nav-menus #primary-navigation ul li a {
    font-family: var(--font-family-secondary), sans-serif;
    font-size: 22px;
    font-weight: 600;
}

/* Main Content */

main.content-with-sidebar > .flex-wrapper {
    column-gap: 0 !important;
}

main .sidebar.temp {
    width: 20%;
    background-color: white;
}

main:has(.content) {
    background-color: #eee;
}

main .content {
    width: 80%;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

main .content.translateY-neg50px {
    position: relative;
}

main .content.translateY-neg50px:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: white;
}

main .circle-cards {
    position: relative;
    overflow: hidden;
}

main .circle-cards::before {
    content: '';
    position: absolute;
    top: -77%;
    width: 230%;
    height: 230%;
    background-image: url('/wp-content/uploads/2026/05/wallace_ghost.svg');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.04;
}

footer .address-block {
    font-size: 14px;
}

a.button,
.label.button-style {
    padding: 0.75rem 3rem;
    font-family: var(--font-family-secondary), sans-serif;
    font-size: 30px;
}

main.home #campus-calendar .label {
    padding: 0.75rem 0rem 0.75rem 3rem;
}

main.home #campus-calendar .label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 300%;
    height: 100%;
    background-color: var(--maroon);
}

main.home #campus-calendar .event-card {
    width: 200px;
}

main.home #campus-calendar .month {
    font-size: 2rem;
    line-height: 0.5;
} 

main.home #campus-calendar .day {
    font-size: 4rem;
}

main.home #campus-calendar .title {
    line-height: 1.4;
}

@media only screen and (max-width: 2046px) {
    main.home #campus-calendar .label {
        padding: 0.75rem 3rem;
    }
}

.footer-topper .flex-item {
    max-width: 100%;
    width: 400px;
}

@media only screen and (max-width: 1440px) {
    #footer > .flex-wrapper {
        flex-direction: column;
        align-items: center;
    }
    #footer .address-item {
        text-align: center !important;
    }
}

.button.stylized {
    padding: 1.5rem 5rem;
}

.button.stylized::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    border: 2px solid white;
}

nav#primary-navigation {
    height: 85px;
    margin-bottom: -4rem;
}

.desktop.nav-menus nav #menu-primary-navigation-1,
.desktop.nav-menus nav #menu-primary-navigation-1 > li,
.desktop.nav-menus nav #menu-primary-navigation-1 > li > a {
    height: 54px;
}

.nav-menus ul li {
    cursor: pointer !important;
}

.nav-menus ul li ul.sub-menu {
    display: none;
    position: absolute;
    justify-content: center;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 1rem 3rem;
    background-color: var(--maroon);
}

.nav-menus ul li ul.sub-menu {
    column-gap: 1rem !important;
    row-gap: 1rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.nav-menus ul .sub-menu li {
    flex: 0 0 max-content;
    text-align: center !important;
}

.nav-menus ul .sub-menu li a {
    font-family: var(--font-family-primary), sans-serif !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    color: white;
    cursor: pointer !important;
}

.menu-item-247 a {
    font-weight: 700 !important;
}

.announcement-card a.button.learn-more {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: max-content;
}

.announcement-card .title {
    width: 100%;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

main .subpage-navigation {
    display: none;
    cursor: pointer !important;
}

main .subpage-navigation .navigation-items {
    display: none;
}

main .subpage-navigation.open .navigation-items {
    display: block;
}

main .subpage-navigation .navigation-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}

main .subpage-navigation .navigation-header {
    display: flex;
    gap: 1rem;
    height: 55px;
    padding-left: 1rem;
}

main .subpage-navigation .navigation-header .burger-icon {
    position: relative;
    width: 28px;
    height: 18px;
    cursor: pointer;
}

main .subpage-navigation .navigation-header .burger-icon .line {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    position: absolute;
    top: 0;
    left: 0;
}

main .subpage-navigation .navigation-header .burger-icon .line:nth-child(2) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 8px;
}

main .subpage-navigation .navigation-header .burger-icon .line:nth-child(3) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 8px;
}

main .subpage-navigation .navigation-header .burger-icon .line:nth-child(4) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 16px;
}

main .subpage-navigation.open .burger-icon .line:nth-child(1) {
    opacity: 0;
}
main .subpage-navigation.open .line:nth-child(2) {
    transform: rotate(45deg);
}

main .subpage-navigation.open .line:nth-child(3) {
    transform: rotate(-45deg);
}

main .subpage-navigation.open .burger-icon .line:nth-child(4) {
    opacity: 0;
}

header .burger-icon {
    display: none;
    position: relative;
    width: 28px;
    height: 18px;
    cursor: pointer;
}

header .burger-icon .line {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    position: absolute;
    top: 0;
    left: 0;
}

header .burger-icon .line:nth-child(2) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 8px;
}

header .burger-icon .line:nth-child(3) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 8px;
}

header .burger-icon .line:nth-child(4) {
    width: 100%;
    height: 2px;
    background-color: var(--maroon);
    top: 16px;
}

header .burger-icon.open .line:nth-child(1) {
    opacity: 0;
}

header .burger-icon.open .line:nth-child(2) {
    transform: rotate(45deg);
}

header .burger-icon.open .line:nth-child(3) {
    transform: rotate(-45deg);
}

header .burger-icon.open .line:nth-child(4) {
    opacity: 0;
}

.site-wrapper-for-menu {
    transform: translateX(0px);
    transition: transform 0.3s ease-in-out;
}

.site-wrapper-for-menu.open {
    transform: translateX(-300px);
    transition: transform 0.3s ease-in-out;
}

.main-menu-mobile {
    display: block;
    position: absolute;
    transform: translateX(100%);
    right: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: white;
    z-index: 100;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.0);
    overflow-y: auto;
}

.main-menu-mobile.open {
    right: 0;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.main-menu-mobile ul {
    gap: 0.875rem;
    display: flex;
    flex-direction: column;  
} 

.main-menu-mobile ul#menu-primary-navigation {
    gap: 0rem !important;
}

.main-menu-mobile ul#menu-primary-navigation li {
    padding: 1.25rem;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}

.main-menu-mobile :not(#menu-primary-navigation) li {
    font-weight: 300;
}

.main-menu-mobile ul.sub-menu {
    display: none;
}

.main-menu-mobile li.open > ul.sub-menu {
    display: block;
}

.main-menu-mobile ul.sub-menu {
    margin-top: 0.75rem !important;
}

.main-menu-mobile ul.sub-menu li {
    border-bottom: none !important;
    padding: 0.75rem !important;
}

.main-menu-mobile ul.sub-menu li a {
    font-weight: 300;
    line-height: 1.4;
}

.main-menu-mobile #menu-primary-navigation li {
    position: relative;
    cursor: pointer !important;
}

.main-menu-mobile #menu-primary-navigation > li:after {
    content: '+';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    font-weight: 100;
    left: 84%;
    top: 4px;
}

.main-menu-mobile .search-box {
    border-bottom: 3px solid var(--maroon);
    background-color: var(--very-light-gray);
    padding: 26.75px 25px 28.75px 25px;
}

.main-menu-mobile .search-box input {
    border: none;
    border-radius: 50px;
    padding-left: 1rem;
    font-size: 16px;
}

.main-menu-mobile .search-box button[type="submit"] {
    border: none;   
}

.main-menu-mobile .search-box .fa-magnifying-glass {
    transform: translateY(-3px);
}

.main-menu-mobile nav {
    border-bottom: 1px solid #eee;
}

/* Accessibility */

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid orange !important;
    outline-offset: 2px !important;
}

button:focus,
a:focus,
input:focus {
    outline: 3px solid orange !important;
    outline-offset: 2px !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    /* Hide off-screen */
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
    /* Show on focus */
}

@media only screen and (max-width: 1280px) {
    .desktop.nav-menus {
        display: none;
    }
    .logo-box img {
        max-height: 75px !important;
        width: auto;
    }
    header .burger-icon {
        display: block;
    }
    header > .flex-wrapper {
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (max-width: 1024px) {
    main .sidebar {
        display: none;
    }
    main .content {
        width: 100%;
    }
    main .subpage-navigation {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .label.button-style {
        font-size: 24px;
    }
    .button.stylized {
        padding: 1rem 3rem;
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .label.button-style {
        font-size: 20px;
    }
    .button.stylized {
        padding: 0.75rem 2rem;
        font-size: 20px;
    }
    #departments .flex-wrapper .flex-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    #departments .flex-wrapper {
        display: block;
    }
    #departments .flex-wrapper .flex-item {
        margin-bottom: 2rem !important;
    }
    #departments .flex-wrapper .flex-item:last-of-type {
        margin-bottom: 0 !important;
    }
}

.acf-field input::placeholder {
    color: #ddd !important;
}

.wysiwyg p {
    margin-bottom: 1rem;
}

.wysiwyg :where(h1, h2, h3, h4, h5, h6) {
    color: var(--maroon) !important;
}

.wysiwyg li {
    line-height: 1.6 !important;
    font-weight: 300 !important;
    font-size: 18px !important;
}

.wysiwyg strong {
    color: var(--maroon);
    font-weight: 700;
}

.wysiwyg a {
    color: var(--maroon);
    text-decoration: underline !important;
}

section[component="video"] .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

section[component="video"] .video-container iframe,
section[component="video"] .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section[component="accordion-group"] .theme-maroon .accordion-label {
    background-color: var(--maroon);
    color: white;
}

section[component="accordion-group"] .theme-maroon .accordion-icon {
    filter: grayscale(1) brightness(5);
}

section[component="accordion-group"] .theme-light .accordion-label {
    background-color: transparent;
    color: var(--maroon);
    border: 2px solid var(--maroon);
    border-radius: 4px;
}

section[component="accordion-group"] .theme-gray .accordion-label {
    background-color: var(--very-light-gray);
    color: black;
}

section[component="accordion-group"] .theme-gray .accordion-icon {
    filter: grayscale(1) brightness(0);
}

section[component="accordion-group"] .accordion-label {
    cursor: pointer !important;
    padding: 0.75rem;
    font-weight: 700;
}

section[component="accordion-group"] .accordion-content {
    display: none;
    padding: 0.75rem;
}

section[component="accordion-group"] .accordion-content.active {
    display: block;
}

section[component="box-links"] .theme-maroon .box-link a {
    background-color: var(--maroon);
    color: white;
}

section[component="box-links"] .theme-light .box-link a {
    background-color: transparent;
    border: 2px solid var(--maroon);
    color: var(--maroon);
}

section[component="box-links"] .theme-gray .box-link a {
    background-color: var(--very-light-gray);
    color: var(--maroon);
}


section[component="information-table"] .table-name,
section[component="information-table"] .table-rows .column-1,
section[component="information-table"] .table-rows .column-2 {
    padding: 1.5rem 2rem !important;
}

section[component="information-table"] .table-rows {
    border: 1px solid #eee;
}

section[component="information-table"] .table-rows .table-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    background-color: #eee;
}

section[component="information-table"] .table-rows .table-row:nth-of-type(even) {
    background-color: white;
}

section[component="information-table"] .table-rows .table-row .flex-item {
    flex: 1 0 320px;
    display: flex;
    align-items: center;
}

section[component="information-boxes"] .separator {
   border: 1px solid #eee;
}

section[component="information-boxes"] h3 {
    gap: 1rem;
    align-items: center;
}

section[component="information-boxes"] h3 strong {
    flex: 0 0 auto;
    max-width: 100%;
}

section[component="information-boxes"] h3 .rule {
    flex: 1 1 auto;
    height: 1px;
    background-color: white;
}

section[component="information-boxes"] .theme-maroon .information-box {
    border: 1px solid var(--maroon);
}

section[component="information-boxes"] .theme-maroon .information-box h3 {
    background-color: var(--maroon);
}

section[component="information-boxes"] .theme-maroon .information-box h3 strong {
    color: white;
}

section[component="information-boxes"] .theme-maroon .information-box h3 .rule {
    color: white;
}

section[component="information-boxes"] .theme-gray .information-box {
    border: 1px solid var(--very-light-gray);
}

section[component="information-boxes"] .theme-gray .information-box h3 {
    background-color: var(--very-light-gray);
}

section[component="information-boxes"] .theme-gray .information-box h3 strong {
    color: var(--maroon);
}

section[component="information-boxes"] .theme-gray .information-box h3 .rule {
    background-color: var(--maroon);
}

section[component="gravity-form"] .gform_wrapper input,
section[component="gravity-form"] .gform_wrapper textarea {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #eee !important;
}

section[component="gravity-form"] .gform_wrapper input[type="submit"] {
    background-color: var(--maroon) !important;
}

section[component="gravity-form"] .gform_description {
    display: none;
}

