/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: local('RobotoBold'), url(../fonts/Roboto-Bold.ttf) format('truetype');
}

/* NEW XYLEM CSS RULES */

/* Provide sufficient contrast against white background */
:root {
    --primary-color: #007da3;
}

code {
    color: #E01A76;
}

.old-row > * {
    display: inline-block;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-center {
    margin-top: 10%;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.btn {
    text-transform: none;
    font-size: 1.0rem;
    border-radius: 2rem;
    font-family: Roboto;
    /*padding-block: .5625em;
    padding-inline: 1.5em;*/
    white-space: nowrap;
    text-decoration: none;
    border-color: unset;
    position: relative;
    padding: 7px 24px;
}

.btn:disabled {
    background-color: #d9d9d9;
}

.btn-primary {
    color: black;
    background-color: #fff;
    min-width: 150px;
    border-width: 0;
}

.btn-primary:hover {
    color: black;
    background-color: #fff;
    border-width: 0;
}

.btn-primary:before {
    background: linear-gradient(90deg in oklch, #67dfff, #61d605) border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    content: "";
    inset: 0;
    padding-inline: 2em;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    position: absolute;
}

.btn.btn-primary:active {
    background-color: #fff;
    border-color: unset;
}

.btn input {
    background-color: transparent;
    border: 0;
}

div.btn {
    border-radius: 22px;
}

.btn-primary-sm {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    min-width: 50px;
}

.btn-primary-sm:hover {
    color: var(--primary-color) !important;
    background-color: white;
    border-color: var(--primary-color);
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    min-width: 150px;
    border-width: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-width: 0;
}

.btn-secondary:before {
    background: linear-gradient(90deg in oklch, #67dfff, #61d605) border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    content: "";
    inset: 0;
    padding-inline: 2em;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    position: absolute;
}

.btn.btn-secondary:active {
    background-color: transparent;
    border-color: unset;
}

.btn-tertiary, .btn-default {
    color: var(--primary-color);
    background-color: white;
    border-color: var(--primary-color);
}

.btn-tertiary:hover, .btn-default:hover {
    color: white;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-green {
    color: black;
    background-color: #61d605;
}

.btn-green:hover {
    color: black;
    background-color: #4eae04;
}

table .input-group .btn-green {
    border-radius: 0 .25rem .25rem 0;
    padding: 0.375rem 0.75rem;
}

.btn-danger {
    font-family: Roboto;
    font-weight: 500;
    padding: .613rem 1.5rem;
    border-radius: 2rem;
}

.btn-danger:hover {
    color: red;
    background-color: white;
    background-position: unset;
    background-image: none;
}

.btn-info {
    background-color: var(--primary-color);
    background-image: none;
    border-color: var(--primary-color);
}

.form-check-input[type=radio] {
    height: 20px;
    width: 20px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: black;
}

.form-check-input:checked[type=radio] {
    /*    background-image: none;
box-shadow: none;*/
    }

.form-check-input:checked[type=checkbox] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

input {
    touch-action: none;
}

img.scale-cat {
    display: block;
    max-width: 100%;
    width: 100% !important;
    min-height: 230px !important;
    cursor: pointer;
    width: auto;
    -ms-interpolation-mode: bicubic;
    bottom: 0;
    object-fit: contain;
    max-height: 230px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: auto;
}

.center-block {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

.catalog-box {
    border: 1px solid #404B56;
    border: 1px solid #BDBDBE;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 360px;
    background: #ffffff;
    transition: 500ms;
}

.catalog-nameheader {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #1B1B1B;
    opacity: 1;
    padding: 12px;
    position: absolute;
    z-index: 1;
    line-height: 23px;
    bottom: 0px;
    width: 92%;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.attribute-button {
    color: #404B56;
}

.attribute-item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 3px;
}

.attribute-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

body {
    font-family: Roboto !important;
    padding-right: 0 !important;
    overflow-x: hidden;
}

#root > div > div {
    max-width: none;
}

.hidden {
    display: none !important;
}

.col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-xs-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
}

h1 {
    color: var(--primary-color);
}

h1, h2 {
    font-weight: 400;
}

.heading {
    color: #007da3;
}

p.heading {
    font-size: 24px;
}

.font-bold {
    font-family: RobotoBold;
}

.container .row {
    /*margin-left: 0;
    margin-right: 0;*/
}

.btn-primary:visited {
    color: unset;
    border-color: unset;
    background: unset;
}

.btn-secondary.btn-pagenav {
    min-width: unset;
}

.blue {
    color: var(--primary-color);
}

.blue:hover {
    color: var(--primary-color);
}

.blue-link {
    color: var(--primary-color);
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

.input-group-addon.calendar {
    padding: 3px 7px;
}

label {
    font-size: 16px;
}

.wrapper-content {
    padding-bottom: 40px;
}

.extra-padding {
    padding: 20px !important;
}

.extra-padding-vertical {
    padding: 10px 0;
}

.transparent-bg * {
    background-color: transparent;
    color: #fff;
}

.transparent-bg .home-right-border {
    border-color: #fff !important;
    border-width: 2px !important;
}

.transparent-bg-only {
    background-color: transparent;
}

.card {
    border: 2px solid #ccc;
    padding: 10px 0;
    border-radius: 0;
}

.info-card {
    margin-top: 2%;
}

.info-card i {
    color: black;
        font-size: 1.5em;
    margin-right: 5px;
}

.info-card a {
    text-decoration: none;
}

.xylem-border {
    border: 2px solid #ccc;
    border-radius: 30px 0 30px 0;
    /*padding: 20px 0;*/
}

.xylem-border-left {
    border: 2px solid #ccc;
    border-radius: 30px 0 0 0;
    padding: 10px 0;
    height: 100%;
}

.xylem-border-right {
    border: 2px solid #ccc;
    border-radius: 0 0 30px 0;
    padding: 10px 0;
    padding-right: 5px;
    height: 100%;
}

.xylem-border-right.no-padding, .xylem-border-left.no-padding {
    padding: 0;
}

.xylem-border-left.card, .xylem-border-right.card {
    border-width: 2px;
    box-shadow: none;
}

.xylem-border-left .card-title, .xylem-border-right .card-title, .xylem-border .card-title {
    padding-left: 45px;
    font-family: RobotoBold;
}

.centered-titles .xylem-border-left .card-title, .centered-titles .xylem-border-right .card-title, .centered-titles .xylem-border .card-title {
    padding-left: 0;
}

.xylem-border-left .card-footer, .xylem-border-right .card-footer {
    border-radius: 0;
}

.xylem-regular-height .xylem-border-left, .xylem-regular-height .xylem-border-right {
    height: initial;
}

.xylem-smaller-cards .xylem-border-left, .xylem-smaller-cards .xylem-border-right {
    height: initial;
}

.xylem-smaller-cards .xylem-border-right {
    padding: 0;
    border-top: 0;
    min-height: 283px;
}

.xylem-smaller-cards .nav-tabs .nav-link.active, .nav-tabs .nav-link.active {
    color: #007da3;
    background-color: #fff;
}

.xylem-smaller-cards .nav-tabs .nav-link, .nav-tabs .nav-link {
    color: black;
    background-color: #d9d9d9;
}

.xylem-smaller-cards .nav-tabs .nav-item, .nav-tabs .nav-item {
    padding-right: 5px;
}

.xylem-smaller-cards .nav-tabs .nav-item:last-child, .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.xylem-smaller-cards .tab-content table {
    width: 95%;
    margin: 10px auto;
}

.xylem-smaller-cards .tab-content table button {
    border: 0;
    background-color: unset;
    padding: 0;
}

.xylem-smaller-cards .tab-content table button:hover {
    cursor: default;
}

.xylem-smaller-cards .tab-content table a, .xylem-table a {
    color: #007da3;
}

.xylem-border-left.search-box {
    height: initial;
    padding: 2%;
    margin-bottom: 20px;
}

.xylem-border-left.search-box label {
    color: #fff;
    padding-bottom: 5px;
    padding-left: 2px;
}

.white-xylem-border {
    background: #fff;
    border-radius: 30px 0 30px 0;
    padding: 20px;
}

.white-xylem-border.extra-padding {
    padding: 40px 20px;
}

.small-xylem {
    max-width: 900px;
}

.xylem-table {
    /*border: 2px solid #ccc;
    padding-bottom: 20px;
    border-radius: 30px 0 30px 0;*/
    margin-bottom: 20px;
}

.xylem-table-bottom {
    /*border: 2px solid #ccc;
    padding-bottom: 20px;
    border-radius: 0 0 30px 0;*/
    margin-bottom: 20px;
}

.transparent-bg.xylem-border {
    border-color: #fff;
    padding: 0;
}

.xylem-border .card, .xylem-border-right .card, .xylem-border-left .card {
    border: none;
    padding: 0;
}

.xylem-border .card-grid .card {
    padding-top: 1rem;
    padding-left: 1rem;
}

.xylem-border .card-grid .card.text-center {
    padding-left: 0;
}

.xylem-border .card-grid .card-img-top {
    padding: 0 1rem;
}

.grid-border-top {
    border-top: 2px solid #fff;
}

.white {
    color: #fff !important;
}

.dark-blue-text {
    color: #003e51 !important;
}

.gray-text {
    color: #bfbfbf;
}

.blue-gradient-bg {
    background: linear-gradient(0deg in oklch, #003e51, #007da3);
}

.blue-gradient-bg > .container > .row > .col-sm-12 > * {
    color: #fff;
}

.blue-solid-bg {
    background: #007da3;
}

.blue-dark-solid-bg {
    background: #003e51;
}

.card-footer.blue-solid-bg {
    background: #007da3 !important;
}

.card-footer.has-bg {
    padding-left: 10px;
    padding-right: 10px;
}

.profile-second .row-bg {
    width: 108.3%;
    margin-top: 21px;
}

.row-bg .blue-solid-bg {
    margin-left: -8px;
}

.card-body-horizontal .blue-solid-bg, .xylem-left-radius {
    border-radius: 30px 0 0 0;
}

.blue-dark-solid-bg > .container > .row > .col-sm-12 > * {
    color: #fff;
}

.small-imgs .card-img-top {
    width: fit-content;
    height: 75px;
}

.gradient-stem-right {
    background: linear-gradient(90deg in oklch, #67dfff, #61d605);
    height: 12px;
}

.img-height-card {
    max-height: 105px;
    width: unset;
    max-width: 100%;
}

.gradient-circle-bg {
    position: relative;
    aspect-ratio: 1 / 1;
}

.gradient-circle-bg:before {
    background: linear-gradient(90deg in oklch, #67dfff, #61d605) border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 9999px;
    content: "";
    inset: 0;
    padding-inline: 2em;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    position: absolute;
}

.gradient-circle-bg img {
    padding: 15px;
    vertical-align: text-top;
}

.gradient-circle-bg i {
    padding: 10px;
    vertical-align: text-top;
}

.xylem-card-blue-header {
    padding-top: 0;
}

.xylem-card-blue-footer {
    padding-bottom: 0;
}

.xylem-card-blue-footer .card-footer {
    background-color: #003e51;
}

/*.blue-card {
    background-color: #003e51;
    padding: 1rem;
}*/

.blue-card p {
    color: #fff;
    font-size: 14px;
}

.grid-center {
    display: grid;
    align-content: center;
}

.align-center {
    align-items: center;
}

.img-links a {
    text-decoration: none;
}

.news-page .card-img-top {
    max-height: 75px;
    width: fit-content;
}

.news-page .card-title {
    padding-left: 0;
    color: #007da3;
}

.list-inline li {
    display: inline-block;
    padding-left: 10px;
}

/* NAVBAR */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar {
    padding: 0 !important;
}

.nav-container {
    max-width: 90%;
    margin: 0 auto;
}

.first-nav {
    margin-bottom: 0 !important;
    background: #007da3;
    padding: 20px 0;
}

.second-nav {
    margin-bottom: 0 !important;
    background: linear-gradient(to right, #4aaab8 55%, #005a84 45%);
    min-height: 80px;
    display: none;
}

.navbar .navbar-right > li {
    display: inline-block;
    margin-left: 10px;
    height: 24px;
}

.navbar-selected {
    border-bottom: 2px solid #fff;
}

nav {
    max-height: 83px;
}

.second-nav nav > *, .first-nav nav > *, .second-nav nav ul li {
    display: inline-block;
}

.hidden-nav-div .subnav-links ul li {
    display: block;
}

.navbar-left-links {
    min-width: 35%;
}

.navbar-link {
    color: #0085ad !important;
    font-weight: 800 !important;
    font-size: 1.2rem !important;
}

.first-nav .nav-li-first {
    margin-left: 30px;
}

.nav-spacing {
    visibility: hidden;
}

.nav-center {
    justify-content: center;
}

.navbar .navbar-right .nav-welcome {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 0;
}

.nav-welcome {
    padding-left: 10px;
}

.first-nav .navbar-right .nav-welcome i {
    display: inline-block;
}

.nav-welcome i {
    font-size: 22px;
    padding-right: 5px;
    color: #fff;
}

.navbar .navbar-right .nav-welcome-admin {
    color: #fff;
    margin-bottom: 0;
}

.nav-advanced > i {
    font-size: 22px;
    color: #fff;
    padding-right: 5px;
}

nav .nav-advanced {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 0 !important;
}

.nav-advanced i:hover, .nav-welcome i, .account-link:hover, .nav-advanced:hover {
    cursor: pointer;
}

.navbar-link-second .hidden-nav-div .subnav-links ul li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.second-nav-right .nav-right-li {
    /*margin-top: 17px;*/
}

.nav-double-btn + .nav-logout {
    text-align: left !important;
}

.nav-right-logo {
    margin-top: 0;
    padding-left: 10px;
}

.navbar-link-second {
    color: #fff !important;
    margin: 5px 5px 0px 5px;
    text-decoration: none;
    font-family: RobotoBold;
}

.navbar-link-second > a {
    color: #fff;
    text-decoration: none;
}

.second-nav .container {
    justify-content: unset !important;
}

.second-nav-links {
    width: fit-content;
}

.navbar-link-second:hover {
    cursor: pointer;
}

.navbar-link-second:hover .nav-item {
    border-bottom: 2px solid #fff;
}

.second-nav .nav-link {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}

.second-nav .nav-li-first {
    margin-left: 0.5rem !important;
}

.hidden-nav-div {
    background: white;
    color: black;
    position: absolute;
    z-index: 999;
    padding: 10px 20px;
    margin-top: 23px;
    border: 1px solid #003e51;
    border-radius: 0 0 15px 15px;
    border-top: 0;
    margin-left: -25px;
}

.hidden-nav-div:after {
    /*border: 15px solid transparent;
    border-bottom-color: white;
    bottom: 100%;
    content: "";
    left: 6%;
    position: absolute;*/
}

.nav-hid-left .hidden-nav-div {
    margin-left: -20px;
}

/*.nav-hid-left-extra .hidden-nav-div {
    margin-left: -20px;
}*/

.nav-blue-footer {
    background-color: #003e51;
    padding: 15px 0;
    border-radius: 0 0 12px 12px;
}

.nav-blue-footer.p-extra {
    padding: 15px;
}

.nav-extended-menu .hidden-nav-div {
    padding: 0;
}

.nav-extended-menu .subnav-links {
    padding: 10px 20px;
    padding-bottom: 0;
}

.nav-profile .hidden-nav-div {
    min-width: 215px;
    margin-left: 0;
    right: -2%;
}

.nav-profile .subnav-header {
    color: #003e51;
}

.nav-profile .subnav-section {
    color: #007da3;
}

.nav-profile .hidden-nav-div ul {
    padding: 0;
}

.nav-profile .profile-first {
    /*border-bottom: 1px solid #ccc;*/
}

.nav-profile .profile-second {
    /*padding-bottom: 2%;*/
}

.nav-profile ul {
    font-family: Roboto;
}

.nav-profile .hidden-nav-div:after {
    /*right: 6%;
    left: unset;*/
}

.nav-profile h4 {
    color: #007da3;
}

.nav-profile p {
    /*margin: 0;*/
}

.nav-normal p {
    font-family: Roboto;
}

.hidden-nav-div:hover {
    cursor: default;
}

.nav-profile .hidden-nav-div:hover, .nav-advanced .hidden-nav-div:hover {
    cursor: initial;
}

.second-nav-right .hidden-nav-div {
    min-width: 300px;
}

.second-nav-right .hidden-nav-div:after {
    left: 6%;
}

.hidden-nav-first {
    left: 20px;
}

.hidden-nav-second {
    left: 9%;
}

.hidden-nav-third {
    left: 17%;
}

.subnav-links ul {
    list-style: none;
    /*padding: 5%;*/
    padding-left: 0;
}

.subnav-links li {
    margin-top: 10px;
    margin-left: 0%;
}

.subnav-links li:first-child {
    margin-top: 0;
}

.subnav-links a {
    text-decoration: none;
    color: black;
    font-size: 1.0rem;
    font-family: Roboto;
}

.first-nav ul {
    /*margin-top: 10px;*/
}

.second-nav-top {
    margin-top: 25px;
}

.navbar .navbar-right .nav-welcome a.account-link {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-family: RobotoBold;
    margin-top: 8px;
    padding: 0;
}

.first-nav .navbar-static-top {
    z-index: 11;
}

.nav-advanced .hidden-nav-div {
    min-width: 400px;
    /*left: -284px;*/
    /*padding: 30px;*/
    margin-left: -245px;
}

.nav-advanced .subnav-links a {
    font-size: 14px;
}

.nav-advanced .col-sm-9, .nav-advanced .col-sm-10 {
    align-self: self-end;
}

.nav-advanced h4 {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 10px;
}

.nav-advanced .hidden-nav-div i {
    color: black;
    /*font-size: 20px;*/
    /*padding-right: 7px;*/
}

.nav-advanced .gradient-circle-bg:before {
    padding-inline: 0;
    padding: 15px;
}

.nav-advanced .hidden-nav-div p {
    text-align: center;
    color: black;
    font-size: 1.2rem;
    margin-top: 0;
}

.nav > li > a > img {
    max-width: 100%;
    margin-top: 5px;
}

@media (min-width: 1201px) {
    /*.container {
        width: 80%;
    }*/
    .nav-container {
        max-width: 86%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .navbar-right{
        float: right;
        clear: unset;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-static-top {
        height: 80px;
    }
    .home-right-border:after, .modal-col:before {
        display: none;
    }
    .home-left-border:before, .modal-col:before {
        display: none;
    }
}

/* HOME PAGE */
:root {
    --carousel-height: 500px;
}

#stem-svg-clippath {
    transform: scale(0.833333333, 0.833333333);
}

.banner {
    overflow-x: hidden;
    background: linear-gradient(0deg in oklch, #003e51, #007da3);
}

.home-banner-img {
    background-image: url(/images/water-solutions-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: var(--carousel-height);
    margin-left: 24px;
    -webkit-clip-path: url(#stem-svg-clippath);
    clip-path: url(#stem-svg-clippath);
    background-position: bottom;
}

.home-banner-img.worker-img {
    background-image: url(/images/banner-one.png);
    background-position: right;
}

.home-banner-img.worker-two-img {
    background-image: url(/images/banner-two.png);
    background-position: right;
}

.home-banner-img.worker-three-img {
    background-image: url(/images/banner-three.png);
    background-position: bottom;
}

.home-banner-img.scholar-img {
    background-image: url(/images/scholar-bg.png);
    background-position: bottom;
}

.home-banner-img.truck-img {
    background-image: url(/images/truck-bg.png);
    background-position: left;
}

.home-banner-img.rental-img {
    background-image: url(/images/rental-bg.png);
    background-position: bottom;
}

.home-banner-img.stock-img {
    background-image: url(/images/stock-bg.png);
    background-position: bottom;
}

.home-banner-img.amazon-img {
    background-image: url(/images/amazon-xylem-bg.png);
    background-position: center;
}

.home-banner-img.mobile-img {
    background-image: url(/images/mobile-bg.png);
    background-position: bottom;
}

.home-banner-img.feb-promo-img {
    background-image: url(/images/feb-promo.png);
    background-position: bottom;
}

.home-banner-img.july-2025-promo-img {
    background-image: url(/images/july-2025-promo.png);
    background-position: bottom;
}

.home-banner-img.spring-promo-img {
    background-image: url(/images/banner-spring-promo.png);
    background-position: left;
}

.banner-left {
    height: var(--carousel-height);
    z-index: 1;
}

.banner-right {
    aspect-ratio: unset;
    height: var(--carousel-height);
    left: 40%;
    position: absolute;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    will-change: transform, opacity;
    overflow: hidden;
    z-index: 0;
}

.banner-stem {
    -webkit-clip-path: url(#stem-svg-clippath);
    clip-path: url(#stem-svg-clippath);
    background: linear-gradient(0deg in oklch, #67dfff, #61d605);
    height: var(--carousel-height);
    position: absolute;
    width: 100%;
}

.banner .banner-left > div {
    margin-top: 8%;
}

.banner .banner-left .row .col-sm-3 > img {
    margin-top: 15px;
}

.banner h1 {
    color: #fff;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 48px;
}

.banner h1 span {
    font-size: 55px;
}

.banner p {
    color: #fff;
    font-size: 20px;
}

.banner img {
    margin-bottom: 10px;
    /*max-width: 200px;*/
    /*height: 22px;*/
    width: 100%;
    max-width: 450px;
}

.banner img.special-img {
    height: 25px;
    margin-bottom: 17px;
}

.banner img.special-img-text {
    margin-top: 3px;
    margin-bottom: 17px;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

/* Mobile Banner styles */
@media (max-width: 768px) {
    .banner > .container {
        max-width: unset;
        padding: 0;
    }

    .banner .row.g-0 {
        flex-direction: column-reverse;
    }

    .banner .col-md-6.banner-left {
        max-width: 540px;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin: 0 auto;
        height: unset;
        padding-bottom: 20px;
    }

    .banner-right {
        position: initial;
        display: flex;
        flex-direction: column-reverse;
        height: unset;
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    .banner-stem {
        height: 12px;
        background: linear-gradient(90deg in oklch, #67dfff, #61d605);
        position: initial;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .home-banner-img {
        margin-left: 0;
        margin-bottom: 12px;
        -webkit-clip-path: none;
        clip-path: none;
        height: 100%;
    }
}

.banner-text .row > .col {
    width: fit-content;
    flex: none;
}

.home-banner-img-login {
    background-image: url(/images/login-banner.png);
    background-size: cover;
    /*    background-position: 0% 80%;*/
    /*    background-position: center;*/
    background-repeat: no-repeat;
    /*    background-size: 100% 100%;*/
    position: relative;
    height: 618px;
    margin: 0;
    padding-right: 2%;
    /*    background-color: lightblue;*/
}

.home-banner {
    padding-bottom: 25px;
}

.home-banner-text {
    padding-left: 5%;
    padding-top: 3%;
    max-width:650px;
    float:right;
}

.home-banner-card-text {
    padding-left: 10%;
}

.logged-in-banner .login-card {
    padding: 2% 1%;
}

.logged-in-banner .home-banner-card-text {
    padding-left: 15px;
}

.home-banner-img .home-heading h1 {
    color: white;
    margin: 0;
    font-size: 4.3rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 0.95;
    font-family: RobotoBold;
}

.home-heading p {
    color: white;
    font-weight: 600;
    padding-left: 5px;
    font-size: 18px;
}

.home-banner-img .logged-in-banner {
    display: flex;
}

.home-banner-img .home-heading .header-blue {
    color: #004d6e;
    margin: 0;
    font-size: 9rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 0.85;
    font-family: RobotoBold;
}

.logged-out .home-banner-img .home-banner-right-img {
    display: flex;
    align-items: center;
    justify-content: right;
}

.logged-out .home-banner-right-img img {
    width: 100%;
    max-width: 250px;
}

.home-banner-img .home-banner-right-img {
    display: flex;
    align-items: center;
}

.home-banner-right-img img {
    width: 100%;
    max-width: 400px;
}

.reward-row-banner > * {
    display: inline-block;
}

.reward-row-banner h1 {
    margin: 0;
}

.reward-row-banner img {
    margin-left: 15px;
}

.reward-banner-right-img {
    margin-top: 2%;
}

.reward-banner-right-img img {
    width: 100%;
}

.reward-banner-right-img img.reward-small {
    width: 80%;
    margin-top: 4%;
    margin-left: 0;
    float: right;
}

@media (min-width: 2120px) {
    .reward-banner-right-img img {
        width: 800px;
        margin-left: 5%;
    }
}

@media (max-width: 1550px) {
    .reward-banner-right-img img {
        margin-left: 5%;
    }
}

.home-banner-img h2 {
    color: var(--primary-color);
    margin-bottom: 2%;
    font-size: 1.5rem;
    font-family: RobotoBold;
}

.home-banner-img h4 {
    font-size: 1.3rem;
}

.home-banner-text .col {
    width: fit-content;
}

.home-banner-text button {
    font-size: 1.2rem;
}

.home-banner-badge img {
    height: 75%;
    padding-top: 5%;
}

.home-cards > .row {
    justify-content: center;
}

.home-learning h4 {
    color: var(--primary-color);
    text-transform: none;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: RobotoBold;
}

.home-learning p {
    color: black;
    font-size: 1.1rem;
}

.home-learning .white {
    color: #fff;
}

.home-learning img {
    height: 90px;
    width: auto;
    margin-bottom: 20px;
}

.home-learning .card-header {
    background-color: unset;
    border-bottom: 0;
}

.home-right-border {
    border-right: 1px solid #bfbfbf !important;
    border-radius: 0;
}

.border-right-white {
    border-right: 1px solid #fff;
}

@media (max-width: 575px) {
    .border-right-white[class^="col-sm"] {
        border: none;
    }
}

.col-button {
    flex: 0 0 0%;
}

/*.home-right-border:after {
    content: "";
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90%;
    width: 1px;
}
.home-left-border:before {
    content: "";
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90%;
    width: 1px;
}*/

.home-cards .card-title {
    text-align: center;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.home-cards .card-body {
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-body-horizontal {
    padding: 0 12px;
}

.card-img-top {
    /*border-top: 8px solid;
    border-color: var(--primary-color);*/
}

.home-login-card button {
    width: fit-content;
}

.home-login-dealer-btns button {
    width: fit-content;
    margin-bottom: 15%;
}

.home-heading {
    margin-top: 3%;
}

.login-card-container-home .login-card {
    padding: 3%;
    margin-top: 3%;
}

.login-card-container-home .container {
    max-width: 1000px;
}

.login-home-bottom-row {
    /*    margin-bottom: 5%;*/
    margin-top: -11%;
}

.home-login-info {
    box-shadow: 0px 4px 8px 0 rgba(127, 137, 161, 0.25);
}

.home-login-cards {
    box-shadow: 0px 4px 8px 0 rgba(127, 137, 161, 0.25);
}

.home-login-cards .home-title-row > * {
    display: inline-block;
}

.home-login-card-title {
    color: #007da3;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.home-title-row .home-login-card-title {
    width: fit-content;
    padding: 5px 40px;
}

.home-title-row img {
    margin-right: 5px;
    vertical-align: sub;
}

.home-first-info {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.home-login-dealer-info h4 {
    color: #4aaab8;
}

.home-login-dealer-info h2 {
    color: #003e51;
    font-weight: 600;
    text-align: center;
}

.home-login-dealer-info p {
    color: #4aaab8;
    font-size: 14px;
}

p.card-title {
    color: #007da3;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.login-card-home button {
    justify-content: center;
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
}

.login-card h2 {
    margin-top: 2%;
}

.home-gray {
    background-color: #f6f7f9;
}

.home-gray h1, .home-page h1 {
    text-align: center;
    color: var(--primary-color);
    text-transform: none;
}

.how-it-works-title {
    padding-top: 3%;
    color: #fff;
    font-weight: 400;
}

.modal-body .how-it-works-title {
    padding-top: 0;
}

.how-it-works-title.blue {
    color: var(--primary-color);
}

.home-white {
    margin-top: 4%;
    background-color: white;
}

.home-rewards {
    margin-top: 3%;
}

.home-rewards-subtitle {
    text-align: left;
    padding: 15px 0;
}

.home-rewards .card-deck {
    margin-top: 3%;
}

.home-rewards img {
    width: 100%;
}

.home-rewards .card div > img {
    max-height: 195px;
    max-width: 100%;
    height: auto;
    width: max-content;
    padding: 15px;
}

.home-rewards h5 {
    text-align: center;
    color: var(--primary-color);
    font-size: 1.15rem;
}

.home-rewards .card-title {
    padding: 3% 0 3% 0;
}

.home-benefits h4 {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.home-benefits-row {
    margin-top: 3%;
}

.home-benefits-row img {
    height: auto;
    width: 100%;
    max-width: 280px;
}

.home-join-btn {
    text-align: center;
    margin-top: 3%;
}

.footer {
    background-color: #007da3;
    /*    height: 100px;*/
}

.footer-logo {
    margin-top: 2%;
    margin-bottom: 3%;
}

.login-footer {
    position: absolute;
    bottom: 0;
}

.home-learning .card-body {
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
}

.home-learning .card-footer {
    background: none;
    border: none;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.card-footer {
    background: none;
    border: none;
}

.modal-join-text input.form-control {
    display: inline-block;
    width: 80%;
    margin-left: 5px;
}

.modal-join-text span input[type="radio"] {
    position: unset;
}

@media (max-width: 1230px) {
    /*.row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }*/
}

/* SIGN UP */

.sign-up-progress a {
    text-decoration: none;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: inline-block;
    background-color: #fff;
}

.sign-up-progress a.active {
    border: 5px solid #007da3;
}

.sign-up-progress a.complete {
    background-color: #007da3;
}

.sign-up-progress a:hover {
    border: 2px solid #333;
    cursor: not-allowed;
}

.sign-up-progress a.active:hover {
    border: 5px solid #007da3;
    cursor: pointer;
}

.sign-up-progress a.complete:hover {
    border: 0;
    cursor: pointer;
}

.wizard-number {
    color: #007da3;
    line-height: 70px;
}

a.complete .wizard-number {
    color: #fff;
}

.sign-up-progress a:hover .wizard-number {
    line-height: 66px;
}

.sign-up-progress a.active:hover .wizard-number {
    line-height: 60px;
}

.sign-up-progress a.complete:hover .wizard-number {
    line-height: 70px;
    color: #fff;
}

a.active .wizard-number {
    line-height: 60px;
}

.progress-numbers {
    z-index: 2;
    position: relative;
}

.sign-up-progress .progress {
    z-index: 0;
    margin: 0 auto;
    margin-top: -35px;
    margin-bottom: 10%;
    width: 88%;
}

.sign-up-progress .progress-bar {
    background-color: #007da3;
}

/* LOGIN PAGE */

.login-banner-img {
/*    background-image: url(/images/login-banner.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-right:10%;
/*    height: 615px;
    margin: 0;
    margin-bottom: 1%;*/
}

.login-card {
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 2%;
    background-color: #e6f3f6;
/*    width:80%;*/
    opacity: 0.95;
}

.home-banner-img .login-card h1 {
    color: var(--primary-color);
    font-weight: 600;
    text-align: left;
    font-size: 3rem;
    margin-top: 0;
}

.login-card p {
    color: var(--primary-color);
    font-weight: 600;
}

.login-fields {
    padding: 0px 10%;
}

.forgot-pswd, .return-login {
    text-align: right;
}

.login-bottom, .return-login {
    margin-top: 3%;
}

.forgot-input {
    margin-bottom: 5% !important;
}

.login-back {
    margin-bottom: 0;
    height: 100%;
    align-items: center;
    display: flex;
    width: fit-content;
}

.login-bottom button {
    float: right;
}

.login-banner .login-card {
    max-width: 60%;
    margin-left: 20%;
}

.login-banner .home-banner-card-text {
    padding-top: 1%;
}

.login-card h1 {
    color: var(--primary-color);
    font-size: 3.5rem;
}

.login-subtitle {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 16px;
}

.radio-inline label {
    padding-left: 5px;
    padding-top: 0;
}

.radio-inline {
    padding-right: 0;
    display: inline-block;
}

.login-card input {
    font-family: Roboto;
}

.login-row > * {
    display: inline-block;
}

.login-row input, .login-row a {
    margin-left: 15px;
}

.login-cards {
    padding-right: 0;
}

.login-set {
    margin-bottom: 0;
    margin-top: 1%;
}

.login-extra {
    background-color: #005a84;
    color: white;
    margin-top: 0;
    padding-bottom: 0.4%;
    padding-top: 1%;
}

.login-extra .home-banner-card-text {
    padding-left: 0;
}

.login-extra h1, .login-extra h4, .login-extra a {
    color: white;
}

.login-extra h1 {
    font-size: 2rem;
}

.login-extra h4 {
    font-size: 1rem;
    font-weight: 400;
}

.login-extra a {
    text-decoration: underline;
}

.login-extra .green {
    color: #66cc33;
}

.login-border {
    border-top: 1px solid #ddd;
}

.login-border a {
    padding-left: 15px;
}

/* DEALER HOME */

.dealer-landing-row .card {
    border: none;
}

.dealer-landing-row .home-login-cards {
    padding: 0;
}

.dealer-image {
    text-align: center;
}

.dealer-image img {
    max-height: 180px;
    max-width: 100%;
}

.dealer-landing-row .home-cards .btn {
    margin-bottom: 5%;
}

.dealer-landing-row .home-right-border::after {
    bottom: 20px;
    height: 87%;
}
.dealer-landing-row .home-left-border::before {
    bottom: 20px;
    height: 87%;
}

.dealer-landing-row .card-body {
    text-align: center;
    margin-top: 10%;
}

.dealer-landing-row .home-login-dealer-btns {
    text-align: center;
}

.dealer-landing-row .home-login-dealer-info.card-body {
    margin-top: 0;
}

.dealer-landing-row .dealer-points {
    margin-top: 14%;
    font-family: RobotoBold;
}

.home-login-dealer-info > .row {
    align-items: center;
}

.dealer-points h2 {
    font-size: 36px;
    /*text-align: left;*/
    white-space: nowrap;
}

.badge-level {
    /*height: 80px;*/
    width: 100%;
    max-width: 80px;
}

.dealer-alert {
    background-color: #FCFEDC;
}

.min-page-height {
    min-height: 70vh;
}

/* DISTRIBUTOR HOME */

.distributor-home {
    /*background-color: #f6f7f9;*/
    min-height: 200px;
    padding-bottom: 50px;
}

.login-home-bottom-row, .row-cols-md-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

.distributor-home .home-login-cards {
    /*padding-left: 0;
    background-color: white;*/
}

.distributor-home .home-login-card-title {
    /*font-size: 1rem;
    font-weight: 600;*/
}

.distributor-home a {
    color: var(--primary-color);
    text-decoration: underline;
    text-align: right;
}

.distributor-home table a {
    text-decoration: none;
}

.link-row {
    margin-top: 10px;
    margin-left: 10px;
}

.suggested {
    padding: 10px;
    /*margin-left: 10px;*/
}

.wizard .suggested {
    padding: 0;
    margin: 0;
}

.suggested .form-control {
    width: 70%;
    background-color: #EFEFEF;
    color: black;
}

.suggested svg {
    font-size: unset;
    margin: 0;
}

.highcharts-container svg {
    width: 100%;
    height: 100%;
    margin: 0;
}

#pointschart_container .highcharts-title {
    top: 80px !important;
}

@media (min-width: 767px) {
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
}

@media (min-width: 768px) {
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: black;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}

::placeholder { /* Most modern browsers support this now. */
    color: black;
}

.distributor-pie, .distributor-pie div {
    height: 100% !important;
}
/**/
/*.highcharts-legend {
    transform: translate(25px,221px) !important;
}
*/
#PointsAvailableByRegionChart_container {
    margin-bottom: 80px;
}

/* DEALERS LIST */

.admin-heading {
    /*border-bottom: 7px solid var(--primary-color);*/
    margin-bottom: 3%;
    /*padding-left: 0;*/
}

.admindashboard-heading {
    border-bottom: 2px solid var(--primary-color);
    margin-bottom: 3%;
    padding-left: 0;
}

.admin-heading h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 0;
    font-family: RobotoBold;
}

.admin-table .admin-col {
    padding: 0;
}

.admin-table .detail-well {
    background-color: white;
    margin-top: 1%;
    padding: 3%;
    margin-bottom: 2%;
}

.admin-table .detail-well-table {
    padding: 1%;
}

.table-edit {
   /* -webkit-appearance: unset !important;*/
}

.table-striped > thead > tr > th {
    background-color: #007da3;
    color: #fff;
    white-space: nowrap;
}

.table > thead:first-child > tr:first-child > th {
    /*padding: 1.5%;*/
    /*font-weight: 600;*/
}

.table-striped > thead > tr > th a {
    /*font-weight: 600;*/
    color: #fff;
    text-decoration: none;
}

/* TABS - EDIT PAGES */

.bannerheader {
    background: url(/images/banner-header.jpg) no-repeat #3986ba;
    overflow: hidden;
    padding: 3px 8px 8px 8px;
}

.bannerheader .title {
    float: left;
    margin: 0 auto;
    text-align: left;
}

.bannerheader .links {
    float: left;
    padding-top: 10px;
}

.bannerheader .reward-links {
    float: left;
    padding-top: 5px;
}

.bannerheader .links-long {
    float: left;
    padding-top: 10px;
}

.bannerheader h1 {
    font-family: "Roboto", Calibri, Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 0px 5px;
    margin: 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}

.bannerheader h1 a {
    font-family: "Roboto", Calibri, Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 0px 5px;
    margin: 0px;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
}

.divSubcategory {
    display: block;
    margin: 0 auto;
}

.divSubcategory ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.divSubcategory li {
    display: block;
    overflow: hidden;
    float: left;
    text-align: right;
    margin-right: 8px;
}

.divSubcategory a {
    display: block;
    padding: 2px 3px;
    color: #fff;
    transition: background 0.3s, transform 0.3s;
}

.r-tabs {
    position: relative;
    background-color: #eee;
    border-top: 1px solid #a6bbc8;
    border-right: 1px solid #a6bbc8;
    border-left: 1px solid #a6bbc8;
    border-bottom: 1px solid #a6bbc8;
    border-radius: 4px;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #fff;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 16px;
    color: #666;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: var(--primary-color);
    text-shadow: none;
    background-color: white;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-weight: 600;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
    background-color: white;
    border-bottom: 4px solid white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #64a70b;
    color: #fff;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

/* Buttons */
.r-tabs button {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #666;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Info bar */
.r-tabs .rinfo {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    width: 300px;
    line-height: 100%;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

.admin-heading-right {
    margin-top: 7%;
}

.dealer-edit-info label {
    font-size: 1rem;
    margin-bottom: 9%;
}

.header-table-left a {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.header-table-left a:hover {
    color: var(--primary-color);
}

.admin-heading-right .back {
    color: var(--primary-color);
    text-decoration: underline;
}

.header-table-left h3 {
    color: var(--primary-color);
    text-transform: none;
    font-size: 2rem;
    font-weight: 600;
}

.general-points .advanced-points, .general-points #ctl00_ContentPlaceHolderMainForm_TabContainerIncentives_header {
    display: none;
}

.advanced-year-tabs .ajax__tab_tab {
    border: 1px solid black;
    border-bottom: none;
    padding: 15px;
}

.advanced-year-tabs .ajax__tab_tab:hover {
    cursor: pointer;
}

.advanced-year-tabs .ajax__tab_active {
    color: var(--primary-color);
    font-weight: 600;
}

/* ENROLL PAGE */

.checkbox-form label {
    padding-left: 2%;
    font-size: 1rem;
    display: unset;
}

#grey-form .enroll-products .input-sm {
    width: 100%;
    height: 30px;
}

.enroll-products p {
    color: black;
    font-weight: 600;
}

.enroll-products .join-title-center {
    text-align: center;
    font-weight: 400;
}

.enroll-products .spacing {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
}

.join-confirm .radio-inline {
    padding-left: 26px;
}

.join-confirm label {
    font-weight: 600;
    font-size: 1.1rem;
}

.join-confirm .radio-inline input[type="radio"] {
    margin-left: -12px;
}

.join-checkbox label {
    padding-left: 10px;
}

.distributor-list {
    background-color: white;
    max-height: 150px;
    overflow-y: scroll;
}

.distributor-list div {
    padding-left: 2%;
    padding-top: 1%;
}

.distributor-single .btn {
    margin-left: 2%;
    padding: 0 11px 0 11px;
}

.is-invalid, .error, #error-message {
    border-color: red;
}

.error, #error-message {
    color: red;
}

/* REPORT PURCHASES PAGE */

.header-table-left {
    background: none;
    color: var(--primary-color);
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    margin-top: 2%;
}

.purchases hr {
    width: 80%;
    margin-left: 0;
}

.purchases .modal-col::before {
    top: 15px;
    height: 90%;
}

.purchases .link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
}

.purchases .well {
    background: white;
}

.purchases .input-file {
    margin-top: 8px;
}

.purchases-reported .header-table-left {
    font-size: 1rem;
    font-weight: 400;
}

.step-div {
    padding: 0px 3%;
}

.purchases-modal .modal-title h1 {
    color: var(--primary-color);
    font-size: 1.8rem;
    margin-top: 2%;
    padding-left: 0;
}

.dashboard-main-col .purchases-row {
    margin-top: 2%;
    margin-bottom: 2%;
}

.purchases-row .row {
    margin: 0 auto;
}

.purchases-row .card {
    padding: 0;
}

.purchases-row .card p {
    color: white;
    padding: 15px 0;
}

.purchases-row .card-1 {
    background-color: #005A84;
}

.purchases-row .card-2 {
    background-color: #0085AD;
}

.purchases-row .card-3 {
    background-color: #4aaab8;
}

.purchases-row .card-4 {
    background-color: #90d7db;
}

.purchases-row .num a {
    color: var(--primary-color);
    font-weight: 600;
}

.purchases-row .num {
    color: var(--primary-color);
}

.purchases-row i {
    color: white;
}

/* MISC PAGES */

.home-gray .admin-heading h1 {
    text-align: left;
}

.redemption-row .card-deck {
    margin-top: 0;
}

.redemption-row .card-body {
    text-align: center;
}

.redemption-row .btn {
    margin-bottom: 6%;
}

.redemption-modal .modal-content {
    width: 100%;
}

.redemption-modal .center-p {
    text-align: center;
    margin-bottom: 0;
}

.redemption-modal .distributor-list {
    background-color: #f6f7f9;
}

.redemption-modal .btn {
    margin-top: 3%;
}

.redemption-main-row {
    margin-bottom: 3%;
}

.redemption-main-row .col-sm-12 {
    padding: 0;
}

.redemption-gifts h4 {
    color: var(--primary-color);
}

.redemption-gifts hr {
    color: var(--primary-color);
    background-color: var(--primary-color);
}

.redemption-gifts strong {
    font-weight: 600;
}

.redemption-gifts label {
    font-size: 16px;
}

.carousel-caption-main .login-card {
    margin-top: 0;
}

.report-purchases strong {
    font-weight: 600;
}

.report-purchases h3, .report-purchases h4, .report-purchases .card-title, .admin-dealer-edit h3, .admin-dealer-edit h4, .admin-dealer-edit h4 small {
    color: var(--primary-color);
}

.report-purchases .total a {
    font-size: unset;
}

.report-purchases .login-card-home {
    text-align: center;
    margin-top: 15px;
}

.report-purchases .dealer-image img {
    max-height: 80px;
}

.report-purchases .card-title span {
    font-size: 20px;
}

.report-purchases-shorter-col .card-body {
    padding: 0 15px;
}

.report-purchases .small-text {
    font-size: 14px;
}

.report-purchases .home-right-border:after {
    bottom: unset;
    top: 5px;
}

table .btn-group > .btn-primary {
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
}


@media (min-width: 768px) {
    .report-purchases-longer-col .home-login-card-title {
        width: 40%;
    }

    .grid-2-in-3-cards {
        width: 66.7%;
        margin: 0 auto;
    }
}

.modal-title h1 {
    /*color: var(--primary-color);
    font-size: 2rem;
    text-transform: none;*/
}

.redeem-btn input {
    margin-bottom: 3%;
}

.about-img {
    width: 70%;
    margin: 2% auto 0 auto;
}

.bold-label {
    font-weight: 600;
}

.btn-smaller input.btn-primary {
    min-width: unset;
}

.incentives-row .dealer-points {
    margin-top: 9%;
    font-family: RobotoBold;
}

.incentives-row p {
    color: #4aaab8;
    font-size: 1rem;
    text-align: center;
}

.incentives-row .button-row {
    margin-bottom: 3%;
    text-align: center;
}

.incentives-row .button-row a {
    color: black;
    font-size: unset;
}

.header-table-left .incentives-row {
    font-size: 1rem;
}

.incentives-row .tabs-container, .incentives-row .points-card {
    background-color: white;
}

.incentives-row .tabs-container {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.incentives-row .long-col {
    width: 400px;
}

.incentives-bottom-row {
    text-align: center;
}

.transactions-list a {
    color: black;
}

.hover:hover {
    cursor: pointer;
}

.carousel .login-card {
    width: 70%;
}

.scholarship-form > * {
    padding-left: 0;
}

.scholarship-form p {
    margin-top: 0;
    font-weight: 600;
}

.scholarship-form h1 {
    text-align: left;
    color: var(--primary-color);
}

.scholarship-btn {
    text-align: right;
    margin-top: 2%;
    margin-bottom: 2%;
}

.stock-checkbox > * {
    display: inline;
}

.stock-checkbox input {
    margin-right: 5px;
}

.stock-bottom {
    text-align: center;
    font-size: 1.2rem;
}

.stock-bottom a {
    color: black;
    text-decoration: underline;
}

.dashboard-link-left {
    padding: 10px 25px 0 0;
}

.dashboard-link-right {
    padding: 10px 0 0 0;
}

.suggested-row .select2-container {
    height: 32px;
    vertical-align: top;
}

.distributor-home .suggested-row {
    /*display: unset;*/
}

.distributor-quick-links {
    /*padding: 10px;*/
}

.distributor-quick-links span > * {
    /*display: inline-block;*/
}

.suggested-row .select2-container {
    width: 80% !important;
}

#selDealer {
    width: 80% !important;
}

.myaccount-heading {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
}

.my-account .home-right-border::after {
    bottom: 12px;
}
.my-account .home-left-border::before {
    bottom: 12px;
}

.my-account .radio-inline, .modal-login .radio-inline {
    padding-right: 10px;
}

.my-account .purchases-row .num {
    text-align: center;
}

.my-account .purchases-row .num span {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .67em;
}

.my-account .num-row {
    min-height: 75px;
}

.my-account .rank-row .col-sm-7 {
    margin-top: 14px;
}

.my-account .rank-row .col-sm-7 .num {
    text-align: left;
}

.my-account .num-row .num {
    margin-top: 14px;
}

.my-account .rank-row > * {
    display: inline-block;
}

.my-account .point-tracker {
    text-align: center;
}

.progress-row .col-xs-3 {
    padding: 0;
}

.progress-row progress {
    max-width: 100%;
}

.progress-row h5 {
    font-size: 16px;
}

.profile-second .progress-row > * {
    /*padding: 0;*/
}

.profile-second .progress-row progress {
    width: 90%;
    /*margin-left: 8px;*/
}

.progress-start {
    background-color: #007da3;
    border-radius: 50px;
    height: 12px;
    width: 12px;
    position: absolute;
    margin-top: 9px;
    /*top: 8px;
    left: -5px;*/
}

.progress-start.iron {
    background-color: #59595c;
}

.progress-start.bronze {
    background-color: #987545;
}

.progress-start.stainless {
    background-color: #898d95;
}

.progress-row .progress-not {
    background-color: #bfbfbf;
}

progress {
    border-radius: 7px;
    height: 10px;
    width: 100%;
}

progress::-webkit-progress-bar {
    background-color: #bfbfbf;
    border-radius: 7px;
}

progress::-webkit-progress-value {
    background-color: #003e51;
    border-radius: 7px;
}

progress::-moz-progress-bar {
    /* style rules */
}

.enroll-col progress::-webkit-progress-bar {
    background-color: white;
    border-radius: 7px;
}

.enroll-col progress {
    width: 80%;
    margin-left: 7px;
}

/* ADMIN DEALER EDIT TABS HIDDEN */

.admin-dealer-edit #ctl00_ContentPlaceHolderMainForm_TabsProfile_TabPanel4_tab {
    display: none;
}

.admin-dealer-edit #ctl00_ContentPlaceHolderMainForm_TabsProfile_TabHistoryNew_tab {
    display: none;
}

.table-blue th {
    background-color: #007da3;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
}

.table-blue .dark-blue {
    background-color: #003e51;
}

.table-white th {
    background-color: white;
    color: #007da3;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

th.table-white {
    background-color: #fff;
}

.table-blue .iron, .table-blue .bronze, .table-blue .stainless, .table-blue .blue-title {
    color: white;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd;
}

.table-blue .blue-title {
    background-color: #007da3;
}

.table-blue .iron {
    background-color: #59595c;
}

.table-blue .bronze {
    background-color: #987545;
}

.table-blue .stainless {
    background-color: #898d95;
}

table .smaller-text {
    font-size: 14px;
    color: black;
}

table .blue {
    color: var(--primary-color);
}

.blue-number {
    background-color: #005a84;
    color: white;
}

.iron-number {
    background-color: #59595c;
    color: white;
}

.bronze-number {
    background-color: #987545;
    color: white;
}

.stainless-number {
    background-color: #898d95;
    color: white;
}

.enrollment img {
    width: 100%;
    margin-top: -7%;
    margin-bottom: -6%;
    position: relative;
    z-index: -1;
}

.login-center p.text-center {
    text-align: center;
    margin-bottom: 0;
}

.applicant-header td {
    vertical-align: bottom;
    font-weight: 600;
    border-bottom: 2px solid #0085AD;
}

.applicant-body td {
    padding-top: 10px;
}

.table-blue .text-left {
    text-align: left;
}

.dealer .carousel-caption-main .font-bold {
    font-family: RobotoBold;
}

.reward-store .carousel .item {
    height: 100%;
}

.reward-store .header-back {
    height: 455px;
}

.reward-store .carousel-caption-main {
    margin-top: 1%;
}

.reward-store-ul {
    color: white;
    font-size: 22px;
}

@media (min-width: 1000px) {
    .reward-store .carousel .login-card {
        width: 50%;
    }
}

.discount-table-expand:hover, .discount-table-header:hover {
    cursor: pointer;
}

.import-list .btn-primary {
    min-width: unset;
}

.account-info input {
    width: 100%;
}

.promo-banner-img {
    background-image: url(/images/3x-points.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 415px;
    margin: 0;
    background-position: 0%;
    padding-right: 2%;
}

.promo-banner-img .home-heading {
    margin-top: 5%;
}

.promo-banner-img .home-banner-text, .training-banner-img .home-banner-text {
    max-width: none;
}

.promo-banner-img .login-card {
    margin-top: 2%;
}

.promo-banner-img table {
    margin-bottom: 0;
}

.promo-banner-img table p {
    margin: 0;
    color: #0085AD;
    font-weight: 600;
}

.promo-banner-img table td {
    padding: 1px !important;
}

@media (min-width: 992px) {
    .home-carousel .carousel .login-card {
        width: 58.33333333%;
    }
}

#listPlacement_ucAssociateDistributor1 {
    height: 100px;
    overflow: auto;
    border: 1px solid lightgray;
}


/* TRAINING */
.training-banner-img {
    background-image: url(/images/new-trainings.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 415px;
    margin: 0;
    padding-right: 2%;
}

.training-banner-img .home-heading {
    margin-top: 4%;
}

.reimbursement-banner-img .home-heading {
    margin-top: 5%;
}

.gas-card-img {
    background-image: url(/images/visa-gas-card-banner.png);
}

.july-promo-banner {
    background-image: url(/images/july-promo-banner-2024.png);
}

.october-promo-banner {
    background-image: url(/images/october-promo-banner-2024.png);
}

.amazon-rewards-img {
    background-image: url(/images/amazon-rewards-img.png);
}

.canada-gift-cards-img {
    background-image: url(/images/canada-gift-cards-img.png);
}

.price-books-banner {
    background-image: url(/images/price-books-banner.png);
}

.training-banner-img .home-heading h1, .promo-banner-img .home-heading h1, .reimbursement-banner-img h1 {
    color: white;
    margin: 0;
    font-size: 3.3rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.15;
    font-family: RobotoBold;
}

.training-banner-img .training-banner {
    display: flex;
}

.training-banner .home-banner-right-img {
    display: flex;
    align-items: center;
    justify-content: right;
}

.gas-card-img .training-banner .home-banner-right-img img {
    max-width: 450px;
}

#divSearchDealer .modal-body .text-right {
    overflow-x: hidden;
}

@media (max-width: 1951px) {
    .july-promo-banner {
        background-position: 35%;
    }
}

@media (max-width: 1700px) {
    .october-promo-banner {
        background-position: 54%;
    }
}

@media (max-width: 1668px) {
    .canada-gift-cards-img {
        background-position: 55%;
    }
}

@media (max-width: 1604px) {
    .amazon-rewards-img {
        background-position: 45%;
    }
}

@media (min-width: 1300px) {
    .banner-break {
        display: none;
    }
}

@media (max-width: 1288px) {
    .amazon-rewards-img {
        background-position: 60%;
    }
}

@media (max-width: 1260px) {
    .july-promo-banner {
        background-position: 41%;
    }
}

@media (max-width: 1023px) {
    .amazon-rewards-img, .canada-gift-cards-img {
        background-position: 0%;
    }
}

@media (max-width: 974px) {
    .july-promo-banner {
        background-position: 0%;
    }
}

@media (max-width: 991px) {
    .gas-card-img .training-banner .home-banner-right-img img {
        display: none;
    }

    .navbar .navbar-right > li {
        margin-left: 5px;
    }
}

@media (max-width: 850px) {
    .october-promo-banner {
        background-position: unset;
    }
}

@media (max-width: 701px) {
    .gas-card-img .home-heading h1 {
        font-size: 3rem;
    }
}

.training-banner .home-banner-right-img img {
    width: 100%;
    max-width: 250px;
}

.training-banner-img .login-card {
    margin-top: 2%;
}

.training-banner .home-banner-card-text {
    padding-left: 15px;
}

.home-carousel .training-loc {
    color: #0085AD;
}

.home-carousel .training-banner li {
    font-size: 16px;
    font-weight: 600;
}

.training-header h4, .training-date {
    color: #0c3471;
    font-weight: 600;
}

.training-banner li {
    color: #0c3471;
    font-size: 16px;
}

.training-page .training-banner-img .login-card {
    margin-top: 1%;
}

.training-loc {
    color: white;
}

.training-sessions.home-gray .card-group .card {
    background-color: #f6f7f9;
}

.training-sessions .card-group .card {
    margin-bottom: 20px;
}

.training-sessions .home-learning h4 {
    font-size: 1.3rem;
}

.training-sessions .training-date {
    color: black;
}

.training-sessions .home-right-border:after, .training-modules .home-right-border:after {
    top: 0;
    bottom: unset;
}

.training-sessions .home-learning .card-footer {
    bottom: -80px;
}

.stock-card {
    background-color: #f47721;
    box-shadow: 0px 3px 3px 0px #00000029;
    display: flex;
}

.stock-right {
    display: flex;
    align-items: center;
}

.stock-card p, .stock-card a {
    color: white;
}

.scholarship-title:hover {
    cursor: pointer;
}

.scholarship-form .home-left-border:before {
    bottom: 15px;
}

.reimbursement-form p {
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
}

.reimbursement-banner-img {
    background-image: url(/images/meeting-reimbursement.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 415px;
    margin: 0;
    padding-right: 2%;
}

.black {
    color: black;
}

/* REWARD STORE */

.reward-store-banner {
    background-image: url(/images/store-xylem.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 73vh;
    margin: 0;
    padding-right: 2%;
}

.reward-store-banner-canada {
    background-image: url(/images/store-xylem-canada.png);
}

@media (max-width: 1900px) {
    .reward-store-banner {
        height: 70vh;
    }
}

.home-banner-image {
    height: 415px;
}

.carousel .reward-store-banner {
    background-image: url(/images/banner-reward-store.png);
    background-position: 53%;
}

.carousel .mobile-app-banner {
    background-image: url(/images/banner-mobile-app.png);
    background-position: 53%;
}

.carousel .holiday-store-banner {
    background-image: url(/images/banner-holiday-store.png);
    background-position: 0%;
}

.carousel .banner-section {
    margin-top: 3%;
}

.carousel .banner-section p {
    font-size: 18px;
    color: white;
}

.banner-section h1 {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.banner-section a {
    margin-top: 3%;
}

.reward-store-section {
    margin-top: 6%;
}

.reward-store-section h1, .reward-store-section p {
    color: white;
}

.reward-store-section h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.reward-store-section p {
    font-size: 22px;
}

.reward-store-section a {
    margin-top: 3%;
}

.admin-background {
    background-color: #005a84;
    color: white;
}

.admin-background .row {
    padding-bottom: 2%;
}

.redemption-italic {
    text-align: center; 
}

.gift-card-container {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.gift-card-container .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.gift-card-container .control-label {
    padding-bottom: 7px;
}

.gift-card-container .col-xs-12 {
    border-bottom: 1px solid #ccc;
}

.gift-card-container:last-child {
    border-bottom: none;
}

@media (min-width: 1850px) {
    .reward-store-section.col-xl-5 {
        width: 34%;
    }
}

@media (max-width: 1250px) and (min-width:1201px) {
    .reward-store-section.col-lg-6 {
        width: 55%;
    }
    .reward-home .reward-store-section.col-lg-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .banner-extra-small {
        display: none;
    }
}

@media (max-width: 767px) {
    .carousel .reward-store-banner, .carousel .mobile-app-banner {
        background-image: url(/images/banner-reward-store-mobile.png);
    }
    .carousel .holiday-store-banner {
        background-image: url(/images/holiday-store-mobile.png);
        background-position: 100% 1%;
    }
    .carousel .banner-section {
        text-align: center;
    }
    .home-carousel, .dealer.home-carousel .carousel, .dealer.home-carousel .carousel .item {
        height: 100%;
    }
    .reward-store-banner .banner-extra-small {
        width: 70%;
    }
    .mobile-app-banner .banner-extra-small {
        width: 250px;
    }

    .first-nav {
        padding: 0;
    }
}

@media (max-width: 450px) {
    .carousel .banner-section h1, .carousel .banner-section h1 span {
        font-size: 40px !important;
    }

    .reward-row-banner img {
        width: 140px;
    }
}

.eligible-products {
    padding: 0;
}

.eligible-products thead tr > * {
    vertical-align: bottom;
}

@media (min-width: 555px) {
    .eligible-products br {
        display: none;
    }
}

.notification {
    background-color: #0085AD;
    padding: 15px 0;
}

    .notification h3 {
        color: white;
        text-align: center;
    }
#divshowpunchoutInfoAgreement .modal-header {
    color: #005a84;
}

#divshowpunchoutInfoAgreement .modal-header .close {
    color: #005a84;
    opacity: unset;
}

#divshowpunchoutInfoAgreement p {
    color: #0085AD;
}

.modal-amazon-body {
    background-color: #003d5b;
    margin-top: -1px;
}

#divshowpunchoutInfoAgreement .modal-amazon-body p, .modal-amazon-body h3, .modal-amazon-body a {
    color: white;
}

.amazon-purchase h2 {
    text-align: center;
    font-size: 24px;
}

.amazon-purchase img {
    height: 100px;
}

@media (max-width: 530px) {
    .amazon-purchase img {
        height: 50px;
    }
}

.amazon-summary h1 {
    color: #0085AD;
}

.amazon-summary .panel-heading a {
    color: white;
}

.amazon-shipping {
    background-color: #0085AD;
}

.amazon-shipping h2 {
    color: white;
    padding: 10px 10px;
}

.price-books-table i {
    color: #084f9b;
}

.stock-radio label {
    margin-left: 5px;
}

.stock-inputs select {
    height: 46px;
}

#scratchModal .modal-content {
    width: 100%;
}

.scratch-cards-row {
    display: flex;
}

.scratch-cards-row > div {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .scratch-cards-row {
        display: unset;
    }
}

/* DEALER DASHBOARD */

.dealer-dashboard h3 {
    color: var(--primary-color);
}

.dealer-dashboard .purchases-row .num {
    text-align: center;
    padding: 5% 0;
}

.dealer-dashboard .purchases-row .num span {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: .67em;
}

.dealer-dashboard .header-table-left {
    margin: 0;
}

.dealer-dashboard .dashboard-top label, .point-bank-dashboard .dashboard-top label {
    color: black;
    font-size: 20px;
    font-weight: 600;
    padding-right: 0;
    text-align: right;
    margin-top: 2px;
}

.dealer-dashboard .header {
    background-color: #005A84;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1% 2%;
    margin-bottom: 2%;
}

.dealer-dashboard .header a {
    color: white;
    font-size: 1rem;
}

.dashboard-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.dashboard-points {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 5%;
}

.excel div {
    margin-top: 35px;
}

.excel a {
    color: black;
    font-weight: 600;
}

.point-bank-dashboard .dashboard-top .col-sm-12 {
    padding: 0;
}

.point-bank-dashboard .dashboard-title {
    color: var(--primary-color);
    margin-top: 3%;
    margin-bottom: 0;
    font-size: 1.5rem;
    padding-left: 15px;
}

.point-bank-dashboard .home-right-border::after {
    bottom: 12px;
    height: 94%;
}
.point-bank-dashboard .home-left-border::before {
    bottom: 12px;
    height: 94%;
}

#PointsCollectedChart_container .highcharts-container, #PointsCollectedChart_container svg > rect, #PointsRedeemedChart_container .highcharts-container, #PointsRedeemedChart_container svg > rect {
    height: 300px !important;
}

/*.divPointsAvailable .highcharts-legend {
    transform: translate(35%,380px) !important;
}*/

.dealer-dashboard #RPActivitypiechart_container .highcharts-title, .dealer-dashboard #RPActivitypiechart_container .highcharts-subtitle, .dealer-dashboard #pointschart_container .highcharts-title, .dealer-dashboard #pointschart_container .highcharts-subtitle {
    transform: translateY(-18px);
}

.dealer-dashboard #pointssaleschart_container .highcharts-title, .dealer-dashboard #pointssaleschart_container .highcharts-subtitle {
    transform: translateY(-12px);
}

.badge-row img {
    margin-bottom: 7%;
}

.admin-dashboard input {
    width: unset;
    display: inline-block;
}

.admin-dashboard .row {
    text-align: center;
}

/* CHECKOUT PAGE */

.main-container {
    padding-top: 20px;
}

.card-main-title {
    font-size: 35px;
    margin-top: 5px;
    margin-left: 15px;
}

/*.active-heading {
    margin-bottom: 20px;
}*/

hr {
    /*    border-top: var(--bs-border-width) solid #66cc33;*/
    border: none;
    height: 1px;
    color: #bfbfbf;
    background-color: #bfbfbf;
    opacity: 1;
}

.green {
    color: #61d605;
}

.bottom-hr {
    margin-top: 4%;
}

.hr-left {
    padding-left: 0;
}

.bottom-hr-summary {
    margin-top: 11%;
}

.shipping-card {
    margin-bottom: 40px;
}

.summary-card {
    margin-bottom: 40px;
    background-color: #e5e5e9;
}

.vertical-line {
    border-left: thick solid #66cc33;
}

.smaller-text {
    color: darkgray;
    font-weight: normal;
    font-size: 20px;
    margin-right: 5px;
}

.lighter-text {
    font-size: smaller;
    color: gray;
}

.radio-ship {
    margin-bottom: 15px;
}

.shipping-row {
    margin-bottom: 15px;
}

.radio-ship label {
    margin-top: 3px;
    margin-left: 4px;
}

.ship-review label {
    font-size: large;
    margin-left: 4px;
}

.right-text {
    float: right;
}

.right {
    float: right;
}

.spacing-left {
    margin-left: 1%;
}

.form-floating {
    margin-bottom: 2%;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
    /*   padding: 0 !important;*/
}

.checkbox {
    font-size: smaller;
}

.checkbox input {
    font-size: large;
}

.checkbox label {
    margin-top: 3px;
}

.email-checkbox {
    margin-top: 10px;
}

.title-group-active {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.title-group-inactive {
    background-color: black;
    color: white;
    width: 100%;
    margin: 0 auto;
}

#ship-my-address .heading {
    margin-top: 3%;
}

.inactive-body {
    display: none;
}

.clickable:hover {
    cursor: pointer;
}

.inactive-form {
    display: none;
}

.dealer-div-holder {
    margin: 0 auto;
    background-color: #f1f1f1;
}

.dealer-heading {
    font-family: Roboto;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.dealer-results .dealer-heading {
    text-align: center;
    text-transform: uppercase;
}

.dealer-div-holder .radio-ship {
    margin-bottom: 0;
    margin-top: 3%;
}

.dealer-info {
    margin-left: 12%;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.dealer-info p {
    margin-bottom: 0;
}

.dealer-continue {
    margin-top: 5%;
}

.edit-address {
    float: right;
    text-decoration: underline;
}

.edit-button {
    font-size: initial;
    color: black;
}

.underline {
    text-decoration: underline;
    cursor: pointer;
}

.underline.no-click:hover {
    cursor: default;
}

.bold {
    font-weight: bold;
}

.change-shipping {
    margin-top: 3%;
}

.shipping-text {
    margin-left: 1%;
}

.review-shipping p {
    margin-bottom: 0;
}

.payment-heading {
    margin-bottom: 15px;
}

.payment-type label {
    /*   margin-top: 3px;*/
    margin-left: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.indent-left {
    /*   margin-left: 3%;*/
    padding-left: 1%;
}

svg {
/*    width: 1em;
    height: 1em;
    font-size: 9px;
    margin-right: 3px;
    margin-bottom: 4px;*/
}

.active-svg {
    display: initial;
}

.inactive-svg {
    display: none;
}

.items-list {
    cursor: pointer;
}

.item-holder {
    margin-top: 5%;
}

.item-image {
    border: 1px solid black;
    /* height: 100%;*/
    width: 100%;
}

.item-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 5% !important;
}

.item-holder p {
    margin-bottom: 0;
}

.item-desc {
    font-size: 0.8rem;
}

.help-texts {
    margin-left: 2%;
}

.help-text {
    font-size: 0.8rem;
    font-weight: 600;
}

.need-help {
    cursor: pointer;
}

.hide-items {
    display: none;
}

.continue {
    padding-left: 25px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.submit {
    padding: 10px 15px;
    margin-bottom: 20px;
}

.what-text {
    margin-bottom: 0;
}

.signin-card {
    margin-bottom: 10px;
    background-color: #e5e5e9;
}

.signin-text {
    align-items: center;
    display: flex;
}

.signin-text p {
    margin-bottom: 0;
}

.signin-btn {
    text-align: right;
}

    .signin-btn button {
        white-space: nowrap;
    }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1%;
}

.uppercase {
    text-transform: uppercase;
}

.payment-row {
    border-top: 1px solid lightgray;
}

.payment-row-bottom {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-bottom: 3%;
}

.payment-row > div {
    margin-top: 2%;
}

.payment-right {
    margin-left: 2%;
}

.red {
    color: #dc3545;
}

.red-link {
    color: #dc3545;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}

.select-drop p {
    margin-bottom: 0;
    text-align: right;
}

.dealer-search {
    /*padding-right: 0;*/
}

.search-btn {
    border-radius: 12px;
    height: 58px;
    width: 58px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    margin-top: 1%;
}

.search-btn svg {
    font-size: 18px;
    fill: white;
}

.address-modal-row {
    width: 60%;
    margin: 0 auto;
    margin-left: 30%;
}

.address-modal-row > div {
    width: unset;
}

.tooltips .what-text .tooltiptext {
    left: 0;
    width: 250px;
    top: 120%;
}

.tooltiptext img {
    width: 100%;
}

.checkout-title-row {
    margin-bottom: 2%;
    margin-top: 1%;
}

.checkout-title *, .checkout-title {
    max-width: fit-content;
}

.checkout-title * {
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
}

.payment-icon {
    width: 40px;
    height: 100%;
    margin-right: 5px;
}

.paypal {
    border: 1px solid black;
    border-radius: 4px;
}

.google, .apple, .paypal {
    height: 27px;
    width: unset;
}

.checkout-title-under {
    border-bottom: 1px solid #66cc33;
}

.modal-applicant-info {
    padding-left: 35px;
    padding-right: 35px;
}

.modal-left {
    text-align: left;
    /*margin-top: 16px;*/
}

.modal-table a {
    color: var(--primary-color);
}

.modal-applicant .modal-footer input, .modal-applicant .modal-applicant-info input {
    margin-top: 0;
}

.modal-applicant .form-heading {
    font-weight: 600;
    font-size: 1.25rem;
}

.modal-applicant .suggested input {
    display: inline-block;
}

.modal-applicant .btn-table {
    min-width: unset;
    padding: 8px 24px 8px 24px;
}

.modal-checkbox input {
    margin-right: 10px;
}

.modal-table-border {
    border: 1px solid gray;
    padding: 7px;
    margin-top: 1%;
}

.modal-applicant-info #divListDistributor {
    border: 1px solid gray;
    overflow: auto;
    height: 100px;
}

.modal-applicant-info #divListDistributor div {
    padding-top: 10px;
    padding-left: 15px;
}

.remove {
    color: red;
    text-decoration: underline;
    display: inline-block;
    padding-left: 12px;
}

.remove:hover {
    cursor: pointer;
}

.modal-applicant .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-applicant .modal-content {
    border-radius: 20px;
}

.modal-applicant .modal-header {
    border: 1px solid #dee2e6;
    border-radius: 20px 20px 0 0;
}

.modal-applicant .modal-footer, .modal-login .modal-footer {
    border-top: 1px solid #dee2e6;
    justify-content: unset;
}

.modal-applicant h1 {
    font-size: 1.5rem;
    text-align: left;
}

.modal-applicant .modal-header p {
    font-size: 1.3rem;
    padding-left: 35px;
    margin-top: 0;
}

.modal-applicant .registration select {
    /*margin-top: 5%;*/
}

.modal-applicant .registration textarea {
    /*margin-top: 2%;*/
}

.modal-applicant .modal-content {
    text-align: left;
}


.modal-applicant .suggested {
    margin-left: 0;
    padding-left: 0;
}

.modal-applicant .enroll-products input {
    margin-bottom: 3%;
}

.modal-applicant .modal-footer .row {
    width: 100%;
}

.modal-applicant .left-btns {
    text-align: left;
    padding-left: 35px;
}

.modal-applicant .right-btn {
    padding-right: 0;
}

.modal-applicant .modal-footer input {
    min-width: 120px;
}

.modal-login .row {
    margin: 0;
}

.modal-login .modal-content {
    border: 1px solid transparent;
    border-radius: 22px;
}

.modal-login .modal-header {
    /*border-top: 1px solid transparent;
    border-radius: 22px;*/
}

.modal-login .modal-body {
    min-height: 410px;
}

.modal-login .modal-border {
    border: 1px solid #bfbfbf;
    padding: 5px;
}

.modal-fixed-height {
    max-height: 400px;
    overflow-y: auto;
}

.modal-login .modal-opt {
    text-align: left;
}

.modal-login .m-t-lg {
    margin-top: 30px;
}

.modal-login .text-center p {
    text-align: center;
}

/*CONFIRMATION PAGE*/

.confirmation-card {
    margin-top: 40px;
    margin-bottom: 40px;
}

.confirmation-heading {
    width: fit-content;
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 5%;
}

.confirm-preferred {
    border-bottom: 5px solid #66cc33;
}

.confirm-preferred p {
    margin-left: 15px;
}

.confirm-title {
    font-size: 45px;
    margin-left: 0;
    text-align: center;
}

.preferred-title {
    margin-top: 2%;
}

.confirm-main-row {
    /*  height: 70vh;*/
}

.confirm-text {
    text-align: center;
}

.first-confirm p {
    margin-bottom: 0;
}

.confirmation-text {
    font-weight: 700;
    font-size: 20px;
}

.confirm-code {
    font-family: Roboto;
    font-weight: 600;
}

.order-number, .link-decoration {
    text-decoration: underline;
    font-weight: 900;
    font-family: Roboto;
}

.order-number {
    color: #66cc33;
    cursor: pointer;
}

.confirm-button {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10%;
}

.first-button {
    margin-bottom: 2%;
}

.first-confirm {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 4%;
    padding: 2%;
}

.second-confirm {
    margin-bottom: 7%
}

.error-msg {
    color: red;
    font-family: Roboto;
    text-align: center;
}

.loader-div .modal-content {
    background: transparent;
    border: 0;
}

.modal-content span {
/*    justify-content: center;
    display: flex;*/
}

.preferred-row {
    background-color: #d7d7da;
    margin-left: 0;
    margin-right: 0;
}

.confirm-second-col {
    /*    background-color: #d7d7da;
    padding-left: 0;
    padding-right: 0;*/
}

.preferred-col {
    /*  height: 100%;*/
}

.preferred-form {
    margin-top: 5%;
    height: unset;
}

.dealer-locations {
    border-radius: 7px;
    overflow-y: auto;
    max-height: 65%;
    background-color: #f1f1f1;
    box-shadow: 0px 6px 6px #00000029;
    position: absolute;
    width: 23%;
}

.dealer-locations .dealer-heading, .dealer-locations-short .dealer-heading {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: 3%;
}

.product-lines {
    font-style: italic;
    font-weight: 600;
}

.dealer-locations .dealer-info, .dealer-locations-short .dealer-info {
    margin-left: 15%;
}

h5 {
    font-family: Roboto;
    font-weight: 600;
}

.review-heading {
    margin-bottom: 5%;
}

.review-last-heading {
    margin-top: 3%;
}

.dealer-locations input[type="radio"]:checked + label, .dealer-locations-short input[type="radio"]:checked + label {
    color: #66cc33;
}

.dealer-saved {
    display: none;
    font-family: 'Roboto';
    text-transform: none;
    font-style: italic;
    padding-left: 1%;
    font-size: 0.8rem;
}

.dealer-saved svg {
    margin-right: 0;
    width: 2em;
    height: 2em;
}

.dealer-locations input[type="radio"]:checked + label .dealer-saved {
    display: block;
}

.confirm-dealers-search {
    margin-top: 4%;
}

.confirm-btn-title {
    padding: 0;
}

.confirm-btn-title button {
    white-space: nowrap;
    margin-top: 4%;
    margin-right: 5%;
}

.dealer-locations-short {
    border-radius: 7px;
    background-color: #f1f1f1;
    box-shadow: 0px 6px 6px #00000029;
}

.input-search {
    position: relative;
    display: inline-flex;
}

.input-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    margin-top: 0;
    padding: 3px;
}

.input-search svg {
    fill: white;
    font-size: 17px;
}

input.search-box {
    width: 250px;
    font-family: FontAwesome;
    padding: 2px 0;
}

.confirm-map {
    margin-top: 5%;
    margin-bottom: 3%;
    width: 100%;
}

.confirm-zip-btn {
    max-width: fit-content;
    margin-top: 3%;
}

.checkout-summary {
    margin-bottom: 5%;
}

div.confirm-page-footer {
    margin-top: 20%;
}

/*  MODAL CONTENT */

.modal-backdrop {
    opacity: 0.5;
}

.modal-content {
    /*text-align: center;*/
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
}

.modal-body {
    padding: 1rem;
}

.modal-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.5rem - (1px));
    border-top-right-radius: calc(0.5rem - (1px));
    /*font-family: Roboto;
    font-size: 3.5rem;
    color: var(--primary-color);
    background-color: white;
    text-align: center;*/
}

.modal-header .h4 {
    /*font-size: 2rem !important;
    font-weight: 600;*/
}

.modal-header .btn-close {
   /* position: absolute;
    right: 5%;*/
}

.modal-footer {
    padding: calc(1rem - 0.5rem * 0.5);
    border-bottom-right-radius: calc(0.5rem - (1px));
    border-bottom-left-radius: calc(0.5rem - (1px));
    /*border-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.modal-footer-buttons {
    /*width: 100%;*/
}

.modal-header .close {
    /*position: absolute;
    top: 3%;
    right: 0;*/
}

.modal h4 {
    /*color: var(--primary-color);*/
}

.modal p {
    /*text-align: left;*/
}

.modal-col::before {
    /*content: "";
    background: #bfbfbf;
    position: absolute;
    top: 0;
    left: 0;
    height: 97%;
    width: 1px;*/
}

.modal input {
    /*margin-top: 5%;*/
}

.modal-submit-btn {
    /*margin-top: 2%;
    margin-bottom: 2%;*/
}

.modal-dialog-centered {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));*/
}

/*@media (min-width: 769px) {
    .modal-dialog {
        max-width: 750px;
    }
}*/

@media (min-width: 576px) {
    /*.modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }*/
}

/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}*/

/* HELP CENTER */

.help-center-titles {
    /*color: var(--primary-color);*/
    text-align: center;
    margin-bottom: 6%;
}

.help-center-img {
    height: 125px;
    margin: 0 auto;
    margin-bottom: 11%;
}

.help-center-img img {
    height: 100%;
}

.training-videos .help-center-img {
    height: auto;
}

.training-videos .help-center-img img {
    width: 100%;
    height: auto;
    border: 2px solid #0085AD;
}

.training-videos .help-center-img img:hover {
    cursor: pointer;
}

.training-videos i {
    font-size: 18px;
}

.help-center .alert {
    margin-bottom: 1%;
}

.help-center .alert-info {
    background-color: white;
}

.help-center-section {
    background-color: white;
}

.help-center .home-right-border::after {
    bottom: 25px;
    height: 85%;
}
.help-center .home-left-border::before {
    bottom: 25px;
    height: 85%;
}

.help-center .btn {
    margin-bottom: 1%;
}

.help-center-title {
    max-width: fit-content;
}

.home-help-container .help-card {
    background: #f1f1f1 0% 0% no-repeat padding-box;
    box-shadow: none;
}

.help-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 12px;
    margin-bottom: 50px;
    margin-top: 3%;
}

.help-card-inner {
    background-color: white;
}

.help-card .row {
    margin-left: 0;
    margin-right: 0;
}

.help-title {
    margin-top: 3%;
    margin-bottom: 5%;
}

.detail-well {
    box-shadow: 0px 3px 3px 0px #00000029;
    border-radius: 12px;
    background-color: white;
}

.help-card .card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px 2px #00000029;
    border-radius: 12px;
    margin-bottom: 50px;
    width: 101%;
}

.svg-holder {
    height: 100%;
    text-align: center;
}

.svg-holder svg {
    height: 9em;
    width: unset;
    margin-top: 3%;
    margin-bottom: 2%;
}

.st5 {
    display: inline;
    fill: #6FBE44;
}

.st6 {
    display: inline;
    fill: #FFFFFF;
}

.st7, .st3 {
    fill: #6FBE44;
}

.st8 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.help-center-card-title {
    text-align: center;
    font-family: Roboto;
    font-weight: 600;
    margin-bottom: 0;
}

.help-order-text {
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
}

.help-order-input {
    width: 70%;
    margin: 0 auto !important;
}

.help-card .form-floating > label {
    left: 12px;
}

.help-order-text-help {
    width: 70%;
    margin: 0 auto !important;
    text-align: right;
    justify-content: end;
}

.help-order-text-help p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    width: fit-content;
}

.help-order-divider {
    width: 80%;
    margin: 0 auto !important;
}

.help-order-divider hr {
    margin-top: 3%;
    margin-bottom: 5%;
}

.help-btn {
    width: fit-content;
    margin: 0 auto !important;
}

.help-btn button {
    margin-top: 5%;
    margin-bottom: 7%;
}

.st21 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #71BF44;
}

.st22 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
}

.st23 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
    stroke: #72BF44;
    stroke-miterlimit: 10;
}

.tooltips {
    position: relative;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #f1f1f1;
    color: black;
    border: 1px solid black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 3;
    top: 135%;
    left: 72%;
    margin-left: -60px;
}

.tooltips .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.help-title-row {
    margin-left: 0;
    margin-right: 0;
}

.help-container {
    /*   padding-bottom: 2%;*/
}

.help-text-card {
    margin: 0;
}

.faq-all {
    text-align: center;
    font-weight: 600;
    font-size: 1.0rem;
    margin-bottom: 20px;
}

/* ORDER ITEM PAGE */

.order-item-title {
    background-color: black;
    padding: 3%;
}

    .order-item-title * {
        color: white;
    }

    .order-item-title h3 {
        font-size: 23px;
    }

.order-back {
    white-space: nowrap;
    font-weight: 600;
}

.order-item-title .card-main-title {
    margin-left: 0;
}

.order-item-title p {
    text-align: right;
}

.order-ship-info {
    margin-top: 4%;
}

.order-text-info {
    width: 90%;
    margin-left: 5% !important;
}

.order-ship-info .row {
    margin-bottom: 5%;
}

.order-ship-info p {
    margin-bottom: 0;
}

.order-subdivison-head {
    background-color: black;
    padding: 3% 0;
}

.order-title-text {
    color: white !important;
    text-align: center;
}

.green-under {
    color: #66cc33;
    text-decoration: underline;
}

.order-table {
    width: 89%;
    margin: 4% auto !important;
}

.order-table th {
    background-color: black;
    color: white;
    text-align: center;
}

.order-table td {
    text-align: center;
    vertical-align: middle;
    padding: 1rem 1rem;
}

.order-table .table-left {
    text-align: left;
    min-width: 230px;
    max-width: 230px;
    width: 230px;
}

.table-img {
    min-width: 110px;
    max-width: 110px;
}

.order-page .table-img {
    width: 110px;
    min-width: 110px;
}

.price-table tr, .price-table td {
    border: none;
    text-align: left;
}

.price-table td {
    padding: 0.5rem 0.5rem;
}

.first-price-row td {
    padding-top: 4%;
}

.total-table td {
    font-family: Roboto;
    font-weight: 600;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.order-item-logo {
    width: 200px;
    margin-bottom: 3%;
}

.order-item-footer {
    text-align: center;
    font-weight: 600;
}

.order-bottom {
    margin-top: 2%;
    margin-bottom: 2%;
}

.order-item-thanks {
    text-align: center;
    color: gray;
    font-size: 0.9rem;
}

.help-card .return-info-lookup {
    margin-left: 6%;
}

.return-info-lookup h5 {
    font-size: 2rem;
}

.return-info-details p {
    margin-bottom: 10px;
}

.return-print {
    margin-top: 15%;
}

.return-print p {
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}

.cancel-btn {
    margin-bottom: 5%;
}

.order-text-info .order-refund-bottom {
    margin-bottom: 7%;
}

/* RETURN DETAILS */

.return-title {
    text-align: right;
    padding-left: 8px;
}

.return-title-row {
    margin-top: 2%;
}

.return-title-col {
    display: flex;
}

.return-text {
    text-align: center;
}

.return-rows:hover {
    cursor: pointer;
}

.return-quantity p {
    width: fit-content;
    margin: 0 auto;
    padding: 8% 25%;
    border: 1px solid black;
    border-radius: 8px;
}

.return-quantity {
    width: 125px;
    min-width: 125px;
}

    .return-quantity input {
        text-align: center;
    }

.return-reason {
    min-width: 200px;
}

.return-comments {
    min-width: 225px;
}

.return-btn {
    margin-bottom: 30px;
}

.order-table textarea {
    border: 1px solid black;
}

.disabled p {
    background-color: #e9ecef;
}

.return-submit-btn-col {
    text-align: center;
}

.return details .contact-title {
    margin-left: 20%;
}

/* RETURN CONFIRM */

.return-confirm-page-btn {
    margin-bottom: 3%;
}

.return-confirm-footer {
    margin-top: 9%;
}

/* CONTACT US */

.contact-form {
    margin-top: 4%;
}

.contact-title {
    white-space: nowrap;
    margin-left: 25%;
}

.contact-form label {
    font-weight: 600;
}

.contact-form textarea {
    border: 1px solid black;
}

.contact-us-btn {
    text-align: center;
}

.captcha {
    margin-bottom: 2%;
}

/* CONTACT CONFIRM */

.ticket-number {
    text-decoration: underline;
}

.contact-text {
    width: 65%;
    margin: 0 auto 3%;
}

/* FAQs */

.faq-heading {
    margin-bottom: 2%;
}

.faqs-title {
    padding-left: 8px;
    margin-left: 0;
}

.faq-tabs-col {
    padding-right: 0;
}

.faq-tabs {
    margin-top: 5%;
}

.faq-tabs .list-group-item {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    border-left: 5px solid darkgray;
    color: gray;
    box-shadow: 0px 0px 5px 3px #00000029;
}

.faq-svg {
    height: 35px;
    width: 52.27px;
    display: inline-block;
    margin-right: 10%;
}

.faq-svg svg {
    height: 100%;
    width: 100%;
}

.faq-svg .st3, .faq-svg .st5, .faq-svg .st21, .faq-svg .st23, .faq-svg .st7 {
    fill: gray;
}

.faq-tabs .faq-active-tab {
    color: #66cc33;
    border-left: 5px solid #66cc33;
}

.faq-active-tab .faq-svg .st3, .faq-active-tab .faq-svg .st5, .faq-active-tab .faq-svg .st21, .faq-active-tab .faq-svg .st23, .faq-active-tab .faq-svg .st7 {
    fill: #66cc33;
}

.main-tab-group .green {
    padding-left: 3%;
    color: #66cc33;
    margin-top: 2%;
}

.faq-row {
    margin-top: 3%;
    margin-bottom: 1%;
}

.faq-title {
    max-width: fit-content;
    padding-right: 0;
    padding-left: 3%;
}

.faq-title h5 {
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
}

.faq-long-col p {
    margin-bottom: 0;
}

.faq-long-col {
    border-bottom: 1px solid #66cc33;
    margin-right: 6%;
}

.faq-description p {
    margin-left: 2%;
    width: 90%;
}

.faq-description ul {
    margin-left: 4%;
    width: 88%;
}

.faq-description ol {
    margin-left: 4%;
    width: 88%;
}

.faq-description .faq-left {
    margin-left: 4%;
}

.faq-body a {
    color: black;
}

.faq-description table {
    width: 35%;
    margin: auto;
    text-align: center;
}

.faq-bottom {
    margin-top: 5%;
    margin-bottom: 2%;
}

.faq-description .payment-icon {
    margin-right: 0;
}

/* FOOTER */
.footer {
    color: white;
    width: 100%;
}

.footer-extend {
    background-color: #003e51;
    width: 100%;
    color: #fff;
}

.footer-extend .row {
    padding: 30px 0;
}

.footer-extend ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.footer-extend li {
    margin-top: 10px;
}

.footer-extend a {
    color: #fff;
    text-decoration: none;
}

.footer-extend a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.footer-first {
    padding-left: 4%;
}

.footer-title {
    font-size: 16px;
    font-family: RobotoBold;
}

.footer h4 {
    font-family: RobotoBold;
    padding-left: 0;
}

.footer p {
    padding-left: 0;
    margin-bottom: 2%;
}

.footer-title h4 {
    padding-top: 5px;
}

.footer-title button {
    margin-bottom: 10px;
}

/*.footer-text {
    width: 55%;
}*/

.footer-top-text {
    margin-top: 5%;
}

.contact-us {
    width: fit-content;
}

.footer .row {
    padding-bottom: 30px;
}

@media (min-width: 769px) {
    .footer .col-md-4 {
        text-align: right;
    }
}

.footer .m-t-lg {
    margin-top: 48px;
}

.footer .social {
    display: inline-block;
    padding: 0;
    color: #fff;
    list-style: none;
    text-align: center;
    margin-bottom: 2%;
}

.footer ul {
    margin-bottom: 0;
}

.footer .social li {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.footer .social li:first-child {
    margin-left: 0;
}

.footer .social a {
    text-decoration: none;
}

.footer .social a:hover path {
    fill: #67dfff;
}

.footer .social svg {
    font-size: 17px;
    margin: 0;
}

.footer a {
    color: white;
    text-decoration: none;
    margin-right: 2%;
    font-size: 14px;
    font-family: RobotoBold;
}

.footer a:hover {
    color: #67dfff;
}

.footer svg {
    height: 24px;
    width: 24px;
}

.footer img {
    height: 24px;
    width: 24px;
}

/* MOBILE DROPDOWN */

.navbar-static-top {
    z-index: 10;
}

.mobile-dropdown {
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #007da3;
    height: calc(100% - 80px);
    width: 100vw;
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 5%;
    z-index: 9999;
    overflow: auto;
}

.mobile-dropdown .nav-welcome {
    padding-right: 5%;
    padding-left: 0;
}

.mobile-dropdown .nav-welcome p {
    padding-right: 10px;
}

.mobile-dropdown .mobile-dropdown-btns input {
    min-width: 100px;
}

.mobile-dropdown .mobile-row .nav-welcome {
    padding-right: 0;
}

.mobile-hidden {
    display: none !important;
}

.small-mobile-hidden {
    display: none !important;
}

.desktop-hidden {
    display: unset !important;
}

.hidden-nav-div-mobile {
    background-color: #fff;
}

.mobile-dropdown i {
    float: right;
    font-size: 30px;
}

.mobile-dropdown ul {
    list-style: none;
}

.mobile-dropdown-btns {
    text-align: center;
}

.mobile-dropdown .mega-menu-links {
    padding-left: 0;
}

.mobile-dropdown .navbar-link-second {
    color: #fff !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.mobile-dropdown .mega-menu-links li {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-left: 5% !important;
    padding-right: 0 !important;
}

.mobile-dropdown li a.navbar-link-second {
    padding-left: 0 !important;
}

.mobile-dropdown .mega-menu-links li.no-padding {
    padding-bottom: 0 !important;
}

.mobile-dropdown .mega-menu-links li.selected-nav {
    background-color: #fff;
    color: #0085AD !important;
}

.mobile-dropdown .mobile-li-icon {
    position: absolute;
    right: 20px;
    font-size: 25px;
    margin-top: -2px;
}

.mobile-dropdown .subnav-links li {
    border-bottom: none;
    margin-top: 0;
    padding-top: 5px !important;
}

.mobile-dropdown .subnav-links li:first-child {
    margin-top: 3%;
}

.mobile-dropdown .subnav-links ul {
    padding-bottom: 0;
}

.mobile-dropdown .subnav-links a {
    color: #005a84;
}

.mobile-dropdown .profile-alerts i {
    color: #fff;
    float: unset;
    padding-right: 0;
}

.mobile-dropdown .icon-holder {
    display: flex;
    justify-content: flex-end;
}

.mobile-dropdown .profile-alerts .progress-start {
    top: 8px;
}

.mobile-points p {
    text-align: center;
}

.mobile-buttons div {
    text-align: center !important;
}

.mobile-logout {
    padding-right: 5%;
    padding-left: 5%;
}

.mobile-logout a {
    font-size: 16px;
}

.scroll-stop {
    overflow: hidden;
}

.mobile-dropdown .mobile-row {
    text-align: right;
    padding-right: 5%;
    padding-left: 5%;
}

.mobile-dropdown .mobile-row .nav-welcome > * {
    display: inline-block;
}

.mobile-dropdown .nav-welcome {
    text-align: right;
    margin-top: 3%;
}

.mobile-dropdown .nav-welcome span {
    color: #fff;
    font-weight: 600;
}

.mobile-dropdown .nav-welcome i {
    float: unset;
    color: #fff;
}

.mobile-dropdown i:hover {
    cursor: pointer;
}

/* MEDIA QUERIES */

@media (min-width: 1700px) {
    nav .container, .home-cards.container {
        max-width: none !important;
        padding-left: 5%;
        padding-right: 5%;
    }

/*    .training-banner-img {
        padding-right: 6%;
    }*/
}

@media (max-width: 1700px) {
    .promo-banner-img .login-card {
        margin-top: 1%;
    }
}

@media (max-width: 1650px) {
    .promo-banner-img {
        background-position: 20%;
    }
}

@media (min-width: 1600px) {
    .help-container {
        min-height: calc(82vh - 213px);
    }

    nav .container, .home-cards.container {
        max-width: 1520px;
    }
}

@media (max-width: 1599px) {
    /*.dealer-points h2 {
        text-align: center;
    }*/

    .logged-in-banner .col-xl-4 {
        text-align: center;
    }

    .logged-in-banner .login-card {
        margin-top: 1%;
        margin-bottom: 0;
    }
}

@media (max-width: 1599px) {
    .home-spacing {
        display: none;
    }
}

/*@media (max-width: 1475px) {
    .promo-banner-img {
        background-position: 25%;
    }
}

@media (max-width: 1439px) {
    .promo-banner-img {
        background-image: url(/images/3x-points-no.png);
    }
}

@media (max-width: 1439px) and (min-width: 1201px) {
    .promo-banner-img .home-heading {
        width: 40%;
    }
}*/

/*@media (max-width: 1425px) {
    .promo-banner-img {
        background-position: 25%;
    }
}*/

@media (max-width: 1411px) {
    .logged-in-banner .login-card {
        padding: 1%;
    }
}

@media (min-width: 1400px) {
    .login-container .container {
        max-width: 1020px;
    }
    .carousel .login-card {
        width: 60%;
    }
}

@media (max-width: 1399px) {
    .bottom-hr-summary {
        margin-top: 27%;
    }

    .tooltips .tooltiptext {
        left: 60%;
    }

    #googleMap > div {
        height: 580px !important;
    }

    .home-banner-img .login-card img {
        width: 150px;
    }

    .login-banner .home-banner-card-text {
        padding-left: 14%;
    }

    .login-extra .home-banner-card-text {
        padding-left: 0;
    }

    .home-banner-img .logged-in-banner .login-card img {
        width: 200px;
    }
    .promo-banner-img {
        background-position: 35%;
    }
}

@media (max-width: 1306px) and (min-width: 1201px) {

/*    .home-banner-img .home-heading h1 {
        font-size: 4.5rem;
    }*/

/*    .home-banner-img .home-heading .header-blue {
        font-size: 9rem;
    }*/

/*    .logged-in .home-banner-img {
        height: 445px;
    }

    .training-banner-img .home-heading {
        margin-top: 3%;
    }*/

/*    .training-banner-img .home-heading h1 {
        font-size: 3.5rem;
    }*/
}

@media (min-width: 1260px) {
    .home-carousel .carousel .promo-banner-img .login-card {
        width: 50%;
    } 
}

@media (max-width: 1230px) {
    .promo-banner-img {
        background-position: 40%;
    }
}

@media (min-width: 1200px) {
    .login-container .container {
        max-width: 1020px;
    }
}

@media (max-width: 1199px) {
    .footer-text {
        width: 100%;
    }

    .confirm-zip-search .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .confirm-zip-btn {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .confirm-btn-title button {
        float: unset;
        margin-left: 15%;
    }

    .footer-title p {
        text-align: left;
    }

    .contact-text {
        width: 80%;
    }

    #googleMap > div {
        height: 730px !important;
    }

    .dealer-locations {
        position: unset;
        width: unset;
    }

    .home-banner-img .login-card .col-lg-3 {
        text-align: center;
    }

/*    .home-banner-img {
        height: 500px;
    }*/

    .distributor-home .home-login-cards {
        margin: 15px auto;
    }

    .login-banner-img, .home-banner-img-login {
        padding-right: 0;
    }

    .login-banner .login-card {
        margin-left: 0;
        float: unset;
        margin: 0 auto;
        margin-top: 3%;
    }

    .login-banner .login-card .col-lg-4 h1 {
        text-align: center;
    }

    .login-banner .home-banner-card-text {
        padding-left: 0;
    }

    .login-banner .login-set {
        margin-top: 1%;
        float: left;
    }

    .login-banner .login-extra {
       /* margin-top: 0;*/
    }
}

@media (max-width: 1110px) {
    .promo-banner-img {
        background-image: url(/images/main-banner.png);
    }
}

/*@media (max-width: 812px) and (min-width: 769px) {
    .dealer-right-nav {
        display: none !important;
    }
}*/

@media (max-width: 768px) {
    /*.home-banner-img .home-banner-right-img, .training-banner-img .home-banner-right-img, .promo-banner-img .home-banner-right-img, .logged-out .home-banner-img .home-banner-right-img {
        display: none;
    }*/

/*    .first-nav .navbar-right, .second-nav-top, .second-nav-right {
        display: none !important;
    }

    .first-nav .navbar-toggler {
        float: right;
        margin-top: 3%;
        font-size: 30px;
    }

    .second-nav .second-nav-top {
        display: none;
    }

    .mobile-hidden {
        display: unset !important;
    }*/
}

@media (min-width: 769px) {
    .first-nav .navbar-toggler {
        display: none;
    }
}

@media (max-width: 768px) {
    .first-nav .navbar-right, .second-nav-top, .second-nav-right {
        display: none !important;
    }

    .first-nav .navbar-toggler {
        /*float: right;
        margin-top: 3%;*/
        font-size: 30px;
        background-image: unset;
        border: 0;
    }

    .mobile-hidden {
        display: unset !important;
    }

    .training-banner-img .login-card {
        margin-top: 3px;
    }
}

@media (max-width: 991px) {
    .modal-header .btn-close {
        right: 3%;
        top: 3%;
    }

    .signin-btn {
        text-align: center;
        margin-top: 2%;
    }

    .confirm-btn-title button {
        margin-right: 0;
        float: unset;
        margin-left: 10%;
    }

    .address-modal-row {
        width: 100%;
        margin: 0 auto;
        margin-left: 15%;
    }

    .tooltips .tooltiptext {
        left: 50%;
    }

    .confirm-zip-btn {
        margin-top: 3%;
        margin-bottom: 0;
    }

    .confirm-zip-search .mb-3 {
        margin-bottom: 1rem !important;
    }

    #googleMap > div {
        height: 533px !important;
    }

    .home-banner-img .home-banner-text, .training-banner-img .home-banner-text, .promo-banner-img .home-banner-text {
        float: unset;
        margin: 2% auto 3% auto;
        padding: 0.5%;
    }

    .home-banner-card-text {
        padding-left: 15px;
    }

    .home-btn-row input {
        margin-bottom: 3%;
    }

    .login-banner .login-card {
        width: 100%;
        max-width: unset;
        margin-left: 0;
    }

    .login-banner-img {
        padding-right: 0;
    }

    .home-banner-img-login {
        padding-right: 0;
    }

    .dashboard-link-right {
        padding: 10px 25px 0 0;
    }

    .home-banner-card-text {
        margin-bottom: 15px;
    }

    .btn-primary {
        min-width: unset;
    }

    .program-details .gradient-circle-bg {
        width: fit-content;
    }

    .program-details .gradient-circle-bg img {
        padding: 20px;
        vertical-align: bottom;
        aspect-ratio: 1 / 1;
    }

    .home-learning img {
        height: 65px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 890px) {
    /*.dealer-points h2 {
        font-size: 2rem;
    }*/

    .carousel .banner-section {
        margin-top: 6%;
    }
}

@media (min-width: 767px) {
    .dealer-landing-row > .col-sm-3 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }

    .hr-left {
        padding-left: 7%;
        padding-top: 3%;
    }

    .summary-title .hr-left {
        padding-left: 0;
    }

    .bottom-hr-summary {
        margin-top: 2rem;
    }

    .home-banner-img-login {
        height: 100%;
        padding-bottom: 65px;
    }

    .banner-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-header {
        /* font-size: 1.2rem;*/
    }

        .modal-header .btn-close {
            right: 1%;
            top: 3%;
        }

    .preferred-title {
        margin-bottom: 0;
    }

    .confirm-btn-title {
        justify-content: center;
        display: flex;
    }

        .confirm-btn-title button {
            margin-left: 0;
            margin-top: 2%;
        }

    .contact-title {
        margin-left: 25px;
    }

    .dealer-heading label {
        display: unset;
    }

    #googleMap > div {
        height: 535px !important;
    }

    .dealer-locations {
        max-height: 75%;
    }

    .carousel .login-card {
        width: 100%;
    }

    .distributor-home .row {
        display: unset;
    }

    #pointsdealerchart_container .highcharts-container {
        height: 265px !important;
    }

    .login-home-bottom-row .home-login-cards {
        margin: 0 15px;
    }

    .distributor-quick-links, .link-row a {
        padding: 10px;
    }

    .footer .social {
        margin-top: 1%;
    }

    .footer p {
        /*margin-bottom: 8%;*/
    }

    .enroll-col {
        padding: 0;
    }

        .enroll-col .wizard {
            width: 100%
        }

        .enroll-col .tab-content > .tab-pane {
            padding: 0;
        }

        .enroll-col .tab-pane .col-md-12 {
            padding: 0;
        }

    .enroll-img {
        text-align: center;
    }

        .enroll-img img {
            max-height: 185px;
            max-width: 196px;
        }

    .enroll-col .btn-primary {
        /* min-width: unset;*/
    }

    .enroll-col progress {
        margin-left: 11px;
    }

    .distributor-pie .highcharts-container {
        height: 245px !important;
    }

    .dealer-landing-row.login-home-bottom-row {
        display: unset;
    }

    .dealer-alert {
        padding: 10px 0;
    }

    /*.training-banner-img, .home-banner-img, .carousel .reward-store-banner {
        height: 100%;
        padding: 10px 20px 20px 20px;
    }*/

    .promo-banner-img {
        height: 100%;
        padding: 10px 20px 30px 20px;
    }

    .training-modules .card-group, .training-sessions .card-group {
        display: unset;
    }

        .training-sessions .card-group .card {
            margin-bottom: 120px;
        }

    .training-banner li {
        font-size: 18px;
    }

    .stock-card {
        display: block;
    }

    .home-banner-img .logged-in-banner, .logged-out .home-banner-img .logged-in-banner {
        display: unset;
    }

    .carousel .reward-store-banner {
        background-position: 29%;
    }

    .mobile-extra-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .home-learning img {
        height: 55px;
    }

    .mo-m-t-lg {
        margin-top: 30px;
    }
}

@media (max-width: 665px) {
    .home-btn-row {
        text-align: center;
    }

/*    .home-banner-img {
        height: 565px;
    }*/

    .welcome-img img {
        width: auto;
        max-height: 180px;
    }

    .welcomeBackground {
        padding-bottom: 90px;
    }

    .training-banner-img .home-heading h1 {
        font-size: 2.5rem;
    }

    .training-banner-img p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .home-right-border, .transparent-bg .home-right-border {
        border-width: 0 !important;
    }

    .what-text {
        margin-top: 0;
        margin-left: 14%;
        margin-bottom: 5%;
    }

    .confirmation-heading {
        margin-bottom: 5%;
    }
    /*    .confirm-button {
        width: 68%;
    }*/
    .footer-col {
        padding-left: 5%;
    }

    .help-title-row hr {
        margin: 0;
        margin-top: 25px;
    }

    .faq-row {
        margin-top: 6%;
        margin-bottom: 2%;
    }

    .tooltips .what-text .tooltiptext {
        left: 10%;
        top: 63%;
    }

    .checkout-summary {
        margin-bottom: 5%;
    }

    .keep-layout .col-sm-8 {
        width: 66.66666667%;
    }

    .keep-layout .col-sm-6 {
        width: 50%;
    }

    .keep-layout .col-sm-4 {
        width: 33.33333333%
    }

    .keep-layout .col-xl-6 {
        width: 50%;
    }

    .review-heading-bottom {
        margin-top: 5%;
    }

    .payment-right {
        margin-left: 0;
    }

    .summary-img-col {
        width: 55%;
        margin: auto;
    }

    .item-holder p {
        text-align: center;
    }

    #ship-dealer .search-btn {
        margin-left: 3%;
    }

    .item-holder .dealer-info p {
        text-align: left;
    }

    .dealer-info {
        margin-left: 6%;
    }

    .keep-partial-layout .col-small-5 {
        width: 80%;
    }

    .keep-partial-layout .col-small-1 {
        width: 20%;
        margin-top: 5%;
    }

    .faq-heading p {
        text-align: right;
    }

    .faq-tabs-col {
        padding-right: 0.75rem;
    }

    .faq-description ol, .faq-description ul {
        margin-left: 5%;
    }

    .confirm-zip-btn {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .confirm-zip-search .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .footer-bottom-text {
        margin-bottom: 5%;
    }

    .contact-title {
        margin-left: 0;
    }

    .contact-back {
        text-align: right;
    }

    .modal-footer .btn-tertiary {
        margin-bottom: 5%;
    }

    .payment-middle {
        border-top: 0;
    }

    .payment-row-bottom {
        border-top: 0;
    }

    .keep-layout-confirm .col-sm-9 {
        width: 75%;
    }

    .keep-layout-confirm .col-sm-3 {
        width: 25%;
    }

    #googleMap > div {
        height: 515px !important;
    }

    .dealer-locations {
        max-height: 100%;
    }

    .return-print {
        margin-top: 0;
    }

    .cancel-btn > div {
        display: flex;
        justify-content: center;
    }

    .cancel-btn {
        margin-bottom: 10%;
    }

    .first-nav .navbar-toggler {
        margin-top: 4%;
    }

    .col-xs-6 {
        max-width: 50%;
    }

    .small-mobile-hidden {
        display: unset !important;
    }

    .desktop-hidden {
        display: none !important;
    }

    .grid-border-top {
        border: none;
    }

    .small-mobile-extra-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (max-width: 565px) {
    .login-home-bottom-row {
        display: unset;
    }

    .distributor-pie .highcharts-container {
        height: 260px !important;
    }
}

@media (max-width: 510px) {
    .home-banner-text {
        width: 90%;
    }
    .first-nav .navbar-toggler {
        margin-top: 5%;
    }
    .footer .social {
        margin-top: 3%;
    }

    .dealer .header-back {
        height: 100%;
    }

    .dealer.page-banner .carousel .item {
        height: 515px;
    }

    .dealer .carousel {
        height: 100%;
    }

    .dealer .carousel .item {
        height: 100%;
    }

    .promo-banner-img {
        height: 100%;
    }

    .dealer .carousel-control {
        width: 8%;
    }
}

@media (max-width: 500px) {
}

@media (max-width: 455px) {
    .help-heading {
        white-space: nowrap;
    }

    .confirm-btn-title button {
        margin-left: 8%;
    }

    .address-modal-row {
        margin-left: 0;
    }

    .tooltips .tooltiptext {
        left: 29%;
    }

    .tooltips .what-text .tooltiptext {
        top: 73%;
    }

    .home-banner-card-text .btn-primary {
        margin-bottom: 3%;
    }

    .home-heading {
        text-align: center;
    }

    .home-banner-img .home-heading h1 {
        font-size: 3rem;
        text-align: center;
    }

    .home-banner-img .home-heading .header-blue {
        font-size: 6rem;
        text-align: center;
    }

    .home-banner-img .btn {
        margin-bottom: 3%;
    }

    .training-banner-img .home-heading h1 {
        text-align: center;
    }
}

@media (max-width: 393px) {
    .confirm-title {
        font-size: 45px;
    }

    .help-title-row hr {
        margin-top: 45px;
    }

    .help-order-text-help {
        text-align: center;
        width: fit-content;
        margin-bottom: 5% !important;
    }

    .modal-header .h4 {
        width: 90%;
    }

    .contact-text {
        width: 100%;
    }

    .enroll-col .distributor-add input.form-control {
        width: 100%;
    }

    .enroll-col .distributor-add .btn-primary {
        margin-top: 2%;
    }

    .enroll-col .remove {
        margin-top: 0;
    }
}

@media (max-width: 350px) {
    .page-banner {
        display: none;
    }
}

@media (max-width: 330px) {
    .keep-layout .col-sm-4 {
        width: 100%;
    }

    .keep-layout-confirm .col-sm-9 {
        width: 100%;
    }

    .keep-layout-confirm .col-sm-3 {
        width: 100%;
        margin: 0 auto 3% auto;
    }
}

@media (max-width: 305px) {
    .return details .contact-title {
        white-space: unset;
        text-align: left;
    }
}

@media (max-width: 295px) {
    label {
        display: unset;
    }

    .footer-title p {
        text-align: center;
    }
}
