/*section.slides*/
@media screen and (max-width: 500px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 0px;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: visible;
		width: 100%;
		padding: 30px 10px 30px 10px;
		z-index: 2;
	}
	section.slides .text {
		width: 100%;
		overflow: auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--paragraph-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 0px;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: visible;
		width: 100%;
		padding: 30px 10px 30px 10px;
		z-index: 2;
	}
	section.slides .text {
		width: 100%;
		overflow: auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--paragraph-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	section.slides {
		position: relative;
		height: 550px;
		background-image: url(images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 0px;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: visible;
		width: 100%;
		height: 100%;
		padding: 0px 30px 250px 30px;
		z-index: 2;
	}
	section.slides .text {
		width: 70%;
		overflow: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--paragraph-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 1201px) {
	section.slides {
		position: relative;
		height: 550px;
		background-image: url(images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 0px;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: visible;
		width: 100%;
		height: 100%;
		padding: 0px 30px 250px 30px;
		z-index: 2;
	}
	section.slides .text {
		width: 70%;
		overflow: auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--paragraph-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
/*section.feat*/
@media screen and (max-width: 500px) {
	section.feat {
		display: none;
	}
	section.feat img.banner {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.feat {
		display: none;
	}
	section.feat img.banner {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	section.feat {
		display: none;
	}
	section.feat img.banner {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
}
@media screen and (min-width: 1281px) {
	section.feat {
		display: none;
	}
	section.feat img.banner {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}
}
/*section.specialties*/
@media screen and (max-width: 500px) {
	section.specialties {
		padding: 5px;
	}
	section.specialties>.wrap {
		display: flex;
		flex-wrap: wrap;
	}
	section.specialties h1 {
		padding: 0 5% 10px 5%;
	}
	section.specialties .item_style_3 {}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.specialties {
		padding: 5px;
	}
	section.specialties>.wrap {
		display: flex;
		flex-wrap: wrap;
	}
	section.specialties h1 {
		padding: 0 5% 10px 5%;
	}
	section.specialties .item_style_3 {}
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	section.specialties {}
	section.specialties>.wrap {
		display: flex;
		flex-wrap: wrap;
	}
	section.specialties h1 {
		padding: 0 10% 100px 10%;
	}
	section.specialties .item_style_3 {}
}
@media screen and (min-width: 1281px) {
	section.specialties {}
	section.specialties>.wrap {
		display: flex;
		flex-wrap: wrap;
	}
	section.specialties h1 {
		padding: 0 10% 100px 10%;
	}
	section.specialties .item_style_3 {}
}