@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: 1.8em;
	font-weight: bold !important;
	padding-bottom: 1.6rem;
}

h1, h2 {
	color: #222;
	
}
#intro h2 + h3  {
	color: #222;
	font-size: 1.4em;
	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 3px;
	margin: auto;
	margin-top: 15%;
	display: inline-block;
	padding: 10px 15px;
	font-size: 1.0em;
	text-decoration: none !important;
}
.btn-outline-white:hover {
	color: #ffe800 !important;
	text-decoration: underline !important;
	border: #ffe800 solid 3px;
} 

/* =================================== */
/* 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: 2rem 0rem !important;
	grid-row-gap: 6rem;
	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: 0px !important;
	padding-left: 0px !important;
}

.main-carousel {
	width: 100%;
	margin: auto;
	padding: 0 3%;
}
.main-carousel  .white-panel {
	padding: 2rem !important;
	margin-bottom: 3rem;
}
.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: 50rem; 
		  }
	  .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;
		}
	
@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;
	}

.egp-panel .list-a>li:before  {
		background-color: #fff;
	}
	
@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(102%) contrast(102%);
}
.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
/* =================================== */


#intro {
	text-align: left;
	
}
#intro p {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}
#intro .c-btn {
	padding-top: 2rem;
	display: block;
}
#intro h3 {
	padding-bottom: 1rem;
	padding-top: 0;
	margin-top: -1rem;
}

.secure-your-business#intro p {
	text-align: left;
	padding-left: 0rem;
	padding-right: 0rem;
}
.secure-your-business#intro ul {
	text-align: left;
	padding-left: 2rem;
	padding-right: 0rem;
}


#blog .wrapper-2col {
	grid-gap: 0rem;
}
#blog .fujitsu-btn {
	margin-top: .5rem;
	display: block;
}
#blog .pic-panel a {
	display: block;
	width: 100%;
	height: 100%;
}

#venue	.wrapper-2col {
	padding: 0rem 0rem !important;
	grid-gap:5rem;
}


#blog-highlight {
	background-size: cover;
}
#blog-highlight .section-inner {
	position: relative;
	height: 70rem;
}
#blog-highlight .panel {
	width: 40rem;
	height: 40rem;
	background-size: cover;
	color: #fff;
	padding: 4rem;
	position: absolute;
	right: 4rem;
	bottom: 8rem;
}
#blog-highlight .panel h3 {
	font-size: 1.8em;
	font-weight: normal !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#blog-highlight .panel a, #blog-highlight .panel a:hover {
	color: #fff !important;
}



#pillars {
	text-align: center;
	color: #fff;
	background-size: cover;
}
#pillars h2 {
	color: #fff;
}
#pillars p {
	width: 75%;
	color: #fff;
}
#pillars .wrapper-4col {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 0rem;
	padding: 0rem 0rem !important;
	row-gap: 1rem;
}

#pillars .pillar-icon {
	height: 20rem;
	margin-left: 0rem;
}

#pillars a:hover .pillar-icon {
	filter: drop-shadow(0.35rem 0.55rem 2rem rgba(0, 0, 0, 0.9));
}


#pillars .col {
	background-size: cover !important;
	background-position: top right;
	color: #fff;
	padding: 2rem;
	min-height: 14rem;
	text-align: center;
}
#pillars a {
	text-decoration: 	none !important;
}
#pillars a h3 {
	text-decoration: 	underline !important;
}
#pillars a:hover h3 {
	text-decoration: 	none !important;
	color: yellow;
}
#pillars .col h3 {
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 0;
	margin-bottom: -1rem;
	text-align: center;
	color: #fff;
	margin-top: 1.5rem;
}
#pillars .col p {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
}


a.back-top {
	color: #fff;
	padding-top: 4rem;
	display: block;
	width: 100%;
	font-size: 0.9em;
}
	
	



#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;
}

#solutions .c-btn {
	  position: absolute;
	  bottom: 2rem;
	  left: 2rem;
  }
  
  .cyber-services#solutions {
	  background-size: cover !important;
	  /*text-align: center;*/
	  
  }
  .cyber-services#solutions h2 + p {
	  padding-left: 15%;
	  padding-right: 15%;
	  padding-bottom: 3rem;
 }

.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;
  }

 #insights-grey h2 {
	 text-align: center;
	 /*font-weight: normal;*/
	 padding-bottom: 6rem;
 }




#customer-stories h2 {
	color: #fff;
	text-align: center;
	padding-bottom: 6rem;
}  
  #customer-stories  .c-btn {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
	}
#customer-stories .white-panel {
position: relative;
padding-bottom: 6rem;
}
#customer-stories .carousel-cell {
min-height: 45rem;
}


#blogs h2 {
	color: #fff;
	text-align: center;
	padding-bottom: 6rem;
}  
  #blogs  .c-btn {
		position: absolute;
		bottom: 2rem;
		left: 2rem;
	}
#blogs .white-panel {
position: relative;
padding-bottom: 6rem;
}
#blogs .main-carousel .carousel-cell {
  min-height: 40rem;
  }

#blogs .main-carousel .carousel-cell h3 {
	font-size: 1.0em !important;
}





#webinars {
	background-size: cover !important;
	/*text-align: center;*/
	
}
#webinars .section-inner {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

#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;*/
		font-size:1.6em;
	}
.webinars#webinars h2 {
	padding-bottom: 6rem;
}	
#webinars h2 + p {
	padding: 0 12rem 4rem 12rem;
}	
#webinars h3 {
		text-align: left;
		margin-top: 1.7rem;
		padding-bottom: 0rem;
		/*font-weight: normal;*/
		font-size: 1.1em;
		/*text-decoration: none !important;*/
		letter-spacing: 0px;
	}
	#webinars h3 a {
		text-decoration: underline !important;
	}
	#webinars h3 a:hover {
		text-decoration: none !important;
	}
#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: 10rem;
}

#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;
	line-height: 1.4;
}


.multi-cloud-secure#webinars .section-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.multi-cloud-secure#webinars .wrapper-2col {
	margin-top: 6rem;
}

.intelligence-led#webinars .section-inner {
	padding-top: 2rem;
	padding-bottom: 8rem;
}
.intelligence-led#webinars .wrapper-2col {
	margin-top: 6rem;
}
.intelligence-led#webinars .grey-panel {
	background: rgb(254,121,45);
	background: linear-gradient(135deg, rgba(254,121,45,1) 0%, rgba(252,233,79,1) 100%);
}
.intelligence-led#webinars .grey-panel .c-btn a {
	color: #000 !important;
}
.intelligence-led#webinars .grey-panel .c-btn .c-btn-ico img {
/* 	For white use... */
/* 	filter: brightness(0) invert(1);  */ 
/* 	For black use... */
	filter: grayscale(100%) brightness(70%) contrast(2);
}

#insights {
	background: #f1f2f3;
}
#insights h2 {
	text-align: center;
	padding-bottom: 4rem;
	font-weight: normal;
}



	

#cta {
		text-align: left;
		background-size: cover;
	}
	
#cta	.wrapper-2col {
		padding: 0rem 0rem !important;
		 place-items: center;
	}
#cta .text-left h3, #cta .text-left p {
	text-align: left;
}	
	#cta h2 {
		font-weight: normal !important;
		text-align: left !important;
		padding-bottom: 6rem;
		color: #fff !important;
	}
	#cta h2.text-left  {
		padding-bottom: 2rem;
	text-align: left;
	}
	#cta p {
		font-size: 1.0em;
		width: 100%;
		text-align: left;
		color: #fff !important;
	}
	#cta .cta-btn {
		text-align: left;
	}
#cta .tel {
	font-size: 1.3em;
	font-weight: bold !important;
}
#cta .tel a {
	color: #fff !important;
	text-decoration: underline;
}
#cta a:hover {
		/*color: #000 !important;*/
	}
#cta	.contact-email {
		width: 80%;
		margin-left: 20%;
		margin-top: 25%;
		text-align: left;
	}
#marketo-form {
	min-height: 250px;
	
}


#case-study {
	background-size: cover;
}
#case-study .white-panel {
	width: 50%;
}
#case-study .white-panel .article-type {
padding-bottom: 2rem;
}
#case-study .white-panel a {
	margin-top: 2rem;
	display: inline-block;
}



#benefits {
	background: rgb(42,0,164);
	background: linear-gradient(145deg, rgba(42,0,164,1) 0%, rgba(0,227,238,1) 97%);
	
}
 #benefits h2, #benefits h2 + p, #benefits h2 + p + p {
	 color: #fff;
	 /*! text-align: center; */
	 /*! padding: 0 12rem; */
 }
#benefits .wrapper-2col {
	 margin-top: 8rem;
	 grid-gap: 1rem;
	 padding: 0rem 2rem !important;
	 row-gap: 2rem;
 }

 #benefits .wrapper-4col {
	 row-gap: 6rem;
 }
 #benefits .white-panel {
 padding: 2rem;
 }
 #benefits .white-panel  h3 {
	 padding-top: 2rem;
 }
 #benefits .white-panel p, #benefits .white-panel ul {
	 font-size: 0.8em;
 }
 #benefits .white-panel .list-a>li:before {
 top: 6px;
 }
 
 
 
 .why-cta-arrow {
	 width: 3.5rem;
	 filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(152%) contrast(152%);
	 margin: auto;
 }
 
 #why-fujitsu h2 {
	 text-align: center;
 }
#why-fujitsu .section-inner {
	padding-left: 15rem;
	padding-right: 15rem;
}
.why-cta {
	text-align: center;
}
.why-cta .section-inner {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.why-cta h2 {
	font-size: 1.5em;
}
.why-cta h2, .why-cta a {
	color: #fff !important;
	text-align: center;
	text-decoration: 	none;
}
.why-cta a:hover {
	text-decoration: 	underline;
}


#events {
	 text-align: center;
 }
#events h2 {
	 text-align: center;
	 padding-bottom: 6rem;
 }
 #events img {
	 width: 75%;
	 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: 	underline;
 }
 #cta a:hover {
	 text-decoration: 	none;
 }
 
 
 #social  .wrapper-3col {
	 margin-top: 0rem;
	 text-align: left;
	 grid-gap: 2rem;
	 padding: 0rem 0rem !important;
	 row-gap: 2rem;
 }
 #social a:hover img {
	 box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4);
 }
#social a img {
 transition: box-shadow 0.6s;
 }
 
 
 
 .closer-look h2 + p {
	 padding-left: 10%;
	 padding-right: 10%;
	 padding-bottom: 4rem;
 }
 
 .enterprise-podcast#blog .pic-panel {
	 background-size: cover;
 }
 
 #key-actions {
	 border-bottom: 1px solid #e4e4e4;
 }
 #key-actions h2 {
	 text-align: center;
	 padding-bottom: 6rem;
 }
#key-actions .c-btn {
	   padding-right: 1rem;
	 line-height: 1.1em !important;
   }
#key-actions .c-btn a {
	 padding-left: 4rem;
	 display: inline-block;
	 line-height: 0.5em !important;
 }
#key-actions .c-btn .c-btn-ico {
	 margin-left: -4rem;
	 position: relative;
 }
#key-actions .c-btn .c-btn-ico img {
	 width: 32px !important;
	 height: 32px;
	 max-width: 32px;
	 }
.five-key-actions-pdf {
	width: 80%;
	margin-top: 5rem;
}
#key-actions .c-btn {
	padding-top: 2rem;
}
.key-action-section {
	min-height: 36rem;
}
#key-action-4 {
	
}
#key-action-5 {
	
}

.key-action-tag {
	display: none;
}

.secure-framework {
	background-size: cover !important;
}
.secure-framework .wrapper-2col {
	margin-bottom: 12rem;
}
.secure-framework .wrapper-2col .col {
	text-align: left;
}
.secure-framework h2 {
	color: #000 !important;
	margin-bottom: 5rem !important;
}
.secure-framework-pdf {
	width: 80%;
	margin-top: 2rem;
}
.secure-framework .c-btn {
	position: relative !important;
	left: 0 !important;
	bottom: 0 !important;
	margin-top: 3rem !important;
	
}
.secure-framework .c-btn a {
	color: #000 !important;
}
.secure-framework  .c-btn:hover {
	text-decoration: underline !important;
}
.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 .wrapper-2col {
	margin-bottom: 12rem;
}
.securing-hybrid .wrapper-2col .col {
	text-align: left;
	color: #fff !important;
}
.securing-hybrid h2 {
	color: #fff !important;
	margin-bottom: 5rem !important;
}
.securing-hybrid-pdf {
	width: 80%;
	margin-top: 2rem;
}
.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;
}


#future-proof {
	background-size: cover !important;
	color: #fff !important;
	background: rgb(36,0,176);
	background: linear-gradient(135deg, rgba(36,0,176,1) 27%, rgba(0,231,239,1) 100%);
}
#future-proof a {
	color: #ffe200 !important;
}
#future-proof h3 {
	font-weight: normal !important;
	font-size: 1.7em;
	padding-bottom: 2rem;
}
#future-proof .wrapper-2col {
	grid-template-columns: 50% 50%;
}
.white-btn-box {
	background: #fff;
	width: 25rem;
	margin: auto;
	padding: 1.5rem .8rem;
}
.white-btn-box .c-btn {
	margin-top: 1px!important;
}
#future-proof .smart-culture-study {
	width: 58%;
	margin-top: 8rem;
	margin-left: -17px;
}
#future-proof .white-btn-box a {
	color: #000 !important;
}
#future-proof .white-btn-box a:hover {
	color: #414141 !important;
}
#future-proof .col:nth-child(2) {
	text-align: center;
}
.smart-culture#blog .pic-panel {
	 background-size: cover !important;
 }
.smart-culture#insights h2 {
	margin-bottom: 4rem;
}

.control-systems#webinars h3 {
	font-size: 1.4em;
}
.control-systems#webinars p {
font-size: 0.9em;
}
.control-systems#webinars ul {
	font-size: 0.9em;
	margin-top: 2px!important;
}
.control-systems#webinars .grey-panel {
	padding-bottom: 2rem;
	padding: 3rem;
}
.control-systems#webinars .c-btn {
	margin-bottom: 0rem;
	margin-top: 4rem !important;
	position: relative;
	left: 0;
	bottom: 0;
	float: left;
}
.control-systems#webinars .c-btn-1 {
	bottom: 0rem;
	margin-right: 2rem;
}
.control-systems#webinars .wrapper-2col {
padding: 0rem 0rem !important;
}
.consulting#intro .wrapper-4col {
	text-align: center;
}
.consulting#intro .wrapper-4col p {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}
.icon-row .col {
	text-align: center;
}
.icon-row img {
	width: 14rem;
	
}
.icon-row {
	margin: 8rem 0rem 5rem 0rem !important;
}

.consulting#webinars {
	background-size: cover !important;
}
.consulting#webinars h2 {
	color: #fff;
	padding-bottom: 8rem;
}
.consulting#webinars .section-inner {
	padding-top: 6rem;
	padding-bottom: 10rem;
}
.consulting#webinars .c-btn {
	  position: relative;
	  bottom: 0rem;
	  left: 0rem;
	 float: left;
  }
#assessment-services {
	text-align: left;
}

#how-works h2 {
	font-size: 1.6em;
}
#how-works img {
	margin-top: 9rem;
}
.consulting#insights h2 {
	padding-bottom: 8rem !important;
}

#resilience h2, #resilience h2 + p {
	text-align: left;
}
#resilience h3 {
	margin-top: 8rem;
}
#resilience .wrapper-4col p, #resilience .wrapper-4col {
	text-align: center;
	padding-left: 0rem;
	padding-right: 0rem;
}
#resilience .wrapper-4col {
	text-align: center;
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.cyber-protection#intro h3:last-of-type {
	color: #222;
	font-size: 1.4em;
	margin-left: 0%;
	margin-right: 0%;
	font-weight: normal !important;
	padding-top: 6rem;
}
.cyber-protection#webinars .section-inner {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.cyber-protection#webinars .white-panel {
	position: relative;
	padding-bottom: 10rem;
}
.cyber-protection#webinars h3 {
	font-size: 1.3em;
}
.cyber-protection#webinars .list-a>li:before {
background-color: #ea0086;
width: 8px;
height: 8px;
top: 6px;
}
.cyber-protection#webinars ul {
	font-size: 0.8em;
	margin-top: 3rem !important;
}
.cyber-protection#webinars .white-panel p {
font-size: 0.8em;
padding-bottom: 0rem;
text-align: left;
}
.cyber-protection#intro .wrapper-5col p  {
	text-align: center;
	font-size: 0.8em;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 10px auto 0px auto;
}
.cyber-protection#intro .wrapper-5col h4 {
	font-weight: 900 !important;
	margin-top: 2rem;
}

.wrapper-6col.icon-row  img {
	width: 11rem;
}
.wrapper-6col.icon-row p  {
	text-align: center !important;
	font-size: 0.8em;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 10px auto 0px auto;
}
.wrapper-6col.icon-row h4 {
		font-weight: 900 !important;
		margin-top: 2rem;
	}

.vulnerability#webinars .white-panel {
	position: relative;
	padding-bottom: 3rem;
}

#threat-intelligence h2, #threat-intelligence h2 + p, #threat-intelligence h2 + p + p {
	text-align: left;
	padding-left: 0%;
	padding-right: 0%;
}

#threat-intelligence .wrapper-6040col {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}
#threat-intelligence .wrapper-6040col img {
	width: 80%;
	float: right;
	padding-top: 1rem !important;
}
#threat-intelligence .wrapper-4060col {
	padding-top: 8rem !important;
	padding-bottom: 0rem !important;
}
#threat-intelligence .wrapper-4060col img {
	width: 80%;
	float: left;
	padding-top: 1rem !important;
}

.threat-awareness#intro .icon-row h4 {
	text-align: center;
	padding-left: 8rem;
	padding-right: 8rem;
	margin-top: 2rem;
}
.threat-awareness#intro .icon-row p {
text-align: center;
padding-left: 8rem;
padding-right: 8rem;
font-size: 0.8em;
color: color(srgb 0.509 0.509 0.509);
}

.threat-awareness#blog .pic-panel {
	padding: 3rem;
	position: relative;
}
.threat-awareness#blog .pic-panel .video-container {
	
	  top: 42%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

#key-challenges h2, #key-challenges p, #key-challenges ul {
	color: #fff;
}
.threat-awareness-infographic {
	width: 80%;
	margin: 10rem 10% 12rem 10%;
	display: inline-block;
	float: left;
}
.threat-awareness#insights h2, .threat-awareness#insights p, .threat-awareness#insights ul {
	color: #fff;
	text-align: left;
}
.threat-awareness#insights .c-btn-white:hover {
	text-decoration: underline !important;
}


#concerns h2 {
	text-align: center;
	padding-bottom: 6rem;
}
#concerns .icon-row p {
text-align: center;
padding-left: 2rem;
padding-right: 2rem;
font-size: 0.8em;
}
#concerns .icon-row .col {
	text-align: center;
}
#concerns .icon-row img {
	margin: auto;
	margin-right: -4rem;
	height: 10rem;
	width: auto;
}

#looking-ahead h2 {
	text-align: center;
	padding-bottom: 6rem;
}
#looking-ahead img {
	width: 70%;
	display: inline-block;
	margin: 8rem 15%;
}
.iam#blog .pic-panel {
	
}
#iam-benefits h2 {
	text-align: center;
}
#iam-benefits p{
	text-align: center;
	padding-bottom: 6rem;
}
#iam-benefits img {
	width: 70%;
	display: inline-block;
	margin: 6rem 15%;
}

.threat-awareness#insights .c-btn-white {
position: relative !important;
bottom: 0;
left: 0;
float: none;
margin-top: 6rem !important;
/* margin-bottom: 4rem; */
display: block;
/* padding-bottom: 4rem; */
text-align: left;
}


/* =================================== */
/* Media styles
/* =================================== */


@media only screen and (min-width: 1600px)
.main-contents .section.key-action-section {
background-size: contain auto!important;
}

@media screen and (min-width : 1380px) {
	.main-contents .section.key-action-section {
		background-size: contain !important;
		width: 1280px;
		margin: auto;
		
	}
	#key-actions {
	border-bottom: 1px none #e4e4e4;
	}
}

@media screen and (max-width : 1280px) {
	
}
@media screen and (max-width : 1180px) {
	#pillars .pillar-icon {
			height: 18rem;
		}
	.intro-btns {
	display: flex;
	width: 80%;
	}
	
	#free-study .smart-culture-study {
		width: 75%;
		margin-top: 8rem;
		margin-left: -17px;
	}

}
@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-btns {
	display: flex;
	width: 100%;
	}
	
	#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;
	}

		#pillars .col h3 {
		width: 100%;
		font-size: 1.1em;
		}
		#pillars .pillar-icon {
			height: 16rem;
			}
		#pillars .col {
				padding: 2rem;
			}	
			#pillars .col p {
				font-size: 0.8em;
			}

	#solutions .wrapper-3col .white-panel {
	padding: 2rem 2rem 6rem 2rem !important;
	transition: box-shadow 0.6s;
	}		
	#solutions h3, #solutions h3 a {
		font-size: 1.1em;
	}
	#solutions  .white-panel p {
		font-size: 0.8em;
		padding-bottom: 1rem;
	}
	#solutions  .white-panel {
		padding-bottom: 4rem !important;
	}
	#solutions  .white-panel ul {
	font-size: 0.8em;
	}
#solutions  .list-a>li:before {
top: 6px;
}

#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;
}

#insights-grey .carousel-cell {
min-height: 100% !important;
}
	
	#case-study .white-panel {
		width: 75%;
	}
	
	.activatenow-video {
		padding: 0 10rem;
	}
	
	#webinars .white-panel {
		padding: 2rem !important;
	}
	#webinars h2 + p {
		padding: 0 0rem 4rem 0rem;
	}	
	#webinars  .white-panel p {
		padding-bottom: 6rem;
	}
	
	#benefits h2, #benefits h2 + p, #benefits h2 + p + p {
		 padding: 0 6rem;
	 }
	
	.multi-cloud-blog .pic-panel {
		min-height: 100%;
	}
	
	.secure-your-business#intro p {
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	}
	.secure-your-business#intro ul {
	text-align: left;
	padding-left: 3rem;
	padding-right: 3rem;
	}
	
	.five-key-actions-pdf {
	width: 90%;
	margin-top: 5rem;
	}
	
	#key-action-2 .wrapper-2col, #key-action-4 .wrapper-2col {
		grid-template-columns: 40% 60%;
		grid-gap: 0rem;
		padding: 0rem 0rem !important;
	}
	#key-action-1 .wrapper-2col, #key-action-3 .wrapper-2col, #key-action-5 .wrapper-2col {
		grid-template-columns: 60% 40%;
		grid-gap: 0rem;
		padding: 0rem 2rem !important;
	}
	#key-action-1 , #key-action-2, #key-action-3, #key-action-4, #key-action-5 {
		background-size: cover !important;
	}
	#key-action-1 .col:first-of-type , #key-action-3 .col:first-of-type , #key-action-5 .col:first-of-type {
		background: color(srgb 1 1 1 / 0.8);
		padding: 4rem;
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
	}
	#key-action-2 .col:last-of-type, #key-action-4 .col:last-of-type {
		background: color(srgb 1 1 1 / 0.8);
		padding: 4rem;
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
	}
	
	#free-study .wrapper-2col {
	grid-template-columns: 1fr;
	}
	#free-study .smart-culture-study {
		width: 38%;
		margin-top: 8rem;
	}
	
	.control-systems#webinars .white-panel p {
		padding-bottom: 2rem;
	}
	
	.consulting#intro .icon-row p,
	#resilience .icon-row p {
		font-size: 0.8em;
	}
	.consulting .icon-row img,
	#resilience .icon-row img {
		width: 11rem;
		
	}
	#resilience .section-inner {
		  padding-bottom: 0 !important;
	  }
	  
	  .consulting#webinars .white-panel p {
	  padding-bottom: 2rem;
	  }
	  
	  .cyber-protection#intro .icon-row p {
		  font-size: 0.7em;
	  }
	  .cyber-protection#intro .icon-row img {
		  width: 11rem;
		  
	  }
	  .cyber-protection#intro .wrapper-5col {
	  grid-template-columns: repeat(6, 1fr);
	  grid-gap: 3rem;
	  padding: 0rem 0rem !important;
	  row-gap:4rem;
	  }
	  .cyber-protection#intro .wrapper-5col .col {
		  grid-column: span 2;
	  }
	 .cyber-protection#intro .wrapper-5col .col:last-child:nth-child(3n - 1) {
		grid-column-end: -2;
	  }
	  
	  .cyber-protection#intro .wrapper-5col .col:nth-last-child(2):nth-child(3n + 1) {
		grid-column-end: 4;
	  }
	  
	  .wrapper-6col.icon-row  {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		row-gap:4rem;
		}
	  
	  #threat-intelligence .wrapper-6040col img {
	  width: 100%;
	  float: right;
	  padding-top: 1rem !important;
	  }
	  #threat-intelligence .wrapper-4060col img {
	  width: 100%;
	  float: left;
	  padding-top: 1rem !important;
	  }
	  
	  .threat-awareness#intro .icon-row h4 {
		text-align: center;
		padding-left: 3rem;
		padding-right: 3rem;
		margin-top: 2rem;
		}
		
		.threat-awareness-infographic {
		width: 100%;
		margin: 10rem 0% 12rem 0%;
		}
		
		#concerns .icon-row p {
		text-align: center;
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 0.8em;
		}
		#concerns .wrapper-5col {
		  grid-template-columns: repeat(6, 1fr);
		  grid-gap: 3rem;
		  padding: 0rem 0rem !important;
		  row-gap:6rem;
		  }
		  #concerns .wrapper-5col .col {
			  grid-column: span 2;
		  }
		 #concerns .col:last-child:nth-child(3n - 1) {
			grid-column-end: -2;
		  }
		  
		  #concerns .col:nth-last-child(2):nth-child(3n + 1) {
			grid-column-end: 4;
		  }
		
		.cyber-protection#webinars .white-panel {
		position: relative;
		padding-bottom: 8rem !important;
		}
		
		#looking-ahead img {
		width: 100%;
		display: inline-block;
		margin: 4rem 0%;
		}
		#iam-benefits img {
		width: 100%;
		display: inline-block;
		margin: 2rem 0%;
		}

}
@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;
			}

		
		#pillars .wrapper-4col {
			grid-template-columns: 1fr 1fr;
			grid-gap: 0rem;
			padding: 0rem 8rem !important;
			row-gap: 1rem;
		}
		
		
		.pic-panel {
		height: auto;
		}
		
		#team .wrapper-2col {
			grid-gap: 4rem;
			padding: 0rem 4rem !important;
		}
		
		.intro-btns {
		display: block;
		width: 100%;
		padding-top: 2rem;
		}
		.intro-btns a {
			width:100%;
			margin-bottom: 4rem;
		}
		
		#events img {
			 width: 100%;
			 margin: auto;
		 }
		 
		 #webinars .wrapper-3col {
			 display: grid;
			 grid-template-columns: 1fr 1fr;
			 grid-gap: 3rem;
			 padding: 0rem 1rem !important;
			 row-gap: 3rem;
			 height: auto;
		 }
		 
		 #solutions  .wrapper-3col {
			 grid-template-columns: 1fr 1fr;
		 }
		 
		 .secure-framework-pdf {
		 width: 100%;
		 margin-top: 2rem;
		 }
		 .securing-hybrid-pdf {
		  width: 100%;
		  margin-top: 2rem;
		  }
		  
		 
		
}
@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 .wrapper-6040col {
		grid-template-columns: 1fr;
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
	}
	#intro .wrapper-2col {
	padding: 0rem 1rem !important;
	}
	#intro .video-container {
		margin-top: 6rem;
		margin-bottom: 3rem;
	}
	.activatenow-video {
		padding: 0 1rem;
	}
	#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;
		}
	
	
	#solutions .section-inner {
			padding-bottom: 8rem;
		}
	#solutions h2 {
			padding-bottom: 0rem;
		}	
		

		
		
		#credentials .wrapper-3col {
			grid-template-columns: 1fr 1fr;
			padding: 0rem 0rem !important;
		}
		
	#cta .text-left h2, #cta .text-left p, 	#cta h2.text-left {
		text-align: center;
	}		
	#cta	.contact-email {
		width: 100%;
		margin-left: 0%;
		margin-top: 6rem;
		text-align: center;
	}
	
	#benefits h2, #benefits h2 + p, #benefits h2 + p + p {
		 padding: 0 0rem;
	 }
	 #benefits .wrapper-2col {
		  padding: 0rem 0rem !important;
	  }
	  
	  #blogs  .c-btn {
		  position: relative;
		  bottom: 0rem;
		  left: 0rem;
		  margin-top: 4rem;
	  }
	  #customer-stories  .c-btn {
		  position: relative;
		  bottom: 0rem;
		  left: 0rem;
		  margin-top: 4rem;
	  }
	  #customer-stories .white-panel p, #blogs .white-panel p {
		  padding-bottom: 2rem;
	  }
	  
	  #cta h2 {
		   font-size: 1.5em;
		   width: 100%;
		   text-align: center !important;
		   padding-bottom: 4rem;
	   }
	   
	   #social  .wrapper-3col {
		   grid-template-columns: 1fr 1fr 1fr;
			margin-top: 0rem;
			text-align: left;
			grid-gap: 2rem;
			padding: 0rem 0rem !important;
			row-gap: 2rem;
		}
		
		.closer-look h2 + p {
			 padding-left: 1%;
			 padding-right: 1%;
			 padding-bottom: 4rem;
		 }
		 
	.cyber-services#solutions h2 + p {
	padding-left: 0%;
	padding-right: 0%;
	padding-bottom: 3rem;
	}	 
	
	.pic-panel {
	height: 35rem !important;
	}
	
	#key-actions h2 {
	padding-bottom: 2rem;
	}
	#key-actions .wrapper-2col {
	padding: 0rem 0rem !important;
	}
	
	#key-action-2 .wrapper-2col, #key-action-4 .wrapper-2col {
		grid-template-columns: 0% 100%;
		grid-gap: 0rem;
		padding: 3rem 1rem 1rem 1rem !important;
	}
	#key-action-1 .wrapper-2col, #key-action-3 .wrapper-2col, #key-action-5 .wrapper-2col {
		grid-template-columns: 100% 0%;
		grid-gap: 0rem;
		padding: 3rem 1rem 1rem 1rem !important;
	}
	#key-action-1 .col:first-of-type , #key-action-3 .col:first-of-type , #key-action-5 .col:first-of-type {
		background: color(srgb 1 1 1 / 0.9);
		padding: 3rem;
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
	}
	#key-action-2 .col:last-of-type, #key-action-4 .col:last-of-type {
		background: color(srgb 1 1 1 / 0.9);
		padding: 3rem;
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
	}
	
	.secure-framework .wrapper-2col {
	padding: 0rem 0rem !important;
	}
	.secure-framework-pdf {
	 width: 70%;
	 margin: auto 18% auto 13%;
	 margin-top: 2rem;
	 
	 }
	 .secure-framework .wrapper-2col .col, .secure-framework .wrapper-2col .col h3 {
		 text-align: center !important;
	 }
	 
	 .securing-hybrid .wrapper-2col {
	 padding: 0rem 0rem !important;
	 }
	 .securing-hybrid-pdf {
	  width: 70%;
	  margin: auto 18% auto 13%;
	  margin-top: 2rem;
	  
	  }
	  .securing-hybrid .wrapper-2col .col, .securing-hybrid .wrapper-2col .col h3 {
		  text-align: center !important;
	  }
	  
	  #free-study .smart-culture-study {
		  width: 48%;
		  margin-top: 8rem;
	  }
	  
	  .control-systems#webinars .white-panel {
	  padding: 3rem !important;
	  }
	  .control-systems#webinars .c-btn {
	  margin-top: 1rem !important;
	  }
	  
	  #how-works .wrapper-6040col {
	  grid-template-columns: 1fr;
	  padding: 0rem 0rem !important;

	  }
	  
	  #resilience .wrapper-4col {
	  text-align: center;
	  padding-left: 0rem !important;
	  padding-right: 0rem !important;
	  }
	  .consulting#intro .icon-row p,
	  #resilience .icon-row p {
		  font-size: 0.8em;
		  padding-bottom: 3rem;
	  }
	  .consulting .icon-row img,
	  #resilience .icon-row img {
		  width: 11rem;
		  
	  }
	  
	  #threat-intelligence h2, #threat-intelligence h2 + p, #threat-intelligence h2 + p + p {
	  text-align: center;
	  padding-left: 0%;
	  padding-right: 0%;
	  }
	  #threat-intelligence .wrapper-4060col, #threat-intelligence .wrapper-6040col {
		  grid-template-columns: 1fr;
		  padding: 3rem 0 !important;
	  }
	  #threat-intelligence .wrapper-4060col img, #threat-intelligence .wrapper-6040col img {
		  width: 60%;
		  float: none;
		  margin: 0 20% 4rem 20%;
	  }
	  #threat-intelligence .wrapper-6040col {
	  padding-top: 4rem !important;
	  padding-bottom: 4rem !important;
	  }
	 #threat-intelligence .wrapper-6040col .col:nth-of-type(2) {
		  order: 1;
		}
		#threat-intelligence .wrapper-6040col .col:nth-of-type(1) {
		  order: 2;
		}
	#threat-intelligence .section-inner:first-child {
	padding-bottom: 0rem;
	}
	
	.threat-awareness#intro .icon-row.wrapper-2col {
		row-gap: 4rem;
	} 
	
	.threat-awareness#blog .pic-panel {
		padding: 4rem;
		position: relative;
		height: auto !important;
	}
	
	.threat-awareness#blog .pic-panel .video-container {
		
		  top: 41%;
		  -webkit-transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  transform: translateY(-50%);
		  margin-top: 0;
	}
	
	.threat-awareness-infographic {
	width: 100%;
	margin: 4rem 0% 7rem 0%;
	}
	
}
@media screen and (max-width : 680px) {
	
	#pillars p {
			width: 100%;
		}
	
	
	#pillars .wrapper-4col {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0rem;
		padding: 0rem 2rem !important;
		row-gap: 1rem;
	}
	#case-study .white-panel {
		width: 100%;
	}
	
	#webinars .wrapper-3col {
		 display: grid;
		 grid-template-columns: 1fr;
		 grid-gap: 3rem;
		 padding: 0rem 1rem !important;
		 row-gap: 3rem;
		 height: auto;
	 }
	 #solutions  .wrapper-3col {
		 grid-template-columns: 1fr;
	 }
	 
	 .wrapper-6col.icon-row {
	 grid-template-columns: repeat(2, 1fr);
	 grid-gap: 3rem;
	 padding: 0rem 0rem !important;
	 row-gap:4rem;
	 }

}
@media screen and (max-width : 580px) {
	#cta p {
			font-size: 1.1em;
			width: 100%;
		}	 
		
	#pillars .pillar-icon {
		height: 23rem;
	}		
	#pillars .wrapper-4col {
		grid-template-columns: 1fr ;
		grid-gap: 0rem;
		padding: 0rem 2rem !important;
		row-gap: 1rem;
	}	 
	#pillars .col h3 {
		font-size: 1.3em;
	}
	#pillars .col p {
		width: 100%;
		color: #fff;
		font-size: 1em;
	}
	
	
	#solutions .wrapper-2col {
	padding: 0rem 0rem !important;
	}
	#insights  .wrapper-3col {
		grid-template-columns: 1fr;
	}
	
	#blog-highlight .section-inner {
		position: relative;
		height: 70rem;
	}
	#blog-highlight .panel {
		width: 100%;
		margin: auto;
		height: auto;
		position: relative;
		margin-top: 8rem;
		margin-bottom: 8rem;
		right: 0rem;
		bottom: 0rem;
	}
	
	#social  .wrapper-3col {
	   grid-template-columns: 1fr;
		margin-top: 0rem;
		text-align: left;
		grid-gap: 2rem;
		padding: 0rem 20% !important;
		row-gap: 2rem;
	}
	.pic-panel {
	height: 25rem !important;
	}
	#key-actions .c-btn {
		font-size: 0.8em !important;
	}
	
	.secure-framework-pdf {
	 width: 90%;
	 margin: auto 7% auto 3%;
	 margin-top: 2rem;
	 
	 }
	 .securing-hybrid-pdf {
	  width: 90%;
	  margin: auto 7% auto 3%;
	  margin-top: 2rem;
	  
	  }
	  
	  .key-action-section {
		  min-height: auto !important;
	  }
	  #key-action-1 .section-inner {
			padding-top: 0rem !important;
		}
	  .key-action-section .section-inner {
		  padding-bottom: 0rem !important;
	  }
	  .key-action-section#key-action-5 .section-inner {
			padding-bottom: 8rem !important;
		}
	  #key-action-1, #key-action-2, #key-action-3, #key-action-4, #key-action-5 {
	  background-size: 0 !important;
	  background: #fff !important;
	  }
	  .key-action-tag {
		  display: block;
		  color: red;
		  padding-bottom: 0.9rem;
		  font-weight: bold;
		  letter-spacing: 0px;
	  }
	  #key-action-1 .wrapper-2col, #key-action-3 .wrapper-2col, #key-action-5 .wrapper-2col {
	  padding: 0rem 1rem 0rem 1rem !important;
	  }
	  #key-action-2 .wrapper-2col, #key-action-4 .wrapper-2col {
	  padding: 0rem 1rem 0rem 1rem !important;
	  }
	  #key-action-1 .col:first-of-type , #key-action-3 .col:first-of-type , #key-action-5 .col:first-of-type {
		  background: #efefef;
	  }
	  #key-action-2 .col:last-of-type, #key-action-4 .col:last-of-type {
		  background: #efefef;
	  }
	  #key-actions {
	  border-bottom: 0px solid #e4e4e4;
	  }
	  #free-study .smart-culture-study {
			width: 65%;
			margin-top: 8rem;
		}
		
		.cyber-protection#intro .icon-row img {
			  width: 9rem;
			  
		  }
		#threat-intelligence .wrapper-4060col img, #threat-intelligence .wrapper-6040col img {
			  width: 80%;
			  float: none;
			  margin: 0 10% 4rem 10%;
		  }
		  
		  .threat-awareness#blog .pic-panel {
			  padding: 2rem;
			  position: relative;
			  height: auto !important;
		  }
		  
		  .threat-awareness#blog .pic-panel .video-container {
			  
				top: 43%;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				margin-top: 0;
		  }
		  
		 #concerns .icon-row {
		  margin: 2rem 0rem 5rem 0rem !important;
		  }
		  #concerns .icon-row p {
		  text-align: center;
		  padding-left: 2rem;
		  padding-right: 2rem;
		  font-size: 1em;
		  }
		  #concerns .wrapper-5col {
			grid-template-columns: repeat(1, 1fr);
			grid-gap: 3rem;
			padding: 0rem 0rem !important;
			row-gap:6rem;
			}
			#concerns .wrapper-5col .col {
				grid-column: span 2;
			}
		  #concerns .wrapper-5col .col:last-child:nth-child(3n - 1) {
			  grid-column-end: 3; 
			}
			
			#concerns .wrapper-5col .col:nth-last-child(2):nth-child(3n + 1) {
			  grid-column-end: 3;
			}
		  
		  
		  
}

@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;
	}
	
	#credentials .wrapper-3col {
		grid-template-columns: 1fr ;
		padding: 0rem 0rem !important;
	}	
	#credentials .wrapper-3col .col  {
		text-align: center;
		padding-top: 2rem;
		padding-bottom: 2rem;
		color: #fff;
	}
	
	#blog-highlight .panel h3 {
		font-size: 1.6em;
	}
	
	#social  .wrapper-3col {
	   grid-template-columns: 1fr;
		margin-top: 0rem;
		text-align: left;
		grid-gap: 2rem;
		padding: 0rem 5% !important;
		row-gap: 2rem;
	}
	
	.cyber-protection#intro .wrapper-5col {
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 3rem;
	  padding: 0rem 0rem !important;
	  row-gap:4rem;
	  }
	  .cyber-protection#intro .wrapper-5col .col {
		  grid-column: span 2;
	  }
	 .cyber-protection#intro .wrapper-5col .col:last-child:nth-child(3n - 1) {
		grid-column-end: 3; 
	  }
	  
	  .cyber-protection#intro .wrapper-5col .col:nth-last-child(2):nth-child(3n + 1) {
		grid-column-end: 3;
	  }
	  
	  .cyber-protection#intro .icon-row img {
	  width:11rem;
	  }
	  .cyber-protection#intro .icon-row p {
	  font-size: 0.9em;
	  }
	  
	  .wrapper-6col.icon-row img {
		  width:11rem;
	  }
	  .wrapper-6col.icon-row p {
		  font-size: 0.9em;
	  }
	  .wrapper-6col.icon-row {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 3rem;
		padding: 0rem 0rem !important;
		row-gap:4rem;
		}

}
@media screen and (max-width : 380px) {

}












