.subscribe-select-dropdown {
    border-color: rgba(136, 136, 136, 0.5) !important;
    font-size: 1.2rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 9.5px 25px 9.5px 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
}

.subscribe-select-dropdown,
.subscribe-select-dropdown:hover {
    color: var(--colour_text_body) !important;
}

.subscribe-select-dropdown label {
    cursor: pointer;
}

.subscribe-select-dropdown:after {
    content: '\E819';
    font-family: 'fontello';
    border: none;
    font-size: 6px;
    line-height:1;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    margin: 0;
    transition: all 200ms;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-select-container.show .subscribe-select-dropdown:after {
    transform: rotate(180deg);
}

.subscribe-select-dropdown-menu {
    margin: 0;
    padding: 26px 16px;
}

.subscribe-select-dropdown-menu .search-label {
    line-height: 1;
    margin-top: 2px;
    color: var(--colour_text_body) !important;
}

.subscribe-select-dropdown-menu .contact-information:not(:last-of-type) {
    margin-bottom: 15px;
}