
.mobile-only {
    display: none;
    @media (max-width: 960px) {
        display: table;
    }

}
.desktop-only {
    display: table;
    @media (max-width:960px) {
        display: none;
    }

}

#flulaval-hero {
    @media (max-width: 960px) {
        padding: 40px 20px 192px;
    }
}

.flulaval-table1-desktop1 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1px;

    @media (max-width: 960px) {
        display: none;
    }

    tbody tr {
        th {
            font-size: 18px;
            font-family: "proxima-nova";
            letter-spacing: 0.25px;
            color: white;
            background-color: #005DA8;
            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;
            }
        }
        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: #AFBCDE;
                text-align: right;
            }
            &:last-of-type {
                width: 24.6%;
                border-right: none;
                border-left: none;
            }
        }
    }

}

#flulaval-table1-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
        margin-bottom: 40px;
    }


    .flulaval-table1-mobile1 {
        width: 100%;
        border-collapse: collapse;
        font-family: "proxima-nova";
        display: table;
        tbody tr {
            &:first-child {
                td {
                    font-size: 14px;
                    font-weight: 700;
                    font-family: "proxima-nova";
                    padding: 12px 4px;
                    letter-spacing: 0.25px;
                    height: 50px;
                }
            }
            td {
                font-size: 14px;
                line-height: 24px;
                color: black;
                padding: 4px 12px;
                width: 50%;
                &:first-of-type {
                    border-right: 1px dashed #999;
                    height: 50px;
                }
            }
            &.header-fill td {
                color: #fff;
            }
            &:nth-child(3),
            &:nth-child(4) {
                border-bottom: 1px dashed #999;
            }
        }
    }

}
.flulaval-cpt-coding-table-desktop {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1px;

    @media (max-width: 960px) {
        display: none;
    }

    tbody tr {
        th {
            font-size: 20px;
            line-height: 32px;
            padding: 19px 4px;
            letter-spacing: 0.25px;
            color: white;
            background-color: #005DA8;
            height: 70px;
            text-align: center;
            border-right: 1px dashed #8EBEE6;
            border-left: 1px dashed #8EBEE6;
            &:first-child {
                width: 29.5%;
                border-left: none;
            }
            &:nth-child(2),
            &:nth-child(4){
                width: 18%;
            }
            
        }
        td {
            height: 120px;
            padding: 12px 30px;
            font-size: 16px;
            line-height: 24px;
            border-right: 1px dashed #8EBEE6;
            border-left: 1px dashed #8EBEE6;
            border-bottom: 1px dashed #8EBEE6;
            &:first-of-type {
                border-left: none;
            }
            &:last-of-type {
                border-right: none;
            }
        }
    }
}

#flulaval-cpt-coding-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
        margin: 20px 0;
    }
    .flulaval-cpt-coding-table1-mobile1 {
        width: 100%;
        tr {
            th {
                padding: 13px 4px;
                height: 50px;
                font-size: 17px;
                line-height: 24px;
                background-color: #005DA8;
                color: #fff;
                text-align: center;
            }
            td {
                font-size: 16px;
                line-height: 24px;
            }
        }
        &:nth-child(1){
            td {
                height: 100px;
                padding: 26px 4px;
            }
        }
        &:nth-child(3){
            td {
                height: 84px;
                padding: 12px 4px;
            }
        }
        &:nth-child(2),
        &:nth-child(4){
            td {
                height: 60px;
                padding: 18px 4px;
            }
        }
        &:nth-child(4) td{
            border-bottom: 1px dashed #999;
        }
    }
}

#flulaval-quardrivalent-trial5-desktop {

    .flulaval-trial5-table-desktop {

        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 40px auto;
        tr {
            &:first-child,
            &:nth-child(2) {
                td {
                    background-color: #005DA8;
                    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;
                    @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;
                }
            }
        }
    }
}
#flulaval-trial4-table-desktop {

    .flulaval-trial4-table-desktop {

        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        tr {
            &:first-child,
            &:nth-child(2) {
                td {
                    background-color: #005DA8;
                    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;
                    @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;
                }
            }
            &.subheader-fill2 td {
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.25px;
            }
        }
    }
}
#flulaval-trial123-table-desktop {
    @media (max-width: 960px) {
        display: none;
    }
    .flulaval-trial123-table-desktop {

        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        tr {
            &:first-child,
            &:nth-child(2),
            &:nth-child(3) {
                td {
                    /* background-color: #005DA8;
                    color: #fff; */
                    border-right: 1px dashed #FFF;
                    font-weight: 700;
                }
            }
            &:nth-child(2) {
                td {
                    border-bottom: 1px dashed #fff;
                    @media (max-width: 960px) {
                        font-size: 16px;
                        &:first-child {
                            font-size: 14px;
                        }
                    }
                }
            }
            &:nth-child(3) {
                td {
                    border-color: #fff;
                }
            }
            &: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{
                width: 6.8%;
                &:nth-child(1){
                    width: 18%;
                    text-align: left;
                }

            }
            
            &:last-child {
                td{
                    border-bottom: 1px dashed #999;
                }
            }
            &.subheader-fill2 td {
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.25px;
            }
            &.header-fill td {
                background-color: #005DA8;
                color: #fff;
            }
        }
    }
}
#flulaval-trial-table-all-mobile {
    display: none;
    @media (max-width: 960px) {
        display: block;
    }
    .flulaval-trial1-table-mobile,
    .flulaval-trial2-table-mobile,
    .flulaval-trial3-table-mobile {
        display: none;
        @media (max-width: 960px) {
            display: block;
        }
        font-family: "proxima-nova";
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1px;
        max-width: 1030px;
        margin: 0 auto;
        tr {
            &:first-child,
            &:nth-child(2) {
                td {
                    /* background-color: #005DA8;
                    color: #fff; */
                    border-right: 1px dashed #FFF;
                    font-weight: 700;
                }
            }
            &:nth-child(2) {
                td {
                    border-bottom: 1px dashed #fff;
                    @media (max-width: 960px) {
                        font-size: 16px;
                        &:first-child {
                            font-size: 14px;
                        }
                    }
                }
            }
            &:nth-child(3) {
                td {
                    border-color: #fff;
                }
            }
            &: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{
                width: 16.25%;
                &:nth-child(1){
                    width: 35%;
                    text-align: left;
                }

            }
            
            &:last-child {
                td{
                    border-bottom: 1px dashed #999;
                }
            }
            &.subheader-fill2 td {
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0.25px;
            }
            &.header-fill td {
                background-color: #005DA8;
                color: #fff;
            }
        }
    }
}
.header-fill{
    background-color: #005DA8;
}
.subheader-fill {
    background-color: #AFBCDE;
}
.subheader-fill2 {
    background-color: #FFD08F;
}
.row-odd-fill{
    background-color: #fafaf8;
}
.desktop-only{
    @media (max-width: 960px) {
            display: none;
        }
}
.mobile-only{
    display: none;
    @media (max-width: 960px) {
                display: block;
            }
}