﻿input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #555559;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: 0
}

textarea {
    resize: none
}

#header {
    height: 131px !important
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    display: inherit;
    flex-wrap: nowrap;
    border-radius: 0
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #555559;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radio-container.double {
        line-height: 22px;
        margin-bottom: 20px
    }

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.checkmark {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #a3a9ac;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

    .checkmark.double {
        top: 6px
    }

.radio-container:hover input ~ .checkmark {
    background-color: transparent
}

.radio-container input:checked ~ .checkmark {
    background-color: transparent
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-container input:checked ~ .checkmark:after {
    display: block
}

.radio-container label {
    width: 100%;
    padding: 10px 20px 10px 40px;
    cursor: pointer
}

    .radio-container label strong {
        color: #7fba00
    }

.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7fba00
}

.radio-border {
    border: 2px solid #7fba00;
    border-radius: 40px;
    margin-bottom: 12px;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer
}

    .radio-border.green {
        border: 2px solid #7fba00
    }

    .radio-border.active {
        background: #f5faeb
    }

    .radio-border.disabled label {
        color: #e4e5e6
    }

    .radio-border:hover {
        background: #f5faeb
    }

body #view {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden
}

body #view {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column
}

    body #view .page {
        width: 100%
    }

        body #view .page.home {
            display: table
        }

        body #view .page.container {
            padding-top: 60px
        }

    body #view h1 {
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 42px;
        line-height: 1.25em;
        text-align: center;
        color: #555559;
        max-width: 30em;
        margin: 0px auto 35px
    }

        body #view h1.instructions {
            margin: 0px auto 20px
        }

    body #view #severeAsthmaHome h1 {
        text-align: left;
    }

    body #view h3 {
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 26px;
        line-height: 30px;
        color: #ed1b2d;
        margin: 0px 0px 20px 0px
    }

    body #view p {
        font-family: 'Lato',sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #555559;
        margin: 0px 0px 20px 0px
    }

        body #view p.note {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 12px !important;
            line-height: 16px !important;
            color: #555559
        }

        body #view p.instructions {
            font-size: 18px !important;
            line-height: 24px !important;
            font-weight: 700;
            text-align: center;
            color: #7fba00;
            margin: 0 auto 30px !important
        }

        body #view p.strong {
            font-family: 'Lato',sans-serif;
            font-weight: 900;
            font-size: 22px;
            line-height: 26px;
            color: #555559
        }

        body #view p.blue {
            color: #3a75c4
        }

        body #view p.note-subtypes {
            font-family: 'Lato',sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 15px;
            line-height: 18px;
            color: colorGrayText
        }

        body #view p a {
            color: #3a75c4
        }

            body #view p a:hover {
                text-decoration: underline
            }

        body #view p i.fas {
            font-size: 16px
        }

    body #view .row {
        max-width: none;
        padding: 0;
        align-items: start; /*align-items:center;*/
        justify-content: center
    }

        body #view .row .table {
            margin-bottom: 0
        }

            body #view .row .table .table-cell {
                vertical-align: middle
            }

                body #view .row .table .table-cell h4 {
                    font-family: 'Lato',sans-serif;
                    font-weight: 900;
                    font-size: 21px;
                    line-height: 24px;
                    color: #555559;
                    margin-top: 0;
                    margin-bottom: 0
                }

                body #view .row .table .table-cell.left {
                    text-align: right;
                    width: 60%;
                    padding-right: 0
                }

                body #view .row .table .table-cell.right {
                    text-align: left;
                    width: 40%
                }

    body #view .button {
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        width: auto;
        margin: 0;
        padding: 18px 80px;
        border: none;
        cursor: pointer;
        border-radius: 40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .button.white {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 18px;
            color: #555559;
            border: 2px solid #a3a9ac;
            background: #fff
        }

            body #view .button.white.email-worksheet:disabled {
                font-family: 'Lato',sans-serif;
                font-weight: 400;
                font-size: 18px;
                line-height: 18px;
                color: #ffffff;
                border: 2px solid #7fba00;
                background: #7fba00
            }

            body #view .button.white:hover {
                color: #ffffff;
                border: 2px solid #555559;
                background: #555559
            }

        body #view .button.blue {
            color: #fff;
            background: #3a75c4
        }

            body #view .button.blue:hover {
                background: #555559
            }

        body #view .button.red {
            font-family: 'Lato',sans-serif;
            font-weight: 900;
            font-size: 18px;
            line-height: 18px;
            color: #fff;
            background: #ed1b2d
        }

            body #view .button.red:hover {
                background: #555559
            }

        body #view .button.overlay {
            color: #fff;
            background: transparent;
            border: 2px solid #fff
        }

            body #view .button.overlay:hover {
                color: #555559;
                background: #fff;
                text-decoration: none
            }

        body #view .button.disabled {
            background: #c9cbcd
        }

            body #view .button.disabled:hover {
                background: #c9cbcd
            }

    body #view .header {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #a3a9ac;
        min-height: 48px;
        display: inline-table
    }

        body #view .header.relative {
            position: relative
        }

        body #view .header img {
            height: 34px;
            width: auto;
            margin: 0 auto;
            float: left
        }

        body #view .header span {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            text-align: center;
            color: #fff;
            background-image: url('../img/bc2.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 100% 50%;
            background-color: #00a5db;
            vertical-align: middle;
            width: 7.14%;
            max-width: 7.14%;
            padding: 10px 21px 10px 7px;
            display: table-cell; /*border-right:2px solid #ffffff;**/
            float: none
        }

            body #view .header span p {
                font-family: 'Lato',sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 14px; /*line-height:36px;*/
                color: #ffffff; /*width:40px;height:40px;*/
                margin: 0 auto; /*border:2px solid #ffffff;border-radius:100%*/
            }

            body #view .header span.current {
                background-image: url('../img/bc4.png');
                background-color: #555559
            }

                body #view .header span.current p {
                    font-weight: 700
                }

            body #view .header span.previous {
                background-image: url('../img/bc3.png');
                background-color: #00a5db
            }

            body #view .header span.inactive {
                background-image: url('../img/bc1.png');
                background-color: #a3a9ac
            }

            body #view .header span.first {
                padding: 10px 21px 10px 14px
            }

            body #view .header span.last {
                background-image: none;
                padding: 10px 14px 10px 7px
            }

            body #view .header span.filler {
                background-image: none;
                background-color: #a4a9ac;
                max-width: none;
                padding: 0
            }

                body #view .header span.filler.zero {
                    width: 92.32%
                }

                body #view .header span.filler.one {
                    width: 84.64%
                }

                body #view .header span.filler.two {
                    width: 76.96%
                }

                body #view .header span.filler.three {
                    width: 69.28%
                }

                body #view .header span.filler.four {
                    width: 61.6%
                }

                body #view .header span.filler.five {
                    width: 53.92%
                }

                body #view .header span.filler.six {
                    width: 46.24%
                }

                body #view .header span.filler.seven {
                    width: 38.56%
                }

                body #view .header span.filler.eight {
                    width: 30.88%
                }

                body #view .header span.filler.nine {
                    width: 23.2%
                }

                body #view .header span.filler.ten {
                    width: 15.52%
                }

                body #view .header span.filler.eleven {
                    width: 7.84%
                }

                body #view .header span.filler.twelve {
                    width: 0.16%
                }

            body #view .header span.bc1, body #view .header span.bc2, body #view .header span.bc3, body #view .header span.bc4, body #view .header span.bc5 {
            }

    body #view .footer {
        position: relative;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: #e4e5e6;
        margin: 30px 0px 0px;
        padding: 0px 0px 0px 50px;
        z-index: 8000
    }

        body #view .footer p {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 15px;
            color: #555559;
            margin: 0px;
            padding: 20px 0px
        }

    body #view .help {
        position: absolute;
        bottom: 61px;
        right: 250px
    }

        body #view .help p {
            max-width: 340px
        }

            body #view .help p a {
                font-family: 'Lato',sans-serif;
                font-weight: 700;
                font-style: italic;
                font-size: 15px;
                line-height: 18px;
                color: #3a75c4;
                text-align: right;
                display: inline-block
            }

                body #view .help p a:hover {
                    text-decoration: none
                }

    body #view .img-home { /*float:left;*/
        vertical-align: middle;
        width: 42%;
        display: table-cell
    }

        body #view .img-home.mobile {
            display: none
        }

        body #view .img-home img {
            max-width: 480px
        }

    body #view .learn-more {
        background: #ed1b2d;
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        padding: 18px 30px;
        border: none;
        cursor: pointer;
        border-radius: 40px;
        display: inline-block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .learn-more:hover {
            text-decoration: none;
            background: #555559
        }

    body #view .next {
        position: absolute;
        bottom: 75px;
        right: 50px;
        background: #3a75c4;
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        padding: 18px 40px 18px 50px;
        border: none;
        cursor: pointer;
        border-radius: 40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .next img {
            width: 20px;
            height: auto;
            float: right;
            margin: 0 auto;
            margin-left: 20px
        }

        body #view .next:hover {
            background: #555559
        }

        body #view .next.disabled {
            background: #c9cbcd
        }

    body #view .back {
        position: absolute;
        bottom: 75px;
        left: 50px;
        background: #3a75c4;
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        padding: 18px 50px 18px 40px;
        border: none;
        cursor: pointer;
        border-radius: 40px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .back img {
            width: 20px;
            height: auto;
            float: left;
            margin: 0;
            margin-right: 20px
        }

        body #view .back:hover {
            background: #555559
        }

        body #view .back.disabled {
            background: #c9cbcd
        }

    body #view .content-home { /*float:left;*/
        vertical-align: middle;
        width: 58%;
        padding-left: 30px;
        display: table-cell
    }

        body #view .content-home p {
            max-width: 550px
        }

    body #view .pathways .option {
        font-family: 'Lato',sans-serif;
        font-weight: 900;
        font-size: 21px;
        line-height: 1.25em;
        text-align: center;
        color: #555559;
        vertical-align: middle;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        padding: 0;
        display: table-cell;
        border-radius: 100%;
        border: 3px solid #a3a9ac;
        cursor: pointer;
        background: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .pathways .option:hover {
            border: 3px solid #b3b3b3;
            color: #7fba00
        }

        body #view .pathways .option.active {
            background: #7fba00;
            color: #fff;
            border: 3px solid #7fba00
        }

    body #view .info {
        color: #7fba00
    }

        body #view .info h4 {
            font-family: 'Lato',sans-serif;
            font-weight: 900;
            font-size: 21px;
            line-height: 24px;
            color: #555559;
            margin-top: 30px;
            margin-bottom: 5px
        }

            body #view .info h4.small-margin-top {
                margin-top: 12px
            }

        body #view .info p {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: #555559
        }

            body #view .info p:last-child, body #view .info p.no-bottom {
                margin: 0
            }

        body #view .info.no-margin-top h4 {
            margin-top: 0px
        }

        body #view .info h4.pad-right {
            padding-right: 20px
        }

    body #view hr {
        margin: 0px 0px 18px 0px;
        border-top: 1px solid #a3a9ac
    }

        body #view hr.bottom {
            margin: 20px 0px 18px /*display:none*/
        }

    body #view .input-other-treatment {
        border: none;
        border-bottom: 1px solid #a3a9ac;
        font-family: 'Lato',sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        color: #555559;
        padding: 10px 0px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px
    }

        body #view .input-other-treatment::placeholder {
            color: #c9cbcd;
            opacity: 1
        }

        body #view .input-other-treatment:-ms-input-placeholder {
            color: #c9cbcd !important
        }

        body #view .input-other-treatment::-ms-input-placeholder {
            color: #c9cbcd
        }

        body #view .input-other-treatment::-ms-clear {
            display: none
        }

    body #view .accordion-item {
        margin-bottom: 20px;
        padding: 0px 0px 0px 40px;
        cursor: pointer
    }

        body #view .accordion-item .title {
            font-family: 'Lato',sans-serif;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            text-align: left;
            text-transform: none;
            color: #7fba00;
            margin-bottom: 0px
        }

        body #view .accordion-item .content {
            font-family: 'Lato',sans-serif;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            color: #7fba00
        }

        body #view .accordion-item.on {
            background: url(../img/accordion-on.png) top left no-repeat;
            background-size: 22px 22px
        }

        body #view .accordion-item.off {
            background: url(../img/accordion-off.png) top left no-repeat;
            background-size: 22px 22px
        }

    body #view .page.notes h1 {
        text-align: center
    }

    body #view .textarea-notes {
        width: 100%;
        border: 2px solid #a3a9ac;
        padding: 20px;
        font-family: 'Lato',sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #555559;
        font-weight: 400;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

        body #view .textarea-notes::placeholder {
            color: #a3a9ac;
            opacity: 1
        }

        body #view .textarea-notes::-ms-input-placeholder {
            color: #a3a9ac
        }

        body #view .textarea-notes::-ms-input-placeholder {
            color: #a3a9ac
        }

        body #view .textarea-notes:focus, body #view .textarea-notes:hover {
            border: 2px solid #b3b3b3
        }

    body #view .page.thanks h1 {
        text-align: center
    }

    body #view .page.thanks p {
        text-align: center;
        font-family: 'Lato',sans-serif;
        font-weight: 400;
        margin: 0px 0px 10px 0px
    }

        body #view .page.thanks p + p {
            margin: 0px 0px 20px 0px
        }

        body #view .page.thanks p span.small {
            display: none
        }

        body #view .page.thanks p .button.white.email-worksheet:disabled + span.small {
            line-height: 1.25em;
            color: #ed1b2d;
            max-width: 265px;
            display: block;
            position: relative;
            top: -30px;
            clear: both
        }

    body #view .page.thanks .button {
        margin: 10px 0px 40px 0px
    }

        body #view .page.thanks .button.red {
            font-family: 'Lato',sans-serif;
            font-weight: 900;
        }

    body #view .page.feedback h1 {
        text-align: center;
        margin-bottom: 60px
    }

    body #view .page.feedback p {
        text-align: center;
        font-family: 'Lato',sans-serif;
        font-weight: 700;
        padding: 0px 0px 0px 0px
    }

        body #view .page.feedback p.first {
            padding: 0px 40px 0px 40px
        }

    body #view .page.feedback .button.red {
        font-family: 'Lato',sans-serif;
        font-weight: 900
    }

    body #view .page.sharing h1 {
        text-align: center
    }

    body #view .page.sharing p {
        text-align: center;
        font-family: 'Lato',sans-serif;
        font-weight: 700;
        ;
        margin-bottom: 34px
    }

        body #view .page.sharing p#successMessage {
            color: #ed1b2d
        }

    body #view .page.sharing a {
        text-decoration: none
    }

        body #view .page.sharing a img {
            width: 120px;
            display: inline-block;
            margin: 0px 4px
        }

    body #view .page.sharing .button {
        font-family: 'Lato',sans-serif;
        font-weight: 900
    }

    body #view .overlay.thanks {
        padding: 60px 0px;
        width: 100%;
        position: absolute;
        bottom: -100%;
        left: 0px;
        background: rgba(88,90,93,0.95);
        z-index: 9000
    }

        body #view .overlay.thanks h1 {
            margin-bottom: 40px
        }

        body #view .overlay.thanks p {
            border-bottom: 1px solid #939496;
            padding: 0px 0px 10px 0px;
            margin-bottom: 30px
        }

            body #view .overlay.thanks p span.float-left {
                font-family: 'Lato',sans-serif;
                color: #fff
            }

            body #view .overlay.thanks p a.float-right {
                font-family: 'Lato',sans-serif;
                font-weight: 900;
                color: #7fba00
            }

                body #view .overlay.thanks p a.float-right:hover {
                    text-decoration: none
                }

        body #view .overlay.thanks .close-overlay {
            display: block;
            position: absolute;
            top: 30px;
            right: 30px;
            width: 26px;
            height: auto;
            cursor: pointer
        }

    body #view .overlay.left {
        display: inline-block;
        padding: 60px 0px;
        width: 75%;
        position: absolute;
        top: 0px;
        left: -100%;
        background: rgba(88,90,93,0.95);
        z-index: 9000;
        overflow-y: auto;
        float: none
    }

        body #view .overlay.left h1 {
            margin-bottom: 40px
        }

        body #view .overlay.left p {
            color: #fff;
            padding: 0px 0px 10px 0px;
            margin-bottom: 10px
        }

            body #view .overlay.left p a {
                color: #fff
            }

                body #view .overlay.left p a:hover {
                    text-decoration: underline
                }

        body #view .overlay.left .close-overlay {
            display: block;
            position: absolute;
            top: 30px;
            right: 30px;
            width: 26px;
            height: auto;
            cursor: pointer
        }

    body #view .nav-desktop, body #view .nav-mobile {
        position: relative;
        padding: 20px 0px
    }

        body #view .nav-desktop .help-desktop, body #view .nav-mobile .help-mobile {
            display: none
        }

        body #view .nav-desktop .row, body #view .nav-mobile .row {
            margin-left: 0px;
            margin-right: 0px
        }

        body #view .nav-desktop .col3, body #view .nav-mobile .col3 {
            text-align: right
        }

        body #view .nav-desktop .next, body #view .nav-mobile .next {
            width: 180px;
            position: relative;
            bottom: 0px;
            right: 0px;
            background: #3a75c4;
            font-family: 'Lato',sans-serif;
            font-weight: 900;
            font-size: 16px;
            line-height: 16px;
            color: #fff;
            padding: 18px 40px 18px 50px;
            border: none;
            cursor: pointer;
            border-radius: 40px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
            display: inline-block;
            margin: 10px 0px;
            margin-right: 35px
        }

            body #view .nav-desktop .next:hover, body #view .nav-mobile .next:hover {
                background: #555559
            }

            body #view .nav-desktop .next img, body #view .nav-mobile .next img {
                width: 20px;
                height: auto;
                float: right;
                margin-left: 20px
            }

            body #view .nav-desktop .next.disabled, body #view .nav-mobile .next.disabled {
                background: #c9cbcd
            }

        body #view .nav-desktop .back, body #view .nav-mobile .back {
            width: 180px;
            position: relative;
            bottom: 0px;
            left: 0px;
            background: #3a75c4;
            font-family: 'Lato',sans-serif;
            font-weight: 900;
            font-size: 16px;
            line-height: 16px;
            color: #fff;
            padding: 18px 50px 18px 40px;
            border: none;
            cursor: pointer;
            border-radius: 40px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
            display: inline-block;
            margin: 10px 0px;
            margin-left: 35px
        }

            body #view .nav-desktop .back:hover, body #view .nav-mobile .back:hover {
                background: #555559
            }

            body #view .nav-desktop .back img, body #view .nav-mobile .back img {
                width: 20px;
                height: auto;
                float: left;
                margin-right: 20px
            }

            body #view .nav-desktop .back.disabled, body #view .nav-mobile .back.disabled {
                background: #c9cbcd
            }

        body #view .nav-desktop .help, body #view .nav-mobile .help {
            position: relative;
            bottom: 0px;
            right: 0px;
            padding-top: 20px
        }

            body #view .nav-desktop .help p, body #view .nav-mobile .help p {
                max-width: 100%;
                padding-left: 0px;
                padding-right: 0px
            }

                body #view .nav-desktop .help p a, body #view .nav-mobile .help p a {
                    font-family: 'Lato',sans-serif;
                    font-weight: 700;
                    font-style: normal;
                    font-size: 14px;
                    line-height: 16px;
                    color: #3a75c4;
                    text-align: center;
                    display: block
                }

                    body #view .nav-desktop .help p a:hover, body #view .nav-mobile .help p a:hover {
                        text-decoration: underline
                    }

    body #view .nav-desktop {
        display: block
    }

    body #view .nav-mobile {
        display: none
    }

    body #view .treatment-options h3, body #view .treatment-options p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px
    }

@media (max-width: 1334px) {
    body #view .nav-desktop .help p a br, body #view .nav-mobile .help p a br {
        display: block
    }
}

@media (max-width: 1215px) {
    body #view .img-home img {
        max-width: 80%
    }
}

@media (max-width: 1120px) {
    #header {
        height: 110px !important
    }
}

@media (max-width: 1024px) {
    body #view .page.thanks h1 br {
        display: none
    }
}

@media (max-width: 990px) {
    body #view .pathways .option {
        height: 142px
    }
}

@media (max-width: 900px) {
    body #view .header { /*height:42px*/
    }

        body #view .header span {
            font-size: 12px;
            line-height: 12px; /*padding:15px 8px 15px 8px*/
        }

        body #view .header img {
            height: 42px
        }

    body #view .img-home {
        width: auto;
        text-align: center;
        float: right
    }

        body #view .img-home img {
            max-width: 240px;
            padding: 0px 0px
        }

            body #view .img-home img.float-right {
                float: none !important
            }

    body #view .content-home {
        width: 68%;
        padding: 0px 0px 0px 20px
    }

        body #view .content-home h1 br {
            display: none
        }

        body #view .content-home p {
            max-width: 100%
        }

        body #view .content-home .button {
            display: block;
            margin: 0px
        }

    body #view .footer {
        padding: 0px 20px
    }

        body #view .footer p {
            line-height: 20px
        }
}

@media (max-width: 820px) {
    body #view .img-home img {
        max-width: 200px
    }

    body #view .back.desktop {
        left: 20px
    }

    body #view .next.desktop {
        right: 20px
    }

    body #view .help.desktop {
        right: 50%;
        transform: translate(50%)
    }
}

@media (max-width: 767px) {
    body #view .page.container {
        padding-top: 40px
    }

    body #view h1 {
        font-size: 32px;
        margin: 0px 0px 25px
    }

    body #view .img-home {
        display: none
    }

        body #view .img-home.mobile {
            margin-left: 15px;
            display: inline
        }

        body #view .img-home img {
            max-width: 170px
        }

    body #view .content-home {
        width: 100%;
        padding: 0px 10px
    }

    body #view .pathways .option {
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding: 10px 0;
        display: inline-block;
        border-radius: 25px
    }

    body #view .page.thanks .button {
        float: none !important
    }

    body #view .nav-mobile .col1, body #view .nav-mobile .col3 {
        text-align: center
    }

    body #view .nav-mobile .col2 .help {
        display: none
    }

    body #view .nav-mobile .help-mobile {
        display: block
    }

    body #view .nav-mobile .help p a {
        text-align: center
    }

    body #view .info p:last-child, body #view .info p.no-bottom {
        margin-bottom: 20px
    }

    body #view .nav-mobile .back {
        margin-left: 0px
    }

    body #view .nav-mobile .next {
        margin-right: 0px
    }

    body #view .nav-desktop {
        display: none
    }

    body #view .nav-mobile {
        display: block
    }

    body #view .row.desktop {
        display: none
    }

    body #view .overlay.left {
        width: 100%;
        top: 0px
    }

    body #view hr {
        margin: 25px 0 10px
    }

    body #view .header {
        text-align: center;
        height: auto;
        min-height: auto;
        padding: 7px 10px 10px;
        display: block
    }

        body #view .header span {
            display: none
        }

            body #view .header span p {
                font-family: 'Lato',sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 14px; /*line-height:36px;*/
                color: #ffffff; /*width:40px;height:40px;*/
                margin: 0 auto; /*border:2px solid #ffffff;border-radius:100%*/
            }

            body #view .header span.current {
                background-image: none;
                background-color: transparent;
                text-align: right;
                width: auto;
                max-width: none;
                padding: 0;
                display: inline-block
            }

                body #view .header span.current p {
                    font-weight: 400;
                    padding: 0 3px 0 0
                }

                    body #view .header span.current p:before {
                        content: 'Question '
                    }

                    body #view .header span.current p:after {
                        content: ' of '
                    }

            body #view .header span.previous {
                background-image: none;
                background-color: transparent
            }

            body #view .header span.inactive {
                background-image: none;
                background-color: transparent
            }

            body #view .header span.first {
                padding: 0
            }

            body #view .header span.last {
                text-align: left;
                padding: 0;
                display: inline-block
            }

            body #view .header span.end p:after {
                content: 'of 14'
            }

    body #view .learn-more {
        margin-bottom: 20px
    }

    body #view .row .table {
        display: block
    }

        body #view .row .table .table-cell {
            vertical-align: top;
            display: block
        }

            body #view .row .table .table-cell h4 {
                margin-top: 10px;
                margin-bottom: 15px
            }

            body #view .row .table .table-cell.left {
                text-align: center;
                width: auto;
                padding-right: 0
            }

            body #view .row .table .table-cell.right {
                text-align: center;
                width: auto;
                padding-left: 0
            }

                body #view .row .table .table-cell.right .learn-more {
                    margin-bottom: 5px
                }

    body #view .info h4.small-margin-top.float-left {
        margin-top: 20px;
        margin-bottom: 20px;
        float: none !important
    }

    body #view .info .learn-more.float-right {
        margin-bottom: 10px;
        float: none !important
    }

    body #view hr.bottom {
        display: block
    }
}

@media (max-width: 736px) {
    body #view .treatment-preferences .img-fluid {
        display: none
    }
}

@media (max-width: 640px) {
    body #view {
        justify-content: inherit
    }

        body #view .img-home img {
            max-width: 130px;
            margin: 0px 0px 10px 10px
        }

        body #view h1 {
            font-size: 24px; /*line-height:30px;*/
            margin: 0px 0px 20px
        }

            body #view h1.instructions {
                margin: 0px 0px 10px
            }

        body #view h3, body #view h4 {
            font-size: 18px;
            line-height: 24px;
            margin: 0px 0px 10px 0px
        }

        body #view p {
            font-size: 14px;
            line-height: 18px
        }

            body #view p.strong {
                font-size: 16px;
                line-height: 21px
            }

            body #view p.blue {
                color: #3a75c4
            }

            body #view p.note-subtypes {
                font-size: 14px;
                line-height: 16px
            }

            body #view p i.fas {
                font-size: 14px
            }

        body #view .button {
            min-width: 180px;
            padding: 18px 40px
        }

        body #view .footer p {
            font-size: 12px;
            line-height: 14px;
            padding: 10px 0px
        }

        body #view .help p a {
            font-size: 14px;
            line-height: 18px
        }

        body #view .content-home {
            padding: 0px 10px
        }

        body #view .pathways .option {
            font-size: 18px;
            line-height: 18px
        }

            body #view .pathways .option.yes, body #view .pathways .option.no { /*width:105px*/
            }

        body #view .info h4 {
            font-size: 17px;
            line-height: 20px;
            margin-top: 20px
        }

        body #view .row .table .table-cell h4 {
            font-size: 17px;
            line-height: 20px;
            margin-top: 0
        }

        body #view .info p {
            font-size: 14px;
            line-height: 18px
        }

        body #view p.instructions {
            font-size: 14px !important;
            line-height: 18px !important;
            margin: 0 auto 15px !important
        }

        body #view .info.no-margin-top h4 {
            margin-top: 0px
        }

        body #view hr {
            margin: 10px 0px 18px 0px;
            border-top: 1px solid #a3a9ac
        }

        body #view .input-other-treatment {
            margin-top: 0
        }

        body #view .accordion-item {
            margin-bottom: 15px;
            padding: 0px 0px 0px 30px
        }

            body #view .accordion-item .title {
                font-size: 16px
            }

            body #view .accordion-item .content {
                font-size: 14px;
                line-height: 16px
            }

        body #view .textarea-notes {
            font-size: 14px;
            line-height: 18px
        }

        body #view .page.thanks .button {
            margin: 10px 0px 0px 0px
        }

            body #view .page.thanks .button.red {
                font-family: 'Lato',sans-serif;
                font-weight: 900;
            }

        body #view .page.feedback h1 {
            margin-bottom: 20px
        }

        body #view .page.feedback p {
            margin: 0px 0px 10px
        }

            body #view .page.feedback p.first {
                padding: 0px 0px 0px 0px
            }

        body #view .page.sharing p {
            margin-bottom: 20px
        }

        body #view .overlay.thanks h1 {
            margin-bottom: 20px
        }

        body #view .page.thanks h1 br {
            display: none
        }

        body #view .nav-mobile {
            padding: 0px 0px
        }

            body #view .nav-mobile .help p a {
                font-size: 14px;
                line-height: 18px;
                padding-left: 0px;
                padding-right: 0px
            }

        body #view .treatment-options h3, body #view .treatment-options p {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 10px
        }

        body #view .learn-more {
            font-size: 14px;
            line-height: 14px;
            padding: 15px 25px
        }

            body #view .learn-more.float-right {
                margin: 0 auto;
                display: table;
                float: none !important
            }

    .radio-container {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 576px) {
    body #view .pathways .option.yes, body #view .pathways .option.no { /*float:none !important;display:table;margin:10px auto;width:100px;height:100px*/
    }

    body #view .page.container {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0
    }

    body #view .overlay.left .close-overlay {
        top: -5px;
        right: 10px
    }
}

@media (max-width: 515px) {
    body #view .header { /*height:auto;min-height:42px*/
    }

        body #view .header span { /*width:100%*/
        }

        body #view .header img {
            display: none
        }
}

@media (max-width: 412px) {
    body #view .img-home img {
        max-width: 120px;
        margin: 0px 0px 0px 0px
    }
}

@media (max-width: 320px) {
    body #view .img-home img {
        max-width: 90px
    }

    body #view .content-home {
        padding: 0px 0px
    }
}


/*# sourceMappingURL=styles.css.map */
