/****************************************************************************************/
[table] {
	display: table;
}
[row] {
	display: table-row;
}
[cell] {
	display: table-cell;
}
/****************************************************************************************/
#law .content-area,
#access .content-area {
	padding: 0 88px;
}
/****************************************************************************************/
#law h1 {
	margin-bottom: 81px;
}

#law [row]:not(:first-child) [cell] {
	border-top-width: 1px;
	border-top-style: solid;
}

#law [cell] {
	padding-top: 49px;
	padding-bottom: 46px;
}

#law .header {
	padding-right: 20px;
	font-size: 2.4rem;
	white-space: nowrap;
}
/*******************************************/
#law .a-location:not(:first-child) {
	margin-top: 45px;
}
#law .a-location > *:not(:first-child) {
	margin-top: 12px;
}

#law .a-location .fax {
	margin-left: 30px;
}
/****************************************************************************************/
#access h1 {
	margin-bottom: 99px;
}

#access .map-text {
	display: flex;
}

#access .text {
	margin-left: 59px;
}

#access .text .name {
	font-size: 2.4rem;
}

#access .text .address-tel-fax {
	margin-top: 28px;
}

#access .text .hours,
#access .text .transition {
	margin-top: 36px;
}

#access .text .tel-fax {
	margin-top: 6px;
}
/****************************************************************************************/

	.mt {
		margin-top: 200px;
			
	}

h1 {
    font-size: 3.1rem;
}