/*-----GENERAL-----*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	color: #707070;
	height: 100%;
}

p {
	margin-bottom: 15px;
	line-height: 22px;
	font-size: 16px;
	line-height: 26px;
}

.blue {
	color: #3E8DDD;
	font-weight: 900;
}

.black {
	font-weight: 900;
}

/*-----END GENERAL-----*/

/*-----NAVIGATION-----*/

nav {
	height: 50px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	list-style: none;
	display: inline-block;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 200;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.logo-container {
	margin-right: auto;
	height: 100%;
}

.logo {
	height: 100%;
	width: auto;
	max-height: 80px;
}

.social-icon-container {
	overflow: hidden;
}

.social-icon-move {
	margin-right: -160px;
	display: inline-block;
	display: flex;
	flex-direction: row;
	opacity: 0.5;
	transition: all ease .75s;
}

.social-icon-move-active {
	margin-right: 0;
	opacity: 1;
	transition: all ease .75s;
}

.social-icon {
	margin-right: 6px;
	height: 40px;
	width: 40px;
}

.social-icon-last {
	margin-right: 20px;
}

.social-icon img {
	height: 40px;
}

.chat-icon {
	width: 32px;
	height: 32px;
	margin-right: 40px;
	z-index: 100;
	cursor: pointer;
}

.chat-icon img {
	width: 32px;
	height: 32px;
}

.download-icon {
	width: 32px;
	height: 32px;
	margin-right: 70px;
}

.download-icon img {
	width: 32px;
	height: 32px;
}

.consult-us {
	color: #3E8DDD;
	border: 3px solid #3E8DDD;
	border-radius: 3px;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 20px 16px 20px;
	text-decoration: none;
	margin-right: 22px;
	transition: 0.3s;
	line-height: 0;
	box-sizing: border-box;
	display: block;
}

.consult-us:hover {
	color: #FFFFFF;
	background-color: #3E8DDD;
}

/*-----END NAVIGATION-----*/

/*-----HEADER-----*/

header {
	height: 565px;
	width: 100%;
	background-color: #C9C9C9;
	color: #FFFFFF;
	display: block;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-width: 250px;
}

#header-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#header-bg img {
	object-fit: cover;
	min-width: 100%;
	max-height: 110%;
	position: absolute;
	left: 0;
	top: -50px;
}

#header-hex {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -60px;
	mix-blend-mode: multiply;
}

#header-hex img {
	object-fit: cover;
	min-width: 100%;
	max-height: 120%;
}

header h1 {
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 30px;
	text-shadow: 3px 3px 2px rgba(0,20,40,0.3);
	opacity: 0;
}

header h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	text-shadow: 3px 3px 2px rgba(0,20,40,0.3);
}

.header-text {
	margin-left: 57%;
	margin-right: 10%;
	z-index: 1;
	transition: opacity ease .7s;
	transition: transform ease .7s;
}

.header-mobile {
	display: none;
	background-color: #EEEEEE;
	color: #2E2E2E;
	padding: 40px 15%;
}

.header-mobile h1 {
	font-size: 46px;
	font-weight: 900;
	margin-bottom: 30px;
	opacity: 0;
}

.header-mobile h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	opacity: 0;
}

/*-----END HEADER-----*/

/*-----MAIN-----*/

section {
	padding: 190px 20%;
	min-width: 250px;
	position: relative;
}

.top-section {
	position: relative;
	overflow: hidden;
}

.hex-bg {
	position: absolute;
	left: -50px;
	bottom: -50px;
	z-index: 0;
	width: 900px;
	overflow: hidden;
	outline: 3px solid #FFF;
	border: 3px solid #FFF;
	overflow: hidden;
}

.hex-bg-reverse {
	position: absolute;
	left: auto;
	bottom: auto;
	right: -150px;
	top: -10px;
	transform: rotate(180deg);
}

.numbered-section-wrapper {
	padding: 140px 25% 140px 20%;
	display: block;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.numbered-section {
	display: inline-block;
	display: flex;
	flex-direction: row;
}

.numbered-content {
	flex: 2;
}

.numbered-facts {
	display: inline-block;
	display: flex;
	flex-direction: row;
	margin-top: 40px;
	width: 150%;
}

.fact {
	margin-right: 30px;
	display: inline-block;
	display: flex;
	flex-direction: row;
}

.fact-hex img {
	width: 35px;
	height: 40px;
	margin-right: 14px;
}

.hex-section {
	flex: 1;
	margin-right: 30px;
}

.hex-number img {
	margin-bottom: 10px;
	width: 35px;
	height: 39px;
}

.block-headline {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 900;
}

.background {
	margin-bottom: 50px;
}

.standard-block {
	background-color: #F1F1F1;
	display: block;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.standard-image-box {
	flex: 1;
	mix-blend-mode: multiply;
}

.standard-image-box img {
	padding: 0 5% 0 0;
	max-width: 450px;
	position: relative;

}

.reverse img {
	padding: 0 0 0 5%;
	max-width: 450px;
	position: relative;
}

.standard-text-box {
	flex: 1;
}

.reverse {
	flex-direction: row-reverse;
}

.reverse img {
	float: right;
}

/*-----END MAIN-----*/

/*-----QUOTE-----*/

.quote-block {
	background-color: #FFFFFF;
	display: block;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.quote-box {
	display: block;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.pullquote-1 {
	margin-left: 48px;
}

.pullquote {
	margin-left: 40px;
}

.quote-text {
	position: relative;
}

.quote-text p {
	font-size: .8em;
	line-height: 1.8em;
}

.headshot {
	margin-left: -180px;
}

.quote-text::before {
	content: '\201C';
	position: absolute;
	top: -20px;
	left: -45px;
	font-weight: 900;
	font-size: 4em;
	color: #6AD2E6;
}

.quote-author .author {
	font-weight: 900;
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
}


.quote-author .title {
	font-size: 16px;
}

.quote-highlight {
	color: #2e2e2e;
	font-weight: 900;
}

/*-----END QUOTE-----*/

/*-----CENTERED BLOCK-----*/

.centered-content {
	background-color: #FBFBFB;
	display: block;
	padding: 80px 20%;
	text-align: center;
}

.centered-content button {
	margin: 0 auto;
	border: 2px solid rgba(0,0,0,0);
	border-radius: 3px;
	color: #FFF;
	padding: 14px 30px;
	font-weight: 600;
	font-size: 16px;
	background-color: #3E8DDD;
	margin: 30px auto;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
}

.centered-content button:hover {
	color: #3E8DDD;
	background-color: rgba(0,0,0,0);
	border: 2px solid #3E8DDD;
}

.centered-content a {
	font-weight: 600;
	font-size: 16px;
	margin: 0 auto;
	cursor: pointer;
}

.centered-content a:hover {
	color: #3C3C3C;
}

.workshop-link {
	text-decoration: underline;
	display: block;
}

.no-underline {
	text-decoration: none;
}

/*-----END CENTERED BLOCK-----*/

/*-----SLIDESHOW-----*/


#slideshow-controls {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
	z-index: 21;
	position: relative;
	font-size: 14px;
}

.big-carousel {
	width: 100%;
	padding: 0 20%;
	position: relative;
	display: block;
}

#big-carousel-window {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    white-space: nowrap;
    margin-left: 0%;
    font-size: 0px;
    transition: all ease 1s;
}

.big-carousel-slide {
	width: 100%;
	height: auto;
	display: inline-block;
	transition: all ease 1s;
	margin: 2px;
}

.slide-arrow {
	font-size: 2em;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color ease 0.2s;
}

#slide-numbers {
	font-size: 1.3em;
	margin: 0 22px;
	font-weight: 900;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slideshow {
	width: 100%;
}

.slick-slide {
	width: 100%;
	height: auto;
	display: inline-block;
	transition: all ease 1s;
	margin: 0px;
}

.carousel-wrapper {
	width: 100%;
}

.carousel-window {
	overflow: hidden;
	position: relative;
}

#carousel {
	position: relative;
	top: 0;
	left: 0;
	display: none;
	pointer-events: all !important;
}

.carousel-slide {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
  	float: left;
}

.transition {
  transition: .7s;
}

/*-----END SLIDESHOW-----*/

/*-----FOOTER-----*/

footer {
  background: #E8E7E7;
  padding: 28px 20% ; }
  @media (max-width: 599px) {
    footer {
      padding: 30px 5%; } }
footer .story-inner-wrapper {
  height: auto;
  min-height: auto;
  display: flex; align-items: center;}
footer .section-main-left {
  order: 1; width: 50%; padding-right: 40px;}
footer .section-side-right {
  order: 2; width: 50%; text-align: right;}
footer .social-platforms__icons {display: inline-flex; margin-left: 10px;}
footer .social-platforms__icon {margin-right: 10px; color: #3e8ddd!important; font-size: 20px;}
footer .fa-facebook-square:before {content: "\f082";}
footer .fa-twitter-square:before {content: "\f081";}
footer .fa-instagram:before {content: "\f16d";}
footer .fa-youtube:before {content: "\f167";}
footer .fa-linkedin:before {content: "\f08c";}
footer p {
  color: #707070;
  width: 100%;
  padding-bottom: 8px;
  line-height: 1.2; }
  @media (min-width: 600px) {
    footer p {
      max-width: 720px; } }
footer p.legal {font-size: .8em; font-style: italic;}
@media (max-width: 768px) {
  footer .story-inner-wrapper {flex-flow: column;}
  footer .section-side-right {order: 1;}
  footer .section-main-left {orphans: 2;}
  footer .section-main-left, footer .section-side-right {width: 100%; text-align: left; padding: 0;}
}

/*-----END FOOTER-----*/


/*-----SOCIAL-----*/

.social-share {
  position: fixed;
  right: -60px;
  top: 50%;
  background: transparent url("https://static.lenovo.com/ww/campaigns/2020/hybrid-cloud/lenovo-data-center-hybrid-cloud-case-study-tab.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  width: 300px;
  height: 140px;
  text-align: right;
  padding: 30px 4px;
  opacity: 0;
}
.social-share img {
    padding: 3px 3px;
    margin: 2px 0 0;
    max-width: 34px;
    height: auto;
}
.social-share .share-button {
    display: inline-block;
    cursor: pointer;
}
.social-share .row {
    display: block;
    width: 100%;
}
.social-share .row .hide-social {
    display: inline-block;
    padding-right: 4px;
    opacity: 0;
    pointer-events: none;
    margin-right: -100px;
    transition: 400ms all;
}
.social-share .row .hide-social img {
    margin-bottom: -2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.social-share .row .hide-social.show-social {
    opacity: 1;
    margin-right: 10px;
    pointer-events: all;
}

/*-----END SOCIAL-----*/

/*-----HEX BG-----*/

.hex-bg {
	background: rgb(223,223,223);
	background: linear-gradient(0deg, rgba(80,80,80,1) 0%, rgba(170,170,170,1) 33%, rgba(200,200,200,1) 80%, rgba(80,80,80,1) 100%);
	background-size: 100% 200%;
	-webkit-animation-name: hex-anim; /* Safari 4.0 - 8.0 */
  	-webkit-animation-duration: 10s;
  	animation-name: hex-anim;
  	animation-duration: 10s; /* Safari 4.0 - 8.0 */
  	animation-timing-function: ease;
  	animation-iteration-count: infinite;
}

#hex-slideshow {
	position: absolute;
	left: -20px;
	bottom: -70px;
	z-index: -1;
	width: 500px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes hex-anim {
	50% {
		background-position: 0% 200%;
	}
}
/* Standard syntax */
@keyframes hex-anim {
	50% {
		background-position: 0% 200%;
	}
}

/*-----END HEX BG-----*/

/*-----ScrollMagic-----*/

.scroll-appear {
	opacity: 0;
	transform: translateY(120px);
	transition: all 0.5s ease;
}

.scroll-appear.visible {
	opacity: 100%;
	transition: all 0.5s ease;
}

/*-----END ScrollMagic-----*/

/*-----MEDIA QUERIES-----*/

@media only screen and (max-width: 1200px) {
	.numbered-section-wrapper {
		padding: 80px 15% 80px 15%;
	}

	.big-carousel {
		padding: 0px 15% 10px 15%;
	}

	.numbered-facts {
		flex-direction: column;
	}

	.quote-block, .standard-block {
		flex-direction: column-reverse;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.standard-image-box img {
		width: 100%;
		margin-top: 40px;
	}

	#header-hex {
		width: auto;
		right: 0;
		left: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.header-text {
		margin-left: 40%;
	}

}

@media only screen and (max-width: 800px) {

	.new-slideshow {
		padding: 0px 0 10px 0;
	}

	.logo-container {
		max-height: 60px;
	}

	.social-icon {
	  	display: none;
	 }

	.chat-icon, .download-icon {
	  	margin-right: 5%;
	  	width: 30px;
		height: 30px;
	  }

	.chat-icon img, .download-icon img {
		width: 30px;
		height: 30px;
	}

}


@media only screen and (max-width: 768px) {
	.header-text {
		display: none;
	}

	.header-mobile {
		display: block;
	}

	.numbered-section {
		flex-direction: column;
	}

	.quote-box {
		flex-direction: column-reverse;
	}

	.headshot {
		margin: 40px auto 0 auto;
	}

	header h1 {
		font-size: 2em;
	}

	.hex-bg {
		display: none;
	}

	.new-slide {
		margin: 0;
	}

	.new-slides {
		width: 100%;
	}

	#header-hex {
		width: 100%;
		right: auto;
		left: 0;
	}

	.new-slideshow {
		display: none;
	}

	.big-carousel {
		display: none;
	}

	#carousel {
		display: block;
	}

}

@media only screen and (max-width: 500px) {
	nav {
		height: 42px;
	}

	.logo-container {
		max-height: 42px;
	}

	.consult-us {
		font-size: 12px;
		margin-right: 15px;
		padding: 14px 15px;
	}

	.new-slideshow {
		transition: all ease 1s;
	}

	section {
		padding: 80px 13% 80px 10%;
	}

	header {
		height: 500px;
	}

	.numbered-section-wrapper {
		padding: 80px 13% 80px 10%;
	}

	.header-mobile {
		padding: 20px 8%;
	}
	.standard-image-box img {
		padding: 0;
	}

}

/*-----END MEDIA QUERIES-----*/


/*-----IE-----*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#header-hex img {
		max-height: 200%;
		opacity: 0.9;
	}

	.standard-image-box {
		display: inline-block;
		width: 15%;
	}

	.standard-text-box {
		display: inline-block;
		width: 80%;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
	.numbered-section, .standard-block, .quote-block {
		display: block;
	}
	.standard-image-box {
		display: block;
		width: 90%;
	}
	.standard-image-box img {
		padding: 0 0 80px 0;
	}
}

/*-----END IE-----*/
