svg {
	fill: currentColor;
}
.bg-white {
	background-color: #fff;
}
.text-white {
	color: #fff;
}
.sm-round-image {
	border-radius: 50%;
}
.text-decoration-none {
	text-decoration: none;
}
.text-decoration-none:hover {
	text-decoration: underline;
}
.usa-background-dark {
	background-color: #162e51;
}
.usa-background-dark .svg_image {
	filter: invert(0.9);
	max-height: 31px;
}
.usa-background-dark a:hover .svg_image {
	filter: invert(1);
}
.usa-banner-inner p {
	line-height: 2.5rem;
}
.wp-block-separator {
	clear: both;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-latest-posts__post-title {
	font-family: Merriweather,Georgia,Cambria,Times New Roman,Times,serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.bio-excerpt a,
.post-excerpt a:last-child {
	display: block;
	margin-top: .75em;
	text-align: right;
}

/* home page */
.home-page-gallery {
	background: #005ea2;
	color: #fff;
	text-align: center;
}
.home-page-gallery h2 {
	text-align: center;
	width: 100%;
}
.home-page-gallery a {
	color: #fff;
	text-decoration: none;
}
.home-page-gallery ul {
	display: grid;
	grid-gap: 3em;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 0;
	padding: 3em 15px 0;
}
.home-page-gallery li {
	align-content: start;
	list-style: none;
	padding-left: 0;
}
.home-page-gallery img {
	border-radius: 8px;
}
.home_page .quick-links {
	background-color:#162e51;
	color: #fff;
	padding: 1.25em 0;
}
.list-style-none {
	padding-left: 0;
}
.home_page .quick-links .svg_image {
	margin-right: .5em;
}
.home_page .quick-links .h4 {
	font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height:1.1;
	text-decoration: none;
}
.home_page .quick-links ul {
	padding-left: 15px;
}

.home-page-post-list {
	list-style: none;
	padding-left: 0;
}

.home-page-post-list li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
}

.home-page-post-list li a {
	color: black;
}

.home-page-post-list li a:first-child {
	font-weight: bold;
	padding-right: .75em;
}

.home-page-post-list li a:nth-child(2) {
	font-size: 14px;
}

.search-results:nth-child(odd) td,
.search-results:nth-child(odd) th {
	background-color: #f0f0f0;
}

[href^="http"]:not(:where([href*="gaappeals.us"], #ctf *)) {
	margin-right:	2ex;
}

[href^="http"]:not(:where([href*="gaappeals.us"], #ctf *, .wp-block-button__link))::after {
  background: url(../../../img/usa-icons/launch.svg) no-repeat center/contain;
	background-position: center;
  background-color: rgba(0, 0, 0, 0);
  background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1.75ex;
	margin-left: 2.25px;
	margin-top: .7ex;
	padding-right: 1.75ex;
	position: absolute;
  -webkit-mask: url(../../../img/usa-icons/launch.svg) no-repeat center/contain;
  mask: url(../../../img/usa-icons/launch.svg) no-repeat center/contain;
	width: 1.75ex;
}

.home_page #ctf .ctf-author-screenname {
	display: none;
}

.button-paypal {
	background-color: transparent;
	padding: 0;
}

.button-paypal:hover {
	background-color: transparent;
}

.usa-sidenav-list .current-menu-item a {
  background-color: #f1f1f1;
  color: #0071bc;
	font-weight: bold;
  text-decoration: none;
}

.cal-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.grid-two-col-form {
	background-color: #f0f0f0; 
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 400px));
	grid-gap: 2rem;
}

.widget-side-menu .lcp_catlist {
	list-style: none;
	padding-left: 0;
}

.widget-side-menu .lcp_catlist li {
	border-top: 1px solid #5b616b;
	margin-bottom: 0;
}

.widget-side-menu .lcp_catlist li:first-child {
	border-top: none;
}

.widget-side-menu .lcp_catlist a {
	color: #212121;
	display: block;
	line-height: 1.3;
  padding: .85rem 1rem .85rem 1.8rem;
	text-decoration: none;
}

.widget-side-menu .lcp_catlist .current a {
	background-color: #f1f1f1;
  color: #0071bc;
  font-weight: bold;
  text-decoration: none;
}

.widget-side-menu .lcp_catlist a:hover {
  background-color: #f1f1f1;
  color: #0071bc;
  text-decoration: none;
}

@media (min-width: 400px) {
	.home-page-gallery ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.link-group > div:not(:last-child) {
		margin-bottom:2em;
	}
}

@media (min-width: 768px) {
	.home-page-gallery ul {
		grid-template-columns: repeat(5, 1fr);
	}

	.cal-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 993px) {
	.quick-links h2 {
		margin-bottom: 1em;
	}
	.quick-links .list-style-none li {
		margin-bottom: 2em;
	}
	.column-group > div:not(:last-child) {
		margin-bottom:2em;
	}
}

@media (min-width: 994px) {
	.home_page .quick-links .h4 {
		max-width: 188px;
	}
	.home_page .quick-links h2 {
		margin-bottom: 0;
	}
	.quick-links .list-style-none ul {
		justify-content: space-between;
	}
	.quick-links .list-style-none li {
		padding-left: 0;
		margin-bottom: 0;
	}
}
