// .cos-title {
// 	font-family: "CorporateACondensedRegular","Arial",serif;
// 	font-size:22px;
// 	line-height:44px;
// }

// @media (max-width: 767px) {
// 	line-height:28px;
// }

// .cos-hidden{display:inline}
// #privacyStatementContainer * {color:black;}
// footer .back-to-top {margin-left:50px;}
// footer {
//     margin-top: 20px;
// }
// .convHlCell .cos-link {
// 	font-family:"CorporateSCondensedRegular","Times New Roman","Arial",serif;
// 	font-size:22px;
// 	line-height:44px;
// }

// .convHlCell > .cos-link {
// 	display: block;
	
// 	height: 80px;
// 	text-decoration: none;
	
// 	background-color: rgb(60, 60, 60);
// 	background: url(../icons/arrow.png) no-repeat;
// 	background-size: 14px;
// 	background-position: bottom right;
// 	margin: 10px 10px 20px 10px;
// }

// .highlight-grid table tr td.convHlText  {
// display: table-cell;
// vertical-align: top;
// padding:20px;
// }
// .highlight-grid table tr td img {
// margin:1px;}

// .highlight-grid table tr td  {
// display: table-cell;
// vertical-align: top;
// }


// .cos-infotext {
// min-height: 600px;
// }

.tile-grid {
	margin-top: 15px;
}

.tile-grid .tile-container,
.tile-grid .large-tile-container {
	display: table;
	margin-right: -14px;
}

.tile-grid .tile {
	display: block;
	float: left;
	margin: 0 14px 14px 0;
	position: relative;
	color: white;
	background-color: gray;
	text-decoration: none;
}

.tile-grid .tile > img {
	width: 100%;
	height: 100%;
}

img.phone {
	position: relative;
	height: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tile-grid .tile.bluetooth-devices > div {
	position: absolute;
	top: 6px;
	bottom: 49px;
	width: 100%;
}

.tile-grid .tile > div.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../icons/video.svg") no-repeat center;
}


.tile-grid .tile > span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .75);
	font-size: 18px;
	line-height: 100%;
	padding: 12px;
}

.page-content > .cos-teaser { display: none; }