@charset "utf-8";
/* CSS Document */

.resultsarchive-filter-wrap-2 .select_filter option:nth-child(1), .resultsarchive-filter-wrap .other_filter option:nth-child(1) {

}
.template-resultsarchive {
    padding: 0 4rem 4rem;
}
.resultsarchive-filter-container {
    background: #fff;
    height: 14.4rem;
    overflow: hidden;
    margin-bottom: 0rem;
}
.resultsarchive-wrapper {
    background: #fff;
    margin-bottom: 4rem;
}
.resultsarchive-content-header {
    padding: 2.8rem 2.6rem 1.5rem;
    position: relative;
}
.resultsarchive-content-header h1 {
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    font-size: 33px;
    font-size: 3.3rem;
}
.resultsarchive-content-header .resultsarchive-dhl-winner p {
    float: left;
    margin-right: 1.5rem;
}
.resultsarchive-dhl-winner b {
    font-weight: 700;
}
.resultsarchive-content-header div p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.resultsarchive-content {
    padding-bottom: 4.5rem;
}
.resultsarchive-content .table-wrap {
    padding: 0 2.6rem;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    width: 100%;
}
.resultsarchive-table {
    margin: 0 0 2.5rem 0;
}
.resultsarchive-table tr th {
    padding: 1.8rem 2rem 1.4rem;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: gray;
    font-size: 11px;
    font-size: 1.1rem;
}
.resultsarchive-table td {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    padding: 1.8rem 2rem 1.4rem;
    color: gray;
}
.resultsarchive-table .limiter {
    display: none;
}
.resultsarchive-table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
.resultsarchive-table .bold {
    font-weight: 700;
}
.resultsarchive-table .dark {
    color: #4a4a4a;
}
.resultsarchive-table .width30 {
    width: 30%;
}
.resultsarchive-table .width25 {
    width: 25%;
}
.resultsarchive-table .uppercase {
    text-transform: uppercase;
}
.resultsarchive-table .hide-for-desktop {
    display: none;
}
.resultsarchive-table .semi-bold {
    font-weight: 600;
}
.resultsarchive-table .width25 {
    width: 25%;
}
.resultsarchive-filter-wrap {
    width: 25%;
    float: left;
    height: inherit;
    position: relative;
}
.resultsarchive-filter {
    margin: 0;
    padding: 1.8rem 0;
    width: 80%;
    position: relative;
}

.group:after, .clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.catNameActive, .catName, .resultsarchive-filter select {
    letter-spacing: normal;
    background: #fff;
    border: 0;
    color: gray;
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
    margin: 0;
    outline: 0;
    padding: 0 0 0 10.5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
.catNameActive:hover, .catName:hover {
    color: #171717;
}
.resultsarchive-filter select {
    font-size: 1.5rem;
    padding: 2rem;
    width: 100%;
    text-align: center;
}
.resultsarchive-filter select option {
    font-size: 1.5rem;
    padding: 2rem;
    width: 100%;
    text-align: center;
}
.resultsarchive-filter-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 2.2rem;
    right: 0;
    height: 100px;
    width: 1px;
    background: #e2e2e2;
}
.resultsarchive-filter-container  {
    border-bottom: 2px solid #e2e2e2;
}
.resultsarchive-content-header .date .full-date {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
}
.resultsarchive-filter .selectr .panel-heading, .resultsarchive-filter .selectr .panel-body {
    display: none;
}
.selectr .list-group-item.selected {
    background-color: transparent;
}
.selectr .list-group-item.selected:nth-child(1) {
    display: none;
}























@media only screen and (min-width: 768px) {
.resultsarchive-content-header h1 {
    width: 70%;
}
}


@media only screen and (min-width: 1024px) {
.resultsarchive-content-header h1 {
    width: 75%;
}
}


@media only screen and (min-width: 1280px) {
.resultsarchive-content-header h1 {
    width: 100%;
}
}