@charset "UTF-8";


/* =============================================================== */
/* KC GIG5 fixes and mobile styles
/* =============================================================== */

#main p a, #main ul a {
    color: #d60303;
    text-decoration: underline;
    transition: color .2s;
}

#main div[class*="tile-plain-"] ul a, #main div[class*="nav-structure-a"] a {
	color: #000;
	text-decoration: none;
}

#main p a:hover, #main ul a:hover {
    color: #910000;
	text-decoration: none;
}

h1 {
	margin-bottom: 35px !important;
	line-height: 1.2em;
	/*width: 75%;*/
}

h1, h2 {
	color: #d60303;
}
div[class*="tile-plain-"] h2 {
	color: inherit;
}
h2 {
	line-height: 1.3em;
	margin-bottom: 20px;
}

h2 + h3 {
	padding-bottom: 15px;
	padding-top: 10px;
}

h3 a {
	color: #fff;
	background-color: #d60303;
	padding: 5px 10px;
	font-weight: 300;
	text-decoration: none;
}
	h3 a:hover {
		color: #fff;
		background-color: #a10000;
	}

strong {
	color: #000;
}

.main-contents {
	background: #fff;
}

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

.main-contents .section + .section .section-inner {
    padding-top: 50px;
}

.main-contents .section .section-inner:first-child {
	padding-bottom: 60px;
}

.btn {
	color: #fff;
    background-color: #cb1611;
    padding: 10px 13px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color .4s;
	}
		.btn:hover {
			background-color: #630000;
			color: #fff;
			text-decoration: underline;
		}
			.btn i {
				margin-left: 10px;
				color: #fff;
				transition: color .8s;
			}
			.btn:hover i {
				color: #fe110b;
			}

ul.list-a {
		padding-bottom: 0px !important;
		display: inline-block;
		
}
.main-contents p+[class^=list-] {
	margin-top: 10px !important;
}
	.list-a>li:before {
		background-color: #d60303;
		width: 8px;
		height: 8px;
		top: 6px;
	}
ul.list-a li {
	margin-bottom: 0 !important;
	line-height: 1.3em;
}
ul.list-a > ul {
	list-style: disc;
	margin-top: 20px;
	margin-left: 40px;
}

/*Hide stuff on mobiles*/
@media (max-width: 850px) {.hidden-sm {display: none;}}

/*Fix the banner*/

.featurestory.img-load-done .mainvisual {
	margin: 0 !important;
}

@media only screen and (min-width: 1280px){ 
	[data-script-enabled=true] .featurestory {height: 400px;}
}

@media screen and (max-width:980px) {
	.featurestory.img-load-done .mainvisual img {
		height: auto;
	}
}

@media screen and (max-width:1280px) {
	p.mainvisual {
		width:100vw;
		   height: auto;
		text-align: center;
	}
	.featurestory.img-load-done .mainvisual img {
		position: relative;
		max-width:100%;
		   height:auto;
		   max-height:100%;
		margin-right: auto;
		margin-left: auto;
	
	}
	[data-script-enabled=true] .featurestory{height: auto;}
}
@media screen and (max-width: 480px) {
	
	.featurestory.img-load-done .mainvisual img {
	    position: static;
	}
	h1 {
		line-height: 1.0em;
		width: 100%;
	}
	.list-a>li:before {
		top: 10px;
	}
}

@media only screen and (max-width: 769px) {
	h1 {
		line-height: 1.0em;
		width: 100%;
	}
}

/*Fix responsive width*/
@media only screen and (max-width: 1280px) and (min-width: 769px){
	body {
	    width: 100% !important;
	}
}
@media only screen and (max-width: 768px) and (min-width: 481px){
	body {
	    width: 100% !important;
	}
}



.image-right {
	width: 30%;
	float: right;
	margin-top: 15px;
	margin-left: 8%;
	margin-bottom: 5%;
}
.image-right-sml {
	width: 25%;
	float: right;
	margin-top: 15px;
	margin-left: 8%;
	margin-bottom: 5%;
}
.image-right-xsml {
	width: 15%;
	float: right;
	margin-top: 25px;
	margin-left: 8%;
	margin-bottom: 0%;
}

.image-left {
	width: 30%;
	float: left;
	margin-top: 30px;
	margin-right: 8%;
	margin-bottom: 8%;
}
@media screen and (max-width : 900px) { 
	.image-right-xsml {
		width: 20%;
		float: right;
		margin-top: 25px;
		margin-left: 8%;
		margin-bottom: 0%;
	}
}
@media screen and (max-width : 767px) { 
	.image-right {
		width: 40%;
	}
	.image-right-sml {
		width: 40%;
	}
	.image-right-xsml {
		width: 25%;
		margin-left: 30px;
	}
	
	.image-left {
		width: 40%;
	}
}
@media screen and (max-width : 480px) { 
	.image-right, .image-right-sml, .image-left, .image-right-xsml {
		width: 100%;
		float: none;
		margin: 40px 0 20px;
	}
	.image-right-xsml {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
	.hidden-xsml {
		display: none !important;
	}
} 

@media screen and (max-width: 767px) {
	.hidden-sml {
		display: none;
	}
}



/*h1 {
	margin-top: -88px !important;
}*/
.nav-structure-a {
	margin-top: 35px !important;
}
ul.toggle-content {
	background-color: #fff;
}
ul.toggle-content li {
	margin-bottom: 0 !important;
}
#main .main-contents .nav-structure-a ul.toggle-content li a {
	color: #000;
	text-decoration: none;
}
#main .main-contents .nav-structure-a ul.toggle-content li a:hover {
	color: #a20b1a;
}

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

.row {
	float: left;
	padding-top: 20px;
}





/* ======================================= */
/* STANDARD CUSTOM COMPONENT - COLUMNS
/* ======================================= */
@media screen and (max-width: 850px) {
	.row {
		float: left;
	}
}

/* ========================================= */
/* 2 column layout inside section-inner
/* ========================================= */
.col1 {width: 50%;float: left;padding: 15px 15px 15px 30px;}
	.col2 {width: 50%;float: right;padding: 15px 30px 15px 15px;}
	.section-inner:after {
	    content: "";
	    display: table;
	    clear: both;
	}
	@media screen and (max-width : 767px) {
		.col1 {width: 100%;float: none;padding: 15px 15px 15px 15px;}
	.col2 {width: 100%;float: none;padding: 0px 15px 15px 15px;}
	}


.col_50 {
	width: 50%;
	float: left;
	padding-right: 3%;
}
.col_50 + .col_50 {
	padding-left: 3%;
	padding-right: 0;
	width: 50%;
}

@media screen and (max-width: 750px) {

	.col_50 {
		width: 100%;
		padding-right: 0%;
	}

	.col_50 + .col_50 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
}


/* =============================================================== */
/* 3 column layout inside section-inner
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_3 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_3 {
		width: 46%;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
		float: left;
	}
}
@media screen and (min-width: 768px) {
	.col_3 {
		width: 30%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* 4 column layout inside section-inner
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_4 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_4 {
		width: 46%;
		float: left;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}
}
@media screen and (min-width: 768px) {
	.col_4 {
		width: 21.6%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* 5 column layout inside section-inner
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_5 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_5 {
		width: 29%;
		float: left;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}
	.col_5:nth-child(4) {
		margin-left: 18%;
	}
	.col_5:nth-child(5), .col_5:nth-child(11) {
		margin-left: 2%;
	}
}
@media screen and (min-width: 768px) {
	.col_5 {
		width: 16.68%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* 6 column layout inside section-inner
/* =============================================================== */

@media screen and (max-width : 480px) {
	.col_6 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.col_6 {
		width: 28%;
		float: left;
		padding: 0px;
		margin-right: 2%;
		margin-left: 2%;
	}
	.col_6:nth-child(6), .col_5:nth-child(12) {
		margin-left: 18%;
	}
}
@media screen and (min-width: 768px) {
	.col_6 {
		width: 13.33%;
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
}

/* =============================================================== */
/* 70/30 columns
/* =============================================================== */
.col_30 {
	width: 40%;
	float: right; clear: right;
	padding-left: 50px;
	
}
.col_70 {
	width: 60%;
	float: left;
}


@media screen and (max-width : 480px) {
	
}
@media screen and (max-width: 850px) {
	.col_30 {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
	}
	.col_70 {
		width: 100%;
	}
	
}

/* =============================================================== */
/* 30/70 columns
/* =============================================================== */
.col_30l {
	width: 40%;
	float: left; clear: left;
	padding-right: 50px;
	
}
.col_70r {
	width: 60%;
	float: right;
}


@media screen and (max-width : 480px) {
	.col_30l {
		min-height: auto;
		padding-right: 0;
		padding-top: 0;
		margin-top: 0 !important;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 850px) {
	.col_30l {
		width: 100%;
		padding-left: 0px;
		padding-top: 30px;
		padding-right: 0;
	}
	.col_70r {
		width: 100%;
	}
	
}


/* =============================================================== */
/* STANDARD CUSTOM COMPONENT - Responsive video
/* =============================================================== */

.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;
}
}

/* =============================================================== */
/* STANDARD CUSTOM COMPONENT - Bottom CTA box
/* =============================================================== */

#cta-contact {
	background-color: #b70a0e;
	text-align: center; 
}

#cta-contact + p {
	display: none;
}

#cta-contact .section-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

#cta-contact .icon img {
	width: 100px;
}

#cta-contact h2 {
	color: #fff;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 20px;
	line-height: 1.2em;
}
#cta-contact a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#cta-contact h2 {
		font-size: 1.2em;
	}
}


/* =============================================================== */
/* STANDARD CUSTOM COMPONENT - Full width titles and sub titles
/* =============================================================== */

.fullwidth-title {
	background-color: #b30000;
	margin-top: 0;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fullwidth-title.grey {
	background-color: #8c8a7e;
	margin-top: 0px;
}

.fullwidth-subtitle {
	background-color: #e8e7e0;
	margin-top: 0px;
	text-align: left;
	padding: 10px 0px !important;
	text-transform: uppercase;
	font-family: FujitsuSansLight, FujitsuSans;
}

.fullwidth-title h2 {
	color: #fff;
}

.fullwidth-subtitle .section-inner, .fullwidth-title .section-inner {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.section-sml  .section-inner {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

@media screen and (max-width: 480px) {
	.fullwidth-title h2 {
		font-size: 110%;
	}
}

/* =============================================================== */
/* STANDARD CUSTOM COMPONENT - Video section
/* =============================================================== */

#video-custom {
	margin-top: 0px;
	margin-bottom: 0px;
}
#video-custom h2 {
	font-size: 1.7em;
}
#video-custom h4 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-weight: bold;
	font-style: normal;
	min-height: 55px;
	color: #fff;
	
}
#video-custom .col_50 p {font-size: 0.9em;}
#video-custom .col_3 p {font-size: 0.9em;}
#video-custom p.centered  {
	text-align: center;
	margin-top: 0px;
	line-height: 1.3em;
	color: #fff;
}
#video-custom p a {
	color: yellow;
}
#video-custom ul li:before {
	background-color: #fff;
}
#video-custom h1, #video-custom h2, #video-custom h3 {
	color: #fff;
	padding-bottom: 12px;
	font-weight: normal;
	font-style: normal;
}
#video-custom h3 {
	line-height: 1.2em;
}
#video-custom .col2 {
	padding-bottom: 20px;
}
#video-custom .col_50 {
	color: #fff;
	text-align: left !important;
}
#video-custom blockquote footer {
	font-size: 0.8em;
	font-style: italic;
	color: #d5d4d4;
	padding-top: 15px;
}
@media screen and (max-width:768px) {
	#video-custom h2 {
		margin-top: 0px;
	}
	#video-custom h3 {
		line-height: 1.3em;
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	#video-custom h2 {
		font-size: 1.2em;
		margin-top: 20px;
	}
}





/* =================================================== */
/* STANDARD CUSTOM COMPONENT - section-links
/* =================================================== */

#section-links {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#section-links .section-inner {
	padding-top: 0;
}

#section-links h2 {
	font-family: 'FujitsuSansLight', FujitsuSans;
	font-size: 1.7em;
	margin-bottom: 50px;
	text-align: center;
}

#section-links h3 {
	font: bold 1.1em 'FujitsuSans';
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: left;
	color: #222;
} 
#section-links h3 a {
	color: #f60000;
	background-color: transparent;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding-left: 0;
	padding-right: 0;
}
#section-links h3 a:hover {
	color: #790000;
	background-color: transparent;
	text-decoration: underline;
}
#section-links .service-txt, #section-links p {
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 0.9em;
	float: left;
}
#section-links ul li {
	font-size: 0.9em;
}
#section-links ul li::before {
	top: 4px;
}
#section-links p {
	margin-top: 10px;
	text-align: left;
	margin-bottom: 15px;
} 

#section-links .row {
	padding-bottom: 30px;
	float: left;
}

#section-links .greybox .service-img {
	border: 4px solid #dadada;
}

#section-links .txtcenter .service-txt p, #section-links .txtcenter h3 a {
	text-align: left;
}

#section-links .btn {
	background-color: #fff;
	color: #841718;
	border: 1px solid #841718;
	margin-top: 15px;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
}
#section-links .btn:hover {
	background-color: #d50402;
	color: #fff;
}

 
@media screen and (max-width : 480px) { 
	#section-links {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#section-links .service-img {
		float: left;
		padding-top: 30px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	#section-links .col_50, #section-links .col_3 {
		padding-bottom: 30px;
	}
	#section-links h2 {
		font-size: 1.4em;
		margin-bottom: 10px;
		margin-top: 50px;
	}
	#section-links h3 a {
		margin-bottom: 0px;
		padding-top: 15px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
	#section-links p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#section-links ul li::before {
		top: 7px;
	}
	#section-links .service-txt, #section-links p {
		text-align: left;
		font-size: 1em;
		float: none;
	}

} 

@media screen and (min-width: 480px) and (max-width: 767px) {
	#section-links .col_4 {
		margin-bottom: 30px;
		
		height: 100%;
	}
	.storage#section-links  .col_4 {
		min-height: 470px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#section-links .col_50, #section-links .col_3 {
		padding-bottom: 30px;
		
	}
	#section-links ul li::before {
		top: 2px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
	#section-links .service-txt, #section-links p {
		text-align: left;
		font-size: 1em;
		float: none;
		line-height: 1.3em;
	}
	
	
}

@media screen and (min-width: 480px) and (max-width: 850px) {
	#section-links .col_50 {
			padding-bottom: 30px;
			padding-right: 10px;
			width: 50%;
			padding-left: 10px;
	}
	#section-links .row {
		padding-bottom: 0px;
		float: none;
	}
	#section-links p {
		text-align: left;
	}
} 	 

@media screen and (min-width: 768px) and (max-width: 850px) {
	.smart-workforce#section-links .col_4 {
		min-height: 0;
	}
}
@media screen and (min-width: 480px) and (max-width: 550px) {
	.smart-workforce#section-links .col_4 {
		min-height: 260px;
	}
	.smart-workforce#section-links .section-inner {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
	.smart-workforce#section-links .col_4 {
		min-height: 320px;
	}
	.smart-workforce#section-links .section-inner {
		padding-bottom: 0;
	}
}


/* ====================================================== */
/* STANDARD CUSTOM COMPONENT - solution-links (like section links but with grey bg and left aligned text.
/* ================================================== */

#solution-links {
	padding-top: 0px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #f6f6f6;
}
#solution-links .section-inner {
	padding-top: 60px;
	padding-bottom: 40px;
}

#solution-links h2 {
	font-family: 'FujitsuSansLight', FujitsuSans;
	font-size: 1.7em;
	margin-bottom: 50px;
	text-align: center;
}

#solution-links h3 {
	font: 1em 'FujitsuSansLight', FujitsuSans;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: center;
} 
#solution-links h3 a {
	color: #f60000;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
#solution-links h3 a:hover {
	color: #790000;
	background-color: transparent;
	text-decoration: underline;
}
#solution-links .service-txt {
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 0.8em;
}
#solution-links .service-txt p {
	margin-top: 10px;
} 


	#solution-links .list-a>li:before {
		width: 8px;
		height: 8px;
		top: 5px;
	}
#solution-links .row {
	float: left;
	padding-top: 0;
}

#solution-links .col_4 {
	margin-bottom: 30px;
}
 
@media screen and (max-width : 480px) { 
	#solution-links .col_4 {
		margin-bottom: 30px;
		padding-bottom: 20px;
		min-height: auto;
		height: auto;
	}
	#solution-links .service-txt p {
		margin-bottom: 15px;
	}
} 
@media screen and (min-width: 480px) and (max-width: 767px) {
	#solution-links .col_4 {
		margin-bottom: 40px;
		min-height: none;
		height: 100%;
	}
	#solution-links .col_3 {
		min-height: none;
		height: 100%;
	}
	#solution-links .list-a>li:before {
		width: 5px;
		height: 5px;
		top: 4px;
		left: 5px;
	}
	#solution-links .row {
		float: left;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) { 

	
} 	 


/* =================================================== */
/* STANDARD CUSTOM COMPONENT - Expert CTA
/* =================================================== */

#expert-cta {
	margin-bottom: 60px;
}

.expert-cta-border {
	border-top: 1px solid #c6c6bf;
	border-bottom: 1px solid #c6c6bf;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 100%;
	float: left;
	width: 100%;
}
.expert-cta-pic {
	float: left;
	width: 150px;
	margin-right: 30px;
}
.expert-cta-pic img {
	width: 100%;
}
.expert-cta-text {
	float: left;
	width: 70%;
	height: 100%;
	padding-bottom: 20px;
}
.expert-cta-title {
	font-size: 1.5em;
	color: #7a1609;
}
.expert-cta-quote {
	font-size: 1.5em;
	color: #de0809;
	font-family: 'FujitsuSansLight';
}
.expert-cta-subtitle {
	font-size: 1.4em;
	color: #929191;
}
.expert-cta-author {
	font-size: 0.9em;
	color: #929191;
	padding-bottom: 30px;
	width: 60%;
	line-height: 1.2em;
	padding-top: 10px;
}
.expert-cta-btn-linkd, .expert-cta-btn-email {
	background-color: #edebe0;
	padding: 10px 15px;
	font-size: 0.8em;
	margin-right: 20px;
	text-decoration: none;
	position: relative;
	top: 15px;
}
.expert-cta-btn-linkd:hover, .expert-cta-btn-email:hover {
	background-color: #d3d0bf;
	color: #000;
	text-decoration: none;
}
.expert-cta-btn-linkd img, .expert-cta-btn-email img {
	width: 20px;
	margin-left: 10px;
	position: relative;
	top: -5px;
}


@media screen and (max-width : 768px) { 
	.expert-cta-pic {
		float: none;
		width: 100%;
		margin-right: 0px;
		text-align: center;
		margin-bottom: 15px;
	}
	.expert-cta-pic img {
		width: 20%;
	}
	.expert-cta-text {
		float: none;
		width: 100%;
		padding-bottom: 40px;
		text-align: center;
	}
	.expert-cta-author {
		width: 70%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width : 480px) { 
	.expert-cta-pic {
		float: none;
		width: 100%;
		margin-right: 0px;
		text-align: center;
	}
	.expert-cta-pic img {
		width: 40%;
	}
	.expert-cta-text {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}
	.expert-cta-btn-linkd, .expert-cta-btn-email {
		width: 100%;
		display: block;
		margin-bottom: 12px;
	}
	.expert-cta-title {
		font-size: 1.3em;
	}
	.expert-cta-quote {
		font-size: 1.3em;
	}
	.expert-cta-subtitle {
		font-size: 1.1em;
	}
	.expert-cta-author {
		font-size: 0.8em;
		width: 100%;
		line-height: 1.2em;
	}
	.expert-cta-text a.btn {
		width: 100%;
		display: block;
	}
}


/* =============================================== */
/* STANDARD CUSTOM COMPONENT - whitepaper
/* =============================================== */

#whitepaper {
	background-color: #eceee8;
}
#whitepaper .section-inner {
	padding-bottom: 40px;
	padding-top: 60px;
}
.whitepaper-pic {
	width: 23%;
	float: left;
	margin-right: 1%;
	clear: left;
}
.whitepaper-text {
	padding-bottom: 30px;
	float: left;
	width: 75%;
}
#whitepaper a.btn {
	top: 20px;
	position: relative;
}
@media screen and (max-width : 480px) { 
	.whitepaper-pic {
		width: 100%;
		text-align: center;
		
	}
	.whitepaper-pic img {
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}
	.whitepaper-text {
		width: 100%;
		text-align: center;
	}
	.whitepaper-text h2 {
		font-size: 1.2em;
	}
}

/* ============================================= */
/* STANDARD CUSTOM COMPONENT - gated content form
/* ============================================= */

#form-gated {
	background-color: #f1f0ec;
	padding-top: 30px;
	padding-bottom: 30px;
}

.form-gated-pic {
	width: 41%;
	float: left;
	padding-top: 0px;
}

.form-iframe {
	position: relative;
}
.form-iframe iframe {
	padding-top: 15px;
	border: 1px solid #bcbbb8 !important;
	width: 620px;
	height: 350px;
}

@media screen and (max-width : 1080px) { 
	.form-gated-pic {
		width: 100%;
		float: none;
		text-align: center;
		padding-top: 0;
	}	
	.form-gated-pic img {
		width: 45%;
	}
	.form-iframe {
		text-align: center;
	}
	.form-iframe iframe {
		margin: 20px auto 0 !important;
		float: none !important;
	}
}
@media screen and (max-width : 767px) {
	.form-gated-pic img {
		width: 95%;
		padding-bottom: 30px;
	}
	.form-iframe {
		text-align: right;
		width: 100%;
		margin-right: 0;
	}
	.form-iframe iframe {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	border: 1px solid #bcbbb8 !important;
	}

}
@media screen and (max-width : 480px) {
	.form-gated-pic img {
		width: 95%;
	}
	.form-iframe {
		text-align: right;
		width: 100%;
		margin-right: 0;
		margin-left: 0px;
	}
	.form-iframe iframe {
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	width: 100% !important;
	border: 1px solid #bcbbb8 !important;
	}
}




/* ================================================ */
/* STANDARD CUSTOM COMPONENT - events/webinars
/* ================================================ */

#events {
	background-color: #f5f6f5;
}

#events a {
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 30px;
}
#events a img {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	max-width: 70%;
	margin-bottom: 30px;
}
#events .list-a {
	margin-top: 30px;
}

@media screen and (max-width : 767px) {
	#events a {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width : 480px) {
	#events a {
		width: 100%;
		text-align: center;
		display: block;
	}
	#events a img {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}

}



/* ================================================ */
/* CUSTOM STYLES
/* ================================================ */


/* ----- New full width large banner ----- */

#theme-banner {
	height: 45vw;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
#theme-banner .section-inner {
	padding-top: 10px;
}
#theme-banner h1 {
	color: #fff;
	padding-top: 37.5vw;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;

}


#theme-section-1 h1 {
	width: 75%;
	margin-top: -105px;
	margin-bottom: 20px;
}
#theme-section-1 h1 + h2 {
	margin-top: -20px;
	padding-top: 0;
}
#theme-section-1 h2:first-child {
	width: 75%;
	margin-top: -105px;
	margin-bottom: 20px;
}

ul.red-buttons {
	margin-top: 20px;
}
ul.red-buttons li {
	display: inline-block;
	margin-right: 6px;
}
ul.red-buttons li a {
	background-color: #ec001b;
	padding: 10px 12px;
	color: #fff !important;
	text-decoration: none !important;
	float: left;
}
ul.red-buttons li a:hover {
	background-color: #9a0012;
}

#connect {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}
#connect h3 {
	color: #d50503;
	font-size: 1.5em;
}
.connect-row-l, .connect-row-r {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.connect-row-l .connect-img {
	width: 25%;
	margin-right: 5%;
	float: left;
}
.connect-row-l .connect-text {
	width: 70%;
	float: left;
}
.connect-row-r .connect-img {
	width: 25%;
	margin-left: 5%;

	float: right;
}
.connect-row-r .connect-text {
	width: 70%;
	float: right;
}

#statistics {
	padding-top: 60px;
	padding-bottom: 40px;
}
#statistics .col_4 {
	text-align: center;
	margin-bottom: 40px;
}
#statistics .col_4 p {
	line-height: 1.2em;
	padding-top: 25px;
}
#statistics .col_4 img {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}



#reports .section {
	background-color: #62635a;
	margin-bottom: 10px;
	overflow: hidden;
}
#reports .section-inner {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	min-height: 520px;
}
#reports h3 {
	color: #fff;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#reports p, #reports ul {
	color: #fff;
	line-height: 1.3em;
}
#reports a {
	color: #fff !important;
}
#reports a:hover {
	color: #f6fe05 !important;
}
.reports-img-left {
	position: absolute;
	left: -35px;
	top: 0;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	bottom: 0;
	height: auto;
}
.reports-img-right {
	position: absolute;
	right: -35px;
	top: 0;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	bottom: 0;
	height: auto;
}
#reports .copy-left {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 0;
}
#reports .copy-right {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-left: 30px;
	float: right;
}
#reports .report-btn-right {
	background-color: rgba(218, 3, 12, 0.83);
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 15px;
	text-decoration: none;
}
#reports .report-btn-right:hover {
	background-color: #88191f;
}
#reports .report-btn-right i {
	margin-right: 10px;
	margin-top: 8px;
	margin-left: 20px;
}
#reports .report-btn-left {
	background-color: rgba(218, 3, 12, 0.83);
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 15px;
	text-decoration: none;
	text-align: right;
}
#reports .report-btn-left:hover {
	background-color: #88191f;
}
#reports .report-btn-left i {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	margin-left: 20px;
}



#experts h2 {
	text-align: center;
}

#experts .expert-pic {
	width: 40%;
	float: left;
}
#experts .expert-bio {
	width: 60%;
	float: left;
	padding-left: 20px;
}
#experts h3 {
	color: #b20000;
	margin-top: 0px;
	padding-top: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
#experts p {
	line-height: 1.2em;
	color: #9b9b9b;
	font-size: 0.8em;
	margin-bottom: 10px;
}
#experts .fa-linkedin {
	color: #448dca;
}


.dark-panel {
	background-color: #62635a;
	color: #fff;
}
.dark-panel h2 {
	color: #fff;
	margin-bottom: 15px;
}
.dark-panel a {
	color: #fde306 !important;
}

#stat-quotes .col_50 {
	text-align: center;
}
#stat-quotes .col_50 img {
	width: 40%;
	margin-bottom: 15px;
}
#stat-quotes .col_50 h3 {
	color: #940018;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}


#connect-it-bar {
	background-color: #f2f2f2;
}
#connect-it-bar .col_30 {
	text-align: center;
}
#connect-it-bar img {
	width: 70%;
	margin-bottom: 50px;
	margin-top: 15px;
}



#service-desk-transformation .col_3 {
	text-align: center;
	line-height: 1.3em;
	min-height: 300px;
}
#service-desk-transformation img {
	width: 30%;
	margin-top: 40px;
	margin-bottom: 15px;
}
#service-desk-transformation .btn {
	display: inline-block;
	margin-top: 60px;
	margin-right: auto;
	padding-right: 20px;
	margin-left: auto;
}
#service-desk-transformation .btn i {
	margin-left: 15px;
}


@media screen and (max-width : 1100px) {

	
}
@media screen and (max-width : 992px) {
	#theme-banner h1 {
		
	}
}
@media screen and (max-width : 850px) {
		
		#connect-it-bar img {
			width: 40%;
			margin: 35px 5% 50px;
			float: left;
	}
}
@media screen and (max-width : 768px) {
	#theme-section-1 h2:first-child {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	#experts .col_3 {
		margin-bottom: 40px;
	}
	#reports .section-inner {
		min-height: 0;
		padding-bottom: 60px;
		display: flex;
		flex-direction: column;
	}
	.reports-img-left {
		width: 100%;
		position: relative;
		height: 300px;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-position: 0 top;
		order: 1;
	}
	.reports-img-right {
		width: 100%;
		position: relative;
		height: 300px;
		margin-top: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-position: 0 top;
		
	}
	#reports .copy-left {
		width: 100%;
	}
	#reports .copy-right {
		width: 100%;
		order: -1;
		padding-left: 0;
	}
	
	#statistics .col_4 {
		min-height: 330px;
	}
	
	#stat-quotes .col_50 img {
		width: 40%;
		margin-bottom: 15px;
		
	}
	#stat-quotes .col_50:nth-child(2) img {
		margin-top: 50px;
	}
	.gartner-img {
		margin-top: 50px;
	}
	
}

@media screen and (max-width : 580px) {
	
	.connect-row-l .connect-img {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 30px;
	}
	.connect-row-l .connect-text {
		width: 100%;
		float: left;
	}
	.connect-row-r .connect-img {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 30px;
	}
	.connect-row-r .connect-text {
		width: 100%;
		float: right;
	}
}
@media screen and (max-width : 480px) {
	#experts .col_3 {
		margin-bottom: 40px;
		width: 100%;
		float: left;
	}
	.connect-row-l .connect-img, .connect-row-r .connect-img {
		width: 90%;
	}
	#connect-it-bar img {
			width: 60%;
			margin: 35px 5% 10px;
			float: none;
	}
	#stat-quotes .col_50 img {
		width: 50%;
		margin-bottom: 15px;
		
	}
	#stat-quotes .col_50:nth-child(2) img {
		margin-top: 50px;
	}
	#service-desk-transformation img {
		width: 20%;
	}
	#service-desk-transformation .col_3 {
		min-height: 0px;
	}
	
}
@media screen and (max-width : 380px) {

}















