h1 {
	line-height: 1 !important;
}

h2 {
	font-family: "Headland One", serif !important;
}

p {
	font-family: Montserrat, sans-serif !important;
	font-weight: normal !important;
	line-height: 1.5;
}

img {
	border-radius: 3px !important;
}

.phone-cta .uabb-info-list-content-wrapper {
	display: flex;
	justify-content: center;
}

.phone-cta .uabb-info-list-content {
	max-width: fit-content;
}

.row-btn {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.icon-tiles .fl-col-group-nested {
	display: flex;
  flex-direction: column;
	gap: 1rem;
}

.icon-tiles .fl-col {
	margin: 0;
}

.fl-module-image-icon,
.fl-module-image-icon .uabb-module-content,
.fl-module-image-icon .fl-module-content,
.fl-module-image-icon .uabb-image,
.fl-module-image-icon .uabb-image-content,
.fl-module-image-icon img.uabb-photo-img {
	height: 100% !important;
	object-fit: cover;
}

.icon-tiles .fl-col-group:nth-child(2) {
	margin-bottom: 1rem;
}

/* CUSTOM ACCORDION */
#faq {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h3 {
  color: #222;
  font-size: 1.2rem;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
  margin-top: 15px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}

#faq ul li i::before, #faq ul li i::after {
  content: "";
  position: absolute;
  background-color: #222;
  width: 3px;
  height: 9px;
}

#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
#faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.logo-trio {
	display: flex;
}

.logo-trio img {
	max-height: 3rem; 
	object-fit: contain;
}

.text-left,
.text-right {
	border-left: 30px solid #222;
}

.text-left,
.text-right {
	background: #c4ae98;
	padding: 1rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.wellness-services .fl-col-group:last-child,
.text-on-img-section .fl-col-group {
	display: flex;
  flex-direction: column;
  gap: 1rem;
	align-items: stretch;
}

.wellness-services .fl-col-group:last-child  .fl-col-content,
.text-on-img-section .fl-col-group .fl-col-content {
	height: 100%;
}

.text-on-img-section .fl-col-group .fl-col-content {
	display: flex;
  justify-content: end !important;
}

.reward-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.reward-logos img {
	width: 100%;
	height: auto;
}

.reward-logos img:first-child {
	max-width: 9rem;
  object-fit: contain;
}

.nf-form-cont {
	max-width: 45rem;
  margin: 0 auto;
}

p a {
	color: #222;
}

h2,
h2.uabb-heading .uabb-heading-text {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem !important;
}

.check-list .uabb-info-list-title {
	margin-bottom: 0.5rem;
	font-weight: bold !important;
}

@media only screen and (max-width: 48em) {
	.logo-trio {
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}
	
	.logo-trio img {
		width: max-content;
	}
	
	.reward-logos {
		margin: 0 20px;
	}
	
	.reward-logos img:first-child {
		max-width: 7rem;
	}
	
	.text-image-overlap .fl-col-group:nth-of-type(2),
	.text-image-overlap .fl-col-group:nth-of-type(4) {
	display: flex;
	flex-direction: column-reverse;
	}
	
	.text-image-overlap .fl-module-image-icon > div {
		margin: 0;
	}
}

@media only screen and (min-width: 48em) {
	h2,
h2.uabb-heading .uabb-heading-text {
		font-size: 2.2rem !important;
	}
	.row-btn {
		flex-direction: row;
	}
	
	.text-image-overlap .fl-col-group-nested {
		margin-top: 4rem;
	}

	.text-left h2,
	.text-right h2 {
		color: white;
		border-bottom: 1px solid white;
		padding-bottom: 1rem;
	}

	.text-left .fl-module-rich-text,
	.text-right .fl-module-rich-text {
		margin-top: 0;
		color: white;
	}

	.text-image-overlap img {
		max-height: 40rem;
		width: 100% !important;
		object-fit: cover;
	}

	.text-image-overlap .fl-module-image-icon .fl-node-content {
		margin: 0;
	}

	.text-image-overlap .uabb-image-content {
		display: flex;
		width: 100%;
	}

	.text-left {
		position: relative;
		left: 2.5rem;
		z-index: 1;
		transform: translateY(60%);
		border-left: 60px solid #222;
	}

	.image-right {
		position: relative;
		right: 2.5rem;
	}

	.text-right {
		position: relative;
		right: 2.5rem;
		z-index: 1;
		transform: translateY(60%);
		border-left: 60px solid #222;
	}
	
	.text-left,
.text-right {
		padding: 2rem;
	}

	.image-left {
		position: relative;
		left: 2.5rem;
	}

	.first-sec-img-text .fl-col-group {
		display: flex;
		align-items: center;
	}

	.first-sec-img-text img {
		max-width: 30rem;
	}

	.logo-section {
		display: flex;
		justify-content: center;
	}

	.logo-section .fl-col-group {
		display: flex;
		align-items: center;
	}

	.logo-section img {
		max-width: 10rem !important;
	}

	.logo-section > * {
		width: fit-content;
	}
	
	.wellness-services .fl-col-group:last-child,
	.text-on-img-section .fl-col-group {
		flex-direction: row;
		gap: 2rem;
	}
	
	.text-on-img-section .fl-col {
		width: calc((100% - 4rem) / 3);
		min-height: 26rem;
	}
	
	.reward-programs-row .fl-col-group {
		display: flex;
		align-items: center;
	}

	.map-contact .fl-col-group {
		display: flex;
  	align-items: stretch;
	}
	
	.map-contact .fl-col-content {
		height: 100%;
	}
	
	.map-col > *,
	.map-col iframe,
	.map-col .fl-col-content,
	.map-col,
	.map-col .fl-module-content,
	.map-col .fl-html,
	.map-col iframe {
		height: 100% !important;
	}
	
	.map-col iframe {
		padding-bottom: 69px;
	}
	
	.icon-tiles .fl-col-group-nested {
		gap: 2rem;
  	flex-direction: row;
	}

	.icon-tiles .fl-col-group:nth-child(2) .fl-col, 
	.icon-tiles .fl-col-group:last-child .fl-col
	{
		width: calc((100% / 3) - 4rem);
	}
	
	.icon-tiles-25 .fl-col-group:nth-child(2) .fl-col, 
	.icon-tiles-25 .fl-col-group:last-child .fl-col
	{
		width: calc((100% / 4) - 6rem) !important;
	}

	.icon-tiles .fl-col-group:nth-child(2) {
		margin-bottom: 2rem;
	}
}