@font-face {
    font-family: ProximaThinItalic;
    font-weight: normal;
    src: url("/Glenaire/fonts/Proxima-Nova-Thin-It.otf") format("opentype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: normal;
    src: url("/Glenaire/fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: ProximaNova-Light;
    font-weight: normal;
    src: url("/Glenaire/fonts/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: AleoLightItalic;
    font-weight: normal;
    src: url("/Glenaire/fonts/Aleo-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: Aleo-Regular;
    font-weight: normal;
    src: url("/Glenaire/fonts/Aleo-Regular.otf") format("opentype");
}

a:hover {
    text-decoration: none;
}

h2 {
    text-align: center;
    font-size: 26px;
    color: #2E4F70;
    font-family: Aleo-Regular;
    letter-spacing: 2px;
}

h4 {
    text-align: center;
    font-size: 18px;
    color: #2E4F70;
    font-family: Aleo-Regular;
    letter-spacing: 2px;
}

.contentBackground {
    background-color: #dad8dd;
}

.mainContent {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 7px;
}

.contentTitle {
    text-align: center;
    font-size: 24px;
    color: #2E4F70;
    font-family: Aleo-Regular;
    letter-spacing: 2px;
}

.contentSubTitle {
    text-align: center;
    font-size: 16px;
    color: #4E8FC2;
    font-family: Aleo-Regular;
    letter-spacing: 2px;
}

.contentContact {
    text-align: center;
    font-size: 26px;
    color: #2E4F70;
    font-family: Aleo-Regular;
    letter-spacing: 2px;
}

.contentPar {
    font-size: 20px;
    text-align: left;
    font-family: ProximaNova-Light;
    line-height: 2.0em;
    letter-spacing: 1px;
    color: #2E4F70;
}

.contentParAlt {
    font-size: 26px;
    text-align: center;
    font-family: ProximaThinItalic;
    line-height: 2.0em;
    letter-spacing: 1px;
    color: #2E4F70;
}

.contentParAddress {
    font-size: 18px;
    text-align: center;
    font-family: ProximaThinItalic;
    line-height: 1.0em;
    letter-spacing: 1px;
    color: #2E4F70;
}

.highlight {
    color: #2E4F70;
    font-weight: bolder;
    font-size: 26px;
}

.subFooterText {
    font-size: 22px;
    padding: 16px;
    font-family: Aleo-Regular;
    color: #2E4F70;
    letter-spacing: 1px;
}

.subFooterB {
    background-color:#D0E7F5;
    text-align: center;
    padding: 16px 16px 32px 16px;
}

.subFooterB:before {
    content: "";
    display: block;
    position: relative;
    height: 20px;
    top: -21px;
    width: 100%;
    z-index: 100;
    background: url("/wp-content/uploads/images/borders/well-top.svg") center bottom no-repeat;
}

.redLineL {
    background-color: #6AB88E;
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    right: 100%;
    bottom: 3.5rem;
}

.redLineR {
    background-color: #6AB88E;
    position: absolute;
    display: block;
    height: 2px;
    width: 12%;
    left: 100%;
    bottom: 3.5rem;
}

@media only screen and (max-width: 1200px) {
    .redLineR {
        width: 4%;
    }
}

.wrapper {

}

.par-center {
    text-align: center;
}

.tour-subtitle {
    line-height: 1.0em;
    text-align: center;
    font-weight: lighter;
    font-family: ProximaThinItalic;
}

.tour-subtitle-accent {
    line-height: 1.0em;
    text-align: center;
    font-weight: lighter;
    font-family: ProximaThinItalic;
    font-size: 36px;
}

.tour-description {
    line-height: 1.0em;
    text-align: center;
    font-weight: normal;
    font-family: ProximaThinItalic;
}

.tour-img {
    width: 75%;
}

.tour-background {
    background-color:#F4F3EC;
    border-radius: 10px;
    padding: 20px;
}

.footerBackground {
    background-color: #4E8FC2;
}

.verticalDivide {
    border-width: 0px 4px 0px 0px;
    border-color: #FFFFFF;
    border-style: solid;
}

.horizontalDivide {
    border-width: 0px 0px 4px 0px;
    border-color: #FFFFFF;
    border-style: solid;
}


.navbarBtn {
    border-radius: 12px;
    background-color: #ffffff;
    border-color: #BEDAEE;
    border-style: solid;
    border-width: 2px;
    font-size: 24px;
    color: #2E4F70;
    padding: 6px;
    margin: 12px;
    cursor: pointer;
}

@media only screen and (min-width: 1012px) {
    .navbar-menu-popup {
        display: none !important;
    }
}

@media only screen and (max-width: 1012px) {
    .navbar-screen-popup {
        display: none !important;
    }

    .navbarBtn {
        border-radius: 0px;
        background-color: #BEDAEE;
        border-color: #ffffff;
        border-style: solid;
        border-width: 2px;
        font-size: 24px;
        color: #ffffff;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
    }

    .navbarBtn:hover {
        background-color: #6AB88E;
    }

    .navbarSubBtn {
        border-radius: 0px;
        background-color: #9f8c6e;
        border-color: #ffffff;
        border-style: solid;
        border-width: 2px;
        font-size: 24px;
        color: #BEDAEE;
        padding: 0px;
        margin: 0px;
        cursor: pointer;
    }

    .navbarSubBtn:hover {
        background-color: peachpuff;
    }
}

.newsPar {
    margin-bottom: 26px;
}

.newsSubTitle {
    text-align: center;
    font-size: 16px;
    color: #ae9173;
    font-family: AleoLightItalic;
}

.newsImg {
    float: right;
    width: 250px;
}

.mainBackground {
    margin-top:75px;
    background-color: #FFFFFF;
    max-width: 1920px;
    width: 1600px;
}

@media only screen and (max-width: 1900px) {
    .mainBackground {
        max-width: 1920px;
        width: 100%;
    }
}

.event-banner               { background: url("/Friends/resources/FriendsBanner.jpg")             no-repeat center center; margin-bottom: 12px;}
.event-banner-content {
    min-height: 500px;
    text-align: center;
}

.event-banner-content > h1 {
    color: #ffffff;
    margin: 200px 0px 75px 0px;
    text-shadow: 2px 2px 5px #000000;
    letter-spacing: 2px;
    font-family: Georgia;
    font-size: 5em;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 12px;
}





























.navBarBackground {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
    border-bottom: 3px solid #4E8FC2;
}

.navbarText {
    color: white;
}

.navbarLogo {
    margin-top: -8px;
    font-size: 10px;
}

.navbar-event-title {
    color: #2E4F70 !important;
    font-family: Aleo-Regular;
    font-size: 16px;
    letter-spacing: 2px;
    margin-right: 16px;
    opacity: 0.85;
}

.footerLegalText {
    color: #000000;
}

.text-indent {
    text-indent: 50px;
}

.headerFont {
    font-family: Calibi;
    color: #008000;
}

a {
    color: #040485;
}

.marqueeMargin {
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
    padding:0px;
}

.noPadding {
    padding: 0px;
}

.contentMargin {
    margin-top: 24px;
}

.contentParagraph{
    margin-left: 24px;
    margin-right: 24px;
    color: #000000;
    font-size: 18px;
}

.contentParagraphSM{
    margin-left: 24px;
    margin-right: 24px;
    color: #000000;
    font-size: 16px;
}

.contentSize{
    font-size: 16px;
}

.carouselContainer {
    width: 100%;
    margin: auto;
}

/* =====================================================
   Visual Enhancement Overrides
   ===================================================== */

/* Remove broken SVG border references and replace with clean gradients */
.subFooterB:before {
    background: none;
    height: 0;
    top: 0;
}

.banner:after {
    background: none;
    height: 0;
}

.sectionA:before, .sectionA:after,
.sectionALast:before, .sectionALast:after,
.sectionBLast:before, .sectionBLast:after {
    background: none;
    height: 0;
}

/* Sub-footer clean top separator */
.subFooterB {
    background-color: #D0E7F5;
    border-top: 4px solid #6AB88E;
    box-shadow: inset 0 4px 12px rgba(0,0,0,0.06);
}

/* --- Event Banner --- */
.event-banner-content > h1 {
    color: #ffffff;
    margin: 180px 0px 60px 0px;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.65);
    letter-spacing: 3px;
    font-family: Georgia;
    font-size: 4em;
}

.event-banner-content {
    min-height: 420px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-banner-content > h1 {
    margin: 0;
    padding: 0 20px;
    background: rgba(0,0,0,0.35);
    border-radius: 4px;
    padding: 12px 32px;
    display: inline-block;
}

/* --- Form Controls --- */
.form-control {
    border: 2px solid #BEDAEE;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 15px;
    color: #2E4F70;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 4px;
    background-color: #f5fafd;
}

.form-control:focus {
    border-color: #4E8FC2;
    box-shadow: 0 0 0 3px rgba(78, 143, 194, 0.18);
    outline: none;
    background-color: #ffffff;
}

.form-control::placeholder {
    color: #75AACC;
    font-style: italic;
}

/* --- Submit Button --- */
.btn-primary {
    background-color: #4E8FC2;
    background-image: linear-gradient(135deg, #4E8FC2 0%, #2E4F70 100%);
    border-color: #2E4F70;
    border-radius: 6px;
    font-size: 17px;
    padding: 11px 36px;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    box-shadow: 0 3px 8px rgba(46, 79, 112, 0.3);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2E4F70;
    background-image: linear-gradient(135deg, #2E4F70 0%, #132B52 100%);
    border-color: #132B52;
    box-shadow: 0 5px 14px rgba(46, 79, 112, 0.4);
    transform: translateY(-1px);
    color: #ffffff;
}

.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(46, 79, 112, 0.3);
}

/* --- Events Table --- */
.table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 28px;
    background: #ffffff;
}

.table > thead > tr > th {
    background-color: #2E4F70;
    color: #ffffff;
    font-family: Aleo-Regular;
    letter-spacing: 1px;
    border-bottom: none;
    padding: 13px 10px;
    border-top: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #edf4fc;
}

.table-hover > tbody > tr:hover {
    background-color: #d8eaf8;
}

.table > tbody > tr > td {
    padding: 11px 10px;
    vertical-align: middle;
    border-color: #c5dcee;
}

input[type="radio"] {
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #4E8FC2;
}

/* --- Alert Styling --- */
.alert {
    border-radius: 8px;
    padding: 16px 20px;
    margin: 16px 0;
    font-size: 15px;
}

.alert-success {
    background-color: #e5f2fb;
    border-color: #4E8FC2;
    color: #2E4F70;
}

.alert-warning {
    background-color: #fffaf3;
    border-color: #6AB88E;
    color: #1a3860;
}

/* --- Content area --- */
.mainContent {
    padding: 28px 36px;
}

/* Form wrapper card */
.container-fluid > .row > .col-sm-6.text-center {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.07);
    padding: 28px 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}

/* --- Button transitions --- */
.btnTaupe, .btnBrown, .btnFooterA, .btnFooterB,
.btnRust, .subFloorBtn, .btnSide, .btn-virt, .btnTourDownload {
    transition: background-color 0.2s ease, color 0.2s ease,
                border-color 0.2s ease, box-shadow 0.2s ease,
                transform 0.15s ease;
}

.btnTaupe:hover, .btnBrown:hover, .btnTourDownload:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(46, 79, 112, 0.2);
}

/* --- Sub-footer button --- */
.subFloorBtn {
    border-radius: 8px;
    font-size: 20px;
    padding: 18px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: inline-block;
}

/* --- Footer --- */
.footerBackground {
    background: linear-gradient(180deg, #4E8FC2 0%, #1A4A72 100%);
}

.footer-above {
    padding: 36px 0 24px 0;
}

.footer-below {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 16px 0;
}

.footer-below a {
    color: #BEDAEE;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-below a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footerLegalText {
    color: #BEDAEE;
    font-size: 13px;
}

.btnFooterA {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btnFooterB {
    transition: background-color 0.2s ease, color 0.2s ease;
}

.footerImgBtn {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footerImgBtn:hover {
    opacity: 1.0;
    transform: scale(1.08);
}

/* --- Responsive form --- */
@media only screen and (max-width: 768px) {
    .mainContent {
        padding: 16px;
    }

    .container-fluid > .row > .col-sm-6.text-center {
        padding: 16px 12px;
    }

    .event-banner-content {
        min-height: 260px;
    }

    .event-banner-content > h1 {
        font-size: 2.4em;
    }
}

/* =====================================================
   events-display.php  —  ed-* component styles
   ===================================================== */

/* Section headers */
.ed-section-header {
    text-align: left;
    padding: 32px 16px 16px;
}

.ed-section-title {
    font-family: Aleo-Regular;
    font-size: 26px;
    color: #2E4F70;
    letter-spacing: 2px;
    margin-bottom: 6px;
    text-align: left;
}

.ed-section-subtitle {
    font-family: ProximaNova-Light;
    font-size: 15px;
    color: #4E8FC2;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-align: left;
}

/* Make the two-column event row a flex container */
.ed-split-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

/* Override Bootstrap float inside a flex row */
.ed-split-row > .col-sm-6 {
    float: none;
}

/* Left column: flex column, content aligned to top */
.ed-left-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* No events message */
.ed-no-events {
    text-align: center;
    color: #888;
    font-style: italic;
    padding: 24px 16px !important;
}

/* Table wrapper */
.ed-table-wrap {
    padding: 0 16px 8px;
}

/* Selectable row */
.ed-row-selectable {
    cursor: default;
    transition: background-color 0.15s ease;
}

.ed-row-selectable:has(input:checked) {
    background-color: #d0e8f7 !important;
    outline: 2px solid #4E8FC2;
    outline-offset: -2px;
}

/* Single-row two-line event structure */
.ed-select-cell {
    vertical-align: middle;
    text-align: center;
    width: 48px;
}

.ed-event-cell {
    vertical-align: middle;
    padding: 8px 10px !important;
}

.ed-event-type {
    font-family: Aleo-Regular;
    font-size: 15px;
    color: #2E4F70;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.ed-event-location {
    font-family: ProximaNova-Light;
    font-size: 14px;
    color: #4E8FC2;
}

.ed-event-datetime {
    font-family: ProximaNova-Light;
    font-size: 13px;
    color: #5A88A8;
    letter-spacing: 0.3px;
}

/* At-capacity row */
.ed-row-full {
    opacity: 0.65;
    cursor: not-allowed;
}

.ed-row-full td {
    color: #777;
}

/* Capacity badge */
.ed-badge-full {
    display: inline-block;
    background-color: #e05c5c;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 6px;
    text-transform: uppercase;
}

.ed-badge-sm {
    font-size: 10px;
    padding: 1px 6px;
    margin-left: 4px;
}

/* Sub-time row */
.ed-subtime-row {
    background-color: #edf6fc !important;
}

.ed-subtime-empty {
    width: 48px;
}

.ed-subtime-arrow-inline {
    font-size: 1.6em;
    color: #4E8FC2;
    vertical-align: middle;
    margin-right: 6px;
}

.ed-subtime-cell {
    padding: 8px 10px 10px !important;
    padding-left: 20px !important;
}

.ed-subtime-label {
    font-family: Aleo-Regular;
    font-size: 13px;
    color: #2E4F70;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}

/* Sub-time radio option */
.ed-subtime-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 4px 14px 4px 0;
    font-size: 15px;
    font-family: ProximaNova-Light;
    color: #2E4F70;
    cursor: pointer;
    font-weight: normal;
}

.ed-subtime-option input[type="radio"] {
    margin: 0;
}

/* Form card */
.ed-form-card {
    background: #ffffff;
    border: 1px solid #c8dded;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(46, 79, 112, 0.08);
    padding: 32px 40px 28px;
    margin: 24px 16px 32px;
}

.ed-form-card .ed-section-title {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #BEDAEE;
}

/* Field group labels */
.ed-field-group {
    margin-bottom: 20px;
}

.ed-field-group-label {
    font-family: Aleo-Regular;
    font-size: 13px;
    color: #2E4F70;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 2px;
}

.ed-optional {
    font-family: ProximaThinItalic;
    font-size: 12px;
    color: #75AACC;
    text-transform: none;
    letter-spacing: 0;
}

/* Submit area */
.ed-submit-area {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid #BEDAEE;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.ed-submit-btn {
    min-width: 200px;
    font-size: 18px;
    padding: 12px 40px;
    letter-spacing: 1.5px;
}

/* =====================================================
   Event Calendar
   ===================================================== */

.ed-calendar-wrap {
    background: #ffffff;
    border: 1px solid #c8dded;
    border-radius: 10px;
    box-shadow: 0 3px 16px rgba(46, 79, 112, 0.08);
    padding: 16px;
    margin: 0 16px 24px;
}

/* Nav row */
.ed-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ed-cal-month-label {
    font-family: Aleo-Regular;
    font-size: 18px;
    color: #2E4F70;
    letter-spacing: 1.5px;
}

.ed-cal-nav-btn {
    background: none;
    border: 2px solid #BEDAEE;
    border-radius: 6px;
    color: #2E4F70;
    font-size: 22px;
    line-height: 1;
    padding: 2px 12px 4px;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ed-cal-nav-btn:hover {
    background-color: #BEDAEE;
    border-color: #4E8FC2;
}

/* 7-column grid */
.ed-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
}

/* Day-of-week headers */
.ed-cal-dow {
    text-align: center;
    font-family: Aleo-Regular;
    font-size: 11px;
    letter-spacing: 1px;
    color: #4E8FC2;
    text-transform: uppercase;
    padding: 4px 0 6px;
}

/* Day cells */
.ed-cal-cell {
    height: 120px;
    border-radius: 6px;
    padding: 4px 4px 5px;
    background: #f5fafd;
    border: 1px solid #daeaf6;
    vertical-align: top;
    overflow: visible;
    position: relative;
}

.ed-cal-empty {
    background: transparent;
    border-color: transparent;
}

.ed-cal-day-num {
    display: block;
    font-size: 12px;
    font-family: ProximaNova-Light;
    color: #75AACC;
    text-align: right;
    line-height: 1.2;
    margin-bottom: 3px;
}

/* Today */
.ed-cal-today {
    border-color: #4E8FC2;
    background: #e5f2fb;
}

.ed-cal-today .ed-cal-day-num {
    color: #2E4F70;
    font-weight: bold;
}

/* Cell with events */
.ed-cal-has-event {
    background: #d8edf8;
    border-color: #70B0D5;
}

.ed-cal-has-event .ed-cal-day-num {
    color: #2E4F70;
}

/* Selected day */
.ed-cal-selected {
    background: #2E4F70 !important;
    border-color: #2E4F70 !important;
    box-shadow: 0 0 0 2px #4E8FC2;
}

.ed-cal-selected .ed-cal-day-num {
    color: #BEDAEE;
}

/* Chips container */
.ed-cal-chips {
    overflow: hidden;
    max-height: 99px; /* fits ~3 chips */
}

.ed-cal-chips-overflow:hover {
    overflow: visible;
    max-height: none;
    position: absolute;
    left: -1px;
    right: -1px;
    z-index: 20;
    background: #d8edf8;
    border: 1px solid #70B0D5;
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding-bottom: 4px;
}

.ed-cal-cell:has(.ed-cal-chips-overflow:hover) {
    z-index: 20;
}

/* Event chip inside a cell */
.ed-cal-chip {
    background: #2E4F70;
    border-radius: 4px;
    padding: 2px 5px;
    margin-top: 3px;
    overflow: hidden;
}

.ed-cal-chip-full {
    background: #999;
}

.ed-cal-chip-selectable {
    cursor: pointer;
}

.ed-cal-chip-selectable:hover {
    filter: brightness(1.15);
}

.ed-cal-chip-selected {
    background: #6AB88E;
}

.ed-cal-chip-selected .ed-cal-chip-type {
    color: #2E4F70;
}

.ed-cal-chip-selected .ed-cal-chip-time {
    color: #2E4F70;
}

.ed-cal-chip-type {
    display: block;
    font-size: 10px;
    font-family: Aleo-Regular;
    color: #BEDAEE;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ed-cal-chip-time {
    display: block;
    font-size: 10px;
    font-family: ProximaNova-Light;
    color: #6AB88E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .ed-form-card {
        padding: 20px 16px;
        margin: 16px 0 24px;
    }

    .ed-table-wrap {
        padding: 0 0 8px;
    }

    .ed-section-header {
        padding: 20px 8px 12px;
    }

    .ed-calendar-wrap {
        margin: 0 0 24px;
    }

    .ed-cal-cell {
        height: 90px;
    }
}

.rowEvent {
    caret-color: transparent;
}