@import url("https://www.cityofmadison.com/fonts/cityicons/style.css");
@import url("https://use.typekit.net/xnl1tzf.css");
.com-accordion {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.com-accordion__heading {
  background-color: #eeeeee;
  position: relative;
}
.com-accordion__heading a,
.com-accordion__heading button {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 15px 84px 15px 24px;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.com-accordion__heading a {
	color: #06547F;
}
.com-accordion__heading a:hover,
.com-accordion__heading button:hover,
.com-accordion__heading a:focus,
.com-accordion__heading button:focus,
.com-accordion summary:hover,
.com-accordion summary:focus {
  background-color: #e8e8e8;
}
.com-accordion__heading a:hover,
.com-accordion__heading a:focus {
  text-decoration: underline;
}
.com-accordion__heading button {
  color: #222;
}
.com-accordion__heading button:before,
.com-accordion__heading button:after,
.com-accordion summary:before,
.com-accordion summary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  height: 2px;
  width: 12px;
  background-color: #222;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-accordion__heading button[aria-expanded="false"]:after,
.com-accordion:not([open]) summary:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.com-accordion__heading h1,
.com-accordion__heading h2,
.com-accordion__heading h3,
.com-accordion__heading h4,
.com-accordion__heading h5,
.com-accordion__heading h6 {
  border: 0;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
.com-accordion__content {
  border: 5px solid #eeeeee;
  border-top: 0;
  line-height: 1.5;
  padding: 20px 24px;
}
.com-accordion__content h1,
.com-accordion__content h2,
.com-accordion__content h3,
.com-accordion__content h4,
.com-accordion__content h5,
.com-accordion__content h6 {
  font-weight: 600;
}
.com-accordion__content p:last-child {
  margin-bottom: 0;
}
.com-accordion__content ul li a {
	padding: .24em 0;
}

/* Details elements. */
details.com-accordion[open] summary {}
details.com-accordion:not([open]) summary {}
details.com-accordion summary {
	position: relative;
	padding: 15px 84px 15px 24px;
	font-size: 18px;
	list-style: none;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
}

/* Hide the arrow icon from Webkit browsers.*/
.com-accordion summary::-webkit-details-marker {
	display: none;
}