.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: #0b2e54; }

.hover\:text-blue-800:hover {
  color: #207c01; }

.hover\:text-blue-600:hover {
  color: #207c01; }

.bg-blue-900 {
  background-color: #0b2e54; }

.hover\:bg-green-800:hover {
  background-color: #207c01; }

.nav__list-link.current {
	font-weight: 500;
	border-bottom: 2px solid #374151; }

p {
  margin-bottom: 0.6em; }

li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 4px; 
  font-size: 1.2em; }

p {
  font-size: 1.2em; }

aside p {
  font-size: 1em; }

@media (min-width: 1024px) {
  .md:w-full { } }

.stamp p {
  margin-bottom: 0; }

.postage-stamp img {
  width: 17vw;
  height: auto; }

.signature {
  font-family: 'Great Vibes', cursive;
  font-size: 24px; }

.social-list__anchor i {
	width: 16px;
	text-align: center; }

.content-stripe__body h2 {
	font-weight: 700;
	text-decoration: underline;
	font-size: 20px; }

b, strong {
	font-weight: 500; }

.member-section {
  max-width: 500px;
  padding: 40px;
  border: 1px solid gray;
  box-shadow: 0 3px 3px 1px gray;
}
.member-section h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.member-section input {
  padding: 4px;
  margin-bottom: 1.1em;
  border: 1px solid gray;
}

#main-content a {
	border-bottom: 1px solid darkgreen;
	padding-bottom: 1px;
	font-weight: bold;
}

#main-content strong, .main-content b {
	font-weight: bold;
}
.subscribe::placeholder {
	color: black;
}
::-webkit-input-placeholder { /* Edge */
  color: black;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

#main-content td {
	padding: 0 15px;
	vertical-align: top;
}

.line-break--before::before {
    content: ' ';
    display: block;
}
.line-break--after::after {
    content: ' ';
    display: block;
}
.banner-container {
	max-height: 400px;
	overflow: none;
	overflow: hidden;
}
.banner-image {
  margin-top: -15px;
}
@media screen and (min-width: 640px) {
  .banner-image {
    margin-top: -26px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-image {
    margin-top: -40px;
  }
}
iframe {
	margin: 25px;
}
.ss-htmleditorfield-file.embed {
	max-width: 100%;
}
.ss-htmleditorfield-file.embed iframe {
	max-width: 100%;
	margin: 25px 0;
}