select:not([multiple]) {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: solid 1px #BBB;
    padding: 16px 48px 16px 18px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right center;
}
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu {
    color: #FFFFFF;
    margin-top: 0;
    background-color: #1B4950;
    font-family: kanit;
}
.aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content {
    background-color: #007485;
}
.aux-fs-popup:after, .aux-fs-popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #1B4950;
}.aux-fs-popup .aux-panel-close {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin: 15px;
    padding: 6px;
    cursor: pointer;
    z-index: 200;
    transition: border-color 0.3s ease;
}
.aux-cross-symbol::after {
    transform: rotate(-45deg);
    background-color: white;
}
.aux-cross-symbol::before {
    transform: rotate(45deg);
    color: white;
    background-color: white;
}
span.aux-menu-label {
    color: white;
    font-weight: 400;
}
.aux-ribbon-wrapper.aux-simple-ribbon {
    background: #EA4335;
    color: #FFFFFF;
    padding: 7px 50px;
    position: absolute;
    top: 0px;
    left: -1px;
}
.aux-ribbon-wrapper.aux-simple-ribbon.top-right {
    top: 0px;
    right: -1px;
    left: auto;
}
/*PDPA*/
a.dpdpa--popup-button {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    background-color: #21707c;
    color: #fff;
    text-decoration: none;
    clear: both;
    white-space: nowrap;
}
a.dpdpa--popup-button:hover, a.dpdpa--popup-button:visited {
    color: #fff;
    text-decoration: none;
    background-color: #1c4950;
    -webkit-transition: 0.2 all;
    -o-transition: 0.2 all;
    transition: 0.2 all;
}
.dpdpa--popup-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #444;
}