@charset "UTF-8";

/* =================================== */
/* Resets and overrides
/* =================================== */
 
body {	
	line-height: calc(4px + 2ex) !important;
	font-weight: normal !important;
}

#main p a, #main ul a {
	color: #d80084;
	}
#main p a:hover, #main ul a:hover {
	color: #1713a9;
	}	

ol {
	margin-left: 50px;
}
.list-o li {
	  list-style-type: decimal;
	  font-weight: bold;
	}
.list-o li span {
	font-weight: normal !important;
}
.list-a>li {
	 line-height: 1.4em;
 }
.list-a>li:before {
	background-color: #ea0086;
	width: 8px;
	height: 8px;
	top: 9px;
	}
.list-a-small {
	width: 60%;
}


	
strong {
	font-weight: bold !important;
}

#intro h2 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 100%;
	font-size: 2em;
	font-weight: bold !important;
	padding-bottom: 1.6rem;
}

h1, h2 {
	color: #222;
	
}
#intro h2 + h3, #intro h3  {
	color: #222;
	font-size: 1.5em;
	margin-left: 0%;
	margin-right: 0%;
	font-weight: normal !important;
}
h2 {
	line-height: 1.3em;
	font-size: 2.0em;
	padding-bottom: 1.6rem;
	font-weight: normal !important;
}

h3 {
	font-weight: bold !important;
	font-size: 1.3em;
	line-height: 1.4em;
}

#main p {
	line-height: 1.5em;
	margin: 20px auto 0px auto;
	}

@media screen and (max-width: 767px) {
	h1 {
		margin-top: 0px !important;
		width: 100%;
	}
}

.row + .row {
float: left;
padding-top: 80px;
}
.section {
	background: #fff;
}
.main-contents {
	background: #fff;
}

.main-contents .section-inner {
	padding-right: 20px;
	padding-left: 20px;
}

.main-contents .section + .section .section-inner {
	padding-top: 8rem;
}

.main-contents .section .section-inner:first-child {
	padding-bottom: 8rem;
}

.row {
	padding-top: 3rem !important;
}

.txtcenter {
	text-align: center;
}


.video-container {
		position:relative;
		padding-bottom:50.25%;
		padding-top:60px;
		height:0;
		overflow:hidden;
	}
	
	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0px;
		left:0;
		width:100%;
		height:100%;
	}
	
	@media screen and (max-width : 767px) {
	.video-container {
		margin-top: 30px;
	}
	}

/* =================================== */
/* Buttons
/* =================================== */

 .btn-outline {
	text-decoration: none !important;
	background: #fff;
	color: #ea0086 !important;
	text-decoration: none !important;
	border: #ea0086 solid 3px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.2em;
	display: inline-block;
	padding: 8px 12px;
	margin: auto;
	margin-top: 1rem;
	}

	.btn-outline:hover {
		color: #2300b0 !important;
		text-decoration: underline !important;
		border: #2300b0 solid 3px;
	} 


 .btn-outline-white {
	background: transparent;
	color: #ffffff !important;
	border: #ffffff solid 1px;
	margin: auto;
	margin-top: 15%;
	display: inline-block;
	padding: 10px 15px;
	font-size: 1.0em;
	text-decoration: none !important;
}
.btn-outline-white:hover {
	color: #fff !important;
	text-decoration: underline !important;
	border: #fff solid 1px;
	background-color: rgba(6, 6, 6, 0.3)
} 

/* =================================== */
/* Grid
/* =================================== */

.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 4rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}

.wrapper-3col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem 10rem !important;
	grid-row-gap: 1rem;
	height: auto;
}
.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
.wrapper-5col {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	grid-row-gap: 1rem;
	height: auto;
}	
.wrapper-6col {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		row-gap: 1rem;
		height: auto;
	}	
.wrapper-6040col {
	display: grid;
	grid-template-columns: 60% 40%;
	grid-gap: 3rem;
	padding: 0rem 4rem !important;
	grid-row-gap: 1rem;
	height: auto;
}
.wrapper-4060col {
		display: grid;
		grid-template-columns: 40% 60%;
		grid-gap: 3rem;
		padding: 0rem 4rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	
.wrapper-73col {
	display: grid;
	grid-gap: 3rem;
	padding: 0rem 4rem !important;
	row-gap: 1rem;
	height: auto;
	grid-template-columns: 70% 30%;
}	

/* =================================== */
/* Carousels
/* =================================== */

.carousel-section .section-inner {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.carousel-section h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 6rem;
}
.main-carousel {
	width: 100%;
	margin: auto;
	padding: 0 3%;
}
.main-carousel  .white-panel {
	padding: 2rem !important;
	margin-bottom: 3rem;
}
.main-carousel .white-panel:hover {
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
}
.main-carousel  .white-panel h3 {
	padding-top: 1.5rem;
	font-size: 1.2em !important;
}
.main-carousel .fujitsu-btn {
	padding-top: -1rem;
	display: block;
}
.carousel-cell {
			width: 31%; /* half-width */
			height: auto; 
			margin-right: 3rem;
			transition: opacity 2s;
			  -webkit-transition: opacity 2s;
			  opacity: 1;
			  min-height: 100%;
			  background-clip: padding-box;
			  min-height: 64rem; 
		  }
	  .carousel-cell[aria-hidden="true"] {
		  opacity: 1;
	  }	
	  .carousel-cell[aria-hidden="true"] h3, .carousel-cell[aria-hidden="true"] p {
		  opacity: 1;
	  }
	  
.flickity-button-icon {
	fill: #222;
	}	  
	.flickity-button:hover .flickity-button-icon {
		fill: #e90085;
		}	  
.flickity-prev-next-button {
	top: 50%;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transform: translateY(-50%);
	}	
	.flickity-button {
		position: absolute;
		
		border: none;
		color: #333;
		}
		.flickity-button:hover {
			
			cursor: pointer;
			}
			.flickity-page-dots {
				position: relative;
				bottom: -15px;
				}
.flickity-page-dots .dot {
	background: #222;
	}
	
	.flickity-resize .carousel-cell {
		  min-height: 100%;
		}
		
	
@media screen and (max-width : 992px) {
		.main-carousel  .white-panel p {
			font-size: 0.9em !important;
		}
		.main-carousel  .white-panel h3 {
			font-size: 1.1em !important;
		}
		.carousel-cell {
				width: 31%; /* half-width */
				margin-right: 2rem;
				   min-height: 54rem; 
			  }
	}	
	@media screen and (max-width : 768px) {
			.carousel-cell {
					width: 100%; /* half-width */
					margin-right: 5rem;
				  }
				  .flickity-prev-next-button.previous {
					  left: -30px;
					  }
					  .flickity-prev-next-button.next {
						  right: -20px;
						  }
		}	



/* =================================== */
/* Feature box
/* =================================== */

.feature-box .white-panel {
		width: 60%;
		margin-left: 6rem;
	}
	.feature-box .white-panel h2 {
		font-weight: normal;
		color: #6d6d6d;
		font-size: 1.7em;
		padding-bottom: 0rem;
	}
	.feature-box .white-panel h2 strong {
		font-weight: bold;
		color: #000;
	}
	
	@media screen and (max-width : 768px) {
		.feature-box .white-panel {
				width: 86%;
				margin-left: 7%;
				margin-right: 7%;
			}
	}	
	@media screen and (max-width : 480px) {
			.feature-box .white-panel {
					width: 100%;
					margin-left: 0%;
					margin-right: 0%;
				}
		}	


/* =================================== */
/* White panels
/* =================================== */

.white-panel {
		background: #fff;
		padding: 6rem;
	}
	.wrapper-3col .white-panel {
			padding: 4rem;
		}
	.white-panel .article-type {
		font-size: 0.9em;
		padding-bottom: 1rem;
	}
	.white-panel .btn-outline {
		text-decoration: none !important;
		background: #fff;
		color: #ea0086 !important;
		border: #ea0086 solid 3px;
		font-weight: bold;
		padding: 8px 12px;
		margin-top: 1%;
		}
	
		.white-panel .btn-outline:hover {
			color: #2300b0 !important;
			text-decoration: underline !important;
			border: #2300b0 solid 3px;
		}
		
		.white-panel {
		transition: box-shadow 0.6s;
		}	
		.white-panel:hover {
		box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
		}
		
				
@media screen and (max-width : 992px) {
		.white-panel {
			padding: 3rem !important;
		}
	}
	
	
/* =================================== */
/* Highlight panel
/* =================================== */	
	
.highlight-session .section-inner {
	padding: 0 !important;

}
#highlight-1 .highlight-panel{
		width:60vw;
	}	
	#highlight-1 {
		background-position: -36vw center, center center; 
		background-repeat: no-repeat,no-repeat;
	}
.highlight-session {
	background-size: 100%, cover !important;
	position: relative;
	width: 100%;
}
.highlight-panel {
	color: #fff;
	position: relative;
	padding: 6rem;
	margin-right: 43%;
}	
.highlight-panel h2 {
	color: #fff;
	margin-top: 14px !important;
	font-size: 2.0em;
	font-weight: normal;
}
.highlight-panel p {
	font-weight: normal;
}

.highlight-panel .list-a>li:before  {
		background-color: #fff;
	}
	
	.highlight-btns {
		display: flex;
	}
	#highlight-1 .c-btn {
		margin-top: 2rem;
		margin-bottom: 3rem;
		text-decoration: none !important;
	}
	#highlight-1 .c-btn a {
		text-decoration: underline !important;
		padding-left: 4rem;
		display: inline-block;
	}
	#highlight-1 .c-btn a:hover {
		text-decoration: none !important;
	}
	#highlight-1 .c-btn .c-btn-ico {
		margin-left: -4rem;
		position: absolute;
	}
	
@media screen and (min-width : 1280px) {
	#highlight-1 .highlight-panel{
		width:60%;
		margin-right: 40%;
		padding-right: 8rem;
	}	
	#highlight-1 {
		background-position: -40vw center, center center; 
	}
}
	@media screen and (max-width : 1280px) {
		#highlight-1 .highlight-panel{
			width:70vw;
			margin-right: 40%;
		}	
		#highlight-1 {
			background-position: -26vw center, center center; 
		}
	}
	@media screen and (max-width : 992px) {
		#highlight-1 .highlight-panel{
			width:80vw;
			margin-right: 38%;
		}	
		#highlight-1 {
			background-position: -19vw center, center center; 
		}
		.highlight-btns {
			display: block;
			width: 100%;
		}
		#highlight-1 a {
			width: 100%;
			margin-top: 2rem;
			margin-bottom: 3rem;
			line-height: 1.4em;
		}
	}
	@media screen and (max-width : 850px) {
		#highlight-1 .highlight-panel {
			width:100vw;
			margin-left: 1%;
		}	
		#highlight-1{
			background-position: 0vw center, right center; 
			background-size: 300%, cover !important;
		}
			.highlight-session {
				margin-bottom: 2px;
			}
			
			
	}
	@media screen and (max-width : 768px) {
		#highlight-1 {
			background-position: 0vw center, right center; 
		}
		#highlight-1 .highlight-panel{
				width:85vw;
				padding: 3rem;
			}	
	}
	@media screen and (max-width : 480px) {
		#highlight-1 .highlight-panel{
				width:80vw;
				padding: 3rem 1rem;
			}		
		.highlight-panel h2 {
			font-size: 1.7em;
		}	
	}

/* =================================== */
/* FUJITSU buttons
/* =================================== */

@-webkit-keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes arrow {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}

	10% {
		opacity: 0;
		-webkit-transform: translateX(50%);
		transform:translateX(50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translateX(-50%);
		transform:translateX(-50%)
	}

	40% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform:translateX(0)
	}
}

@-webkit-keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform:rotate(0)
	}

	10% {
		stroke-dasharray:50 100
	}

	20% {
		stroke-dasharray:100 200
	}

	30% {
		stroke-dasharray:150 300
	}

	40% {
		stroke-dasharray:200 300
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg)
	}
}

@keyframes circle {
	0% {
		stroke-dasharray: 0 300;
		-webkit-transform: rotate(0);
		transform:rotate(0)
	}

	10% {
		stroke-dasharray:50 100
	}

	20% {
		stroke-dasharray:100 200
	}

	30% {
		stroke-dasharray:150 300
	}

	40% {
		stroke-dasharray:200 300
	}

	60% {
		stroke-dasharray: 300 300;
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg)
	}
}

.c-btn a {
	color: #5f5f5f;
}
.c-btn {
margin-top: 15px!important;
font-size: 1.6rem;
color: #5f5f5f;
text-decoration: none !important;
position: relative;
}
a.fujitsu-btn   {
	text-decoration: none !important;
	color: #5f5f5f;
}
a.fujitsu-btn:hover   {
	text-decoration: underline !important;
	color: #000;
}
.c-btn-white a {
color: #fff !important;
}
.c-btn-white a.fujitsu-btn:hover, .c-btn a:hover {
text-decoration: underline !important;
}
.c-btn-white .c-btn-ico img {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(152%) contrast(152%);
}
.c-btn .c-btn-ico {
width: 32px;
height: 32px;
}
.c-btn-ico {
position: relative;
display: inline-block;
width: 26px;
height: 26px;
vertical-align: middle;
margin-right: 7px;
}
.c-btn-ico-white::before {
border-color: #fff;
}
.c-btn-ico::before {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
border: 1px solid #5f5f5f;
opacity: 0;
z-index: 0;
}

.c-btn-ico svg {
fill: #5f5f5f;
position: absolute;
top: 0;
left: 0;
}
.c-btn-ico-white svg {
fill: #fff;
}
.c-btn-ico svg .arrow {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.c-btn-ico svg .circle {
fill: none;
stroke: #5f5f5f;
stroke-width: 1px;
width: 100%;
height: 100%;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
.c-btn-ico-white svg .circle {
fill: none;
stroke: #fff;
}
a:hover .c-btn .c-btn-ico::before {
opacity: .1;
}
a:hover .c-btn .c-btn-ico svg .arrow {
-webkit-animation: arrow 1.5s forwards ease-in-out;
animation: arrow 1.5s forwards ease-in-out;
}
a:hover .c-btn .c-btn-ico svg .circle {
fill: transparent;
stroke: #5f5f5f;
stroke-width: 1;
-webkit-animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
}
a:hover .c-btn.c-btn-white .c-btn-ico-white svg .circle {
fill: transparent;
stroke: #fff;
stroke-width: 1;
}





/* =================================== */
/* KC custom styles
/* =================================== */


.banner-subnav {
	background-color: #3d3f3c;
	margin-bottom: 0px;
	margin-top: 0px;
}
.banner-subnav .section-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner-subnav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
.banner-subnav ul li{
	display:inline;
}
.banner-subnav ul li:after {
	position: relative;
	content: '/';
	color: #707070;
}
.banner-subnav ul li a {
	display:inline-block;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 0.8em;
}
.banner-subnav ul li a:hover, .banner-subnav ul li a.active {
	text-decoration: underline !important;
	color: #fff14b !important;
}


#intro .section-inner {
	padding-left: 20px;
	padding-right: 20px;
}
#intro {
	text-align: left;
	
}
#intro p {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}
#intro .c-btn {
	padding-top: 2rem;
	display: block;
}
#intro h2+h3 {
	padding-bottom: 1rem;
	padding-top: 0;
	margin-top: -1rem;
}


.landing#intro .section-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.landing#intro {
	text-align: left;
	
}
.landing#intro p {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}


#blog .wrapper-2col {
	grid-gap: 0rem;
}
#blog .c-btn {
	margin-top: 6rem !important;
	display: block;
}
#blog .c-btn + .c-btn {
	margin-top:2rem !important;
}
#blog .pic-panel a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}
#blog .white-panel:hover {
box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.2);
}


#solutions {
	background-size: cover;
	text-align: center;
	
}
#solutions a {
	text-decoration: none !important;
}
#solutions .white-panel:hover {
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#solutions h2 {
		text-align: center;
		font-weight: normal;
		color: #fff;
	}
	#solutions h2 + p {
		color: #fff;
	}
#solutions h3, #solutions h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.3em;
		text-decoration: none !important;
	}
	#solutions h3 a:hover {
		text-decoration: underline;
	}
#solutions  .white-panel p {
	font-size: 0.9em;
	padding-bottom: 2rem;
	text-align: left;
}
#solutions  .white-panel ul {
font-size: 0.9em;
}
#solutions  .wrapper-3col {
	margin-top: 4rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}
#solutions .white-panel {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
position: relative;
padding-bottom: 6rem;
}
#solutions .grey-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 6rem;
}

#solutions  .wrapper-2col {
	row-gap: 4rem;
	margin-top: 5rem;
}

#solutions .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }
  


.secure-your-business#solutions .list-a>li:before {
background-color: #222;
}




#insights {
	background-size: cover;
	text-align: center;
	
}
#insights a {
	text-decoration: none !important;
}
#insights .white-panel:hover, #insights-grey .white-panel:hover  {
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#insights h2 {
		text-align: center;
		font-weight: normal;
		color: #fff;
	}
#insights h3, #insights h3 a, #insights-grey h3, #insights-grey h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.3em;
		text-decoration: none !important;
	}
	#insights h3 a:hover, #insights-grey h3 a:hover  {
		text-decoration: underline;
	}
#insights  .white-panel p, #insights-grey .white-panel p {
	font-size: 0.9em;
	padding-bottom: 2rem;
	text-align: left;
}
#insights  .wrapper-3col, #insights-grey  .wrapper-3col  {
	margin-top: 4rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}
#insights .white-panel, #insights-grey .white-panel  {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
position: relative;
padding-bottom: 6rem;
}
#insights .grey-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 6rem;
}

#insights  .wrapper-2col {
	row-gap: 4rem;
}

#insights .c-btn,  #insights-grey .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }





#webinars {
	background-size: cover !important;
	text-align: center;
	
}


#webinars a {
	text-decoration: none !important;
}
#webinars .white-panel:hover {
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.2);
}
#webinars h2 {
		text-align: center !;
		font-weight: normal;
	}
.webinars#webinars h2 {
	padding-bottom: 6rem;
}	
#webinars h2 + p {
	padding: 0 12rem 4rem 12rem;
}	
#webinars h3, #webinars h3 a {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		font-weight: normal;
		font-size: 1.3em !important;
		text-decoration: none !important;
		letter-spacing: 0px;
	}
	#webinars h3 a:hover {
		text-decoration: underline;
	}
#webinars  .white-panel p {
	font-size: 0.8em;
	padding-bottom: 2rem;
	text-align: left;
}
#webinars  .wrapper-3col {
	margin-top: 0rem;
	text-align: left;
	grid-gap: 2rem;
	padding: 0rem 0rem !important;
	row-gap: 2rem;
}

#webinars .white-panel {
padding: 2rem;
transition: box-shadow 0.6s;
text-align: left;
}
#webinars .grey-panel {
	background: #f0eeee;
	position: relative;
	padding-bottom: 8rem;
}

#webinars  .wrapper-2col {
	row-gap: 4rem;
}
#webinars .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
	  font-size: 0.8em !important;
	  padding-right: 1rem;
	line-height: 1.1em !important;
  }
#webinars .c-btn a:hover {
text-decoration: underline !important;
}
#webinars .c-btn a {
	padding-left: 4rem;
	display: inline-block;
	
}
#webinars .c-btn .c-btn-ico {
	margin-left: -4rem;
	position: relative;
}
#webinars .c-btn .c-btn-ico img {
	width: 32px !important;
	height: 32px;
	max-width: 32px;
	}
#webinars .c-btn .wrapper-btn {
	display: flex;
	align-items: center;
	  justify-content: center;
}



#insights {
	background: #f1f2f3;
}
#insights h2 {
	text-align: center;
	padding-bottom: 4rem;
	font-weight: normal;
}



 
 .why-cta-arrow {
	 width: 5rem;
	 filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(152%) contrast(152%);
	 margin: auto;
 }
 

#cta {
	 text-align: center;
 }
 #cta h2 {
	 font-size: 1.7em;
	 margin: auto;
	 width: 90%;
	 padding-bottom: 2rem;
 }
 #cta h2,  #cta a {
	 color: #fff !important;
	 text-align: center;
	 text-decoration: 	none;
 }
 #cta a:hover {
	 text-decoration: 	underline;
 }
 
 
.secure-framework  .c-btn .c-btn-ico img {
/* 	For white use... */
/* 	filter: brightness(0) invert(1);  */ 
/* 	For black use... */
	filter: grayscale(100%) brightness(70%) contrast(2);
}

.securing-hybrid .c-btn {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	margin-top: 3rem !important;
}
.securing-hybrid .c-btn:hover {
	text-decoration: underline !important;
}





#blog.video-emb .pic-panel {
	padding: 2rem;
	position: relative;
	background-position: right top !important;
}
#blog.video-emb .pic-panel .video-container {
	padding-bottom: 50.25%;
	padding-top: 30px;
	  top: 44%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}


#decision-process h2 {
	padding-left: 12% !important;
	padding-right: 12% !important;
	text-align: center;
	margin-bottom: 6rem;
}

#decision-process .wrapper-3col {
	grid-template-columns: 24% 40% 24%;
	grid-gap: 6%;
	padding: 0rem 0rem !important;
	align-items: center;
}
#decision-process .wrapper-3col .col p {
	margin: 10px auto 0px auto;
	font-size: 0.9em;
}
#decision-process .wrapper-3col .col h3 {
	margin-top: 3rem;
}
#decision-process .wrapper-3col .col p + h3 {
	margin-top: 8rem;
}
#decision-process .wrapper-3col .col:last-of-type {
	
	text-align: right;
}


#offering h2 {
	text-align: center;
	color: #fff;
	
}
.offering-pad {
	padding-left: 13% !important;
	padding-right: 13% !important;
}
#offering p {
	text-align: left ;
	color: #fff;
	
}
#offering ul {
	color: #fff;
	margin-bottom: 10rem;
}
#offering .list-a>li:before {
	background-color: #fff;
}
#offering .white-panel {
	padding: 3rem;
	text-align: center;
}
#offering h3 {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}
.wrapper-2col {
	grid-gap: 3rem;
	padding: 0rem 2rem !important;
	row-gap: 3rem;
}

#contact-form-landing .wrapper-2col {
grid-gap: 3rem;
padding: 4rem 0rem 0rem 0rem !important;
row-gap: 3rem;
}
#contact-form-landing h2 {
	text-align: center;
}
#contact-form-landing .col:last-of-type {
	padding-top: 3rem;
	text-align: right;
}



#landing-customers .carousel-cell {
min-height: 44rem;
}
#landing-customers .c-btn {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
}

#at-a-glance {
	background: rgb(40,2,168);
	background: linear-gradient(135deg, rgba(43,0,183,1) 27%, rgba(0,235,242,1) 100%);
}
#at-a-glance  h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 6rem;
}
#at-a-glance .wrapper-4col {
	grid-gap: 3rem;
	padding: 0rem 0rem !important;
	row-gap: 1rem;
}
#at-a-glance .col {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
#at-a-glance .col a {
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}
	#at-a-glance .col a:hover {
		text-decoration: underline !important;
	}
#at-a-glance img {
	width: 11rem;
}
.glance-icon {
	height: 14rem;
	display: flex;
align-items: center;
	  justify-content: center;
}


#manufacturing-knowledge h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 8rem;
}

#manufacturing-knowledge .wrapper-3col .white-panel {
padding: 3rem;
text-align: left;
position: relative;
padding-bottom: 10rem !important;
}

#manufacturing-knowledge .wrapper-3col {
grid-gap: 3rem;
padding: 0rem 0rem !important;
row-gap: 1rem;

}
#manufacturing-knowledge  .c-btn {
	position: absolute;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
}



.hub-link {
	text-align: center;
}
.hub-link h2 {
	padding-top: 6rem;
	padding-bottom: 2rem !important;
	font-size: 1.5em;
	padding-left: 12%;
	padding-right: 12%;
}
.hub-link a {
	text-decoration: none !important;
}
 .why-cta-arrow {
	 width: 5rem;
	 filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(152%) contrast(152%);
	 margin: auto;
 }
 
 
 #makers h2 {
 text-align: center;
 color: #fff;
 padding-bottom: 2rem;
 }
 #makers h2 + p {
	 padding-left: 12%;
	 padding-right: 12%;
	 color: #fff;
	 text-align: center;
	 padding-bottom: 5rem;
 }
 #makers .carousel-cell {
 min-height: 44rem;
 }
 #makers .c-btn {
	 position: absolute;
	 bottom: 2rem;
	 left: 2rem;
 }
 
 
 #partner-choice h2 {
	 text-align: center;
	  color: #fff;
 }
 
 #partner-choice h2 + .wrapper-2col p {
	  color: #fff;
	  padding-left: 3rem;
	   padding-right: 3rem;
	padding-top: 3rem;
	  padding-bottom: 8rem;
	  
  }
 #partner-choice .white-panel {
	 padding: 3rem;
	 position: relative;
	 padding-bottom: 9rem;
 }
 #partner-choice .white-panel h3 {
	 padding-top: 2rem;
 }
 #partner-choice  .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }
 
 
 .manufacturing-insights#webinars h2 {
	 padding-bottom: 6rem;
 }
 .manufacturing-insights#webinars h3 {
	 font-size: 1.3em;
 }
 .manufacturing-insights#webinars .white-panel p {
 font-size: 1em;
 padding-bottom: 0rem;
 text-align: left;
 }
 
 
 #contact-form h2, #contact-form p {
	 color: #fff;
 }
 #contact-form .col:last-of-type {
	 text-align: right;
 }
 
 
 #partner-factory h2 {
	 text-align: center;
 }
 #partner-factory p {
	 text-align: center;
	 padding-left: 20rem;
		padding-right: 20rem;
		padding-bottom: 5rem;
 }
 #partner-factory h3 {
	 font-size: 1.1em;
 }
 #partner-factory .white-panel:hover {
	 box-shadow: 0 0 0 0;
 }
 
 
 

   #solutions .wrapper-3col {
	 display: flex;
	   flex-wrap: wrap;
	   justify-content:  center;
   }
 #solutions .wrapper-3col .col {
   width: 31%;
	 position: relative;
 }
 
 
 .supply_chain#solutions h2 {
	 color: #000;
 }
 
 #supply-chain-partner .section-inner {
	 padding-top: 10rem;
	 padding-bottom: 10rem;
 }
 
 .evolve#makers h2 {
	 padding-left: 12%;
	 padding-right: 12%;
 }
 .evolve#makers .wrapper-2col {
	 padding-bottom: 6rem !important;
	 padding-left: 6% !important;
	  padding-right: 6% !important;
 }
 .evolve#makers h2 + .wrapper-2col p {
	   color: #fff;
	   padding-left: 3rem;
		padding-right: 3rem;
	 padding-top: 3rem;
	   padding-bottom: 3rem;
	   
   }
   
   
   #strategic-partnerships h2 {
	   text-align: center;
	   padding-bottom: 5rem;
   }
   #strategic-partnerships .wrapper-3col {
	   margin-top: 4rem;
	   text-align: left;
	   grid-gap: 2rem;
	   padding: 0rem 0rem !important;
	   row-gap: 2rem;
   }
   #strategic-partnerships .wrapper-3col .white-panel {
   padding: 2rem;
   transition: box-shadow 0.6s;
   text-align: left;
   position: relative;
   padding-bottom: 8rem;
   }
   #strategic-partnerships .c-btn {
   position: absolute;
   bottom: 2rem;
   left: 2rem;
   }
   
   
  .hub#solutions h2 {
		  text-align: center;
		  padding-bottom: 2rem;
		  color: #000;
	  }
	.hub#solutions h2 + p {
		padding-bottom: 5rem;
		color: #000;
		padding-left: 19rem;
		padding-right: 19rem;
	}  
	.hub#solutions .wrapper-2col {
		  margin-top: 4rem;
		  text-align: left;
		  grid-gap: 2rem;
		  padding: 0rem 0rem !important;
		  row-gap: 2rem;
	  }
	.hub#solutions .wrapper-2col .white-panel {
	  padding: 3rem;
	  transition: box-shadow 0.6s;
	  text-align: left;
	  position: relative;
	  padding-bottom: 3rem;
	  
	  }
	  .hub#solutions .main-carousel .white-panel {
		  min-height: 40rem;
	  }
	 .hub#solutions .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
	  }
   
   h3.carousel-title {
	   text-align: center !important;
		 padding-top: 5rem !important;
		 padding-bottom: 5rem !important;
		 font-size: 1.5em !important;
		 width: 100%;
   }
  
  
  .hub#webinars h2 + p {
	  padding-bottom: 5rem;
	  color: #000;
	  text-align: center;
	  padding-left: 24rem;
	  padding-right: 24rem;
  }  
  .hub#webinars .white-panel p {
  font-size: 0.9em;
  padding-bottom: 0rem;
  text-align: left;
  }
 .hub#webinars .wrapper-2col > .white-panel {
  padding: 3rem;
  transition: box-shadow 0.6s;
  text-align: left;
  padding-bottom: 8rem;
  }
  .hub#webinars .main-carousel .white-panel {
		min-height: 45rem;
	}
	.hub#webinars .main-carousel .white-panel h3 {
		font-size: 1.2em !important;
	}
   
   
   .hub#fujitsu-blogs .section-inner {
	   padding-bottom: 14rem;
   }
   .hub#fujitsu-blogs h2 {
		 text-align: center;
		 padding-bottom: 2rem;
		 color: #fff;
	 }
   .hub#fujitsu-blogs h2 + p {
	   padding-bottom: 5rem;
	   color: #fff;
	   text-align: center;
	   padding-left: 24rem;
	   padding-right: 24rem;
   }  
   .hub#fujitsu-blogs .wrapper-2col {
		 margin-top: 4rem;
		 text-align: left;
		 grid-gap: 2rem;
		 padding: 0rem 0rem !important;
		 row-gap: 2rem;
	 }
   .hub#fujitsu-blogs .wrapper-2col .white-panel {
	 padding: 3rem;
	 transition: box-shadow 0.6s;
	 text-align: left;
	 position: relative;
	 padding-bottom: 8rem;
	 
	 }
	 .hub#fujitsu-blogs .main-carousel .white-panel {
		 min-height: 42rem;
	 }
	 .hub#fujitsu-blogs .wrapper-2col h3 {
		 padding-top: 2rem;
	 }
	 .hub#fujitsu-blogs .main-carousel {
		 padding-bottom: 5rem;
	 }
	 .hub#fujitsu-blogs .main-carousel .white-panel h3 {
		 padding-top: 1rem;
		 font-size: 1.1em !important;
	 }
	.hub#fujitsu-blogs .c-btn {
	 position: absolute;
	 bottom: 2rem;
	 left: 2rem;
	 }
   .hub#fujitsu-blogs h3.carousel-title {
	   color: #fff;
   }
   .outline-btn {
	   width: 40%;
	   margin: 0rem 30% 6rem 30% ;
	   float: left;
	   position: relative;
	   text-align: center;
   }
   .outline-btn .c-btn {
   position: relative !important;
   bottom: 0rem !important;
   left: 0rem !important;
   }
   
   
   
   #media-library h2 {
		 text-align: center;
		 padding-bottom: 2rem;
		 color: #fff;
	 }
   #media-library h2 + p {
	   padding-bottom: 5rem;
	   text-align: center;
	   color: #fff;
	   padding-left: 19rem;
	   padding-right: 19rem;
   }  
   #media-library .wrapper-2col {
		 margin-top: 2rem;
		 text-align: left;
		 grid-gap: 2rem;
		 padding: 0rem 0rem !important;
		 row-gap: 2rem;
	 }
	 #media-library .wrapper-2col  h3 {
		 padding-top: 1.5rem;
	 }
   #media-library .wrapper-2col .white-panel {
	 padding: 3rem;
	 transition: box-shadow 0.6s;
	 text-align: left;
	 position: relative;
	 padding-bottom: 10rem;
	 
	 }
	 #media-library .main-carousel .white-panel {
		 min-height: 56rem;
	 }
	#media-library .c-btn {
	 position: absolute;
	 bottom: 3rem;
	 left: 3rem;
	 }
	 #media-library .main-carousel {
		 margin-top: 8rem;
	 }
   #media-library .flickity-page-dots .dot, #makers .flickity-page-dots .dot, #landing-customers .flickity-page-dots .dot {
   background: #e8e8e8;
   }
   

/* =================================== */
/* Media styles
/* =================================== */


@media screen and (max-width : 1280px) {
	
}
@media screen and (max-width : 1180px) {

}
@media screen and (max-width : 992px) {
	
	.wrapper-4col {
		padding: 0rem 0rem !important;
	}
	.wrapper-3col {
		padding: 0rem 0rem !important;
	}
	.wrapper-2col {
		padding: 0rem 4rem !important;
	}
	.wrapper-73col {
		padding: 0rem 0rem !important;
		grid-template-columns: 70% 30%;
	}

	
	#intro p {
		text-align: left;
		padding-left: 0rem;
		padding-right: 0rem;
	}
	#intro h2 + h3 {
	margin-left: 0%;
	margin-right: 0%;
	}
	#intro .section-inner {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}



	#insights .wrapper-3col .white-panel {
	padding: 2rem !important;
	transition: box-shadow 0.6s;
	}		
	#insights h3, #insights h3 a {
		font-size: 1.1em;
	}
	#insights  .white-panel p {
		font-size: 0.8em;
		padding-bottom: 6rem;
	}
	#insights  .white-panel .c-btn {
	font-size: 0.8em;
	}

	
	#webinars .white-panel {
		padding: 2rem !important;
	}
	#webinars h2 + p {
		padding: 0 0rem 4rem 0rem;
	}	
	#webinars  .white-panel p {
		padding-bottom: 6rem;
	}
	
#decision-process .wrapper-3col .col h3 {
		margin-top: 1rem;
		font-size: 1.1em;
	}
	#decision-process .wrapper-3col .col p + h3 {
		margin-top: 2rem;
	}
	
	.offering-pad {
		padding-left: 4rem !important;
		padding-right: 4rem !important;
	}
	#landing-customers .carousel-cell {
	min-height: 38rem;
	}
	#manufacturing-knowledge .wrapper-3col {
	grid-template-columns: 1fr 1fr;
	grid-gap: 3rem;
	}
	#makers .carousel-cell {
	 min-height: 38rem;
	 }
	 #partner-choice .white-panel {
		  padding-bottom: 9rem !important;
	  }
	  .manufacturing-insights#webinars .white-panel{
			padding-bottom: 9rem !important;
		}
	#partner-factory p {
		 text-align: center;
		 padding-left: 0rem;
			padding-right: 0rem;
			padding-bottom: 5rem;
	 }	
	#partner-factory .wrapper-3col {
	padding: 0rem 6rem !important;
	row-gap: 2rem;
	}	
	#solutions .white-panel {
	padding: 2rem 2rem 6rem 2rem !important;
	}	
	.evolve#makers h2 + .wrapper-2col,  {
		grid-template-columns: 1fr;
		 padding: 0rem 4rem 6rem 4rem !important; 
		row-gap: 0rem;
	  }
	  .evolve#makers h2 + .wrapper-2col p {
			padding-left: 0rem;
			 padding-right: 0rem;
		  padding-top: 0rem;
			padding-bottom: 0rem;
			
		} 
		#strategic-partnerships .white-panel {
		padding: 2rem 2rem 8rem 2rem !important;
		}	
		.hub#solutions h2 + p {
			padding-bottom: 3rem;
			padding-left: 2rem;
			padding-right: 2rem;
		}  
		.hub#webinars h2 + p {
			  padding-bottom: 5rem;
			  padding-left: 14rem !important;
			  padding-right: 14rem !important;
		  }  
		  .hub#webinars .white-panel {
		  padding: 2rem 2rem 8rem 2rem !important;
		  }	
		  
		  .hub#webinars .main-carousel .white-panel {
		  min-height: 40rem;
		  }
		  
		  
		  .hub#fujitsu-blogs h2 + p {
			  padding-bottom: 3rem;
			  padding-left: 2rem;
			  padding-right: 2rem;
		  }  
		  .hub#fujitsu-blogs h2 + p {
				padding-bottom: 5rem;
				padding-left: 14rem !important;
				padding-right: 14rem !important;
			}  
			.hub#fujitsu-blogs .white-panel {
			padding: 2rem 2rem 8rem 2rem !important;
			}	
			
			.hub#fujitsu-blogs .main-carousel .white-panel {
			min-height: 40rem;
			}
			
			#media-library h2 + p {
				  padding-bottom: 3rem;
				  padding-left: 2rem;
				  padding-right: 2rem;
			  }  
			  #media-library h2 + p {
					padding-bottom: 5rem;
					padding-left: 14rem !important;
					padding-right: 14rem !important;
				}  
				#media-library .white-panel {
				padding: 2rem 2rem 8rem 2rem !important;
				}	
				
				#media-library .main-carousel .white-panel {
				min-height: 40rem;
				}
		
}
@media screen and (max-width : 850px) {


		.wrapper-2col {
			display: grid;
			grid-template-columns: 1fr 1fr;
			padding: 0rem 4rem !important;
		}
			#cta h2{
				font-weight: normal !important;
				color: #fff;
			}

		

		.pic-panel {
		height: auto;
		}

		 #webinars .wrapper-3col {
			 display: grid;
			 grid-template-columns: 1fr 1fr;
			 grid-gap: 3rem;
			 padding: 0rem 1rem !important;
			 row-gap: 3rem;
			 height: auto;
		 }
		 
		 #insights .wrapper-3col {
			  display: grid;
			  grid-template-columns: 1fr 1fr;
			  grid-gap: 3rem;
			  padding: 0rem 1rem !important;
			  row-gap: 3rem;
			  height: auto;
		  }
	
	#decision-process .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
		padding: 0rem 0rem !important;
		align-items: center;
	}	 
	#decision-process .wrapper-3col .col:nth-of-type(1) {
	  order: 2;
	  
	}
	#decision-process .wrapper-3col .col:nth-of-type(2) {
	  order: 1;
	}
	#decision-process .wrapper-3col .col:nth-of-type(3) {
	  order: 3;
	}
	#decision-process img {
		width: 60%;
		margin: 0 20% 3rem 20%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 15rem;
	}
	#decision-process .wrapper-3col .col h3 {
		text-align: center;
	}
	#decision-process .wrapper-3col .col:last-of-type {
		
		text-align: center;
	}
	
	#driven-transformation h2 + p {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	#driven-transformation .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 6rem !important;
	}
	
	#partner-choice h2 + .wrapper-2col {
		grid-template-columns: 1fr;
		 padding: 0rem 4rem 6rem 4rem !important; 
		row-gap: 0rem;
	  }
	  #partner-choice h2 + .wrapper-2col p {
			padding-left: 0rem;
			 padding-right: 0rem;
		  padding-top: 0rem;
			padding-bottom: 0rem;
			
		}
		#partner-choice .white-panel {
			 padding: 2rem 2rem 9rem 2rem !important;
		 }
		 #solutions .wrapper-3col .col {
			width: 48%;
		  }
		  .hub#solutions .white-panel {
		  padding: 2rem 2rem 2rem 2rem !important;
		  }
		 
		
}
@media screen and (max-width : 800px) {

}
@media screen and (max-width : 768px) {
	
	.main-contents .section-inner {
			padding-right: 4rem !important;
			padding-left: 4rem !important;
		}
	
	.list-a-small {
		width: 100%;
	}

	.row {
		padding-top: 0px;
		}
		.row + .row {
			padding-top: 0px;
			}
	.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-3col {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 12rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 0rem !important;
	}
	.wrapper-73col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 0rem !important;
	}
	
	#intro .section-inner {
			padding-left: 5% !important;
			padding-right: 5% !important;
		} 
	

	#intro h1 + h2 {
	margin-left: 0%;
	margin-right: 0%;
	}

	#cta h2, #cta .col {
			text-align: center;
		}

	
	#insights .section-inner {
			padding-bottom: 8rem;
		}
	#insights h2 {
			padding-bottom: 0rem;
		}	
		#insights  .wrapper-3col {
			grid-template-columns: 1fr 1fr;
		}
	
		
	  
	  #cta h2 {
		   font-size: 1.5em;
		   width: 100%;
		   text-align: center !important;
		   padding-bottom: 4rem;
	   }
	   

	
	.pic-panel {
	height: 35rem !important;
	}
	

	
	#blog.video-emb .pic-panel {
		padding: 4rem;
		position: relative;
		height: auto !important;
	}
	
	#blog.video-emb .pic-panel .video-container {
		
		  top: 41%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		  margin-top: 0;
	}
	
	#decision-process h2 {
		padding-left: 0% !important;
		padding-right: 0% !important;
		text-align: center;
		margin-bottom: 6rem;
	}
	#decision-process img {
		width: 80%;
		margin: 0 10% 3rem 10%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 10rem;
	}
	
	.offering-pad {
		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}
	#contact-form-landing .col:last-of-type {
		padding-top: 5rem;
		text-align: center;
	}
	#contact-form-landing .wrapper-2col {
	padding: 0rem 0rem 0rem 0rem !important;
	}
	
	#landing-customers .carousel-cell {
	min-height: 54rem;
	}
	#makers .carousel-cell {
	 min-height: 54rem;
	 }
	
	#at-a-glance .wrapper-4col {
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		row-gap: 5rem;
	}
	#manufacturing-knowledge .wrapper-3col {
	grid-template-columns: 1fr;
	grid-gap: 3rem;
	}
	.hub-link h2 {
		font-size: 1.3em;
		padding-left: 0%;
		padding-right: 0%;
	}
	#makers h2 + p {
		 padding-left: 0%;
		 padding-right: 0%;

	 }
	 #partner-choice h2 + .wrapper-2col {
		  padding: 0rem 0rem 6rem 0rem !important; 
	   }
	   #contact-form .col:last-of-type {
			text-align: center;
			padding-top: 5rem;
		}
		#partner-factory p {
		padding-bottom: 1rem;
		}
		
		.hub#solutions .video-container {
		margin-top: 0px;
		}
		.hub#webinars h2 + p {
			  padding-bottom: 3rem;
			  padding-left: 4rem !important;
			  padding-right: 4rem !important;
		  }  
		.hub#fujitsu-blogs  h2 + p {
			  padding-bottom: 3rem;
			  padding-left: 4rem !important;
			  padding-right: 4rem !important;
		  }  
		.outline-btn {
			   width: 100%;
			   margin: 0rem 0% 6rem 0% ;
			   float: left;
			   position: relative;
			   text-align: center;
		   }  
		#media-library h2 + p {
			  padding-bottom: 3rem;
			  padding-left: 4rem !important;
			  padding-right: 4rem !important;
		  }  
		  #media-library .c-btn {
		  position: absolute;
		  bottom: 2rem;
		  left: 2rem;
		  }
		  
}
@media screen and (max-width : 680px) {
	

	#webinars .wrapper-3col {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-gap: 3rem;
		 padding: 0rem 1rem !important;
		 row-gap: 3rem;
		 height: auto;
	 }
	 #insights .wrapper-3col {
		  display: grid;
		  grid-template-columns: 1fr;
		  grid-gap: 3rem;
		  padding: 0rem 1rem !important;
		  row-gap: 3rem;
		  height: auto;
	  }
	 #driven-transformation .wrapper-3col {
		 grid-template-columns: 1fr;
		 grid-gap: 3rem;
		 padding: 0rem 2rem !important;
	 }
	 
	 #solutions .wrapper-3col .col {
		 width: 97%;
	   }

}
@media screen and (max-width : 580px) {
	
	
	.pic-panel {
	height: 25rem !important;
	}
	
		  
		#blog.video-emb .pic-panel {
			  padding: 2rem;
			  position: relative;
			  height: auto !important;
		  }
		  
		 #blog.video-emb .pic-panel .video-container {
			  
				top: 43%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				margin-top: 0;
		  }
		  
	#decision-process img {
		width: 100%;
		margin: 0 0% 3rem 0%;
	}
	#decision-process .wrapper-3col .col p {
		text-align: center;
		padding: 0rem 5rem;
	}	  
	#offering .white-panel {
		padding: 2rem !important;
	}	 
	#landing-customers .carousel-cell {
	min-height: 44rem;
	}
	#makers .carousel-cell {
	 min-height: 44rem;
	 } 
	 #partner-factory .wrapper-3col {
	 padding: 0rem 0rem !important;
	 row-gap: 2rem;
	 }	
		  
}

@media screen and (max-width : 480px) {
	
	:lang(en) body {
		font-size: 1.8rem !important;
		line-height: 1.6;
		}
		
		
	
	.wrapper-4col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 1rem !important;
	}
	.wrapper-3col {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 1rem !important;
		grid-row-gap: 1rem;
		height: auto;
	}
	.wrapper-2col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 1rem !important;
	}
	.wrapper-73col {
		display: grid;
		grid-template-columns: 1fr;
		padding: 0rem 1rem !important;
	}
	
	.list-a>li:before {
		top: 9px;
	}
	
	
	#intro p {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	#driven-transformation .wrapper-3col {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
	}
	#contact-form h2 {
		font-size: 1.6em;
	}
	.hub#webinars h2 + p {
		  padding-bottom: 3rem;
		  padding-left: 0rem !important;
		  padding-right: 0rem !important;
	  }  
	  .hub#fujitsu-blogs h2 + p {
			padding-bottom: 3rem;
			padding-left: 0rem !important;
			padding-right: 0rem !important;
		}  
		#media-library h2 + p {
			padding-bottom: 3rem;
			padding-left: 0rem !important;
			padding-right: 0rem !important;
		}  
}
@media screen and (max-width : 380px) {

}












