
.hero-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.hero-text {
	width: 55%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 0;
	padding-right: 24px;
}

@media (max-width: 768px) {
	.hero-section {
		padding: 20px;
	}
	
	.hero-section .hero-text {
		width: 100%;
	}
	
	.hero-section .hero-image {
		padding: 0;
	}
}

.hero-text > * {
	margin: 0;
	padding: 0;
}

.hero-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 45%;
	padding-left: 24px;
}

.breadcrumb {
	color: #516a80;
	font-family: "Open Sans";
	font-size: .9rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	/* 120% */
	letter-spacing: .05px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #516a80;
	transition-duration: .4s;
}

.breadcrumb a:hover {
	color: #033a6d;
}

.post-title h1 {
	color: #042238;
	font-family: Poppins;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0;
}

.post-title h1 .emphasis {
	color: #033a6d;
	font-weight: 800;
}

.post-info {
	color: #516a80;
	font-family: Poppins;
	font-size: .9rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Adjust the img styles if needed */
.hero-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	border-radius: 9.687px;
	box-shadow: 0px 4.487px 15.62px 4.487px rgba(0, 0, 0, .12);
	object-fit: cover;
	object-position: center;
}

/* Example responsiveness */
@media (max-width: 768px) {
	.hero-section {
		flex-direction: column;
		text-align: center;
	}
	
	.hero-image {
		margin-top: 20px;
		/* Space above the image on smaller screens */
		width: 100%;
		/* Full width on mobile */
		height: auto;
	}
}

@media (max-width: 1024px) {
	.post-title h1 {
		font-size: 2.25rem;
		line-height: 48px;
	}
}

@media (max-width: 768px) {
	.post-title h1 {
		font-size: 2.5rem;
		line-height: 40px;
	}
}

.hero-section.hero-section-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: -400px;
}

@media (max-width: 1024px) {
	.hero-section.hero-section-video {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-bottom: 0px;
	}
}

.hero-section-video .hero-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-height: 0;
	padding-right: 24px;
	align-items: center;
}

.hero-section-video .hero-text, .hero-section-video .hero-text * {
	text-align: center;
}

.hero-section-video .hero-text > * {
	margin: 0;
	padding: 0;
}

.hero-section-video .hero-video {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 0px;
}

.hero-section-video .breadcrumb {
	color: rgba(205, 211, 215, 1);
	font-family: "Open Sans";
	font-size: .9rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	/* 120% */
	letter-spacing: .05px;
	text-transform: uppercase;
}

.hero-section-video .breadcrumb a {
	color: rgba(205, 211, 215, 1);
	transition-duration: .4s;
}

.hero-section-video .breadcrumb a:hover {
	color: rgba(0, 200, 255, 1);
}

.hero-section-video .post-title h1 {
	color: #fff;
	font-family: Poppins;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 60px;
	padding: 0;
	margin: 0 0 20px 0;
}

.hero-section-video .post-title h1 .emphasis {
	color: rgba(0, 200, 255, 1);
	font-weight: 800;
}

.hero-section-video .post-info {
	color: #516a80;
	font-family: Poppins;
	font-size: .9rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* Adjust the img styles if needed */
.hero-section-video .hero-video img {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	border-radius: 9.687px;
	box-shadow: 0px 4.487px 15.62px 4.487px rgba(0, 0, 0, .12);
	object-fit: cover;
	object-position: center;
}

/* Example responsiveness */
@media (max-width: 768px) {
	.hero-section.hero-section-video {
		flex-direction: column;
		text-align: center;
	}
	
	.hero-video {
		width: 100%;
		/* Full width on mobile */
		height: auto;
	}
}

.hero-section-video .video-container {
	position: relative;
	width: 100%;
	/* Default fallback for 16:9 aspect ratio if aspect-ratio is not supported */
	padding-bottom: 56.25%;
	z-index: 2;
}

/* .video class might not be necessary if you are applying the aspect ratio on the container */
.hero-section-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(.95);
}

.hero-section-video .youtube-video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* Ensures it stretches to the full width of the container */
	bottom: 0;
	/* Ensures it stretches to the full height defined by padding-bottom */
	background-size: cover;
	background-position: center;
	cursor: pointer;
	/* Display the play button in the center of the placeholder */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Use @supports rule for modern browsers */
@supports (aspect-ratio: 16 / 9) {
	.hero-section-video .video-container {
		/* Apply aspect-ratio property to the container */
		aspect-ratio: 16/9;
		padding-bottom: 0;
	}
}

/* General styles for the video container */
.hero-section-video .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

/* Styling iframe to fit the container */
.hero-section-video .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Adjustments to the video placeholder, which shows the video's thumbnail */
.hero-section-video .video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Modern browsers support for aspect ratio */
@supports (aspect-ratio: 16 / 9) {
	.hero-section-video .video-container {
		aspect-ratio: 16/9;
		padding-bottom: 0;
	}
}

.lease-agreement-wrap .hero-image .hero-featured-image {
	aspect-ratio: auto;
	/* Remove the aspect ratio */
	width: 100%;
	/* Adjust width based on content or container */
	max-width: 100%;
	height: auto;
	/* Allow height to be dynamic */
	margin-bottom: -80px;
}

/* Target the sticky-landlord-sign-up specifically */
.lease-agreement-wrap .btnhov {
	display: inline-block;
	padding: 10.7px 16px;
	/* Adjust padding to change the button size */
	font-size: 15px;
	/* Adjust the font-size as needed */
	font-weight: 600;
	color: #fff;
	/* Initial text color */
	text-align: center;
	text-decoration: none;
	background-color: #022c52;
	/* Transparent background */
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #00c8ff;
	box-shadow: inset 0 0 0 0 #00c8ff;
	transition-duration: .3s;
}

.hero-section .btnhov {
	display: inline-block;
	padding: 10.7px 16px;
	/* Adjust padding to change the button size */
	font-size: 15px;
	/* Adjust the font-size as needed */
	font-weight: 600;
	color: #fff;
	/* Initial text color */
	text-align: center;
	text-decoration: none;
	background-color: #022c52;
	/* Transparent background */
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #00c8ff;
	box-shadow: inset 0 0 0 0 #00c8ff;
	transition-duration: .3s;
}

/* Hover and focus styles */
.lease-agreement-wrap .btnhov:hover, .lease-agreement-wrap .btnhov:focus {
	color: #022c52;
	/* Change the text color on hover/focus */
	box-shadow: inset 300px 0 0 0 #00c8ff;
}

/* Hover and focus styles */
.hero-section .btnhov:hover, .hero-section .btnhov:focus {
	color: #022c52;
	/* Change the text color on hover/focus */
	box-shadow: inset 300px 0 0 0 #00c8ff;
}

/* Ensure that the transition is smooth for both the box-shadow and the color */
.lease-agreement-wrap .btnhov {
	transition-duration: .3s;
}

.hero-section .btnhov {
	transition-duration: .3s;
}

/* Optional - Removes underline from links when hovered or focused */
.lease-agreement-wrap .btnhov:hover, .lease-agreement-wrap .btnhov:focus {
	text-decoration: none;
}

.hero-section .btnhov:hover, .hero-section .btnhov:focus {
	text-decoration: none;
}

.hero-section.lease-agreement-wrap .hero-image img {
	border-radius: 0;
}

.last-modified-date {
	color: #687a88;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}

#table-of-contents .toc-heading {
	color: rgba(81, 106, 128, 1);
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .05px;
	text-transform: uppercase;
}

#table-of-contents ul {
	padding-right: 10px;
	margin-top: 0;
	padding-left: 0;
}

#table-of-contents ul::-webkit-scrollbar {
	width: 6px;
}

#table-of-contents ul::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 3px;
}

#table-of-contents ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

#table-of-contents ul li {
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	/* 150% */
	list-style: none;
}

#table-of-contents ul li a {
	color: #516a80;
	text-decoration: underline;
	text-decoration-color: #516a80;
	transition-duration: .4s;
}

#table-of-contents ul li a:hover {
	color: #00c8ff;
	text-decoration-color: #00c8ff;
}

#table-of-contents {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 24px;
}

.sidebar-column .video-sidebar-inner {
	position: initial;
	top: 100px;
	overflow-y: auto;
	display: block;
}

#main-section .video-sidebar {
	position: relative;
	min-height: 100vh;
	/* Confirm this is effective */
	display: block;
}

#main-section .video-sidebar .video-sidebar-inner {
	position: initial;
	top: 100px;
	/* Adjust this value based on your header or any top space needed */
	min-height: 100vh;
	overflow-y: auto;
	/* Allows scrolling within the table of contents */
	display: block;
}

.admin-bar #main-section .video-sidebar .video-sidebar-inner {
	top: 132px;
}

/* Ensure children fill the space */
#main-section .video-sidebar .video-sidebar-inner > * {
	flex: 1;
	/* This makes children fill the available space */
	overflow: hidden;
}

@media screen and (max-width: 1023px) {
	.video-sidebar-inner, .video-sidebar {
		display: initial !important;
	}
}

.ttsf-rich-text img, .ttsf-rich-text .attachment-full {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 16px 0;
}

.ttsf-rich-text img.image-icon .ttsf-rich-text .size-medium, #poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text .size-medium, .ttsf-rich-text .image-icon, #poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text .image-icon {
	max-width: 200px;
	max-height: 200px;
	height: auto;
	width: auto;
	margin: 24px auto;
	display: flex;
}

.ttsf-rich-text .size-thumbnail, #poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text .size-thumbnail {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	width: auto;
	margin: 16px auto;
	display: flex;
}

.ttsf-rich-text .size-large, #poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text .size-medium_large {
	max-width: 800px;
	max-height: 800px;
	height: auto;
	width: auto;
	margin: 16px auto;
	display: flex;
}

.ttsf-rich-text p, .ttsf-rich-text li {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7em;
	color: #042238;
	padding: 0;
}

.ttsf-rich-text a {
	text-decoration: underline;
	font-size: inherit;
	transition-duration: .4s;
}

.ttsf-rich-text p > a, .ttsf-rich-text li > a {
	color: #2370a3;
}

.ttsf-rich-text p > a:hover {
	color: #00c8ff;
}

.ttsf-rich-text h1 > a, .ttsf-rich-text h2 > a, .ttsf-rich-text h3 > a, .ttsf-rich-text h4 > a, .ttsf-rich-text h5 > a, .ttsf-rich-text h6 > a {
	font-family: "Poppins";
	font-weight: 800;
	color: #042238;
}

.ttsf-rich-text h1 > a:hover, .ttsf-rich-text h2 > a:hover, .ttsf-rich-text h3 > a:hover, .ttsf-rich-text h4 > a:hover, .ttsf-rich-text h5 > a:hover, .ttsf-rich-text h6 > a:hover {
	color: #2370a3;
}

.ttsf-rich-text strong {
	font-size: inherit;
	font-weight: 800;
}

.ttsf-rich-text h2 {
	color: #042238;
	font-family: "Poppins", Sans-serif;
	line-height: 1.4em;
	font-size: 32px;
	padding: 0;
}

.ttsf-rich-text h3 {
	color: #042238;
	font-family: "Poppins", Sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	padding: 0;
}

.ttsf-rich-text h4 {
	color: #042238;
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	padding: 0;
}

.ttsf-rich-text img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media (max-width: 771px) {
	.ttsf-rich-text ul, .ttsf-rich-text ol, .ttsf-rich-text li {
		padding: 0;
		margin-left: 10px;
	}
	
	.cta-image-wrap {
		display: none;
	}
	
	.gray-cta-container {
		padding: 24px 16px;
	}
	
	.gray-cta-container .first-column {
		display: none;
	}
	
	.gray-cta-container .second-column {
		width: 100%;
	}
}

table.GeneratedTable {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border-width: 2px;
	border-radius: 8px;
	border-color: #042238;
	border-style: solid;
	color: #042238;
}

table.GeneratedTable td, table.GeneratedTable th {
	border-width: 2px;
	border-radius: 8px;
	border-color: #042238;
	border-style: solid;
	padding: 4px;
}

table.GeneratedTable thead {
	background-color: #f5f6f8;
}

p:first-child, .ttsf-rich-text:first-child *:first-child, .ttsf-rich-text:first-child {
	margin-top: 0;
}

.ttsf-rich-text ul {
	list-style-type: disc;
}

.ttsf-rich-text blockquote {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	border-style: solid;
	border-left: 6px solid #00c8ff;
	border-width: 0 0 0 6px;
	background-color: #f5f6f8;
	transition: .3s;
	position: relative;
	width: 100%;
	min-width: 0;
	min-height: initial;
	height: auto;
	border-radius: 2px;
	z-index: revert;
	overflow: visible;
	margin: 24px auto;
	padding: 24px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .02);
	gap: 0px;
}

.ttsf-rich-text blockquote > * {
	margin: 0px 0 5px 0;
}

.ttsf-rich-text blockquote + blockquote {
	margin: 16px 0;
}

.ttsf-rich-text blockquote > * + * {
	margin: 5px 0;
}

/* Optionally, style the cite element for the author/source */
.ttsf-rich-text blockquote cite {
	display: block;
	text-align: right;
	color: #666;
	font-size: 14px;
	font-style: normal;
}

.ttsf-rich-text.key_takeaways {
	padding: 32px;
	/* Match padding with sources section */
	border-radius: 8px;
	background: #e7f8fd;
	margin: 24px auto;
}

.ttsf-rich-text.key_takeaways h2 {
	font-weight: 800;
	font-family: "Poppins";
	font-size: 24px;
	margin: 0;
}

.ttsf-rich-text.key_takeaways ul, #poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text.key_takeaways ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	list-style-type: none;
	/* Remove default bullets */
	padding-left: 12px;
}

.ttsf-rich-text.key_takeaways ul li {
	position: relative;
	/* Needed to position the pseudo-element */
	padding-left: 30px;
	/* Space for the checkmark */
	margin-bottom: 10px;
}

.ttsf-rich-text.key_takeaways ul li::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjE4NjQgMkMxNy43OTQ0IDIgMjIuMzQxNSA2LjQ3NzExIDIyLjM0MTUgMTJDMjIuMzQxNSAxNy41MjI5IDE3Ljc5NDQgMjIgMTIuMTg2NCAyMkM2LjU3NjcxIDIyIDIuMDMxMjUgMTcuNTIzNyAyLjAzMTI1IDEyQzIuMDMxMjUgNi40NzYzIDYuNTc2NzEgMiAxMi4xODY0IDJaTTE3LjQ3NDMgOC4yOTI4OUMxNy4wNzc3IDcuOTAyMzcgMTYuNDM0NyA3LjkwMjM3IDE2LjAzODEgOC4yOTI4OUwxMC42NjMxIDEzLjU4NUw4LjMzNDY1IDExLjI5MjlMOC4yMzg5OCAxMS4yMDk3QzcuODQwNiAxMC45MDQ3IDcuMjY0NTcgMTAuOTMyNCA2Ljg5ODUgMTEuMjkyOUM2LjUwMTkxIDExLjY4MzQgNi41MDE5MSAxMi4zMTY2IDYuODk4NSAxMi43MDcxTDkuNzY1NTIgMTUuNTMwM0w5Ljg2ODU5IDE1LjYyMTVDMTAuMzY3IDE2LjAxNjMgMTEuMDk4IDE1Ljk4NTkgMTEuNTYwNyAxNS41MzAzTDE3LjQ3NDMgOS43MDcxMUwxNy41NTg3IDkuNjEyOUMxNy44Njg1IDkuMjIwNjEgMTcuODQwMyA4LjY1MzM4IDE3LjQ3NDMgOC4yOTI4OVoiIGZpbGw9IiMwMEM4RkYiLz4KPC9zdmc+");
	position: absolute;
	left: -4px;
	top: 10px;
	/* Adjust to align vertically */
	width: 50px;
	/* Match SVG width */
	height: 49px;
	/* Match SVG height */
	transform: scale(1.45);
}

#poststuff #post-body .acfe-flexible-placeholder .ttsf-rich-text.key_takeaways ul li::before {
	left: -28px;
}

.ttsf-rich-text.key_takeaways *:first-child {
	margin-top: 0;
}

.ttsf-rich-text.key_takeaways *:last-child {
	margin-bottom: 0;
}

.ttsf-rich-text .blogicon {
	max-width: 200px !important;
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
}

@media (max-width: 1024px) {
	.ttsf-rich-text.key_takeaways ul li {
		padding-left: 10px;
	}
	
	.ttsf-rich-text.key_takeaways ul li::before {
		content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI1IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjE4NjQgMkMxNy43OTQ0IDIgMjIuMzQxNSA2LjQ3NzExIDIyLjM0MTUgMTJDMjIuMzQxNSAxNy41MjI5IDE3Ljc5NDQgMjIgMTIuMTg2NCAyMkM2LjU3NjcxIDIyIDIuMDMxMjUgMTcuNTIzNyAyLjAzMTI1IDEyQzIuMDMxMjUgNi40NzYzIDYuNTc2NzEgMiAxMi4xODY0IDJaTTE3LjQ3NDMgOC4yOTI4OUMxNy4wNzc3IDcuOTAyMzcgMTYuNDM0NyA3LjkwMjM3IDE2LjAzODEgOC4yOTI4OUwxMC42NjMxIDEzLjU4NUw4LjMzNDY1IDExLjI5MjlMOC4yMzg5OCAxMS4yMDk3QzcuODQwNiAxMC45MDQ3IDcuMjY0NTcgMTAuOTMyNCA2Ljg5ODUgMTEuMjkyOUM2LjUwMTkxIDExLjY4MzQgNi41MDE5MSAxMi4zMTY2IDYuODk4NSAxMi43MDcxTDkuNzY1NTIgMTUuNTMwM0w5Ljg2ODU5IDE1LjYyMTVDMTAuMzY3IDE2LjAxNjMgMTEuMDk4IDE1Ljk4NTkgMTEuNTYwNyAxNS41MzAzTDE3LjQ3NDMgOS43MDcxMUwxNy41NTg3IDkuNjEyOUMxNy44Njg1IDkuMjIwNjEgMTcuODQwMyA4LjY1MzM4IDE3LjQ3NDMgOC4yOTI4OVoiIGZpbGw9IiMwMEM4RkYiLz4KPC9zdmc+");
		position: absolute;
		left: -16px;
		top: 3.5px;
		/* Adjust to align vertically */
		width: 25px;
		/* Match SVG width */
		height: 24px;
	}
}

.ttsf-rich-text.transcript {
	margin: 32px auto;
}

.ttsf-rich-text.sources {
	padding: 32px;
	border-radius: 8px;
	background: #e7f8fd;
	margin: 24px auto;
}

.ttsf-rich-text.sources h2 {
	font-weight: 800;
	font-family: "Poppins";
	font-size: 24px;
	margin: 0;
}

.ttsf-rich-text.sources ul {
	display: grid;
	grid-template-columns: auto auto;
	/* Creates two columns, each sized according to its content */
	gap: 8px 32px;
	/* Optional: Adds some space between the columns */
	padding: 2px 0px 0 20px;
	/* Removes default padding */
	max-width: 100%;
	/* Ensures the list does not overflow the parent container */
	list-style-type: none;
}

/*
.ttsf-rich-text.sources ul li {
display: flex;
align-items: flex-start;
}

.ttsf-rich-text.sources ul li::before {
content: "•";
color: black;
display: inline-block;
width: 15px;
margin-left: -.4em;
position: relative;
font-size: 28px;
gap: 4px;
}

*/
.ttsf-rich-text.sources ul li a {
	color: #516a80;
	display: inline-block;
	position: relative;
	transition: all .3s ease-in-out;
	font-weight: 700;
	font-size: 16px;
	text-decoration: underline;
	text-decoration-color: #516a80;
}

.ttsf-rich-text.sources ul li a:hover {
	color: #00c8ff;
	text-decoration-color: #00c8ff;
}

.ttsf-rich-text.sources ul li a:hover::before {
	width: 100%;
}

.ttsf-rich-text.transcript .transcript-heading {
	padding-right: 40px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.ttsf-rich-text.transcript .transcript-heading .caret {
	font-size: 16px;
	transition-duration: .4s;
	padding-right: 12px;
	padding-left: 20px;
}

.ttsf-rich-text.legal {
	border-radius: 4px;
	border: 1px solid #e6e9f0;
	margin: 40px 0;
}

.ttsf-rich-text.legal > * {
	padding: 0 32px;
}

.ttsf-rich-text.legal ul > li {
	margin-left: 24px;
}

.ttsf-rich-text.legal h2:first-of-type {
	margin-top: 0;
	border-radius: 3px 3px 0px 0px;
	background: #e7f8fd;
	padding: 24px;
	font-weight: 700;
	font-size: 32px;
}

@media (max-width:768px) {
	.ttsf-rich-text.legal h2:first-of-type {
		font-size: 24px;
	}
}

.ttsf-rich-text.legal ol li:not(:first-child) {
	margin-top: 12px;
}

.ttsf-rich-text.legal ol li {
	margin-left: 20px;
}
/* Responsive and other necessary rules here */

.cta-container {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	border-style: solid;
	border-left: 6px solid #00c8ff;
	border-width: 0 0 0 6px;
	background-color: #f5f6f8;
	transition: .3s;
	position: relative;
	width: 100%;
	min-width: 0;
	min-height: initial;
	height: auto;
	border-radius: 2px;
	z-index: revert;
	overflow: visible;
	margin: 24px auto;
	padding: 24px;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .1);
	gap: 40px;
}

.cta-container .cta-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}

.cta-container .cta-image-wrap {
	width: 0%;
	padding: 0;
}

.cta-container .cta-heading {
	font-size: 24px;
	line-height: 1.5em;
	font-family: "Poppins", Sans-serif;
	color: #042238;
	font-weight: 700;
}

.cta-container .cta-text {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #042238;
}

.cta-container .btnhov {
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
	transition-duration: .4s;
	display: inline-block;
	padding: 10.7px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #022c52;
	border-style: solid;
	border-width: 0 0 0 5px;
	border-color: #00c8ff;
	box-shadow: inset 0 0 0 0 #00c8ff;
	transition-duration: .3s;
}

.cta-container .btnhov:hover {
	color: #022c52;
	background: #033a6d;
	box-shadow: inset 300px 0 0 0 #00c8ff;
}

.cta-container.blue .cta-link.standard:hover {
	background: #00c8ff;
	color: #033a6d;
}

.cta-container.gray .cta-link.standard {
	background: #033a6d;
	color: #fff;
}

.cta-container.gray .cta-link.standard:hover {
	background: #00c8ff;
	color: #033a6d;
}

.cta-container.blue .cta-link.outline {
	background: #ff9250;
	color: #fff;
	border: 2px solid #fff;
}

.cta-container.gray .cta-link.standard:hover {
	background: #00c8ff;
	border: 2px solid #00c8ff;
	color: #033a6d;
}

.cta-container.gray .cta-link.outline {
	border: 2px solid #033a6d;
	color: #033a6d;
}

.cta-container.gray .cta-link.standard:hover {
	border: 2px solid #00c8ff;
	background-color: #00c8ff;
	color: #033a6d;
}

.cta-container.gray .cta-link.btnhov:hover {
	background: #00c8ff;
	border: 2px solid #00c8ff;
	color: #033a6d;
}

.cta-container.gray .cta-link.btnhov {
	border: 2px solid #033a6d;
	color: #033a6d;
}

.cta-container.gray .cta-link.btnhov:hover {
	border: 2px solid #00c8ff;
	background-color: #00c8ff;
	color: #033a6d;
}

.cta-container .cta-link:hover {
	background-color: #00c8ff;
}

.cta-container .cta-image-wrap img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 770px) {
	#flex-content .cta-text-column {
		width: 100%;
	}
}

/* Background colors */
.cta-container {
	background-color: #f5f6f8;
}

/* Button styles */
.cta-container .cta-link {
	background: #033a6d;
	color: #fff;
}

.cta-container .cta-link:hover {
	background: #00c8ff;
	color: #033a6d;
}

/* Image positions */
.cta-container .cta-image-wrap.left {
	order: -1;
}

.cta-container .cta-image-wrap.right {
	order: 1;
}
