/* defaults */
* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	min-height: 100%;
}

body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, "Times New Roman", serif;
	font-size: 90%;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #225799;
	text-decoration: none;
}

/* structural elements */
#container {
	width: 100%;
	margin: 0;
	text-align: center;
}

#holder {
	width: 100%;
	padding: 20px 4% 5px;
	background: #FFFFFF;
	text-align: left;
}

#logo {
	background: url('../images/logo.png') no-repeat 300px 0;
	border-bottom: 1px solid #DADADA;
	padding: 5px 30px 20px 0;

}

#navigation {
	padding: 10px 0;
}

#header {
	background: #DADADA url('../images/header2.png') no-repeat center center;
	background-size: cover;
	padding: 10px;
	height: clamp(220px, 26vw, 400px);
}

#header3 {
	background: #DADADA url('../images/header3.png') no-repeat center center;
	background-size: cover;
	padding: 10px;
	height: clamp(220px, 26vw, 400px);
}

#header4 {
	background: #DADADA url('../images/header4.png') no-repeat center center;
	background-size: cover;
	padding: 10px;
	height: clamp(220px, 26vw, 400px);
}

#content {
	float: left;
	width: calc(100% - 290px);
	padding: 20px 30px 0 0;
	line-height: 160%;
}

#news {
	float: right;
	width: 270px;
	padding: 20px 0;
	line-height: 140%;
	text-align: justify;
}

.newsItem {
	padding: 20px 20px 5px;
	background: #FEFFD5;
	border: 1px solid #FFEB70;
	font-size: 90%;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	background: #DADADA;
	padding: 20px 4%;
	text-align: left;
	border-top: 2px solid #2765AF;
}

#copyright {
	float: right;
}

/* headings */
.newsItem h1 {
	color: #225799;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
}

#content h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin: 0;
	padding: 0 0 20px 0;
}

#logo h1 {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 0;
	color: #225799;
}

/* navigation */
#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#navigation a {
	color: #225799;
	padding: 0 20px 0 0;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#footer a {
	color: #000000;
	font-weight: bold;
	padding: 0 5px 0 0;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* responsive layout */
@media (max-width: 760px) {
	#holder {
		padding: 15px 20px 5px;
	}

	#header,
	#header3,
	#header4 {
		background-position: center;
		background-size: contain;
		height: auto;
		padding: 0;
		width: 100%;
	}

	#header,
	#header4 {
		aspect-ratio: 2172 / 724;
	}

	#header3 {
		aspect-ratio: 2345 / 670;
	}

	#content,
	#news {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	#footer {
		padding: 20px;
	}

	#copyright {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

/* extra phone-friendly refinements */
img {
	max-width: 100%;
	height: auto;
}

input,
select,
textarea,
button {
	font: inherit;
	max-width: 100%;
}

input,
select,
textarea {
	border: 1px solid #aaa;
	padding: 9px 10px;
	width: min(100%, 540px);
}

textarea {
	resize: vertical;
}

button {
	background: #225799;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 16px;
}

#navigation ul,
#footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

#navigation a,
#footer a {
	display: block;
	padding: 0;
}

@media (max-width: 760px) {
	body {
		font-size: 100%;
	}

	#logo {
		background-position: right center;
		padding-right: 80px;
		min-height: 46px;
	}

	#navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
	}

	#navigation a {
		padding: 9px 10px;
		background: #F3F3F3;
		border: 1px solid #DADADA;
	}

}

@media (max-width: 420px) {
	#holder {
		padding-left: 14px;
		padding-right: 14px;
	}

	#logo h1 {
		font-size: 150%;
	}

	#navigation ul {
		grid-template-columns: 1fr;
	}

	#content h1 {
		font-size: 145%;
	}

	#footer {
		padding-left: 14px;
		padding-right: 14px;
	}
}

.dropdown {
  position: relative;
  max-width: 250px;
}

.dropdown summary {
  background: #124a7b;
  color: white;
  padding: 12px 18px;
  color: #225799;
  list-style: none;
}

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

.dropdown summary::after {
  content: " ▼";
  float: right;
}

.dropdown details[open] summary::after {
  content: " ▲";
}

.dropdown-menu {
  background: white;
  border: 1px solid #ccc;
}

.dropdown-menu a {
  display: block;
  padding: 12px 18px;
  color: #222;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: #eeeeee;
}

@media (min-width: 700px) {
  .dropdown-menu {
    position: absolute;
    width: 250px;
    z-index: 1000;
  }
}

#navigation .dropdown details summary {
  cursor: pointer !important;
}

/* flat-file news and article pages */
.news-page-heading {
	margin-bottom: 28px;
}

.eyebrow,
.post-meta {
	color: #5f6873;
	font-size: 82%;
	font-weight: bold;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.post-list {
	display: grid;
	gap: 18px;
}

.post-card,
.post-full {
	background: #fff;
	border: 1px solid #dadada;
	border-left: 4px solid #2765af;
	padding: 22px 24px;
}

.post-card h2,
.post-full h1,
.post-full h2 {
	margin-top: 0;
}

.post-card h2 a {
	color: #225799;
	text-decoration: none;
}

.post-card h2 a:hover,
.post-card h2 a:focus {
	text-decoration: underline;
}

.read-more,
.back-link {
	color: #225799;
	font-weight: bold;
}

.post-intro {
	font-size: 110%;
	font-weight: bold;
}

.sidebar-title {
	color: #225799;
	font-size: 110%;
	letter-spacing: .05em;
}

.newsItem h2 a {
	color: inherit;
	text-decoration: none;
}

/* state guide dropdown */
.state-dropdown {
	position: relative;
}

.state-dropdown summary {
	color: #225799;
	cursor: pointer;
	list-style: none;
	padding-right: 18px;
}

.state-dropdown summary::-webkit-details-marker {
	display: none;
}

.state-dropdown summary::after {
	content: "\25BE";
	margin-left: 6px;
}

.state-dropdown summary[aria-current="page"] {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.state-dropdown-menu {
	background: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	left: 0;
	min-width: 560px;
	padding: 14px;
	position: absolute;
	top: 26px;
	z-index: 1000;
}

#navigation .state-dropdown-menu a {
	color: #225799;
	padding: 7px 8px;
}

#navigation .state-dropdown-menu a:hover,
#navigation .state-dropdown-menu a:focus {
	background: #eef3f9;
	color: #000;
}

.state-dropdown-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#navigation .all-states-link {
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	margin-bottom: 6px;
}

/* state overview pages */
.state-page-heading {
	margin-bottom: 28px;
}

.guide-grid {
	display: grid;
	gap: 18px;
}

.state-index-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-index-card {
	background: #f7f9fc;
	border: 1px solid #d6deea;
	color: #225799;
	display: flex;
	flex-direction: column;
	padding: 16px;
	text-decoration: none;
}

.state-index-card:hover,
.state-index-card:focus {
	background: #eef3f9;
	border-color: #2765af;
}

.state-index-card span {
	color: #5f6873;
	font-size: 85%;
	margin-top: 4px;
}

.guide-card {
	background: #fff;
	border: 1px solid #dadada;
	border-left: 4px solid #2765af;
	padding: 22px 24px;
}

.guide-card h2 {
	color: #225799;
	font-size: 135%;
	margin: 0 0 10px;
}

.guide-note {
	background: #feffd5;
	border: 1px solid #ffeb70;
	margin-top: 24px;
	padding: 20px 22px;
}

@media (max-width: 760px) {
	.state-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.state-dropdown-menu {
		box-shadow: none;
		min-width: 0;
		position: static;
		width: 100%;
	}

	.state-dropdown-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 420px) {
	.state-index-grid {
		grid-template-columns: 1fr;
	}

	.state-dropdown-grid {
		grid-template-columns: 1fr;
	}
}
