/* _content/FeedbackFrontend/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*_________________________________________________________   NAV Styles    _____________________________________________________*/

nav[b-u5r686tikg] {
    background: #005daa;
}

.navLinks ul li[b-u5r686tikg] {
    padding-left: 30px;
    padding-right: 30px;
}

.navLinks ul li:hover[b-u5r686tikg] {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    color: white;
}

.navLinks ul li:active[b-u5r686tikg] {
    text-decoration: underline;
}

.dropdownMenu[b-u5r686tikg] {
    background: white;
    border: 1px solid black;
}

/*.iconDropdown {
    background-image: url('data:image/svg+xml,<svg width="27" height="17" viewBox="0 0 27 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.2706 6.14133L15.2706 6.13962L22.5718 11.3942L22.5724 11.3946C22.7356 11.5118 22.7732 11.6068 22.7816 11.6495C22.7894 11.689 22.7857 11.7493 22.7248 11.8337C22.5914 12.0186 22.2131 12.25 21.5932 12.25L5.4067 12.25L5.40643 12.25C5.13988 12.2501 4.8869 12.2015 4.67969 12.1175C4.46972 12.0324 4.33965 11.925 4.27423 11.8342C4.21483 11.7519 4.212 11.6918 4.22265 11.6464C4.23569 11.5909 4.285 11.496 4.4278 11.3933L4.42801 11.3932L12.5213 5.57069L12.5216 5.57048C12.6259 5.49527 12.7669 5.42668 12.9396 5.37728C13.1116 5.32809 13.3031 5.30146 13.5 5.30146C13.6968 5.30146 13.8883 5.32809 14.0603 5.37728C14.233 5.42668 14.374 5.49527 14.4783 5.57048L15.2706 6.14133Z" fill="#008294" stroke="black"/> </svg> ');
}*/

.border-top[b-u5r686tikg] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-u5r686tikg] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-u5r686tikg] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

@media (max-width: 1225px) {
    .navLinks ul li[b-u5r686tikg] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 1375px) {
    .navLinks ul li[b-u5r686tikg]{
        font-size: 1.25rem !important;
    }
}

@media (max-width: 1375px) {
    .navLinks ul li[b-u5r686tikg]{
        font-size: 1rem !important;
    }
}

/*@media (min-width: 1064px) {
    .navbar-expand-lg {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
}*/

/*_________________________________________________________   Footer Styles    _____________________________________________________*/

.footer[b-u5r686tikg] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #005daa;
    line-height: 30px;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .footer[b-u5r686tikg] {
        font-size: .8rem;
    }
}
