/*---------- global ----------*/
/* Begin Version 6.5.4 - Typography and layout fixes */

body {
    font: 14px/1.5 arial, helvetica, sans-serif;
    background-color: #e3e9f2;
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-text-size-adjust: none;
}

a {
    color: #336699;
    text-decoration: none;
}

a:hover, a:active {
    color: #DF971E;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

h1 { font-size: 24px; line-height: 1.3; margin: 0 0 10px; }
h2 { font-size: 20px; margin-top: 0; margin-bottom: 10px; }
h3 { font-size: 16px; margin-top: 0; margin-bottom: 8px; }
h4 { font-size: 14px; }

label {
    font-weight: normal;
    margin-right: 3px;
}

button a,
a.btn {
    text-decoration: none;
}

#page {
    background-color: #e3e9f2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* End Version 6.5.4 */

.section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.subsection {
    padding-top: 5px;
    padding-bottom: 5px;
}


/*---------- bootstrap cleanup ----------*/

.alert {
    background-image: none;
    border: none;
    padding: 8px 8px 8px 15px;
    box-shadow: unset;
}

.form-control {
    border-radius: 4px;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    font-size: 13px;
    height: 34px;
    padding: 6px 10px;
}

.form-control:focus {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.form-group input[type=file] {
    width: 100%;
}

.input-group-addon {
    border-radius: 4px;
}

.form-horizontal .col-sm-6 {
    margin-top: 10px;
}

.btn {
    background-image: none;
    border: 1px outset #ccc;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px 14px;
    text-decoration: none;
}

.btn i.fa,
.nav-pills i.fa,
.navbar-nav i.fa,
.action-link i.fa,
.btn i.glypicon,
.nav-pills i.glypicon,
.navbar-nav i.glypicon,
.action-link i.glypicon {
    margin-right: 4px;
}

.btn-primary,
.nav-pills > li.active > a {
    background-color: #506fa3;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:active {
    background-color: #406090;
    color: #e3e9f2;
}

.btn-lg {
    padding: 10px 30px;
}

.btn-round {
    border-radius: 2em;
}

.btn-xs {
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 2px 8px;
}

.help-block {
    font-size: 0.9em;
    color: #aaa;
}

.dropdown-menu a,
.nav-pills a {
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > span {
    color: #506fa3;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #DF971E;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #506fa3;
    border-color: #506fa3;
    color: white;
}


/*---------- header ----------*/

#header {
    background-color: #afbed8;
    padding: 0;
    width: 100%;
    border-bottom: 3px solid #e3e9f2;
}

.bp-header-bar {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 15px;
    gap: 10px;
    height: 58px;
}

.bp-hamburger {
    cursor: pointer;
    padding: 4px 6px;
    text-decoration: none;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 28px;
}

.bp-hamburger i {
    display: none;
}

.bp-hamburger::before,
.bp-hamburger span,
.bp-hamburger::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background-color: #415e90;
    border-radius: 3px;
}

.bp-hamburger:hover::before,
.bp-hamburger:hover span,
.bp-hamburger:hover::after {
    background-color: #334a73;
}

.bp-hamburger:hover {
    text-decoration: none;
}

.bp-logo {
    flex-shrink: 0;
}

.bp-logo a {
    text-decoration: none;
}

.bp-logo img {
    height: 40px;
    vertical-align: middle;
}

.bp-header-actions {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.bp-btn-post {
    background-color: #506fa3;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 14px;
    border: 1px outset #ccc;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 24px;
}

.bp-btn-post:hover {
    color: #e3e9f2;
    text-decoration: none;
}

.bp-btn-account {
    background-color: #506fa3;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 14px;
    border: 1px outset #ccc;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    height: 34px;
    line-height: 24px;
}

.bp-btn-account:hover {
    color: #e3e9f2;
    text-decoration: none;
}

.bp-header-search {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.bp-header-search input[type="text"] {
    height: 34px;
    padding: 5px 8px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 140px;
    flex-shrink: 1;
}

.bp-header-search select {
    height: 34px;
    padding: 4px 8px;
    padding-right: 20px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 80px;
    flex-shrink: 1;
    color: #000;
    background-color: #fff;
}

.bp-search-separator {
    color: #506fa3;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.bp-btn-search {
    background-color: #506fa3;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 12px;
    border: 1px outset #ccc;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    height: 34px;
    line-height: 24px;
}

.bp-btn-search:hover {
    color: #e3e9f2;
}

.bp-search-toggle {
    display: none;
}

.bp-header-location {
    color: #000;
    font: bold 12pt arial;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
}

.bp-header-location a {
    color: #000;
    text-decoration: none;
}

.bp-header-location a:hover {
    text-decoration: underline;
    color: #DF971E;
}


/*---------- article ----------*/

#article {
    padding-top: 0;
    padding-bottom: 10px;
    background-color: #fff;
    width: 100%;
    flex: 1;
}


/*---------- category directory (homepage) ----------*/

.bp-categories {
    padding: 10px 10px;
}

.bp-cat-columns {
    -moz-column-count: 4;
    -moz-column-gap: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    column-count: 4;
    column-gap: 0;
}

.bp-cat-block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 8px;
    margin-bottom: 8px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.bp-cat-header {
    background-color: #506fa3;
    color: #fff;
    padding: 5px 10px 5px 12px;
    font: bold 11pt arial;
    text-decoration: none;
    text-transform: lowercase;
    border-radius: 10px;
}

.bp-cat-header a {
    color: #fff;
    text-decoration: none;
}

.bp-cat-header a:hover {
    color: #e3e9f2;
    text-decoration: none;
}

.bp-cat-name {
    text-transform: lowercase;
}

.bp-cat-count {
    color: #fac968;
    font: bold 10px arial;
    padding-left: 2px;
}

.bp-subcat-list {
    list-style-type: square;
    margin: 0 0 0 1em;
    padding: 1px;
    font: 13px/20px arial;
}

.bp-subcat-list li {
    list-style-type: square;
    margin: 0 0 0 1em;
    padding: 0;
    color: #000;
}

.bp-subcat-list li a {
    color: #000;
    text-decoration: underline;
}

.bp-subcat-list li a:hover {
    color: #DF971E;
    text-decoration: underline;
}


/*---------- calendar ----------*/

.calendar {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.calendar .week {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.calendar .day-cell,
.calendar .week-sep {
    float: left;
    width: 14.28%;
    text-align: center;
}

.calendar .week-sep {
    color: #aaa;
    padding: 15px 0px;
}

.calendar .day {
    font-weight: bold;
    font-variant-numeric: oldstyle-nums;
    display: inline-block;
    margin: 2px 0px;
    padding: 3px 5px;
}

.calendar .weekday {
    display: block;
    color: #aaa;
    font-size: 0.8em;
}

.calendar .today-cell .day {
    border-radius: 3em;
    border: 2px solid #ddd;
    margin: 0px;
}

.calendar .active .day {
    border-radius: 3em;
    background-color: #506fa3;
    color: white;
}

.calendar a {
    text-decoration: none;
}

.date-picker {
    width: 100%;
    overflow: none;
    padding: 20px 0px 30px;
}

.date-picker-week {
    width: 98%;
    float: left;
}


/*---------- home spotlight ----------*/

#home-spotlight {
    margin-top: 20px;
}


/*---------- directory lists (shared) ----------*/

ul.list-outer,
ul.list-inner {
    list-style-type: none;
}

.list-inner {
    margin: 0px;
    padding: 0px;
}

.list-outer a,
.list-inner a {
    width: 100%;
    display: inline-block;
}

.list-inner .badge {
    background-color: #eee;
    color: grey;
}

.badge {
    font-weight: normal;
    margin-left: 5px;
}


/*---------- cities ----------*/

#cities {
    font-size: 0.9em;
    background-color: #e3e9f2;
    padding-bottom: 0;
}

#cities a {
    color: #506fa3;
}

#cities .list-inner .badge {
    background-color: #ddd;
}

.cities-toggle-bar {
    margin: 0 -15px;
    padding: 0 15px;
    border-top: 2px solid #afbed8;
    border-bottom: 1px solid #afbed8;
    background-color: #d4dce8;
}

.cities-toggle-btn {
    display: block;
    width: 100%;
    font-size: 1.05em;
    font-weight: 700;
    color: #444 !important;
    text-decoration: none !important;
    padding: 12px 0;
    cursor: pointer;
    user-select: none;
}

.cities-toggle-btn:hover {
    color: #111 !important;
}

.cities-toggle-icon {
    font-size: 0.85em;
    margin-left: 8px;
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.cities-toggle-btn[aria-expanded="true"] .cities-toggle-icon {
    transform: rotate(180deg);
}

.cities-body-inner {
    padding: 20px 0 36px;
}


/*---------- breadcrumbs ----------*/

.breadcrumb {
    font-size: 13px;
    color: #666;
    background-color: transparent;
    margin-bottom: 0;
    padding: 10px 15px;
}

.breadcrumb a {
    color: #000;
}


/*---------- search (in-page, for sub-pages) ----------*/

.search {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}

.search label {
    color: #888;
}

.search .form-group {
    margin-right: 20px;
}

.search .form-control,
.search label,
.search .btn {
    margin: 5px 5px 5px 0px;
}

.search .field-numeric {
    width: 60px;
}


/*---------- listing (Backpage style) ----------*/

.bp-post-listing {
    margin: 0;
    padding: 0;
}

.bp-featured-block {
    background-color: #FFEEC6;
    border-top: 1px solid #FFDF95;
    border-bottom: 1px solid #FFDF95;
    padding: 5px 5px 2px 5px;
    margin-bottom: 4px;
}

.bp-featured-block .bp-ad-row {
    border-bottom: none;
}

.bp-featured-block .bp-ad-row a {
    font-weight: bold;
}

.bp-regular-block {
    padding: 0;
}

.bp-ad-row {
    padding: 6px 8px;
    font: 14px/1.5 arial;
    border-bottom: 1px solid #eee;
}

.bp-ad-row-main {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.bp-ad-title {
    color: #336699;
    text-decoration: none;
    flex: 1;
    min-width: 0;
}

.bp-ad-title:hover {
    color: #DF971E;
    text-decoration: underline;
}

.bp-ad-price {
    color: #2a7a2a;
    font-weight: bold;
    font-size: 0.95em;
    white-space: nowrap;
    flex-shrink: 0;
}

.bp-ad-meta {
    font-size: 0.8em;
    color: #888;
    padding-top: 1px;
}

.bp-ad-star {
    color: #e8a317;
    margin-right: 2px;
    font-size: 10px;
    flex-shrink: 0;
}

.bp-ad-pic-icon {
    color: #999;
    margin-right: 2px;
    font-size: 10px;
    flex-shrink: 0;
}

.bp-ad-featured {
    /* inherits featured block bg */
}

.bp-no-results {
    text-align: center;
    padding: 50px 20px 40px;
}

.bp-no-results-icon {
    font-size: 48px;
    color: #afbed8;
    margin-bottom: 15px;
}

.bp-no-results h3 {
    font: bold 18px arial;
    color: #444;
    margin: 0 0 8px;
}

.bp-no-results-hint {
    color: #888;
    font-size: 14px;
    margin: 0 0 25px;
}

.bp-no-results-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bp-no-results-actions .btn {
    font-size: 13px;
    padding: 6px 16px;
}

/* legacy listing compat for other pages */
.listing-item,
.listing-regular .listing-item,
.listing-featured .listing-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.listing-featured .listing-item {
    background-color: #FFEEC6;
    border-bottom-color: #FFDF95;
}

.post-thumbnail-box {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

img.post-thumbnail {
    width: 100%;
}

.post-title {
    font-weight: bold;
    font-size: 1.1em;
}

.post-preview {
    margin-bottom: 10px;
}

.listing-price {
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    float: right;
}

.listing-price label {
    font-size: 0.8em;
    display: block;
    margin: 0px;
}

.listing-fields label {
    color: #888;
}

.listing-fields .value {
    font-weight: bold;
}


/*---------- view post ----------*/

.header h2 {
    margin-bottom: 5px;
}

.header {
    margin-bottom: 10px;
}

.post-details {
    padding-right: 10%;
}

.post .aside {
    margin-bottom: 10px;
}

.post .aside h3 {
    margin-top: 0px;
}

.post .aside dl {
    margin-bottom: 0px;
}

.post .aside dt {
    color: #888;
    font-weight: normal;
}

.post .aside dd {
    margin-bottom: 10px;
}

.post-fields dt {
    font-size: 0.9em;
}

.post-fields dd {
    font-weight: bold;
    font-size: 1.1em;
}

.post-contact {
    font-size: 0.9em;
    background-color: #eee;
}

.post-contact label {
    color: #888;
}

/* Backpage showad layout */
.bp-showad-header h2 {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 24px;
}

.bp-report-abuse {
    margin-left: auto;
    font-size: 10px;
    color: #c00;
    white-space: nowrap;
    font-weight: normal;
}

.bp-report-abuse:hover {
    color: #900;
}

.bp-report-abuse i.fa {
    margin-right: 3px;
}

.bp-showad-fields {
    border-top: 1px solid #e3e9f2;
    padding-top: 10px;
}

.bp-showad-fields dl {
    margin-bottom: 0;
}

.bp-showad-fields dt {
    color: #888;
    font-weight: normal;
    font-size: 0.9em;
}

.bp-showad-fields dd {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.bp-showad-contact {
    background-color: #e3e9f2;
    border: 1px solid #afbed8;
    border-radius: 5px;
    padding: 0;
}

.bp-showad-contact-header {
    background-color: #506fa3;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px 4px 0 0;
}

.bp-showad-contact-header h3 {
    margin: 0;
    color: #fff;
    font-size: 12pt;
}

.bp-showad-contact-body {
    padding: 12px 15px;
}

.bp-showad-contact-body label {
    color: #506fa3;
    font-weight: bold;
    font-size: 0.9em;
}

.bp-showad-contact-body .form-control {
    margin-bottom: 8px;
}

.bp-showad-contact-body .btn-primary {
    margin-top: 5px;
}

.post .post-meta {
    font-size: 0.9em;
    color: #aaa;
}

.post .post-meta label {
    display: block;
    margin: 10px 0px 0px;
}

.captcha-field .input-group-addon {
    padding: 0px 5px 0px 0px;
    border: none;
    background-color: transparent;
}

.invoice {
    max-width: 400px;
}

.invoice .amount {
    text-align: right;
}

.social-buttons {
    margin-bottom: 20px;
}


/*---------- post form ----------*/

#wmd-preview {
    width: 100% !important;
    padding: 10px !important;
}

.post-form-pic {
    height: 100px;
    max-width: 100%;
    display: block;
}

.post-breadcrumbs .btn {
    margin-left: 10px;
}


/*---------- footer ----------*/

#footer {
    background-color: #e3e9f2;
    padding: 20px 0;
    text-align: center;
    font: bold 13px arial, helvetica, sans-serif;
    color: #000;
    width: 100%;
}

.bp-footer-inner {
    padding: 0 15px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

#footer a:hover {
    color: #DF971E;
    text-decoration: underline;
}

.bp-footer-links {
    padding: 3px 0;
}

.bp-footer-links a {
    margin: 0 4px;
}

.bp-copyright {
    margin-top: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

.bp-copyright a {
    color: #506fa3;
    text-decoration: none;
}

.bp-copyright a:hover {
    text-decoration: underline;
}


/*---------- subtitle ----------*/

.subtitle {
    font-size: 0.9em;
    color: #aaa;
    display: block;
    margin-bottom: 10px;
}

.sep {
    display: inline-block;
    margin: 0px 5px;
}


/*---------- dialog ----------*/

.dialog {
    background-color: #eee;
    max-width: 400px;
    margin: 40px auto;
    padding: 40px 40px 30px;
}

.dialog-actions {
    margin-top: 30px;
}


/*---------- debug ----------*/

#debug {
    font-family: Consolas, monospace;
    font-size: 0.95em;
    background-color: #555;
    color: #ddd;
}

#top-bar {
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
}

#top-bar .container {
    padding-top: 0px;
    vertical-align: bottom;
}

#status-bar {
    float: right;
    text-align: right;
}

#top-bar .dropdown {
    display: inline-block;
}

#top-bar .item {
    display: inline-block;
    vertical-align: bottom;
    padding: 6px 12px;
    border-radius: 0.4em;
    background-color: white;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

#top-bar .item i,
#top-bar .dropdown i {
    font-style: normal;
}

#top-bar a {
    text-decoration: none;
}

#top-bar .demo-note {
    color: darkgreen;
    line-height: 2em;
    font-weight: bold;
    font-size: 1.1em;
}

#top-bar.demo-bar {
    background-color: rgb(248, 239, 192);
    border-bottom: none;
}


/*---------- share ----------*/

.a2a_menu a {
    color: #000 !important;
    font-size: 0.85em !important;
}

.a2a_menu a:hover {
    color: #DF971E !important;
}

.range_to {
    font-size: 0.9em;
}


/*---------- city picker ----------*/

.bp-city-picker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.bp-city-picker-box {
    background-color: #fff;
    width: 100%;
    max-width: 900px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    align-self: flex-start;
}

.bp-city-picker-header {
    background-color: #506fa3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bp-city-picker-header h2 {
    margin: 0;
    font: bold 14pt arial;
    color: #fff;
}

.bp-city-picker-header h2 i {
    margin-right: 8px;
}

.bp-city-picker-close {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    padding: 0 4px;
}

.bp-city-picker-close:hover {
    color: #fac968;
    text-decoration: none;
}

.bp-city-picker-search {
    padding: 12px 20px 0;
}

.bp-city-picker-search input {
    width: 100%;
    padding: 8px 12px;
    font: 12pt arial;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.bp-city-picker-search input:focus {
    border-color: #506fa3;
}

.bp-city-picker-body {
    padding: 20px;
    column-count: 3;
    column-gap: 20px;
}

.bp-city-region {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.bp-city-region h3 {
    background-color: #506fa3;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    font: bold 10pt arial;
    margin: 0 0 5px 0;
}

.bp-city-region h3 a {
    color: #fff;
    text-decoration: none;
}

.bp-city-region h3 a:hover {
    color: #fac968;
}

.bp-city-list {
    list-style-type: square;
    margin: 0 0 0 1em;
    padding: 2px;
    font: 13px/22px arial;
}

.bp-city-list li {
    list-style-type: square;
    margin: 0 0 0 1em;
    padding: 0;
}

.bp-city-list li a {
    color: #336699;
    text-decoration: none;
}

.bp-city-list li a:hover {
    color: #DF971E;
    text-decoration: underline;
}

@media all and (max-width: 600px) {
    .bp-city-picker-body {
        column-count: 1;
    }

    .bp-city-picker-overlay {
        padding: 10px;
    }
}

@media all and (min-width: 601px) and (max-width: 800px) {
    .bp-city-picker-body {
        column-count: 2;
    }
}


/*---------- sidebar ----------*/

.bp-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
}

.bp-sidebar-overlay.open {
    display: block;
}

.bp-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #e3e9f2;
    border-right: 3px solid #506fa3;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.25s ease;
    box-shadow: 2px 0 8px rgba(0,0,0,0.2);
}

.bp-sidebar.open {
    left: 0;
}

.bp-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 15px;
    border-bottom: 1px solid #afbed8;
}

.bp-sidebar-close {
    color: #506fa3;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
}

.bp-sidebar-close:hover {
    color: #334a73;
    text-decoration: none;
}

.bp-sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.bp-sidebar-nav li a {
    display: block;
    padding: 10px 20px;
    color: #506fa3;
    font: bold 13px arial;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.bp-sidebar-nav li a:hover {
    background-color: #fff;
    border-left-color: #506fa3;
    color: #334a73;
    text-decoration: none;
}

.bp-sidebar-nav li a i.fa {
    width: 22px;
    text-align: center;
    margin-right: 8px;
    color: #506fa3;
}

.bp-sidebar-divider {
    height: 1px;
    background-color: #afbed8;
    margin: 4px 15px;
}
