.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.date {
    font-weight: bold;
    font-size: 1.5rem;
}

.large-text {
    font-size: 2rem;
    font-weight: bold;
}

.learn-more {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

#page_template_embed_2025-07-10-10-23-43-408 .page-template-embed .video, #page_template_embed_2025-08-25-09-44-40-950 .page-template-embed .video {
    max-width: 840px;
    width: 100%;
    margin: 3rem auto;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

/***********Sponsorship**********/

#page_template_embed_2025-07-22-15-45-10-239 .table-responsive .gigawatt-sponsor {
    background-color: var(--steel-gray);
    color: #FFFFFF;
}

#page_template_embed_2025-07-22-15-45-10-239 .table-responsive .megawatt-sponsor {
    background-color: var(--boiler-gold);
}

#page_template_embed_2025-07-22-15-45-10-239 .table-responsive .kilowatt-sponsor {
    background-color: var(--dust);
}

#page_template_embed_2025-07-22-15-45-10-239 .table-responsive .amount {
    font-size: 0.9rem;
    display: block;
}

#page_template_embed_2025-07-22-15-45-10-239 .sponsorship-table {
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15) !important;
} 

#page_template_embed_2025-07-22-15-45-10-239 .container-table {
    border-radius: 4px;
}

#page_template_embed_2025-07-22-15-45-10-239 .sponsorship-table tbody tr td:first-child {
    font-weight: bold;
    padding: 1rem;
}

#page_template_embed_2025-07-22-15-45-10-239 .sponsorship-table thead tr th {
    padding: .7rem;
    font-size: 1.5rem;
    font-family: var(--united-sans-cond);
}

#page_template_embed_2025-07-22-15-45-10-239 .sponsorship-table thead tr th .amount {
    font-size: 2rem;
}

.button-section {
    text-align: center;
}

/****Speakers****/

#page_template_embed_2025-08-25-09-47-40-047 .page-template-embed {
    margin: 4rem 0;
}
/*
.speaker {
    min-height: 385px;
}
.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;  
    height: auto;
    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;

}









.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 20%;
}
.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;
}


@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;
    }
}



.table-width {
    width: 100%;
    table-layout: fixed; 
}

.table-width th:first-child,
.table-width td:first-child {
    width: 150px;       
    white-space: nowrap; 
}

