#hero .hero__content .hero__content-inner {
    text-align: center;
    margin: auto;
}

.info-hub-search {
	margin-top: 30px;
}

.info-hub-search div[id^="ajaxsearchprores3"] {
	background: transparent !important;
}

.info-hub-search #ajaxsearchpro3_1 .probox {
    margin-left: 20px !important;
	margin-right: 20px !important;
}

.info-hub-search #ajaxsearchpro3_1 .probox .prosettings {
    display: none;
}

.info-hub-search #ajaxsearchpro3_1 .probox .promagnifier .innericon svg {
    fill: #2eb39f !important;
}

.info-hub-search div[id^="ajaxsearchprores3"] h3,
.info-hub-search div[id^="ajaxsearchprores3"] h3 * {
	text-transform: none !important;
	color: #fff !important;
	font-weight: normal !important;
	line-height: 1.3 !important;
}

.info-hub-search [id^="ajaxsearchprores3"] .asp_group_header {
	font-size: 16px !important;
	background: none !important;
	color: #fff !important;
	border: none !important;
	text-decoration: underline;
	font-weight: bold !important;
	padding-left: 0;
}

.info-hub-search [id^="ajaxsearchprores3"] .asp_res_text {
    color: #fff;
}

.info-hub-search [id^="ajaxsearchprores3"] .results .item,
.info-hub-search [id^="ajaxsearchprores3"] .results .item,
.info-hub-search div.asp_r.asp_r_2 .results .item {
	background: transparent !important;
	border: none;
	padding-left: 0px !important;
	border: none !important;
}

.info-hub-search [id^="ajaxsearchprores3"].vertical .results .item .asp_content,
.info-hub-search [id^="ajaxsearchprores3"].vertical .results .item .asp_content,
.info-hub-search div.asp_r.asp_r_2.vertical .results .item .asp_content {
	padding: 0px;
}

.info-hub-search [id^="ajaxsearchprores3"].vertical .results .asp_keyword {
	display: none;
}

.info-hub-header {
	text-align: center;
	margin-top: 40px;
}

.section-title {
	margin-bottom: 15px;
}

.section-subtitle {
	max-width: 650px;
    font-size: 0.9rem;
    line-height: 1.5;
	color: #2eb39f;
    margin: 0 auto 40px;
}

.faqs-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.faq {
	position: relative;
	width: calc(33% - 20px);
	margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 40px;
}

.faq-link:hover {
	text-decoration: none;
}

.faq-image {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.faq-placeholder-image {
	width: 100%;
    height: 175px;
	background-color: rgba(0,168,132,.6);
}

.faq-title {
	font-size: 1.2rem;
	line-height: 1.2;
    color: #ffffff;
	text-align: center;
	padding: 15px 15px 20px;
	margin-bottom: 0;
}

.faq-see-more {
    position: absolute;
    left: 0;
    bottom: -5px;
	width: calc(100% - 14px);
    height: 10px;
	color: #ffffff;
	background: #fa4214;
	text-align: center;
	text-transform: uppercase;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
}

.faq-link:hover .faq-see-more {
	background: #333333;
}

.cta-wrapper {
	padding: 60px 0;
}

@media (min-width: 992px) {
	#hero .hero__content h1 {
		font-size: 3.5rem;
	}
	
	.info-hub-faqs {
		padding-right: 30px;
	}
	
	.faq {
		background: #2BB2A1 !important;
	}
	
	.faq-see-more {
		font-size: 0;
	}
	
	.faq-see-more::after {
		content: "";
		position: absolute;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 14px solid #fa4214;
		right: -14px;
		bottom: -6px;
		transition: all 0.3s ease;
	}
	
	.faq-link:hover .faq-see-more::after {
		border-left-color: #333333;
	}
}

@media (max-width: 992px) {
	#hero {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	
	#hero .hero__content .hero__content-inner {
		line-height: 1.5;
	}
	
	#hero .hero__content h1 {
		margin-bottom: 15px;
	}
	
	.info-hub-search {
		margin-top: 20px;
	}

	.section-title {
		font-size: 1.75rem;
		font-weight: 600;
		color: #70B055;
	}
	
	.section-subtitle {
		color: #333333;
		font-weight: 600;
		margin-bottom: 25px;
	}
	
	.info-hub-faqs {
		margin-bottom: 30px;
	}
	
	.faq {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(50% - 10px);
		min-height: 100px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 40px;
	}
	
	.faq::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,168,132,.6);
		z-index: 1;
	}
	
	.faq-image,
	.faq-placeholder-image {
		display: none;
	}
	
	.faq-title {
		position: relative;
		font-size: 1rem;
		font-weight: 600;
		padding: 25px 10px;
		word-break: break-word;
		z-index: 2;
	}
	
	.faq-see-more {
		width: 100%;
		height: auto;
		font-size: 0.9rem;
    	font-weight: 600;
		top: 100%;
		bottom: auto;
	}
	
	.cta-wrapper {
		padding-top: 0;
	}
}