/*-- Variables --*/
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-primary: #5792C3;
  --color-primary-dark: #417EB1;
  --color-primary-light: #BFDEF7;
  --color-primary-rgb: 87, 146, 195;
}

a, button, .btn, .button {
    outline: none !important;
    transition: all 0.4s ease !important;
}
.required, .text-danger {
    color: #D51717 !important;
}

/* Color(s) */
.top-menu li a:hover,
.top-menu li a:focus,
.top-menu li a:active,
.top-menu li a.active,
.top-menu li a.is-active,

.top-menu li:hover a.has-child::after,

.slideshow-section .content_slideshow .banner--wrapper h1 span,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-primary:hover,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-primary:focus,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-primary:active,

.tip--blog__content h2:hover, .tip--blog__content h2:focus, .tip--blog__content h2:active,

.gr-timeline-year,

.styled-check li::before, .styled-circle li::before, .styled-disc li::before, .styled-bullet li::before,

.theme-primary .text-primary, .link-primary,
.theme-primary .btn-link,
.theme-primary a:hover, .theme-primary a:active, .theme-primary a:focus,

.left-sidebar .sidepanel-navigation__list > li.is-selected a,
.left-sidebar .sidepanel-navigation__list > li a:hover,
.left-sidebar .sidepanel-navigation__list > li a:focus,
.left-sidebar .sidepanel-navigation__list > li a:active,

.user-loggedin .header-horizontal .user-profile-dropdown .user-profile-button:hover,

.box-header .text-dark, .theme-primary .text-success, .text-success1, .text-primary1,

.btn-primary-light, .btn-primary-outline,

.interview-tabs .nav-tabs .nav-item .nav-link.active,

.resumeFileUpload .upload--button:hover,

.error-page .error-content-title,
.btn:not(.btn__link):not(.btn__bordered):hover,

.My--Profile .list-group-item > a::before,
.My--Profile .list-group-item.is-selected > a,
.typeahead.dropdown-menu .dropdown-item strong,

.company-content-body .nav-pills li > a.active,
.company-content-body .nav-pills li > a:hover,
.company-content-body .nav-pills li > a:focus,
.company-content-body .nav-pills li > a:active,

.company-candidates .nav-item a.active,
.company-candidates .nav-item a:hover,
.company-candidates .emailTags .email-tag:hover,

.company-candidates .candidate-card-header .btn-outline-primary,

.hero-inner .hero-content .hero-headline h1 span {
    color: var(--color-primary) !important;
}

.user-profile-dropdown .user-profile-button:hover .d-flex-svg path,
.user-profile-dropdown .user-profile-button:focus .d-flex-svg path,
.user-profile-dropdown .user-profile-button:active .d-flex-svg path {
    fill: var(--color-primary) !important;
}

.page-item.active .page-link {
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
.core-nav .pagination li a:hover {
    border-color: var(--color-primary-dark) !important;
    background-color: var(--color-primary-dark) !important;
}
.pagination li a {
    border-radius: 0;
}

@media (max-width: 767px) {
    .user-loggedin .header-horizontal-right .user-profile-dropdown .user-profile-button {
        color: var(--color-primary) !important;
    }
    .user-loggedin .header-horizontal-right .user-profile-dropdown .user-profile-button.mobile-profile:hover path {
        fill: var(--color-primary) !important;
    }
    .open-menu span,
    .open-menu span::before,
    .open-menu span::after {
        background-color: var(--color-primary) !important;
    }
    .top-bar .topbar {
        height: 75px !important;
        min-height: 75px !important;
        max-height: 75px !important;
    }
    .open-menu {
        top: 20px !important;
    }
    .user-loggedin .header-horizontal {
        height: 75px !important;
        max-height: 75px !important;
    }
}

/* Border Color(s) */
.tip--blog__lists,
.tip--blog-btn,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-primary,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:hover,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:focus,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:active,

.button.yellow:hover, .button--primary:hover, .btn-primary,
.theme-primary .btn-primary:hover, .theme-primary .btn-primary:active,
.theme-primary .btn-primary:focus, .theme-primary .btn-primary.active,

.theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current,

.theme-primary .form-control:focus,

.theme-primary .btn-primary-light:hover, .theme-primary .btn-primary-light:active, .theme-primary .btn-primary-light:focus, .theme-primary .btn-primary-light.active,
.btn-primary-outline, .resumeFileUpload .upload--button:hover,
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active,
.theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active,

.theme-primary .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown, .theme-primary .select2-container--default .select2-selection--multiple .select2-selection__choice,

.theme-primary [type="radio"]:checked + label::after,
.company-content-body .nav-pills li > a.active,
.company-candidates .nav-item a.active,
.company-candidates .emailTags .email-tag:hover, .company-candidates .emailTags .email-tag.is-active,
.company-candidates .emailTags .email-tag:hover, .company-candidates .emailTags .email-tag.is-active,

.company-candidates .candidate-card-header .btn-outline-primary,
.theme-primary .select2-container--default .select2-search--dropdown .select2-search__field,

.hero-inner .hero-content-inner::after, .hero-inner .hero-content-inner::before {
    border-color: var(--color-primary) !important;
}
.user-profile-dropdown .user-profile-button:hover.dropdown-toggle::after {
      border-top-color: var(--color-primary) !important;
}

.link-primary {
    border-bottom-color: var(--color-primary) !important;
}

.tip--blog-btn {
    border-right: 0 none !important;
}

/* Background(s) */
.top-menu li a:hover::before,
.top-menu li a:focus::before,
.top-menu li a:active::before,
.top-menu li a.active::before,
.top-menu li a.is-active::before,

.btn__primary, .contact-panel__form > .btn__primary,
.button.yellow, .button--primary,

.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-primary,

.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:hover,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:focus,
.slideshow-section .content_slideshow .banner--wrapper .button--cta .button-white:active,

.divider-primary,

.btn-primary, .nav-pills .nav-link.active, .nav-pills .show > .nav-link,

.theme-primary .btn-primary:hover, .theme-primary .btn-primary:active,
.theme-primary .btn-primary:focus, .theme-primary .btn-primary.active,

.button-card:hover .btn-outline-primary,
.theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current,

.button-card .dropdown-menu > ul > li > a.dropdown-item:hover, .button-card .dropdown-menu > ul > li > a.dropdown-item:focus, .button-card .dropdown-menu > ul > li > a.dropdown-item:active, .user-profile-dropdown .dropdown-menu > ul > li > a.dropdown-item:hover, .user-profile-dropdown .dropdown-menu > ul > li > a.dropdown-item:focus, .user-profile-dropdown .dropdown-menu > ul > li > a.dropdown-item:active,

.theme-primary .btn-primary-light:hover, .theme-primary .btn-primary-light:active, .theme-primary .btn-primary-light:focus, .theme-primary .btn-primary-light.active,

.btn-success1, .btn-success1:hover, .btn-success1:focus, .btn-success1:active,
.sidebar__search-form input[type="search"],

.interview-tabs .nav-tabs .nav-item .nav-link::after,

.header-horizontal .mobile-nav-icon span,
.header-horizontal .mobile-nav-icon span::before,
.header-horizontal .mobile-nav-icon span::after,

.sidepanel-navigation__list > li.is-selected a,
.responsive-navigation__list > li.is-selected a,
.sidepanel-navigation__list > li a:hover, .sidepanel-navigation__list > li a:active, .sidepanel-navigation__list > li a:focus, .sidepanel-navigation__list > li a.active, .responsive-navigation__list > li a:hover, .responsive-navigation__list > li a:active, .responsive-navigation__list > li a:focus, .responsive-navigation__list > li a.active,

.error-page .btn-theme-colored,

.btn-success, .theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active,

.theme-primary .select2-container--default .select2-results__option--highlighted[aria-selected],
.theme-primary .select2-container--default .select2-selection--multiple .select2-selection__choice,

.theme-primary [type="radio"]:checked + label::after,

.company-candidates .emailTags .email-tag.is-active {
    background-color: var(--color-primary) !important;
}

.button.yellow:hover, .button--primary:hover {
    background-color: var(--color-primary-dark) !important;
}

.box-header .text-dark:hover,
.box-header .text-dark:focus,
.box-header .text-dark:active {
    color: var(--color-primary-dark) !important;
}

.gr-timeline-year,
.left-sidebar .sidepanel-navigation__list > li.is-selected a,
.left-sidebar .sidepanel-navigation__list > li a:hover,
.left-sidebar .sidepanel-navigation__list > li a:focus,
.left-sidebar .sidepanel-navigation__list > li a:active,

.resumeFileUpload .upload--button:hover,

.My--Profile .list-group-item > a:hover,
.My--Profile .list-group-item.is-selected > a,
.company-page-form .well,
.emailTags .email-tag:hover,
.hero-inner .hero-inner-wrap {
    background-color: var(--color-primary-light) !important;
}

.gr-timeline-items::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 476.213 476.213' fill='%235792C3'%3E%3Cpath d='m405.606 167.5-21.212 21.213 34.393 34.393H0v30h418.787L384.394 287.5l21.212 21.213 70.607-70.607z'/%3E%3C/svg%3E");
}
.My--Profile .list-group-item > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.59 7l5 5-5 5M0 12h22' fill='none' stroke='%235792C3' stroke-miterlimit='10' stroke-width='2' /%3E%3C/svg%3E");
}

@media (min-width: 992px) {
    .top-menu .sub-menu,
    .top-menu .sub-menu > li a {
        background-color: var(--color-primary) !important;
    }

    .top-menu .sub-menu > li a:hover,
    .top-menu .sub-menu > li a:focus,
    .top-menu .sub-menu > li a:active,
    .top-menu .sub-menu > li a.is-active {
        color: var(--color-primary-light) !important;
    }
}

.button.yellow:hover, .button--primary:hover,
.theme-primary .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.slideshow-section .content_slideshow .banner--wrapper h1,
.company-candidates .emailTags .email-tag.is-active,
.card.company .btn.btn-primary.btn-outline-primary.btn-mini {
    color: var(--color-white) !important;
}

.button-set input[type="checkbox"]:checked + .gr-checked .check {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.side-block .widget-list-item .data:hover .arrow-wrapper span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 11' fill='%235792C3'%3E%3Cpath d='M.646 3.646a.5.5 0 000 .708l3.182 3.182a.5.5 0 10.708-.708L1.707 4l2.829-2.828a.5.5 0 10-.708-.708L.646 3.646zM36 3.5H1v1h35v-1z'%3E%3C/path%3E%3C/svg%3E");
}


.card-job-description,
.company-profile .company-content-body h5 {
    min-height: inherit !important;
}
.size-36px {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.job-details-sticky .box-body .details {
    margin-top: -6px;
    padding-left: 15px;
    max-width: calc(100% - 36px);
}
.interview-tabs .nav.nav-tabs {
    margin-bottom: 30px;
}

.sidepanel-navigation, .responsive-navigation {
    background-color: var(--color-black) !important;
}

.error-page > .error-content {
    width: 100% !important;
}

img#default_profile_pic_1 {
    margin-bottom: 15px;
}
.image-uploader .uploaded .uploaded-image .delete-image {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-card {
    overflow: hidden;
}
.table-scrollable {
    overflow-x: auto;
}
.table-scrollable > table {
    border-radius: 1.25rem !important;
}


.request-a-demo-cta {
    background-image: linear-gradient(45deg, #73B1E5, #417EB1 50%);
}
.request-a-demo-cta .w-button {
    color: #155183 !important;
}

.job-alert-inner .input-group .btn-primary {
    border-color: #dd414a !important;
    background-color: #dd414a !important;
}
.job-alert-inner .input-group .btn-primary:hover,
.job-alert-inner .input-group .btn-primary:focus,
.job-alert-inner .input-group .btn-primary:active {
    color: var(--color-white) !important;
    border-color: #222725 !important;
}

#tag_container .w-full.mt-50 {
    margin-top: 0 !important;
}

/* Hero Slider */
.page_homepage #HeroSlider {
    display: none !important;
}

/* Open Menu Toggle */
.open-menu,
.nav-dark.on-scroll .open-menu {
    width: 26px;
    height: 32px;
    z-index: 9;
    right: 35px;
    bottom: auto;
    margin: auto;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
}
.open-menu,
.nav-dark.on-scroll .open-menu {
    display: flex !important;
}
@media (max-width: 767px) {
    .open-menu {
        right: 20px;   
    }
}
.open-menu span {
    width: 100%;
    height: 2px;
    right: 0;
    padding: 0;
    left: auto;
    font-size: 0;
    margin: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 12px;
    background-color: var(--color-white) !important;
}
.open-menu .item-1 {
    top: 6px;
    width: 100%;
}
.open-menu .item-2 {
    top: 0;
    bottom: 0;
    width: 100%;
}
.open-menu .item-3 {
    width: 100%;
    bottom: 6px;
}
.open-menu span::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: " ";
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 12px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #fff;
}
.open-menu span::before,
.open-menu span::after {
    background-color: var(--color-primary) !important;
}
.open-menu:hover span::after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.d-none.d-menu-block,
.sticky-header-menu.d-none.d-md-block {
    display: none !important;
}
.c-preFooter--logo {
    padding-top: 25px;
}
.c-preFooter--logo img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    filter: invert(100%);
}

.section-home {
    display: block;
    padding: 40px !important;
}
.section-home > .container-fluid {
    padding: 0 !important;
}
.top-bar .topbar,
nav.core-nav.nav-core-sticky.on-scroll,
.user-loggedin .header-horizontal {
    background-color: var(--color-black) !important;
}
.top-bar .nav-header-new,
.top-bar .topbar .app-brand,
.top-bar .nav-dark.on-scroll .nav-header-new .brand {
    width: 100% !important;
    max-width: 170px !important;
    display: inline-flex;
}
.top-bar .topbar .app-brand {
    top: 5px;
    position: relative;
}
.top-bar .topbar .app-brand img {
    width: 100% !important;
}
.top-bar nav.on-scroll .brand {
    padding: 0 !important;
}

.user-loggedin .top-menu li a {
    color: var(--color-white) !important;
}
.user-loggedin .top-menu li a:hover::before {
    background-color: var(--color-white) !important;
}
.user-loggedin .header-horizontal .user-profile-dropdown .user-profile-button {
    color: var(--color-white) !important;
}
.user-loggedin .header-horizontal .user-profile-dropdown .user-profile-button:hover {
    color: #b9daf5 !important;
}

@media (min-width: 767px) {
    nav .brand {
        padding: 0 !important;
        width: 100% !important;
    }
    nav .brand,
    .top-bar .nav-header-new,
    .top-bar .topbar .app-brand,
    .top-bar .nav-dark.on-scroll .nav-header-new .brand,
    .top-bar nav.on-scroll .brand img {
        max-width: 220px !important;
    }
    .top-bar .topbar .app-brand {
        top: 3px;
    }
    
    .nav-container {
        height: 90px;
    }
}

.sidepanel-navigation__list > li, .responsive-navigation__list > li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.responsive-navigation {
    border-left: 5px solid var(--color-primary) !important;
}
.sidepanel-navigation__list > li:first-child,
.responsive-navigation__list > li:first-child {
  border-top: 1px solid rgba(255,255,255,0.05);
}

.close-menu [class^="icon_close"]::before,
.close-menu [class^="icon_close"]::after {
    background-color: var(--color-white) !important;
}

/* */
.video-overlay {
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
    background-color: rgba(0,0,0,0.25);
}
.video-overlay-wrap {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.65);
}
.video-overlay-wrap {
    pointer-events: all;
}

.video-block-front,
.video-block-back {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.video-block-front {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
.video-block-back {
    transform: rotateX(-180deg);
}
/*
.video-block-wrapper:hover .video-block-front {
    transform: rotateY(180deg);
}
.video-block-wrapper:hover .video-block-back {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    background-color: #fff;
}
*/

.video-overlay img {
    margin: 0 auto;
    display: block;
    max-width: 250px;
}
.video-block-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: calc(100vh - 190px);
}
.video-block-wrapper-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    position: absolute;
}
.video-block-wrapper-background video {
    width: 100%;
    height: 100%;
    font-size: 0;
    border-radius: 0;
    text-indent: -999rem;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    padding: 0 !important;
}

.video-block-content {
    width: 100%;
    height: calc(100% - 100px);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.video-block-content p {
    font-size: 16px;
    line-height: 1.65;
}

.video-card {
    width: 100%;
    position: relative;
    /*padding-bottom: 150%;*/
    background-color: #fff;
    padding-bottom: calc(100vh - 170px);
}
.video-card-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
/*
.video-card:hover .video-card-inner {
    transform: rotateY(180deg);
}
*/
.video-card-front,
.video-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #ccc;
    backface-visibility: hidden;
}
.video-card-front {
    color: black;
    background-color: #fff;
}
.video-card-back {
    z-index: 2;
    color: #fff;
    background-color: #000;
    transform: rotateY(180deg);
}

.video-card.hospitality .video-card-back {
    box-shadow: 0 10px 40px rgba(61,126,197,0.25);
}
.video-card.executive .video-card-back {
    box-shadow: 0 10px 40px rgba(139,110,52,0.25);
}
.video-card.cannabis .video-card-back {
    box-shadow: 0 10px 40px rgba(56,119,57,0.25);
}

@media (max-width: 767px) {
    .section-home {
        display: block;
        padding: 20px !important;
    }
    .video-block-wrapper {
        padding-bottom: 300px !important;
    }
    .video-block-content p {
        font-size: 14px;
        line-height: 1.4;
    }
    .video-card {
        padding-bottom: 75%;
        margin-bottom: 25px !important;
    }
    .video-overlay-wrap {
        padding: 8px 20px;
    }
    .video-overlay img {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    .responsive-navigation {
        width: 300px;
    }
    .sidepanel-navigation__list > li a,
    .responsive-navigation__list > li a {
        padding: .875rem 1.5rem;
    }
}

/*
@media screen and (min-width: 1441px) and (max-width: 1700px) {
    .video-block-wrapper {
        padding-bottom: calc(100vh - 250px);
    }
}
@media (min-width: 1701px) {
    .video-block-wrapper {
        padding-bottom: calc(100vh - 350px);
    }
}*/

.text-success1,
.box-header .text-dark, .job-detail-title,
.theme-primary .text-primary {
    color: var(--color-black) !important;
}
.btn.btn-primary,
.detail-page .btn.btn-success1,
.btn.btn-primary.m-btn-primary,
.btn:not(.btn__link):not(.btn__bordered)::before {
    border-color: var(--color-black) !important;
    background-color: var(--color-black) !important;
}
.btn.btn-primary:hover,
.detail-page .btn.btn-success1:hover,
.btn.btn-primary.m-btn-primary:hover {
    color: var(--color-white) !important;
    border-color: var(--color-primary) !important;
}
.btn.btn-primary:hover::before,
.detail-page .btn.btn-success1:hover::before,
.btn.btn-primary.m-btn-primary:hover::before {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
}

.btn:not(.btn__link):not(.btn__bordered):hover {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
}

.btn.btn-primary-outline {
    color: var(--color-black) !important;
    border-color: var(--color-black) !important;
    background-color: transparent !important;
}
.theme-primary .btn.btn-primary-outline:hover {
    color: var(--color-white) !important;
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
.btn.btn-primary-outline:hover::before {
    background-color: var(--color-primary) !important;
}

.theme-primary .bg-success {
    background-color: var(--color-primary) !important;
}
.btn.btn-secondary.btn-prev {
    color: var(--color-black) !important;
}


.theme-primary [type="checkbox"].filled-in:checked + label::after {
    border: 1px solid var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
.gr-timeline-year, .left-sidebar .sidepanel-navigation__list > li.is-selected a, .left-sidebar .sidepanel-navigation__list > li a:hover, .left-sidebar .sidepanel-navigation__list > li a:focus, .left-sidebar .sidepanel-navigation__list > li a:active, .resumeFileUpload .upload--button:hover, .My--Profile .list-group-item > a:hover, .My--Profile .list-group-item.is-selected > a, .company-page-form .well, .emailTags .email-tag:hover, .hero-inner .hero-inner-wrap {
    color: var(--color-black) !important;
    background-color: #e1e0e0 !important;
}
