﻿body {
    font-family: Arial;
    line-height: 1.66667;
}

h1, h2, h3, h4, h5 {
    color: #14487F;
}

html {
    scroll-behavior: smooth;
}

legend {
    color: #14487F;
}

.head {
    margin-top: 25px;
    background: #14487f;
}

#business-banner {
    content: url("images/KROLL_LOGO_RGB.png");
    height: 17%;
    width: 17%;
    float: left;
}

.navbar-fixed-top {
    background-color: #fff;
    border-top: 0 solid white;
    border-bottom: 0;
    height: auto;
}

.jumbohead {
    margin: auto;
    margin-top: 20px;
    padding-top: 0;
}

.lead {
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

    .lead p {
        font-size: 14px !important;
    }

.submitClaimBtn {
    background-color: #14487F;
    border: none;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
}

.breadcrumbs {
    margin-top: 20px;
}

    .breadcrumbs li a:hover {
        background: transparent !important;
        text-decoration: underline 3px solid #43B049 !important;
        text-underline-position: under !important;
    }

    .breadcrumbs li {
        width: 225px;
    }

        .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: #4D4D4F;
}

#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: 70%;
        display: flex;
        justify-content: space-between;
    }

        .breadcrumbs li {
            width: auto;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .breadcrumbs {
        width: 70%;
        display: flex;
        justify-content: space-between;
    }

        .breadcrumbs li {
            width: auto;
        }
}

@media (max-width: 991px) {

    .head {
        margin-top: 0;
    }

    .jumbohead {
        margin-top: 55px;
    }

    #business-banner {
        height: 35%;
        width: 35%;
        margin-left: 2%;
        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;
        padding-left: 5%;
    }

        #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;
    }

    .navbar-toggle {
        height: 40px;
        width: 45px;
    }
}
