
.mobile-only {
    display: none;
    @media (max-width: 960px) {
        display: table;
    }

}
.desktop-only {
    display: table;
    @media (max-width:960px) {
        display: none;
    }

}

#fluarix-hero {
    @media (max-width: 960px) {
        padding: 40px 20px 192px;
    }
}

.fluarix-table1-desktop1 {
    width: 100%;
    border-collapse: collapse;
    
    sup {
        font-weight: 700 !important;
    }

    @media (max-width: 960px) {
        display: none;
    }

    tbody tr {
        th {
            font-size: 18px;
            font-family: "proxima-nova";
            letter-spacing: 0.25px;
            color: white;
            background-color: #00853F;
            width: 50.8%;
            height: 50px;
            border-right: 1px dashed #FFF;
            border-left: 1px dashed #FFF;
            padding: 12px 4px;
            &:first-of-type {
                width: 24.6%;
                border: none;
            }
            &:last-of-type {
                width: 24.6%;
                border: none;
            }
        }
    }

}
.fluarix-table1-desktop2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1px;

    sup {
        font-weight: 700 !important;
    }

    @media (max-width: 960px) {
        display: none;
    }
            td {
            text-align: center;
            font-family: Arial;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            border-right: 1px dashed #999;
            border-left: 1px dashed #999;
            border-bottom: 1px dashed #999;
            width: 25.4%;
            height: 108px;
            padding: 4px 16px;
            &:first-of-type {
                width: 24.6%;
                border-right: none;
                border-left: none;
                background-color: #B4D9C1;
                text-align: right;
            }
            &:last-of-type {
                width: 24.6%;
                border-right: none;
                border-left: none;
            }
        }

}

#fluarix-table1-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    p {
        font-size: 14px;
        font-weight: 700;
        font-family: "proxima-nova";
        letter-spacing: 0.25px;
        color: white;
        background-color: #00853F;
        height: 50px;
        padding: 12px 4px;
        text-align: center;
    }

    .fluarix-table1-mobile1 {
        width: 100%;
        border-collapse: collapse;
        tbody tr {
            td {
                font-size: 14px;
                font-weight: 700;
                font-family: "proxima-nova";
                line-height: 24px;
                color: black;
                background-color: #B4D9C1;
                height: 50px;
                padding: 4px 12px;
                width: 50%;
                &:first-of-type {
                    border-right: 1px dashed #999;
                }
            }
        }
    }

    .fluarix-table1-mobile2 {
        width: 100%;
        border-collapse: collapse;
        tbody tr {
            td {
                font-size: 14px;
                font-weight: 400;
                font-family: "proxima-nova";
                line-height: 24px;
                color: black;
                height: 80px;
                padding: 4px 12px;
                width: 50%;
                border-bottom: 1px dashed #999;
                &:first-of-type {
                    border-right: 1px dashed #999;
                }
                span sup {
                    font-weight: 700;
                }
            }
        }
    }

}

#fluarix-table2-desktop {
    display: none;
    @media (min-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        tbody tr {
            th {
                color: #FFF;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;
                letter-spacing: -0.25px;
                background-color: #00853F;
                border-right: 1px dashed #FFF;
                height: 70px;
                &:last-of-type {
                    border-right: none;
                }
                &:first-child {
                    width: 29.5%;
                    border-left: none;
                }
                &:nth-child(2),
                &:nth-child(4){
                    width: 18%;
                }
            }
            td {
                color: #212124;
                font-family: "proxima-nova";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.25px;
                border-bottom: 1px dashed #999;
                border-right: 1px dashed #999;
                text-align: center;
                padding: 12px 4px;
                height: 120px;
                &:nth-of-type(3) {
                    padding: 12px 30px;
                    text-align: left;
                }
                &:last-of-type {
                    border-right: none;
                }
                p {
                    &:first-of-type {
                        margin-bottom: 12px;
                    }
                }
            }
        }
    }
}

#fluarix-table2-mobile {
    display: none;

    sup {
        font-weight: 700 !important;
    }

    @media (max-width: 960px) {
        display: block;
        margin-top: 24px;
    }
    div.text-cell {
        padding: 12px 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
        p {
            color: #212124;
            text-align: center;
            font-family: "proxima-nova";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0.25px;
        }
        &:first-of-type {
            height: 100px;
        }
        &:nth-of-type(3) {
            display: block;
            height: auto;
            p {
                text-align: left;
                &:first-of-type {
                    margin-bottom: 12px;
                }
            }
        }
        &:last-of-type {
            border-bottom: 1px dashed #999;
        }
    }
    p.green {
        color: #FFF;
        text-align: center;
        font-family: "proxima-nova";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        background-color: #00853F;
        height: 50px;
        padding: 12px 4px;
    }
}

#fluarix-table3 {

    sup {
        font-weight: 700 !important;
    }

    table {
        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        .subheader-fill {
            background-color: #B4D9C1;
        }
        tr {
            &:first-child,
            &:nth-child(2) {
                td {
                    background-color: #00853F;
                    color: #fff;
                    border-right: 1px dashed #FFF;
                    font-weight: 700;
                }
            }
            &:nth-child(2) {
                td {
                    border-bottom: 0;
                    @media (max-width: 960px) {
                        font-size: 16px;
                        &:first-child {
                            font-size: 14px;
                        }
                    }
                }
            }
            &:first-child {
                td {
                    padding: 9px 12px;
                    height: 50px;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                    border-bottom: 0;
                    &:last-child {
                        border-right: none;
                    }
                    &:nth-child(2),
                    &:nth-child(3),
                    &:nth-child(4),
                    &:nth-child(5) {
                        border-bottom: 1px dashed #FFF;
                    }
                    @media (max-width: 960px) {
                        font-size: 16px;
                        line-height: 16px;
                        &:last-child {
                            font-size: 14px;
                            padding: 9px 4px;
                        }
                        &:nth-child(2){
                            padding: 9px 4px;
                        }
                        &:first-child {
                            background-color: transparent;
                        }
                    }

                }
            }
            td {
                font-size: 18px;
                line-height: 24px;
                height: 40px;
                padding: 8px 4px;
                text-align: center;
                border-right: 1px dashed #999;
                border-bottom: 1px dashed #999;
                &:last-of-type{
                    border-right: 0;
                }
                @media (max-width: 960px) {
                    font-size: 14px;
                }
            }
            td{
                &:nth-child(1){
                    width: 18%;
                    text-align: left;
                    sup {
                        font-weight: 400 !important;
                    }
                    @media (max-width: 960px) {
                        width: 33%;
                    }
                }
                &:nth-child(2),
                &:nth-child(3){
                    width: 19%;
                    @media (max-width: 960px) {
                        width: 15%;
                    }
                }
                &:nth-child(4),
                &:nth-child(5){
                    width: 22%;
                    @media (max-width: 960px) {
                        width: 15%;
                    }
                }

            }
            &:nth-child(even){
                background-color: #fafaf8;
            }
            
            &:last-child {
                td{
                    border-bottom: 1px dashed #999;
                }
            }
        }
    }
}

#fluarix-table4-desktop {
    display: none;
    @media (min-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        .subheader-fill {
            background-color: #B4D9C1 !important;
            td {
                font-family: "proxima-nova";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                background-color: #B4D9C1 !important;
                &:first-of-type {
                    font-size: 18px;
                }
            }
        }
        tbody tr {
            &:first-of-type td {
                background-color: #7F2497 !important;
                color: white;
                letter-spacing: 0.25px;
                font-weight: 700;
                padding: 4px 12px;
                height: 50px;
                &:first-of-type {
                    background-color: #fff !important;
                    border-right: none;
                    border-bottom: none;
                }
                &:nth-of-type(2) {
                    border-right: 1px dashed #fff;
                }
            }
            &:nth-of-type(2) {
                td {
                    background-color: #00853F !important;
                    color: white;
                    letter-spacing: 0.25px;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 18px;
                    padding: 4px 12px;
                    height: 50px;
                    border-right: 1px dashed #fff;
                    &:first-of-type {
                        background-color: #fff !important;
                        border-right: none;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            } 
            td {
                width: 11%;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                padding: 8px 4px;
                border-right: 1px dashed #999;
                border-bottom: 1px dashed #999;
                &:first-of-type {
                    width: 12%;
                    text-align: left;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:last-of-type {
                    border-right: none;
                }
            }
        }
    }
}

#fluarix-table4-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        font-family: "proxima-nova";
        border-collapse: collapse;
        margin-bottom: 1px;
        width: 100%;
        .subheader-fill {
            background-color: #B4D9C1;
            td {
                font-family: "proxima-nova";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                background-color: #B4D9C1 !important;
                &:first-of-type {
                    line-height: 17px;
                }
            }
        }
        tbody tr {
            &:first-of-type td {
                background-color: #7F2497 !important;
                color: white;
                letter-spacing: 0.25px;
                font-weight: 700;
                font-size: 14px;
                padding: 4px 12px;
                height: 50px;
                &:first-of-type {
                    background-color: #fff !important;
                    border-right: none;
                    border-bottom: none;
                }
            }
            &:nth-of-type(2) {
                td {
                    background-color: #00853F !important;
                    color: white !important;
                    letter-spacing: 0.25px;
                    line-height: 18px;
                    font-weight: 400;
                    font-size: 14px;
                    padding: 4px 12px;
                    height: 50px;
                    border-right: 1px dashed #fff;
                    .selection-bold {
                        color: #fff;
                    }
                    &:first-of-type {
                        background-color: #fff !important;
                        border-right: none;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            } 
            td {
                width: 16.2%;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                padding: 8px 4px;
                border-right: 1px dashed #999;
                border-bottom: 1px dashed #999;
                &:first-of-type {
                    text-align: left;
                    width: 35%;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:nth-of-type(2),
                &:nth-of-type(3) {
                    background-color: #fafaf8;
                }
                &:last-of-type {
                    border-right: none;
                }
            }
        }
    }
}

#fluarix-table5-desktop {
    display: none;
    @media (min-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 40px auto;
        tr {
            td {
                width: 20.3%;
                padding: 4px;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.25px;
                height: 50px;
                border-bottom: 1px dashed #999;
                border-right: 1px dashed #999;
                &:first-of-type {
                    width: 18%;
                    text-align: left;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:last-of-type {
                    border-right: none;
                }
            }
            &:first-of-type {
                td {
                    color: #fff;
                    background-color: #00853F !important;
                    border-right: 1px dashed #fff;
                    padding: 4px 12px;
                    line-height: 18px;
                    .selection-bold {
                        color: #fff;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            }
            &.subheader-fill {
                background-color: #B4D9C1;
                td {
                    &:first-of-type {
                        text-align: left;
                    }
                }
            }
        }
    }
}

#fluarix-table5-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        margin: 40px auto;
        tr {
            td {
                width: 16.25%;
                padding: 4px;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                letter-spacing: 0.25px;
                height: 40px;
                border-bottom: 1px dashed #999;
                border-right: 1px dashed #999;
                &:first-of-type {
                    width: 35%;
                    text-align: left;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:last-of-type {
                    border-right: none;
                }
            }
            &:first-of-type {
                td {
                    color: #fff;
                    background-color: #00853F !important;
                    border-right: 1px dashed #fff;
                    padding: 4px 12px;
                    height: 50px;
                    .selection-bold {
                        color: #fff;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            }
            &.subheader-fill {
                background-color: #B4D9C1;
                td {
                    height: 50px;
                    &:first-of-type {
                        text-align: left;
                    }
                }
            }
        }
    }
}

#fluarix-table6-desktop {
    display: none;
    @media (min-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        .subheader-fill {
            background-color: #B4D9C1 !important;
            td {
                font-family: "proxima-nova";
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                background-color: #B4D9C1 !important;
                &:first-of-type {
                    font-size: 18px;
                }
            }
        }
        tbody tr {
            &:first-of-type td {
                background-color: #7F2497 !important;
                color: white;
                letter-spacing: 0.25px;
                font-weight: 700;
                padding: 4px 12px;
                height: 50px;
                &:first-of-type {
                    background-color: #fff !important;
                    border-right: none;
                    border-bottom: none;
                }
                &:nth-of-type(2) {
                    border-right: 1px dashed #fff;
                }
            }
            &:nth-of-type(2) {
                td {
                    background-color: #00853F !important;
                    color: white;
                    letter-spacing: 0.25px;
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 18px;
                    padding: 4px 12px;
                    height: 50px;
                    border-right: 1px dashed #fff;
                    &:first-of-type {
                        background-color: #fff !important;
                        border-right: none;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            } 
            td {
                width: 11%;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                padding: 8px 4px;
                border-right: 1px dashed #999;
                border-bottom: 1px dashed #999;
                &:first-of-type {
                    width: 12%;
                    text-align: left;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:last-of-type {
                    border-right: none;
                }
            }
        }
    }
}

#fluarix-table6-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
    }

    sup {
        font-weight: 700 !important;
    }

    table {
        font-family: "proxima-nova";
        border-collapse: collapse;
        margin-bottom: 1px;
        width: 100%;
        .subheader-fill {
            background-color: #B4D9C1;
            td {
                font-family: "proxima-nova";
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px;
                background-color: #B4D9C1 !important;
                &:first-of-type {
                    line-height: 17px;
                }
            }
        }
        tbody tr {
            &:first-of-type td {
                background-color: #7F2497 !important;
                color: white;
                letter-spacing: 0.25px;
                font-weight: 700;
                font-size: 14px;
                padding: 4px 12px;
                height: 50px;
                &:first-of-type {
                    background-color: #fff !important;
                    border-right: none;
                    border-bottom: none;
                }
            }
            &:nth-of-type(2) {
                td {
                    background-color: #00853F !important;
                    color: white !important;
                    letter-spacing: 0.25px;
                    line-height: 18px;
                    font-weight: 400;
                    font-size: 14px;
                    padding: 4px 12px;
                    height: 50px;
                    border-right: 1px dashed #fff;
                    .selection-bold {
                        color: #fff;
                    }
                    &:first-of-type {
                        background-color: #fff !important;
                        border-right: none;
                    }
                    &:last-of-type {
                        border-right: none;
                    }
                }
            } 
            td {
                width: 16.2%;
                text-align: center;
                font-family: "proxima-nova";
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                padding: 8px 4px;
                border-right: 1px dashed #999;
                border-bottom: 1px dashed #999;
                &:first-of-type {
                    text-align: left;
                    width: 35%;
                    sup {
                        font-weight: 400 !important;
                    }
                }
                &:nth-of-type(2),
                &:nth-of-type(3) {
                    background-color: #fafaf8;
                }
                &:last-of-type {
                    border-right: none;
                }
            }
        }
    }
}