@charset "UTF-8";


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

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

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

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

h1 {
	margin-bottom: 15px !important;
	line-height: 1.2em;
	width: 100%;
}

h1, h2 {
	color: #d60303;
}
h2 {
	line-height: 1.3em;
}

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;
}
blockquote {
	color: #ed1d25;
	border-left: 3px solid #d50503;
	margin-left: 40px;
	padding-left: 20px;
	margin-right: 60px;
	font-size: 1.2em;
	line-height: 1.4em;
}
blockquote footer {
	font-size: 0.7em;
	font-style: italic;
	color: #bebdbd;
	padding-top: 15px;
}

.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 !important;
    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: 30px !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;
}
ul.list-a li.list-child:before {
	content: none;
}
ul.list-a li > ul li:before {
	content: none;
}
ul.list-a li > ul {
	list-style: disc;
	margin-left: 10px;
	margin-top: 0 !important;
}
ul.list-a li > ul li {
	padding-left: 0;
}

/*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;
	}
    blockquote {
	color: #ed1d25;
	border-left: 3px solid #d50503;
	margin-left: 0px;
	padding-left: 20px;
	margin-right: 0px;
	font-size: 1.2em;
	line-height: 1.4em;
        margin-bottom: 40px;
}
}

/*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;
	}
    h1 {
		line-height: 1.0em;
		width: 100%;
	}
}



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



@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:  767px) {
	.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: 767px) {
	.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;
	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 {
	background-color: #f6f6f6;	
}
.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: left;
	margin-top: 45px;
	margin-bottom: 0;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	min-height: 55px;
}
#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:992px) {
    #video-custom h2 {
		margin-top: 0px;
        font-size: 1.4em;
	}
}
@media screen and (max-width:768px) {
	#video-custom h2 {
		margin-top: 0px;
        font-size: 1.4em;
	}
	#video-custom h3 {
		line-height: 1.3em;
		margin-top: 30px;
        font-size: 1.4em;
	}
}
@media screen and (max-width: 480px) {
	#video-custom h2 {
		font-size: 1.2em;
		margin-top: 20px;
	}
}


/* =============================================================== */
/* STANDARD CUSTOM COMPONENT - experts
/* =============================================================== */

#experts {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #f3f3f3;
}
#experts h2 {
	font-family: FujitsuSansLight, FujitsuSans;
	font-size: 1.7em;
	margin-bottom: 50px;
	text-align: center;
}
.expert-card {
	float: left;
	height: 330px;
}
.expert-name {
	width: 55%;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	margin-right: 15px;
	padding-top: 90px;
}
	.expert-name h4 {
		font-size: 1.6em;
		color: #be0000;
		font-weight: normal;
		font-style: normal;
	}
	.expert-name span p {
		color: #6f6d6d;
		font-size: 1em;
		line-height: 1em;
		margin-top: 0px !important;
	}
.expert-pic {
	width: 41%;
	text-align: center;
	padding-left: 15px;
	float: left;
	margin-top: 10%;
}
.expert-pic img {
	width: 80%;
}
.expert-icons {
	padding-top: 5%;
	padding-bottom: 12px;
}
.expert-icons a {
	width: 33%;
	float: left;
}
.expert-icons a img {
	width: 40%;
}




/* ------------------------------- */
/* Experts x3 */
/* ------------------------------- */
#experts .col_3 .expert-card {
	text-align: center;
	height: 460px;
}
#experts .col_3 .expert-pic {
	margin-top: 50px;
	margin-right: auto;
	padding-left: 0;
	margin-left: auto;
	float: none;
	width: 50%;
}
#experts .col_3 .expert-name {
	width: 100%;
	padding: 15px 40px;
	margin-right: 0;
}

#experts .col_3 .expert-icons a img {
	width: 30%;
}
/* ------------------------------- */

/* ------------------------------- */
/* Experts x4 */
/* ------------------------------- */
#experts .col_4 .expert-card {
	display: flex;
	flex-direction: column;
}
#experts .col_4 .expert-pic {order: -1; } 
#experts .col_4 .expert-name {order: 1; }
#experts .col_4 .expert-icons {order: 2;}

#experts .col_4 .expert-card {
	text-align: center;
	height: 340px;
}
#experts .col_4 .expert-pic {
	margin-top: 40px;
	margin-right: auto;
	padding-left: 0;
	margin-left: auto;
	float: none;
	width: 50%;
}
#experts .col_4 .expert-name {
	width: 100%;
	padding: 15px 20px 0;
	margin-right: 0;
	min-height: 60px;
}
#experts .col_4 .expert-name h4 {
	font-size: 1.3em;
}
#experts .col_4 .expert-name span p {
	font-size: 0.9em;
	line-height: 1.3em;
}
#experts .col_4 .expert-icons {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}
#experts .col_4 .expert-icons a img {
	width: 40%;
}

/* ------------------------------- */

@media screen and (max-width: 1200px) {
	#experts .col_4 .expert-card {
		height: 280px;
	}
	#experts .col_4 .expert-name h4 {
		font-size: 1.1em;
	}
	
	#experts .col_4 .expert-name span p {
		font-size: 0.8em;
		line-height: 1.3em;
	}
	#experts .col_4 .expert-icons {
		margin-top: 0px;
	}	
	#experts .col_4 .expert-name {
		padding-top: 5px;
	}
	#experts .col_4 .expert-pic {
		margin-top: 15%;
	}
}


@media screen and (max-width: 992px) {
	.expert-card {
		height: 250px;
	}
	.expert-name {
		padding-top: 70px;
	}
	.expert-name h4 {
		font-size: 1.2em;
	}	
	#experts .col_3 .expert-card {
		height: 350px;
	}
	#experts .col_3 .expert-name {
		padding: 15px 30px 0;
	}
	#experts .col_3 .expert-pic {
		margin-top: 40px;
	}
	#experts .col_4 .expert-card {
		height: 250px;
	}
	#experts .col_4 .expert-name {
		padding-top: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
	#experts .col_4 .expert-pic {
		margin-top: 25px;
	}
	#experts .col_4 .expert-name h4 {
		font-size: 1.0em;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.7em;
		line-height: 1.3em;
	}
	#experts .col_4 .expert-icons {
		margin-top: -15px;
	}	
}

@media screen and (max-width : 850px) {
	#experts {
		padding-bottom: 0px;
	}
	#experts .col_50 {width: 50%;padding: 15px 15px 15px 30px;}
	.expert-card {
		height: 210px;
	}
	.expert-name {
		width: 53%;
		padding-top: 50px;
		padding-right: 10px;
		padding-left: 10px;
	}	
	.expert-name span p {
		font-size: 0.9em !important;
	}
	.expert-name h4 {
		font-size: 1.2em;
	}		
	#experts .col_3 .expert-card {
		height: 340px;
	}
	#experts .col_3 .expert-name {
		padding: 15px 30px 0;
	}
	#experts .col_3 .expert-name p {
		padding-bottom: 0;
		margin-bottom: 5px;
	}
	#experts .col_3 .expert-pic {
		margin-top: 30px;
	}
	#experts .col_4 .expert-card {
		height: 250px;
	}
	#experts .col_4 .expert-name {
		padding-top: 5px;
	}
	#experts .col_4 .expert-pic {
		margin-top: 20px;
	}
	#experts .col_4 .expert-name h4 {
		font-size: 0.9em;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.6em !important;
		line-height: 1.3em;
	}
	#experts .col_4 .expert-icons {
		margin-top: -15px;
	}
}
@media screen and (max-width : 767px) {
	
	#experts {
		padding-bottom: 0px;
	}
	#experts .col_50 {
		text-align: center;
	}
	#experts .col_50 {width: 100%;padding: 15px 15px 15px 30px;
	text-align: center;
	}
	.expert-card {
		height: 310px;
		margin: 0 auto;
		width: 80%;
		float: none;
	}
	.expert-name {
		width: 53%;
		padding-top: 80px;
		padding-right: 10px;
		padding-left: 10px;
	}	
	.expert-name span p {
		font-size: 1.0em !important;
	}
	.expert-name h4 {
		font-size: 1.5em;
		line-height: 1.1em;
		margin-bottom: 6px;
	}	
	.expert-icons {
		padding-top: 10%;
	}	
	.expert-icons a img {
		width: 40%;
	}
	#experts .col_3 .expert-card {
		height: 340px;
	}
	#experts .col_3 .expert-name {
		padding: 15px 30px 0;
	}
	#experts .col_3 .expert-name p {
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	#experts .col_3 .expert-pic {
		margin-top: 30px;
		display: inline-block;
	}
	#experts .col_3.hidden-sml {
		display: none;
	}
	#experts .col_3 .expert-card {
		height: 380px;
	}
	#experts .col_4 .expert-card {
		height: 350px;
	}
	#experts .col_4 .expert-name {
		padding-top: 10px;
		padding-right: 20px;
		padding-left: 20px;
	}
	#experts .col_4 .expert-pic {
		margin-top: 30px;
	}
	#experts .col_4 .expert-name h4 {
		font-size: 1.3em;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.9em !important;
		line-height: 1.3em;
	}
	#experts .col_4 .expert-icons {
		margin-top: 0px;
	}
	
}
@media screen and (max-width : 600px) {
	.expert-card {
		height: 230px;
	}	
	.expert-name {
		padding-top: 50px;
	}
	#experts .col_3 .expert-card {
		margin-right: 10px;
		margin-left: 10px;
		width: 92%;
		height: 280px;
	}
	#experts .col_3 .expert-name {
		padding: 15px 20px 0;
	}
	#experts .col_3 .expert-name p {
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	#experts .col_4 .expert-card {
		margin-right: 0px;
		margin-left: 0px;
		width: 98%;
		height: 330px;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.8em !important;
		line-height: 1.3em;
	}
	#experts .col_4 .expert-icons {
		margin-top: -10px;
	}
}
@media screen and (max-width : 480px) {
	#experts .col_50 {width: 100%;padding: 15px 15px 15px 30px;}
	.expert-card {
		height: 220px;
		width: 100%;
		float: left;
	}
	.expert-name {
		width: 53%;
		padding-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
	}	
	.expert-name span p {
		font-size: 0.7em !important;
	}
	.expert-name h4 {
		font-size: 1.0em;
		line-height: 1.1em;
		margin-bottom: 6px;
	}	
	.expert-icons {
		padding-top: 0%;
	}	
	.expert-icons a img {
		width: 60%;
	}
	#experts h2 {
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	#experts .col_3, #experts .col_4 {
		text-align: center;
	}
	#experts .col_3 .expert-card, #experts .col_4 .expert-card {
		margin-right: auto;
		margin-left: auto;
		width: 80%;
		float: none;
		height: 440px;
	}
	#experts .col_3 .expert-pic, #experts .col_4 .expert-pic {
		margin-top: 40px;
		display: inline-block;
	}
	#experts .col_3 .expert-name, #experts .col_4 .expert-name {
		padding: 15px 20px 20px;
		font-size: 0.9em;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.8em !important;
	}
	#experts .col_4 .expert-name h4 {
		font-size: 1.1em;
	}
}
@media screen and (max-width : 380px) {
	#experts .col_50 {width: 100%;padding: 15px 0;}
	.expert-card {
		height: 200px;
	}
	#experts h2 {
		margin-bottom: 10px;
	}
	.expert-name {
		width: 51%;
		padding-top: 60px;
		padding-right: 10px;
		padding-left: 10px;
	}	
	.expert-name span p {
		font-size: 0.5em !important;
	}
	.expert-name h4 {
		font-size: 0.8em;
		line-height: 1.1em;
		margin-bottom: 6px;
	}	
	.expert-icons {
		padding-top: 0%;
		
	}	
	.expert-icons a img {
		width: 65%;
	}
	#experts .col_3 .expert-card, #experts .col_4 .expert-card {
		height: 340px;
	}
	#experts .col_3 .expert-pic {
		margin-top: 40px;
		display: inline-block;
	}
	#experts .col_4 .expert-pic {
		margin-top: 40px;
		display: inline-block;
	}
	#experts .col_3 .expert-name, #experts .col_4 .expert-name {
		padding: 15px 50px 0px;
	}
	#experts .col_4 .expert-name {
		padding: 15px 20px 0;
		font-size: 0.9em;
	}
	#experts .col_4 .expert-name span p {
		font-size: 0.7em !important;
	}
	#experts .col_4 .expert-icons {
		margin-top: -15px;
	}
}



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

#section-links {
	padding-top: 80px;
	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: 1.1em 'FujitsuSans';
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: left;
	color: #d01e15;
} 
#section-links h3 a {
	color: #f60000;
	background-color: transparent;
	text-align: left;
	width: 100%;
	display: inline-block;
	padding-left: 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: left;
	font-size: 0.9em;
	float: left;
}
#section-links ul li {
	font-size: 0.9em;
}
#section-links ul li::before {
	top: 4px;
}
#section-links .service-txt p {
	margin-top: 10px;
} 

#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: center;
}


 
@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 .service-txt p {
		text-align: center;
		font-size: 0.9em;
		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: center;
		font-size: 1em;
		float: none;
	}
	
	
}

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

} 	 

@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: 0px;
	text-align: left;
	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: left;
}

#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: left;
} 
#solution-links h3 a {
	color: #f60000;
	background-color: transparent;
	padding-left: 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: left;
	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;
}
 
@media screen and (max-width : 480px) { 
	#solution-links .col_4 {
		margin-bottom: 0px;
		padding-bottom: 20px;
		min-height: auto;
		height: auto;
	}
    
} 
@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
/* ================================================ */




.pdf-download {
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.ai-download .image-right {
	width: 50%;
	margin-right: 15%;
	margin-top: 30px;
}

.fullwidth-subtitle.even {
	background: #e0ded4;
}
.fullwidth-subtitle.odd {
	
	background: #e8e7e0;
}
.fullwidth-subtitle h3 {
	width: 50%;
	line-height: 1.1em;
	font-size: 1em;
	padding-top: 5px;
}
.fullwidth-subtitle h3 .speaker {
	color: #ed1d25;
}
.event-meta {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 1em;
}
.event-meta i {
	color: #cc1413;
	margin-left: 6px;
}
.event-meta .place {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
.event-meta .time {
	display: inline-block;
}
.section-inner.pad-sml {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.panel-toggle, .panel-toggle-schedule {
	color: #f00101;
}

.thehub {
	background-color: #780000;
}
.thehub a {
	color: #fff;
	float: right;
}

#cta-contact {
	padding-top: 0px;
	padding-bottom: 0px;
}
#cta-contact .small-txt {
	color: #fff;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	line-height: 1.3em;
}
#cta-contact h2 {
	text-decoration: underline;
	margin-top: 30px;
}
#cta-contact  a {
	font-size: 1.2em;
}
#cta-contact  a:hover h2 {
	text-decoration: none;
	color: #fee106;
}

.agenda-main img {
	margin-top: 30px;
}

.panel-toggle, .panel-toggle-schedule {
	display: block;
}


.event-card {
	margin-top: 0px;
}

.event-data-row1 {
	background-color: #d3d1c4;
	float: left;
	width: 100%;
} 
.event-data-row2 {
	background-color: #dcdacd;
	float: left;
	width: 100%;
}
.event-data-row3 {
	background-color: #e5e3d7;
	float: left;
	width: 100%;
}
.event-data-row4 {
	background-color: #eeeee6;
	float: left;
	width: 100%;
}
.event-data-row1 .event-icon {
	background-color: #cdcbbb;	
}
.event-data-row2 .event-icon {
	background-color: #d5d4c7;
}
.event-data-row3 .event-icon {
	background-color: #dedcd0;
}
.event-data-row4 .event-icon {
	background-color: #e7e7df;
}

.event-icon {
	font-size: 1.4em;
	position: relative;
	float: left;
	text-align: center;
	margin-left: 0;
	padding: 15px 20px;
	color: #a7090b;
	margin-right: 15px;
}
.event-icon i {
	margin-right: auto;
	margin-left: auto;
	width: 30px;
}

.event-title {
	float: left;
	padding-top: 25px;
	font-size: 0.85em;
}


/*---------- SPONSORS -----------*/
#sponsors .btn {
	color: #fff !important;
    background-color: #8c0000;
    padding: 10px 13px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color .4s;
	}
		#sponsors .btn:hover {
			background-color: #cb1611;
			color: #fff;
			text-decoration: underline;
		}
			#sponsors .btn i {
				margin-left: 10px;
				color: #fff;
				transition: color .8s;
			}
			#sponsors .btn:hover i {
				color: #fcfe0b;
			}

#sponsors .sponsor-logo {
	width: 20%;
	float: left;
}
#sponsors .sponsor-text {
	width: 60%;
	float: left;
}
#sponsors .sponsor-text p {
	margin: 0;
	padding: 0;
}
#sponsors .sponsor-link {
	width: 20%;
	float: left;
	text-align: right;
	display:flex;
	align-items:center;
	min-height: 120px;
}
#sponsors .sponsor-link .btn {
	position: relative;
	margin-left: 20%;
	white-space: nowrap;
}



/*---------- SPEAKERS -----------*/

#speakers .row {
	width: 100%;
	padding-bottom: 30px;
}
.speaker-pic {
	padding: 15px;
}
.speaker-name {
	font-weight: bold;
	color: #da3832;
	padding-bottom: 10px;
	white-space: nowrap;
	letter-spacing: -1px;
	text-align: center;
}
.speaker-job {
	color: #757474;
	font-style: italic;
	text-align: center;
	line-height: 1.1em;
	font-size: 0.9em;
	min-height: 50px;
}
.speaker-btn {
	text-align: center;
	padding-top: 20px;
}
.speaker-btn .btn {
	font-size: 0.8em;
}

.modal {
	max-width:65%;
}
.modal p {
	font-size: 0.8em;
	padding-top: 12px;
	text-align: center;
}
.modal .speaker-pic {
	text-align: center;
}
.modal .speaker-pic img {
	width: 120px;
	margin-left: auto;
	margin-right: auto;
}
.modal .speaker-job {
	min-height: 30px;
	border-bottom: 1px dotted #dad9d9;
	margin-bottom: 20px;
	padding-bottom: 20px;
}



/*---------DEMO CENTER---------*/

.col_30.sml-video {
	padding-left: 100px;
	padding-top: 20px;
}
.first-floor {
	
	padding-left: 97px;
	min-height: 420px;
	margin-left: 0;
}
.floor-plan {
	margin-right: 0;
	position: relative;
}
.floor-plan::after {
	content: '';
	background-image: url(img/demo/first-floor.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: -5px;
	
	width: 255px;
	height: 377px;
	z-index: 0;
}
.zone-title {
	margin-bottom: 15px;
	font-size: 1.3em;
}
.floor-list {
	z-index: 1;
	position: relative;
}
.floor-list li {
	margin-bottom: 0 !important;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.7em;
}
.floor-list li a {
	color: #000 !important;
}
.ind-badge {
	background-color: #bb2d23;
	font-size: 0.8em;
	color: #fff;
	padding: 3px 3px 2px;
	margin-right: 10px;
}
.tech-badge {
	background-color: #8b8b7d;
	font-size: 0.8em;
	color: #fff;
	padding: 3px 3px 2px;
	margin-right: 10px;
}

#floorplan .col_3:nth-child(1) {
	width: 33%;
}

.pad-sml .video-container {
	margin-bottom: 20px !important;
}

.col3-reg-btn {
	padding-top: 15%;
	display: block;
	padding-right: 50px;
}

#tech-showcase .row {
	float: none;
	padding-top: 0;
	margin-top: -30px;
}
#tech-showcase h3 {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 30px;
	color: #d50402;
}




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


    .ai-download .image-right {
		width: 65%;
	}
	.event-meta {
		font-size: 0.9em;
	}
	.floor-plan::after {
		content: '';
		width: 0 !important;
		height: 0 !important;
	}
}
@media screen and (max-width : 992px) {
	
	.pdf-download {
		width: 70%;
	}
	.ai-download .image-right {
		width: 65%;
	}
	.event-meta {
		font-size: 0.8em;
	}
	.fullwidth-subtitle h3 {
		line-height: 1.2em;
		font-size: 0.9em;
	}
	.event-meta .place {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.speaker-job {
		font-size: 0.7em;
		min-height: 40px;
	}
	.speaker-name {font-size: 0.8em;}
	.modal {
		max-width:85%;
	}
	.floor-plan::after {
		content: '';
		width: 0 !important;
		height: 0 !important;
	}
	.floor-list li {
		font-size: 0.9em;
	}
}
@media screen and (max-width : 850px) {
	.pdf-download {
		width: 35%;
		margin: 30px auto 50px 0;
	}
	.ai-download .image-right {
		width: 75%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 80px;
	}	
	#sponsors .sponsor-logo {
		width: 100%;
		text-align: center;
	}
	#sponsors .sponsor-logo img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#sponsors .sponsor-text {
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}
	#sponsors .sponsor-text p {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#sponsors .sponsor-link {
		width: 100%;
		text-align: center;
		display: block;
		min-height: 0;
	}
	#sponsors .sponsor-link .btn {
		margin-left: auto;
		white-space: nowrap;
		margin-right: auto;
	}
	.speaker-job {
		font-size: 0.7em;
	}
	.speaker-name {font-size: 0.8em;}
	
	.floor-plan::after {
		content: '';
		background-image: none;
	}
	.floor-list li {
		font-size: 0.8em;
	}
	#floorplan .col_3.first-floor {
		padding-left: 50px;
	}	
	.event-title {
		font-size: 0.7em;
		padding-top: 27px;
	}

}
@media screen and (max-width : 767px) {
	.ai-download .image-right {
		width: 45%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		margin-bottom: 80px;
	}
	.agenda-main img {
		margin-top: 0;
		width: 60%;
	}
    #cta-contact {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }
    .panel-toggle, .panel-toggle-schedule {
        margin-top: 8px;
    }
	.fullwidth-subtitle h3 {
		padding-top:  0px;
	}
	.speaker-pic {
		text-align: center;
	}
	.speaker-pic img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.speaker-job {
		font-size: 1em;
		padding-left: 20px;
		padding-right: 20px;
	}
	.speaker-name {font-size: 1.2em;}
	#speakers .row {
		width: 100%;
		padding-bottom: 0px;
	}
	#speakers .col_4 {
		margin-bottom: 40px;
	}
	.modal {
		max-width:100%;
	}
	#floorplan .col_3.floor-plan {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30%;
	}
	#floorplan .col_3.first-floor {
		
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 0px;
		min-height: 0;
		float: right;
	}
	#floorplan .col_3:nth-child(3) {
		float: left;
		padding-left: 30px;
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.floor-list li {
		font-size: 1.1em;
	}
	
	.event-card {
		margin-top: 0;
	}
	.event-title {
		font-size: 0.9em;
		padding: 20px;
		float: none;
	}
	.event-card {
		margin-top: 20px;
	}
	#video-custom h2 {
		margin-top: 30px !important;
	}
	
	#social-btns .col_3 {
		margin-bottom: 20px;
	}
	#social-btns .col_3:nth-child(3) {
		margin-left: 27%;
	}
}


@media screen and (max-width : 580px) {
	
	.pdf-download {
		width: 55%;
		margin-bottom: 50px;
	}
	.ai-download .image-right {
		width: 85%;
	}
	#cta-contact .small-txt {
		display: none;
	}
    #cta-contact h2 {
		margin-top: 0;
	}
	.panel-toggle2 {

		line-height: 2.4em;
	}
	#sponsors .sponsor-logo img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.speaker-job {
		font-size: 0.9em;
	}
	.speaker-name {font-size: 1.1em;}
	
	
	.col_30.sml-video {
		padding-left: 0px;
		padding-top: 0px;
	}
	#floorplan .col_3.floor-plan {
		width: 90%;
		margin-bottom: 30px;
		padding-left: 0 !important;
		padding-right: 0;
	}
    #floorplan .col_3.first-floor {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 20px !important;
		min-height: 0;
		float: left;
	}
	#floorplan .col_3:nth-child(3) {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 20px !important;
	}
	#floorplan .col3-reg-btn {
		padding-right: 0;
	}
	.floor-list li {
		font-size: 1.2em;
	}
	
	
}
@media screen and (max-width : 480px) {

	.pdf-download {
		width: 65%;
		margin-bottom: 50px;
	}
	.agenda-main img {
		margin-top: 0;
		width: 100%;
	}
	.event-meta .place {
		padding-right: 0px;
		padding-left: 0px;
		display: block;
	}
	.fullwidth-subtitle h3 {
		width: 100%;
	}
	.event-meta {
		width: 100%;
		padding-top: 20px;
		font-size: 0.7em;
	}
	.event-meta .place {
		float: left;
		padding-right: 15px;
	}
	.event-meta .time {
		float: left;
	}
	.fullwidth-subtitle .section-inner {
		display: flex;
		flex-direction: column;
	}
	.event-meta {order: 1; } 
	.fullwidth-subtitle h3 {order: -1; }
    
	.panel-toggle2 {
		font-size: 0.7em;
		line-height: 2.4em;
	}
    .panel-toggle, .panel-toggle-schedule {
        margin-top: 0px;
    }
	
	#sponsors .sponsor-link .btn {
		margin-left: auto;
		white-space: nowrap;
		margin-right: auto;
		text-align: left;
	}
	#floorplan .col_3.floor-plan {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 0px;
	}
	#floorplan .col_3.first-floor {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 0px;
		min-height: 0;
	}
	#floorplan .col_3:nth-child(3) {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 30px;
		padding-left: 0px;
	}
	#floorplan .col3-reg-btn {
		padding-right: 0;
	}
	.floor-list li {
		font-size: 0.8em;
	}
	.back-top {
		float: left;
	}
	
	.event-card {
			margin-top: 0;
		}
		 
		.event-icon {
			display: none;
		}
	
		.event-title {
			font-size: 0.9em;
			padding: 20px;
			float: none;
		}
		#social-btns .col_3:nth-child(3) {
			margin-left: 0%;
		}

}
@media screen and (max-width : 380px) {
	.ai-download .image-right {
		width: 95%;
	}
	.panel-toggle, .panel-toggle2, .panel-toggle-schedule {
		display: block;
		float: left;
		width: 100%;
		margin-top: 5px;
		text-align: left;
	}
    .panel-toggle, .panel-toggle-schedule {
        margin-top: 12px;
    }
	.floor-list li {
		font-size: 0.7em;
	}
	.event-title {
		font-size: 0.8em;
		padding: 20px;
		float: none;
	}
}















