[role="tab"][aria-selected="true"] {
	margin-top: 0;
	color: #000;
}

[role="tab"], [role="tab"]:focus, [role="tab"]:hover {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-color: transparent;
	border: 0px;
	text-align: left;
	cursor: pointer;
	width: 80%;
}

[role="tab"] span {
	font-size: 18px;
	line-height: 1.4em;
}

[role="tab"][aria-selected="false"] strong {
  border-bottom: 3px solid #666;
}

[role="tab"] strong {
	display: block;
	margin-bottom: 5px;
	font-size: 24px;
	font-family: 'SimplonNorm-Bold', 'droid sans' ,'Helvetica', 'verdana' ,'Arial', 'sans-serif';
	border-bottom: 3px solid #FED300;
}

video.video-box {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	box-shadow: 0px 1px 15px rgba(45,44,42,.4);
}

@media only screen and (max-width: 1200px) {
	.tabitem {
		width: 50%;
	}
}
@media only screen and (max-width: 636px) {
	.tabitem {
		width: 100%;
	}

	[role="tab"], [role="tab"]:focus, [role="tab"]:hover {
    width: 100%;
}

[role="tab"] span {
	font-size: 16px;
}

[role="tab"] strong {
	margin-bottom: 0px;
	font-size: 20px;
}


	
}