﻿@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');

/* GLOBAL STYLES
-------------------------------------------------- */

:root {
    --bs-body-color: #333 !important;
    --bs-primary-rgb: #2794D2 !important;
}

.hidden {
    display: none !important;
}

body {
    font-family: 'Helvetica Neue', sans-serif !important;
    /*font-family: 'Public Sans', sans-serif !important;
    font-size: 1rem;
    color: #6b6f82 !important;*/
    /*font-size: 1.125rem;*/
    /*background-color: #f9f9f9;*/
}
/* Header */
.textblock, .navbar-nav {
    font-size: 14px;
    color: #494949;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-stretch-horizontal {
    width: 100%;
}

.img-responsive {
    width: auto;
    height: inherit;
}

.image1 {
    padding: 0px;
}

header .container-fluid {
    padding: 12px;
}

.navbar-brand img {
    max-height: 45px;
    margin-left: 13px;
}

.header-scrolled {
    background-color: #fff;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.page-title {
    /*background-image: linear-gradient(45deg, rgba(1,35,63, 0.5), rgba(1,35,63, 0.5)), url( 'https://on.lenos.com/egrinternational/KohlerDealerContractorRebate2022/images/generators-banner-oct18-v2.jpg');*/
    background-image: url(../images/generators-banner-oct18-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px 0px;
}

    .page-title h1 {
        color: #FFFFFF;
        font-size: 48px;
        font-weight: bold;
    }

    .page-title h2 {
        color: #FFFFFF;
        font-size: 40px;
        font-weight: bold;
    }

@media(max-width:575.98px) {
    .responsive-font-36 {
        font-size: 28px !important
    }

    .responsive-font-48 {
        font-size: 36px !important
    }

    .responsive-font-72 {
        font-size: 48px !important
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .responsive-font-72 {
        font-size: 52px !important
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .responsive-font-72 {
        font-size: 62px !important
    }
}

@media screen and (min-width: 990px) {
    .row {
        display: box;
        display: flexbox;
        display: flex;
        align-items: stretch;
    }
}

.text-primary {
    color: #0072CE !important;
}

p {
    margin: 0 0 20px !important;
    font-size: 16px !important;
}

.clickHere {
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    text-decoration: none;
    background-color: #0072CE;
    min-width: 178px;
    padding: 0.5rem;
}

.card {
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.card-body {
}

.card-header, .card-footer {
    border-color: #d9dee3 !important;
}

.form-floating {
    position: relative;
    margin: 0 0 1.5rem 0 !important;
}
/*** Feature ***/
#features {
    padding: 2rem 0;
}

.feature-item,
.advanced-feature-item {
    height: 100%;
    transition: .5s;
}

    .feature-item:hover {
        margin-top: -15px;
    }

.advanced-feature-item {
    background-color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

    .advanced-feature-item * {
        transition: .5s;
    }

    .advanced-feature-item:hover {
        background: rgba(6, 35, 63, .9);
    }

        .advanced-feature-item:hover * {
            color: #FFFFFF !important;
        }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

.navbar li a:nth-child(1) {
    color: #586268 !important;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover {
    color: #062c4d !important;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}



/*.footer, footer {
    background-color: #04202e;
}*/
footer {
    background: #01233F;
    padding: 2rem 0;
    color: #fff !important;
    font-size: 12px;
}

    footer .border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

.copyright {
    color: rgba(255, 255, 255, 0.3) !important;
}

footer .socialmedia a i {
    color: #fff !important;
    border-radius: 50%;
    border: solid 1px #fff;
    margin-left: 1rem;
    padding: 5px 6.3px;
}

footer .socialmedia a:hover i {
    color: #2794D2 !important;
    border: solid 1px #2794D2;
}

footer .socialmediaOld {
    max-width: 110px;
    width: 100%;
    padding: 0px;
    height: 32px;
}

footer img.leftLogo {
    margin: 37px 0 10px 5px;
    max-height: 60px;
}
/* Form stepper */

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #04AA6D;
    }

.btn-default.disabled {
    background-color: white;
    color: grey;
}

/* Login option */


.miscro-box {
    background-color: #d73b02;
    color: #fff;
    font-size: 14px;
    font-family: 'Segoe UI';
    height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
}

    .miscro-box .lineleft {
        height: 34px;
        display: inline-block;
        padding-left: 10px;
        vertical-align: top;
        padding-top: 8px;
        font-weight: 600;
    }

.google-box {
    color: #282a3c;
    font-size: 14px;
    font-family: Roboto;
    margin-right: 5px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #adb3b9;
    width: 100%;
}

    .google-box .lineleft {
        height: 34px;
        display: inline-block;
        padding-left: 10px;
        vertical-align: top;
        padding-top: 8px;
        font-weight: 600;
    }

.sp {
    background-image: url(../images/spsprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}


    .sp.banner_close {
        background-position: -545px -100px;
        width: 36px;
        height: 36px;
        border: 0px !important;
        vertical-align: middle;
    }

    .sp.banner_logo {
        background-position: -493px -98px;
        width: 38px;
        height: 38px;
        border: 0px !important;
        vertical-align: middle;
    }

    .sp.outlook-icon {
        background-position: -2px -5px;
        width: 40px;
        height: 40px;
        border-right: 1px solid #cc0000;
    }

    .sp.googleln-icon {
        background-position: -48px -7px;
        width: 39px;
        height: 38px;
        border-right: 1px solid #adb3b9;
    }

.modal-title {
    font-weight: bold !important;
    font-size: 24px;
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.btn-close {
    float: right;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}


.pagetitle {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #adb3b9
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        color: #343434;
        font-family: 'Work Sans', sans-serif;
        font-weight: 500 !important;
    }

    .pagetitle .btn {
        padding: 0.125rem 1rem;
    }

.bg-white {
    background-color: #FFF;
}

.btn-primary {
    color: #fff;
    background-color: #012544;
    border-color: #012544;
}

    .btn-primary:hover {
        background-color: #081f2c !important;
    }

/* Switch Button */
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 30px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 12px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 30px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 18px;
        left: -4px;
        margin-top: -7px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 18px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.modal-body {
    max-height: calc(100vh - 194px);
    overflow-x: auto;
    /* overflow-y: auto; */
}

.tab-content {
    padding: 10px;
}

address, address a, address a:hover {
    font-size: 12px;
    color: white;
    line-height: 22px;
    margin-bottom: 0 !important;
}

    address a:hover {
        text-decoration: underline;
    }

.ModelTerms {
    padding: 0 10px;
    font-size: 15px !important;
}

.ModelTermslink a {
    text-decoration: underline;
    color: #01233F;
    font-weight: bold;
}

.text-blue {
    color: #4AA0F7
}

.SubmissionTable td {
    padding: 10px 4px;
}

.text-bold {
    font-weight: bold;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.form-steps {
    font-size: 26px;
    font-weight: bold;
    color: #0072CE;
}

.footer, footer {
    background-color: #04202e;
}

.modal-dangerIco {
    color: #CF1D1D;
    font-size: 64px;
}

.btn + .btn {
    margin-left: 0.8rem;
}

.btn-danger {
    background-color: #dc3545 !important;
}

    .btn-danger:hover {
        background-color: #dc3545 !important;
    }

/* Pre loader */
.mainLoader, .loadingLoader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100000;
}

    .mainLoader > div {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }


.preloader {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 37%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}
.loadingLoader {
    color: #081f2c !important
}
.loadingLoader .preloader {
    width: 20px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .preloader div:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0%;
        width: 10%;
        height: 10%;
        /*background-color: #fbc80c !important;*/
        background: linear-gradient(45deg,#0072CE,#081f2c);
        border-radius: 50%;
    }

    .preloader div:nth-child(1) {
        transform: rotateZ(0deg);
        animation: rotateCircle1 2s infinite linear;
        z-index: 9;
    }

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.hideLoader {
    -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }
    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }