@import 'style-common.css';

.legal-content {font-family: AvenirNextLTPro-Light;}
.legal-content ul {list-style: none;}
.legal-content h4, .legal-content p, .legal-content a, .legal-content ul ul li, .main-point, .main-point ul li {font-size: 16px;line-height: 21.86px;color: #1a1a1a;}
.legal-content ul {padding-left: 0;}
.legal-content h4 {margin-bottom: 15px}
.legal-content li {padding-bottom: 16px}

.legal-content-page .small-h1 {
	line-height: 40px;
}

.legal-content-page p,
.legal-content-page li {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}

.legal-content-page li {
	margin-bottom: 10px;
}

.legal-content-page .legal-list-text {
	margin-bottom: 20px;
}

.legal-content-page .effective-date {
	font-size: 20px;
	font-family: 'AvenirNextLTPro-Medium';
	color: #000;
	margin-bottom: 30px;
}

.legal-content-page .semibold-copy {
	font-family: 'AvenirNextLTPro-Medium';
	color: #000;
}

.legal-content-page .legal-points-list {
	padding-left: 40px;
}

@media screen and (max-width: 639px) {
	.legal-content-page .legal-points-list {
		padding-left: 20px;
	}
}

.legal-content-page .decimal-list {
	list-style: decimal;
}

.legal-content-page .lower-roman-list {
	list-style: lower-roman;
}

.legal-content-page .upper-roman-list {
	list-style: upper-roman;
}

.legal-content-page .legal-list-heading {
	font-family: 'AvenirNextLTPro-Medium';
	margin-bottom: 10px;
}

.table-overflow {
	overflow-x: auto;
}

.legal-content-page .table {
	border: 1px solid #000;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.legal-content-page .table thead tr {
	background: transparent;
}

.legal-content-page .table th {
	border: 1px solid #000;
	font-family: 'AvenirNextLTPro-Medium';
	text-align: center;
	font-size: 14px;
}

.legal-content-page .table .table-grey-head {
	background: #e0e0e0;
}

.legal-content-page .table .table-grey-head th {
	text-align: left;
}

.legal-content-page .table tr {
	vertical-align: top;
}

.legal-content-page .table td,
.table th {
	border: 1px solid #000;
	padding: 10px;
}

.straight-line {
	display: block;
	width: 40%;
	border-top: 1px solid #000;
	margin: 0 0 10px;
}

.legal-content-page .small-text {
	font-size: 14px;
	line-height: 1.4;
}

.legal-content-page .legal-points-list li {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.legal-content-page .main-wrapper .disc-li {
	list-style: disc;
}

.legal-content-page a {
	font-size: 16px;
	text-decoration: underline;
}

.contact-privacy {
	padding-left: 40px;
}

@media screen and (max-width: 639px) {
	.contact-privacy {
		padding-left: 20px;
	}
}

.legal-content-page .main-wrapper .table .white-border {
	border-color: #fff;
}

.legal-content-page .main-wrapper .table .no-bottom-border {
	border-bottom: 1px solid #000;
}

.legal-heading {
	font-size: 32px;
	line-height: 43.71px;
	margin-bottom: 28px;
}

.privacy-accordion .legal-subheading {
	position: relative;
	cursor: pointer;
	padding-right: 50px;
	font-size: 22px;
	font-family: 'AvenirNextLTPro-Medium';
	line-height: 30.5px;
	margin-bottom: 28px;
}

@media screen and (max-width: 639px) {
	.privacy-accordion .legal-subheading {
		font-size: 20px;
        line-height: 27.32px;
		margin-bottom: 40px;
		margin-top: 22px;
	}
}

.privacy-accordion .legal-subheading::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	right: 0;
	background: url('../images/plus.svg') no-repeat;
}

.legal-content-page .legal-subheading.active::before {
	background: url('../images/minus.svg') no-repeat;
}

.bold-text {
	font-family: 'AvenirNextLTProDemi';
}