/******/
/*** GLOBAL ***/
/******/

nav a, li {
	text-decoration: none;
  	font-optical-sizing: auto;
}

nav ul, footer ul {
	padding-inline-start: 0;
	list-style-type: none;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav ul li {
	padding: 0 .5rem;
}

nav li a:hover, footer li a:hover {
	opacity: .6;
}

footer ul {
	padding-inline-start: 0!important;
}

footer ul li {
	padding-right: 0;
	margin-block-start: .0625rem;
}

#menu-footer-utility-menu li {
	padding: 0 .75rem;
}

#menu-footer-utility-menu li a {
	text-decoration: underline;
}

.socials-menu ul {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
  	justify-content: flex-start;
}

.copyright-utilities-container {
	border-top: .125rem solid var(--blue);
	margin-top: 2rem;
}

/* BUTTONS */

.button-container {
	padding: 2.25rem 0 .875rem 0;
	width: 100%;
}

.button-container-small {
	padding: .75rem 0;
	width: 100%;
}

a, a.button, .background-black .gform_footer input.gform_button, .gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], nav li a, footer li a, .steps .bx-pager-item a:before, .steps .bx-pager-item a:after {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

a.button {
	border-radius: 2rem;
	padding: .75rem 1.375rem .75rem 1.375rem;
	text-decoration: none;
	font-weight: 600;
}

a.text-link, p.text-link {
	text-decoration: none;
	font-weight: 600;
}

a.button:hover, nav a:hover, input[type=password]:hover, form.post-password-form input[type=submit]:hover, .gform_footer input.gform_button:hover, form.post-password-form input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity: .6!important;
}

a.button.tertiary:after, a.text-link:after, p.text-link:after {
	content: '›';
	margin-left: .5rem;
}

a.button.tertiary:after:hover {
	margin-left: .75rem;
}

/* GRAVITY FORMS */

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container textarea.textarea {
	padding: .75rem!important;
	font-size: 1.5rem!important;
	min-height: 3rem!important;
}

.section-comments form textarea, .section-comments form input {
	padding: .75rem;!important;
	font-size: 1.5rem!important;
	border: none;
}

.gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], .section-comments form input[type=submit] {
	font-size: 1.125rem!important;
	border-radius: .125rem!important;
	padding: .625rem!important;
}

.gform-theme--foundation .gfield textarea.medium, .section-comments form textarea {
	min-height: 15rem!important;
}

.section-comments form input:not(p.comment-form-cookies-consent input, .section-comments form input[type=submit]) {
	width: 100%;
}

.section-comments form textarea, .section-comments form input:not(p.comment-form-cookies-consent input) {
	max-width: calc(100% - 3rem);
	border-radius: .25rem;
}

.section-comments form label:not(p.comment-form-cookies-consent label, label.gform-field-label--type-inline) {
	width: 100%;
	float: left;
}

.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 0;
	margin-bottom: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FOOTER */

.footer-menu ul, .socials-menu ul {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: flex-start;
  	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-menu li {
	width: calc(50% - .75rem);
	margin-bottom: .75rem;
}

/* SECTIONS */

/* INTRO */

.intro .grid-container {
	overflow: clip;
}

/* LINKS BACKGROUND IMAGES */

.links-background-images .padding-equalize {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}

.links-background-images .grid-25 {
	flex: 1;
}

.links-background-images a {
	text-decoration: none;
	color: var(--white);
	padding: 0 .75rem;
	aspect-ratio: 1;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

.links-background-images a:hover {
	background: rgba(0, 0, 0, 0.5);
}

/* STEPS */

.steps .bx-wrapper {
	padding-top: 15rem;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.steps .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent!important;
	display: block;
	width: 100%;
	height: 4rem;
	max-width: 10rem;
	text-decoration: none;
}

.steps .bx-pager-item a:before, .steps .bx-pager-item a:after {
	font-size: 2rem;
	color: var(--black);
	width: 100%;
	min-height: 1.75rem;
	text-decoration: none;
	opacity: .6;
}

.steps .bx-pager-item a.active:before, .steps .bx-pager-item a.active:after {
	opacity: 1;
	color: var(--blue);
}

.steps .bx-pager-item a:after {
	font-size: .75rem;
	color: var(--black);
}

.steps .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: 0;
	background: transparent!important;
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	width: 100%;
	height: 4.5rem;
	align-items: flex-start;
	flex-wrap: wrap;
	line-height: 1.2;
}

.steps .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0;
	width: 100%;
	top: 8rem;
	max-height: 4.5rem;
}

/* TABS TESTIMONIALS */

.tabs .tab {
	gap: 1.5rem;
}

.tabs button {
	background-color: transparent;
	border: none;
}

.tabs button:hover {
	cursor: pointer;
}

.tabs button img {
	border-radius: 50%;
}

.tabs button.tablinks {
	opacity: .2;
}

/* TEXT IMAGE */

.text-image p img {
	max-width: 15rem;
}

/* VIDEO CAROUSEL */

.video-carousel .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent!important;
	min-width: 160rem;
}

.video-carousel .padding-equalize {
	overflow: clip;
}

.video-carousel .slide {
	padding: 0 1.5rem;
}

.video-carousel h3, .video-carousel p, .video h3, .video p {
	width: 100%;
}

.video h3, .video-carousel h3 {
	margin-top: 1.5rem;
}

@media screen and (min-width: 48rem) {
	
	/* LINKS BACKGROUND IMAGES */
	
	.links-background-images .grid-25 {
		margin: 0 .75rem;
		width: calc(25% - 1.5rem);
	}
	
	/* TEXT IMAGE */
	
	.text-image .padding-equalize.background-white .image, .padding-equalize.background-white {
		padding-right: 0!important;
	}
	
	.text-image .padding-equalize.flex-direction-row-reverse .image, .padding-equalize.flex-direction-row-reverse {
		padding-right: 1.5rem!important;
		padding-left: 0!important;
	}
	
}

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

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

@media screen and (max-width: 63.9375rem) {

}

@media screen and (max-width: 47.9375rem) {
	
	/* INTRO */
	
	.intro .text {
		margin-bottom: 3rem;
	}
	
	/* STEPS */
	
	.steps .bx-pager-item a:after {
		display: none;
	}
	
	.steps .bx-wrapper {
		padding-top: 3rem;
	}

	.steps .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		top: 0;
	}
	
	/* TABS TESTIMONIALS */

	.tabs .tab {
		gap: .25rem;
	}
	
	.tabcontent blockquote {
		margin-inline-start: 0;
		margin-inline-end: 0;
	}
	
}
