.iiner-page-banner {
	background: url(../images/background/banner-background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 670px;
	padding-top: 8%;
}

.banner-content h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 43px;
	margin-bottom: 35px;
}

.banner-content h5 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 35px;
}

.post-job-btn {
	background: #f47815;
	color: #ffffff;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: 1s;
}

.post-job-btn:hover {
	text-decoration: none;
	color: #f47815;
	background: #ffffff
}

.step-section-area {
	margin-top: -245px;
	margin-bottom: 90px;
}

.step-section-area-box {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #b1aaaa;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 25px;
	padding-left: 15px;
	padding-right: 15px;
	transition: 1s;
	height: 550px;
}

.step-section-area-box:hover {
	margin-top: -10%;
}

.step-section-area-box .step-icon {
	background: url(../images/background/icon-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 150px;
	width: 175px;
	margin-left: 12%;
	padding-top: 10%;
}

.step-section-area-box .step-icon img {
	/*height: 90px;width: 130px;*/
	margin-left: -11%;
}

.step-section-area-box h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.step-section-area-box p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 30px;
}

.tab-section {
	margin-top: 90px;
	margin-bottom: 90px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li {
	margin-right: 2px;
	background-image: url(../images/background/tab-bg-2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 50px;
	width: 33%;
	text-align: center;
}

.tab-section .carousel-control.left,
.tab-section .carousel-control.right {
	background: none !important;
}

.tab-section .carousel-control {
	position: absolute;
	top: 60% !important;
	bottom: 0;
	left: 0;
	width: 5%;
	font-size: 20px;
	color: #000 !important;
	text-align: left !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: 1 !important;
}

.tab-section .carousel-inner .content {
	margin-top: 12%;
	padding-left: 9%;
}

.tab-section .carousel-control.right {
	left: 94%;
	/* left: auto; */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
	text-align: left !important;
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
	background-image: url(../images/background/tab-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 50px;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: none !important;
	color: #ffffff;
	text-decoration: none;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	background-image: url(../images/background/tab-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 50px;
}

.nav-tabs>li>a:hover {}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #ffffff;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	/*border-top: 1px solid #eee;*/
	padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
	margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
	.step-section-area-box h2 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 29px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
}

@media only screen and (max-width: 768px) {
	.tab-section .carousel-control.right {
		left: 89%;
		/* left: auto; */
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		background-repeat: repeat-x;
		text-align: left !important;
	}

	.step-section-area-box {
		background: #fff;
		box-shadow: 0px 0px 10px 0px #b1aaaa;
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 25px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 1s;
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 600px) {
	.banner-content h2 {
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 32px;
		margin-bottom: 20px;
	}

	.banner-content h5 {
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 19px;
		margin-bottom: 83px;
	}

	.iiner-page-banner {
		background: url(../images/background/banner-background.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 237px;
		padding-top: 8%;
	}

	.mobile-mtb-50 {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.step-section-area {
		margin-top: 70px;
		margin-bottom: 90px;
	}

	.step-section-area-box {
		background: #fff;
		box-shadow: 0px 0px 10px 0px #b1aaaa;
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 25px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 1s;
		height: 585px;
	}

	.tabbable-line>.nav-tabs>li {
		margin-right: 2px;
		background-image: url(../images/background/tab-bg-2.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 50px;
		width: 49%;
		text-align: center;
		float: left;
		margin-bottom: 3%;
	}
}

@media only screen and (max-width: 425px) {
	.step-section-area-box .step-icon {
		margin-left: 27%;
	}
}


.candidate-about-us-page {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-us-content-title {
	margin-bottom: 20px;
}

.about-us-content-title h3 {
	text-transform: uppercase;
}

.candidate-about-us-content p {
	text-align: justify;
	margin-bottom: 20px;
}

.candidate-about-us-bg-images {
	margin-right: -25.5%;
}

.candidate-about-us-bg-images img {
	height: 537px;
	width: 90%;
	margin-left: 10%;
}

.candidate-about-us-images {
	position: absolute;
	top: 23%;
	left: 15%;
}

.candidate-about-us-images img {
	width: 300px;
	height: 300px;
}

.candidate-interview-preparation-content p {
	text-align: justify;
	margin-bottom: 20px;
}

.candidate-interview-preparation-bg-images {
	margin-left: -25.5%;
}

.candidate-interview-preparation-bg-images img {
	height: 537px;
	width: 90%;
	margin-right: 10%;
}

.candidate-interview-preparation-images {
	position: absolute;
	top: 23%;
	right: 15%;
}

.candidate-interview-preparation-images img {
	width: 300px;
	height: 300px;
}

.candidate-interview-preparation-content .about-us-content-title h3 {
	position: relative;
	margin-bottom: 30px;
}

.candidate-interview-preparation-content .about-us-content-title h3:before {
	position: absolute;
	content: '';
	background: #4a6cdf;
	width: 460px;
	height: 5px;
	top: 135%;
}

.candidate-interview-preparation-content .about-us-content-title h3:after {
	position: absolute;
	content: '';
	background: #ffffff;
	width: 20px;
	height: 20px;
	top: 107%;
	left: 40%;
}

.candidate-privacy-bg-images img {
	height: 200px;
	width: 93%;
	margin-left: 10%;
}

.candidate-privacy-bg-images {
	margin-right: -21.5%;
}

.candidate-privacy-images {
	position: absolute;
	top: 9%;
	left: 22%;
}

.candidate-privacy-images img {
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 768px) {
	.candidate-interview-preparation-content .about-us-content-title h3:before {
		position: absolute;
		content: '';
		background: #4a6cdf;
		width: 100%;
		height: 5px;
		top: 135%;
	}
}

@media only screen and (max-width: 600px) {

	.candidate-privacy-bg-images,
	.candidate-about-us-bg-images,
	.candidate-interview-preparation-bg-images {
		display: none;
	}

	.candidate-interview-preparation-images {
		position: relative;
		right: 0%;
		top: 0%;
	}

	.candidate-about-us-images,
	.candidate-privacy-images {
		position: relative;
		left: 0%;
		top: 0%;
	}

	.candidate-interview-preparation-images img,
	.candidate-about-us-images img,
	.candidate-privacy-images img {
		width: 100%;
	}

	.candidate-privacy-images img {
		height: 300px;
	}

	.candidate-interview-preparation-row {
		display: flex;
		flex-flow: column;
	}

	.candidate-interview-preparation-colum-2 {
		order: 1;
	}

	.candidate-interview-preparation-colum {
		order: 2;
	}
}

@media only screen and (max-width: 575px) {
	.candidate-interview-preparation-content .about-us-content-title h3:before {
		position: absolute;
		content: '';
		background: #4a6cdf;
		width: 290px;
		height: 5px;
		top: 135%;
	}

	.candidate-privacy-bg-images,
	.candidate-about-us-bg-images,
	.candidate-interview-preparation-bg-images {
		display: none;
	}

	.candidate-interview-preparation-images {
		position: relative;
		right: 0%;
		top: 0%;
	}

	.candidate-about-us-images,
	.candidate-privacy-images {
		position: relative;
		left: 0%;
		top: 0%;
	}

	.candidate-interview-preparation-images img,
	.candidate-about-us-images img,
	.candidate-privacy-images img {
		width: 100%;
	}

	.candidate-privacy-images img {
		height: 300px;
	}

	.candidate-interview-preparation-row {
		display: flex;
		flex-flow: column;
	}

	.candidate-interview-preparation-colum-2 {
		order: 1;
	}

	.candidate-interview-preparation-colum {
		order: 2;
	}
}

.about-us-page p img {
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 15px;
}

.about-us-content-title {
	margin-bottom: 30px;
}

.about-us-page {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-us-content p {
	text-align: justify;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.about-us-mobile-view-row {
		display: flex;
		flex-flow: column;
	}

	.about-us-content-colum {
		order: 1;
	}

	.about-us-content-colum-2 {
		order: 2;
	}

	.about-us-image-colum {
		order: 3;
	}
}

@media only screen and (max-width: 575px) {
	.about-us-mobile-view-row {
		display: flex;
		flex-flow: column;
	}

	.about-us-content-colum {
		order: 1;
	}

	.about-us-content-colum-2 {
		order: 2;
	}

	.about-us-image-colum {
		order: 3;
	}
}

#error_div {
	color: red;
}

/* Sticky footer: pin footer to viewport bottom when page content is short */
html {
	height: 100%;
}

body {
	min-height: 100%;
}

.site-content {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.page-wrap {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

/* Fill space above footer with same bg as list pages (avoids white strip before footer) */
.page-wrap .listpgWraper {
	flex: 1 1 auto;
}

.page-wrap>footer.footer {
	margin-top: auto;
	flex-shrink: 0;
}

/* Employer workspace: sticky footer without extra gap below viewport */
body.jb-employer-app-layout .site-content {
	min-height: 0;
	background: #f1f5f9;
}

body.jb-employer-app-layout .page-wrap > footer.footer {
	margin-top: auto;
	margin-bottom: 0;
}

/* Candidate workspace strip — below inner page title, not in header */
.candidate-workspace-page-strip {
	background: #fafafa;
	border-bottom: 1px solid #e8e8e8;
	padding: 12px 0 14px;
}

.workspace-strip-row {
	align-items: center;
}

.workspace-strip-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
	margin-right: 6px;
}

.workspace-strip-popover {
	margin-right: 8px;
	cursor: pointer;
}

.workspace-strip-switch-control {
	display: inline-block;
	vertical-align: middle;
}

.workspace-strip-switch-col {
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.workspace-strip-switch-col {
		margin-bottom: 0;
	}
}

.workspace-strip-links-col {}

@media (min-width: 768px) {
	.workspace-strip-links-col {
		text-align: right;
	}
}

.workspace-strip-links-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 2px;
	white-space: nowrap;
	text-align: left;
}

@media (min-width: 768px) {
	.workspace-strip-links-scroll {
		overflow-x: visible;
		white-space: normal;
		text-align: right;
	}
}

.workspace-strip-nav a {
	display: inline-block;
	padding: 4px 6px;
	font-size: 13px;
	color: #313131;
	line-height: 1.4;
	border-radius: 2px;
}

.workspace-strip-nav a:hover,
.workspace-strip-nav a:focus {
	background: rgba(0, 0, 0, 0.04);
	text-decoration: none;
}

.workspace-strip-nav a.active {
	font-weight: 700;
	color: #1a1a1a;
}

.workspace-strip-dot {
	display: inline-block;
	padding: 0 1px;
	color: #bdbdbd;
	font-weight: bold;
}

/* My Profile: consistent gaps between fields (main.css .formrow mb:15px stacks with grid gutters) */
.formpanel-tight-fields .formrow {
	margin-bottom: 0 !important;
}

.formpanel .formrow {
    margin-bottom: 10px !important;
    font-family: var(--font-regular);
}

.formpanel-tight-fields .control-label {
	margin-bottom: 4px;
	margin-top: 0;
	font-size: 13px;
	padding-top: 0;
	font-weight: 600;
}

.formpanel-tight-fields .panel-body>.row>[class*="col-"] {
	margin-bottom: 12px;
}

.formpanel-tight-fields .panel {
	margin-bottom: 16px;
}

.formpanel-tight-fields select.form-control {
	line-height: 1.42857143;
	min-height: 38px;
}

.formpanel-tight-fields .panel-heading {
	padding: 10px 15px;
}

.formpanel-tight-fields .panel-body {
	padding-top: 12px;
	padding-bottom: 8px;
}

/* My Profile: two-column editor + always-open section panels */
.profile-editor-main-row,
.profile-editor-portfolio-row {
	clear: both;
}

.profile-editor-col {
	margin-bottom: 4px;
}

@media (min-width: 992px) {
	.profile-editor-main-row .profile-editor-col-left {
		padding-right: 12px;
	}

	.profile-editor-main-row .profile-editor-col-right {
		padding-left: 12px;
	}

	.profile-editor-portfolio-row>.profile-editor-col:first-child {
		padding-right: 12px;
	}

	.profile-editor-portfolio-row>.profile-editor-col:last-child {
		padding-left: 12px;
	}
}

.profile-editor-module .panel-heading .panel-title {
	font-size: 15px;
	font-weight: 600;
}

.profile-editor-top-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.profile-editor-top-actions .btn {
	margin-bottom: 0;
}

.profile-editor-top-save-btn {
	white-space: nowrap;
}

.pageHeader {
	padding: 10px !important;
}

.formpanel .btn {
	padding: 8px 10px !important;
	font-size: 12px !important;
	border-radius: 25px !important;
}

@media (min-width: 768px) {
	.profile-editor-fields>.col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* Street address + Summary: two-line default height (override main.css 150px textarea) */
.formpanel-tight-fields textarea.textarea-two-lines,
.formpanel textarea.textarea-two-lines {
	height: auto !important;
	min-height: calc(2 * 1.42857143em + 16px);
	resize: vertical;
	line-height: 1.42857143;
}