/* conference.css */

.module_responsive-table {
    background-color: #ffffff;
    margin: 2em 0;
}

.module_responsive-table table {
    border-collapse: collapse;
}

.module_responsive-table table th {
    font-size: 1.125em;
    text-align: left;
}

.module_responsive-table table th.rt-col-1 {
    width: 20%;
}

.module_responsive-table table th.rt-col-2 {
    width: 40%;
}

.module_responsive-table table th,
.module_responsive-table table td {
    padding: 1em;
    vertical-align: top;
    border: 1px solid #cccccc;
}

.module_responsive-table thead tr, tfoot tr {
    background: transparent;
}

.module_responsive-table thead, tfoot {
    background: #f8f8f8;
}

.module_responsive-table tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}

.module_responsive-table .contextual-heading-1,
.module_responsive-table .contextual-heading-2 {
    display: none;
}


.module_bio {}

.module_bio .bio:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.module_bio .bio {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid
    #e4e4e4;
    margin-bottom: 42px;
    padding-bottom: 32px;
}

.module_bio .bio.alt {
    flex-direction: row-reverse;
}

.module_bio .bio .image {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-right: 32px;
}

.module_bio .bio.alt .image {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-left: 32px;
}

.module_bio .bio .image img.bio-headshot {
    width: 100%;
    max-width: 100%;
    margin: 1em 0;
    height: auto;
    flex-shrink: 0;
}

.module_bio .bio .text {
    width: 75%;
}

.module_bio .bio .bio-term {
    color: #666666;
    font-size: 90%;
}

@media only screen and (max-width: 1280px) {
    .module_bio .bio .image {
        width: 30%;
    }
    
    .module_bio .bio.alt .image {
        width: 30%;
    }
    
    .module_bio .bio .text {
        width: 70%;
    }
    
    .module_bio .bio.alt .text {
        width: 70%;
    }
}

@media only screen and (max-width: 1024px) {
    .module_responsive-table {
        border: 1px solid #cccccc;
        margin: 2em 0;
        box-shadow: 0px 0px 10px 1px #dddddd;
    }
    
    .module_responsive-table table th,
    .module_responsive-table table td {
        padding: 1em 0.5em;
        border: 0;
    }
    
    .module_responsive-table table td {
        font-size: 0.875em;
    }
    
    .module_responsive-table table {
        margin: 0;
    }
    
    .module_responsive-table table th.rt-col-1,
    .module_responsive-table table th.rt-col-2 {
        width: 100%;
    }
    
    .module_responsive-table table thead {
        display: none;
    }
    
    .module_responsive-table table tr {
        display: block;
        padding: 0.5em 1em;
    }
    
    .module_responsive-table table td strong {
        font-size: 1.125em;
    }
    
    .module_responsive-table table td {
        display: block;
        padding: 0.5em 0;
        overflow: hidden;
    }
    
    .module_responsive-table table td {
        font-size: 1em;
    }
    
    .module_responsive-table table td.empty {
        display: none;
    }
    
    .module_responsive-table .contextual-heading-1 {
        display: block;
        margin: 0 0 0.5em 0;
        font-size: 150%;
        padding: 0 0 0.25em 0;
        border-bottom: 0;
        color: #007481;
    }
    
    .module_responsive-table .contextual-heading-2 {
        display: block;
        margin: 0 0 0.5em 0;
        font-size: 110%;
        padding: 0 0 0.25em 0;
        border-bottom: 1px solid #cccccc;
    }
    
    .module_responsive-table .contextual-hide {
        display: none;
    }
/*}

@media only screen and (max-width: 767px) {*/
    .module_bio .bio {
        flex-direction: column;
    }
    
    .module_bio .bio.alt {
        flex-direction: column;
    }
    
    .module_bio .bio .image {
        width: 100%;
        padding-right: 0;
        align-self: center;
        max-width: 300px;
        flex-shrink: 0;
    }
    
    .module_bio .bio.alt .image {
        width: 100%;
        padding-left: 0;
    }
    
    .module_bio .bio .text {
        width: 100%;
    }
    
    .module_bio .bio.alt .text {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {}