.screenreader-text {
    position: absolute;
    left: -999px;
    width: 1px;
    height: 1px;
    top: auto;

    &:focus {
        color: $background-color;
        display: inline-block;
        height: auto;
        width: auto;
        position: static;
        margin: auto;
    }
}

.phoneTop a:link,
.phoneTop a:visited {
    text-decoration: none;
    color: #fff;
}

.phoneTop a:hover {
    text-decoration: none;
    color: #FCE622;
}

.highlight {
    color: #D00707;
}

.highlight-navy {
    color: #0D386E;
}

.bg-navy {
    background-color: #0D386E;
}

.Aplusrating {
    font-size: 1.6em;
    font-weight: bold;
    margin-left: 15px;
}

.Aplusrating a:link,
.Aplusrating a:visited {
    text-decoration: none;
}

.experts {
    font-size: .7em;
    line-height: 1em;
    margin: 0 10px;
    text-align: center;
}

.topbar {
    font-size: .8em;
}

.svclist {
    font-size: 1em;
}

.verificationhead {
    font-size: 1.8em;
}

.misctext {
    font-size: 1.2em;
}

.DPMCfooter {
    font-size: .9em;
    font-weight: bold;
}

.officeAddress {
    font-size: .9em;
}

#bureauContacts a:link,
#bureauContacts a:visited {
    text-decoration: none;
}

.activeTab {
    background: linear-gradient(10deg, rgba(63,135,183,0.5) 100%, rgba(255,255,255) 0%);
    font-weight: bolder;
}

@media (min-width: 768px) {
    .experts {
        font-size: .8em;
    }

    .verificationhead {
        font-size: 3em;
    }

    .misctext {
        font-size: 1.5em;
    }
}

@media (min-width: 1200px) {
    .topbar {
        font-size: 1em;
    }

    .experts {
        font-size: 1.5em;
        line-height: 1.2em;
    }

    .svclist {
        font-size: 1.3em;
    }

    .DPMCfooter {
        font-size: 1.1em;
    }

    .officeAddress {
        font-size: .8em;
    }
}

.nav-item-width {
    max-width: 100%;

    /* display: block;
    font-weight: 500;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 4px;
    text-align: center; */
}

.navbar .navbar-nav .nav-link {
    background-color: #fff;
    color: #3F87B7;
    border: 1px solid #D8EAF5;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #3F87B7;
    color: #fff;
}

.navbar .navbar-nav .nav-link:active {
    background-color: #0D386E !important;
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    padding: 0.6em;
    font-size: .8em;
    transition: all 0.5s;
}

.navbar .navarbar-nav
.navbar .navbar-brand {
    padding: 0 0.6em;
    font-size: 1.5em;
    font-weight: bold;
}

.navbar .navbar-brand img {
    width: 200px;
}

ul.fa-ul.checkgrn li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 8px 5px -15px;
    color: #090;
}

ul.fa-ul.checkgrn li {
    font-size: 1em;
}

ul.fa-ul.checkblue li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -15px;
    color: #4088b8;
}

ul.fa-ul.checkblue li {
    font-size: 1em;
}

ul.fa-ul.checkblue li li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -15px;
    color: #4088b8;
}

@media only screen and (min-width: 992px) {
    .navbar {
        padding: 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 1em 0.7em;
    }

    .navbar .navbar-brand {
        padding: 0 0.8em;
    }

    .nav-item-width {
        max-width: 120px;

        /* display: block;
        font-weight: 500;
        background-color: #f2f2f2; */
        border-radius: 10px;
        margin-right: 4px;
        text-align: center;
    }

    .navbar .navbar-brand img {
        width: 400px;
    }

    ul.fa-ul.checkgrn li {
        font-size: 1.3em;
    }
}

footer {
    font-size: 1em;
}

.footer-background {
    background: rgb(13,56,110);
    background: linear-gradient(325deg, rgba(13,56,110,1) 24%, rgba(63,135,183,1) 51%);
}

.background-gradient {
    background: rgb(63,135,183);
    background: linear-gradient(325deg, rgba(63,135,183,1) 21%, rgba(13,56,110,1) 86%);
}

.copyright {
    font-size: .8em;
}

#dpmcBreadcrumb {
    /* background-color:#0D386E; */
    font-size: .8em;
    width: 100%;
    padding-left: 50px !important;
}

.breadcrumb-item a {
    font-size: .8em;
    text-decoration: none;
    color: #0D386E;
}

.breadcrumb-item .active {
    font-size: .8em;
    text-decoration: none;
    color: #D00707;
    font-weight: bold !important;
}

/* .breadcrumb-item .active {
    color: #D00707;
    background-color: #fff !important;
} */

}

