#uf-speakers-root {}

#uf-speakers-keynotes {}

#uf-speakers-speakers {}

#uf-speakers-no-pic {
    margin-top: 4rem;
    display: flex;
}

.uf-speakers-title {
    margin: 2rem 0rem;
    text-align: left;
    font-size: 3rem;
}

.uf-speakers-speakers-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.uf-speakers-speaker {}

#uf-speakers-speakers .uf-speakers-keynote {
    width: 25%;
}

#uf-speakers-speakers .uf-speakers-speaker {
    width: 19%;
}

.uf-speakers-tile {
    padding: 0px 5px;
}

.uf-speakers-tile-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#uf-speakers-speakers .uf-speakers-tile-image {
    height: 230px;
}

.uf-speakers-tile-image>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* .uf-speakers-tile-content {
    padding: 8px;
} */

.uf-speakers-tile-content .uf-speakers-tile-name {
    text-align: left;
}

.uf-speakers-tile-content .uf-speakers-tile-company {
    text-align: left;
    color: #4A9443;
    line-height: normal;
    margin-bottom: 10px;
}

.uf-speakers-tile-content .uf-speakers-tile-position {
    line-height: normal;
    text-align: left;
    padding-bottom: 8px;
}

.uf-speakers-tile-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}

.uf-speaker-speaking-at {
    font-weight: bold;
    text-decoration: underline;
    color: #4A9443;
}

.uf-speaker-speaking-at:hover {
    color: #2154a3;
}

a.uf-speakers-speaker .uf-speakers-tile-name {
    color: black
}

a.uf-speakers-keynote .uf-speakers-tile-name {
    color: black
}

a.uf-speakers-speaker .uf-speakers-tile-position {
    color: #000;
    text-align: left;
    line-height: normal;
}

a.uf-speakers-keynote .uf-speakers-tile-position {
    color: #000;
    text-align: left;
    line-height: normal;
}

div.uf-speakers-speaker .uf-speakers-tile-name {
    color: #000;
}

div.uf-speakers-speaker .uf-speakers-tile-position {
    color: #000;
    text-align: left;
}

.d-flex {
    display: flex;
}

.uf-speakers-modal>div {
    display: flex;
}

.uf-speakers-modal-info {
    width: 330px;
}

.uf-speakers-photo {
    width: 330px;
    height: 330px;
    padding-bottom: 10px;
}

.uf-speakers-photo>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.uf-speakers-modal-bio {
    margin-left: 2rem;
}

.uf-speakers-no-pic-name {
    font-weight: bold;
    text-transform: uppercase;
}

.uf-speakers-no-pic-name:hover {
    color: #4A9443;
}

.uf-speakers-no-pic-job {
    font-style: italic;
}

.uf-speakers-no-pic-comp {
    font-weight: bold;
    color: #4A9443;
}

#uf-speakers-no-pic a>li>.uf-speakers-no-pic-name {
    text-decoration: underline;
}

#uf-speakers-no-pic a>li>.uf-speakers-no-pic-job {
    color: #000;
}

#uf-speakers-no-pic a>li>.uf-speakers-no-pic-comp {
    color: #4A9443;
}

.modal {
    max-width: 1500px !important;
}

.uf-abstract-container {
    background-color: #fafafa;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    max-width: 35rem;
}

.uf-abstract-strand-yield-reliability {
    border-top: 0.4rem solid #7872b5;
}

.uf-abstract-strand-sustainability {
    border-top: 0.4rem solid #ff7d24;
}

.uf-abstract-strand-growth {
    border-top: 0.4rem solid #ffc133;
}

.uf-abstract-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.uf-abstract-title-row>h4 {
    width: 80%;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
}

.uf-abstract-title-row>img {
    width: 3rem;
}

.uf-abstract-presented {
    font-size: 0.9rem;
}

.uf-abstract-authors {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0rem 1rem 0rem;
}

.uf-abstract-author {
    width: 33.3%;
    margin: 0.5rem 0rem;
}

.uf-abstract-name {
    font-size: 0.9rem;
    font-weight: bold;
}

.uf-abstract-company {
    font-size: 0.7rem;
    font-weight: bold;
}

.uf-abstract-topics {
    display: flex;
    flex-wrap: wrap;
}

.uf-abstract-topic {
    padding: 0.2rem 0.5rem;
    border: 1px solid #aeb5b5;
    border-radius: 0.2rem;
    color: #aeb5b5;
    font-style: italic;
    margin: 0.1rem 0.2rem 0.1rem 0rem;
    font-size: 0.9rem;
}

@media only screen and (max-width: 1000px) {
    #uf-speakers-speakers .uf-speakers-keynote {
        width: 33%;
    }

    #uf-speakers-speakers .uf-speakers-speaker {
        width: 25%;
    }

    #uf-speakers-speakers .uf-speakers-tile-image {
        height: 230px;
    }
}

@media only screen and (max-width: 800px) {
    .uf-speakers-modal>div {
        flex-direction: column;
        align-items: center;
    }

    .uf-speakers-modal-bio {
        margin-left: 0rem;
    }
}

@media only screen and (max-width: 700px) {
    #uf-speakers-speakers .uf-speaker-keynote {
        width: 50%;
    }

    #uf-speakers-speakers .uf-speakers-speaker {
        width: 33%;
    }
}

@media only screen and (max-width: 500px) {
    #uf-speakers-speakers .uf-speakers-keynote {
        width: 50%;
    }

    #uf-speakers-speakers .uf-speakers-speaker {
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    #uf-speakers-speakers .uf-speakers-keynote {
        width: 100%;
    }

    #uf-speakers-speakers .uf-speakers-speaker {
        width: 100%;
    }

    #uf-speakers-speakers .uf-speakers-tile-image {
        height: 300px;
    }

    .modal {
        width: 99% !important;
    }
}


.flex-row {
    display: flex;
    flex-direction: row;

    @media screen and (max-width: 700px) {
        flex-direction: column;
    }
}

.width-30 {
    width: 30%;

    @media screen and (max-width: 700px) {
        width: 100%;
    }
}

.width-70 {
    width: 70%;

    @media screen and (max-width: 700px) {
        width: 100%;
    }
}

.filter-select {
    width: 100%;
    padding: 5px;
}

.filter-header {
    font-weight: 600;
    padding: 10px 0px;
}

.main-header {
    font-size: 3em;
    font-weight: 600;
}

.filters-body {
    background-color: #F6F7F7;
    padding: 15px;
}

.filter-container {
    margin: 10px 0px;
    padding: 10px 0px;
}

.filter-list {
    width: 220px;
}

.filter-btn {
    text-wrap: balance;
    margin: 5px;
    font-weight: 600;
    background-color: #4A9443;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 4px;
    cursor: pointer;
}

.reset-btn {
    margin: 5px 0px;
    font-weight: 600;
    background-color: #4A9443;
    color: white;
    border: none;
    border-radius: 2px;
    padding: 10px;
    cursor: pointer;
}

.reset-btn:hover {
    color: black;
    background-color: #3F7F39;
}

.flex-end {
    display: flex;
    justify-content: end;
}

.filter-btn:hover {
    color: black;
    background-color: #3F7F39;
}

.pagination-button {
    padding: 5px;
    margin: 5px;
    font-weight: 600;
    border: none;
    color: black;
    background-color: transparent;
    cursor: pointer;
}

.pagination-button:hover {
    background-color: #3F7F39;
    color: white;
}

.active {
    background: #4A9443;
    color: white;
}

.prev {
    cursor: pointer;
    border: none;
    color: black;
    padding: 5px;
    background-color: transparent;
    margin: 5px;
    font-weight: 700;
}

.prev:hover {
    background-color: #3F7F39;
    color: white;
}

.next {
    cursor: pointer;
    border: none;
    color: black;
    padding: 5px;
    background-color: transparent;
    margin: 5px;
    font-weight: 700;
}

.next:hover {
    background-color: #3F7F39;
    color: white;
}

.blue-bg {
    background-color: #000229;
}

.hide-on-mobile {
    display: block;

    @media screen and (max-width: 700px) {
        display: none;
    }
}

.show-on-mobile {
    display: none;

    @media screen and (max-width: 700px) {
        display: block;
    }
}

.text-white {
    color: white;
}

.bold {
    font-weight: bold;
}

.card-body {
    padding: 15px;
}

.pink-text {
    color: #4A9443;
    font-size: 1.2rem;
}

.margin-0 {
    margin: 0px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.keynote-label {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 5px;
    color: white;
    background-color: grey;
    font-size: 1rem;
    font-weight: bold;
}

.padding-x-1 {
    padding: 0px 10px;
}

.margin-y-1 {
    margin: 15px 0px;
}