hr {
  border: 1px solid var(--color-light-gray);
}

h2.section-divider {
	border-top: 1px solid var(--color-vlight-gray);
	padding-top: .5rem;
	margin-block-start: 2rem;
}

.button-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1rem;
}

.button-row div {
	text-align: center;
}

.button-row p {
	margin-bottom: 0;
}

.button-row img {
	margin-bottom: .5rem;
}

#travelclinics td:nth-child(3) {
	white-space: nowrap;
}

.informe-logo div.responsive img {
	max-width: 110px;
	height: auto;
}

.maine211-logo div.responsive img {
	max-width: 160px;
	height: auto;
}

.views-field-timestamp {
	font-weight: bold;
}

.views-field-field-date-issued {
	margin: 1rem 0;
}

.location-group p {
	display: block;
}

/* styles for field group tabs */
.horizontal-tabs p:first-child {
	font-size: 1.25rem;
	font-weight: bold;
}

.horizontal-tabs .horizontal-tabs-list {
	background-color: var(--color-white);
	border-bottom: 1px solid #ccc;
}

.horizontal-tabs .horizontal-tab-button {
	background: var(--color-vlight-gray);
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-collapse: collapse;
}

.user-login-form .form-text {
	font-size: 1rem;
	padding: 8px 12px;
}

/* styles for headers on drinking water financial resources */
.node-id-1179 h4 {
	margin-block: .5rem 0;
}

.node-id-1179 h3 {
	border-top: 2px solid var(--color-dhhs-blue);
	padding-block-start: .25rem;
}

.node-id-1179 h3:first-child {
	border-top: none;
	padding-block-start: 0;
}

/* END styles for headers on drinking water financial resources */
#search404-page-text {
	margin-block: 1rem 2rem;
}

.hero-paragraph .hero-content {
	background-color: rgba(255,255,255,.7);
	padding-block: .5rem;
}

.horizontal-tabs {
	border: none;
}

/* rules for sectioning content */
.border-top {
	border-top: 2px solid var(--color-sf-main);
	padding-top: 1rem;
}

.text-rule {
	border-top: 2px solid var(--color-light-gray);
	padding-top: .5rem;
}

.highlight {
	background-color: var(--color-ivory);
	padding-block: 1rem .5rem;
	padding-inline: 1rem;
	border-radius: 5px;
	margin-block: 1rem;
}

#search-block-form input[type=search] {
	font-size: 1rem;
}

details {
	padding: 10px;
	background-color: #e4eaef;
	border-radius: 5px;
	margin-bottom: 8px;
}

summary {
	background-color: #e4eaef;
	color: black;
	padding: 10px;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

/* for safari */
summary {
	display: flex;
}

summary::before {
	content: '';
	width: 18px;
	background: url('images/plus.svg');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
	margin-right: 8px;
	transition: 0.2s;
}

details[open] > summary::after {
	transform: rotate(45deg);
}

details > summary {
	transition: color 1s;
}

.travel-clinics td:nth-child(3) {
	white-space: nowrap;
}

.button, .button:visited, .button:hover,
.button--primary {
	color: var(--color-white);
	background-color: var(--color-blue);
}

.informe-logo {
	inline-size: 110px;
	block-size: auto;
}

.maine211-logo div.responsive img {
	inline-size: 160px;
	block-size: auto;
}

.four-col {
	column-count: 4;
}

.three-col {
	column-count: 3;
}

.two-col {
	column-count: 2;
}

.four-col p,
.three-col p,
.two-col p {
	break-inside: avoid-column;
}

@media (max-width: 1043px) {
	.three-col {
		column-count: 2;
	}
	
	.four-col {
		column-count: 3;
	}
}

@media (max-width: 720px) {
	.three-col {
		column-count: 1;
	}
	
	.four-col {
		column-count: 3;
	}
}

.tbstriped.water-utility td:third-child {
	white-space: nowrap;
}

.date-entry {
	margin-bottom: .5rem;
}