    .multi-selects {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    }
    .multi-selects div {
    width: 31%;
    }
    .multi-selects div select {
    width: 100%;
    height: 100px;
    font-size: 14px;
    font-family: "Akkurat Pro Light";
    }
    .multi-selects div select option {
    padding: 0.25rem;
    }
    label {
    display: block;
    font-family: "Poppins Bold";
    font-size: 18px;
    color: #4e2a84;
    }
    input#searchInput {
    width: 100%;
    padding: 8px;
    font-family: "Akkurat Pro Light";
    font-size: 1rem;
    margin-bottom: 2rem;
    }
    .pg-nav {
    margin-top: -32px;
    margin-bottom: 2rem;
    }
    .pgs {
    display: flex;
    width: 100px;
    justify-content: space-between;
    margin: 0 auto;
    }
    .cur-pg {
    display: flex;
    flex-wrap: wrap;
    }
    .cur-pg div {
    width: 100%;
    text-align: center;
    }
    .prev-pg:hover {
    cursor: pointer;
    }
    .next-pg:hover {
    cursor: pointer;
    }
    .checkbox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .checkbox-option {
    width: calc(20% - 2rem);
    text-align: center;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    }
    .checkbox-option label {
    display: block;
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    font-family: 'Akkurat Pro Light';
    font-size: 14px;
    line-height: 1.3
    }
    .identity-tags {
    text-transform: uppercase;
    font-size: 12px;
    color: #5091CD;
    margin-top: 1rem;
    }
    @media screen and (max-width: 700px) {
    .checkbox-option {
    width: calc(33.33% - 2rem);
    }
    }
    @media screen and (max-width: 510px) {
    .clearFilters {
    margin-right: 0px !important;
    }
    .moreInfoAndFAQ {
    margin-right: 0px !important;
    }
    .submitABook {
    margin-right: 0px !important;
    }
    section {
    margin-bottom: 1.5rem !important;
    }
    .single-selects {
    flex-wrap: wrap;
    }
    .single-selects div {
    width: 100%;
    margin-bottom: 0.25rem;
    }
    .single-selects div:last-of-type {
    margin-bottom: 0px;
    }
    .searchBar {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    }
    #searchBarRow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    margin-bottom: 0.5rem;
    }
    }
    #searchBarRow {
    display: -webkit-box;
    display: -moz-box;
    }
    .contain-1120 {
    max-width: 1120px;
    }
    .contain-420 {
    max-width: 420px;
    }
    @media screen and (min-width: 1120px) {
    .desktopHide {
    display: none;
    }
    .mobileHide {
    display: flex;
    }
    }
    @media screen and (max-width: 1119px) {
    .desktopHide {
    display: block !important;
    }
    .mobileHide {
    display: none !important;
    }
    }
    #searchIcon {
    width: 25px;
    padding-top: 10px;
    }
    @media screen and (min-width: 550px) {
    .searchBar {
    width: 540px;
    padding-right: 15px;
    padding-left: 5px;
    padding-top: 2px;
    }
    }
    .clearFilters {
    margin-right: 35px;
    }
    .moreInfoAndFAQ {
    margin-right: 35px;
    margin-top: 3px;
    }
    .submitABook {
    margin-right: 35px;
    margin-top: 3px;
    }
    .book-col-1 {
    padding-right: 140px;
    }
    .book-col-2 {
    padding-right: 140px;
    }
    #book-col-3 {
    max-width: 280px;
    }
    .bookTitle {
    font: 20pt "Poppins Bold", Arial, sans-serif;
    color: #4e2a84;
    }
    .alumAuthor {
    font: 18pt "Poppins Bold", Arial, sans-serif;
    color: #9480b6;
    }
    .tags {
    font: 10pt "Poppins Light", Arial, sans-serif;
    color: #9480b6;
    }
    .mob-selects {
    width: 240px;
    }
    .label-adjust {
    font-size: 12px;
    line-height: 0.75;
    }