@charset "UTF-8";

/* .wysiwyg  iframe{ max-width: 100%; }
.wysiwyg h1 { background-color: #00479d;;}
.wysiwyg h2 { border-top: 1px solid #00479d; border-bottom: 1px solid  #00479d;}
.wysiwyg h3 { border-left: 6px solid  #00479d;}
.wysiwyg h4 { border-bottom: 1px solid #00479d;}
.wysiwyg h5 { border-bottom: 1px dashed #00479d;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #00479d;}

.wysiwyg img {
  max-width: 100%;
  width: 100%; 
  max-height: 640px;
  object-fit: contain;
  margin: 24px 0 0;
}

.wysiwyg table tr:nth-child(1) {
  background: #00479d;
  color: #fff;
  text-align: center !important;
  font-weight: 700;
}

.wysiwyg a {
  color: #00479d;
  text-decoration: underline;
}

.wysiwyg p {
  font-weight: 500;
} */


.wysiwyg {
	margin: 0 0 24px 0;
}
.wysiwyg p,
.wysiwyg figure,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg table {
	margin-bottom: 20px;
}
.wysiwyg p {
	margin: 10px 0 40px 0;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
	clear: both;
}
.wysiwyg h2,
.related-list h2 {
	margin: 32px 0 16px 0;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.wysiwyg h3,
.related-list h3 {
	margin: 24px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
}
.related-list h3 {
	margin-top: 12px;
}
.wysiwyg h4,
.related-list h4 {
	margin: 24px 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
.wysiwyg ul {
	list-style-type: circle;
	list-style-position: inside;
}
.wysiwyg ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.wysiwyg hr {
	clear: both;
	margin: 40px 0;
	visibility: hidden;
}
.wysiwyg table,
.wysiwyg th,
.wysiwyg td {
	border-top: 1px solid #e3e7ea;
	border-bottom: 1px solid #e3e7ea;
}
.wysiwyg th,
.wysiwyg td {
	padding: 12px 24px;
}
.wysiwyg strong {
	font-weight: bold;
}
.wysiwyg a {
	text-decoration: underline;
}
.wysiwyg a:hover {
	text-decoration: none;
}
.wysiwyg .aligncenter {
	text-align: center;
}
.wysiwyg .alignleft {
	float: left;
	margin-right: 20px;
}
.wysiwyg .alignright {
	float: right;
	margin-left: 20px;
}
.wysiwyg figcaption {
	font-size: 85%;
	color: #999;
	text-align: center;
}


