
/* Privacy Policy Table */

.privacy-table{
	border-radius:0.75rem 0.75rem 0 0;
	display: table;
	margin-top:2rem;
	overflow: hidden;
	width: 100%;
}
.privacy-table-row{display: table-row;}
.privacy-table-body{display: table-row-group;}
.privacy-table-cell-left, .privacy-table-cell-right, .privacy-table-header-left, .privacy-table-header-right {
	display: table-cell;
	line-height:1.44em;
	padding:1rem 0.75rem 1rem 1.25rem;
}
.privacy-table-header-left,.privacy-table-header-right{
	background-color:#0075B4;
	color:#ffffff;
	font-size:1rem;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.privacy-table-cell-right{border-right: 5px solid #EFF3F5;}
.privacy-table-cell-bottom-right{border-bottom: 5px solid #EFF3F5;}
.privacy-table-cell-left{
	background-color: #EFF3F5;
	font-weight:600;
	width:30%;
}
.privacy-table-cell-left-indent > div{
	padding-left:0.75rem;
	position:relative;
}
.privacy-table-cell-left-indent > div > span{
	left:-8px;
	position:absolute;
	top:0;
}

@media screen and (min-width: 40em) {

	.privacy-table{
		margin-top:2.5rem;
		margin-bottom:2.5rem;
	}
	.privacy-table-cell-left, .privacy-table-cell-right, .privacy-table-header-left, .privacy-table-header-right {
		padding:1rem 1.75rem 1rem 2.25rem;
	}
	.privacy-table-header-left,.privacy-table-header-right{
		font-size:1.3125rem;
		padding-top: 20px;
		padding-bottom: 20px;		
	}
	.privacy-table-cell-right{border-right: 10px solid #EFF3F5;}
	.privacy-table-cell-bottom-right{border-bottom: 10px solid #EFF3F5;}
	.privacy-table-cell-left{
		width:35%;
	}
	.privacy-table-cell-left-indent > div{
		padding-left:1.75rem;
	}
	.privacy-table-cell-left-indent > div > span{
		left:0;
	}

}