ul.honor-roll_categories {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    list-style: none !important;
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    text-align: center;
}

.honor-roll_categories li {
    flex-grow: 1;
    flex-basis: 100px;
    line-height: normal;
    font-size: 18px;
    background: none !important;
    transition: background 0.2s ease;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.honor-roll_categories li label a {
    text-decoration: none !important;
    font-size: 1rem;
}

.honor-roll_categories li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.honor-roll_categories li .check {
    display: block;
    position: relative;
    border: 6px solid;
    border-color: #ccc;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin: 0 auto;
    margin-top: 10px;
    box-sizing: border-box;
}

.honor-roll_categories li:hover .check {
    border: 8px solid;
    border-color: #999;
    cursor: pointer;
}

input[type=radio]:checked~.check {
    border: 8px solid;
    border-color: #836EAA;
}

.honor-roll_categories li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.honor-roll_categories li .check-box {
    display: block;
    position: relative;
    border: 6px solid #ccc;
    height: 25px;
    width: 25px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 25px;
}

.honor-roll_categories li:hover .check-box {
    border: 8px solid #836eaa;
    cursor: pointer;
}

input[type=checkbox]:checked~.check-box {
    border: 8px solid #836eaa;
    background: #836eaa;
}

input[type=checkbox]:checked~.check-box:before {
    content: "";
    font-size: 1rem;
    position: absolute;
    margin-top: -5px;
    margin-left: -7px;
    color: white;
}

.honor-roll_categories li a {
    transition: text-shadow 0.2s ease;
    display: block;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.honor-roll_categories li a:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
}

.honor-roll_categories li.active a {
    opacity: 1;
}

.honor-roll_categories li:not(:last-child) {
    border-right: 1px solid #ccc;
}

input[type="text"]#searchInput {
    border: 1px solid #ddd;
    border-radius: 0;
    box-sizing: border-box;
    font-family: 'Akkurat Pro Bold';
    font-size: 1rem;
    height: 43px;
    line-height: 1;
    margin-bottom: 0;
    overflow: visible;
    padding: 0.6rem 1rem 0.5rem;
    width: calc(100% - 220px);
    margin-top: -9px;
}

.search-elements {
    margin-bottom: 2rem;
}

#results-message {
    margin-top: 3rem;
    margin-bottom: 2rem !important;
}

.level-type {
    position: absolute;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 3.2;
    text-transform: uppercase;
    margin-top: 6px;
    margin-left: 30px;
}

.level-results-names span {
    position: absolute;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 3;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 0px;
}

ul p span::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.8rem !important;
    height: 0.8rem !important;
    border-radius: 1rem;
    background-color: #4e2a84;
    margin-top: 6px;
    margin-left: -15px;
}

span.platinum::before {
    background-color: #A7A7AD !important;
}

span.gold::before {
    background-color: #D6AF36 !important;
}

span.silver::before {
    background-color: #D7D7D7 !important;
}

span.bronze::before {
    background-color: #A77044 !important;
}

.level-type::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.8rem !important;
    height: 0.8rem !important;
    border-radius: 1rem;
    background-color: #4e2a84;
    margin-top: 6px;
    margin-left: -15px;
}

.level-type.platinum::before {
    background-color: #A7A7AD !important;
}

.level-type.gold::before {
    background-color: #D6AF36 !important;
}

.level-type.silver::before {
    background-color: #D7D7D7 !important;
}

.level-type.bronze::before {
    background-color: #A77044 !important;
}

ul.results-names li {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    font-size: 1.5rem !important;
    font-family: "Akkurat Pro Light";
}

ul.level-results-names p {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 0.7rem !important;
    max-width: 165px !important;
}

p.no-results {
    font-family: 'Poppins Light', Arial, sans-serif;
    font-size: 1.5rem !important;
}

.level-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.level-results div {
    width: 43%;
}

.search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}

.search-results ul {
    width: 43%;
}

ul.results-names li.smaller-result {
    font-size: 1rem !important;
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 0.7rem !important;
    max-width: 165px !important;
}

ul.results-names li.smaller-result .level-type {
    position: absolute;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 3;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 0px;
}

.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 100%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    vertical-align: top;
    display: flex;
    justify-content: center;
    padding-top: 3rem;
}

svg path,
svg rect {
    fill: #4e2a84;
}

.nu-loyal-level {
    display: flex;
    margin-bottom: 1.5rem;
}

.nu-loyal-level img {
    margin-right: 1rem;
}

.level-description {
    width: calc(100% - 100px);
}

.nu-loyal-levels {
    margin-bottom: 2rem;
}

.level-results-names p {
    max-width: 190px
}

.honor-roll_categories li img {
    margin-bottom: 0.7rem;
    max-width: 95px;
}

.honor-roll_categories li p {
    line-height: 1 !important;
    font-size: 0.8rem !important;
}
