.pageTitle.home {
    background-image: url(https://www2.intjobs.com/images/intj_hero_bg.jpg);
}
.pageTitle {
    background-image: url(https://www2.intjobs.com/images/intj_hero_bg_fade.jpg);
}
.btn:hover:not([disabled]){
    background: #9c2e4f;
    color:white;
}
.btn.callToAction{
    background: #9c2e4f;
}
.btn.callToAction.active{
    color: #fff !important;
}
.btn.callToAction:hover{
    background: #244c99;
    color: #fff;
}
@media (max-width: 767.98px) {
    .btn.callToAction:hover, .btn.callToAction:active{
        background: #9c2e4f;
        color: #fff;
    }
}
.contentSection .advertiseSubSection .btn {
    background: #9c2e4f;
}
.widget .btn:hover{
    background: #9c2e4f;
}
.navbar-nav li.jobseeker a {
    background: #9c2e4f;
}
.navbar-nav li.jobseeker a {
    background: #9c2e4f;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #9c2e4f;
}
.nav-link:hover, .nav-link:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    background: #9c2e4f;
    text-decoration: none;
}
.dropdown-menu>li>a:hover {
    background-color: #9c2e4f;
}

li.jobListingAlertWrapper {
    background-color: #9c2e4f;
}

.searchnt .btn {
    background: #9c2e4f;
}

.navbar-nav li.postjob a {
    background: #9c2e4f;
    border-bottom-color: #9c2e4f;
}

body{
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(156,46,79,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    background-attachment: fixed;
}

.searchList li.highlightedJobContainer {
    border: 2px solid #9c2e4f;
    box-shadow:0 3px 3px rgba(0,0,0,0.2);
}
.searchList li.highlightedJobContainer:hover {
    border: 2px solid #9c2e4f;
}

.searchbar .btn {
    background: #9c2e4f;
}
.jobTag {
    background-color: #9c2e4f;
}
.formpanel .btn:hover{
    background: #9c2e4f;
}
.jobSaveIconRightColumn svg {
    color: #9c2e4f;
}
.btn.tag:hover{
    background-color: #9c2e4f;
}
.jobNav a:hover:not(.btn){
    color: #9c2e4f;
}
.postJob .highVisibility {
    border: solid 3px #9c2e4f;
}
.postJob .highVisibility ul.highVisList li {
    list-style-image: url("https://www2.euroengineerjobs.com/images/maroon_tick_bullet.png");
}
.postJob .packages li {
    list-style-image: url("https://www2.euroengineerjobs.com/images/maroon_circle_bullet.png");
}
.searchList a.jobSaved:hover, .searchList a.jobSave:hover {
    color: #9c2e4f;
}
.searchList a.jobSaved {
    color: #9c2e4f;
}
#landingPageContent .btn{
    background-color: #9c2e4f;
}
#landingPageContent .btn:hover{
    color: #fff;
}
.feedback-button:hover{
    background-color: #9c2e4f;
}
.contentSection.highlight{
    border-color: #9c2e4f;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .header .logo {
        margin-top: 10px;
    }
    .header .logo img {
        width: auto;
        max-width: inherit;
    }
}