#cv_logo {
    position: relative; 
    top: -2px;
}
#cv_hero_div {
    background-color: #ecf0f1;
}
#cv_hero {
    margin-bottom: 1rem;
}
#cv_hero h1, .cv_top_header {
    color: #212529 !important;
}
#featured-3 {
    padding-bottom: 0 !important;
}
#cv_rv {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}
#cv_rvg {
    padding-top: 1rem !important;
}
.footer {
    background-color: #2c3e50 !important;
    margin-top: 65px !important;
}
.cv_inline_ul {
    padding-left: 0;
}
.cv_inline_ul li {
    display: inline;
}
.cv_inline_ul li::before {
    content: " / ";
}
.cv_inline_ul li:first-child::before {
    content: none !important;
}
.cv_vac_ul {
    padding-left: 0;
    list-style-type: none;
}
.cv_vac_ul li {
    border-bottom-style: dashed !important;
    border-bottom: none thin silver;
    margin-bottom: 35px;
}
.cv_vac_ul li h3 {
    font-weight: 400;
    font-size: 1.25rem;
}
.cv_more {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-align: right;
}
.best_h2 {
    margin-bottom: 35px;
}
.vac_name {
    font-weight: 300;
    margin-top: 15px !important;
}
.vac_demands, .vac_responsibilities, .vac_conditions, .vac_additions, .vac_contacts {
    margin-top: 30px !important;
    font-weight: 300;
    font-size: 2rem;
}
.cv_vac_share {
    margin-top: 30px !important;
}
.cv_right_card {
    background-color: #ecf0f1; /* rgb(241, 241, 241);
    border: 1px rgb(214, 214, 214) solid; */
    padding: 5px 20px 20px 20px;
    border-radius: 5px;
}
.cv_right {
    padding-bottom: 0 !important;
}
.cv_right_card h2 {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
}
.badge {
    padding: 7px;
}
.red {
    color: red;
}
.cv_breadcrumb {
    margin-top: 25px;
}
.breadcrumb {
    margin-bottom: 0 !important;
}
.badge-pill {
    background-color: #687785;
    /* opacity: .8; */
    border: 1px solid #2c3e50;
    padding-right: 10px;
}
.badge-pill:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: white;
    vertical-align: middle;
}
.badge-warning {
    color: #f39c12;
    color: white;
}
.cv_fresh {
    background-color: #f39c12;
    border: 0;
}
.badge.badge-pill.badge-warning:before {
    background-color: #f39c12 !important;
}
.cv_fresh.badge-pill:before {
    content: none;
}
.cv_fresh.badge-pill {
    padding-left: 10px;
}