body {background:url(https://photos-images.active.com/file/3/1/original/1f/eb/1feb8462-fff6-4f28-905f-008c5b7cfd0d.png) no-repeat center center fixed;
        -webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin:0px;}

.page {
    background:rgba(255,255,255,0.9) !important;
}

/*Button colours*/

.btn-orange {
    color: #fff;
    border: 0;
    border-radius: 0;
    background: linear-gradient(#324B5F,#324B5F);
    background-color: #324B5F;
}


.vmod-jobs__navTab > ul:nth-child(1) > li:nth-child(1):active, li.active:nth-child(2), li.active:nth-child(3) {
  border: 0;
  border-radius: 0;
  background: linear-gradient(#324B5F,#324B5F);
  background-color: #324B5F;
}

.vmod-jobs__navTab > ul:nth-child(1) > li:nth-child(1):active {
    background: linear-gradient(#324B5F,#324B5F);
}

.navTab__li.active {
    background: linear-gradient(#324B5F,#324B5F);
}

.searchInput__btn {
  background-color: #324B5F;
  background: linear-gradient(#324B5F,#324B5F);
}

#start_over {
  background-color: #324B5F;
}

/*Arrow below headers*/
.navTab__li.active::after {
  border-top: 6px solid #324B5F;
}

/* Breadcrumb Highlight Color */
.navBreadcrumb__li.active::before {
    border-bottom: 16px solid #324B5F;
    border-right: 8px solid #324B5F;
    border-top: 16px solid #324B5F;
}

.navBreadcrumb__li.active {
    background: #324B5F;
    color: #fff;
}

.navBreadcrumb__li.active::after {
    border-left: 8px solid #324B5F;
}

.nav-bar ul > li.first.active::before {
    border-left: 8px solid #324B5F;
}

.global_white_label_header_content > center:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 500px;
  width: 500px;
}

@media only screen and (max-width: 768px) {
.global_white_label_header_content > center:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
  height: 300px;
  width: 300px;
}
}
