/*Side by Side block*/

.g-sidebyside {
	display: flex;
	align-content: center;
	flex-direction: column;
}

.g-sidebyside.full-width-container-width .block-size {
	width: 100% !important;
}

.g-sidebyside .block-margin-padding {
	position: relative;
}

.g-sidebyside .block-margin-padding .g-background-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 1;
}
.g-sidebyside .g-sidebyside-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

/* container heading */
.g-sidebyside .g-sidebyside-container h2 {
/*	color: $link-hover;*/
/*	font-size: 3.5rem;*/
	font-weight: 800;
/*	font-family: $font-family-title;*/
	margin: 0;
	position: relative;
    text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

/* tablet-range: 48rem–59.938rem */
@media (min-width: 48rem) and (max-width: 59.938rem) {
	.g-sidebyside .g-sidebyside-container h2 {
/*		font-size: 2.3125rem;*/
		margin: 0;
	}
}

/* mobile-only: max-width 47.938rem */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-sidebyside-container h2 {
/*		font-size: 2.3125rem;*/
		margin: 0;
	}
}

.g-sidebyside .g-sidebyside-container h2::selection {
	color: #333;
	background: #fff;
}
.g-sidebyside .g-sidebyside-container h2 .gbp-section__tagline {
	margin-bottom: 0;
}

/* style 40-60 */
.g-sidebyside.g-sidebyside-style-40-60 .g-block-wrapper {
	display: grid;
	grid-template-columns: 40% 60%;
	position: relative;
	grid-auto-rows: 1fr;
}

/* no-desktop: max-width 59.938rem */
@media (max-width: 59.938rem) {
	.g-sidebyside.g-sidebyside-style-40-60 .g-block-wrapper {
		grid-template-columns: 100%;
		grid-auto-rows: auto;
	}
}

.g-sidebyside.g-sidebyside-style-40-60 .g-block-wrapper .g-block-container-left h2 {
	margin-bottom: 0;
}

/* main wrapper */
.g-sidebyside .g-block-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	grid-auto-rows: 1fr;
	max-width: 75rem;
}


/* no-desktop: max-width 59.938rem */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-block-wrapper {
		grid-template-columns: 100%;
		grid-auto-rows: auto;
		padding: 0px 5%;
	}
}

/* left and right containers */
.g-sidebyside .g-block-wrapper .g-block-container-left h2,
.g-sidebyside .g-block-wrapper .g-block-container-right h2 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 800;
}

/* no-desktop: max-width 59.938rem */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-left h2,
	.g-sidebyside .g-block-wrapper .g-block-container-right h2 {
	}
}

/* mobile-only: max-width 47.938rem */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-left h2,
	.g-sidebyside .g-block-wrapper .g-block-container-right h2 {
		
	}
}

/* content area */
.g-sidebyside .g-block-wrapper .g-block-container-left .g-sidebyside-content,
.g-sidebyside .g-block-wrapper .g-block-container-right .g-sidebyside-content {
}

/* no-desktop: max-width 59.938rem */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-left .g-sidebyside-content,
	.g-sidebyside .g-block-wrapper .g-block-container-right .g-sidebyside-content {
	}
}
.g-sidebyside .g-block-container-right h2, .g-sidebyside .g-block-container-left h2, .g-sidebyside .g-block-container-right h3, .g-sidebyside .g-block-container-left h3{
	margin-bottom: 0;
}

.g-sidebyside .g-sidebyside-content h2,
.g-sidebyside .g-sidebyside-content h3 {
/*	font-family: get-font-family($font-family-title);*/
	margin-top: 0;
	margin-bottom: 1rem;
	
}

/* no-desktop */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-sidebyside-content h2,
	.g-sidebyside .g-sidebyside-content h3 {
	}
}

/* mobile-only */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-sidebyside-content h2,
	.g-sidebyside .g-sidebyside-content h3 {
	}
}

.g-sidebyside .g-sidebyside-content p {
	margin-top: 0;
}

.g-sidebyside .g-sidebyside-content p:last-of-type {
	margin-bottom: 0;
}

.g-sidebyside .g-sidebyside-content .g-action-link {
	margin-top: 2rem;
}

/* sidebyside_grid link styling */
.g-sidebyside .g-sidebyside-content .sidebyside_grid a {
	background: transparent;
	color: #333 !important;
	margin: 0;
	letter-spacing: normal;
	text-transform: uppercase;
	font-size: 1.1875 rem;
/*	font-family: get-font-family($font-family-default);*/
	font-weight: bold !important;
	display: inline-block;
	border: none;
	padding: 0;
	text-align: left;
	border-radius: 0;
}

/* tablet-range */
@media (min-width: 48rem) and (max-width: 59.938rem) {
	.g-sidebyside .g-sidebyside-content .sidebyside_grid a {
		font-size: 1rem;
	}
}

/* mobile-only */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-sidebyside-content .sidebyside_grid a {
		font-size: 1rem;
	}
}

/* sidebyside_grid link states */
.g-sidebyside .g-sidebyside-content .sidebyside_grid a:focus {
	background: transparent;
	color: #333;
}

.g-sidebyside .g-sidebyside-content .sidebyside_grid a:hover {
	background: transparent;
	color: #333 !important;
	text-decoration: none !important;
}

.g-sidebyside .g-sidebyside-content .sidebyside_grid a::after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	margin-left: 0.6rem;
	position: relative;
	top: 1px;
	transition: margin-left 0.2s ease 0s;
	text-decoration: none;
	display: inline-block;
}

.g-sidebyside .g-sidebyside-content .sidebyside_grid a:hover::after {
	margin-left: 0.75rem;
	transition: margin-left 0.2s ease 0s;
	content: '\f178';
	font-family: 'Font Awesome 6 Pro';
	text-decoration: none;
	display: inline-block;
}

/* sidebyside_grid layout on mobile */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-sidebyside-content .sidebyside_grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* left container */
.g-sidebyside .g-block-wrapper .g-block-container-left {
	position: relative;
	flex-direction: column;
	padding: 0 4rem 0 1.5rem;
	display: flex;
	max-width: 1200px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	gap: 8px;
}

/* no-desktop */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-left {
/*		padding: 3rem 2rem;*/
		padding: 0 0 24px 0;
	}
}

/* mobile-only */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-left {
/*		padding: 3rem 1.563rem;*/
	}
}

.g-sidebyside .g-block-wrapper .g-block-container-left h2 {
	
}

.g-sidebyside .g-block-wrapper .g-block-container-left .g-action-link a {
	
}

/* right container */
.g-sidebyside .g-block-wrapper .g-block-container-right {
	position: relative;
	border-left: 2px solid var(--global-dusky-green, #004F46);
	gap: 8px;
	flex-direction: column;
	padding: 0 1.5rem 0 4rem;
	display: flex;
	max-width: 1200px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
}

/* no-desktop */
@media (max-width: 59.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-right {
/*		padding: 3rem 2rem;*/
		padding: 0 0 0 24px;
	}
}

/* mobile-only */
@media (max-width: 47.938rem) {
	.g-sidebyside .g-block-wrapper .g-block-container-right {
/*		padding: 3rem 1.563rem;*/
	}
}

.g-sidebyside .g-block-wrapper .g-block-container-right h2 {
	
}

.g-sidebyside .g-block-wrapper .g-block-container-right .g-action-link a {
	
}

/* dark theme */
.g-sidebyside.g-dark-theme .g-sidebyside-container > h2 {
	color: #fff;
}
