﻿body {
    background-color: #F0f0f0;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}

.container.body-content {
    background-color: #F0f0f0 !important;
}



#ahClaimIntakeBodyContent .card {
    box-shadow: 0 0 15px #bbbbbb;
    border: none;
}

    #ahClaimIntakeBodyContent .card.green {
        border-bottom: solid 12px #99c221 !important;
    }

#ahClaimIntakeBodyContent .col-12 {
    max-width: 1200px;
    margin: auto;
}

#ahClaimIntakeBodyContent .alert {
    font-size: inherit;
    padding: 1rem 1rem;
}

label {
    font-weight: bold;
}

#ahClaimIntakeBodyContent {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

#claimsHdr {
    background: #0057b8;
}

    #claimsHdr .row {
        background: #0057b8;
    }

.header-container {
    background: #014694;
}

#phoneRow {
    background: #014694;
    line-height: 1.5;
}

    #phoneRow .col-12 {
        max-width: 1200px;
        margin: auto;
        text-align: right;
        color: #FFFFFF;
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    #phoneRow a {
        display: inline-block;
        padding-left: 10px;
        color: #F3F3F3;
    }

.footer {
    color: #FFFFFF;
    background: #0057b8;
    font-size: 13px;
}

    .footer .inner {
        max-width: 1200px;
        margin: auto;
        /*margin-top: 45px;*/
    }

    .footer .logoCol svg {
        max-width: 175px;
    }

    .footer ul {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 25px;
        padding: 0;
        margin: 0;
        line-height: 24px;
    }

        .footer ul li {
            display: inline-block;
        }

    .footer a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    .footer .logoCol {
        text-align: center;
        padding-bottom: 25px;
    }

#subFooter {
    background: #014694;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFFFFF;
    font-size: 13px;
}

    #subFooter .col-12 {
        max-width: 1200px;
        margin: auto;
    }

#hero {
    background: url("../../images/ahintakehero.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

    #hero h1 {
        color: #FFFFFF;
        text-shadow: 1px 1px 3px #111111;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #hero .btmBorder {
        width: 50%;
        position: absolute;
        bottom: 0;
        display: block;
        height: 55px;
        overflow: hidden;
        right: 0;
    }

        #hero .btmBorder svg {
            bottom: -1px;
            position: absolute;
            width: 101%;
            padding: 0;
            margin: 0;
            display: block;
        }

.outer-container {
    padding: 0px;
}

/*
.container {
    max-width: 100%;
}
    */

.inner-container {
    padding: 0px;
}

#steps {
    position: relative;
}

    #steps .bar {
        height: 7px;
        border-radius: 255px;
        background: #999999;
    }

    #steps.stepOne .bar {
        background: #0057B8;
        background: linear-gradient(90deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 18%, rgba(153, 153, 153, 1) 18%, rgba(153, 153, 153, 1) 100%);
    }

    #steps.stepTwo .bar {
        background: #0057B8;
        background: linear-gradient(90deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 50%, rgba(153, 153, 153, 1) 50%, rgba(153, 153, 153, 1) 100%);
    }

    #steps.stepThree .bar {
        background: #0057B8;
        background: linear-gradient(90deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 79%, rgba(153, 153, 153, 1) 79%, rgba(153, 153, 153, 1) 100%);
    }

    #steps ul {
        padding: 0;
        margin: 0;
    }

    #steps .stepTitle {
        color: #999999;
        position: absolute;
        right: 0;
        top: -40px;
        font-size: 14px;
    }

    #steps ul li {
        display: inline-block;
        width: 32%;
        text-align: center;
        position: relative;
        top: -22px;
    }

        #steps ul li span {
            background: #999999;
            height: 35px;
            width: 35px;
            border-radius: 255px;
            font-size: 19px;
            display: inline-block;
            color: #FFFFFF;
            padding-top: 2px;
            font-weight: bold;
        }

    #steps.stepOne ul li span {
        background: #999999;
    }

    #steps.stepOne ul li:first-child span {
        background: #0057ba;
    }

    #steps.stepTwo ul li span {
        background: #0057ba;
    }

    #steps.stepTwo ul li:last-child span {
        background: #999999;
    }

    #steps.stepThree ul li span {
        background: #0057ba;
    }


@media (min-width: 768px) {
    #steps .stepTitle {
        top: -25px;
    }

    #steps.stepOne .bar {
        background: #0057B8;
        background: linear-gradient(90deg, rgba(0, 87, 184, 1) 0%, rgba(0, 87, 184, 1) 15%, rgba(153, 153, 153, 1) 15%, rgba(153, 153, 153, 1) 100%);
    }
}

#ahClaimIntakeBodyContent {
    max-width: 1200px;
    margin: auto;
}

    #ahClaimIntakeBodyContent .card-body {
        background-color: #FFF;
    }

.text-end {
    text-align: right !important;
}