body[data-page-name="join-our-team"] #ry-pg-banner .ry-bnr-wrp {
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-6e1c5ddd-ed45-46ae-9b49-91f9243dda12/image_4_1_.jpg) !important;
}
body[data-page-name="join-our-team"] #ry-pg-banner .ry-bnr-wrp:before {
	display: none !important;
}
.JOT-section-1 {
	padding: 100px 0;
	background: #162a47;
}
.JOT-section-1 .content .ry-flex .ry-each {
	display: flex;
	align-items: center;
}
.JOT-section-1 .ry-title-headline h2 {
	max-width: 600px;
	color: #fff;
}
.JOT-section-1 .ry-title-headline ul li {
	font-size: 20px;
	color: #fff;
	font-family: 'Questrial';
	line-height: 1.6;
}
.ry-title-headline .span-1 {
	font-size: 30px;
	font-family: 'Crimson Text';
	font-style: italic;
	color: #176bae;
}
.ry-title-headline h2 {
	font-size: 50px;
	font-family: 'Crimson Text';
	text-transform: uppercase !important;
	letter-spacing: 4px;
	margin-bottom: 10px;

}

.JOT-section-2 {
	padding: 160px 0;
}
.scroll-container {
	max-width: 560px;
	padding-right: 80px;
	max-height: 880px;
	overflow-y: scroll;
}
.scroll-container .each-job {
	padding-bottom: 35px;
	margin-bottom: 25px;
	border-bottom: 1px solid #707375;
}
.scroll-container .each-job h3 {
	font-size: 28px !important;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}
.scroll-container .each-job p {
	text-align: left;
	color: #707375;
	font-size: 18px !important;
	line-height: 1.4;
}
.scroll-container .each-job a {
	font-size: 24px;
	color: #176bae;
	font-family: 'Crimson Text';
	font-style: italic;
	margin-top: 20px;
	display: block;
}
.scroll-container::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);*/
	border-radius: 10px;
	background-color: transparent;
	width: 3px;
}

.scroll-container::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
	background-color: #176bae;
}
.form-v2 {
	max-width: 720px;
	padding: 60px 45px;
	background: #eeeeee;
}
.form-v2:before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 1px solid #176bae;
	content: "";
}
.form-v2 textarea.form-control {
	min-height: 155px;
	padding-top: 20px;
}
.form-v2 .form-control {
	min-height: 56px;
	padding-left: 20px;
	font-size: 18px;
	border-radius: unset;
	margin-top: 0;
}
.form-v2 .form-group #Resume {
	min-height: 155px;
	position: absolute;
	opacity: 0;
}
.form-v2 .form-group {
	margin-bottom: 10px;
}
.form-v2 .custom-file-upload .form-group {
	margin-bottom: 0;
}
.form-v2 .custom-file {
	width: 100%;
	height: 155px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.form-v2 .custom-file .file-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form-v2 .custom-file .file-icon img {
	max-width: max-content;
	margin-bottom: 10px;
}
.form-v2 .custom-file .file-icon span {
	color: #707375;
}
.form-v2 .recaptcha {
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
/* VIDEO */
.video_wrapper {
	margin: 0 auto;
	position: relative;
	background-color: #000;
}
.video_wrapper_full {
	padding-top: 52.25%;
	border: 10px solid #fff;
	margin-left: 0;
	z-index: 2;
}

.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-01b04d94-7321-457d-94d5-160f44f8697f/TeamAssets/videoscreenshot.jpg);
	background-size: 100%;
	border: none;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	background-size: cover;
}

.videoPoster:hover {
	cursor: pointer;
}
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -40px 0 0 -40px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-01b04d94-7321-457d-94d5-160f44f8697f/TeamAssets/Play_icon.png);
	background-size: contain;
}

.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.video-poster {
	position: relative;
}
.JOT-section-3 {
	padding: 10vw 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-01b04d94-7321-457d-94d5-160f44f8697f/TeamAssets/welcome_img.jpg);
	background-size: cover;
}
.JOT-section-3 .module-22 {
	padding-left: 0;
	padding-right: 0;
}
.JOT-section-3 .module-22 .ry-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
}
.JOT-section-3 .module-22 .ry-left {
	padding-right: 0;
	max-width: 720px;
	width: 100%;
	padding: 0 70px;
}
.JOT-section-3 .module-22 .ry-right .content-wrap ul {
	max-width: 480px;
	margin: 0 auto;
}

.JOT-section-3 .module-22 .ry-generic .title-wrap .ry-heading:after {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 1px;
	margin-left: 20px;
}
.JOT-section-3 .module-22 .ry-generic .title-wrap .ry-heading:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 1px;
	margin-right: 20px;
}
.JOT-section-3 .module-22 .ry-generic .title-wrap .ry-sub-heading {
	text-align: center;
}
.JOT-section-3 .module-22 .ry-right {
	flex: unset;
	width: 37%;
}
.JOT-section-3 .module-22 .ry-generic .title-wrap .ry-heading {
	font-size: 30px;
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.JOT-section-4 .custom-reviews-section .reviewer div h5 {
	text-align: center;
	font-size: 24px;
}
@media (max-width: 1440px) {
	.JOT-section-1 .content .ry-flex .ry-each:nth-child(2) {
		padding-left: 60px;
	}
	.scroll-container {
		padding-right: 40px;
	}
	.JOT-section-2 .ry-flex .ry-each:nth-child(1) {
		padding-right: 40px;
	}
}
@media (max-width: 1199px) {
	.JOT-section-1 .content .ry-flex .ry-each:nth-child(2) {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.JOT-section-1 .content .ry-flex {
		flex-direction: column-reverse;
	}
	.JOT-section-2 .ry-flex {
		flex-direction: column;
	}
	.JOT-section-2 .ry-flex .ry-each:nth-child(1) {
		padding-right: 0;
		margin-bottom: 70px;
	}
	.JOT-section-2 .scroll-container {
		max-width: 100%;
		padding-right: 30px;
		max-height: 500px;
		overflow-y: scroll;
		width: 100%;
	}
	.form-v2 {
		max-width: calc(100% - 20px);
		padding: 60px 45px;
		background: #eeeeee;
		float: unset;
		margin: 0 auto;
	}
	.JOT-section-3 .module-22 .ry-flex {
		align-items: center;
	}
	.module-22 .ry-right {
		width: 100%;
	}

}
@media (max-width: 767px) {
	.JOT-section-3 {
		position: relative;
		z-index: 10;
	}
	.ry-title-headline .span-1 {
		display: block;
		text-align: center;
	}
	.JOT-section-4 .swiper-slide img {
		filter: invert(1);
		width: auto;
		max-width: 280px;
	}

}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

}

@media (min-width: 992px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/

}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}
@media (min-width: 1700px) {
	body[data-page-name="join-our-team"] #ry-pg-banner .ry-container {
		max-width: 1600px;
	}
}