  /* Styles related to ./blocks/rows/expanding-buttons/expanding-buttons.php component
   This prevents the component from expanding.
   Remove this block to revert to default component styles.
*/

.bottom-indent {
	margin-bottom: 60px;
}

.usual-container {
	padding: 80px 0 50px;
}

.tool-item {
    max-width: 100% !important;
    background-color: transparent !important;
    cursor: unset !important;
}

.tool-item h3,
.tool-item .h3 {
    margin: 0;
    color: #00101d;
}

.tool-item [class^="icomoon-"] {
    background: #f0f4ef !important;
    color: #e8173a;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle black shadow */
}

.tool-item .desc {
    width: 100%;
    height: auto;
    padding: 0 0 0 30px;
    opacity: 1;
    color: #00101d;
	max-height: unset;
}

@media (max-width: 767px) {
	.tool-item .desc {
		padding-left: 0;
	}
}

/* End of expanding buttons component */

/* Quote slider rework */

.info-section .quote-slider {
	margin: -80px auto 76px;
}

.quote-slider .photo+.name {
	padding: 0 !important;
}

.quote-slider .img-box {
	position: relative;

    width: unset;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 0;
}

.quote-slider .img-box:before {
	content: "";
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.25);
	position: absolute;
	top: -7px;
	left: 0;
}

.quote-slider .img-box img {
	max-height: 40px !important;
	max-width: 180px !important;
	width: unset !important;
	margin: unset;
	object-fit: contain !important;
}

.quote-slider .name {
	padding: 0;
}

.quote-slider .additional-fields .about .about-wrapper {
	display: flex;
	align-items: center;
}

.inner-wrapper:has(figure) {
  display: flex;
  flex-direction: row-reverse;
}

.inner-wrapper:has(figure) .additional-fields {
	padding-top: 0 !important;
	align-content: flex-end;
}

.inner-wrapper:has(figure) .additional-fields .about {
	padding: 0;
}

.inner-wrapper:has(figure) .img-box {
	padding-left: 0;
	margin-left: 0;
}

.inner-wrapper:has(figure) .img-box img {
	max-height: unset !important;
}

.about:not(:has(.name)) .img-box::before {
  display: none;
  content: unset;
}

.quote-slider .text-wrap {
	padding-bottom: 90px;
}
.quote-slider a.slide:before {
	background: #028383 !important
}

.quote-slider .text-wrap .text-box {
	position: relative;
	padding-left: 140px;
}

.quote-slider .text-wrap .text-box .additional-fields {
	padding-top: 30px;
}

.quote-slider .photo {
	margin: unset !important;
	position: absolute;
	bottom: -70px;
    left: -94px;
}

.text-box:has(.content > figure) {
  padding-left: 0 !important;
}

.quote-slider .name strong {
	font-size: 1.125rem !important;
	font-weight: bold;
	line-height: normal;
}

.quote-slider .name {
	font-size: 1rem !important;
	line-height: normal;
}

.quote-slider .slick-dots {
	padding: 0;
	margin: -35px 30px 0 auto;
}

.quote-slider div.slide {
	color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
}

.quote-slider div.slide:hover {
	text-decoration: none;
}

.quote-slider div.slide:before {
	background: #028383 !important;
    background-image: initial !important;
    background-position-x: initial !important;
    background-position-y: initial !important;
    background-size: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}

.quote-slider div.slide:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 38px;
    right: 38px;
    bottom: 48px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
	transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
	background: #028383 !important;
}

.quote-slider div.slide:hover:before {
	transform: scale(1.03);
}



@media (max-width: 1399px) {
	.quote-slider .photo {
		left: -70px;
	}
}

@media (max-width: 991px) {
	.quote-slider .photo {
		left: -40px;
	}
	.quote-slider .about .about-wrapper {
		padding-left: 20px;
	}

	.quote-slider .text-wrap .text-box {
		padding-left: 0;
	}

	.quote-slider .text-wrap .text-box .content {
		padding-left: 170px;
	}

	.inner-wrapper:has(figure) .content  {
		padding-left: 0 !important;
	}

	.quote-slider .about {
		padding: 0;
	}

	.quote-slider .photo {
		left: 0;
		position: static;
	}

	.quote-slider .photo+.name {
		padding-left: 15px !important;
	}
	.quote-slider .text-wrap {
		padding-bottom: 30px;
	}

	.quote-slider .text-wrap .text-box .additional-fields {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.quote-slider .text-wrap {
		padding: 20px 40px 65px !important;
	}

	.quote-slider .text-wrap .text-box .content {
		padding-left: 100px;
	}
	.inner-wrapper:has(figure) {
		flex-direction: column-reverse;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: flex-start;
	}
	.inner-wrapper:has(figure) .about .about-wrapper {
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.quote-slider .additional-fields .about .about-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	.quote-slider .img-box {
		margin-left: 0;
		padding-left: 0;
		margin-top: 10px;
	}
	.quote-slider .img-box:before {
		content: unset;
		display: none;
	}
	.quote-slider .text-wrap .text-box .content {
		padding-left: 0;
	}
}

@media (max-width: 575px) {
	.quote-slider .img-box img {
		max-width: 100px !important;
	}
}

/* Quote slider rework */

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.card .icomoon-centered {
	margin: 0 auto 20px;
}

.card:has(.icomoon-centered) h4 {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}


/* Extended buttons component */
.tool-item h3, .tool-item .h3 {
	flex-shrink: 0;
}

/** Featured Resources Slider **/
.featured-resources {
	background-color: #EDF0F0;
}

.featured-resources .featured-description,
.featured-customer-stories .featured-description,
.featured-videos .featured-description {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.featured-resources-slider:not(.slick-initialized) .slide:not(:first-child) {
	display: none;
}

.featured-resources-slider .slick-track {
	display: flex;
	margin-bottom: 40px;
}

.featured-resources-slider .slide {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 1rem;
	height: inherit;
	background-color: #fff;
	border-radius: 16px;
}

.featured-resources-slider .slide .slide-section {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	height: 100%;
}

.featured-resources-slider .slide .slide-section .slide-image {
	height: 80%;
}

.featured-resources-slider .slide .slide-section .slide-image img {
	object-fit: cover;
	max-height: 100%;
	border-radius: 8px;
}

.featured-resources-slider .slide .slide-section .slide-category {
	color: #062B48;
	position: relative;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.9125rem;
	padding: 0 0 0 50px;
}

.featured-resources-slider .slide .slide-section .slide-category-icon {
	background-color: var(--bs-red);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	border-radius: 50%;
	line-height: 41px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.featured-resources-slider .slide .slide-section .slide-title {
	color: #0D1821;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 0;
}

.featured-resources-slider .slide .slide-section .slide-excerpt {
	color: #0D1821;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.25rem;
}

.featured-resources-slider .slide .slide-section .slide-excerpt p {
	margin-bottom: 0;
}

.featured-resources-slider .slide .slide-section .slide-read-more {
	max-width: 150px;
}

.featured-resources .slick-dots li:not(.slick-active) button {
	border-color: #B6C0C0;
}

@media (max-width: 768px) {
	.featured-resources-slider .slide {
		flex-direction: column;
		align-items: center;
	}
}

/** Resource Cards V2 **/
.post-item--v2 .text p {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}

.post-item--v2 {
	margin-bottom: 40px;
}

#posts-area .posts-area-description {
	margin-bottom: 2.5rem;
}

.hero .breadcrumb {
	opacity: 1;
}

.hero .text-white .breadcrumb a {
	color: #F7F8F8;
}

/** Customer Stories/Videos Section **/
.featured-customer-stories, .featured-videos {
	background-color: #000;
	color: #fff;
}

.featured-customer-stories .customer-stories, .featured-videos .videos {
	display: flex;
	gap: 6rem;
}

.featured-customer-stories .customer-stories .customer-stories-section, .featured-videos .videos .videos-section {
	flex: 1;
}

.featured-customer-stories .customer-stories .customer-stories-section img, .featured-videos .videos .videos-section img {
	border-radius: 8px;
}

.featured-customer-stories .customer-stories .customer-stories_title, .featured-videos .videos .videos_title {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.9125rem;
	margin-top: 0.8125rem;
}

.featured-customer-stories .customer-stories .customer-stories_title--large, .featured-videos .videos .videos_title--large {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.95rem;
	margin: 1.5rem 0;
}

.featured-customer-stories .customer-stories .story-category, .featured-videos .videos .video-category {
	position: relative;
	padding: 0 0 0 50px;
}

.featured-customer-stories .customer-stories .story-category-icon, .featured-videos .videos .video-category-icon {
	background-color: var(--bs-red);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 41px;
	height: 41px;
	border-radius: 50%;
	line-height: 41px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}

.featured-customer-stories .customer-stories .customer-stories-list, .featured-videos .videos .videos-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding: 1.5rem 0 2.5rem;
}

.featured-customer-stories .customer-stories .customer-story-item:hover, .featured-videos .videos .video-item:hover {
	color: #fff;
}

.featured-customer-stories .customer-stories .customer-stories_view-all, .featured-videos .videos .videos_view-all {
	text-align: right;
	text-transform: uppercase;
}

.featured-customer-stories .customer-stories .customer-stories_view-all a:hover, .featured-videos .videos .videos_view-all a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.featured-customer-stories .customer-stories, .featured-videos .videos {
		flex-direction: column;
		align-items: center;
	}
}

/** Override styles for comparison-table **/
.comparison-table {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.comparison-table tr:first-child th {
	background-color: #F2F2F2;
	color: #0D1821;
	font-weight: bold;
	text-align: left;
	padding: 13px 16px;
}

.comparison-table tr:has(td) {
	border-bottom: 1px solid #DADCDF;
}

.comparison-table tr td {
	padding: 24px 16px;
	height: initial !important;
}

.comparison-table tr:first-child td .text-light-blue, .comparison-table tr:first-child th .text-light-blue {
	color: var(--bs-primary) !important;
}

.comparison-table tr td, .comparison-table tr:nth-child(even) td, table tr td:first-child {
	background-color: #F9FAFA;
	color: #576666 !important;
	vertical-align: top;
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
	font-weight: initial;
	font-size: 16px;
}

.comparison-table tr:last-child td {
	padding-bottom: 48px;
}

@media (max-width: 767.98px) {
	.comparison-table tr:first-child td, .comparison-table tr:first-child th {
		-webkit-writing-mode: initial;
		writing-mode: initial;
	}
}
