/* HELPERS 
# utility stuff, detail-blocks...
*/ /* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

/* .build-border-red {border: solid red 1px;}
.build-border-blue {border: solid blue 1px;}
.build-border-green {border: solid green 1px;}
.build-border-yellow {border: solid yellow 1px;}
.build-border-pink {border: solid pink 1px;}
.build-border-dashed {border: dashed black 1px;}
.body-min-width {min-width: 290px; overflow: scroll; } */

.resp-br { 
  display: block;
}

@media only screen and (max-width: 320px), only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px), only screen and (min-width: 768px) and (max-width: 992px)  {

.resp-br {display: none
}}

.ctct-form-embed .ctct-form-defaults {
    background-color: transparent!important;
    max-width:510px;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
    display: none;
}

.ctct-form-embed #email_address_field_3 {}
.ctct-form-embed #email_address_label_3 {display: none;}

.ctct-form-embed input#email_address_3
{
  background-color: #FFFDF6;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='500px'><text x='10' y='28' fill='gray' font-style='italic' font-size='16' font-family='Arial, Helvetica, sans-serif'>Enter your email address</text></svg>");
  background-repeat: no-repeat;
}

.ctct-form-embed input#email_address_3:focus {background-image: none;}

.ctct-inline-form .g-recaptcha {display: none !important}

input.styled {
	font-size: 16px;
	min-height: 50px;
	border-radius: 0px;
	line-height: 20px;
	padding: 1% 3%;
  background-color: #FFFDF6;
	transition: background-color 0.2s;
  border: 1px solid #ccc;

}

.search_txt[type="text"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 10px 0;
	padding: 3px 0 3px 16px;
	width: 300px;
}

.txt[type="text"] {
    border: 1px solid #ccc;
		border-radius: 4px;
    margin: 10px 0;
    padding: 15px 0 15px 15px;
    width: 100%;
}
.txt_1[type="text"] {
    border: 1px solid #ccc;
		border-radius: 4px;
    margin: 0;
    padding: 4%;
		min-height: 150px;
    width: 100%;
    background-color: #FFFDF6;
  }

.txt_1[type="text"]::-moz-placeholder {
  font-style: italic;
}

.txt_1[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

.txt_1[type="text"]::placeholder {
  font-style: italic;
}

.txt_1[type="text"]::-webkit-input-placeholder, .txt[type="text"]::-webkit-input-placeholder  { /* Chrome */
  color: #000;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  -ms-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000;
  opacity: 1;
  -moz-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
/* fonts yo */


/* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

.f-btn {
   font-weight: 500;
   --tw-text-opacity: 1;
   color: rgba(255, 255, 255, var(--tw-text-opacity));
   padding: 10px 20px 5px 20px;
   margin: 2px;
}

.f-btn.btn-orange {background-color: #E76828;
    }

.f-btn.btn-orange:hover {
          background-color: #6C9926;
      }

.f-btn.btn-green {background-color: #6C9926;
  }

.f-btn.btn-green:hover {
          background-color: #E76828;
      }

.f-btn.btn-yellow {background-color: #FFC82C;  
  }

.f-btn.btn-yellow:hover {
          background-color: #6C9926;
      }

/* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

/* npx stylelint public/web/src/nice.css */
/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.relative{
	position: relative;
}
.-top-2{
	top: -0.5rem;
}
.top-1{
	top: 0.25rem;
}
.left-2{
	left: 0.5rem;
}
.z-50{
	z-index: 50;
}
.m-auto{
	margin: auto;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-10{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-4{
	margin-top: 1rem;
}
.ml-0{
	margin-left: 0px;
}
.mb-20{
	margin-bottom: 5rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.ml-auto{
	margin-left: auto;
}
.mr-3{
	margin-right: 0.75rem;
}
.mt-8{
	margin-top: 2rem;
}
.-ml-px{
	margin-left: -1px;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-0{
	margin-top: 0px;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.flow-root{
	display: flow-root;
}
.hidden{
	display: none;
}
.h-20px{
	height: 20px;;
}
.h-60px{
	height: 60px;;
}
.h-5{
	height: 1.25rem;
}
.h-40px{
	height: 40px;;
}
.w-1\/3{
	width: 33.333333%;
}
.w-full{
	width: 100%;
}
.w-2\/3{
	width: 66.666667%;
}
.w-20px{
	width: 20px;;
}
.w-140px{
	width: 140px;;
}
.w-120px{
	width: 120px;;
}
.w-auto{
	width: auto;
}
.w-0{
	width: 0px;
}
.w-5\/6{
	width: 83.333333%;
}
.w-5{
	width: 1.25rem;
}
.flex-1{
	flex: 1 1 0%;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.place-content-center{
	place-content: center;
}
.items-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}
.justify-items-start{
	justify-items: start;
}
.justify-items-center{
	justify-items: center;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end{
	align-self: flex-end;
}
.self-center{
	align-self: center;
}
.border{
	border-width: 1px;
}
.p-4{
	padding: 1rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.pt-0{
	padding-top: 0px;
}
.pr-4{
	padding-right: 1rem;
}
.pt-2{
	padding-top: 0.5rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pl-2{
	padding-left: 0.5rem;
}
.pb-10{
	padding-bottom: 2.5rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pl-0{
	padding-left: 0px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.font-bold{
	font-family: "Mulish", "sans-serif";
}
.text-lg{
	font-size: 22px;
}
.text-xl{
	font-size: 24px;
}
.text-sm{
	font-size: 18px;
}
.text-3xl{
	font-size: 30px;
}
.text-2xl{
	font-size: 28px;
}
.text-base{
	font-size: 20px;
}
.text-4xl{
	font-size: 34px;
}
.text-xs{
	font-size: 16px;
}
.font-bold{
	font-weight: 700;
}
.font-light{
	font-weight: 300;
}
.italic{
	font-style: italic;
}
.leading-7{
	line-height: 1.75rem;
}
.leading-5{
	line-height: 1.25rem;
}
.leading-snug{
	line-height: 1.375;
}
.leading-tight{
	line-height: 1.25;
}
.text-orange-dark{
	--tw-text-opacity: 1;
	color: rgba(231, 104, 40, var(--tw-text-opacity));
}
.text-yellow{
	--tw-text-opacity: 1;
	color: rgba(255, 200, 44, var(--tw-text-opacity));
}
.text-green-dark{
	--tw-text-opacity: 1;
	color: rgba(108, 153, 38, var(--tw-text-opacity));
}
.text-charcoal{
	--tw-text-opacity: 1;
	color: rgba(88, 88, 90, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-grey{
	--tw-text-opacity: 1;
	color: rgba(239, 243, 232, var(--tw-text-opacity));
}
.no-underline{
	text-decoration: none;
}
.shadow-sm{
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

b, strong{
	font-family: "Mulish", "sans-serif";
	font-weight: 700;
}

[x-cloak] { display: none; }

body {}
#footer {background: linear-gradient(0deg, rgba(88,126,29,1) 0%, rgba(107,151,38,1) 100%);}
#topnav {}

.map-width-wrapper { 
  max-width: 1280px; 
  margin: 0 auto; 
  padding: 0 2%;
}

/* @media $xl, $2xl {width: 80%;}
  @media $md, $lg {width: 90%;}
  @media $2xs, $xs, $sm  {width: 98%;} */

@media only screen and (min-width:1200px) and (max-width: 2000px), only screen and (min-width:2000px) and (max-width: 5000px) {

.map-width-wrapper.medium {width: 60%
  }}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.map-width-wrapper.medium {width: 60%
  }}

@media only screen and (min-width: 768px) and (max-width: 992px) {

.map-width-wrapper.medium {width: 50%
  }}

@media only screen and (min-width: 576px) and (max-width: 768px)  {

.map-width-wrapper.medium {width: 60%
  }}

@media only screen and (max-width: 576px)  {

.map-width-wrapper.medium {width: 85%
  }}

@media only screen and (max-width: 320px)  {

.map-width-wrapper.medium {width: 75%
  }}

.top-nav-item{
	margin-right: 1rem;
	display: block;
	display: none;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(146, 200, 62, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(146, 200, 62, var(--tw-bg-opacity));
	font-family: "Mulish", "sans-serif";
	font-size: 18px;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	text-decoration: none;
	--tw-drop-shadow: drop-shadow(2px 2px 0px rgba(255, 200, 44, 1));
	filter: var(--tw-filter);
	filter: var(--tw-filter);
}

.top-nav-item:hover{
	--tw-border-opacity: 1;
	border-color: rgba(146, 200, 62, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(108, 153, 38, var(--tw-text-opacity));
	--tw-drop-shadow: drop-shadow(0 0 #0000);
	filter: var(--tw-filter);
}

@media (min-width: 992px){
	.top-nav-item{
		display: inline;
	}
	.top-nav-item{
		font-size: 18px;
	}
}

@media (min-width: 1200px){
	.top-nav-item{
		font-size: 22px;
	}
}

@media only screen and (min-width:1200px) and (max-width: 2000px), only screen and (min-width:2000px) and (max-width: 5000px) {

.top-nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem

}
   }

@media only screen and (min-width: 992px) and (max-width: 1200px) {

.top-nav-item {
    padding-top: 0.35rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem

}
   }

.overlay-nav-item {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(146, 200, 62, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(146, 200, 62, var(--tw-bg-opacity));
  font-family: "Mulish", "sans-serif";
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  --tw-drop-shadow: drop-shadow(2px 2px 0px rgba(255, 200, 44, 1));
  filter: var(--tw-filter);
  filter: var(--tw-filter);
}

.overlay-nav-item:hover{
	--tw-border-opacity: 1;
	border-color: rgba(146, 200, 62, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(108, 153, 38, var(--tw-text-opacity));
	--tw-drop-shadow: drop-shadow(0 0 #0000);
	filter: var(--tw-filter);
}

.logo-facse-sitewide {
  width: 260px;
  margin: auto;
  margin-left: 10px;
}

@media only screen and (max-width: 320px), only screen and (max-width: 576px) {

.logo-facse-sitewide { width: 200px; margin-top: 24px
} }

@media only screen and (min-width: 576px) and (max-width: 768px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1200px), only screen and (min-width:1200px) and (max-width: 2000px), only screen and (min-width:2000px) and (max-width: 5000px) {

.logo-facse-sitewide { width: 260px; margin-top: 16px
} }

.overlay {
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(35 32 32 / 90%);
  overflow: auto;
  z-index: 1040;
}

.nav-item { position: relative; display: inline-block; cursor: pointer; }

#footer-top a {padding:12px 3px 0 6px; 
}

@media only screen and (max-width: 576px), only screen and (min-width: 576px) and (max-width: 768px) {

#footer-top a {padding:1px 0 2px 0 
}}

.mfp-content {
  height: 90%;
}

.mapplic-lightbox {
    background-color: #fff;
    position: relative;
    padding: 10px;
    width: auto;
    max-width: 100%!important;
    height: 100%;
    margin: 0 auto;
}

.mapplic-lightbox-description {
  /* border: solid red 1px; */
  height: 90%;
}

.embed-container {
  /* border: solid green 1px; */
  height: 100%;
}

.embed-container-vid { 
  position: relative; 
  padding-bottom: 40%; 
  height: 0; 
  overflow: hidden; 
  max-width: 80%; 
  margin: 0 auto; 
  margin-bottom: 2%;
}

.embed-container-vid.fb {
    padding-bottom: 45%;
  } 

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

.insta-wrapp {
  display: block;
  /* border: solid red 1px; */
  max-width: 530px;
  margin: 0 auto;
  padding-bottom: 1%;
}

.fb-alt {
  max-width: 80%; margin: 0 auto;
}

.hover\:text-orange-dark:hover{
	--tw-text-opacity: 1;
	color: rgba(231, 104, 40, var(--tw-text-opacity));
}

.hover\:underline:hover{
	text-decoration: underline;
}

.active\:bg-black:active{
	--tw-bg-opacity: 1;
	background-color: rgba(35, 32, 32, var(--tw-bg-opacity));
}

@media (min-width: 576px){
	.sm\:h-100px{
		height: 100px;;
	}
	.sm\:w-2\/12{
		width: 16.666667%;
	}
	.sm\:w-8\/12{
		width: 66.666667%;
	}
	.sm\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (min-width: 768px){
	.md\:m-0{
		margin: 0px;
	}
	.md\:mx-4{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:mb-10{
		margin-bottom: 2.5rem;
	}
	.md\:inline-block{
		display: inline-block;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-2\/3{
		width: 66.666667%;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-auto{
		width: auto;
	}
	.md\:flex-1{
		flex: 1 1 0%;
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-row-reverse{
		flex-direction: row-reverse;
	}
	.md\:flex-col{
		flex-direction: column;
	}
	.md\:pl-10{
		padding-left: 2.5rem;
	}
	.md\:text-4xl{
		font-size: 34px;
	}
	.md\:text-xl{
		font-size: 24px;
	}
}

@media (min-width: 992px){
	.lg\:w-11\/20{
		width: 49%;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:pl-2{
		padding-left: 0.5rem;
	}
	.lg\:text-xs{
		font-size: 16px;
	}
}

@media (min-width: 1200px){
	.xl\:ml-4{
		margin-left: 1rem;
	}
}
