body.overlay-visible {
    overflow: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* -webkit-overflow-scrolling: touch;*/
}

html {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

html.popup_visible {
    -webkit-overflow-scrolling: auto !important;
}

#rewards-wpr {
    width: 100%;
    position: relative;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (-ms-high-contrast:active),
all and (-ms-high-contrast:none) {
    #rewards-wpr {
        height: 100%;
    }
}

main {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    overflow: hidden;
}

.rbcdisplay {
    font-family: RBCDisplay !important;
}

.roboto {
    font-family: Roboto !important;
}

header #header .header-content .search-trigger {
    margin-right: 24px;
}

header #header .header-content .search-trigger img {
    width: 20px;
    margin-right: 15px;
}

header #header .header-content .search-trigger {
    color: #252525;
}

.search-trigger-focus {
    border: 1px solid #513a08 !important;
    padding: 10px;
    outline: 0;
    width: 360px;
    position: relative;
}

header #header .header-content .search-trigger #header-search {
    border: none;
    padding: 0;
    min-height: 20px;
    min-width: auto;
    width: auto;
    max-width: 130px;
}

#rating-section input[type="radio"]:focus+label:before {
    box-shadow: inset 0 0 0 1px #006ac3 !important;
    border: 1px solid #006ac3 !important;
    outline: 1px dotted !important;
    outline-offset: 1px;
}
