﻿.home
{
}

    .home .status-bar-background
    {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: env(safe-area-inset-top);
        width: 100%;
        background: #FFF;
        z-index: 1;
    }

    .home .branding-container
    {
        width: 100%;
        background: #FFF;
        padding: 16px;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 0;
    }

        .home .branding-container .branding
        {
            max-width: 600px;
            margin: 0px auto;
            position: relative;
            text-align: center;
        }

            .home .branding-container .branding img
            {
                height: 112px;
            }

    .home .home-header-wrapper
    {
        background: #FFF;
        box-shadow: 0px 9px 9px #ddd;
        padding-top: env(safe-area-inset-top);
    }

    .home .home-header
    {
        padding: 16px;
    }

        .home .home-header h1
        {
            font-size: 27px;
            margin: 0;
            margin-top: 0;
            margin-bottom: 16px;
        }

        .home .home-header p
        {
            margin: 0;
            font-size: 21px;
            font-weight: bold;
            margin-bottom: 16px;
            line-height: 28px;
        }

        .home .home-header a
        {
            display: block;
            font-size: 24px;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
        }

        .home .home-header .state-select
        {
            width: 100%;
            padding: 8px;
        }
        
        .home .home-header .test-kit-select
        {
            width: 100%;
            padding: 8px;
        }


    .home .home-body
    {
        padding: 16px;
        padding-top: 0;
    }

        .home .home-body h2
        {
            font-size: 21px;
            margin-top: 0;
            margin-bottom: 16px;
            display: block;
            position: relative;
            line-height: 27px;
        }

            .home .home-body h2 .header-link
            {
                position: absolute;
                right: 0;
                font-size: 15px;
                bottom: 0;
                color: #429bdf;
            }

        .home .home-body .dashboard-section
        {
            margin-top: 16px;
        }

.dashboard-section.activity-risk
{
    padding: 16px;
    padding-left: 64px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
}

    .dashboard-section.activity-risk .fa-chevron-right,
    .dashboard-section.survey .fa-chevron-right
    {
        position: absolute;
        right: 16px;
        color: #c7c7cc;
        font-size: 15px;
        top: calc(50% - 8px);
    }

    .dashboard-section.activity-risk img
    {
        width: 36px;
        position: absolute;
        left: 16px;
        top: calc(50% - 18px);
    }

.dashboard-section.surveys-section
{
    padding: 16px;
    padding-bottom: 0;
}


    .dashboard-section.surveys-section .survey
    {
        padding-bottom: 16px;
        padding-top: 16px;
        cursor: pointer;
        position: relative;
        border-bottom: solid 1px #ddd;
    }

        .dashboard-section.surveys-section .survey .survey-title
        {
            font-size: 17px;
            font-weight: bold;
        }

        .dashboard-section.surveys-section .survey .survey-description
        {
            font-size: 15px;
            color: #555;
        }

        .dashboard-section.surveys-section .survey .fa-chevron-right
        {
            position: absolute;
            right: 0;
            color: #c7c7cc;
            font-size: 15px;
            top: calc(50% - 8px);
        }

        .dashboard-section.surveys-section .survey:last-child
        {
            border: none;
        }

@media (min-width: 600px)
{
    .home
    {
    }

        .home .home-header-wrapper
        {
            overflow: hidden;
        }

            .home .home-header-wrapper h1
            {
                margin-top: 0;
            }

            .home .home-header-wrapper .home-header
            {
                margin: 0px auto;
                width: 600px;
            }

        .home .home-body
        {
            width: 600px;
            margin: 0px auto;
        }

        .home .nav-bar
        {
            width: 600px;
            margin: 0px auto;
        }
}
