/* About section
   ================================================== */  
 

.sub-header {
	text-align:left;
	position: static;
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.4)),url(/img/Adaptalift_branch.jpg);
    background-repeat: no-repeat;
    background-position: center -80px;
    background-size: contain;
    background-attachment: fixed;	
	display:block;
	margin:0 auto;
	padding:1% 2% 2% 2%;
	z-index:1;
	width:100%;
}

.sub-header__col-wrap {
	display:flex;
	justify-content:space-between;
	max-width:1280px;
	margin:0 auto 0 auto;
}


.sub-header__heading {
	background:none;
	color:#ffffff;
	font-size: 2em;	
	flex-grow:1;
	display:block;
	padding: 1% 0 1% 0;
	font-weight:900;
	text-align:left;
	margin-top:1%;
	margin-bottom:1%;
}

.sub-header p {
	color:#ffffff;
	font-size:1.4em;
}





/* tabs  */


.tabs-full {
	width:100%;
	display:block;
	margin:0% auto 0% auto;
	padding:0 2% 0 2%;
	position:relative;
	text-align:center;
	background-color:#fae21c;
	max-width:none;
	z-index:2;
	position: sticky;
	top:0px;
	transition: top 0.3s;
}

.tabs-full--non-sticky {
	top:0px !Important;
}

.tabs-full--hide {
	top:180px;
}

.tabs-full--show {
	top:82px;
}



.tabs-full__inner {
	width:100%;
	display:block;
	margin:0% auto 0% auto;
	position:relative;
	text-align:center;
	max-width:1280px;
}

.tabs-full__nav {
	display:flex;
	justify-content:flex-start;
	margin-top:0%;
	margin-bottom:0;
}

.tabs-full__nav-item {
	text-align:center;
	padding:1.5% 2% 1% 2%;
	margin:0;
	text-decoration:none;
	border-bottom:10px solid transparent;
	font-size:1.5em;
	font-weight:300;
	color:#000000;
	display:flex;
	flex-direction:column;
}

.tabs-full__nav-item img {
	margin:0 auto 15px auto;
}

.tabs-full__nav-item--active {
	border-bottom:10px solid #ffffff;
	background:#ffffff;
	font-weight:bold;
}

.tabs-full__nav-item:link {
	text-decoration:none;
}

.tabs-full__nav-item:active {
	border-bottom:10px solid #ffffff;
	color:#000000;
}

.tabs-full__nav-item:hover {
	border-bottom:10px solid #ffffff;
}

.tabs-full__item-wrap {
	width:100%;
	min-height:500px;
	display:block;
	overflow:visible;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

.tabs-full__item-wrap #specs {
	overflow:auto;
}


.tabs-full__item {
	zztext-align:left;
	display:none;
	width:100%;
	margin:0 auto;
	padding:2% 0 0 0;
}

.tabs-full__item p {
	font-size:1.2em;
	font-weight:300;
}

.tab-quote {
	margin-left:auto;	
}

.tab-brochure {
	margin-right:0;	
}

/* end tabs */








.about-features {
	max-width:600px;
	flex-wrap:wrap;
	margin:40px auto 20px auto;
}


.page-about .nav-about {
	background:#418e27;
}

.page-careers .nav-careers {
	background:#418e27;
}


.page-brands .nav-brands {
	background:#418e27;
}

.page-brand-detail .nav-our-brands {
	border-bottom: 8px solid #ffffff;
	font-weight: 300;
}


.about-numbers {
	display:flex;
	justify-content:space-between;
	height:200px;
	width:100%;
	margin:0 0 5% 0;
}

.about-numbers li {
	display:flex;
	flex-direction:column;
	text-align:center;
	justify-content:space-evenly;
	align-items:center;
	background:#fee123;
	margin:0;
	width:24%;
	font-size:1.3em;
	font-weight:400;	
}

.about-numbers li big {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:900;
	color:#000;
}

.list-feature-row {
	display:flex;
	justify-content:space-around;
}


.zzfeature-banner--about {
	background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(../img/head-office2.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	background-attachment:fixed;
}


.career-pics {
	display:flex;
}

.career-pics__col {
	display:flex;
	flex-direction:column;
}

.col--b {
	padding-top:80px;
}

.career-pics img {
	margin:20px 20px 20px 0px;
}


.brands-list li {
	display:flex;
	margin-bottom:40px;
}

.brands-list li p {
	font-size:1.0em;
}

.brands-list li div {
	margin-left:25px;
}

.brands-list li h4 {
	margin-top:0;
}


/* biz links */
.biz-links {
	margin-top:40p;
}

.biz-links__brand {
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	align-items:flex-start;
	padding: 2% 0 2% 0;
}

.biz-links .article-content__img {
	margin-bottom:15px;
}


/* timeline styles */
	
	
	.timeline {
		background:#ffffff;
		width:100%;
		max-width:1280px;
		margin:2% 0 2% 0;
	}
	.timeline__list {
		display:flex;
		flex-wrap:wrap;
		margin:0 !important;
		max-width:100% !important;
	}
	
	.timeline__list li:hover .timeline__dot {
		background:#000000;
	}
	
	.timeline__list li:hover .timeline__line {
		border-bottom: 1px solid #000000;
	}
	

		
	
	.timeline__list li {
		margin:0px 0 0 0;
		padding:0;
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		min-height:100px;
		width:100%;
		max-width:640px;
		position:relative;
		cursor:pointer;
	}
	
	.timeline__list li p {
		padding:0;
		margin:8px 16% 0 16%;
		font-size:16px;
		line-height:22px;
	}
	
	.timeline__list li:nth-child(even) {
		margin-top:100px;
		min-height:100px;
	}
	
	.timeline__list li:nth-child(odd) {
		border-right:1px solid #707070;
	}

	
	
	.timeline__year {
		display:flex;
		justify-content:flex-end;
		height:30px;
	}
	
	.timeline__year h3 {
		padding:0px 40px 0px 40px;
		margin:0 auto;
		max-width:240px;
		height:30px;
		font-size:24px;
		font-weight:900;
		color:#000000;
		background:white;
		flex-grow:1;
		white-space:pre;
	}
	

	
	.timeline__line {
		color: #000000;
		border-bottom: 1px dashed #707070;
		height:15px;
		width:100%;
		max-width:250px;
	}
	
	.timeline__list li:nth-child(odd) .timeline__line:nth-of-type(1) {
		 border-bottom: none;
	}
	
	.timeline__list li:nth-child(even) .timeline__line:nth-of-type(2) {
		 border-bottom: none;
	}	
	
	
	.timeline__dot {
		position:absolute;
		top:8px;
		right:-8px;
		background: #ffffff;
		border-radius: 50%;
		height:15px;
		width:15px;
		box-shadow: 0 0 0 7px #418e27;
	}
	
	.timeline__list li:nth-child(even) .timeline__dot {
		left:-8px;
		right:auto;
	}	
	

	.timeline__extra {
		opacity:0;
		height:0px;
		transform: translateY(-50px) scaleY(0);
		transform-origin: top left;
		transition:
		transform 0.2s ease-out 0s,
		opacity 0.4s,
		height 0.2s;
		display:flex;
		flex-direction:column;
		align-items:center;
		align-content:flex-start;
	}
	
	.timeline__extra img {
		max-height:240px;
		margin-bottom:20px;
	}
	
	.timeline__extra .btn {
		margin-bottom:20px;
	}
	
	.timeline__extra--show {
		transform: translateY(0px) scaleY(1);
		opacity:1;
		height:350px;
	}


/* ===========================================  */
/* FAQ */





/* -- */

.faq {
	width:100%;
	max-width:1280px;
	display:flex;
	flex-direction:column;
	margin: 1% auto;
}

.faq-section-heading {
	font-weight:900;
	font-size:1.6em;
	text-align:left;
}

.FAQ__item { 
    display: block;
	position:relative;
    margin: 0px 0px 0px 0px;
	padding: 0px;	
    height:auto !important; 
	width:100%;
	max-width:825px;	
	border-top: 1px solid #707070;
}
.FAQ__item-clicked { 
	background:#ffffff;
}

.FAQ__item-picked {
	background:#ffffff;
}

.FAQ__item-clicked .list {
	margin-bottom:40px;
	background:#ffffff;
	height:auto;
	transform: translateY(0px);
	overflow:visible;
	opacity:1;
	visibility:visible;
	transition: 
	transform 1s cubic-bezier(0, 1, 0.5, 1),
	margin-bottom 1.5s cubic-bezier(0, 1, 0.5, 1);	
}

.FAQ__item-clicked .question { 
	font-weight:900;
}

.FAQ__item-clicked .show { 
	display:none;
}

.FAQ__item-clicked .hide { 
	display:inline;
}


.list {
	transform: translateY(-40px);
    height:0;
	width:100%;
	overflow:hidden;
    margin:0px;
    float: left;
	text-align:left;
	clear:both;
	opacity:0;
	visibility:hidden;
	transition: 
	transform 1s cubic-bezier(0, 1, 0.5, 1),
	margin-bottom 1s cubic-bezier(0, 1, 0.5, 1);	
}
.hide {
    display: none; 
}
.show:target + .hide {
    display: inline; 
}
.show:target {
    display: none; 
}
.show:target ~ .list {
	margin-bottom:40px;
	background:#ffffff;
	height:auto;
	transform: translateY(0px);
	overflow:visible;
	opacity:1;
	visibility:visible;
	transition:
	transform 1s cubic-bezier(0, 1, 0.5, 1),
	margin-bottom 1.5s cubic-bezier(0, 1, 0.5, 1);
}



.show:target ~ .question {
    font-weight:900; 
}

/*style the (+) and (-) */

.hide, .show {
	width:100%;
	text-align: right;	
	font-size: 35px;
	color: #000000;
	margin: 8px 15px 0px 0px;
	position:absolute;
	top:0px;
	right:0px;
	text-decoration:none !important;
}

.hide:hover, .show:hover {
	text-decoration: none;
}

.FAQ__item:hover {
	background:#ffffff;
}

.FAQ__item:hover .question {
	text-decoration: underline !important;
}

.list p {
    height:auto;
    margin:0;
	padding:0px 0px 15px 10px;
}
.question {
	text-decoration: none !important;;
	float: left;
	height: auto;
	width: 90%;
	line-height: 20px;
	padding: 20px 0px 20px 10px;
	text-align:left;
	font-size:1.2em;
}

span.highlight {
	background:#418e27;
}





/* ===========================================  */
/* Values */


.feature-banner--about-values {
	background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url(../img/values/values_bg_banner.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	background-color:#000000;
	/*background-attachment:fixed;*/
}


.feature-banner__main-desc {
	text-align:left;
	max-width:1280px;
}

.article-content-blocks .block--only-one {
	width:100%;
	padding:0;
}	


.values {
	display:flex;
	justify-content:space-between;
}
.values__item {
	max-width:234px;
	background:#ffffff;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.75);
}

.values__img {
	width:100%;
	max-width:234px;
	min-width:160px;
}

.values_text {
	margin:46px 30px 40px 30px;
	font-size:1.0em !important;
	line-height:1.4em;
}

.values-top-text {
	font-size: 1.2em;
	padding: 2% 0% 2% 0% !important;
}
	

/* ===========================================  */
/* tablet only */

@media screen and (min-width: 641px) and (max-width: 1024px) {	
	.feature-banner--about-values	{
		min-height:360px;
	}
}

	
/* ===========================================  */
/* mobile */


@media screen and (min-width: 1px) and (max-width: 640px) {
	


	.box-twin--about .box-twin__items {
		flex-wrap:wrap;
		justify-content:flex-start;
		align-items:flex-start;	
	}

	.box-twin--about .box-twin__item {
		width:100%;
		max-width:none;
		padding:2%;
	}

	.feature-banner--about {
		background-repeat: repeat;
	}

	.brands-list li {
		flex-wrap:wrap;
	}

	.brands-list li div {
		margin-left:0px;
	}


	.page-safety .box-h__middle-pair {
		display:block;
	}

	.page-safety .box-h__middle-left {
		width:100%;
		padding: 0 5% 5% 5%;
	}

	.page-safety .box-h__middle-right {
		width:100%;
		padding: 0 5% 5% 5%;
	}
	
	.article-content__block p {
		font-size:1.4em;
		line-height:1.4em;
	}
	
	/* --- */

	.main-sub__nav .nav-btn {
		flex-grow:0;
		padding: 0 4px 0 4px;
		margin-left:0;
	}
	
	.sub-header {
		background-position: center;
		background-size: auto;
		background-attachment: initial;		
		background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url(/img/head-office2.jpg);		
	}
	.sub-header p {
		font-size:1.2em;
	}	

	.about-numbers  {
		height: auto;
		margin: 2% 0% 5% 0;
		flex-wrap: wrap;
	}	
	
	.about-numbers li {
		justify-content: flex-start;	
		padding-top: 8%;
		font-size:1.0em;
		width: 48%;
		margin: 0 0 3% 0;
		padding-bottom: 4%;
	}
	.about-numbers li big {
		font-size:1.2em;
	}	
	.values {
		flex-wrap:wrap;
	}	
	.values__item {
		max-width:100%;
	}		
	.values__img {}	
	.feature-banner--about-values {
		min-height:260px;
	}		
	
	.timeline {
		max-width: 100%;
		overflow: hidden;
	}
	
	.breakout__item-img	{
		object-fit: cover;
	}
	
	.breakout__item-details {
		min-width: 150px;
	}	
	.breakout__item-img-link {
		flex-basis:50%;	
	}
	.blog-article__item-title {
		font-size:.85em;
	}
	.biz-links__brand {
		padding-top:8%;
	}
}
/* end mobile  */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	