.nwt-width { 
/*  border: solid red 1px; */
  margin-left: auto;  
  margin-right: auto;  
  max-width: 1600px;
  min-width: 280px;
}


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


.nwt-width {width: 1999px
}}


@media only screen and (min-width:1260px) and (max-width: 1999px) {


.nwt-width {width: 1240px
}}


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


.nwt-width {width: 970px
}}


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


.nwt-width {width: 750px
}}


@media only screen and (min-width: 600px) and (max-width: 767px) {


.nwt-width {width: 560px
}}


@media only screen and (min-width: 321px) and (max-width: 599px) {


.nwt-width {width: 90%
}}


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


.nwt-width {width: 96%
}}

.nwt-slide-width { 
  /*  border: solid red 1px; */
    margin-left: auto;  
    margin-right: auto;  
    max-width: 1600px;
    min-width: 280px;
  }

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

.nwt-slide-width {width: 1140px
  }}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

.nwt-slide-width {width: 1020px
  }}

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

.nwt-slide-width {width: 970px
  }}

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

.nwt-slide-width {width: 870px
  }}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.nwt-slide-width {width: 560px
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.nwt-slide-width {width: 100%
  }}

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

.nwt-slide-width {width: 100%
  }}


// /* BUILD BORDERS */
// .bb-red {border: solid red 1px;}
// .bb-blue {border: solid blue 1px;}
// .bb-green {border: solid green 1px;}
// .bb-yellow {border: solid yellow 1px;}
// .bb-pink {border: solid pink 1px;}
// .bb-dashed {border: dashed black 1px;}     


div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
  display: none;
}

.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
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer a img.ctct-form-footer-img {display: none!important;}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer a {display: none!important;}

input.styled {
  font-size: 16px;
  min-height: 50px;
  border-radius: 0px;
  line-height: 20px;
  width: 100%;
  padding: 1% 3%;
  transition: background-color 0.2s;
  border: 1px solid #ccc;
  --tw-bg-opacity: 1;
  background-color: rgba(249, 255, 241, var(--tw-bg-opacity));
}
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "AvLight", "sans-serif"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 200px){

  .container{
    max-width: 200px;
  }
}
@media (min-width: 321px){

  .container{
    max-width: 321px;
  }
}
@media (min-width: 599px){

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

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

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

  .container{
    max-width: 1260px;
  }
}
@media (min-width: 2000px){

  .container{
    max-width: 2000px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-14{
  left: 3.5rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[-70px\]{
  top: -70px;
}
.top-\[30px\]{
  top: 30px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[70\]{
  z-index: 70;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[800px\]{
  height: 800px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-32{
  width: 8rem;
}
.w-5{
  width: 1.25rem;
}
.w-5\/6{
  width: 83.333333%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.max-w-\[1090px\]{
  max-width: 1090px;
}
.max-w-\[109px\]{
  max-width: 109px;
}
.max-w-\[114px\]{
  max-width: 114px;
}
.max-w-\[118px\]{
  max-width: 118px;
}
.max-w-\[128px\]{
  max-width: 128px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[134px\]{
  max-width: 134px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[166px\]{
  max-width: 166px;
}
.max-w-\[172px\]{
  max-width: 172px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[192px\]{
  max-width: 192px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-\[70px\]{
  max-width: 70px;
}
.max-w-\[75px\]{
  max-width: 75px;
}
.max-w-\[90px\]{
  max-width: 90px;
}
.max-w-\[94px\]{
  max-width: 94px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.translate-y-\[-110\%\]{
  --tw-translate-y: -110%;
  transform: translate(var(--tw-translate-x), 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));
}
.-rotate-1{
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), 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));
}
.-rotate-2{
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), 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));
}
.rotate-1{
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), 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));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}
.rotate-2{
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), 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));
}
.transform{
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer{
  cursor: pointer;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-brown\/40{
  border-color: rgb(180 161 137 / 0.4);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(229 233 240 / var(--tw-bg-opacity));
}
.bg-charcoal{
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-offwhite{
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 237 / var(--tw-bg-opacity));
}
.bg-offyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(245 236 219 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(244 120 32 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-green-800{
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-yellow-800{
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-avlight{
  font-family: "AvLight", "serif";
}
.font-avmedium{
  font-family: "AvMedium", "serif";
}
.font-troll{
  font-family: "trollfont", "serif";
}
.text-2xl{
  font-size: 28px;
}
.text-3xs{
  font-size: .750em;
}
.text-4xl{
  font-size: 34px;
}
.text-8xl{
  font-size: 74px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-lg{
  font-size: 1.375em;
}
.text-md{
  font-size: 1.250em;
}
.text-sm{
  font-size: 1.125em;
}
.text-xl{
  font-size: 1.500em;
}
.text-xs{
  font-size: 1.000em;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-charcoal{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.text-charcoal\/70{
  color: rgb(57 57 57 / 0.7);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-offwhite{
  --tw-text-opacity: 1;
  color: rgb(242 240 237 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(244 120 32 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.filter{
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* @import "placeholder-draft.css"; */

.modal {
  transition: opacity 0.25s ease;
}
body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}


a {color: #5A175D;}
a:hover {color: #5A175D; text-decoration: underline;}

html,
body {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    font-family: 'Port Lligat Slab', serif;    
    margin: 0;
    padding: 0;
    background-color: #F2F0ED;
    background: url(/assets/imgz/bg-texture.jpg) repeat center center; 
    color: hsl(209, 18%, 30%);
  }

@font-face {
  font-family: 'trollfont';
  src: url('/assets/fonts/TrollFontV001Regular.woff2') format('woff2'),
      url('/assets/fonts/TrollFontV001Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}  

@font-face {
  font-family: 'AvLight';
  src: url('/assets/fonts/AvenirNextLTPro-Ultralight.woff2') format('woff2'),
        url('/assets/fonts/AvenirNextLTPro-Ultralight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvLightOblique';
  src: url('/assets/fonts/AvenirNextLTPro-UltralightItalic.woff2') format('woff2'),
        url('/assets/fonts/AvenirNextLTPro-UltralightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AvMedium';
  src: url('/assets/fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('/assets/fonts/AvenirLTStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

#trollhero {
  position: relative;
  height: 60vh;
}

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

#trollhero {height: 60vh; min-height:700px; max-height:700px
}}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

#trollhero {height: 60vh; min-height:600px; max-height:700px
}}

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

#trollhero {height: 50vh; min-height:530px; max-height:580px
}}

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

#trollhero {height: 40vh; min-height:420px; max-height:460px
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

#trollhero {height: 55vw
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

#trollhero {height: 55vw
} }

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

#trollhero {height: 55vw
} }

#trollhero-thanks {
  position: relative;
  height: 60vh;
}

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

#trollhero-thanks {height:1110px
}}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

#trollhero-thanks {height:742px
}}

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

#trollhero-thanks {height:590px
}}

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

#trollhero-thanks {height:460px
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

#trollhero-thanks {height: 55vw
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

#trollhero-thanks {height: 55vw
} }

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

#trollhero-thanks {height: 55vw
} }


#foothero {
  position: relative;
  top:40px;
  height: 60vh;
}


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


#foothero {height: 50vw
}}


@media only screen and (min-width:1260px) and (max-width: 1999px) {


#foothero {height: 50vw
}}


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


#foothero {height: 50vw
} }


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


#foothero {height: 40vw
} }


@media only screen and (min-width: 600px) and (max-width: 767px) {


#foothero {height: 55vw
}}


@media only screen and (min-width: 321px) and (max-width: 599px) {


#foothero {height: 55vw
} }


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


#foothero {height: 55vw
} }

footer {
  display: flex;
  flex-direction: column;
  position: absolute;
}

footer #fooimg {}

footer #footext {}

#menuwrap {
  position: relative;
  width: 100%;
}

#inmenu {
  position: absolute;
  text-align: center;
  z-index: 5;
  width: 370px;
  left: 60%;
  background: url(/assets/imgz/menu-bg-lg.png) no-repeat center top; 
  height: 560px; top: -580px;
}

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

#inmenu {height: 590px; top: -624px; width: 370px; background: url(/assets/imgz/menu-bg-lg.png) no-repeat center top
}}

@media only screen and (min-width:1260px) and (max-width: 1999px) {

#inmenu {height: 590px; top: -624px; width: 370px; background: url(/assets/imgz/menu-bg-lg.png) no-repeat center top
}}

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

#inmenu {height: 560px; top: -570px; width: 370px; background: url(/assets/imgz/menu-bg-lg.png) no-repeat center top
}}

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

#inmenu {height: 444px; top: -451px; width: 250px; background: url(/assets/imgz/menu-bg-md.png) no-repeat center top
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

#inmenu {height: 343px; top: -361px; width: 200px; background: url(/assets/imgz/menu-bg-sm.png) no-repeat center top; z-index:5
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

#inmenu {left: 53%; height: 140px; display:none
}}

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

#inmenu {height: 560px; top: -580px; display:none
}}

#bg-hero-cover-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
}

#bg-hero-cover {
  position:absolute;
  bottom: 0px;
  width: 100%;
  height: 60px; 
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

#bg-hero-cover {height:40px; 
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px) {

#bg-hero-cover {height:30px; 
}}

#bg-hero-cover{
  background: url(/assets/imgz/bg-hero-cover-bottom.png) repeat-x center top;
}

#archive-top-nav {
  position: relative; top:-40px; z-index: 30;
}

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

#archive-top-nav { margin-bottom:-90px
} }

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

#archive-top-nav { margin-bottom:-70px
} }

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

#archive-top-nav { margin-bottom:-30px
} }

@media only screen and (min-width: 600px) and (max-width: 767px) {

#archive-top-nav { margin-bottom:-30px
} }

#we-r-here {
  /* border: solid red 1px; */
  position: relative; z-index: 0; width: 100%; 
  top: -50px;
}

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

#we-r-here { top: -50px
} }

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

#we-r-here { top: 0px
} }

@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (max-width: 320px) {

#we-r-here { top: -10px
} }

.nwt-logo-w-bg {position: relative;
  top:-250px;
  left:20px;
}

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

.nwt-logo-w-bg { margin-bottom:-90px; top:-250px
} }

@media only screen and (min-width:1260px) and (max-width: 1999px) {

.nwt-logo-w-bg { margin-bottom:-90px; top:-250px
} }

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

.nwt-logo-w-bg { margin-bottom:-70px; top:-180px
} }

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

.nwt-logo-w-bg { margin-bottom:-30px; top:-120px
} }

@media only screen and (min-width: 600px) and (max-width: 767px) {

.nwt-logo-w-bg { margin-bottom:-30px; top:-80px
} }

@media only screen and (min-width: 321px) and (max-width: 599px) {

.nwt-logo-w-bg { top:0; width:60%; margin: 0 auto; left: 0
}}

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

.nwt-logo-w-bg { top:0; width:80%; margin: 0 auto; left: 0
}}

.slideshow-promo {
  /* border: solid red 1px; */
  position:relative;
  top:-40px;
  background: url(/assets/imgz/slideshow-promo-rollover.png) no-repeat;
  display: block;
  height:149px;
  width:179px;
  background-position:0 0;
  overflow: hidden;
  background-size: 358px 150px;
}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.slideshow-promo {top:0; margin: 0 auto
}}

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

.slideshow-promo {top:0; margin: 0 auto; position: relative; top: 5px; margin-bottom: 30px
}}
.slideshow-promo:hover {
  background-position:-178px 0;
}

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

#quotes {height: 280px
}}

@media only screen and (min-width:1260px) and (max-width: 1999px)  {

#quotes {height: 310px
}}

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

#quotes {height: 310px
}}

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

#quotes {height: 360px
}}

@media only screen and (min-width: 600px) and (max-width: 767px)  {

#quotes {height: 360px
}}

@media only screen and (min-width: 321px) and (max-width: 599px)  {

#quotes {height: 330px
}}

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

#quotes {height: 450px
}}

.sidenav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav {
    height: 40px;
    width: 120px
}
  }

.sidenav h3 {color:white;}

.sidenav.brown-one {
    background: url('/assets/imgz/shape-rect-brown.svg') no-repeat right center;
  }

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav.brown-one {background-size: 140px
  }}

.sidenav.brown-two {
    background: url('/assets/imgz/shape-rect-brown2.svg') no-repeat right center;
  }

.sidenav.charcoal-one {
    background: url('/assets/imgz/shape-rect-charcoal.svg') no-repeat right center;
  }

.sidenav.charcoal-two {
    background: url('/assets/imgz/shape-rect-charcoal2.svg') no-repeat right center;
  }

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

.sidenav.about {position: relative
  }}

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

.sidenav.about {position: relative
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.about {position: relative
  }}

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

.sidenav.coolapp {position: relative
  }}

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

.sidenav.coolapp {position: relative
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.coolapp {position: relative
  }}

.sidenav.nw {
    width:260px;
  }

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

.sidenav.nw {width:260px
  }}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav.nw {width:170px; background-size: 180px; display:none
  }}

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

.sidenav.nw {position: absolute; top: 771px
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.nw {position: relative
  }}

.sidenav.qa {
    width:260px;
    background-position-x: -80px;
  }

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

.sidenav.qa {width:260px; background-position-x: -80px
  }}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav.qa {width:170px; background-size: 180px; background-position-x: -40px
  }}

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

.sidenav.qa {position: relative
  }}

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

.sidenav.qa {position: relative
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.qa {position: relative
  }}

.sidenav.subscribe {
    width:300px;
    background-size: 340px;
  }

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

.sidenav.subscribe {width:300px; background-size: 340px
  }}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav.subscribe {width:240px; background-size: 270px
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.subscribe {position: relative
  }}

.sidenav.events {
    width:300px;
    background-size: 340px;
  }

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

.sidenav.events {width:300px; background-size: 340px
  }}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.sidenav.events {width:240px; background-size: 270px
  }}

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

.sidenav.events {position: relative
  }}

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

.sidenav.events {position: relative
  }}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.sidenav.events {position: relative
  }}

.soon-wrap {
  position: relative;
}

.soon {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 20%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 40px;
  z-index: 10;
}

.soon:hover { cursor:pointer; }

.soon-wrap .txt  {opacity: 0;}
.soon-wrap:hover .txt {opacity:1;}

.find:hover .txt {
  background-color: #F47820;
  padding: 4%;
  animation: find-me 2s ease 0s 1 normal forwards;
}

@keyframes find-me {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}

.find:hover .soon img {
  color: #fff;
  box-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 20px hsl(42, 90%, 42%), 0 0 30px #f18b0e,
    0 0 40px #ef4908, 0 0 50px #f61303;
}

#trashmssg {
  height: 20vw;
  left: 20vw;
  width: 220px;
}

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

#trashmssg {height: 10vw; width: 190px; left: 22vw
}}

@media only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

#trashmssg {height: 24vw; width: 160px; left: 18vw
}}

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

#trashmssg {display: none
}}

section {
  width:100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
}

section img {
  position: relative;
}

.slideshow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slideshow.active {
  opacity: 1;
  transform: translateY(0);
}

.expandportland-content, .expandissaquah-content, .expandwseattle-content, 
.expandballard-content, .expandvashon-content, .expandbi-content 
{
  width: 100%;
  height: 0px;
  opacity: 0;
  position:relative;
  overflow: hidden;
  transition: all 1s linear;
  background-image: url(/assets/imgz/bg-jagged-line-top.jpg), url(/assets/imgz/bg-jagged-line-bottom.jpg);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  background-color: #E5E9F0;
}

.expandportland-content.expanded, .expandissaquah-content.expanded, .expandwseattle-content.expanded, 
.expandballard-content.expanded, .expandvashon-content.expanded, .expandbi-content.expanded
{
  height: 530px;
  opacity: 1;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.expandportland-content.expanded, .expandissaquah-content.expanded, .expandwseattle-content.expanded, 
.expandballard-content.expanded, .expandvashon-content.expanded, .expandbi-content.expanded
{height:724px
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.expandportland-content.expanded, .expandissaquah-content.expanded, .expandwseattle-content.expanded, 
.expandballard-content.expanded, .expandvashon-content.expanded, .expandbi-content.expanded
{height:700px
}}

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

.expandportland-content.expanded, .expandissaquah-content.expanded, .expandwseattle-content.expanded, 
.expandballard-content.expanded, .expandvashon-content.expanded, .expandbi-content.expanded
{height:530px
}}

.expandbi-content.expanded.bi {
  height: 580px;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.expandbi-content.expanded.bi {height: calc(1000px - 30vw)
}}

.expandportland-content.expanded.pt {
  height: 580px;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.expandportland-content.expanded.pt {height: calc(1000px - 30vw)
}}

.expandwseattle-content.expanded.ws {
  height: 580px;
}

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

.expandwseattle-content.expanded.ws {height:600px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.expandwseattle-content.expanded.ws {height: calc(1000px - 30vw)
}}

.expandissaquah-content.expanded.is {
  height: 580px;
}

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

.expandissaquah-content.expanded.is {height:600px
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.expandissaquah-content.expanded.is {height: calc(1050px - 30vw)
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.expandissaquah-content.expanded.is {height: calc(1050px - 20vw)
}}

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

.expandissaquah-content.expanded.is {height: calc(1150px - 30vw)
}}

.expandballard-content.expanded.ba {
  height: 580px;
}

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

.expandballard-content.expanded.ba {height:600px
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.expandballard-content.expanded.ba {height: calc(1050px - 30vw)
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.expandballard-content.expanded.ba {height: calc(1050px - 20vw)
}}

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

.expandballard-content.expanded.ba {height: calc(1050px - 30vw)
}}

.expandvashon-content.expanded.va {
  height: 580px;
}

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

.expandvashon-content.expanded.va {height:600px
}}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.expandvashon-content.expanded.va {height: calc(1050px - 30vw)
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.expandvashon-content.expanded.va {height: calc(1060px - 20vw)
}}

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

.expandvashon-content.expanded.va {height: calc(1150px - 30vw)
}}

.expandportland:hover, .expandissaquah:hover, .expandwseattle:hover, .expandballard:hover, .expandvashon:hover, .expandbi:hover {
  cursor: pointer;
}

.thisshow
{
opacity: 0; 
transform: translateX(20px);
transition: opacity 0.5s ease, transform 0.5s ease;
width: 100%; 
}
.thisshow.active
{
opacity: 1;
transform: translateX(0);
transition: opacity 0.5s ease, transform 0.5s ease;
}
.thisshow.notactive {
transform: translateX(20px);
opacity:0;
}

.city-slide-content {
  width: 100%;
  position: absolute;
  display: flex;
  height: 500px;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content {height:670px
}}

@media only screen and (min-width: 321px) and (max-width: 599px) {

.city-slide-content {height:630px
}}

.city-slide-content.bi {
  height: 500px;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.bi {height: calc(900px - 30vw)
}}

.city-slide-content.pt {
  height: 500px;
}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.pt {height: calc(900px - 30vw)
}}

.city-slide-content.ws {
  height: 422px;
}

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

.city-slide-content.ws {height:515px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.ws {height: calc(900px - 30vw)
}}

.city-slide-content.is {
  height: 500px;
}

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

.city-slide-content.is {height:515px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.is {height: calc(900px - 30vw)
}}

.city-slide-content.ba {
  height: 460px;
}

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

.city-slide-content.ba {height:515px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.ba {height: calc(900px - 30vw)
}}

.city-slide-content.va {
  height: 480px;
}

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

.city-slide-content.va {height:515px
}}

@media only screen and (max-width: 320px), only screen and (min-width: 321px) and (max-width: 599px), only screen and (min-width: 600px) and (max-width: 767px) {

.city-slide-content.va {height: calc(900px - 30vw)
}}


.download-now-button .hovr {fill:#F1EBD2;}
.download-now-button .hovr-let {fill:black;}
.download-now-button:hover .hovr {fill:#F47820;}
.download-now-button:hover .hovr-let {fill:white;}
.download-now-button:hover {cursor: pointer;}

.troll-deet-copy{
  text-align: left;
  font-family: "AvLight", "serif";
  font-size: 1.000em;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.troll-deet-copy p{
  margin-bottom: 0.5rem;
  line-height: 1.25;
}
.troll-deet-copy a{
  --tw-text-opacity: 1;
  color: rgb(244 120 32 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.troll-deet-copy a:hover{
  cursor: pointer;
  text-decoration-line: none;
}
.troll-deet-sub{
  margin-bottom: 0.5rem;
  display: block;
  text-align: left;
  font-family: "trollfont", "serif";
  font-size: 1.500em;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
@media (min-width: 768px){

  .troll-deet-sub{
    margin-bottom: 1rem;
    font-size: 28px;
  }
}
@media (min-width: 992px){

  .troll-deet-sub{
    font-size: 30px;
  }
}


/* Sticky alert: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  #sdf-alert { transition: none !important; }
}
.hover\:-rotate-1:hover{
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:-rotate-2:hover{
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:-rotate-3:hover{
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:rotate-3:hover{
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), 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));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-brown:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 161 137 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-brown:hover{
  --tw-text-opacity: 1;
  color: rgb(180 161 137 / var(--tw-text-opacity));
}
.hover\:text-charcoal:hover{
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(244 120 32 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:\!no-underline:hover{
  text-decoration-line: none !important;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:brightness-125:hover{
  --tw-brightness: brightness(1.25);
  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);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-orange\/50:focus{
  --tw-ring-color: rgb(244 120 32 / 0.5);
}
@media (min-width: 200px){

  .\32xs\:block{
    display: block;
  }

  .\32xs\:w-\[200px\]{
    width: 200px;
  }
}
@media (min-width: 321px){

  .xs\:mt-0{
    margin-top: 0px;
  }

  .xs\:block{
    display: block;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:w-\[300px\]{
    width: 300px;
  }

  .xs\:w-\[360px\]{
    width: 360px;
  }
}
@media (min-width: 599px){

  .sm\:top-\[40px\]{
    top: 40px;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-\[30px\]{
    height: 30px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-\[150px\]{
    width: 150px;
  }

  .sm\:w-\[180px\]{
    width: 180px;
  }

  .sm\:w-\[260px\]{
    width: 260px;
  }

  .sm\:w-\[400px\]{
    width: 400px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:text-2xl{
    font-size: 28px;
  }

  .sm\:text-md{
    font-size: 1.250em;
  }

  .sm\:text-sm{
    font-size: 1.125em;
  }

  .sm\:text-xl{
    font-size: 1.500em;
  }

  .sm\:text-xs{
    font-size: 1.000em;
  }
}
@media (min-width: 768px){

  .md\:left-20{
    left: 5rem;
  }

  .md\:top-\[-50px\]{
    top: -50px;
  }

  .md\:top-\[50px\]{
    top: 50px;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-\[140px\]{
    height: 140px;
  }

  .md\:h-\[40px\]{
    height: 40px;
  }

  .md\:h-\[60px\]{
    height: 60px;
  }

  .md\:h-\[90px\]{
    height: 90px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[320px\]{
    width: 320px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[600px\]{
    width: 600px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-\[580px\]{
    max-width: 580px;
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-2xl{
    font-size: 28px;
  }

  .md\:text-3xl{
    font-size: 30px;
  }

  .md\:text-6xl{
    font-size: 54px;
  }

  .md\:text-\[100px\]{
    font-size: 100px;
  }

  .md\:text-lg{
    font-size: 1.375em;
  }

  .md\:text-md{
    font-size: 1.250em;
  }

  .md\:text-sm{
    font-size: 1.125em;
  }

  .md\:text-xl{
    font-size: 1.500em;
  }
}
@media (min-width: 992px){

  .lg\:left-28{
    left: 7rem;
  }

  .lg\:top-\[90px\]{
    top: 90px;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-0{
    height: 0px;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-52{
    height: 13rem;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-\[220px\]{
    width: 220px;
  }

  .lg\:w-\[260px\]{
    width: 260px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[700px\]{
    width: 700px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-3xl{
    font-size: 30px;
  }

  .lg\:text-4xl{
    font-size: 34px;
  }

  .lg\:text-8xl{
    font-size: 74px;
  }

  .lg\:text-\[200px\]{
    font-size: 200px;
  }

  .lg\:no-underline{
    text-decoration-line: none;
  }
}
@media (min-width: 1260px){

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-\[290px\]{
    width: 290px;
  }

  .xl\:w-\[300px\]{
    width: 300px;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:text-4xl{
    font-size: 34px;
  }

  .xl\:text-5xl{
    font-size: 44px;
  }

  .xl\:text-9xl{
    font-size: 84px;
  }
}
@media (min-width: 2000px){

  .\32xl\:block{
    display: block;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:text-\[300px\]{
    font-size: 300px;
  }
}
