/* DR Misc */
.space-sm {height: 16px;}
.space-md {height: 32px;}
.space-lg {height: 64px;}
.space-xl {height: 82px;}
.space-xxl {height: 112px;}
.center {text-align: center;}
@media only screen and (max-width: 992px) {
	.space-sm {height: 14px;}
	.space-md {height: 28px;}
	.space-lg {height: 56px;}
	.space-xl {height: 78px;}
	.space-xxl {height: 106px;}
}
@media only screen and (max-width: 768px) {
	.space-sm {height: 10px;}
	.space-md {height: 20px;}
	.space-lg {height: 48px;}
	.space-xl {height: 68px;}
	.space-xxl {height: 92px;}
}
.dr-container.hero {
	padding-top: 82px;
	padding-bottom: 64px;
}
.dr-container.hero.lg-padding {
	padding-top: 102px;
	padding-bottom: 74px;
}
/* DR Misc */
:root :where(a:where(:not(.wp-element-button))){
	text-decoration: none;
}

/* DR Cards */
.article-grid {
	display: flex;
	gap: 20px;
}
.article-grid .article-card {
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	
}
.article-grid .article-card img {
	object-fit: cover;
	height: 170px;
	width: 100%;
}
.article-grid .article-card .article-card-body {
	padding: 10px 15px;
}
.cols-4>.article-card {
	width: 25%;
}
.article-grid.cols-4 .article-card img {
	height: 130px;
}
.cols-3>.article-card{
	width: 33.3%;
}
.cols-2>.article-card{
	width: 50%;
}
.content-tag {
	background: rgba(164, 164, 164, 0.33);
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 6px 8px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}
.article-grid.slim-cards .article-card {
	display: flex;
	margin-bottom: 10px;
	max-width: calc(50% - 10px);
}
.article-grid.slim-cards .content-tag {
	right: initial;
	left: 6px;
	top: 6px;
}
.article-grid.slim-cards .article-card img {
	width: 180px;
	height: auto;
	display: inline-block;
}
.article-grid.podcast.slim-cards .article-card img {
	width: 126px;
}
.article-grid.slim-cards .article-card .article-card-body {
	width: calc(100% - 180px);
	display: inline-block;
	padding-top: 20px;
}
.article-grid .article-card .article-card-body p.dr-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #6E6E6E;
}
.article-grid.podcast.slim-cards .article-card .article-card-body {
	width: calc(100% - 126px);
}
.article-grid.slim-cards .tagline {
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #6E6E6E;
	margin: 0;
	padding-bottom: 6px;
}
.dr-text.dr-link,
.article-grid .article-card .article-card-body .dr-text.dr-link {
	font-weight: 500;
	color: #0F27DB;
	font-size: 16px;
	line-height: 21px;
	color: #0F27DB;
}
body.hs-web-interactives-top-banner-open #dr-header {
	top: 40px;
}
.dr-text.dr-link.with-icon svg {
	vertical-align: middle;
	position: relative;
	top: -1px;
}

@media only screen and (max-width: 992px) {
	
	#decor-img-5 {
		position: relative;
		left: -12px;
	}
	.article-grid.slim-cards .article-card {
		max-width: initial;
	}
	.decor-img-md {
		margin: 48px auto 24px;
		max-width: 84%;
		width: 640px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.article-grid {
		display: block;
		gap: initial;
	}
	.article-grid .article-card {
		margin-bottom: 16px;
		display: block;
	}
	.article-grid.cols-4 .article-card img {
		height: 170px;
	}
	.cols-3>.article-card {
		width: 100%;
	}
	.cols-4>.article-card{
		width: 50%;
	}
	.cols-2>.article-card{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.cols-4>.article-card{
		width: 100%;
	}
	.article-grid.slim-cards .article-card img {
		width: 130px;
	}
	.article-grid.slim-cards .article-card .article-card-body {
		width: calc(100% - 130px);
	}
}
/* DR Cards */

/* DR Text */
.dr-text {
	font-family: 'DM Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: 'pnum' on, 'lnum' on, 'ss07' on, 'zero' on, 'liga' off;
	color: #000;
	font-size: 15px;
	line-height: 20px;
}
.light-text .dr-text,
.dr-text.light {
	color: #fff;
}
p.dr-text {
	
}
h1.dr-text {
	font-size: 44px;
	line-height: 110%;
	margin: 18px 0;
	font-weight: 500;
}
h2.dr-text {
	font-weight: 500;
	font-size: 34px;
	line-height: 120%;
	margin: 12px 0;
}
h3.dr-text {
	font-weight: 500;
	font-size: 26px;
	line-height: 120%;
}
h4.dr-text {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}
h5.dr-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 115%;
}
h6.dr-text {
	
}
.dr-info-text-link {
	color: inherit;
	border-bottom: 2px dashed #0621cd;
}
.dr-info-text-link:hover {
	border-bottom: 2px dashed #9ca2e9;
}
.tagline + h1 {
	margin-top: 4px;
}
.tagline + h2 {
	margin-top: 0px;
}
.tagline + h3 {
	margin-top: -4px;
}
p.dr-text.tagline {
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 12px;
}
.dr-section-title {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.dr-section-title h2 {
	color: #0617CD;
}
ul.dr-text:not(.no-checkmarks) {
	margin-top: 30px;
	padding-left: 30px;
}
ul.dr-text:not(.no-checkmarks) li {
	margin-bottom: 15px;
	position: relative;
	line-height: 18px;
}
ul.dr-text:not(.no-checkmarks) li:before {
	content: '';
	display: inline-block;
	background-image: url('../svg/checkmark-blue.svg');
	position: absolute;
	background-size: 20px 20px;
	left: -30px;
	width: 20px;
	height: 20px;
	top: 1px;
}
@media only screen and (max-width: 992px) {
	h1.dr-text {
		font-size: 38px;
		margin: 12px 0;
	}
	h2.dr-text {
		font-size: 32px;
		margin: 10px 0;
	}
	h3.dr-text {
		font-size: 24px;
	}
	h4.dr-text {
		font-size: 20px;
	}
	h5.dr-text {
		font-size: 17px;
	}
}
@media only screen and (max-width: 768px) {
	.dr-text {
		font-size: 14px;
		line-height: 19px;
	}
	h1.dr-text {
		font-size: 32px;
		margin: 10px 0;
	}
	h2.dr-text {
		font-size: 26px;
		margin: 10px 0;
	}
	h3.dr-text {
		font-size: 22px;
	}
	h4.dr-text {
		font-size: 18px;
	}
	h5.dr-text {
		font-size: 16px;
	}
	ul.dr-text:not(.no-checkmarks) {
		margin-top: 25px;
		padding-left: 25px;
	}
	ul.dr-text:not(.no-checkmarks) li {
		margin-bottom: 12px;
	}
	ul.dr-text:not(.no-checkmarks) li:before {
		content: '';
		display: inline-block;
		background-image: url('../svg/checkmark-blue.svg');
		position: absolute;
		background-size: 18px 18px;
		left: -25px;
		width: 18px;
		height: 18px;
		top: 1px;
	}
}

/* DR Text */




/* DR Buttons */

.dr-button {
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	padding: 12px 20px;
	opacity: 1;
}
.dr-button:hover,
.dr-button:focus,
.dr-button:active {
	opacity: 0.9;
}
.dr-button.lg {
	padding: 14px 26px;
	font-size: 16px;
}
.dr-button.pill {
	border-radius: 32px;
}
.dr-button.rounded {
	border-radius: 5px;
}
.dr-button.light {
	color: #0F27DB;
	background: #fff;
	border: none;
}
.dr-button.outlined {
	color: rgba(15, 39, 219, 1);
	background: transparent;
	border: 1px solid #0F27DB;
	position: relative;
	overflow: hidden;
	transition: 0.38s ease-in-out;
}
.dr-button.outlined:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #0F27DB;
	transform: translateX(-100%);
	transition: 0.38s ease-in-out;
	z-index: -1;
}
.dr-button.outlined:hover {
	color: rgba(255, 255, 255, 1);
}
.dr-button.outlined:hover:before {
	transform: translateX(0);
}
@media only screen and (max-width: 992px) {

}
/* DR Buttons */



/* DR Sections & rows */
section.padding {
	padding: 64px 0;
}
section.margin {
	margin: 64px 0;
}
.row {
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
}
.cols-2>div {
	width: 50%;
}
.veritcal-center {
	align-items: center;
}
.mobile-swap {
	flex-direction: row-reverse;
}
.content-padding>div:first-of-type {
	padding-right: 25px;
	padding-left: 0;
}
.content-padding>div:last-of-type {
	padding-left: 25px;
	padding-right: 0;
}
.mobile-swap.content-padding>div:first-of-type {
	padding-left: 25px;
	padding-right: 0;
}
.mobile-swap.content-padding>div:last-of-type {
	padding-right: 25px;
	padding-left: 0;
}
.dr-text.blue {
	color: #0617CD;
}
.hide-lg {
	display: none;
}
@media only screen and (max-width: 992px) {
	.hide-lg {
		display: block;
	}
	.hide-lg.inline-block {
		display: inline-block;
	}
	.hide-md {
		display: none !important;
	}
	.row {
		display: block;
		flex-wrap: initial;
	}
	.cols-2>div {
		width: 100%;
	}
	.content-padding>div:first-of-type {
		padding-right: 0;
		padding-left: 0;
	}
	.content-padding>div:last-of-type {
		padding-right: 0;
		padding-left: 0;
	}
	.mobile-swap.content-padding>div:first-of-type {
		padding-right: 0;
		padding-left: 0;
	}
	.mobile-swap.content-padding>div:last-of-type {
		padding-right: 0;
		padding-left: 0;
	}
	.col-img {
		width: 100%;
		max-width: 640px;
	}
}
.narrow-text {
	max-width: 440px;
}
/* DR Rows */

