/* This stylesheet is RENDER-BLOCKING */
/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
	font-size: 16px;
	--font-size-h1: 2.5rem;
	--font-size-h2: 2.25rem;
	--font-size-h3: 1.875rem;
	--font-size-h4: 1.5rem;
	--font-size-h5: 1.25rem;
	--font-size-h6: 1.125rem;
	--font-size-base: 1.125rem;
	--color-body-text: #222623;
	--color-primary: #136073;
	--color-secondary: #0d8ea4;
	--color-secondary-dark: #0b4f61;
	--color-alternate: #ecd213;
	--color-dark-blue: #097f93;
	--color-gray: #f0f6f7;
	--color-light-gray: #edf1f5;
	--color-white: #fff;
	--color-near-white: #f9fbfd;
	--color-black: #000;
	--color-border: #b2b2b2;
	--color-border-alt: #6da6b4;
	--color-near-black: #383c3f;
	--color-warning: #f10f0f;
	--font-family-body: "Plus Jakarta Sans", sans-serif;
	--font-family-icon: "Font Awesome 6 Pro";
	--font-family-heading: "Prata", sans-serif;
	--font-line-height: 1.67;
	--gutter-size: 20px;
	--width-normal: 1365px;
	--width-narrow: 1024px;
	--width-wide: 1599px;
	--height-header: 80px;
	--swiper-theme-color: var(--color-primary);
	--swiper-navigation-color: var(--color-alternate);
	--swiper-pagination-bullet-inactive-color: var(--color-body-text);
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bottom: -50px;
}

@media screen and (min-width: 768px) {
	:root {
		--font-size-h1: 2.5rem;
	}
}

@media screen and (min-width: 1025px) {
	:root {
		--height-header: 116px;
	}
}

@media screen and (min-width: 1441px) {
	:root {
		/* --width-normal: 1364px; */
	}
}

#container {
	position: relative;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

body {
	margin: 0;
	display: block !important;
	font-family: var(--font-family-body);
	font-size: var(--font-size-base);
	line-height: var(--font-line-height);
	color: var(--color-body-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus-visible {
	outline: auto;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Hidden elements */
.hide,
.show-in-pdf,
.show-for-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
	display: none !important;
}

/* CORE > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 20px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--color-primary);
	font-family: var(--font-family-heading), sans-serif;
}

h1,
.h1 {
	font-size: var(--font-size-h1);
}

h2,
.h2 {
	font-size: var(--font-size-h2);
}

h3,
.h3 {
	font-size: var(--font-size-h3);
}

h4,
.h4 {
	font-size: var(--font-size-h4);
}

h5,
.h5 {
	font-size: var(--font-size-h5);
}

h6,
.h6 {
	font-size: var(--font-size-h6);
}

h2 strong,
h3 strong {
	font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
	display: block;
	font-size: 50%;
	color: var(--color-secondary);
}

p {
	margin: 0 0 30px;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

/* CORE > Links and Buttons */
a {
	color: var(--color-secondary);
}

a:hover,
a:focus {
	color: var(--color-alternate);
	text-decoration: none;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
	color: var(--color-alternate);
}

a,
button,
.button,
.wp-element-button {
	text-decoration: none;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button,
.wp-element-button {
	margin: 0;
	padding: 24px 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-family-body);
	font-size: 0.813rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-white);
	border: 2px solid transparent;
	border-radius: 0;
	background-color: var(--color-secondary);
	cursor: pointer;
	letter-spacing: 4px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	color: var(--color-white);
	background-color: var(--color-primary);
}

button.alt-01,
.button.alt-01 {
	background-color: var(--color-primary);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	color: var(--color-white);
	background-color: var(--color-secondary);
}

button.alt-02,
.button.alt-02 {
	background-color: var(--color-alternate);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	color: var(--color-white);
	background-color: var(--color-primary);
}

button.outline,
.button.outline {
	color: var(--color-secondary);
	border-color: var(--color-secondary);
	background: none;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	color: var(--color-white);
	background: var(--color-secondary);
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	color: var(--color-alternate);
	border-color: var(--color-alternate);
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	color: var(--color-white);
	background: var(--color-alternate);
}

button.no-button,
.button.no-button {
	padding: 0;
	border: 0;
	text-transform: none;
	color: var(--color-secondary);
	background: none;
	font-size: var(--font-size-base);
	letter-spacing: 0.038rem;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: var(--color-alternate);
	text-decoration: none;
}

/* CORE > Page Structure */
main {
	padding: 60px 0;
	display: block;
	flex: 1;
	width: 100%;
	min-height: 450px;
	overflow: clip;
}

.no-banner main {
	padding-top: 180px;
}

.content.full-width {
	float: none;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content section:not(:last-of-type) {
	margin-bottom: 40px;
}

.columns,
.column {
	padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(var(--width-normal) + var(--gutter-size) * 2);
}

.row-narrow {
	max-width: calc(var(--width-narrow) + var(--gutter-size) * 2);
}

.row-wide {
	max-width: calc(var(--width-wide) + var(--gutter-size) * 2);
}

.row::after {
	clear: both;
}

.row:not(.main-inner)::before,
.row:not(.main-inner)::after {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.row.main-inner::before,
.row.main-inner::after {
	display: none;
}

.title-line {
	margin-bottom: 25px;
}

.title-line:after {
	width: 57px;
	height: 3px;
	content: "";
	display: block;
	margin-top: 20px;
	pointer-events: none;
	background-color: var(--color-alternate);
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 0;
	}

	.main-inner {
		display: flex;
	}

	.content {
		width: 69%;
		margin-bottom: 0;
		padding-right: 70px;
	}

	.content.is-alt {
		padding-right: var(--gutter-size);
		margin-bottom: 0;
	}

	.content.full-width {
		width: 100%;
		padding-right: var(--gutter-size);
	}

	.sidebar {
		width: 31%;
		padding-left: 0;
	}

	.sidebar.is-alt {
		padding-left: var(--gutter-size);
	}
}

@media screen and (min-width: 1025px) {
	.content {
		padding-right: 100px;
	}
}

/* CORE > Priority Utility Classes */
.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-min-height {
	min-height: 0;
}

img.alignright {
	margin: 0 0 30px 30px;
	float: right;
}

img.alignleft {
	margin: 0 30px 30px 0;
	float: left;
}

img.responsive-img,
.responsive-img img {
	max-width: 100%;
	height: auto;
}

.position-static,
.static {
	position: static !important;
}

.position-relative,
.relative {
	position: relative !important;
}

.position-absolute,
.absolute {
	position: absolute;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.no-background {
	background: none !important;
}

.animate-in-view,
.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.uppercase {
	text-transform: uppercase;
}

.small-text {
	font-size: 0.9rem;
}

.larger-text {
	font-size: 1.2rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.bold,
.font-bold {
	font-weight: 700;
}

.font-extra-bold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

/*******************************************************************************************
HEADER
*******************************************************************************************/
.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: all 300ms ease-in-out;
}

.header-search {
	opacity: 0;
}

body.scrolled .header {
	background-color: var(--color-white);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header > .row {
	height: 100%;
	max-width: 1920px;
}

.header-desktop {
	display: none;
}

.header-logo {
	max-width: 260px;
	line-height: 1;
	display: block;
	transition: opacity 200ms ease-out;
}

.header-logo:focus,
.header-logo:hover {
	opacity: 0.86;
}

.header-logo img {
	width: 100%;
	display: block;
}

.header-mobile-inner {
	display: flex;
	align-items: center;
	height: var(--height-header);
	padding: 0 var(--gutter-size);
}

.header-mobile-right {
	display: flex;
	margin-left: 2%;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
}

.mobile-menu-toggle,
.header-mobile-phone {
	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 40px;
	min-width: 40px;
	letter-spacing: 0;
	height: 40px;
	color: var(--color-primary);
	text-align: center;
	margin-left: 10px;
	background: var(--color-white);
	border: 2px solid var(--color-primary);
}

.header-mobile-phone {
	border-color: var(--color-secondary);
	color: var(--color-secondary);
}

.header-right {
	display: none;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-self: flex-end;
}

.header-right-phone {
	display: none;
	font-size: 0.938rem;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--color-primary);
}

.header-right-phone a {
	color: inherit;
}

.header-right-phone a:hover,
.header-right-phone a:focus {
	color: var(--color-secondary);
}

.header-right-top {
	display: flex;
	line-height: 1.2;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}

.header-phone {
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--color-primary);
	margin-left: 10px;
	display: inline-block;
}

.header-right-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.mega-menu {
	display: none;
}

.header-mobile-button {
	width: 100%;
	height: 40px;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	align-items: center;
	letter-spacing: 0.04em;
	justify-content: center;
	background: var(--color-primary);
	color: var(--color-white);
}

.header-mobile-button .header-phone {
	display: none;
}

.header-right a {
	text-decoration: none;
}

.header-espanol {
	font-size: 0.813rem;
	font-weight: 300;
	color: var(--color-secondary-dark);
	display: none;
}

@media screen and (min-width: 768px) {
	.header-mobile-button {
		display: none;
	}

	.header-mobile-phone {
		display: none;
	}

	.header-mobile-inner {
		display: flex;
	}

	.header-inner {
		padding: 0 var(--gutter-size);
		display: flex;
		align-items: center;
		position: relative;
		justify-content: space-between;
		height: var(--height-header);
	}

	.header-right-phone {
		display: flex;
	}
}

@media screen and (min-width: 1025px) {
	.header-right-links {
		display: inline-flex;
		align-items: center;
		margin: 0;
		font-size: 0.813rem;
		z-index: 1;
	}

	.header-right-links .menu-item-has-children:after {
		font-family: var(--font-family-icon);
		font-size: 0.875rem;
		text-align: center;
		color: var(--color-secondary-dark);
		content: "\f0d7";
		font-weight: 700;
		margin-left: 5px;
	}

	.header-right-links a {
		color: var(--color-secondary-dark);
		font-size: 0.813rem;
	}

	.header-right-links a:hover,
	.header-right-links a:focus {
		color: var(--color-secondary);
	}

	.header-right-links > li {
		position: relative;
		margin-right: 10px;
	}

	.header-right-links > li,
	.header-espanol {
		margin-right: 8px;
	}

	.header-right-links ul {
		display: none;
		position: absolute;
		top: 100%;
		margin: 0;
		white-space: nowrap;
	}

	.header-right-phone {
		font-size: 0.813rem;
		align-items: center;
	}

	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}

	.header-logo {
		padding: 0;
		max-width: 300px;
	}

	.header-right {
		display: flex;
		flex: 1;
	}
}

@media screen and (min-width: 1140px) {
	.header-espanol {
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	.header-right-phone {
		font-size: 1.063rem;
	}

	.header-logo {
		width: auto;
		max-width: none;
	}
}

@media screen and (min-width: 1441px) {
	.header-right-phone {
		font-size: 1.25rem;
	}

	.header-espanol {
		font-size: 0.938rem;
	}

	.header-right-links a {
		font-size: 0.938rem;
	}

	.header-espanol,
	.header-right-links > li {
		margin-right: 18px;
	}

	.header-right-links {
		font-size: 1rem;
	}
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.main-navigation-menu li {
	position: relative;
	padding: 0;
}

.main-navigation-menu > li {
	display: flex;
	align-items: center;
}

.main-navigation-menu > li:after {
	width: 1px;
	content: "";
	height: 12px;
	margin: 0 13px;
	display: block;
	background: var(--color-border);
}

.main-navigation-menu > li:last-child:after {
	display: none;
}

.main-navigation-menu > li {
	padding: 0;
}

.main-navigation-menu > li:last-of-type > a {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	margin: 0;
	white-space: nowrap;
}

.header-right-links li.active > ul,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
	color: var(--color-secondary);
	text-decoration: none;
}

.main-navigation-menu > li > a {
	position: relative;
	display: block;
	height: 100%;
	color: var(--color-primary);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 1;
	font-weight: 700;
	font-size: 0.875rem;
}

@media screen and (min-width: 1025px) {
	.main-navigation-menu > li {
		padding: 0 0 10px;
	}
}

@media screen and (min-width: 1441px) {
	.main-navigation-menu > li:after {
		margin: 0 16px;
	}

	.main-navigation-menu > li > a {
		letter-spacing: 0.08em;
		font-size: 1.063rem;
	}
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu {
	padding: 10px 0;
	background: #fff;
}

#desktop-navigation .sub-menu li,
.mega-menu li {
	width: 100%;
}

#desktop-navigation .sub-menu li {
	position: relative;
	cursor: pointer;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
	color: var(--color-primary);
	font-size: 0.938rem;
	font-weight: 700;
	display: block;
	padding: 8px 20px;
	line-height: 1;
	transition: all 0.3s;
	text-decoration: none;
	background: var(--color-white);
}

.mega-menu li.active a,
#desktop-navigation .sub-menu li.active a {
	color: var(--color-white);
	background: var(--color-primary);
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}

.menu-item-1857.active > .sub-menu {
	right: 0;
}

/* MENUS > Header Right Links Dropdowns */
.header-right-links ul {
	padding: 10px 0;
	background: #fff;
}

.header-right-links ul li {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.header-right-links li.menu-item-has-children ul li {
	display: flex;
	align-items: center;
}

.header-right-links li.menu-item-has-children ul li .sub-menu {
	left: 100%;
	top: 0;
	padding: 0;
}

.header-right-links li.menu-item-has-children li.menu-item-has-children:after {
	position: absolute;
	right: 3px;
	top: 8px;
	content: "\f0da";
	display: none;
}

.header-right-links li.menu-item-has-children li a {
	width: 100%;
	display: block;
}

.header-right-links ul li a {
	color: var(--color-primary);
	font-size: 0.938rem;
	font-weight: 700;
	display: block;
	padding: 8px 20px;
	line-height: 1;
	transition: all 0.3s;
	text-decoration: none;
	background: var(--color-white);
}

.header-right-links ul li.active a {
	color: var(--color-white);
	background: var(--color-primary);
}

.header-right-links ul li a:hover,
.header-right-links ul li a:focus {
	color: var(--color-white);
	background: var(--color-secondary);
}

/* MENUS > Mobile Menu */
#mobile-navigation {
	display: none;
}

/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/
.banner {
	position: relative;
	height: 270px;
	background-position-x: right;
}

.banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	z-index: 1;
	pointer-events: none;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.banner-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: clip;
}

.banner-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform-origin: center;
	animation: zoomOutBg 10s ease-out forwards;
}

.banner-image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	z-index: 1;
	pointer-events: none;
}

.banner-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	float: none;
	height: 100%;
	padding-top: 110px;
}

.banner-title {
	margin-bottom: 0;
	font-family: var(--font-family-heading), sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
	text-align: center;
	color: var(--color-primary);
	line-height: 1.1;
}

@keyframes zoomOutBg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 3.4rem;
	}
}

@media screen and (max-width: 1024px) {
	.banner-title.long-title {
		font-size: 2.2rem;
	}

	.banner-title.extra-long-title {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 448px;
		background-position-y: 100%;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.banner:before {
		height: 50%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}

	.single-attorneys .banner:before {
		height: 100%;
	}

	.banner-title {
		font-size: 4.375rem;
	}
	.banner-title.long-title {
		font-size: 3.9rem;
	}
}

@media screen and (min-width: 1410px) {
	.banner {
		height: 500px;
	}
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
	background: none;
}

.swiper {
	visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	background: none !important;
	padding: 0;
}
