/* About us page */
* {
    box-sizing: border-box;
}

#staff_list_left_nopic {
    text-align: center;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

#staff_list_right_nopic {
    text-align: center;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

#staff_list_left {
    text-align: center;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

#staff_list_left li {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 75px;
    max-height: 150px;
}

#staff_list_right {
    text-align: center;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}

#staff_list_right li {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 75px;
    max-height: 150px;
}

.left_personal .staff_text_container {
    text-align: left;
}

.right_personal .staff_text_container {
    text-align: right;
}

.staff_img_container {
    width: 125px;
    padding-left: 10px;
    padding-right: 10px;
}

.staff_img_container img {
    max-height: 100%;
    max-width: 100%;
}

.left_personal .staff_img_container {
    float: left;
}

.right_personal .staff_img_container {
    float: right;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

/* Events Page */
#calendar_iframe {
    text-align: center;
    margin-top: 10px;
}
