/******/
/*** SECTIONS ***/
/******/

/* NAV */

.navigation__logo img {
	border-radius: 0;
	max-width: 13rem;
}

.global-nav .background-white {
	border-bottom-left-radius: .625rem;
	border-bottom-right-radius: .625rem;
}

/* FOOTER */

footer img {
	border-radius: 0;
	max-width: 28rem;
}

footer a {
	font-size: 1rem;
}

footer .title {
	text-transform: uppercase;
	color: var(--mid-blue);
	font-size: .875rem;
}

.footer-utilities p {
	margin-block-start: .25rem;
}

/* BACKGROUND IMAGE PLATFORM SELECTOR */

.background-image-platform-selector {
	min-height: 70vh;
}

.background-image-platform-selector h2.h3 {
	color: var(--color-lemon);
}

.background-image-platform-selector .background-gradient {
	height: 100%;
	mix-blend-mode: multiply;
	background: linear-gradient(90deg,rgba(57, 93, 161, 0) 0%, rgba(21, 34, 59, 1) 100%);
}

.background-image-platform-selector .grid-container-full {
	background-size: cover;
	background-position: center;
}

.background-image-platform-selector:hover li a {
	opacity: .2;
}

.background-image-platform-selector li a:hover {
	opacity: 1;
}

/* BLOG */

.share-button-wrapper img {
	width: 1.5rem;
}

.featured-article .grid-parent {
	border-bottom-right-radius: .625rem;
	border-bottom-left-radius: .625rem;
}

.featured-article h2 a {
	text-decoration: none;
}

/* COLUMNS */

.column {
	margin-bottom: 1.5rem;
}

.column h3.grid-100 img {
	max-width: 3rem;
}

.border-box {
	border-radius: .625rem;
	padding: 1.5rem;
}

/* FADING STICKY SIDEBAR */

.step-rule {
	width: .125rem;
	height: 100%;
}

.how-it-works .number:last-child .step-rule {
	opacity: 0!important;
}

/* FAQs */

.accordion {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
	gap: 1rem;
}

.accordion .a-container .a-panel {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	height: auto;
	max-height: 0;
	overflow: hidden;
	padding: 0 .625rem;
}

.accordion .a-container {
	border-radius: .625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.accordion p.a-btn {
	padding: .75rem 0 0.625rem 0 !important;
}

p.a-btn:hover {
	cursor: pointer;
}

.accordion .a-container.active .a-panel {
	padding: 0.3125rem 0.625rem 0.875rem 0;
	opacity: 1;
	height: auto;
	max-height: 31.25rem;
	line-height: 1.6;
}

p.a-btn::after {
	border-style: solid;
	border-width: .125rem .125rem 0 0;
	content: " ";
	display: inline-block;
	float: right;
	height: .625rem;
	left: -.125rem;
	position: relative;
	right: 1.5em;
	top: .125rem;
	transform: rotate(135deg);
	transition: 0.3s ease-in-out;
	vertical-align: top;
	width: .625rem;
}

.a-container.active p.a-btn::after {
	transform: rotate(-45deg);
	transition: 0.2s ease-in-out;
}

/* IMAGE TICKER */

.infinite-scroll-container img {
	max-width: 13.25rem;
	padding: 0 1rem;
}

/* IMAGES */

.images img {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* INTRO EPIC */

.intro .grid-container {
	padding-top: 2rem;
}

.intro-epic h1 {
	margin-bottom: -2rem;
}

.intro-epic p {
	font-size: 120%;
}

.collage-ui {
	border-radius: .5rem;
	max-width: 27%;
}

.hero-image-center {
	max-width: 70%;
}

.ui-left {
	top: 26%;
	left: 16%;
}

.ui-right {
	right: 4%;
	bottom: 32%;
}

/* INSIGHTS */

.card-image {
	border-radius: .625rem;
	overflow: clip;
	aspect-ratio: 395 / 222;
}

/* SUCCESS STORIES */

.swiper-pagination {
	left: 1.25rem!important;
	width: 50%!important;
	text-align: left;
}

.arrows-container {
	width: 100%;
	text-align: right;
	float: right;
	gap: .75rem;
}

/* TESTIMONIALS */

.testimonials-swiper {
	overflow: hidden;
}

.testimonials-swiper p.large {
	max-width: 50rem;
}

.testimonials-stars {
	width: 7.25rem;
}

.profile-pic {
	max-width: 3.5rem;
}

.testimonial-logo {
	max-width: 7.5rem;
}

.background-lemon {
	width: .125rem;
	height: 3rem;
	background-color: var(--color-lemon);
}

.attribution {
	gap: 1rem;
}

.attribution p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* TEXT/IMAGE */

.text-image img.icon {
	margin-top: 1.5rem;
}

@media screen and (min-width: 48rem) {
	
}

@media screen and (max-width: 47.9375rem) {
	
	/* SECTIONS */
	
	/* ACCORDION */
	
	.accordion .a-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	/* BLOG */
	
	.blog-mobile-padding {
		padding-top: 2rem;
	}
	
	/* INTRO */
	
	.intro-epic h1 {
		margin-bottom: -.75rem;
	}
	
	.ui-left {
		top: 26%;
		left: 7%;
	}
	
	.hero-image-center {
		max-width: 85%;
	}
	
	.ui-right {
		right: 4%;
		bottom: 50%;
	}
	
	/* COLUMNS */
	
	.column.border-box {
		padding: 1rem;
	}
	
	/* IMAGES */

	.images img {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	
}
