﻿body {
    font-family: Arial;
    line-height: 1.66667;
}

h1, h2, h3, h4, h5 {
    color: #14487F;
}

legend {
    color: #14487F;
}

.head {
    margin-top: 25px;
    background: #14487f;
}

#business-banner {
    content: url("images/Kroll_Settlement Administration_Logo_RGB.png");
    height: 15%;
    width: 15%;
    float: left;
}

.navbar-fixed-top {
    background-color: #fff;
    border-top: 0 solid white;
    border-bottom: 0;
    height: auto;
}

.jumbohead {
    margin: auto;
    margin-top: 45px;
    padding-top: 0;
}

.breadcrumbs {
    margin-top: 20px;
}

    .breadcrumbs li {
        width: auto;
    }

        .breadcrumbs li a:hover {
            background: #43B049;
        }

        .breadcrumbs li a {
            background: #fff;
            color: #000;
            padding: 7px 0 7px 0;
        }

            .breadcrumbs li a:before {
                border: 0 hidden;
            }

            .breadcrumbs li a:after {
                border: 0 hidden;
            }



.side-button h2 {
    background-color: #14487f;
    border: 0 hidden;
}

    .side-button h2 span:after {
        border: 0 hidden;
    }

.documents, .dates {
    line-height: inherit;
}

.pagebody {
    line-height: inherit;
}

    .pagebody h1, .pagebody h2, .pagebody h3, .pagebody h4 {
        color: #14487F;
    }

.faq-anchor { 
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.footercopyright {
    background: #43B049;
}


#row_Claim\.UDFs\.ConfirmEmail {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    max-height: 1px !important;
    max-width: 1px !important;
    opacity: 0 !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
}

@media (min-width:992px) {
    .breadcrumbs {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }

        .breadcrumbs li {
            width: auto;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs {
        width: 60%;
        display: flex;
        justify-content: space-between;
    }

        .breadcrumbs li {
            width: auto;
        }
}

@media (max-width: 991px) {

    .head {
        margin-top: 0;
    }

    #business-banner {
        height: 25%;
        width: 25%;
        margin-left: 7%;
        float: left;
    }

    .navbar-fixed-top .container {
        background-color: #fff;
    }

    #navbar a {
        color: #000;
        background-color: #fff !important;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
    }

        #navbar a:hover {
            background-color: #43B049;
        }

    .breadcrumbs {
        display: flex;
        justify-content: space-between;
    }

        .breadcrumbs li {
            width: auto;
        }

    .pagebody {
        line-height: 17px;
    }

    .panel-title > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .documents, .dates {
        line-height: 15px;
    }


}
