/* Text Styles */



.text-page-image {
	margin-bottom: 20px;
	max-width: 100%;
	max-height: 500px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.text-page-content {
	font-family: "firago";
}

.text-page-content p {
	
	line-height: 1.6em;
}

.text-page-content h1,
.text-page-content h2,
.text-page-content h3,
.text-page-content h4 {
	color: #235788;
	font-family: "firago-semibold";
}

.text-page-content h4 {
	font-size: 1.125em;
	line-height: 1.5em
}

.text-page-content ul {
	padding-left: 10px;
	margin-bottom: 20px;
	list-style: none;
	line-height: 24px;
	line-height: 1.5em;
}

.text-page-content ul li {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 10px;
}

.text-page-content ul li::before {
	display: block;
	width: 13px;
	min-width: 13px;
	max-width: 13px;
	height: 2px;
	background: #297CAC;
	content: "";
	margin-top: 0.8em;
	margin-right: 10px;
}

.text-page-content ol {
	padding-left: 30px;
	margin-bottom: 20px;
	line-height: 24px;
}

.text-page-content ol li {
	padding-bottom: 10px;
}

.text-page-content ol li::marker {
	color: #297CAC;
}

.text-page-content b,
.text-page-content strong {
	font-family: "firago-semibold";
	font-weight: normal;
}

.text-page-content a:hover {
	color: #235788;
}

.attached-files-container {
	padding-top: 20px;
}

.attached-files {

	font-size: 1.05em;
	line-height: 1.5em;
}

.attached-files-list {
	display: block;
	border-bottom: 1px solid #DBE2E8;
	padding: 4px 0;
}

.document-icon {
	width: 22px;
	min-width: 22px;
	max-width: 22px;
	height: 22px;
	fill: #297CAC;
	margin-right: 10px;
}

.attached-files-link {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
	padding: 10px 12px 8px 12px;
	color: #297CAC;
}

.attached-files-link:hover .document-icon,
.attached-files-link:focus .document-icon {
	fill: #235788;
}

.attached-files-link:hover,
.attached-files-link:focus {
	background: #F2F6F8;
	color: #235788;
}


p {
    display: block;
margin: 16px 0;
}


.oembedall-container
{
	margin-bottom: 16px;
}
div.oembedall-container
{
	margin-top: -20px
}

.oembedall-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.oembedall-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.oembedall-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px)
{
.text-page-image {
		margin-bottom: 10px;
	}
}



@media (max-width: 767px)
{
	.hidden-xs {
		display: none !important;
	}
	.text-page-image {
		margin-bottom: 0;
	}
}

