/* stylelint-disable selector-list-comma-newline-after */
body {
	font-size: 16px;
}

.blog-main {
	font-size: 1rem;
	width: inherit;
}

a {
	color: #4f9237;
}

a:hover {
	color: #46712b;
}

.text-success {
	color: #4f9237 !important;
}

.blog-header {
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 2.25rem;
}

.blog-header-logo:hover {
	text-decoration: none;
}

.blog-header-logo img {
	width: 175px;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
}

h2 {
	font-size: 1.25rem;
	line-height: 1.2;
}

h3 {
	font-size: 1.15rem;
	line-height: 1.15;
}

.small-paddingAfter {
	padding-bottom: 1em;
}

.teal-text {
	color: #007d91;
	font-size: 1.64rem;
}

.font-italic {
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 300;
}

.display-4 {
	font-size: 2.5rem;
}

.jumbotron {
	background: url(https://webfiles2.nfp.com/webfiles/public/2024/e-newsletters/rx_pulse_2024_q2/images/188233_Rx_Pulse_Q2_2024_Newsletter_Landing_page_1200x800.png)
		center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.jumbotron h1 {
	font-size: 3rem;
}

ol.marker-bold > li::marker {
	font-weight: bold;
}

@media (min-width: 768px) {
	.display-4 {
		font-size: 3rem;
	}
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
}

.card-img-right {
	height: 100%;
	border-radius: 0 3px 3px 0;
}

.flex-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.h-250 {
	height: 250px;
}
.h-300 {
	height: 300px;
}
@media (min-width: 768px) {
	.h-md-250 {
		height: 250px;
	}
}
.h-300 {
	height: 300px;
}

/*
 * Blog name and description
 */
.blog-title {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
}
.blog-description {
	font-size: 1.1rem;
	color: #999;
}

@media (min-width: 40em) {
	.blog-title {
		font-size: 3.5rem;
	}
}

/* Pagination */
.blog-pagination {
	margin-bottom: 4rem;
}
.blog-pagination > .btn {
	border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
	margin-bottom: 4rem;
}
.blog-post-title {
	margin-bottom: 0.25rem;
	font-size: 2.5rem;
}
.blog-post-meta {
	margin-bottom: 1.25rem;
	color: #999;
}

/*
 * Footer
 */
.blog-footer {
	padding: 2.5rem 0;
	color: #999;
	text-align: center;
	background-color: #f9f9f9;
	border-top: 0.05rem solid #e5e5e5;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}
td {
	text-align: center;
	vertical-align: top;
	padding: 7px;
	border: solid 1px #000000;
}
.callout{
	font-size: 24px;
	line-height: normal;
	color: #00487a;
	font-weight: 600;
}
