/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575px) {
	.row {
		padding: 0 5px;
	}

	.peak6-page-quip {
		font-size: 1em !important;
		bottom: 80px !important;
    	left: 10px !important;
    	width: 300px !important;
	}

	.leader-carousel,
	.bio-stage {
		max-width: 300px;
	}

	.leader-carousel-bio {
		display: none !important;
	}

	.leader-carousel .leader-carousel-item {
		padding: 0;
	}

	.leader-carousel img {
		width: 100%;
	}

	.col-xs-timeline-right h2::before {
	    background: url(../assets/svg/arrow_grey_left.svg) no-repeat !important;
	    transform: rotate(180deg) !important;
	    -webkit-transform: rotate(180deg) !important;
	    height: 40px !important;
	    width: 40px !important;
	    position: absolute;
	    left: -8px !important;
	    top: 25px !important;
	}

	.col-xs-timeline-right,
	.timeline-right {
		text-align: left;
		border-left: 2px solid #efefef;
		padding-left: 40px !important;
		padding-top: 10px;
	}

	.col-xs-timeline-right h2::before,
	.timeline-right h2::before,
	.timeline-right-active h2::before {
	    content: "";
	    background: url(../assets/svg/arrow_grey_left.svg) no-repeat;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    height: 40px;
	    width: 40px;
	    position: absolute;
	    left: -8px;
	    top: 25px;
	}

	.timeline-initial-wrapper {
		margin-top: -100px;
	}
	
	.timeline-initial {
		padding-top: 100px;
	}

	.timeline-initial h2::before {
		top: 115px !important;
	}

	.timeline-right-active h2::before {
	    background: url(../assets/svg/arrow_blue_right.svg) no-repeat;
	   	left: -1px;
	    transform: none;
	}
}

@media screen and (min-width: 576px) {
	.why-peak6-name {
		padding: 100px 0 !important
	}

	.about p {
		margin: 10px;
	}

	.about .peak6-values {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.timeline-left {
		align-items: flex-end;
		display: flex;
		flex-direction: column;
		text-align: right;
		border-right: 2px solid #efefef;
		justify-content: flex-end;
		padding-right: 40px !important;
	}

	.timeline-right {
		text-align: left;
		border-left: 2px solid #efefef;
		padding-left: 40px !important;
		position: relative;
		right: 2px;
	}

	.timeline-initial {
		padding-top: 120px;
	}

	.timeline-initial.timeline-left h2::before {
		top: 145px !important;
	}

	.timeline-arrow-right {
		content: "";
	    background: url(../assets/svg/arrow_grey_left.svg) no-repeat;
	    transform: rotate(180deg);
	    -webkit-transform: rotate(180deg);
	    height: 40px;
	    width: 40px;
	    position: relative;
	    left: -48px;
	    top: 60px;
	}

	.timeline-arrow-left {
	    content: "";
	    background: url(../assets/svg/arrow_grey_left.svg) no-repeat;
	    height: 40px;
	    width: 40px;
	    position: relative;
	    right: -89px;
	    top: 60px;
	}

	.timeline-arrow-right-active {
	    background: url(../assets/svg/arrow_blue_right.svg) no-repeat;
	   	left: -41px;
	    transform: none;
	}

	.timeline-wrapper p {
		max-width: 800px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767px) {
	.peak6-page-quip {
		font-size: 1.5em !important;
		bottom: 200px !important;
	}

	.peak6-difference {
		padding: 0 30px;
	}
	
	.leader-carousel,
	.bio-stage {
		max-width: 400px;
	}

	.leader-carousel-bio p {
		font-size: 1.3em !important;
	}

	.leader-carousel img {
		width: 100%;
	}

	.about .peak6-values {
		padding: 0 20px;
	}
}

@media screen and (min-width: 992px) {
	.leader-carousel-item {
		padding: 0 8px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991px) { 
	.about .peak6-difference p {
		padding: 30px !important;
	}
	
	.timeline-arrow-left {
	    right: -71px;
    	top: 55px;
	}

	.timeline-arrow-right {
		top: 55px;
	}
	
	.timeline-wrapper {
		position: relative;
		bottom: 120px;
	}

	.leader-carousel,
	.bio-stage {
		max-width: 600px;
	}

	.leader-carousel-bio p {
		font-size: 1.3em !important;
	}

	.leader-carousel img {
		width: 100%;
	}

	.about .peak6-values {
		padding: 0 80px;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
	.about .peak6-about-snippet {
		padding: 30px !important;
	}

	.timeline-wrapper {
		position: relative;
		bottom: 120px;
	}

	.leader-carousel,
	.bio-stage {
		max-width: 800px;
	}

	.leader-carousel-bio p {
		font-size: 1em !important;
	}

	.leader-carousel img {
		width: 100%;
	}

	.about .peak6-values {
		padding: 0 80px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1920px) { 
	.about .peak6-about-snippet {
		padding: 30px !important;
	}

	.timeline-wrapper {
		position: relative;
		bottom: 120px;
	}

	.leader-carousel,
	.bio-stage {
		max-width: 1100px;
	}

	.leader-carousel-bio p {
		font-size: 1.5em !important;
	}

	.leader-carousel img {
		width: 100%;
	}

	.about .peak6-values {
		padding: 0 100px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1921px) and (max-width: 2559px) {
	.timeline-arrow-left {
	    right: -116px !important;
	    top: 64px !important;
	}

	.timeline-arrow-right {
		top: 67px !important;
	}

	.timeline-wrapper {
		position: relative;
		bottom: 120px;
	}

	.leader-carousel,
	.bio-stage {
		max-width: 1600px;
	}

	.leader-carousel-item {
		margin: 0 10px;
	}

	.leader-carousel img {
		width: 100%;
	}
}

/* Hi Res devices */
@media screen and (min-width: 2560px) {
	.timeline-arrow-left {
	    right: -116px !important;
	    top: 64px !important;
	}

	.timeline-arrow-right {
		top: 67px !important;
	}

	.timeline-wrapper {
		position: relative;
		bottom: 120px;
	}

	.leader-carousel,
	.bio-stage {
		width: 1800px;
	}

	.leader-carousel img {
		width: 100%;
	}
}

.about .peak6-difference p,
.about .founded-on p,
.about .why-peak6-name p {
	line-height: 1.5em;
}

.leader-carousel .leader-carousel-item.slick-current .leader-carousel-bio {
	display: flex;
	flex-direction: column;
}

.leader-carousel .leader-carousel-item h5 {
	position: relative;
	text-align: center;
	top: 10px;
}

.leader-carousel .leader-carousel-item .bio-name {
	margin: 0;
	font-weight: 600;
}

.leader-carousel .leader-carousel-item.active .bio-name {
	color: #1E6093;
}

.leader-carousel .leader-carousel-item .bio-position {
	margin: 0 0 10px 0;
	font-size: 1.2em !important;
	font-weight: 400;
}

.bio-stage .leader-carousel-bio .bio-triangle {
	background: url(../assets/svg/blue-triangle-bio.svg);
    position: absolute;
    top: -28px;
    left: 48%;
    z-index: 1000;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.bio-stage .leader-carousel-bio {
	color: #fff;
	display: none;
	background: url(../assets/svg/blue-angled-shape.svg) no-repeat;
	background-size: cover;
	bottom: 15px;
	padding: 40px 40px 80px 40px;
	position: relative;
	top: 40px;
    text-align: left;
	width: 100%;
	height: 100%;
}

.bio-stage .leader-carousel-bio p {
	line-height: 1.5em;
}

.bio-stage .bio-bottom-effect {
	background: #1E6093;
	left: -10px;
	position: absolute;
	width: 110%;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.about .peak6-values {
	margin: 0 auto 40px auto;
	max-width: 1600px;
}

.why-peak6-name {
	background: url(http://52.6.234.16/wp-content/uploads/2018/02/Whyp6-img-new.png) no-repeat;
	background-size: cover;
}