  /*columns removed because of incomplete and invalidated data*/
.discipline-col, .date-col, span.discipline {
    display:none;
}



ul {
    list-style: none;
}

#nam-body .container, #search-awards .container, #recipient .container, #recipient-awards .container, #other-recipients .container {
        padding: 0;
} 

#search-awards input, #other-recipients input {
    border-radius: 25px;
    padding: 7px 2.5rem;
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    color: #111111;
    margin-bottom: 2.5rem;
    width: calc(50% - 1.25rem);
}

#search-awards input:focus, #other-recipients input:focus {
    background: #ffffff;
    outline: 0;
}

#search-awards .sort {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 15px;
    border-radius: 25px;
    border: none;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    background-color: #54585a;
    margin: 2px 0;
}

#search-awards .sort:focus  {
    background: #54585a;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,.075), 0 0 2px rgba(0,0,0,.2);
    outline: 0;
}

.list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#search-awards h3, .award-title, #other-recipients h3 {
    padding-left: 2.5rem;
    font-size:28px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    display: inline-block;
}



#search-awards ul {
    margin: 0 -1.25rem 3rem -1.25rem;
    padding: 0;
}

#search-awards ul li {
    width: calc(50% - 2.5rem);
    margin: 0 1.25rem 5px 1.25rem;
    position: relative;
}

#search-awards .indicator {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.125rem;
    font-style: italic;
    margin-top: -10px;
}

#search-awards ul li a, .name-col li a, .discipline-col li a {
    display: block;
    background-color: #f2f2f2;
    padding: 5px 5rem 5px 2.5rem;
    position: relative;
    transition: 0s;
    color: #111;
    height: 100%; 
    
}

#search-awards ul li a:hover, #recipient-awards ul li a:hover, #other-recipients ul li:not(:first-child) a:hover {
    background-color: #c8102e;
    color: #FFF;
    text-decoration: none;
}

.has-recipient:hover:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' clip-rule='evenodd'/></svg>");
}

.has-recipient:before, .indicator:before {
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23707070' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 2rem;
    position: absolute;
    margin-left: calc(-1.25rem - 8px);
    width: 1rem;
    height: 2rem;
}

#search-awards ul li a:after, #recipient-awards ul li a:after, a .flex-row.award:after {
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23707070' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 2rem;
    position: absolute;
    right: 2.5rem;
    width: 1rem;
    height: 2rem;
}

#search-awards ul li a:hover:after, #recipient-awards ul li a:hover:after, a .flex-row.award:hover:after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
}

.uh-rep::before {
    content:"\F4CF";
}


#nam-body {
    padding-top: 0;
}

#nam-body .col-auto {
    display: flex;
    flex-wrap: wrap;
}

.header-list {
    flex: 50%;
    margin: 0 -1.25rem;
    padding-left: 0;
}

#nam-body ul li {
    margin: 0px 1.5rem 5px 1.5rem;
    position: relative;
    width: calc(100% - 3rem);
}

.grey-bg {
    display: block;
    background-color: #f2f2f2;
    padding: 5px 5rem 5px 2.5rem;
    transition: 0s;
}

#recipient {
    padding-top: 0;
}
    
.flex-row {
    display: flex;
    list-style: none;
    background-color: #F5F5F5;
    margin: 0 0 5px 0;
    position: relative;
    color: black;
}

a .flex-row.award:hover {
    background-color: #C8102E;
    color: #fff;
}
    
.name-col {
    flex: 40%;
}
    
.discipline-col {
    flex: 60%;
}

.date-col {
    position: relative;
}

.flex-row.award .name-col, .flex-row.award .discipline-col, .flex-row.award .date-col {
    flex: 33.33%;
    margin: 0.3rem 0;
}

#recipient-awards {
    padding-top: 0;
    border-bottom:1px solid #e9e9e9;
}


#recipient-awards ul {
    margin: 0 -1.25rem 0 -1.25rem;
    padding: 0;
}

#recipient-awards ul li {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 5px 1.5rem;
    position: relative;
}

#recipient-awards ul li a {
    display: block;
    background-color: #f2f2f2;
    padding: 1rem 5rem 1rem 2.5rem;
    position: relative;
    transition: 0s;
    color: #111;
}

.div-container {
    display: flex;
    flex-wrap: wrap;
}

#other-recipients .flex-container {
    width: 50%;
}

#other-recipients .flex-row li {
    flex: 50%;
}

#other-recipients ul li a:hover {
    text-decoration: none;
}

.name-col li, .discipline-col li {
    margin: 0 0 5px 0;
    position: relative;
}

@media (max-width: 1306px) {
    #search-awards ul li, #nam-body ul li, #recipient ul {
        width: calc(100% - 3rem);
    }
    
    #recipient ul {
        margin: 0px 0.5rem 5px 0.5rem;
        width: calc(100% - 1rem);
    }
    
    .header-list {
        flex: calc(100% - 3rem);
    }
    
    .award-title {
        margin-left: 0;
    }
    
    #other-recipients .flex-container {
		 width: 100%;
	}
	 #other-recipients .flex-container:last-of-type ul:first-child {
		 display: none;
	}
}


@media (max-width: 991px) {
    .second-list .title {
        display: none;
    }
}

@media (max-width: 767px) {
    #other-recipients .discipline-col {
        display: none;
    }
}

@media (min-width: 632px) {
    #search-awards .indicator {
        top: 1.125rem;
        right: 2.5rem;
       text-align: right;
       display: inline-block;
       position: relative;
       float: right;
    }
}

/*@media (min-width: 768px) {*/
/*   #nam-body .container, #search-awards .container, #recipient .container, #recipient-awards .container, #other-recipients .container {*/
/*        padding: 0;*/
/*    } */
/*}*/

