* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
}

header img {
    height: 56px;
}

main,
.heading-mobile {
    /*margin: 2rem 1rem 2rem 1rem;*/
}

.heading-mobile h2,
.heading-desktop h2 {
    font-size: 22px;
    line-height: 28px;
}

.heading-desktop {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
}

p {
    font-size: 16px;
    line-height: 20px;
}

span.required {
    color: #FF0000
}
.span-serial {
   /*padding-left: 1rem;*/
}

/*input::placeholder, select:invalid, input[type="date" i] {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #949494;
    padding-left: 1rem;
}*/

label {
    display: block;
    /*margin: 0 auto;*/
    /*margin-bottom: 10px;*/
}

input[type="text"], input[type="email"], input[type="date"], 
select {
    margin-top: 1.5%;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #555555;
    border-radius: 0px;
}

.purchaseDate {
    margin-top: 1.5%;
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #ced4da;
    border-radius: 0px;
    display: block;
    width: 100%;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
}

.item {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

input[type="radio"] {
    float: left;
    clear: none;
    /*margin: 2px 16px 0 2px;*/
}

a {
    text-decoration: none;
}

    a.serial-lookup {
        text-decoration-line: underline;
        color: #2F66C0;
    }

.container {
    display: flex;
    flex-wrap: wrap;
    /*margin: 2em 0 0 0;*/
}

.container>div,
.benefits-section>div {
    flex: 100%;
}

article {
    border-bottom: 1.5px solid #E36F1E;
    transform: rotate(0.17deg);
}

article p {
    /*margin-bottom: 1em;*/
}

.serial-lookup {
    float: right;
    /*margin-bottom: 1.2rem;*/
}

i {
    color: #173F96;
    /*margin-right: 0.5rem;*/
}
i.fa-arrow-right {
    color: #FFFFFF;
    margin-left: 0.5rem;
}

i.fa-arrow-right {
        margin-right: 0.5rem;
    }

button,
.ml-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 100%;
    /* skolb 1-4-2023 removing height */
    /*height: 48px;*/
    background: #2F66C0;
    /*box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);*/
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 60px;
    border: none;
    text-decoration: none;
    text-align: center;
    align-content: center;
}

.ml-btn-edit {
    display: flex;
    align-content: center;
    text-decoration: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 100%;
    /* skolb 1-4-2023 removing height */
    /*height: 48px;*/
    /*background: #2F66C0;*/
    background: #FFFFFF;
    /*box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);*/
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    /*margin-top: 30px;*/
    /*margin-bottom: 60px;*/
    border: 1px solid #2F66C0;
}

.ml-btn-submit {
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 100%;
    background: #2F66C0;
    /*box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);*/
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 60px;
    border: none;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border-radius: 0px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul {
    /*padding-left: 0;*/
}

li.toggle-title {
    list-style: none;
}

.toggle .content {
    display: block;
}

content p {
    /*margin: 15px 0 15px 0;*/
}

.toggled-title .fa-angle-down {
    display: none;
}

.toggle-header {
    cursor: pointer;
    position: relative;
    display: flex;
    /*padding-bottom: 21px;*/
    /*padding-top: 21px;*/
}

.toggle-title {
    border-bottom: 1px solid #CCCCCC;
    height: 48px;
    /*padding-bottom: 7px;*/

}

.toggle-title.active {
    min-height: 200px;
}

.toggle-header p {
    text-transform: uppercase;
    color: #2F66C0;
    font-weight: 700;
}

    .toggle-header p::after {
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        width: 8px;
        height: 8px;
        margin: auto 0;
        content: '';
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        border-top: 2px solid #2F66C0;
        border-left: 2px solid #2F66C0;
    }

.toggle-header p.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active {
    display: block !important;
}

.toggle-title .content {
    display: none;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.generac-logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
}

.generac-logo img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.btn-edit button {
    color: #2F66C0;
    border: 1px solid #2F66C0;
    background-color: #FFFFFF;
    /*margin: 35px 0 0 0;*/
}

.btn-continue button {
    background: #2F66C0;
    color: #FFFFFF;
    border: none;
}

#select-product p,
#select-product>div:not(.primary-btn) {
    /*padding: 0 0 2rem 0;*/
}

.item p {
    font-weight: 700;
}

.item.full h4 {
    /*padding: 1rem 0 1rem 0;*/
    font-size: 20px;
}
.ml-benefits {/*margin-top: 2rem;*/}

.ml-benefits h4 {
    text-transform: uppercase;
    /*padding-bottom: 1rem;*/
}

.ml-benefits li {
    line-height: 28px;
    list-style-position: inside;
}

.ml-btn {
    margin-top: 0;
    margin-bottom: 0;
}

.ml-link a {
    background: #2F66C0;
    color: #FFFFFF;
    width: auto;
}

.ml-link-more {
    font-weight: 700;
}

.ml-icon {
    display: flex;
    align-items: center;
    flex-grow: 1;
    /*padding-top: 1.5rem;*/
    gap: 10px;
}

.ml-icon p {
    /*padding-left: 2%;*/
}

.next-steps {
    /*padding-bottom: 1rem;*/
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
}

.activation-code {
    color: #760202;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.icon-container {
    text-align: center;
    /*padding-bottom: 2rem;*/
    border-bottom: 1.5px solid #e36f1e;
}

.mobile-ml {
    display: none;
}

@media only screen and (min-width: 993px) {
    body {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .container-float {
        float: left;
        width: 45%;
    }

    #select-product {
        width: 50%;
        float: none;
    }

    article {
        width: 45%;
    }

    .benefits-section {
        width: 45%;
        float: left;
        display: flex;
        /*margin: -3.5rem 0 0 5.625rem;*/
    }

    .heading-mobile {
        display: none;
    }

    .generac-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .heading-desktop {
        display: inline;
        /*padding-left: 2rem;*/
    }

    main {
        /*margin: 4rem 0 0 0;*/
    }

    .submit-form,
    .opt-in {
        /*margin: 0 9% 0 auto;*/
        max-width: 44%;
    }

    .ml-icon {
        flex-grow: 0;
    }

    div.ml-link {
        width: 45%;
        flex: auto;
        /*margin-right: 6%;*/
    }

    div.ml-benefits {
        width: 45%;
        float: left;
        flex: auto;
        /*margin-top: 0;*/
    }

    .desktop-ml {
        display: none;
    }

    .mobile-ml {
        display: block;
    }
    .item {
        float: left;
        width: 47%;
    }

    .no-float, item.no-float {
        width: auto;
        float: none;
        /*padding-right: 0 !important;*/
    }

    .item:nth-of-type(odd) {
        /*padding-right: 3%;*/
    }

    div.full {
        width: 97%;
        /*padding-right: 0 !important;*/
    }
}

@media only screen and (min-width: 1600px) {
    body {
        max-width: 70%;
    }
}

.tabs {
    display: flex;
    /*margin-bottom: 1.5em;*/
}

.tabs i {
    /*margin-right: 4%;*/
}

#homeowner-tab {
    border-radius: 0px;
}

#installer-tab {
    border-radius: 0px;
}

.selected1 {
    border: 1px solid #2F66C0;
    /*margin: 0;*/
}

.selected2 {
    border-left: none;
    background: #fff !important;
    color: #2F66C0 !important;
    border: 1px solid #2F66C0;
    /*margin: 0;*/
}

a {
    text-decoration: none;
}

.opt-in,
.chxAddress {
    display: flex;
}

#marketing-check {
    margin-bottom: 10px;
}

.opt-in label,
.chxAddress label {
    color: #002585;
    /*margin-left: 0;*/
}

input#use-owner-address {
    margin-bottom: 10px;
}

.tab-form {
    display: none;
}

.tab-link {
    transition: 0.3s;
}

#installer-form {
    display: block;
}

@media only screen and (min-width: 1000px) {
  
}