/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2024 | 10:49:46 */
/*----------------------------------------------------------------------*/
/* Career Page - Job Listing */
/*----------------------------------------------------------------------*/
.jm-hero-section.jm-hero-section-careers .jm-hero-col-right:before {
	content: "";
	display: block;
	width: 530px;
	height: 390px;
	position: absolute;
	left: -36px;
	top: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://growthsavvy.io/wp-content/uploads/2024/08/careers-yellow-bubble-min.png');
}

.jm-hero-section.jm-hero-section-careers .jm-hero-col-right:after {
	content: "";
	display: block;
	width: 150px;
	height: 120px;
	position: absolute;
	right: -50px;
	top: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://growthsavvy.io/wp-content/uploads/2024/08/careers-dotted-frame-min.png');
}

@media screen and (min-width: 850px) {
    .jm-hero-section.jm-hero-section-careers .jm-hero-col-left {
        left: 2%;
        flex-basis: 40%;
        max-width: 40%;
    }

    .jm-hero-section.jm-hero-section-careers .jm-hero-col-right {
        left: 0;
        flex-basis: 58%;
        max-width: 58%;
    }	
}

@media screen and (max-width: 850px) {
    .jm-hero-section.jm-hero-section-careers .jm-hero-bottom-wave .jm-wave-image img {
        height: 172px;
    }
	
	.jm-section-careers-listing {
		margin-top: -60px;
	}
	
    .jm-hero-section.jm-hero-section-careers .jm-hero-col-right .box .box-image {
        overflow: visible;
    }
	
	.jm-hero-section.jm-hero-section-careers .jm-hero-col-right .box .box-image img {
		max-width: 110%;
    	width: 110%;
	}
	
	.jm-hero-section.jm-hero-section-careers .jm-hero-col-right:before {
		width: 400px;
		height: 280px;
		transform: rotate(294deg);
		left: 0;
		top: 20px;
	}
	
	.jm-hero-section.jm-hero-section-careers .jm-hero-col-right:after {
		width: 80px;
		height: 70px;
		right: 20px;
    	top: -30px;
	}
	
	.jm-hero-section.jm-hero-section-careers .jm-hero-row-content .col .col-inner .row .jm-hero-col-right .col-inner {
    	margin-bottom: -10px;
	}
}

.jm-section-careers-listing {
	width: 100%;
}

.jm-section-careers-listing .jm-job-box .col-inner {
	background: #FFF;
	border-radius: 30px;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */	
}

.jm-section-careers-listing .jm-job-box .jm-job-box-title .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-label .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-description .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-salary .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-location .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-cta .col-inner,
.jm-section-careers-listing .jm-job-box .jm-job-box-send-to-friend .col-inner {
	padding: 5px 0px;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-label p,
.jm-section-careers-listing .jm-job-box .jm-job-box-salary p,
.jm-section-careers-listing .jm-job-box .jm-job-box-location p {
	padding: 0;
	margin: 0;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-cta .button.primary,
.jm-section-careers-listing .jm-job-box .jm-job-box-send-to-friend .button.primary.is-outline{
	margin-bottom: 0;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-title h3 {
	font-family: 'Roboto';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-label span {
	border-radius: 8px;
	background: #E0E9FF;
	padding: 8px 18px;
	color: #4467B3;
	text-align: center;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;	
}

.jm-section-careers-listing .jm-job-box .jm-job-box-description {
	margin: 20px 0 10px 0;
	height: 200px;
	max-height: 200px;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-description p,
.jm-section-careers-listing .jm-job-box .jm-job-box-description ul li {
	color: #353535;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;	
}

.jm-section-careers-listing .jm-job-box .jm-job-box-salary span,
.jm-section-careers-listing .jm-job-box .jm-job-box-location span {
	color: #353535B2;
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-left: 32px;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-salary span:before,
.jm-section-careers-listing .jm-job-box .jm-job-box-location span:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: cover;
	background-repeat: no-repeat;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-salary span:before {
	background-image: url('https://growthsavvy.io/wp-content/uploads/2024/08/currency-dollar.svg');	
}

.jm-section-careers-listing .jm-job-box .jm-job-box-location span:before {
	background-image: url('https://growthsavvy.io/wp-content/uploads/2024/08/map-pin.svg');	
}

.jm-section-careers-listing .jm-job-box .jm-job-box-cta {
	margin: 15px 0 -3px 0;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-cta .jm-cta-solid-orange {
	font-size: 16px;
}

.jm-section-careers-listing .jm-job-box .jm-job-box-send-to-friend .jm-cta-outline-blue {
	font-size: 16px;
	padding: 0.8em 30px;
}
/*----------------------------------------------------------------------*/



/*----------------------------------------------------------------------*/
/* Career Page - Individual Job */
/*----------------------------------------------------------------------*/
.jm-hero-section.jm-hero-section-careers-i .jm-hero-col-right:before {
	content: "";
	display: block;
	width: 530px;
	height: 410px;
	position: absolute;
	left: -36px;
	top: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('https://growthsavvy.io/wp-content/uploads/2024/08/careers-yellow-bubble-min.png');
}

.jm-career-page-col-left {
	text-align: left;
	padding-right: 150px !important;
}

.jm-career-page-title h1 {
	font-size: 40px;
	font-family: "Roboto";
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: #4467B3;
	max-width: 60%;
}

.jm-career-page-i-details {
	margin: 10px 0;
}

.jm-career-page-i-details p {
	margin: 0;
	padding: 0;
}

.jm-career-page-i-details-salary .col-inner p span,
.jm-career-page-i-details-location .col-inner p span {
	color: #353535B2;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 32px;
}

.jm-career-page-i-details-salary .col-inner p span:before, 
.jm-career-page-i-details-location .col-inner p span:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
    background-size: cover;
    background-repeat: no-repeat;
}

.jm-career-page-i-details-salary .col-inner p span:before {
	background-image: url(https://growthsavvy.io/wp-content/uploads/2024/08/currency-dollar.svg);
}

.jm-career-page-i-details-location .col-inner p span:before {
    background-image: url(https://growthsavvy.io/wp-content/uploads/2024/08/map-pin.svg);
}

.jm-career-page-i-job-type p {
	margin: 25px 0 15px 0;
	padding: 0;
}

.jm-career-page-i-job-type p span {
	padding: 10px 26px;
	border-radius: 8px;
	background: #E0E9FF;
	color: #4467B3;
	font-weight: 700;
	font-size: 14px;
}

.jm-career-page-i-technologies {
	padding: 0;
	margin: 10px 0 0 0;
}

.jm-career-page-i-technologies .jm-cta-outline-blue {
	border: 1px solid #4560A4 !important;
	padding: 10px 20px 0 20px;
	border-radius: 30px !important;
	cursor: pointer;
}

.jm-career-page-i-technologies .jm-cta-outline-blue:hover {
	cursor: unset !important;
}

.jm-career-page-i-technologies .jm-cta-outline-blue span {
	font-size: 16px;
	color: #4560A4 !important;
}

.jm-career-page-i-full-description {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.jm-career-page-i-full-description h3 {
	margin-top: 36px;
	margin-bottom: 16px;
	padding: 0;
}

.jm-career-page-col-right .jm-cta-solid-orange {
	font-size: 16px;
	margin-top: 10px;
}

.jm-career-page-col-right {
	position: sticky;
}

.jm-career-page-i-right-icon-box {
	margin-bottom: 16px;
}

.jm-career-page-i-right-icon-box p {
	padding: 0;
	margin: 0;
	position: relative;
    top: 6px;
    left: -5px;	
}

.jm-career-page-apply-row {
	width: 100%;
}

.jm-career-page-apply-row .message-box {
    background-color: #e8ecf7;
    color: #353535;
    border: 0; 
    padding: 40px 30px 30px 30px;
    margin-top: -58px; /* Space above the message box */
	border-radius: 30px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/ /* Optional: adds depth */
    font-size: 16px; /* Readable text size */
	text-align: center;
}

.jm-career-page-apply-row .message-box a {
	 color: #353535;
	font-weight: 600;
}

.jm-career-page-apply-row .message-box .message-box-inner {
	margin-top: 10px;
}

/* Mobile updates for the career page */
@media screen and (max-width: 850px) {
	.jm-hero-section.jm-hero-section-careers .jm-hero-col-right:before {
		width: 350px;
		height: 250px;
		transform: rotate(294deg);
		left: 0;
	}
	
	.jm-hero-section-careers-i .jm-hero-bottom-wave .col .col-inner {
        margin-top: -170px !important;
    }	
	
	.jm-hero-section.jm-hero-section-careers-1 .jm-hero-row-content .col .col-inner .row .jm-hero-col-right .col-inner {
        margin-bottom: -80px !important;
    }
	
	.jm-hero-section.jm-hero-section-careers-i .jm-hero-col-right .box .box-image img {
		max-width: 130%;
    	width: 130%;
	}	
	
	.jm-career-page-col-left {
		text-align: left;
		padding: 0 20px !important;
	}
	
	.jm-career-page-title h1 {
		font-size: 38px;
		max-width: 100%;
	}	
	
	.jm-career-page-i-technologies .jm-cta-outline-blue {
		border: 1px solid #4560A4 !important;
		padding: 5px 20px 0 20px;
		border-radius: 26px !important;
		cursor: pointer;
	}	
	.jm-career-page-i-full-description h3 {
		margin-top: 36px;
		margin-bottom: 10px;
		padding: 0;
		font-size: 1.4em;
	}	
}
/*----------------------------------------------------------------------*/