/* NZ AVIATION BACK ISSUES */
.aviation-subheader {
    font-family: 'Khula', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.aviation-year-wrap {
    position: relative;
    max-width: 370px;
    margin: 30px auto 50px;
}

.aviation-year-wrap:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0px;
    background-image: url('../images/icons/chevron-down/dark-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.aviation-year-wrap select {
    font-family: 'Khula', sans-serif;
    border-radius: 0 !important;
    border-color: #979797;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 11px 20px 7px 10px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    position: relative;
    width: 100%;
    color: #636363;
    z-index: 2;
}

.aviation-year-wrap select:focus {
    outline: none;
}

.aviation-back-issue-items .item {
    margin-bottom: 50px
}

.aviation-back-issue-items .aviation-thumbnail {
    position: relative;
    width: 150px;
    margin-right: 20px;
}

.aviation-back-issue-items .aviation-thumbnail .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aviation-back-issue-items .aviation-thumbnail:after {
    content: '';
    display: block;
    padding-top: 144%;
}

.aviation-back-issue-items .aviation-info {
    max-width: calc(100% - 170px);
}

.aviation-back-issue-items .aviation-title {
    font-family: 'Frank Ruhl Libre', serif;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.aviation-back-issue-items .aviation-body {
    font-family: 'Khula', sans-serif;
    color: #636363;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    white-space: pre-line;
}

.aviation-back-issue-items .aviation-file {
    width: 150px;
    max-width: 100%;
    text-align: center;
    padding: 8px 25px;
    border-radius: 0;
}

.aviation-group {
    display: none;
}

.aviation-group.is-active {
    display: block;
}
