html.inside {
    height: 100%;
    width: 100%;
    background-color: #ededed;
}

#navigation {
    background: url(../img/header-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}

#navigation.inside-page {
    background-image: unset;
    background-color: #1b4673;
}

#navigation header > a {
    display: table;
    margin: 0 auto;
}

#navigation header > ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
}

#navigation header > ul::after {
    clear: both;
    content: '';
    display: table;
}

#navigation header > ul > li:first-child,
#navigation header > ul > li:last-child {
    width: 100px;
}

#navigation header > ul > li {
    width: calc(100% - 200px);
}

#navigation header > ul > li {
    float: left;
}

#navigation header > ul::after {
    clear: both;
    content: '';
    display: table;
}

#navigation header > ul > li.user-logo {
    width: 100px;
    display: block;
    border: 8px solid #fff;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

#navigation header > ul > li.user-logo img {
    width: 80px;
    display: table;
    margin: 0 auto;
}

#navigation header > ul > li.app-logo > a {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
}

#navigation header > ul > li.barcode-logo > a {
    display: table;
    margin: 0 auto;
    line-height: 98px;
}

header .container {
    padding-left: 0;
    padding-right: 0;
}

.wrapper {
    margin: 60px 0;
}

.form-section label {
    cursor: pointer;
    font: normal 14px/18px fw-regular, sans-serif;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
}

.form-section label.checkbox {
    font: normal 18px/22px fw-regular, sans-serif;
}

.form-section input[type="text"],
.form-section input[type="password"],
.form-section input[type="email"] {
    font: normal 24px/28px fw-regular, sans-serif;
    border: 0;
    border-bottom: 2px solid #000;
    outline: none;
}

.form-section input[type="submit"] {
    background-color: #db2c27;
    font: normal 14px/20px fw-bold, sans-serif;
    color: #fff;
    border: 0;
    display: table;
    padding: 15px 40px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

.form-section input[type="submit"]:hover {
    background-color: #000;
    transition: background-color 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.form-section label > span {
    color: #db2c27;
    font-weight: bold;
    font-size: 22px;
    line-height: 14px;
}

#sign-up-form input.error {
    border-color: #db2c27;
    color: #db2c27;
}

#navigation h1 {
    color: #fff;
    font: normal 40px/44px fw-bold, sans-serif;
    margin: 40px 0 0 0;
}

.round-button,
.offer-boxes .btn-action {
    background-color: #db2c27;
    font: normal 14px/20px fw-bold, sans-serif;
    color: #fff;
    border: 0;
    display: table;
    margin: 20px auto 0 auto;
    padding: 8px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

.offer-boxes .btn-action.disabled,
.offer-boxes .btn-action.disabled:hover {
    background-color: #666 !important;
    cursor: default !important;
}

.round-button:hover,
.offer-boxes .btn-action:hover {
    background-color: #000;
    transition: background-color 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.round-button { text-decoration: none; }

.offer-boxes {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 20px;
}

.offer-boxes .amount {
    font: normal 40px/44px fw-bold, sans-serif;
    text-align: center;
    color: #fff;
}

.offer-boxes .description {
    font: normal 20px/24px fw-regular, sans-serif;
    text-align: center;
    color: #fff;
}

#main {
    background-color: #ededed;
    padding: 40px 0;
}

#main section {
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.view-all {
    color: #db2c27;
    text-decoration: none;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.view-all:hover {
    color: #000;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.tabbed-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
}

.tabbed-menu::after {
    clear: both;
    content: '';
    display: table;
}

.tabbed-menu > li {
    float: left;
}

.tabbed-menu > li > a {
    color: #adadad;
    font: normal 22px/26px fw-bold, sans-serif;
    padding: 10px 40px;
    display: block;
    text-decoration: none;
}

.tabbed-menu > li > a.active,
.tabbed-menu > li > a:hover {
    color: #fff;
    border-bottom: 3px solid #db2c27;
}

.tabbed-content {
    background-color: #db2c27;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.tabbed-content,
.tabbed-main {
    display: none;
}

.tabbed-content.active,
.tabbed-main.active {
    display: block;
}

.tabbed-main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.tabbed-main::after {
    clear: both;
    content: '';
    display: table;
}

.tabbed-main ul > li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#main-products.tabbed-main ul > li,
.trp.tabbed-main ul > li {
    width: calc(100% - 150px);
    vertical-align: middle;
}

#main-products.tabbed-main ul > li:first-child,
.trp.tabbed-main ul > li:first-child {
    display: table-cell;
    width: 100px;
}

#main-products.tabbed-main ul > li:last-child,
.trp.tabbed-main ul > li:last-child {
    display: table-cell;
    width: 50px;
    font-size: 50px;
}

#main-products.tabbed-main ul > li:last-child a {
    color: #db2c27;
    text-decoration: none;
}

#main-products.tabbed-main ul > li:first-child img,
.trp.tabbed-main ul > li:first-child img {
    width: 70px;
}

#main-products.tabbed-main ul > li p,
#main-products.tabbed-main ul > li h4,
.trp.tabbed-main ul > li p,
.trp-products.tabbed-main ul > li h4 {
    margin: 0;
}

.tabbed-main ul > li p {
    line-height: 100%;
    margin: 0 0 10px;
}

.tabbed-main ul > li:last-child p:last-child {
    margin-bottom: 0;
    color: #db2c27;
}

.tabbed-main section,
section.redeemed-item {
    margin-bottom: 10px;
    cursor: pointer;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
}

.tabbed-main section:hover,
section.redeemed-item:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5) !important;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
}

.redeemed-item p {
    margin: 0;
}

.redeemed-item p:last-child {
    text-align: right;
    margin-top: 10px;
}

#navigation.inside-page.white-welcome {
    padding-bottom: 0;
}

#navigation.inside-page.white-welcome .welcome {
    background-color: #fff;
    padding-bottom: 40px;
    border-top: 40px solid #1b4673;
}

#navigation.inside-page.white-welcome h1 {
    color: #000;
}

#navigation.inside-page.white-welcome {
    border-bottom: 1px solid #ddd;
}

.points-balance {
    margin-top: 20px;
}

.points-balance p {
    text-align: center;
    margin: 0;
}

.points-balance h2 {
    text-align: center;
    font: normal 60px/54px fw-bold, sans-serif;
    color: #000;
}

.tabbed-redeem-points {
    margin-top: 30px;
}

.tabbed-redeem-points .tabbed-menu > li > a {
    padding: 6px 20px;
    font: normal 16px/20px fw-bold, sans-serif;
}

.tabbed-redeem-points .tabbed-menu > li > a.active,
.tabbed-redeem-points .tabbed-menu > li > a:hover {
    color: #db2c27;
    border-bottom: 3px solid #db2c27;
}

.redeem-action {
    width: 100%;
    background-color: #db2c27;
    font: normal 14px/20px fw-bold, sans-serif;
    color: #fff;
    border: 0;
    display: table;
    margin: 20px auto 0 auto;
    padding: 8px 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

.redeem-action:hover {
    background-color: #000;
    transition: background-color 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.redeem-action .redeem-action {
    padding: 15px 40px;
}

.redeem-action p,
.redeem-action h3,
.redeem-action h4 {
    color: #000;
}

.redeem-action p {
    font-family: fw-regular, sans-serif;
    color: #666;
}

.redeem-action img {
    display: table;
    margin: 0 auto;
    width: 300px;
}

.redeem-action h3 {
    text-align: center;
}

.redeem-action .terms {
    border-top: none;
    margin-top: 30px;
}

.redeem-action .terms > :first-child {
    border-bottom: 1px solid #ccc;
}

.redeem-action h3 > span {
    font-family: fw-thin, sans-serif;
    color: #444;
}

.blur-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
}

.blur-overlay > .blur-wrapper {
    background-color: #fff;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 380px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#navigator-check.blur-overlay > .blur-wrapper ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}

#loader.blur-overlay > .blur-wrapper { width: auto; }

.blur-overlay > .blur-wrapper button {
    background-color: #db2c27;
    border: 0;
    font: normal 14px/20px fw-bold, sans-serif;
    color: #fff;
    display: table;
    margin: 10px auto 0 auto;
    padding: 10px 20px;
    border-radius: 20px;
}

.blur-overlay > .blur-wrapper button:hover {
    background-color: #000;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
}

a.round-button { text-decoration: none; }

.blur-overlay > .blur-wrapper .success,
.blur-overlay > .blur-wrapper .has-error,
.blur-overlay > .blur-wrapper ul > li:last-child {
    display: none;
}

.blur-overlay > .blur-wrapper .success,
.blur-overlay > .blur-wrapper .has-error {
    font: normal 18px/20px fw-bold, sans-serif;
    margin: 0 0 10px 0;
}

.blur-overlay > .blur-wrapper ul {
    list-style: none;
    display: table;
    margin: 0 auto;
}

.blur-overlay > .blur-wrapper ul::after {
    clear: both;
    content: '';
    display: table;
}

.blur-overlay > .blur-wrapper ul > li {
    float: left;
    margin: 0 5px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

footer ul {
    display: table;
    margin: 0 auto;
}

footer ul > li {
    display: table-cell;
    width: 60px;
}

footer ul > li > a {
    display: block;
    width: 75px;
    height: 60px;
    text-decoration: none;
    color: #929597;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

footer ul > li.active > a,
footer ul > li > a:hover {
    color: #db2c27;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

footer ul > li > a > span { display: block; }

footer ul > li > a > span:first-child {
    font-size: 30px;
    line-height: 32px;
    text-align: center;
}

footer ul > li > a > span:last-child {
    text-align: center;
    font: normal 16px/28px fw-regular, sans-serif;
}

.footer-spacer {
    height: 70px;
    overflow: hidden;
    background-color: #ededed;
}

.my-alt-id {
    display: table;
    margin: 0 auto;
}

#navigation h3 {
    color: #fff;
    font: normal 34px/38px fw-regular, sans-serif;
}

#navigation h3 > span {
    font: normal 20px/24px fw-regular, sans-serif !important;
}

.redeem-action.more ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.redeem-action.more ul > li:not(:last-child) { border-bottom: 1px solid #ddd; }

.redeem-action.more ul > li > a {
    display: block;
    font: normal 20px/40px fw-thin, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.redeem-action.more ul > li:hover > a {
    background-color: #f8f8f8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.redeem-action.more ul > li > a > i {
    float: right;
    line-height: 40px;
    font-size: 16px;
    color: #db2c27;
}

.redeem-action.more ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.redeem-action.station-list ul > li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.redeem-action.station-list ul > li > a > h4,
.redeem-action.station-list ul > li > a {
    display: block;
    font: normal 18px/20px fw-regular, sans-serif;
    color: #000;
    text-decoration: none;
    padding: 0;
}

#main-products.tabbed-main ul > li p { font-size: 18px; }

#main-products.tabbed-main.location ul > li:last-child { width: calc(100% - 100px); }

.redeem-action.station-list ul > li > p {
    display: block;
    font: normal 18px/20px fw-thin, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0;
}

.redeem-action.station-list { margin-top: 0; }
.redeem-action.station-list ul { padding-left: 0; }
.redeem-action.station-list h3 { text-align: left; }

.hiw ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.hiw ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.hiw ul > li:first-child { width: 80px; }
.hiw ul > li:last-child { width: calc(80px - 100%); }
.hiw ul > li > img { max-width: 100%; }
.hiw p { padding: 0 0 0 20px; }

pre {
    margin: 0 5px 5px 5px;
    font-size: 11px;
    padding: 0 5px 5px 5px;
    /*
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #efefef;
    */
}

fieldset {
    all: unset !important;
    border: 1px solid #ccc !important;
    margin: 10px 10px 75px 10px !important;
    border-radius: 4px !important;
    background-color: #efefef !important;
    display: block !important;
}

legend {
    all: unset;
    font-weight: 700;
    margin-left: 10px;
    padding: 4px;
}

.inside-form label {
    color: #888;
    font: normal 14px/20px fw-thin, sans-serif;
}

.redeem-action .inside-field-data {
    font: normal 18px/20px fw-thin, sans-serif;
    color: #000;
}

.round-button.button-w180 {
    width: 170px !important;
    text-align: center;
}

.inside-form input[type="text"],
.inside-form input[type="email"] {
    font: normal 18px/20px fw-thin, sans-serif;
    color: #000;
    display: block;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
}

.inside-form input[type="text"]:focus,
.inside-form input[type="email"]:focus {
    outline: none;
}

/* rewards in progress */
.bip-title {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: table;
}

.bip-title > li {
    display: table-cell;
}

.bip-title > li:first-child {
    height: 60px;
    width: auto;
    padding-right: 10px;
}

.bip-title > li > img {
    width: auto;
    height: 100%;
}

.bip-title > li:last-child {
    width: calc(100% - 60px);
    vertical-align: middle;
}