@charset "utf-8";
/* Global styles CSS Document */
::-webkit-input-placeholder { color: #313131; }
::-moz-placeholder { color: #313131; opacity: 1; }
:-ms-input-placeholder { color: #313131; }
:-moz-placeholder { color: #313131; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: subpixel-antialiased; font-size: clamp(0.875rem, 0.6947rem + 0.5769vw, 1.25rem); }
a { text-decoration: none; }
a:not(.nav-link):not(.btn):not(.hrbr-btn) {
	&:hover,
	&:focus {
		text-decoration: underline;
	}
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { margin-top: 0; }
h1, .h1 {
	/* font-size: 5rem; */
	font-size: clamp(1.75rem, 0.7885rem + 3.0769vw, 3.75rem);
	font-weight: 700;
	margin-bottom: 1rem;
}
h2, .h2 {
	/* font-size: 3rem; */
	font-size: clamp(1.5rem, 0.7188rem + 2.5vw, 3.125rem);
	font-weight: 600;
	margin-bottom: 1rem;
}
h3, .h3 {
	/* font-size: 2.5rem; */
	font-size: clamp(1.25rem, 0.835rem + 1.328vw, 1.875rem);
	font-weight: 700;
	margin-bottom: .625rem;
}
h4, .h4 {
	/* font-size: 1.75rem; */
	font-size: clamp(1.125rem, 0.9447rem + 0.5769vw, 1.5rem);
	font-weight: 700;
	margin-bottom: .5rem;
}
h5, .h5 {
	/* font-size: 1.5rem; */
	font-size: clamp(1rem, 0.834rem + 0.5312vw, 1.25rem);
	font-weight: 700;
	margin-bottom: .5rem;
}
h6, .h6 {
	/* font-size: 1.25rem; */
	font-size: clamp(0.875rem, 0.626rem + 0.7968vw, 1.25rem);
	font-weight: 900;
	margin-bottom: .5rem;
}
.sans-serif {
	font-family: "Plus Jakarta Sans", sans-serif;
}
.serif {
	font-family: "Source Serif 4", serif;
	font-weight: 400;
}

.container-fluid { max-width: 1540px; }

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

/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
	margin: 0 0 20px 0;
}
p .alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 5px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
a img.alignnone {
	margin: 0 0 20px;
}
a img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	text-align: center;
	/*padding: 5px 0 10px;*/
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
	margin: 0 0 40px;
}
.wp-caption.alignleft {
	margin: 0 40px 40px 0;
}
.wp-caption.alignright {
	margin: 0 0 40px 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	border: 0 none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	font-size: 11px;
	padding: 0 0 5px;
	line-height: 17px;
}
.wp-caption-text {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 17px;
}

.widget {
	background-color: var(--bs-light);
	border-radius: var(--bs-border-radius);
	border: solid 1px #CFD0D0;
}
.widget > .inner {
	padding: 2.5rem;
}
.widget + .widget {
	margin-top: 3.5rem;
}
.widget-title {
	font-weight: 700;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: solid 1px #CFD0D0;
}
.widget-content {
	font-family: "Source Serif 4", serif;
	font-size: 1.25rem;
	color: #5E5D69;
}
.widget-content + .btn {
	margin-top: 2.5rem;
	min-width: 220px;
}

.pagination, .posts_per_page {
	border: none;
	border-radius: 0;
	list-style: none;
	display: flex;
	padding-left: 0;
	margin: 10px 0;
}
.pagination {
	justify-content: flex-start;
}
.posts_per_page {
	justify-content: flex-end;
}
.pagination > li, .posts_per_page > li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
}
.pagination > li.active, .posts_per_page > li.active {
	color: #191919;
	font-family:CircularBold;
	background-color: #FFF;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.pagination > li > a, .posts_per_page > li > a {
	color: inherit;
	text-decoration: none;
	padding: 6px 13px;
	display: block;
}
.pagination > li > a:hover, .posts_per_page > li > a:hover {
	text-decoration: underline;
}
.pagination > li:first-child, .posts_per_page > li:first-child {
	padding: 6px 13px;
}
.pagination .page-item {
	margin-bottom: -1px;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

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


.form-control {
	border-color: var(--bs-gray-800);
}
.input-group-text + .form-control {
	border-left: none;
	padding-left: 0;
}


.btn-lg.form-select {
	padding-right: 3rem;
}
.btn > .arrow,
a > .arrow {
	display: inline-block;
	margin-left: .9rem;
	transform: translateY(-2px);
}