/* CopyBlock - Start */
.copyblock * {
	margin-bottom: 1rem;
}

.copyblock .customCopy * {
	margin-bottom: 0px;
}

.copyblock .customCopy ol {
	list-style-type: decimal;
	margin-left: 0;
}

.no-margin-bottom * {
	margin-bottom: 0 !important;
}

/* overrides style above when button with an icon used inside a CopyBlock component */
.copyblock button svg {
	margin-bottom: 0;
}

.copyblock a {
	color: rgba(0, 87, 173);
	text-decoration: underline;
}

.copyblock .widgetCta a[type="button"] {
	color: inherit;
	text-decoration: none;
	margin-bottom: 0;
}

.copyblock h2 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
}

.largerh2 .copyblock h2 {
	font-size: 1.875rem;
	line-height: 4rem;
}

.copyblock h3 {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.copyblock h4 {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.copyblock img {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.copyblock p:last-child {
	margin-bottom: 0;
}

.copyblock ul {
	list-style-type: disc;
	margin-left: 2rem;
}

.home-hero-copy ul {
	margin-left: 0rem;
}

.copyblock.white-tick ul,
.copyblock.pink-tick ul,
.copyblock.blue-tick ul,
.copyblock.lightblue-tick ul,
.copyblock.white-tick-circle ul {
	margin-left: 0;
}

.copyblock.white-tick li,
.copyblock.pink-tick li,
.copyblock.blue-tick li,
.copyblock.lightblue-tick li,
.copyblock.white-tick-circle li {
	position: relative;
	display: block;
	margin-bottom: 1rem;
	padding-left: 2.6rem;
}

.copyblock.white-tick li::before,
.copyblock.pink-tick li::before,
.copyblock.blue-tick li::before,
.copyblock.lightblue-tick li::before,
.copyblock.white-tick-circle li::before,
.copyblock.ticklist li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
}

.copyblock.blue-tick li::after {
	top: 0px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-blue.svg") no-repeat;
}

.copyblock.white-tick li::after {
	top: 0px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-white.svg") no-repeat;
}

.copyblock.pink-tick li::after {
	top: 0px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-pink.svg") no-repeat;
}

.copyblock.lightblue-tick li::after {
	top: 0px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-lightblue.svg") no-repeat;
}

.copyblock.white-tick-circle li::after {
	top: 0px;
	left: 8px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-circle-icon.svg") no-repeat;
}

.copyblock li::marker {
	display: block;
	padding-top: 20px;
	color: #0049e0;
	font-size: 23px;
	text-combine-upright: none;
}

.listtick ul {
	margin: 0;
	list-style: none outside;
}

.listtick li {
	position: relative;
	padding-left: 36px;
}

.listtick li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-pink.svg") no-repeat;
}

.listtick.on-gradient li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-lightblue.svg") no-repeat;
}

.copyblock ol {
	list-style-type: decimal;
	margin-left: 2rem;
}

.listtick ul {
	margin: 0;
	list-style: none outside;
}

.listtick li {
	position: relative;
	padding-left: 36px;
}

.listtick li::before {
	top: 4px;
	left: 0px;
	position: absolute;
	width: 24px;
	height: 24px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-pink.svg") no-repeat;
}

.listcopyblock p {
	margin-bottom: 2rem;
	font-size: 24px;
}

.listcopyblock ul {
	font-size: 20px;
}

.listcopyblock li {
	position: relative;
	display: flex;
	margin-bottom: 1rem;
}

.listcopyblock li::before {
	border-radius: 100%;
	background-color: white;
	flex-shrink: 0;
	position: relative;
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 1rem;
	padding-right: 1rem;
}

.listcopyblock li::after {
	top: 8px;
	left: 9px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fmarkdown%2Fcheckmark.svg") no-repeat;
}

.copyblock li {
	margin-bottom: 0.5rem;
}

.copyblock pre {
	padding: 24px;
	margin-bottom: 24px;
	overflow: auto;
	background-color: #f0f6fa;
	border-radius: 0.25rem;
}

.copyblock blockquote {
	font-style: italic;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	background-color: #ebf7ff;
	position: relative;
	border-radius: 0.5rem;
}

.copyblock blockquote p {
	margin: 0;
}

.copyblock blockquote:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	height: 1.75rem;
	width: 2.5rem;
	margin-left: 0.75rem;
	margin-top: -0.75rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 137 94'%3E%3Cdefs/%3E%3Cpath fill='%23A0D7F9' d='M59.3 40v53.7H.3V68.1c0-27.5 7.4-48.6 20-68.1H49c-6.4 10-12.8 25.6-14.4 40h24.7zm76.7 0v53.7H77.2V68.1C77.2 40.6 84.5 19.5 97 0h28.8c-6.4 10-12.8 25.6-14.4 40H136z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	transform: rotate(-10deg);
}

.primary-bold-copy .copyblock strong {
	color: #e10078;
}

.primary-bold-copy .copyblock h2 {
	font-size: 30px;
}

.primary-bold-copy .copyblock p {
	font-size: 20px;
}

.salary-insights-hero .copyblock h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.small-paragraph .copyblock p {
	font-size: 12px;
	line-height: 1.2rem;
}

@media screen and (min-width: 992px) {
	.primary-bold-copy .copyblock h2 {
		font-size: 36px;
	}

	.primary-bold-copy .copyblock p {
		font-size: 24px;
	}

	.small-paragraph .copyblock p {
		font-size: 14px;
		line-height: 20px;
	}
}

.blue-ticklist li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 30px;
	height: 30px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-blue.svg") no-repeat;
}

.lightblue-ticklist li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 30px;
	height: 100%;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-lightblue.svg") no-repeat;
	background-size: 24px 24px;
}

.lightblue-ticklist.smallticks li::before {
	background-size: 20px 20px;
}

.pink-ticklist li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 30px;
	height: 100%;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-pink-pricing.svg") no-repeat;
	background-size: 24px 24px;
}

.pink-ticklist.smallticks li::before {
	background-size: 20px 20px;
}

.lightpink-ticklist li::before {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 30px;
	height: 100%;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-lightpink.svg") no-repeat;
	background-size: 24px 24px;
}

/* struggled to get these list items in tailwind */
.list-item {
	display: flex !important;
	font-size: medium;
	text-align: left;
	margin-bottom: 2rem;
}

.list-item:before {
	content: url("/assets?p=%2Fimages_next%2Fvectors%2Ftick-pink.svg");
	margin-right: 1.5rem;
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
}

/* to offset the bottom margin that gets added to all CopyBlock children */
.copyblock .open-disclaimer-button {
	margin-top: -12px;
	display: block;
}

.copyblock.webinar-ticks ul {
	margin: 32px auto 24px;
	text-align: center;
	list-style: outside none;
	display: flex;
	flex-direction: column;
}

.copyblock.webinar-ticks ul li {
	position: relative;
	margin-bottom: 24px;
}

.copyblock.webinar-ticks ul li:last-child {
	margin-bottom: 0;
}

.copyblock.webinar-ticks ul li::before {
	display: block;
	margin: 0 auto 12px;
	width: 46px;
	height: 45px;
	content: "";
	background: url("/assets?p=%2Fimages_next%2Fwebinars%2Fwebinar-ticks.svg") no-repeat;
	background-size: 46px 45px;
}

@media screen and (min-width: 992px) {
	.copyblock.webinar-ticks ul {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.copyblock.webinar-ticks ul li {
		margin-bottom: 0;
		width: 23%;
	}
}

/* Copyblock - End */

