/* Washington Landlord Law Hub
   Used by /washington-landlord-law-hub and supporting pages
============================================================================= */

.wllh-hub { --wllh-ease: 0.3s ease; }
.wllh-hub h2 { font-size: 28px; margin: 0 0 22px; line-height: 1.25; }
.wllh-hub h3 { font-size: 20px; margin: 0 0 16px; font-style: italic; line-height: 1.4; }
.wllh-hub h4 { font-size: 17px; }
.wllh-hub .wllh-section { margin-bottom: 0; padding: 0 0 70px; }
.wllh-hub .wllh-section > h2 { padding-bottom: 12px; border-bottom: 2px solid var(--primary); }
.wllh-welcome { padding: 10px 0 60px; }
.wllh-welcome p { margin: 0 0 22px; }
.wllh-disclaimer { background: var(--gray-alt); border-left: 4px solid var(--secondary); padding: 22px 28px; margin-top: 28px; text-align: left; }
.wllh-disclaimer p { margin: 0; line-height: 1.7; }
.wllh-snapshot { padding: 60px 0; background: var(--gray); }
.wllh-snapshot h2 { text-align: center; border-bottom: 0; margin-bottom: 28px; }
.wllh-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.wllh-hub .table { background: #fff; margin-bottom: 0; }
.wllh-hub .table th,
.wllh-hub .table td { padding: 16px 20px; line-height: 1.6; }
.wllh-hub .table th { font-family: var(--secondary-font); text-transform: uppercase; letter-spacing: 0.04em; font-size: 14px; font-weight: 500; background: var(--gray-alt); color: var(--dark); vertical-align: middle; }
.wllh-hub .table td { vertical-align: top; }
.wllh-hub .table td:first-child { font-weight: 600; width: 18%; }
.wllh-nav { padding: 70px 0 50px; }
.wllh-nav h2 { text-align: center; margin-bottom: 10px; }
.wllh-nav .icon-list { margin: 0; justify-content: center; }
.wllh-nav .icon-list__item { flex: 1 1 240px; max-width: 340px; margin: 24px 12px 0; }
.wllh-nav .icon-list__icon { background: var(--light); border-radius: 50%; box-shadow: 0px 22px 42.57px 0.43px rgba(0, 0, 0, 0.1); height: 130px; width: 130px; padding: 30px; }
.wllh-nav .icon-list__icon img { max-height: 70px; max-width: 70px; }
.wllh-nav .icon-list__title { margin: 22px 0 8px; }
.wllh-nav .icon-list__description { margin: 0; line-height: 1.5; }
.wllh-cards .row { margin-left: -18px; margin-right: -18px; }
.wllh-cards [class*="col-"] { padding-left: 18px; padding-right: 18px; display: flex; }
.wllh-card { background: #fff; border: 1px solid var(--border-color); box-shadow: var(--box-shadow-lg); border-radius: 10px; padding: 36px 32px; width: 100%; height: 100%; margin-bottom: 0; display: flex; flex-direction: column; }
.wllh-card h2 { margin: 0 0 8px; }
.wllh-card h3 { margin: 0 0 18px; }
.wllh-card ul { margin: 0 0 24px; padding-left: 1.15rem; flex: 1 1 auto; }
.wllh-card li { margin-bottom: 12px; padding-left: 0.15rem; line-height: 1.65; }
.wllh-card li:last-child { margin-bottom: 0; }
.wllh-callout,
.wllh-local { padding: 18px 22px; margin-top: auto; }
.wllh-callout { background: var(--gray-alt); border-left: 4px solid var(--secondary); }
.wllh-local { background: var(--gray); border-left: 4px solid var(--primary); }
.wllh-callout p,
.wllh-local p { margin: 0; line-height: 1.65; }
.wllh-cta { padding-top: 20px; padding-bottom: 20px; }
.wllh-cta h2 { text-align: center; margin-bottom: 18px; }
.wllh-cta p { margin: 0 auto 28px; max-width: 46em; }
.wllh-hub .wllh-cta .btn-list { display: flex; justify-content: center; margin: 0; }
.wllh-hub .wllh-cta .btn-list .btn { margin: 0 12px 12px; }
.wllh-intro-banner { background: var(--gray-alt); border: 1px solid var(--border-color); border-radius: 10px; padding: 30px 35px; margin-bottom: 50px; }
.wllh-intro-banner h2 { font-size: 24px; margin: 0 0 12px; border-bottom: 0; }
.wllh-intro-banner p { margin: 0; }
.wllh-hub .wllh-back { margin: 0 0 30px; }
.wllh-resources-table { margin-bottom: 40px; }
.wllh-hub .wllh-faq-section { margin-bottom: 50px; }
.wllh-hub .wllh-faq-section > h2 { font-size: 22px; margin: 0 0 20px; }
.wllh-hub .launch-accordion > li > h4 { text-transform: none; font-family: var(--primary-font); letter-spacing: 0; }
.wllh-hub .launch-accordion > li:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
.wllh-links { list-style: none; padding: 0; margin: 0; }
.wllh-links li { margin-bottom: 12px; }

@media (max-width: 991px) {
	.wllh-hub .wllh-stack-table thead { display: none; }
	.wllh-hub .wllh-stack-table tr { display: block; margin-bottom: 20px; border: 1px solid var(--border-color); background: #fff; }
	.wllh-hub .wllh-stack-table td { display: block; border: 0; padding: 10px 16px; white-space: normal; }
	.wllh-hub .wllh-stack-table td::before { content: attr(data-label); display: block; font-family: var(--secondary-font); text-transform: uppercase; font-size: 12px; letter-spacing: 0.06em; color: var(--primary); margin-bottom: 4px; }
	.wllh-card { padding: 28px 22px; }
	.wllh-intro-banner { padding: 22px; }
	.wllh-cards [class*="col-"] { margin-bottom: 24px; }
	.wllh-cards [class*="col-"]:last-child { margin-bottom: 0; }
	.wllh-welcome { padding-bottom: 40px; }
	.wllh-nav { padding: 50px 0 40px; }
	.wllh-hub .wllh-cta .btn-list .btn { margin: 0 8px 12px; }
}

@media (max-width: 575.98px) {
	.wllh-hub h2 { font-size: 24px; }
	.wllh-hub h3 { font-size: 18px; }
	.wllh-disclaimer { padding: 18px 18px; }
}
