.post__date-line {
  display: none;
}

/* BEGIN: Tech Summit */
#banner_2025-05-29-12-33-58-225 .hgroup.hg-center,
#banner_2025-06-03-10-23-44-795 .hgroup.hg-center  {
    visibility: hidden;
}
#banner_2025-05-29-12-33-58-225 .banner.full-image,
#banner_2025-06-03-10-23-44-795 .banner.full-image{
    background-image: url(https://engineering.purdue.edu/Engr/AboutUs/News/Events/2025/tech-summit/controls/block_settings/banner_2025-05-29-12-33-58-225/homepage-banner-1920x960px.png) !important;
}
h3 {
    font-family: var(--united-sans-cond);
    font-size: 2.5rem;
    text-transform: uppercase;
    color: black;
    border-bottom: 1px solid var(--steel-gray);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}
h4 {
    font-family: var(--united-sans-cond);
    font-size: 2rem;
    text-transform: uppercase;
    color: black;
}
.date {
    font-weight: bold;
    font-size: 1.5rem;
}
.large-text {
    font-size: 2rem;
    font-weight: bold;
}
.speakers-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.speakers-container .speakers-column {
    flex: 1;
}

.speaker {
    margin: 0 1rem 1rem 0;
    min-height: 385px;
    flex: 1 0 30%;
}
.speaker a {
    text-decoration: none;
}
.speaker .name {
    font-weight: bold;
    font-family: var(--united-sans);
    font-size: 1.2rem;
}
.speaker .photo {
    border-radius: 4px;
    max-width: 200px !important;
    margin: 0 0 1rem 0 !important;
    box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.8), 0 0px 0 1px rgb(255 255 255 / 80%);
}
.speaker .photo img {
    border-radius: 4px;
}


/* Agenda Page */
.agenda-container .col-md-2 {
    border-right: 2px solid #000000;

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

}
@media (min-width: 576px) {  
    .speaker {
        margin: 0 1rem 1rem 0;
        min-height: 390px;
    }
}
@media (min-width: 768px) {  
    .speaker {
        margin: 0 1rem 1rem 0;
        min-height: 385px;
    }
}


/* Sponsorship Page */

.sponsorship-table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15) !important;
    overflow: hidden;
}
.sponsorship-table thead tr th {
    text-align: center;
    padding: .7rem;
    background-color: #FFFFFF;
    font-size: 1.5rem;
    font-family: var(--united-sans-cond);
}
.sponsorship-table thead tr th.zeta-sponsor {
    color: #FFFFFF;
    background-color: var(--steel-gray);
}
.sponsorship-table thead tr th.exa-sponsor {
    background-color: var(--boiler-gold);
}
.sponsorship-table thead tr th.peta-sponsor {
    background-color: var(--dust);
}
.sponsorship-table thead tr th .amount {
    font-size: 2rem;
}
.sponsorship-table tbody tr td:first-child {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: left;
    padding: 1rem;
}
.sponsorship-table tbody tr td {
    text-align: center;
    padding: 1rem;
}
.sponsorship-table tbody tr:nth-child(odd) {
    background-color: #DDDDDD;
}
.sponsorship-table tbody tr td .check {
    font-size: 1.4rem;
    font-weight: bold;
}
.sponsorship-table tbody tr td .x {
    display: none;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .sponsorship-table thead {
        display: none;
    }
    .sponsorship-table tr {
        display: flex;
        flex-direction: column;
    }
    .sponsorship-table thead tr th::before {
        content: attr(data-label);
        margin-right: 0.5rem;
    }
    .sponsorship-table tbody tr td:first-child {
        text-align: center;
    }
    .sponsorship-table tbody tr td::before {
        content: attr(data-label);
        margin-right: 0.5rem;
    }
    .sponsorship-table tbody tr td .x {
        display: inline;
    }
}
@media (max-width: 764px) {
    .sponsorship-table thead {
        display: none;
    }
}
@media (min-width: 768px) {
    .sponsorship-table th:nth-child(1),
    .sponsorship-table td:nth-child(1) {
        width: 40%;
    }
    .sponsorship-table th:nth-child(2),
    .sponsorship-table th:nth-child(3),
    .sponsorship-table th:nth-child(4),
    .sponsorship-table td:nth-child(2),
    .sponsorship-table td:nth-child(3),
    .sponsorship-table td:nth-child(4) {
        width: 20%;
    }
}


/* BEGIN: Previous Table. */
.table-heading {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 2rem;
    font-family: var(--united-sans-cond);
}
.sponsorship-container {
    border: 2px solid #000000;
    border-radius: 4px;
    padding: 0 0.75rem;
}
.sponsorship-container .col-md-6 {
    padding: 1rem;
}
.sponsorship-container .col-md-2 {
    border-left: 2px solid var(--steel-gray);
    padding: 1rem;
    text-align: center;
}

.sponsorship-container .zeta {
    background-color: var(--rush);
    font-size: 1.5rem;
    font-family: var(--united-sans-cond);
}
.sponsorship-container .exa {
    background-color: var(--field);
    font-size: 1.5rem;
    font-family: var(--united-sans-cond);
}
.sponsorship-container .peta {
    background-color: var(--dust);
    font-size: 1.5rem;
    font-family: var(--united-sans-cond);
}
.sponsorship-container .amount {
    font-weight: bold;
    margin: 1rem 0;
}
.sponsorship-container .row:nth-of-type(n+3):nth-last-of-type(even){
    background-color: #F1F1F1;
}
/* END: Previous Table. */
/* END: Tech Summit */