/* Single Job Styling */

.nov-careers-container {
	padding-top: 20px;
	padding-bottom: 75px;
}
@media (min-width: 1000px) {
	.nov-careers-container {
		padding-top: 90px;
		border-top: 130px solid #2e384f;
	}
}
@media (max-width: 1400px) {
	.nov-careers-container_inner {
		width: 85%;
		margin: auto;
	}
}
@media (min-width: 1300px) {
	.nov-careers-container_inner {
		max-width: 1000px;
		margin: auto;
	}
}
.nov-careers-container_inner .job-top-details {
	text-align: center;
}
.nov-careers-container_inner .job-top-details .job-apply-button, .nov-careers-container_inner .job-footer .job-apply-button {
    border-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #ffffff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    padding: 0 35px;
    background-color: #2e384f !important;
    font-size: 12px!important;
    height: 50px!important;
    line-height: 50px!important;
    margin-top: 35px!important;
    display: inline-block;
}
.nov-careers-container_inner .job-top-details .job-apply-button:hover, .nov-careers-container_inner .job-footer .job-apply-button:hover {
    background-color: #e4af4a !important;
}
.nov-careers-container_inner .job-footer {
	text-align: center;
}
.nov-careers-container_inner .job-top-details h1 {
	font-size: 2.5em;
	padding-top: 15px;
	margin-bottom: 3px!important;
	padding-bottom: 0px;
	display: inline-block;
	border-bottom: 3px solid #e4af4a;
}
.nov-careers-container_inner .job-top-details .job-location {
	padding-top: 9px;
    color: #2e384f;
}
.nov-careers-container_inner .job-description {
	margin-top: 42px;
}
.nov-careers-container_inner .job-description h2, .nov-careers-container_inner .job-audience h2, .nov-careers-container_inner .job-duties h2, .nov-careers-container_inner .job-qualifications h2 {
	text-align: center;
	margin-top: 28px;
	font-size: 1.8em;
	line-height: 2.6em;
	margin-bottom: 8px;
}
.nov-careers-container_inner .job-description p, .nov-careers-container_inner .job-audience p, .nov-careers-container_inner .job-duties p, .nov-careers-container_inner .job-qualifications p {
	white-space: pre-wrap;
	line-height: 2em;
}
.nov-careers-container_inner .job-footer .job-apply-button {
	margin-top: 50px!important;
}
.nov-careers-container .nov-job-back {
	text-decoration: underline;
}
@media (max-width: 1000px) {
	.nov-careers-container_inner .job-top-details h1 {
		font-size: 2em!important;
		line-height: 2em!important;
		padding-top: 40px;
	}
}
.nov-careers-container_inner ul li {
    list-style-position: outside;
    margin-left: 1em;
    color: #1c191a;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    line-height: 27px;
    font-style: normal;
}
.nov-job-notice p {
	margin-top: 40px!important;
	font-style: italic!important;
}


/* Career List Styling */

.nov-widget-careeer-list-single {
    display: block;
    padding: 16px 30px;
    background-color: #efefef;
    margin-bottom: 10px;
    border-left: 4px solid #e4af4a;
}

.nov-widget-careeer-list-single .nov-career-title h4, .nov-widget-careeer-list-single .nov-career-department, .nov-widget-careeer-list-single .nov-career-location {
    display: inline-block;
}
.nov-widget-careeer-list-single .nov-career-title h4 {
		margin-right: 34px;
		position: relative;
		bottom: 0px;
}
.nov-widget-careeer-list-single .nov-career-title h4 a {
		font-size: 0.75em;
		font-weight: 700!important;
}
.nov-widget-careeer-list-single .nov-career-department, .nov-widget-careeer-list-single .nov-career-location {
		position: relative;
		bottom: 1px;
		padding-right: 22px;
}
@media (max-width: 750px) {
		.nov-widget-careeer-list-single .nov-career-title h4 a {
				font-size: 0.8em;
		}
		.nov-widget-careeer-list-single .nov-career-department, .nov-widget-careeer-list-single .nov-career-location {
				display: block;
		}
}


/* Square Box */

@media (min-width: 1000px) {
	.nov-square-box {
		box-sizing: border-box;
		display: inline-block;
		width: 24%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -10px;
		margin-right: 5px;
		max-height: 300px!important;
	}
	.nov-square-box img {
		width: 100%;
		height: 300px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (min-width: 780px) and (max-width: 1000px) {
	.nov-square-box {
		box-sizing: border-box;
		display: inline-block;
		width: 50.09%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -10px;
		margin-right: -4px;
		max-height: 400px!important;
	}
	.nov-square-box img {
		width: 100%;
		height: 400px!important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (max-width: 1000px) {
	.nov-square-box {
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -5px;
		margin-right: 0px;
		max-height: 250px!important;
	}
	.nov-square-box img {
		width: 100%;
		height: 250px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .5s; /* Animation */
	}
}
.nov-square-box:hover img {
   transform: scale(1.075);
}
.nov-square-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(46 56 79 / 0.6);
}
.nov-square-box:hover::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(46 56 79 / 0.6);
}
.nov-square-box:hover::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    z-index: 1;
    border-top: 3px solid rgb(228 175 74);
    border-bottom: 3px solid rgb(228 175 74);
    z-index: 5!important;
    box-sizing: border-box!important;
}
.nov-square-box .nov-square-box-top-title {
    position: absolute;
    top: 44.5%;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    z-index: 2;
	box-sizing: border-box;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
@media (min-width: 1000px) {
	.nov-square-box:hover::after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
    background-color: rgb(46 56 79 / 0.6);
	}
}
@media (max-width: 780px) {
	.nov-square-box .nov-square-box-top-title {
		font-size: 1.05em;
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
}


/* Features Holder */

.nov-service-type-wrap {
    text-align: left!important;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin: 0px!important;
  	box-sizing: border-box;
  	vertical-align: top;
  	overflow: hidden;
}
@media (min-width: 1000px) {
    .nov-service-type-wrap {
        display: inline-block!important;
        width: 49%;
        padding: 40px;
        min-height: 203px;
    }
}
.nov-service-type-wrap img, .nov-service-type-wrap h2, .nov-service-type-wrap p {
    display: inline-block!important;
    margin: 0px!important;
}
.nov-service-type-wrap .nov-service-type-image {
    width: 110px!important;
    height: 110px!important;
    float: left;
    padding-right: 0px;
    position: relative;
    top: 6px;
    margin-right: 25px!important;
    border-radius: 100px;
    border: 3px solid #0779BE;
}
.nov-service-type-wrap h2 {
	font-family: 'Quicksand', sans-serif;
    font-size: 1.55em;
    line-height: 35px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
    padding-bottom: 4px;
    padding-top: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.nov-service-type-wrap .nov-service-type-text {
    color: #1c191a;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
}
.nov-service-type-wrap.one {
    border-top: 1px solid #e2e2e2;
}
@media (min-width: 1000px) {
    .nov-service-type-wrap.two {
        border-top: 1px solid #e2e2e2;
    }
    .nov-service-type-wrap.one,
    .nov-service-type-wrap.three,
    .nov-service-type-wrap.five {
        border-left: 1px solid #e2e2e2;
        margin-right: -3px!important;
    }
}
@media (max-width: 1000px) {
    .nov-service-type-wrap {
        display: block!important;
        width: 100%;
        padding: 0px;
        min-height: 203px;
        text-align: center!important;
        padding-top: 0px!important;
        padding-bottom: 25px!important;
        margin-bottom: 30px!important;
        border: 1px solid #e2e2e2;
    }
    .nov-service-type-wrap .nov-service-type-image {
  	    width: 100%!important;
  	    display: block!important;
  	    float: left!important;
        height: 140px!important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        vertical-align: middle;
        object-fit: cover;
        border-radius: 0px!important;
        margin-bottom: 8px!important;
        margin-top: 0px!important;
        position: relative;
        top: 0px!important;
        border: 0px solid #0779BE !important;
    }
    .nov-service-type-wrap .nov-service-type-text {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
	}
    .nov-service-type-wrap h2 {
		font-size: 17px!important;
		line-height: 24px!important;
	}
}
.nov-service-type-wrap:hover .nov-service-type-image {
    border: 3px solid #EFAE2D;
}


/* Gallery Item */

@media (min-width: 1000px) {
	.nov-gallery-item {
		box-sizing: border-box;
		display: inline-block;
		width: 25%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -10px;
		margin-right: -4.4px;
	}
	.nov-gallery-item img {
		width: 100%;
		height: 350px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (min-width: 780px) and (max-width: 1000px) {
	.nov-gallery-item {
		box-sizing: border-box;
		display: inline-block;
		width: 50.09%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -10px;
		margin-right: -4px;
	}
	.nov-gallery-item img {
		width: 100%;
		height: 400px!important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (max-width: 1000px) {
	.nov-gallery-item {
		box-sizing: border-box;
		display: inline-block;
		width: 49%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -5px;
		margin-right: 0px;
	}
	.nov-gallery-item img {
		width: 100%;
		height: 250px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .5s; /* Animation */
	}
}
.nov-gallery-item:hover img {
   transform: scale(1.075);
}
.nov-gallery-item:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(46 56 79 / 0.55);
}
.nov-gallery-item:hover::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(46 56 79 / 0.55);
}
.nov-gallery-item .nov-gallery-item-top-title {
    position: absolute;
    top: 38%;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    z-index: 2;
	box-sizing: border-box;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.nov-gallery-item .nov-gallery-item-top-title:after {
    position: absolute;
    top: 130%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block!important;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    z-index: 2;
	box-sizing: border-box;
	padding-left: 40px!important;
	padding-right: 40px!important;
	content:'';
	width: 90px;
	height: 3px;
	background-color: #efae2d;
}
.nov-gallery-item .nov-gallery-item-kw-amount {
    position: absolute;
    top: 54%;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    z-index: 2;
	box-sizing: border-box;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.nov-gallery-item .nov-gallery-item-location {
    position: absolute;
    bottom: 6%;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.35em;
    color: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600!important;
    z-index: 2;
	box-sizing: border-box;
	padding-left: 40px!important;
	padding-right: 40px!important;
}
@media (min-width: 1000px) {
	.nov-gallery-item:hover::after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
    background-color: rgb(46 56 79 / 0.55);
	}
}
@media (max-width: 780px) {
	.nov-gallery-item .nov-gallery-item-top-title {
		top: 33%;
		padding-left: 10px!important;
		padding-right: 10px!important;
		font-size: 1em!important;
		line-height: 1.3em!important;
	}
	.nov-gallery-item .nov-gallery-item-location {
		padding-left: 10px!important;
		padding-right: 10px!important;
		font-size: 0.9em!important;
		line-height: 1.3em!important;
	}
}


/* Stats Widget */

.jcpo-counter {
	display: inline-block;
	background-color: #DDD;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
.jcpo-counter p {
	margin: 0;
	color: #999;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 1.8em;
	letter-spacing: 10px;
	margin-right: -10px; /* fix for letter-spacing */
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.jcpo-counter p span {
	position: relative;
}
html,
body
{
  margin: 0;
  padding: 0;
}
div.counter
{
    color: #fff;
    height: 260px;
    width: 305px;
    position: relative;
    background-color: rgba(0,0,0,0.0);
    text-align: center;

    display: inline-block;
}

div.counter::after
{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.jcpo-counter span:nth-last-child(3n + 1):not(:last-child)::after { content: ","; }

.jcpo-counter p { letter-spacing: 5px; }
.jcpo-counter p.active { display: initial; }

.jcpo-counter span { letter-spacing: 5px; }

div.counter .jcpo-counter { position: relative; top: 70px; font-size: 25px!important; background-color: unset; }
div.counter .counterLabel { position: relative; top: 70px; font-size: 18px; font-family: Quicksand, sans-serif !important;
text-transform: uppercase!important;
letter-spacing: 2px!important; color: #fff; }

div.counter .jcpo-counter p { color: #fff !important; font-size: 25px!important; }

div.counter i
{
    font-size: 50px;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    width: 100%;
    position: relative;
    top: 50px;
    margin-top: 0px;
}

div.counter#panels-wrapper i
{
    color: #5177bb;
}

div.counter#money-wrapper i
{
    color: #fbb040;
}

div.counter#trees-wrapper i
{
    color: #7fcecf;
}


/* Application Instructions */

.application-instructions {
    text-align: left!important;
    max-width: 800px!important;
    margin: auto!important;
}
.application-instructions.top {
    padding-top: 20px!important;
    margin-bottom: -5px!important;
}
.application-instructions.bottom {
    padding-top: 40px!important;
    margin-bottom: -15px!important;
}
