
/* CSS Document */

/* Styles */
.site-inner .wrap {
	max-width: 100%;
}

.content .wrap {
	max-width: 1500px;
}

.octane-background img {
	mix-blend-mode: multiply;
}

.padding {
	padding: 120px 0;
}

.padtop {
	padding: 120px 0 0;
}

.padbot {
	padding: 0 0 120px;
}

.iron-line {
	border-top: 2px solid transparent;
	margin: 55px 0;
}

.iron-line::before {
	content: "";
	display: block;
	width: 41%;
	height: 2px;
}

.iron-line.black::before {
	background: var(--black);
}

.iron-line.white::before {
	background: var(--white);
}

.iron-line.main::before {
	background: var(--main);
}

.iron-line.sec::before {
	background: var(--sec);
}

.iron-line.tri::before {
	background: var(--tri);
}

.left::before {
	content: "";
	position: absolute;
	left: 0;
}

.right::before {
	content: "";
	position: absolute;
	right: 0;
}

.title {
	display: block;
	font-family: var(--hv);
	font-weight: var(--hv-weight);
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 16px;
}

.subtitle {
	font-family: var(--main-font);
	display: block;
	width: fit-content;
	font-size: 20px;
	line-height: 28px;
	padding: 8px 34px;
	margin: 0 0 14px;
}

.main-text p {
	width: 1021px;
	margin: 0 auto;
}

.main-text hr {
	border-top: 2px solid var(--black);
	width: 740px;
	margin: 55px auto;
}

.bk-tri .main-text hr, .bk-main .main-text hr, .bk-sec .main-text hr, .bk-main.main-text hr, .bk-sec.main-text hr, .bk-tri.main-text hr {
	border-color: var(--white);
}

.bk-main a, .bk-sec a, .bk-tri a {}

.bk-main a:hover, .bk-sec a:hover, .bk-tri a:hover {
	color: var(--black);
}

.link {
	display: block;
	width: fit-content;
	font-size: 20px;
	padding: 26px 81px;
	margin: 20px 0 0;
}

.full-link .link {
	width: 100%;
	padding: 26px 10px;
}

.bk-black .link, .octane-position.black .link, .bk-main .link, .octane-position.main .link, .bk-sec .link, .octane-position.sec .link, .bk-tri .link, .octane-position.tri .link {}

.bk-white .link {}

.link:hover {
	background: var(--main) !important;
	color: var(--white) !important;
}

/* Textarea */
.text {
	margin: 0 0 28px;
}

.text:last-child {
	margin: 0;
}

.text-area p:last-of-type {
	margin: 0;
}

.sbs ol, .sbs ul, .text-area ol, .text-area ul {
	margin-bottom: 20px;
}

.sbs ol > li, .text-area ol > li {
	list-style-type: decimal;
	list-style-position: inside;
}

.sbs ul > li, .text-area ul > li {
	list-style-type: disc;
	list-style-position: inside;
}

.sbs ol ol, .sbs ul ul, .text-area ol ol, .text-area ul ul {
	margin-bottom: 0;
}

/* Extra Classes */

/* Career Testimonials */
.car-test .wpcp-slide-image img {
	object-fit: scale-down;
	width: 100%;
}

/* Product Finder */
.searchandfilter ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 22px 15px;
}

.searchandfilter ul li {
	flex: 0 1 32%;
	padding: 0;
}

.sf-field-submit {
	text-align: center;
	flex: 0 1 100% !important;
}

.searchandfilter h4 {
	font-size: 24px !important;
	line-height: 28px !important;
	padding: 0;
	margin: 0 0 10px;
}

.searchandfilter label {
	width: 100%;
}

.searchandfilter .sf-input-select {
	min-width: unset !important;
}

/* Text Hero */
.hero-text .wp-video, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
	width: 100% !important;
}

.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
	height: 903px !important;
}

.hero-text .wp-video-shortcode {
	object-fit: cover;
}

.hero-text .mejs-controls {
	display: none;
}

.hero-text .padding {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-text .text {
	display: flex;
	flex-direction: column;
}

.hero-text .title {
	order: 2;
	font-size: 46px;
	line-height: 46px;
	margin: 0;
}

.hero-text  .subtitle {
	background: transparent;
	padding: 0;
	margin: 0 auto 14px;
}

.hero-text p {
	width: 1021px;
	margin: 0 auto;
}

.hero-text hr {
	border-top: 2px solid var(--black);
	margin: 55px 0 0;
}

/* Locations */
.location.text-area {
	padding: 0 0 120px;
}

.location.text-area .title {
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 10px;
}

.location.text-area .wptb-table-container {
	float: none !important;
	margin: 0 !important;
}

.location.text-area .semantic_ui .ui.table {
	border-radius: 0 !important;
	border-color: var(--main);
}

.location.text-area .semantic_ui .ui.table th {
	border-radius: 0 !important;
	background: var(--main);
	text-transform: unset;
	color: var(--white);
}

.location.text-area .semantic_ui .ui.table td {
	border-color: var(--main);
}

/* Side by Side */
.sbs-flex {
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 0 22px;
}

.align-top .sbs-flex {
	align-items: flex-start;
}

.just-center .sbs-flex {
	justify-content: center;
}

.sbs-img {
	border: 10px solid var(--white);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	object-fit: cover;
	width: 100%;
	height: 600px;
}

.sbs-flex iframe {
	border: 10px solid var(--white);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	width: 100%;
	height: 400px;
}

.sbs-flex p:last-of-type {
	margin: 0;
}

.sbs-flex .accordion-list li {
	list-style-type: none;
}

/* Extra Classes */

/* Stack Img */
.stackimg .sbs-img:first-child {
	float: right;
	width: 482px;
	height: 388px;
}

.stackimg .sbs-img:last-child {
	width: 392px;
	height: 330px;
	margin: -55px 0 0;
}

/* Culture */
.culture .wpcp-slide-image img {
	object-fit: cover;
	width: 100%;
}

/* Values */
.values .sbs-flex {
	gap: 0 71px;
	margin: 0 0 39px;
}

.values .sbs-flex:last-of-type {
	margin: 0;
}

.values .sbs-flex .title {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

.values .sbs-flex .title::after {
	content: "";
	display: block;
	background: var(--main);
	width: 102px;
	height: 5px;
	margin: 24px 0 0;
}

.values .sbs-flex p {
	font-size: 16px;
	line-height: 24px;
}

/* Comm Involve */
.comm-involve .wrap {
	display: flex;
	flex-direction: column;
}

.comm-involve .main-text {
	order: 2;
}

.comm-involve .wpcp-single-item {
	width: 100%;
}

.comm-involve .wpcp-slide-image img {
	object-fit: scale-down;
	width: 100%;
	height: 100%;
}

/* About Team */
.about-team .wrap {
	display: flex;
	flex-direction: column;
}

.about-team .main-text {
	order: 2;
}

.about-team .main-text p {
	width: auto;
}

/* Small Img */
.sm-img img {
	box-shadow: unset;
	border: 0;
	object-fit: unset;
	width: auto;
	height: auto;
}

/* CTA */
.cta {
	text-align: center;
}

.cta-flex {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 50px;
}

.cta-title {
	font-family: var(--bold-font);
	margin-bottom: 0;
}

.cta-link {
	padding: 14px 22px;
	margin: 0;
}

.cta-link:hover {
	background-color: var(--sec);
	color: #fff;
}

/* Columns */
.columns, .tabs {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 22px 15px;
}

.columns li, .tablinks {
	position: relative;
	transition: 1s all ease-in-out;
	flex: 0 1 32%;
}

.columns li:hover .octane-background img {
	mix-blend-mode: multiply;
}

.col-flex, .tab-flex {
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 30px 20px;
}

.col-img, .tab-img {
	display: block;
	margin: 0 0 14px;
}

.col-full-img {
	object-fit: cover;
	width: 100%;
	height: 415px;
}

.col-title {
	display: block;
	font-family: var(--hv);
	font-weight: var(--hv-weight);
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 10px;
}

.col-flex .subtitle {
	text-align: center;
	width: 100%;
}

.sp-items li:hover {
	transform: scale(1.1);
	margin: 0 20px;
}

.bucket-style4 li:hover {
	transform: unset;
	transform: translateY(-10px);
	margin: 0;
}

.tab-style3 .tabcontent .sp-items li:hover {
	margin: 20px;
}

.sp-items .octane-position {
	height: 100%;
}

.sp-items .octane-content, .sp-table .octane-content {
	transition: 1s all ease-in;
	border-radius: var(--img-radius);
}

.num-box {
	display: block;
	background: var(--black);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	margin: -70px auto 20px;
}

.num {
	display: block;
	font-family: var(--bold-font);
	color: var(--white);
	font-size: 55px;
	line-height: 100px;
}

.col-text p {
	color: var(--white);
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 10px;
}

.col-text p:last-of-type, .tabcontent p:last-of-type {
	margin: 0;
}

.col-flex .link {
	font-family: var(--semi);
	font-size: 14px;
	padding: 4px 17px;
}

/* Col Hover */
.col-hover .columns li {
	height: 100%;
}

.col-hover .col-flex {
	transition: 1s opacity ease-in-out;
	opacity: 0;
	height: 415px;
}

.col-hover li:hover .col-flex {
	cursor: pointer;
	opacity: 1;
	height: auto;
	min-height: 415px;
}

.col-hover .col-text {
	color: var(--white);
	margin: 0 0 10px;
}

.col-hover .link {
	font-size: 14px;
	padding: 4px 17px;
}

/* Extra Classes */

/* No Col Flex Padding */
.no-col-pad .col-flex, .no-tab-pad .tab-flex {
	padding: 0;
}

/* Products */
.prod-col .main-text .link {
	margin: 20px auto 55px;
}

.prod-col .col-flex {
	min-height: 415px;
	padding: 20px 30px;
}

.prod-col .col-title {
	margin: 0 0 17px;
}

.prod-col .col-text {
	margin: 0 0 17px;
}

.prod-col .col-flex .link {
	margin: 0;
}

/* NIM Portal */
.nim-videos .col-flex {
	display: block;
	padding: 0;
}

.nim-videos .wp-video, .nim-videos .mejs-container, .nim-videos .wp-video-shortcode {
	width: 100% !important;
	min-width: 0px !important;
}

.nim-videos .mejs-container {
	height: 300px !important;
}

.nim-videos .wp-video-shortcode {
	object-fit: cover;
}

.nim-videos .mejs-button button {
	padding: 0 !important;
}

/* Tabs */
.tab-section .title {
	margin: 0 0 40px;
}

.tablinks {
	border: 0;
	padding: 0 !important;
}

.tablinks:hover, .tablinks:focus, .tablinks.active {
	/* background: var(--sec); */
	border: 0;
}

.tablinks:hover .octane-content, .tablinks:focus .octane-content, .tablinks.active .octane-content {}

.tab-title {
	transition: 1s all ease-in;
	font-family: var(--main-font);
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	padding: 17px 10px;
	margin: 0;
}

.tablinks:hover .tab-title, .tablinks.active .tab-title {
	background: var(--sec);
}

.tab-info {
	margin: 22px 0 0;
}

.tabcontent {
	display: none;
}

.tabcontent:first-child {
	display: block;
}

.tab-style1 .tabcontent {
	background: var(--main);
	border-radius: var(--img-radius);
	padding: 50px;
}

.tab-style3 .tabcontent .sp-items {
	text-align: center;
}

.tabcontent iframe {
	width: 100%;
	height: 500px;
}

.close {
	display: none;
}

/* Positions */
.positions em {
	font-size: 16px;
	line-height: 24px;
}

.positions .tabs {
	justify-content: center;
	margin: 16px 0 0;
}

.positions .tablinks {
	flex: 0 1 20%;
}

.positions .tablinks:hover, .positions .tablinks.active {
	background: transparent;
}

.positions .tablinks:first-child .tab-title {
	background: var(--main);
}

.positions .tablinks:first-child:hover .tab-title {
	background: var(--sec);
}

.positions .tab-img {
	object-position: top;
	object-fit: cover;
	width: 100%;
	height: 389px;
}

.positions .tabcontent p {
	width: 95%;
}

/* Pop Up */
.popup .tab-info {
	position: relative;
	margin: 0;
}

.popup .tabcontent {
	animation: fadeEffect 1s;
	display: none;
	text-align: center;
	background: var(--main);
	box-shadow: 5px 3px 6px rgba(0, 0, 0, 50%);
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 65%;
	padding: 25px 20px;
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.popup .close {
	cursor: pointer;
	display: block;
	float: right;
	background: var(--white);
	color: var(--black);
	width: 32px;
	margin: 0 0 -32px;
}

.popup .close:hover {
	background: var(--sec);
	color: var(--white);
}

.popup .tabcontent .wp-video {
	width: 95% !important;
	clear: both;
}

.popup .tabcontent .mejs-video, .popup .tabcontent .wp-video-shortcode {
	width: 100% !important;
	min-width: 100% !important;
	height: 500px !important;
}

.popup .tabcontent .mejs-controls {
	opacity: 0 !important;
}

.tab-section .link {
	margin: 55px auto 0;
}

/* Map */
.sp-map p {
	margin: 0;
}

.sp-map iframe {
	width: 100%;
}

/* Address & Hours */
.sp-hours a {
	font-family: var(--bold-font);
}

.sp-hours .hours-table tr {
	border-top-color: var(--black);
}

.sp-hours .hours-table tr:last-child {
	border-bottom-color: var(--black);
}

.sp-hours .hours-table td, .sp-hours .hours-table th {
	color: var(--black);
}

/* Service Areas */
.service-areas {
	padding: 50px 0;
}

.areas-locations .title {
	margin: 0 0 40px;
}

/* Responsive Design */
@media (max-width: 1650px) {
	.content .wrap {
		max-width: 1400px;
	}
	
	.title {
		font-size: 52px;
		line-height: 60px;
	}
	
	.link {
		padding: 26px 71px;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 613px;
	}
	
	.hero-sbs .sbs-img {
		height: 828px;
	}
	
	/* Columns */
	.col-title {
		font-size: 52px;
		line-height: 60px;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 863px !important;
	}
}

@media (max-width: 1550px) {
	.content .wrap {
		max-width: 1300px;
	}
	
	.padding {
		padding: 100px 0;
	}
	
	.padtop {
		padding: 100px 0 0;
	}
	
	.padbot {
		padding: 0 0 100px;
	}
	
	.title {
		font-size: 48px;
		line-height: 56px;
	}
	
	.iron-line {
		margin: 45px 0;
	}
	
	.main-text hr {
		margin: 45px auto;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Location */
	.location.text-area {
		padding: 0 0 100px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 823px !important;
	}
	
	.hero-text hr {
		margin: 45px 0 0;
	}
	
	/* Tabs */
	.tab-section .link {
		margin: 45px auto 0;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs {
		padding: 0;
	}
	
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 573px;
	}
	
	.hero-sbs .sbs-img {
		height: 728px;
	}
	
	/* Products */
	.products {
		padding: 100px 0 0;
	}
	
	/* Columns */
	.col-title {
		font-size: 48px;
		line-height: 56px;
	}
	
	/* Products */
	.prod-col .main-text .link {
		margin: 20px auto 45px;
	}
	
	.prod-col .col-flex {
		min-height: 375px;
	}
	
	.prod-col-text .col-flex {
		min-height: 415px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 260px !important;
	}
}

@media (max-width: 1440px) {
	.content .wrap {
		max-width: 1200px;
	}
	
	.padding {
		padding: 80px 0;
	}
	
	.padtop {
		padding: 80px 0 0;
	}
	
	.padbot {
		padding: 0 0 80px;
	}
	
	.title {
		font-size: 44px;
		line-height: 52px;
	}
	
	.iron-line {
		margin: 35px 0;
	}
	
	.link {
		font-size: 18px;
		padding: 26px 61px;
	}
	
	.main-text hr {
		margin: 35px auto;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Location */
	.location.text-area {
		padding: 0 0 80px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 743px !important;
	}
	
	.hero-text .padding {
		padding: 0 0 80px;
	}
	
	.hero-text .title {
		font-size: 44px;
		line-height: 44px;
	}
	
	.hero-text hr {
		margin: 35px 0 0;
	}
	
	/* Tabs */
	.tab-section .link {
		margin: 35px auto 0;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs {
		padding: 0;
	}
	
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 533px;
		margin: 0 60px 0 auto;
	}
	
	/* Products */
	.products {
		padding: 80px 0 0;
	}
	
	/* Columns */
	.col-title {
		font-size: 44px;
		line-height: 52px;
	}
	
	.col-text p {
		font-size: 18px;
		line-height: 24px;
	}
	
	/* Products */
	.prod-col .main-text .link {
		margin: 20px auto 35px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 385px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 385px;
	}
}

@media (max-width: 1350px) {
	.content .wrap {
		max-width: 1100px;
	}
	
	.title {
		font-size: 40px;
		line-height: 48px;
	}
	
	.iron-line {
		margin: 25px 0;
	}
	
	.link {
		font-size: 16px;
		padding: 26px 51px;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 483px;
	}
	
	.hero-sbs .sbs-img {
		height: 648px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		width: 442px;
		height: 348px;
	}
	
	.stackimg .sbs-img:last-child {
		width: 352px;
		height: 290px;
	}
	
	/* Values */
	.values .sbs-flex {
		gap: 0 31px;
		margin: 0 0 25px;
	}
	
	.values .sbs-flex .title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* Columns */
	.col-title {
		font-size: 40px;
		line-height: 48px;
	}
	
	.col-text p {
		font-size: 16px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 345px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 345px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 345px;
	}
	
	.prod-col-text .col-flex {
		min-height: 395px;
	}
	
	.prod-col .col-title {
		margin: 0 0 10px;
	}
	
	.prod-col .col-text {
		margin: 0 0 10px;
	}
	
	/* Positions */
	.positions .columns li {
		flex: 0 1 24%;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Product Finder */
	.searchandfilter h4 {
		font-size: 20px !important;
		line-height: 24px !important;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 703px !important;
	}
	
	.hero-text .padding {
		padding: 0 0 60px;
	}
	
	.hero-text .title {
		font-size: 40px;
		line-height: 40px;
	}
	
	.hero-text hr {
		margin: 25px 0 0;
	}
}

@media (max-width: 1250px) {
	.content .wrap {
		max-width: 1000px;
	}
	
	.title {
		font-size: 36px;
		line-height: 44px;
		margin: 0 0 20px;
	}
	
	.subtitle {
		font-size: 18px;
		line-height: 24px;
	}
	
	.main-text p {
		width: auto;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 433px;
	}
	
	.hero-sbs .sbs-img {
		height: 608px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		width: 402px;
		height: 308px;
	}
	
	.stackimg .sbs-img:last-child {
		width: 312px;
		height: 250px;
	}
	
	/* Values */
	.values .sbs-flex .title {
		font-size: 18px;
		line-height: 24px;
	}
	
	/* Columns */
	.col-title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.col-text p {
		line-height: 20px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 305px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 305px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 305px;
	}
	
	.prod-col-text .col-flex {
		min-height: 345px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 220px !important;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Product Finder */
	.searchandfilter h4 {
		font-size: 18px !important;
	}
	
	/* Locations */
	.location.text-area .title {
		font-size: 36px;
		line-height: 44px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 663px !important;
	}
	
	.hero-text .padding {
		padding: 0 0 60px;
	}
	
	.hero-text .title {
		font-size: 36px;
		line-height: 36px;
	}
	
	.hero-text p {
		width: auto;
	}
	
	/* Tabs */
	
	/* Positions */
	.positions .tablinks {
		flex: 0 1 24%;
	}
}

@media (max-width: 1150px) {
	.content .wrap {
		max-width: 900px;
	}
	
	.title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.subtitle {
		font-size: 16px;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 383px;
	}
	
	.hero-sbs .sbs-img {
		height: 568px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		width: 362px;
		height: 268px;
	}
	
	.stackimg .sbs-img:last-child {
		width: 272px;
		height: 210px;
	}
	
	/* Values */
	.values .sbs-flex .title {
		font-size: 16px;
	}
	
	/* Columns */
	.col-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 285px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 285px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 265px;
	}
	
	.prod-col-text .col-flex {
		min-height: 345px;
	}
	
	/* Positions */
	.positions .columns li {
		flex: 0 1 28%;
	}
	
	/* NIM Portal */
	.nim-videos .columns li {
		flex: 1 0 49%;
	}
	
	.nim-videos .mejs-container {
		height: 300px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 400px !important;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Product Finder */
	.searchandfilter h4 {
		font-size: 16px !important;
	}
	
	/* Location */
	.location.text-area .title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.location.text-area  .semantic_ui .ui.table {
		font-size: 16px !important;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 623px !important;
	}
	
	.hero-text .title {
		font-size: 32px;
		line-height: 32px;
	}
	
	/* Tabs */
	
	/* Positions */
	.positions .tablinks {
		flex: 0 1 32%;
	}
}

@media (max-width: 1024px) {
	.content .wrap {
		max-width: 90%;
	}
	
	.link {
		padding: 26px 41px;
	}
	
	/* Side by Side */
	.sbs-flex {
		gap: 0 2%;
	}
	
	.sbs-img {
		border-width: 7px;
	}
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		max-width: 85%;
		margin: 0 auto;
	}
	
	.hero-sbs .sbs-img {
		height: 528px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		width: 312px;
	}
	
	/* Values */
	.values .sbs-flex {
		gap: 0 2%;
		margin: 0 0 25px;
	}
	
	.values.just-center .sbs-flex {
		justify-content: space-between;
	}
	
	.values .sbs-left {
		width: 26% !important;
	}
	
	.values .sbs-right {
		width: 68% !important;
	}
	
	/* Columns */
	.columns, .tabs {
		gap: 22px 2%;
	}
	
	.col-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 285px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 285px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 260px !important;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Product Finder */
	.searchandfilter ul {
		gap: 22px 2%;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 583px !important;
	}
}

@media (max-width: 900px) {
	.padding {
		padding: 60px 0;
	}
	
	.padtop {
		padding: 60px 0 0;
	}
	
	.padbot {
		padding: 0 0 60px;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* SBS Text Top */
	.text-top .sbs-flex .sbs-left {
		width: 70% !important;
	}
	
	/* Location */
	.location.text-area {
		padding: 0 0 60px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 543px !important;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs {
		padding: 0;
	}
	
	.hero-sbs .sbs-img {
		height: 488px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		width: 292px;
	}
	
	/* Products */
	.products {
		padding: 60px 0 0;
	}
	
	/* Columns */
	.columns, .tabs {
		flex-wrap: wrap;
		gap: 17px 2%;
	}
	
	.columns li, .tablinks {
		flex: 1 0 49%;
	}
	
	.columns li:last-child .col-flex {
		padding: 80px 30px;
	}
	
	.col-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.col-text p {
		line-height: 24px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 245px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 245px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 305px;
	}
	
	.prod-col-text .col-flex {
		min-height: 345px;
	}
	
	/* Positions */
	.positions .columns li {
		flex: 0 1 31%;
	}
	
	.positions .col-full-img {
		height: 349px;
	}
	
	/* NIM Portal */
	.nim-videos .columns li:last-child .col-flex {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.content .wrap {
		max-width: 85%;
	}
	
	.title {
		text-align: center !important;
	}
	
	.title br {
		display: none;
	}
	
	.subtitle {
		margin: 0 auto 14px;
	}
	
	.iron-line {
		border-width: 2px;
		border-style: solid;
		width: 100%;
	}
	
	.iron-line.black {
		border-color: var(--black);
	}
	
	.iron-line.white {
		border-color: var(--white);
	}
	
	.iron-line.main {
		border-color: var(--main);
	}
	
	.iron-line.sec {
		border-color: var(--sec);
	}
	
	.iron-line.tri {
		border-color: var(--tri);
	}
	
	.iron-line::before {
		display: none;
	}
	
	.left::before, .right::before {
		position: unset;
	}
	
	.link {
		margin: 10px auto 0;
	}
	
	.main-text hr {
		width: 100%;
	}
	
	/* Side by Side */
	.sbs-flex {
		flex-direction: column;
		gap: 25px 0;
	}
	
	.sbs-left, .sbs-right, .text-top .sbs-flex .sbs-left {
		width: 100% !important;
	}
	
	.right-top .sbs-right {
		order: 1;
	}
	
	.right-top .sbs-left {
		order: 2;
	}
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .wrap {
		max-width: 100%;
	}
	
	.hero-sbs .sbs-flex {
		position: relative;
		height: 100%;
		margin: 0;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 623px;
	}
	
	.hero-sbs .sbs-img {
		object-position: center;
		height: 100%;
	}
	
	.hero-sbs .sbs-right {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
	}
	
	.hero-sbs .sbs-right .sbs-wrap {
		height: 100%;
	}
	
	.hero-sbs .sbs-left {
		background: rgba(255, 255, 255, 65%);
		position: relative;
		height: 100%;
	}
	
	.hero-sbs .iron-line {
		margin: 25px 0 0;
	}
	
	/* Stack Img */
	.stackimg .sbs-right {
		text-align: left;
	}
	
	.stackimg .sbs-img:first-child {
		width: 85%;
		height: 388px;
	}
	
	.stackimg .sbs-img:last-child {
		width: 55%;
		height: 260px;
		margin: -100px 0 0;
	}
	
	/* Values */
	.values .sbs-flex {
		gap: 22px 0;
	}
	
	.values .sbs-left {
		width: 100% !important;
	}
	
	.values .sbs-right {
		width: 100% !important;
	}
	
	.values .sbs-flex .title::after {
		margin: 24px auto 0;
	}
	
	/* FAQ */
	.faq-sbs .sbs-flex {
		gap: 0;
	}
	
	/* Columns */
	.columns, .tabs {
		gap: 10px 2%;
	}
	
	.col-title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 305px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 305px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 305px;
	}
	
	.prod-col-text .col-flex {
		min-height: 385px;
	}
	
	/* Positions */
	.positions .columns {
		justify-content: flex-start;
	}
	
	.positions .columns li {
		flex: 0 1 48%;
	}
	
	.positions .col-full-img {
		height: 389px;
	}
	
	.positions .col-flex .subtitle {
		padding: 13px 10px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 220px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 360px !important;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Product Finder */
	.searchandfilter ul {
		gap: 22px 0;
	}
	
	.searchandfilter ul li {
		flex: 1 0 100%;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 503px !important;
	}
	
	.hero-text .padding {
		padding: 0 0 40px;
	}
	
	.hero-text .title {
		font-size: 32px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	
	.hero-text .subtitle {
		margin: 0 auto 10px;
	}
	
	.hero-text .title br {
		display: block;
	}
	
	/* Tabs */
	
	/* Positions */
	.positions .tabs {
		justify-content: center;
		margin: 16px 0 0;
	}
	
	.positions .tablinks {
		flex: 0 0 49%;
	}
}

@media (max-width: 660px) {
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .sbs-left .sbs-wrap {
		height: 583px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		height: 348px;
	}
	
	.stackimg .sbs-img:last-child {
		height: 220px;
	}
	
	/* Columns */
	.col-title, .tab-title {
		line-height: 24px;
	}
	
	.col-text p {
		line-height: 20px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 255px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 255px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		min-height: 255px;
	}
	
	.prod-col-text .col-flex {
		min-height: 385px;
	}
	
	/* Positions */
	.positions .tab-img {
		height: 349px;
	}
	
	/* NIM Portal */
	.nim-videos .columns li {
		flex: 1 0 100%;
	}
	
	.nim-videos .mejs-container {
		height: 300px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 300px !important;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 463px !important;
	}
}

@media (max-width: 550px) {
	.padding {
		padding: 40px 0;
	}
	
	.padtop {
		padding: 40px 0 0;
	}
	
	.padbot {
		padding: 0 0 40px;
	}
	
	.title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.iron-line {
		margin: 15px 0;
	}
	
	.main-text hr {
		margin: 15px auto;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Location */
	.location.text-area {
		padding: 0 0 40px;
	}
	
	.location.text-area .title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.location.text-area  .semantic_ui .ui.table {
		font-size: 15px !important;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 423px !important;
	}
	
	.hero-text .title {
		font-size: 28px;
		line-height: 28px;
	}
	
	.hero-text hr {
		margin: 15px 0 0;
	}
	
	/* Tabs */
	.tab-section .link {
		margin: 15px auto 0;
	}
	
	/* Side by Side */
	.sbs-flex {
		gap: 15px 0;
	}
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs {
		padding: 0;
	}
	
	.hero-sbs .sbs-left .sbs-wrap {
		height: 543px;
	}
	
	.hero-sbs .iron-line {
		margin: 15px 0 0;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		height: 308px;
	}
	
	.stackimg .sbs-img:last-child {
		height: 180px;
	}
	
	/* Values */
	.values .sbs-flex {
		gap: 15px 0;
		margin: 0 0 15px;
	}
	
	.values .sbs-flex .title::after {
		margin: 15px auto 0;
	}
	
	/* Products */
	.products {
		padding: 40px 0 0;
	}
	
	.prod-col {}
	
	/* Columns */
	.columns, .tabs {
		gap: 10px 0;
	}
	
	.columns li, .tablinks {
		flex: 0 1 100%;
	}
	
	.col-text p {
		line-height: 24px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 415px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 415px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .main-text .link {
		margin: 15px auto 15px;
	}
	
	.prod-col .col-flex {
		min-height: auto !important;
		padding: 70px 30px;
	}
	
	/* Positions */
	.positions .tablinks {
		flex: 0 1 100%;
	}
	
	.positions .tab-img {
		height: 489px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 260px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 260px !important;
	}
}

@media (max-width: 450px) {
	.title {
		font-size: 24px;
		line-height: 32px;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Location */
	.location.text-area .title {
		font-size: 24px;
		line-height: 32px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 383px !important;
	}
	
	.hero-text .padding {
		padding: 0 0 30px;
	}
	
	.hero-text .title {
		font-size: 20px;
		line-height: 20px;
	}
	
	.hero-text p {
		font-size: 15px;
		line-height: 20px;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .sbs-left .sbs-wrap {
		height: 503px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		height: 268px;
	}
	
	.stackimg .sbs-img:last-child {
		height: 140px;
		margin: -80px 0 0;
	}
	
	/* Columns */
	
	/* Hover */
	.col-hover .col-flex {
		height: 355px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 355px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		padding: 60px 30px;
	}
	
	/* Positions */
	.positions .tab-img {
		height: 449px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 220px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 220px !important;
	}
}

@media (max-width: 350px) {
	.title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* Textarea */
	
	/* Extra Classes */
	
	/* Location */
	.location.text-area .title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* Text Hero */
	.hero-text .padding, .hero-text .mejs-container, .hero-text .wp-video-shortcode {
		height: 343px !important;
	}
	
	/* Side by Side */
	
	/* Extra Classes */
	
	/* SBS Hero */
	.hero-sbs .sbs-left .sbs-wrap {
		height: 463px;
	}
	
	/* Stack Img */
	.stackimg .sbs-img:first-child {
		height: 228px;
	}
	
	.stackimg .sbs-img:last-child {
		width: 65%;
		margin: -60px 0 0;
	}
	
	/* Columns */
	.col-text p {
		line-height: 20px;
	}
	
	/* Hover */
	.col-hover .col-flex {
		height: 295px;
	}
	
	.col-hover li:hover .col-flex {
		min-height: 295px;
	}
	
	/* Extra Classes */
	
	/* Products */
	.prod-col .col-flex {
		padding: 50px 30px;
	}
	
	/* Positions */
	.positions .tab-img {
		height: 409px;
	}
	
	/* NIM Portal */
	.nim-videos .mejs-container {
		height: 200px !important;
	}
	
	.nim-videos .columns li:last-child .mejs-container, .nim-videos .columns li:last-child .wp-video-shortcode {
		height: 200px !important;
	}
}
