body {
    font-family: Arial, sans-serif;
}

.sitemap {
    font-size: 21px !important;
}

.sitemap-logo {
    transition: fill 0.5s ease;
    float: left;
    margin: 0;
    img {
        height: 50px;
    }
}

@media (max-width: 767px) {
    html.mm-opened {
        .sitemap-widget {
            position: fixed;
            z-index: 100000000000000;
            background-color: #fff;
            width: 100%;
        }
    }
}

#mobile-search {
    .search-input-nav-mobile {
        border: none;
        padding-left: 20px;
        color: #999;
        font-size: 20px;
    }
    &.in {
        &:after {
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 15px solid #f0efed;
            top: 56px;
            right: 46px;
            background-image: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            z-index: 10000000;
        }
    }
}

ul.sitemap-links {
    padding-left: 0px;
    margin: 20px 0;
    font-family: 'PT Sans', Arial, sans-serif;
    li {
        list-style: none;
        list-style-type: none;
        list-style-position: inside;
        font-size: 14px;
        padding-left: 20px;
        display: inline-block;
        float: right;
        margin-bottom: 10px;
        a {
            transition: color 0.5s ease;
            color: #575a5d;
            display: inline-block;
            text-decoration: none;
            font-weight: 500;
            font-family: 'PT Sans', Arial, sans-serif;
            &:hover {
                display: inline-block;
                text-decoration: none;
                color: #2D2F30;
                font-family: 'PT Sans' , Arial, sans-serif;
                text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.6);
            }
        }
    }
}

input.text-field-full {
    width: 100%;
}

.navbar-form {
    .form-group {
        margin-bottom: 0;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: #f0efed;
    margin: 0 -20px;
}

.sitemap-widget {
    h1 {
        color: #575a5d;
        font-weight: 300;
        font-size: 24px;
    }
    .Insurance {
        background: #f0efed none repeat scroll 0 0;
        color: #fff;
        margin: -1px 0 0;
        width: 100%;
    }
}