
/*
	Theme Name: Link Right Media
	Theme URI: https://www.linkrightmedia.com
	Author: Link Right Media
	Author URI: https://www.linkrightmedia.com
	Description: A lightweight, high speed, mobile responsive, SEO friendly WordPress theme.
	Version: 1.5
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: lrm
*/
@charset "UTF-8";

.entry-content:after, .entry-content:before, .site-footer:after, .site-footer:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content:after, .site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.updated:not(.published) {
	display: none;
}

.byline {
	display: inline;
}

.entry-content, .entry-summary, .page-content {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

object {
	max-width: 100%;
}

.gallery {
	margin-bottom: 1.5em;
}

/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul {
	padding-left: 2rem;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul ul {
	margin-bottom: 0;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

img, svg {
	vertical-align: middle;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

[type=button], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

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

.container, .container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.col-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

@media (min-width:576px) {
	.col-sm-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width:768px) {
	.col-md-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width:992px) {
	.col-lg-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.5em;
	margin: 0;
}

.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}

.form-control:-ms-input-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}

.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

.btn {
	--bs-btn-padding-x: .75rem;
	--bs-btn-padding-y: .375rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--bs-btn-disabled-opacity: .65;
	--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.active, .btn.show, .btn:first-child:active {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

.btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: .5rem;
	--bs-dropdown-spacer: .125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: .5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #0d6efd;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: .25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: .5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:focus, .dropdown-item:hover {
	color: var(--bs-dropdown-link-hover-color);
	background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: .875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:focus, .nav-link:hover {
	color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-link.disabled, .nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: .5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: .3125rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: .5rem;
	--bs-navbar-toggler-padding-y: .25rem;
	--bs-navbar-toggler-padding-x: .75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%2833, 37, 41, 0.75%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
	--bs-navbar-toggler-border-radius: var(--bs-border-radius);
	--bs-navbar-toggler-focus-width: .25rem;
	--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar>.container, .navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: .5rem;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: .5rem;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - ( var(--bs-border-width) ));
	--bs-card-cap-padding-y: .5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: .75rem;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-img-top {
	width: 100%;
}

.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: .5;
}

.placeholder.btn::before {
	display: inline-block;
	content: "";
}

@keyframes placeholder-glow {
	50% {
		opacity: .2;
	}
}

@keyframes placeholder-wave {
	100% {
		mask-position: -200% 0;
	}
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.border-0 {
	border: 0 !important;
}

.h-100 {
	height: 100% !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

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

.p-4 {
	padding: 1.5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.text-start {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

/*!
   * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container, .container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.col-6 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

@media (min-width:576px) {
	.col-sm-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width:768px) {
	.col-md-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width:992px) {
	.col-lg-2 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

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

.p-4 {
	padding: 1.5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

/*!
   * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul {
	padding-left: 2rem;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul ul {
	margin-bottom: 0;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

img, svg {
	vertical-align: middle;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important;
}

[type=button], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

/*!
   * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: .375rem;
	--bs-border-radius-sm: .25rem;
	--bs-border-radius-lg: .5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: .25rem;
	--bs-focus-ring-opacity: .25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.border-0 {
	border: 0 !important;
}

.h-100 {
	height: 100% !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

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

.p-4 {
	padding: 1.5rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.text-start {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-solid {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-solid {
	font-family: "Font Awesome 6 Free";
}

.fa-brands {
	font-family: "Font Awesome 6 Brands";
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	24%, 8% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	100%, 40% {
		transform: rotate(0);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-pen-ruler::before {
	content: "";
}

.fa-star::before {
	content: "";
}

.fa-user-tie::before {
	content: "";
}

.fa-map-marker::before {
	content: "";
}

.fa-circle::before {
	content: "";
}

.fa-phone-alt::before {
	content: "";
}

.fa-envelope::before {
	content: "";
}

.fa-location-dot::before {
	content: "";
}

.fa-search::before {
	content: "";
}

.fa-quote-left::before {
	content: "";
}

.fa-rss::before {
	content: "";
}

.fa-thumbs-up::before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

html {
	height: 100%;
	margin: 0 !important;
}

html body {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: verdana, sans-serif;
	font-weight: 400;
}

html body .h1, html body .h2, html body .h3, html body .h4, html body .h5, html body .h6, html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
	font-family: georgia, serif;
	line-height: 1.2;
	letter-spacing: 1.1px;
	font-weight: 700;
}

html body .h1 a, html body .h1 span, html body .h2 a, html body .h2 span, html body .h3 a, html body .h3 span, html body .h4 a, html body .h4 span, html body .h5 a, html body .h5 span, html body .h6 a, html body .h6 span, html body h1 a, html body h1 span, html body h2 a, html body h2 span, html body h3 a, html body h3 span, html body h4 a, html body h4 span, html body h5 a, html body h5 span, html body h6 a, html body h6 span {
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
}

html body .h2, html body h2 {
	font-size: 34px;
}

@media (min-width:768px) {
	html body .h2, html body h2 {
		font-size: 44px;
	}
}

html body a, html body b, html body p, html body span, html body strong, html body ul li {
	font-family: verdana, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
	color: #000;
}

html body b, html body strong {
	font-family: verdana, sans-serif;
	font-weight: 700;
}

html body a {
	text-decoration: none;
	color: #73b200;
	transition: all .2s ease-in-out;
}

html body a:link {
	text-decoration: none;
}

html body a:hover {
	color: #027f38;
}

@media (min-width:768px) {
	html body .container-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

html body .widget {
	margin: 0;
}

html body .widget ul {
	list-style-type: none;
	padding-left: 0;
}

html body #content {
	padding-bottom: 40px;
}

html body #main.page-404 .h1, html body #main.page-404 h1 {
	margin: 0;
}

html body #main.page-404 p {
	margin: 15px 0 20px;
}

html body #main .entry-header {
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
}

html body #main .entry-content {
	margin-top: 0;
}

html body #main .entry-content .h2, html body #main .entry-content h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

@media (min-width:768px) {
	html body #main .entry-content .h2, html body #main .entry-content h2 {
		font-size: 24px;
	}
}

@media (min-width:992px) {
	html body #main .entry-content .h2, html body #main .entry-content h2 {
		font-size: 27px;
	}
}

html body #main .entry-content .h3, html body #main .entry-content h3 {
	font-size: 18px;
	margin: 25px 0 10px;
}

@media (min-width:768px) {
	html body #main .entry-content .h3, html body #main .entry-content h3 {
		font-size: 20px;
	}
}

@media (min-width:992px) {
	html body #main .entry-content .h3, html body #main .entry-content h3 {
		font-size: 23px;
	}
}

html body #main .entry-content .h4, html body #main .entry-content h4 {
	font-size: 16px;
	margin: 20px 0 8px;
}

@media (min-width:768px) {
	html body #main .entry-content .h4, html body #main .entry-content h4 {
		font-size: 18px;
	}
}

@media (min-width:992px) {
	html body #main .entry-content .h4, html body #main .entry-content h4 {
		font-size: 21px;
	}
}

html body #main .entry-content .h5, html body #main .entry-content h5 {
	font-size: 14px;
	margin: 15px 0 5px;
}

@media (min-width:768px) {
	html body #main .entry-content .h5, html body #main .entry-content h5 {
		font-size: 16px;
	}
}

@media (min-width:992px) {
	html body #main .entry-content .h5, html body #main .entry-content h5 {
		font-size: 18px;
	}
}

html body #main .entry-content .h6, html body #main .entry-content h6 {
	font-size: 13px;
	margin: 10px 0 5px;
}

@media (min-width:768px) {
	html body #main .entry-content .h6, html body #main .entry-content h6 {
		font-size: 15px;
	}
}

@media (min-width:992px) {
	html body #main .entry-content .h6, html body #main .entry-content h6 {
		font-size: 16px;
	}
}

html body #main .entry-content p {
	margin: 0 0 25px;
}

@media (max-width:576px) {
	html body #main .entry-content .wp-block-image .aligncenter, html body #main .entry-content .wp-block-image .alignleft, html body #main .entry-content .wp-block-image .alignright {
		margin: 0;
		width: 100%;
	}
}

html body #main .entry-content img {
	padding: 5px;
	margin: 5px auto 10px;
}

@media (min-width:768px) {
	html body #main .entry-content img {
		width: initial;
	}
	
	html body #main .entry-content img.aligncenter {
		margin: 20px auto;
	}
	
	html body #main .entry-content img.alignleft {
		float: left;
		margin-right: 15px;
	}
	
	html body #main .entry-content img.alignright {
		float: right;
		margin-left: 15px;
	}
}

html body #main .entry-content img.featured-image {
	margin-top: 0;
}

.breadcrumbs {
	padding: 8px 0;
	margin-bottom: 15px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	color: #000;
	font-size: 15px;
}

.breadcrumbs a {
	color: #73b200;
	text-decoration: none;
	font-size: 15px;
}

.breadcrumbs a:hover {
	color: #000;
}

header.banner-header {
	padding: 275px 0 150px 0;
	margin-bottom: 40px;
	text-align: center;
	background-color: #000;
	background-size: cover;
	background-position: center;
}

header.banner-header .banner-title.h1, header.banner-header .banner-title.h1 span, header.banner-header h1.banner-title, header.banner-header h1.banner-title span {
	font-size: 26px;
	margin: 0;
	color: #fff;
}

@media (min-width:768px) {
	header.banner-header .banner-title.h1, header.banner-header .banner-title.h1 span, header.banner-header h1.banner-title, header.banner-header h1.banner-title span {
		font-size: 30px;
	}
}

@media (min-width:992px) {
	header.banner-header .banner-title.h1, header.banner-header .banner-title.h1 span, header.banner-header h1.banner-title, header.banner-header h1.banner-title span {
		font-size: 34px;
	}
}

header.banner-header .banner-title.h1 span, header.banner-header h1.banner-title span {
	font-family: verdana, sans-serif;
	font-style: italic;
}

header.banner-header .entry-meta {
	margin-top: 7px;
}

header.banner-header .entry-meta span {
	font-size: 14px;
	color: #fff;
}

header.banner-header .entry-meta span.posted-on {
	font-weight: 700;
}

header.banner-header .entry-meta span.author {
	font-style: italic;
}

header.banner-header .entry-meta span a {
	color: #fff;
	font-size: 14px;
}

header.banner-header .entry-meta span a:hover {
	color: #027f38;
}

a.btn-1 {
	display: inline-block;
	padding: 10px 25px;
	margin: 15px auto;
	background-color: #027f38;
	text-decoration: none !important;
	font-size: 16px;
	border-radius: 20px;
	color: #fff !important;
}

a.btn-1:hover {
	background-color: #0e5c2f;
	color: #fff;
}

.search-form {
	font-size: 16px;
}

.search-form label input {
	border: 2px solid #73b200;
	padding: 3px 6px;
}

.search-form .search-submit {
	background: #73b200;
	color: #fff;
	border: none;
	padding: 5px 12px;
}

.search-form .search-submit:hover {
	opacity: .8;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	transition: all ease-in-out .2s;
}

@media (min-width:768px) {
	.mobile-only {
		display: none;
	}
}

.rounded-image img {
	border-radius: 40px;
}

.orange a {
	color: #fd7e14;
}

.blue a {
	color: #027f38;
}

.green a {
	color: #73b200;
}

.red a {
	color: #1f485b;
}

.row-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width:768px) {
	.row-reverse {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.form {
	margin: 0 auto 50px auto;
}

@media (min-width:992px) {
	.form {
		width: 60%;
	}
}

.custom-card {
	border-radius: 25px;
}

header#masthead {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

header#masthead .action-bar {
	background-color: #027f38;
}

header#masthead .action-bar .btn-1 {
	margin: 5px 0;
}

header#masthead .action-bar ul.social-list {
	list-style: none;
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

header#masthead .action-bar ul.social-list li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px;
}

header#masthead .action-bar ul.social-list li a {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

header#masthead .action-bar ul.social-list li a i {
	vertical-align: middle;
	padding-top: 10px;
}

header#masthead .action-bar ul.social-list li a:hover {
	color: #fff;
}

header#masthead .action-bar ul.social-list .fa-stack {
	color: transparent;
}

header#masthead .header-logo {
	text-align: center;
}

header#masthead .header-logo .site-title {
	margin-bottom: 0;
	text-align: left;
}

header#masthead .header-logo .site-title img {
	width: 100%;
	max-width: 150px;
}

@media (min-width:992px) {
	header#masthead .header-logo .site-title img {
		margin-bottom: 0;
	}
}

@media only screen and (min-width:375px) {
	header#masthead .call-btn {
		padding: 10px 8px;
	}
}

@media only screen and (max-width:375px) {
	header#masthead .call-btn {
		padding: 10px 2px;
	}
}

header#masthead .header-nav {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

@media (min-width:992px) {
	header#masthead .header-nav {
		text-align: center;
	}
}

@media (max-width:763px) {
	header#masthead .header-nav .col-sm-12 {
		width: 50%;
		max-width: 50%;
	}
}

header#masthead .header-nav .header-info {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	color: #73b200;
	font-family: verdana, sans-serif;
	font-weight: 900;
}

@media (min-width:992px) {
	header#masthead .header-nav .header-info {
		font-size: 24px;
	}
}

@media (min-width:1200px) {
	header#masthead .header-nav .header-info {
		font-size: 26px;
	}
}

header#masthead .header-nav .header-info i {
	vertical-align: middle;
	margin-left: 10px;
	font-size: inherit;
	color: inherit;
}

header#masthead .header-nav .header-info a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

header#masthead .header-nav .header-info a:hover {
	color: #1f485b;
}

header#masthead .header-nav .search {
	display: none;
	position: absolute;
	top: 240px;
	right: 0;
	background: #fff;
	padding: 10px;
	-ms-flex-align: center;
	align-items: center;
	width: 200%;
	border-radius: 20px;
	z-index: 2;
}

@media (min-width:992px) {
	header#masthead .header-nav .search {
		top: 80px;
		width: 100%;
	}
}

header#masthead .header-nav .search .search-field {
	width: 100%;
	margin: 20px;
}

@media (min-width:768px) {
	header#masthead .header-nav .search .search-field {
		width: 58%;
	}
}

@media (min-width:1200px) {
	header#masthead .header-nav .search .search-field {
		width: 100%;
	}
}

header#masthead .header-nav .search .search-btn {
	display: inline-block;
	padding: 5px 11px 5px 25px;
	background: #027f38;
	text-decoration: none !important;
	border: none;
	border-radius: 50rem;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

@media (min-width:1200px) {
	header#masthead .header-nav .search .search-btn {
		width: 40%;
	}
}

@media (min-width:1400px) {
	header#masthead .header-nav .search .search-btn {
		width: 30%;
	}
}

header#masthead .header-nav .search .search-btn:hover {
	background: #0e5c2f;
	color: #fff;
}

header#masthead .header-nav .search .search-btn svg {
	background-color: #fff;
	padding: 13px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	fill: #027f38;
}

header#masthead .header-nav .search-open {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width:768px) {
	header#masthead .header-nav .search-open {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

header#masthead .header-nav .col-lg-7 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width:992px) {
	header#masthead .header-nav .col-lg-7 {
		display: block;
	}
}

header#masthead .header-nav nav.navbar {
	padding-right: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(225, 225, 225, .3);
}

header#masthead .header-nav nav.navbar .mobile-menu-close {
	position: fixed;
	top: 0;
	z-index: 3;
	transition: all .3s ease-in-out;
	font-size: 30px;
	color: #fff;
	right: -100%;
	width: 100%;
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
}

@media (min-width:992px) {
	header#masthead .header-nav nav.navbar .mobile-menu-close {
		display: none;
	}
}

header#masthead .header-nav nav.navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgb(0,0,0)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E");
}

header#masthead .header-nav nav.navbar .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

header#masthead .header-nav nav.navbar .navbar-toggler {
	border-color: #000;
	margin: 10px;
}

@media (min-width:768px) {
	header#masthead .header-nav nav.navbar .navbar-toggler {
		display: block;
	}
}

@media (min-width:992px) {
	header#masthead .header-nav nav.navbar .navbar-toggler {
		display: none;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse {
	padding-right: 0;
	transition: all .3s ease-in-out;
	text-align: left;
}

@media (max-width:991px) {
	header#masthead .header-nav nav.navbar .navbar-collapse {
		position: fixed;
		padding-left: 30px;
		background: #027f38;
		top: 0;
		right: -100%;
		height: 2000px;
		width: 100%;
		padding-top: 58px;
		z-index: 2;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav {
	width: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (min-width:992px) {
	header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li a {
	font-size: 20px;
	font-weight: 550;
	padding: 5px;
	color: #fff;
}

@media (min-width:992px) {
	header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li a {
		font-size: 15px;
		padding: 10px;
	}
}

@media (min-width:1200px) {
	header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li a {
		font-size: 16px;
		padding: 10px 2px;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
	color: #73b200;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li.active>a {
	color: #73b200;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul {
	background-color: #e1e1e1;
	border: none;
	border-radius: 25px;
	width: 100%;
	position: relative;
}

@media (min-width:768px) {
	header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul {
		position: absolute;
		width: initial;
		padding: 0;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul li {
	border-bottom: 1px solid #73b200;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul li:last-child {
	border-bottom: none;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul li a {
	color: #73b200;
	font-size: 16px;
	padding: 8px 10px;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul li a:hover {
	background: #027f38;
	color: #fff;
	border-radius: 25px;
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul ul {
	width: 100%;
	position: relative;
	margin-top: 0;
}

@media (min-width:768px) {
	header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul ul {
		position: absolute;
		width: initial;
		left: 100%;
		top: -1px;
	}
}

header#masthead .header-nav nav.navbar .navbar-collapse ul.navbar-nav li ul ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.opened {
	right: 0 !important;
}

#footer-form {
	background-color: #027f38;
}

#footer-form .form-title p {
	color: #fff;
	background-color: #087539;
	font-size: 14px;
	padding: 4px 10px;
}

#footer-form .h2, #footer-form h2 {
	font-size: 47px;
	line-height: normal;
	color: #fff;
}

#footer-form .my-form {
	padding-left: 35px;
}

#footer-form img {
	border-radius: 25px;
}

#footer-reviews {
	padding: 80px;
}

#footer-contact {
	background-size: 100%;
	background-color: #fff;
	padding: 44px 0 80px 0;
	text-align: center;
}

@media (min-width:768px) {
	#footer-contact {
		background-size: 70%;
	}
}

#footer-contact .h2, #footer-contact h2, #footer-contact p {
	color: #000;
	font-size: 15px;
}

#footer-contact a {
	color: #000;
	font-size: 15px;
}

#footer-contact .navbar {
	margin-top: 50px;
}

#footer-contact #navbarNav {
	-ms-flex-pack: center;
	justify-content: center;
}

#footer-contact .nav-link {
	color: #fff;
}

#footer-contact .nav-link:hover {
	color: #73b200;
}

#footer-contact .navbar-nav ul {
	background: #000;
	border: none;
	border-radius: 0;
}

@media (min-width:768px) {
	#footer-contact .navbar-nav ul {
		position: absolute;
		width: initial;
		padding: 0;
	}
}

#footer-contact .navbar-nav ul li {
	border-bottom: 1px solid #73b200;
}

#footer-contact .navbar-nav ul li:last-child {
	border-bottom: none;
}

#footer-contact .navbar-nav ul li a {
	color: #73b200;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer-contact .navbar-nav ul li a:hover {
	background: #1f485b;
	color: #fff;
}

#footer-contact .social-list {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	padding: 5px 0;
	margin-bottom: 0;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width:768px) {
	#footer-contact .social-list {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

#footer-contact .social-list li {
	padding: 0 2px;
}

#footer-contact .social-list a:hover .fa-circle {
	color: #000;
}

#footer-contact .social-list a:hover .fa-inverse {
	color: #fff;
}

#footer-contact .social-list .fa-inverse {
	color: #fff;
	font-size: 14px;
	transition: all ease-in-out .2s;
}

#footer-contact .social-list .fa-circle {
	color: #027f38;
	font-size: 32px;
	transition: all ease-in-out .2s;
}

footer#site-footer .footer-info {
	background-color: #fff;
	text-align: center;
	padding: 30px 10px 80px 10px;
}

footer#site-footer .footer-info a, footer#site-footer .footer-info p, footer#site-footer .footer-info span, footer#site-footer .footer-info strong {
	color: #fff;
}

footer#site-footer .footer-info a:hover {
	color: #73b200;
}

@media (min-width:768px) {
	footer#site-footer .footer-info {
		text-align: left;
	}
}

footer#site-footer .footer-info .h3, footer#site-footer .footer-info h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 400;
}

footer#site-footer .footer-info .widget {
	margin-bottom: 20px;
	font-size: 14px;
}

footer#site-footer .footer-info .widget .widget-title {
	color: #fff;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

footer#site-footer .copybar {
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
	border-top: 1px solid #51707e;
}

footer#site-footer .copybar a, footer#site-footer .copybar p {
	font-size: 12px;
	margin: 0;
	color: #000;
}

footer#site-footer .copybar a:hover {
	color: #73b200;
}

footer#site-footer .copybar .sep {
	display: none;
	color: #fff;
}

@media (min-width:768px) {
	footer#site-footer .copybar .sep {
		display: inline;
	}
}

body.page #main article .entry-content img.featured-image {
	float: left;
	object-fit: cover;
	margin: 0;
	padding-right: 30px;
	width: 500px;
	height: 300px;
}

.error404 #content {
	padding-top: 245px;
	background-color: #000;
}

.error404 #content .h1, .error404 #content h1, .error404 #content p {
	color: #fff;
}

body.archive #main .no-results .page-title, body.blog #main .no-results .page-title, body.category #main .no-results .page-title, body.search #main .no-results .page-title {
	margin: 0;
}

body.archive #main .no-results .page-content, body.blog #main .no-results .page-content, body.category #main .no-results .page-content, body.search #main .no-results .page-content {
	margin: 0;
}

body.archive #main .no-results .page-content p, body.blog #main .no-results .page-content p, body.category #main .no-results .page-content p, body.search #main .no-results .page-content p {
	margin: 15px 0 25px;
}

body.archive #main article, body.blog #main article, body.category #main article, body.search #main article {
	margin: 30px 0;
}

body.archive #main article .entry-header, body.blog #main article .entry-header, body.category #main article .entry-header, body.search #main article .entry-header {
	margin-bottom: 10px;
}

body.archive #main article .entry-header .h2, body.archive #main article .entry-header h2, body.blog #main article .entry-header .h2, body.blog #main article .entry-header h2, body.category #main article .entry-header .h2, body.category #main article .entry-header h2, body.search #main article .entry-header .h2, body.search #main article .entry-header h2 {
	margin: 0;
}

body.archive #main article .entry-header .h2 a, body.archive #main article .entry-header h2 a, body.blog #main article .entry-header .h2 a, body.blog #main article .entry-header h2 a, body.category #main article .entry-header .h2 a, body.category #main article .entry-header h2 a, body.search #main article .entry-header .h2 a, body.search #main article .entry-header h2 a {
	font-size: 24px;
	color: #000;
}

body.archive #main article .entry-header .entry-meta span, body.blog #main article .entry-header .entry-meta span, body.category #main article .entry-header .entry-meta span, body.search #main article .entry-header .entry-meta span {
	font-size: 14px;
}

body.archive #main article .entry-header .entry-meta span.posted-on, body.blog #main article .entry-header .entry-meta span.posted-on, body.category #main article .entry-header .entry-meta span.posted-on, body.search #main article .entry-header .entry-meta span.posted-on {
	font-weight: 700;
}

body.archive #main article .entry-header .entry-meta span a, body.blog #main article .entry-header .entry-meta span a, body.category #main article .entry-header .entry-meta span a, body.search #main article .entry-header .entry-meta span a {
	color: #000;
	font-size: 14px;
}

body.archive #main article .entry-header .entry-meta span a:hover, body.blog #main article .entry-header .entry-meta span a:hover, body.category #main article .entry-header .entry-meta span a:hover, body.search #main article .entry-header .entry-meta span a:hover {
	color: #027f38;
}

body.archive #main article .entry-summary, body.blog #main article .entry-summary, body.category #main article .entry-summary, body.search #main article .entry-summary {
	margin: 0;
}

body.archive #main article .entry-footer, body.blog #main article .entry-footer, body.category #main article .entry-footer, body.search #main article .entry-footer {
	border-top: 1px double #f3f1f1;
	padding-top: 5px;
}

body.archive #main article .entry-footer span, body.blog #main article .entry-footer span, body.category #main article .entry-footer span, body.search #main article .entry-footer span {
	display: block;
	font-size: 14px;
}

body.archive #main article .entry-footer span a, body.blog #main article .entry-footer span a, body.category #main article .entry-footer span a, body.search #main article .entry-footer span a {
	color: #73b200;
	font-size: 14px;
}

body.archive #main article .entry-footer span a:hover, body.blog #main article .entry-footer span a:hover, body.category #main article .entry-footer span a:hover, body.search #main article .entry-footer span a:hover {
	color: #027f38;
}

body.archive #main article .entry-footer span.tags-links a, body.blog #main article .entry-footer span.tags-links a, body.category #main article .entry-footer span.tags-links a, body.search #main article .entry-footer span.tags-links a {
	font-style: italic;
}

body.archive #main article .entry-footer nav.navigation, body.blog #main article .entry-footer nav.navigation, body.category #main article .entry-footer nav.navigation, body.search #main article .entry-footer nav.navigation {
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

body.single #main article .entry-content img.featured-image {
	float: right;
}

@media (min-width:992px) {
	body.single #main article .entry-content img.featured-image {
		width: 300px !important;
		margin-left: 10px !important;
	}
}

@media (min-width:1200px) {
	body.single #main article .entry-content img.featured-image {
		width: 400px !important;
	}
}

body.single #main article .entry-content .no-content-msg {
	margin: 30px auto;
}

body.single #main article .entry-footer {
	margin-top: 20px;
}

body.single #main article .entry-footer .entry-footer-meta {
	padding: 15px 10px 5px;
	background: #fff;
}

body.single #main article .entry-footer span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

body.single #main article .entry-footer span a {
	color: #000;
	font-size: 14px;
	font-weight: 300;
}

body.single #main article .entry-footer span a:hover {
	color: #027f38;
}

body.single #main article .entry-footer span.tags-links a {
	font-style: italic;
}

body.single #main article .entry-footer nav.navigation {
	border-top: 1px solid #f3f1f1;
	border-bottom: 1px solid #f3f1f1;
	padding: 10px 0;
	margin: 15px 0;
}

body.single #main article .entry-footer nav.navigation .nav-links {
	min-height: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

body.single #main #single-related-posts {
	margin-top: 15px;
	padding: 20px;
	background: #fff;
}

body.single #main #single-related-posts .h4, body.single #main #single-related-posts h4 {
	margin: 0 0 20px;
	font-size: 26px;
}

body.single #main #single-related-posts .related-post-wrapper {
	background: #fff;
	margin: 30px 0;
	padding: 5px 0 10px;
	clear: both;
	border-bottom: 1px solid #aaa;
}

body.single #main #single-related-posts .related-post-wrapper>.post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

body.single #main #single-related-posts .related-post-wrapper .related-post-img img {
	margin-right: 20px;
	max-width: 200px;
	padding: 5px;
	background: #fff;
	border: 1px solid #f3f1f1;
}

body.single #main #single-related-posts .related-post-wrapper .related-post-title {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body.single #main #single-related-posts .related-post-wrapper .related-post-title .h5, body.single #main #single-related-posts .related-post-wrapper .related-post-title h5 {
	font-size: 20px;
	margin: 0 0 3px;
}

body.single #main #single-related-posts .related-post-wrapper .related-post-title .related-post-meta {
	font-style: italic;
	margin: 0 0 10px;
}

body.single #main #single-related-posts .related-post-wrapper .related-post-title .related-post-meta a {
	font-family: verdana, sans-serif;
	font-weight: 500;
	color: #666;
	font-size: 15px;
}

aside#secondary {
	text-align: center;
	margin-top: 40px;
}

@media (min-width:768px) {
	aside#secondary {
		text-align: left;
		margin-top: 0;
	}
}

aside#secondary .wp-block-heading {
	font-size: 26px;
}

aside#secondary .sidebar-links-header {
	color: #73b200;
	margin-bottom: 15px;
	font-weight: 600;
}

aside#secondary .sidebar-pages li {
	list-style-type: none;
}

aside#secondary .sidebar-pages li a {
	color: #1f485b;
	text-decoration: underline;
	font-size: 14px;
}

aside#secondary .sidebar-pages li a:hover {
	color: #000;
}

aside#secondary #frm_show_form-2 {
	background-color: #027f38;
	padding: 20px;
	border-radius: 20px;
}

aside#secondary #frm_show_form-2 .widget-title {
	color: #fff;
}

aside#secondary .widget {
	margin-bottom: 30px;
}

aside#secondary .widget .widget-title {
	display: block;
	font-family: verdana, sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin: 10px 0;
	color: #000;
}

aside#secondary .widget ul li {
	margin-bottom: 7px;
	line-height: 1.3;
}

#home-hero {
	background: url("https://artificialturftechnicians.com/wp-content/uploads/2025/06/Home-Hero.jpg") center no-repeat;
	background-size: cover;
	padding: 320px 0 151px 0;
	text-align: center;
}

#home-hero.nitro-lazy {
	background-image: none !important;
}

@media (min-width:768px) {
	#home-hero {
		text-align: left;
	}
}

#home-hero .h1, #home-hero h1 {
	color: #fff;
	font-size: 35px;
}

@media (min-width:768px) {
	#home-hero .h1, #home-hero h1 {
		font-size: 50px;
	}
}

#home-hero p {
	color: #fff;
}

.estimate-btn {
	background-color: #027f38;
	padding: 5px 11px 5px 25px;
}

.estimate-btn:hover {
	color: #fff;
	background-color: #0e5c2f;
}

.estimate-btn svg {
	background-color: #fff;
	padding: 13px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	fill: #027f38;
}

#about {
	background-color: #e5ffeb;
	background-image: url("https://artificialturftechnicians.com/wp-content/uploads/2025/03/about-us-bg.png");
	padding: 0;
}

#about.nitro-lazy {
	background-image: none !important;
}

.serv-header-text .h2, .serv-header-text h2 {
	font-size: 32px;
	line-height: normal;
}

@media (min-width:768px) {
	.serv-header-text .h2, .serv-header-text h2 {
		font-size: 47px;
	}
}

.about-us {
	width: 15%;
	padding: 55px 0 0 2px;
}

@media only screen and (min-width:375px) {
	.about-us {
		width: 30%;
	}
}

.about-us p {
	color: #027f38;
	background-color: #cfe7cd;
	font-size: 14px;
	padding: 4px 10px;
}

.our-serv p {
	color: #027f38;
	background-color: #cfe7cd;
	font-size: 14px;
	padding: 4px 10px;
}

.text-at-right {
	line-height: 1.6;
	font-size: 17px;
}

.card-body .card-text {
	font-size: 17px;
}

#home-our-services .h2, #home-our-services h2 {
	line-height: 1.2;
}

#home-our-services .h2 span, #home-our-services h2 span {
	line-height: 1;
}

#home-our-services .services .col-sm-12 {
	cursor: pointer;
}

#home-our-services .services .card {
	transition: all ease-in-out .2s;
}

#home-our-services .services .card .h3, #home-our-services .services .card h3, #home-our-services .services .card p {
	transition: all ease-in-out .2s;
}

#home-our-services .services .card:hover {
	background-color: #027f38;
}

#home-our-services .services .card:hover .h3, #home-our-services .services .card:hover h3, #home-our-services .services .card:hover p {
	color: #fff;
}

#home-our-services .turf-text {
	color: #027f38;
}

.card {
	border: 1px solid #dd2476;
	margin-bottom: 2rem;
}

.card-title {
	font-size: 30px;
}

.card-text {
	line-height: 1.5;
}

#why-us {
	background-color: #027f38;
	background-image: url("https://artificialturftechnicians.com/wp-content/uploads/2025/03/why-choose-bg.png");
	background-size: cover;
}

#why-us.nitro-lazy {
	background-image: none !important;
}

.why-us-col svg {
	height: 90px;
	width: 90px;
	background-color: #fff;
	fill: #027f38;
	border-radius: 50px;
	padding: 25px;
}

.why-us-col .why-main-text {
	font-size: 32px;
	color: #fff;
	line-height: normal;
}

@media (min-width:768px) {
	.why-us-col .why-main-text {
		font-size: 47px;
	}
}

.why-us-col p {
	line-height: 1.5;
	margin-top: 30px;
	letter-spacing: .1px;
}

.why-us-title p {
	color: #fff;
	background-color: #087539;
	font-size: 14px;
	padding: 4px 10px;
}

#home-man {
	margin-top: 7%;
	margin-bottom: 7%;
}

#home-man .h3, #home-man h3 {
	font-size: 32px;
	line-height: normal;
}

@media (min-width:768px) {
	#home-man .h3, #home-man h3 {
		font-size: 47px;
	}
}

#home-man span {
	color: #027f38;
	line-height: normal;
}

#home-man p {
	letter-spacing: .1px;
	line-height: 1.5;
	margin-top: 22px;
}

#home-man .durable {
	padding-left: 35px;
}

@media (min-width:375px) {
	#home-man .durable {
		margin-top: 25px;
	}
}

#home-turf {
	background-color: #e5ffeb;
}

#home-turf .h3, #home-turf h3 {
	font-size: 32px;
	line-height: normal;
}

@media (min-width:768px) {
	#home-turf .h3, #home-turf h3 {
		font-size: 47px;
	}
}

#home-turf span {
	color: #027f38;
	line-height: normal;
}

#home-turf p {
	letter-spacing: .1px;
	line-height: 1.5;
	margin-top: 22px;
}

#home-turf .row {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width:768px) {
	#home-turf .row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

#home-turf img {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	#home-turf img {
		margin-bottom: 0;
	}
}

.faq p {
	color: #027f38;
	background-color: #e5ffeb;
	font-size: 14px;
	padding: 4px 10px;
}

#faq {
	background-image: url("https://artificialturftechnicians.com/wp-content/uploads/2025/03/faq-bg.png");
	background-position: bottom;
	background-size: auto;
	background-repeat: no-repeat;
}

#faq.nitro-lazy {
	background-image: none !important;
}

#faq .h3, #faq h3 {
	font-size: 32px;
	line-height: normal;
}

@media (min-width:768px) {
	#faq .h3, #faq h3 {
		font-size: 47px;
	}
}

#faq span {
	color: #027f38;
	line-height: normal;
}

#faq .card-title {
	font-size: 25px;
}

#faq .safe svg {
	width: 20px;
	height: 20px;
	fill: #027f38;
}

#faq p, #faq ul li {
	font-size: 17px;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands {
	font-weight: 400;
}

.fa-yelp:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid {
	font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-facebook {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-google-plus {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-youtube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-instagram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-p {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
