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

/* .build-border-red, .bb-red {border: solid red 1px;}
.build-border-blue, .bb-blue  {border: solid blue 1px;}
.build-border-green, .bb-green {border: solid green 1px;}
.build-border-yellow, .bb-yellow {border: solid yellow 1px;}
.build-border-pink, .bb-pink {border: solid pink 1px;}
.build-border-dashed, .bb-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
}}

.edit-this {
  display: block;
  position: fixed;
  top: 15px;
  right: -10px;
  z-index: 99;
  padding: 2px 2px;
  transform: rotate(90deg);
  text-decoration: none;
  background-color: #000;
  color: white;
  font-size: 10px;
  font-family: "soleil", "sans-serif";
}

.edit-this:hover {
    background-color: #FFF;
    color: black;
    border: solid black 1px;
  }
/* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

@font-face {
    font-family: 'CalibreMedium';
    src: url('/assets/fonts/Calibre-Medium.woff2') format('woff2'),
        url('/assets/fonts/Calibre-Medium.woff') format('woff'),
        url('/assets/fonts/Calibre-Medium.ttf') format('truetype'),
        url('/assets/fonts/Calibre-Medium.svg#Calibre-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CalibreLight';
    src: url('/assets/fonts/Calibre-Light.woff2') format('woff2'),
        url('/assets/fonts/Calibre-Light.woff') format('woff'),
        url('/assets/fonts/Calibre-Light.ttf') format('truetype'),
        url('/assets/fonts/Calibre-Light.svg#Calibre-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CalibreLightItalic';
    src: url('/assets/fonts/Calibre-LightItalic.woff2') format('woff2'),
        url('/assets/fonts/Calibre-LightItalic.woff') format('woff'),
        url('/assets/fonts/Calibre-LightItalic.ttf') format('truetype'),
        url('/assets/fonts/Calibre-LightItalic.svg#Calibre-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CalibreBoldItalic';
    src: url('/assets/fonts/Calibre-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/Calibre-BoldItalic.woff') format('woff'),
        url('/assets/fonts/Calibre-BoldItalic.ttf') format('truetype'),
        url('/assets/fonts/Calibre-BoldItalic.svg#Calibre-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'CalibreRegular';
    src: url('/assets/fonts/Calibre-Regular.woff2') format('woff2'),
        url('/assets/fonts/Calibre-Regular.woff') format('woff'),
        url('/assets/fonts/Calibre-Regular.ttf') format('truetype'),
        url('/assets/fonts/Calibre-Regular.svg#Calibre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CalibreSemibold';
    src: url('/assets/fonts/Calibre-Semibold.woff2') format('woff2'),
        url('/assets/fonts/Calibre-Semibold.woff') format('woff'),
        url('/assets/fonts/Calibre-Semibold.ttf') format('truetype'),
        url('/assets/fonts/Calibre-Semibold.svg#Calibre-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NantesWebBold';
    src: url('/assets/fonts/NantesWeb-Bold.woff2') format('woff2'),
        url('/assets/fonts/NantesWeb-Bold.woff') format('woff'),
        url('/assets/fonts/NantesWeb-Bold.ttf') format('truetype'),
        url('/assets/fonts/NantesWeb-Bold.svg#NantesWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NantesWebRegular';
    src: url('/assets/fonts/NantesWeb-Regular.woff2') format('woff2'),
        url('/assets/fonts/NantesWeb-Regular.woff') format('woff'),
        url('/assets/fonts/NantesWeb-Regular.ttf') format('truetype'),
        url('/assets/fonts/NantesWeb-Regular.svg#NantesWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.facse-body-copy, .facse-body, .facse-copy {
    margin-bottom: 1rem;
    font-family: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
    font-size: 22px;
    font-weight: 300;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
p.facse-copy {
    margin-bottom: 0px;
    padding-bottom: 1rem;
    font-family: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
    font-weight: 300;
}
a.facse-a {
    --tw-text-opacity: 1;
    color: rgb(231 104 40 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.text-tiny {
    display: inline;
    font-size: 18px;
    line-height: 1.25;
}
.text-small {
    display: inline;
    font-size: 20px;
    line-height: 1.5;
}
.text-normal {
    font-size: 22px;
}

h1.facse-copy {
    margin-bottom: 1rem;
    font-family: "NantesWebBold", "Georgia", "serif";
    font-size: 34px;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    h1.facse-copy {
        font-size: 54px;
    }
}

@media (min-width: 992px) {

    h1.facse-copy {
        font-size: 74px;
    }
}
h2.facse-copy {
    margin-bottom: 1rem;
    font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

    h2.facse-copy {
        font-size: 34px;
    }
}
@media (min-width: 992px) {

    h2.facse-copy {
        font-size: 54px;
    }
}
h3.facse-copy {
    margin-bottom: 0.5rem;
    font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

    h3.facse-copy {
        font-size: 28px;
    }
}
@media (min-width: 992px) {

    h3.facse-copy {
        font-size: 34px;
    }
}

.facse-blockquote {
    margin: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(250 253 245 / var(--tw-bg-opacity));
    padding: 0.5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    font-family: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
  border-left: solid 2px #58585A;
}

ol.facse-ol {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    list-style-position: inside;
    list-style-position: outside;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    ol.facse-ol {
        margin-left: 1rem;
    }
}
ol.facse-ol li.facse-li {
    list-style-type: decimal;
    padding-bottom: 0.5rem;
    font-size: 22px;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
ol.facse-ol li.facse-li ol.facse-ol {
    list-style-position: outside;
    padding-top: 1rem;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
ol.facse-ol li.facse-li ul.facse-ul {
    list-style-position: outside;
    padding-top: 1rem;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
ul.facse-ul {
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    list-style-position: inside;
    list-style-position: outside;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

    ul.facse-ul {
        margin-left: 1rem;
    }
}
ul.facse-ul li.facse-li {
    list-style-type: disc;
    padding-bottom: 0.5rem;
    font-size: 22px;
    line-height: 1.375;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
ul.facse-ul li.facse-li ul.facse-ul {
    list-style-position: outside;
    padding-top: 1rem;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}
ul.facse-ul li.facse-li ol.facse-ol {
    list-style-position: outside;
    padding-top: 1rem;
    font-size: 22px;
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
}

ul.facse-ul {margin-left: 2.5rem; padding-bottom: 1rem;}
ol.facse-ol {margin-left: 2.5rem; padding-bottom: 1rem;}

p.facse-copy + blockquote.facse-blockquote {  margin-top: -1rem; }
p.facse-copy + ul.facse-ul {  margin-top: -1rem; }
p.facse-copy + ul.facse-ol {  margin-top: -1rem; }
h2.facse-copy + figure, h3.facse-copy + figure, p.facse-copy + figure { margin-top: 1rem!important;
}
@media 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) {
h2.facse-copy + figure, h3.facse-copy + figure, p.facse-copy + figure { margin-top: 0rem!important;
  margin-bottom: 1.5rem!important
}}
/* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

.n-btn {
  font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 10px 20px 5px 20px;
  margin: 2px;
}

.f-btn {
  font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(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;
      }

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

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

.f-btn.btn-red {background-color: #ff2c2c;  
  }

.f-btn.btn-red:hover {
        background-color: #f04c0b;
    }

.f-btn .icon-hex-white {top:6px;}

/* .googledoc {position: relative; top:-1px;}  */



.icon-mail-hex,
.icon-menu-hex {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 10px;
}



@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) {



.icon-mail-hex,
.icon-menu-hex {
    top: -10px
}
  }

.icon-mail-hex .icon-mail-over,
.icon-menu-hex .icon-menu-hex-over {
  display: none;
}

.icon-mail-hex:hover .icon-mail-off,
.icon-menu-hex:hover .icon-menu-hex-off,
.icon-mail-hex:active .icon-mail-off,
.icon-menu-hex:active .icon-menu-hex-off {
  display: none;
}

.icon-mail-hex:hover .icon-mail-over,
.icon-menu-hex:hover .icon-menu-hex-over,
.icon-mail-hex:active .icon-mail-over,
.icon-menu-hex:active .icon-menu-hex-over {
  display: block;
}

.icon-menu-hex,
.icon-menu-hex .icon-menu-hex-off {
  display: inline-block;
}

@media only screen and (min-width: 1012px) {

.icon-menu-hex,
.icon-menu-hex .icon-menu-hex-off { display: none
} }


.clippy-hex {-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);}

.icon-hex-orange {
  display: inline-block;
  position: relative;
  top:3px; width: 20px; height: 20px;
  background-color: #E76828;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

.icon-hex-white {
  display: inline-block;
  position: relative;
  top:3px; width: 20px; height: 20px;
  background-color: #FFF;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
button[type=submit].freeform-processing {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
}
button[type=submit].freeform-processing:before {
    content: "";
    display: block;
    flex: 1 0 11px;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #fff #fff;
    border-radius: 50%;
    animation: freeform-processing .5s linear infinite;
}
button[type=submit].freeform-button-submit{
  background: url('/assets/imgz/icon-hex-white.svg') 80px 10px no-repeat, #E76828;
  font-family: "CalibreMedium", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 10px 50px 5px 20px;
  margin: 2px;
}
button[type=submit].freeform-button-submit:hover {
  background: url('/assets/imgz/icon-hex-white.svg') 80px 10px no-repeat, #6C9926;
}
@keyframes freeform-processing {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
    }
}
.freeform-pages {
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.freeform-pages li {
    margin: 0 10px 0 0;
}
.freeform-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.freeform-row .freeform-column {
    flex: 1 0;
    padding: 10px 0;
    margin: 0 15px;
    box-sizing: border-box;
}
.freeform-row .freeform-column > .freeform-row:first-child {
    margin-top: -10px;
}
.freeform-row .freeform-column label {
    display: block;
}
.freeform-row .freeform-column .input-group-one-line {
    display: flex;
    flex-wrap: wrap;
}
.freeform-row .freeform-column .input-group-one-line label {
    padding-right: 10px;
}
.freeform-row .freeform-column .freeform-label,
.freeform-group .freeform-label {
    font-weight: bold;
}
.freeform-row .freeform-column .freeform-label.freeform-required:after {
    content: "*";
    margin-left: 5px;
    color: red;
}
.freeform-row .freeform-column .freeform-input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 0px;
    line-height: 20px;
    padding: 10px 2px 2px 10px;    
    background-color: #FFFDF6;
    transition: background-color 0.2s;
    border: 1px solid #ccc;  
}
.freeform-row .freeform-column .freeform-input[type=checkbox],
.freeform-row .freeform-column .freeform-input[type=radio] {
    width: auto;
    display: inline;
    margin-right: 5px;
}
.freeform-row .freeform-column .freeform-input-only-label {
    font-weight: normal;
}
.freeform-row .freeform-column .freeform-input-only-label > .freeform-input {
    display: inline-block;
    width: auto;
    margin-right: 5px;
  }
.freeform-row .freeform-column .freeform-errors {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}
.freeform-row .freeform-column .freeform-errors > li {
    color: red;
}
.freeform-row .freeform-column .freeform-instructions {
    margin: 0 0 5px;
    font-size: 13px;
    color: #aba7a7;
}
.freeform-form-errors {
    padding: 15px;
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    border-radius: 5px;
    color: #721c24;
}
.freeform-form-errors > p {
    margin: 0;
}
.freeform-group {
    width: 100%;
    padding: 0 15px;
}


/* CONSTANT CONTACT STUFF */

.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"]::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;
}
/* XXL */ /* XL */ /* LG */ /* MD */ /* SM */ /* XS */

/* npx stylelint public/web/src/nice.css */
/* ! 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: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "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%;}
@media (min-width: 109px){
  .container{
    max-width: 109px;}}
@media (min-width: 209px){
  .container{
    max-width: 209px;}}
@media (min-width: 320px){
  .container{
    max-width: 320px;}}
@media (min-width: 576px){
  .container{
    max-width: 576px;}}
@media (min-width: 768px){
  .container{
    max-width: 768px;}}
@media (min-width: 992px){
  .container{
    max-width: 992px;}}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;}}
@media (min-width: 2000px){
  .container{
    max-width: 2000px;}}
.static{
  position: static;}
.fixed{
  position: fixed;}
.absolute{
  position: absolute;}
.relative{
  position: relative;}
.-top-2{
  top: -0.5rem;}
.bottom-0{
  bottom: 0px;}
.left-0{
  left: 0px;}
.left-2{
  left: 0.5rem;}
.top-0{
  top: 0px;}
.top-1{
  top: 0.25rem;}
.top-\[-1px\]{
  top: -1px;}
.top-\[10px\]{
  top: 10px;}
.z-50{
  z-index: 50;}
.clear-both{
  clear: both;}
.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-12{
  margin-top: 3rem;
  margin-bottom: 3rem;}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;}
.-ml-px{
  margin-left: -1px;}
.-mt-10{
  margin-top: -2.5rem;}
.mb-0{
  margin-bottom: 0px;}
.mb-10{
  margin-bottom: 2.5rem;}
.mb-2{
  margin-bottom: 0.5rem;}
.mb-20{
  margin-bottom: 5rem;}
.mb-3{
  margin-bottom: 0.75rem;}
.mb-4{
  margin-bottom: 1rem;}
.mb-44{
  margin-bottom: 11rem;}
.mb-5{
  margin-bottom: 1.25rem;}
.mb-6{
  margin-bottom: 1.5rem;}
.mb-8{
  margin-bottom: 2rem;}
.ml-0{
  margin-left: 0px;}
.ml-2{
  margin-left: 0.5rem;}
.ml-4{
  margin-left: 1rem;}
.ml-auto{
  margin-left: auto;}
.mr-0{
  margin-right: 0px;}
.mr-10{
  margin-right: 2.5rem;}
.mr-2{
  margin-right: 0.5rem;}
.mr-3{
  margin-right: 0.75rem;}
.mr-4{
  margin-right: 1rem;}
.mt-0{
  margin-top: 0px;}
.mt-10{
  margin-top: 2.5rem;}
.mt-2{
  margin-top: 0.5rem;}
.mt-20{
  margin-top: 5rem;}
.mt-24{
  margin-top: 6rem;}
.mt-4{
  margin-top: 1rem;}
.mt-5{
  margin-top: 1.25rem;}
.mt-6{
  margin-top: 1.5rem;}
.mt-8{
  margin-top: 2rem;}
.block{
  display: block;}
.inline-block{
  display: inline-block;}
.inline{
  display: inline;}
.flex{
  display: flex;}
.inline-flex{
  display: inline-flex;}
.table{
  display: table;}
.flow-root{
  display: flow-root;}
.grid{
  display: grid;}
.contents{
  display: contents;}
.hidden{
  display: none;}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;}
.h-0{
  height: 0px;}
.h-10{
  height: 2.5rem;}
.h-4{
  height: 1rem;}
.h-5{
  height: 1.25rem;}
.h-\[100px\]{
  height: 100px;}
.h-\[10px\]{
  height: 10px;}
.h-\[15px\]{
  height: 15px;}
.h-\[160px\]{
  height: 160px;}
.h-\[180px\]{
  height: 180px;}
.h-\[20px\]{
  height: 20px;}
.h-\[300px\]{
  height: 300px;}
.h-\[40px\]{
  height: 40px;}
.h-\[50px\]{
  height: 50px;}
.h-\[5px\]{
  height: 5px;}
.h-\[60px\]{
  height: 60px;}
.h-full{
  height: 100%;}
.w-0{
  width: 0px;}
.w-1\/2{
  width: 50%;}
.w-1\/3{
  width: 33.333333%;}
.w-10{
  width: 2.5rem;}
.w-11\/12{
  width: 91.666667%;}
.w-2\/3{
  width: 66.666667%;}
.w-3\/4{
  width: 75%;}
.w-4{
  width: 1rem;}
.w-5{
  width: 1.25rem;}
.w-5\/6{
  width: 83.333333%;}
.w-8\/12{
  width: 66.666667%;}
.w-\[110px\]{
  width: 110px;}
.w-\[120px\]{
  width: 120px;}
.w-\[140px\]{
  width: 140px;}
.w-\[170px\]{
  width: 170px;}
.w-\[200px\]{
  width: 200px;}
.w-\[20px\]{
  width: 20px;}
.w-\[260px\]{
  width: 260px;}
.w-\[300px\]{
  width: 300px;}
.w-\[400px\]{
  width: 400px;}
.w-\[60px\]{
  width: 60px;}
.w-\[80\%\]{
  width: 80%;}
.w-auto{
  width: auto;}
.w-full{
  width: 100%;}
.flex-1{
  flex: 1 1 0%;}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-outside{
  list-style-position: outside;}
.list-decimal{
  list-style-type: decimal;}
.list-disc{
  list-style-type: disc;}
.flex-row{
  flex-direction: row;}
.flex-col{
  flex-direction: column;}
.flex-wrap{
  flex-wrap: wrap;}
.place-content-center{
  place-content: center;}
.items-start{
  align-items: flex-start;}
.items-center{
  align-items: center;}
.justify-center{
  justify-content: center;}
.justify-items-start{
  justify-items: start;}
.justify-items-center{
  justify-items: center;}
.gap-2{
  gap: 0.5rem;}
.gap-6{
  gap: 1.5rem;}
.gap-8{
  gap: 2rem;}
.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;}
.overflow-hidden{
  overflow: hidden;}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.text-wrap{
  text-wrap: wrap;}
.text-pretty{
  text-wrap: pretty;}
.rounded-full{
  border-radius: 9999px;}
.border{
  border-width: 1px;}
.border-2{
  border-width: 2px;}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;}
.border-b-2{
  border-bottom-width: 2px;}
.border-r-0{
  border-right-width: 0px;}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(35 32 32 / var(--tw-border-opacity));}
.border-charcoal{
  --tw-border-opacity: 1;
  border-color: rgb(88 88 90 / var(--tw-border-opacity));}
.border-green-light{
  --tw-border-opacity: 1;
  border-color: rgb(146 200 62 / var(--tw-border-opacity));}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(35 32 32 / var(--tw-bg-opacity));}
.bg-charcoal{
  --tw-bg-opacity: 1;
  background-color: rgb(88 88 90 / var(--tw-bg-opacity));}
.bg-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 246 / var(--tw-bg-opacity));}
.bg-green-light{
  --tw-bg-opacity: 1;
  background-color: rgb(146 200 62 / var(--tw-bg-opacity));}
.bg-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(231 104 40 / var(--tw-bg-opacity));}
.bg-sage{
  --tw-bg-opacity: 1;
  background-color: rgb(250 253 245 / var(--tw-bg-opacity));}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));}
.fill-current{
  fill: currentColor;}
.p-0{
  padding: 0px;}
.p-2{
  padding: 0.5rem;}
.p-20{
  padding: 5rem;}
.p-4{
  padding: 1rem;}
.p-8{
  padding: 2rem;}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;}
.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-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;}
.pb-10{
  padding-bottom: 2.5rem;}
.pb-2{
  padding-bottom: 0.5rem;}
.pb-20{
  padding-bottom: 5rem;}
.pb-4{
  padding-bottom: 1rem;}
.pb-40{
  padding-bottom: 10rem;}
.pl-0{
  padding-left: 0px;}
.pl-2{
  padding-left: 0.5rem;}
.pl-4{
  padding-left: 1rem;}
.pr-4{
  padding-right: 1rem;}
.pt-0{
  padding-top: 0px;}
.pt-10{
  padding-top: 2.5rem;}
.pt-2{
  padding-top: 0.5rem;}
.pt-20{
  padding-top: 5rem;}
.pt-4{
  padding-top: 1rem;}
.pt-40{
  padding-top: 10rem;}
.pt-6{
  padding-top: 1.5rem;}
.text-left{
  text-align: left;}
.text-center{
  text-align: center;}
.text-right{
  text-align: right;}
.font-bold{
  font-family: "CalibreSemibold", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";}
.font-light{
  font-family: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";}
.font-light-italic{
  font-family: "CalibreLightItalic", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";}
.font-medium{
  font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";}
.font-nan-bold{
  font-family: "NantesWebBold", "Georgia", "serif";}
.font-nan-regular{
  font-family: "NantesWebRegular", "Georgia", "serif";}
.font-regular{
  font-family: "CalibreRegular", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";}
.font-sans{
  font-family: "CalibreLight", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";}
.text-2xl{
  font-size: 28px;}
.text-2xs{
  font-size: 14px;}
.text-3xl{
  font-size: 30px;}
.text-3xs{
  font-size: 12px;}
.text-4xl{
  font-size: 34px;}
.text-base{
  font-size: 20px;}
.text-lg{
  font-size: 22px;}
.text-md{
  font-size: 20px;}
.text-sm{
  font-size: 18px;}
.text-xl{
  font-size: 24px;}
.text-xs{
  font-size: 16px;}
.font-bold{
  font-weight: 700;}
.font-light{
  font-weight: 300;}
.font-medium{
  font-weight: 500;}
.font-normal{
  font-weight: 400;}
.italic{
  font-style: italic;}
.leading-5{
  line-height: 1.25rem;}
.leading-7{
  line-height: 1.75rem;}
.leading-\[40px\]{
  line-height: 40px;}
.leading-\[80px\]{
  line-height: 80px;}
.leading-none{
  line-height: 1;}
.leading-normal{
  line-height: 1.5;}
.leading-snug{
  line-height: 1.375;}
.leading-tight{
  line-height: 1.25;}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(35 32 32 / var(--tw-text-opacity));}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(40 167 231 / var(--tw-text-opacity));}
.text-charcoal{
  --tw-text-opacity: 1;
  color: rgb(88 88 90 / var(--tw-text-opacity));}
.text-green-dark{
  --tw-text-opacity: 1;
  color: rgb(108 153 38 / var(--tw-text-opacity));}
.text-green-light{
  --tw-text-opacity: 1;
  color: rgb(146 200 62 / var(--tw-text-opacity));}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(239 243 232 / var(--tw-text-opacity));}
.text-orange-dark{
  --tw-text-opacity: 1;
  color: rgb(231 104 40 / var(--tw-text-opacity));}
.text-sage{
  --tw-text-opacity: 1;
  color: rgb(250 253 245 / var(--tw-text-opacity));}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 200 44 / var(--tw-text-opacity));}
.underline{
  text-decoration-line: underline;}
.no-underline{
  text-decoration-line: none;}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;}
.opacity-0{
  opacity: 0;}
.opacity-100{
  opacity: 1;}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);}
.drop-shadow-nav{
  --tw-drop-shadow: drop-shadow(2px 2px 0px rgba(255, 200, 44, 1));
  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;}
.duration-300{
  transition-duration: 300ms;}

b, strong{
  font-family: "CalibreSemibold", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "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 {}

.facse-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) {

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

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

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

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

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

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

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

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

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

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

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

#inspired {
  position: relative;
  right: -68%;
  top: -175px;
  width: 266px;
}

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

#inspired {
    display: none
}
  }

.top-nav-item{
  margin-right: 1rem;
  display: block;
  display: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(146 200 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(146 200 62 / var(--tw-bg-opacity));
  font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-drop-shadow: drop-shadow(2px 2px 0px rgba(255, 200, 44, 1));
  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);}

.top-nav-item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(146 200 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(108 153 38 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);}

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

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

.top-nav-item {


/* xl:pb-2 xl:pt-2 xl:px-4 lg:pb-1 lg:pt-1 lg:px-2 */

}

@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: rgb(146 200 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(146 200 62 / var(--tw-bg-opacity));
  font-family: "CalibreMedium", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-size: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  --tw-drop-shadow: drop-shadow(2px 2px 0px rgba(255, 200, 44, 1));
  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);
}

.overlay-nav-item:hover{
  --tw-border-opacity: 1;
  border-color: rgb(146 200 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(108 153 38 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);}

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

.top-nav-email { width: 30px; display: inline-block; }
.top-nav-email .top-nav-email-icon-off { display: block; }
.top-nav-email .top-nav-email-icon-over { display: none; }
.top-nav-email .top-nav-email-icon-off:hover { display: none; }
.top-nav-email .top-nav-email-icon-over:hover { display: block; }


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

#videoBG {
  position: absolute;
  display: block;
  top: 0;
  left: 40%;
  transform: translate(-50%, 0);
  z-index: -10;
  width: 100%;
  /* min-width:490px; */
  max-width: 1200px;
  height: auto;
}

/* overflow: hidden; */

/* border: solid green 1px; */

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

#videoBG {display: none
}}

#vidpush {
  /* border: dashed blue 1px; */
  position: relative;
  display: block;
  width: 100%;
  padding-top: 50%;
}

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

#vidpush {padding-top:39%
}}

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

#vidpush {padding-top:40px
}}

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

#vidpush {padding-top: 590px
}}

#headpush {
  /* border: dashed blue 1px; */
  position: relative;
  display: block;
  width: 100%;
  height: 570px;
}

@media 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) {

#headpush {height: 290px
} }

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

#headpush {height:90px
}}

#headpush.small {height:160px;  
  }

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

#headpush.small {height: 60px  
  } }

#top-grid-right {
  position: absolute;
  z-index: -5;
  top: -92px;
  right: 0;
  width: 400px;
}

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

#top-grid-right {
    display: none
}
  }

#top-home-left {
  position: absolute;
  z-index: -5;
  top: 100px;
  left: 0px;
  width: 220px;
}

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

#top-home-left {
    display: none
}
  }

.section-bg-left-top {
  position: absolute;
  width: 271px;
  z-index: -5;
  top: 99px;
  left: 0;
}

.section-bg-left-top.red #section-title-bg-color { fill: #e76828; }

.section-bg-left-top.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left-top.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left-top.orange #section-title-bg-color { fill: #F5864F; }

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

.section-bg-left-top {
    display: none
}
  }

.section-bg-left-top-mobile {
  position: absolute;
  width: 200px;
  z-index: -5;
  top: 99px;
  left: 0;
}

.section-bg-left-top-mobile.red #section-title-bg-color { fill: #e76828; }

.section-bg-left-top-mobile.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left-top-mobile.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left-top-mobile.orange #section-title-bg-color { fill: #F5864F; }

@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) {

.section-bg-left-top-mobile { display: none
} }

.section-bg-left {
  position: absolute;
  width: 271px;
  z-index: -5;
  left: 0;
}

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

.section-bg-left {display: none
}}

.section-bg-left.red #section-title-bg-color { fill: #e76828; }

.section-bg-left.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left.orange #section-title-bg-color { fill: #F5864F; }

.section-bg-left-md {
  position: absolute;
  width: 271px;
  z-index: -5;
  left: 0;
}

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

.section-bg-left-md {display: none
}}

.section-bg-left-md.red #section-title-bg-color { fill: #e76828; }

.section-bg-left-md.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left-md.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left-md.orange #section-title-bg-color { fill: #F5864F; }

.section-bg-right-md {
  position: absolute;
  width: 271px;
  z-index: -5;
  right: 10px;
  transform: rotate(90deg) translateX(-10px);
}

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

.section-bg-right-md {display: none
}}

.section-bg-right-md.red #section-title-bg-color { fill: #e76828; }

.section-bg-right-md.green #section-title-bg-color { fill: #92c83e; }

.section-bg-right-md.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-right-md.orange #section-title-bg-color { fill: #F5864F; }

.section-bg-left-mobile {
  position: absolute;
  width: 200px;
  z-index: -5;
}

@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) {

.section-bg-left-mobile { display: none
} }

.section-bg-left-mobile.red #section-title-bg-color { fill: #e76828; }

.section-bg-left-mobile.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left-mobile.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left-mobile.orange #section-title-bg-color { fill: #F5864F; }

.section-bg-left-mobile-md {
  position: absolute;
  width: 200px;
  z-index: -5;
}

@media 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) {

.section-bg-left-mobile-md { display: none
} }

.section-bg-left-mobile-md.red #section-title-bg-color { fill: #e76828; }

.section-bg-left-mobile-md.green #section-title-bg-color { fill: #92c83e; }

.section-bg-left-mobile-md.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-left-mobile-md.orange #section-title-bg-color { fill: #F5864F; }

.section-bg-right-mobile-md {
  position: absolute;
  width: 200px;
  z-index: -5;
  right: 10px;
  transform: rotate(180deg);
}

@media 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) {

.section-bg-right-mobile-md { display: none
} }

.section-bg-right-mobile-md.red #section-title-bg-color { fill: #e76828; }

.section-bg-right-mobile-md.green #section-title-bg-color { fill: #92c83e; }

.section-bg-right-mobile-md.yellow #section-title-bg-color { fill: #ffc82c; }

.section-bg-right-mobile-md.orange #section-title-bg-color { fill: #F5864F; }

.page-title {
  position: relative;
  display: inline-block;
  z-index: 5;
  transform: rotate(-47deg);
  top: 44px;
  left: 56px;
}

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

.page-title {
    transform: rotate(0deg);
    top: 12px;
    left: 16px
}
  }

.page-title h1, .page-title h2{
  font-family: "CalibreSemibold", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}

@media (min-width: 576px){
  .page-title h1, .page-title h2{
    font-size: 28px;}}

.page-title.dubble {
    top: 64px;
    left: 8px;
  }

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

.page-title.dubble {
      top: 7px;
      left: 16px
  }
      @media (min-width: 320px){
    .page-title.dubble h2{
      font-size: 18px;}}
    }

.section-title {
  position: relative;
  display: inline-block;
  z-index: 5;
  transform: rotate(-47deg);
  top: 60px;
  left: 26px;
}

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

.section-title {
    transform: rotate(0deg);
    top: 5px;
    left: 16px
}
  }

.section-title h2{
  font-family: "CalibreSemibold", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}

@media (min-width: 576px){
  .section-title h2{
    font-size: 28px;}}

.section-title.dubble {
    top: 64px;
    left: 8px;
  }

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

.section-title.dubble {
      top: 7px;
      left: 16px
  }
      @media (min-width: 320px){
    .section-title.dubble h2{
      font-size: 18px;}}
    }

.box-notched-white-on-cream-orange-outline {
  position:relative; 
  height: auto;
  background-color: #FFF;
  padding: 20px;
  border: solid #E76828 1px;
}
.box-notched-white-on-cream-orange-outline:after {
  content: "";
  position:absolute;  
  margin: 0;
  top: -21px;
  right: -21px;
  width:42px;
  height:42px;
  transform:rotate(45deg);
  border-bottom: solid #E76828 1px;
  background-color:#FFFDF6;
}

.box-notched {
  position:relative; 
  height: auto;
  padding: 20px;
  /* margin-bottom:40px; */
  border-top:#EFF3E8 solid 1px;
  border-right: #EFF3E8 solid 1px;
}

.box-notched.sage {background-color: #FAFDF5;}

.box-notched.rose {background-color: #FFF8F5;}

.box-notched.butter {background-color: #FFFDF6;}
.box-notched:after {
  content: "";
  position:absolute;  
  margin: 0;
  top: -21px;
  right: -21px;
  width:42px;
  height:42px;
  transform:rotate(45deg);
  border-bottom: solid #EFF3E8 1px;
  background-color:#FFF;
}

.box-sub {
  position:relative; 
  height: auto;
  border-right: #EFF3E8 solid 1px;
}

.box-sub.sage {background-color: #FAFDF5;}

.box-sub.rose {background-color: #FFF8F5;}

.box-sub.butter {background-color: #FFFDF6;}

#hero-angle {
  /* border: solid red 1px; */
  position: absolute;
  top:0;
  height:672px;
  overflow: hidden;
  z-index: -10;
  width: 100%;
 }

#hero-angle.roots {background: url('../assets/imgz/hero-plants-roots.jpg') no-repeat;
    background-position: 30% 0%;
    }

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

#hero-angle.roots { background-position: -60px 0%
    } }

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

#hero-angle.roots { height: 400px; background-position: 0 0; background-size: 580px
    } }

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

#hero-angle.roots { height: 400px; background-position: 0 0; background-size: 580px
    } }

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

#hero-angle.roots { height: 400px; background-position: -100px 0; background-size: 580px
    } }

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

#hero-angle.roots { height: 200px; background:none
    } }

#hero-angle.people-point {background: url('../assets/imgz/hero-people-point-board.jpg') no-repeat;
    background-position: 30% 0%;
    }

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

#hero-angle.people-point { background-position: -60px 0%
    } }

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

#hero-angle.people-point { height: 400px; background-position: 0 0; background-size: 580px
    } }

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

#hero-angle.people-point { height: 400px; background-position: 0 0; background-size: 580px
    } }

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

#hero-angle.people-point { height: 400px; background-position: -100px 0; background-size: 580px
    } }

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

#hero-angle.people-point { height: 200px; background:none
    } }

 #news-angle {
  /* border: solid red 1px; */
  position: absolute;
  top:0;
  height:680px;
  overflow: hidden;
  z-index: -10;
  width: 100%;
  background-position: 30% 0;
  background-repeat: no-repeat;
}

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

 #news-angle { background-position: -60px 0%
} }

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

 #news-angle { height: 395px; background-position: 0 0; background-size: 820px
} }

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

 #news-angle { height: 395px; background-position: 0 0; background-size: 820px
} }

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

 #news-angle { height: 280px; background-position: -40px 0; background-size: 580px
} }

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

 #news-angle { height: 145px; background:none
} }

#news-hero-caption {
  background-color: white;
  padding: 10px;
  position: relative;
  height: 90px;
  width: 300px;
  margin-bottom: -90px;
  text-overflow: clip;
  text-wrap: balance;
  top: 489px; left: 68%;
}

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

#news-hero-caption {top: 489px; left: 68%
}}

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

#news-hero-caption {top: 205px; left: 63%
}}

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

#news-hero-caption {top: 205px; left: 48%
}}

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

#news-hero-caption {top: 94px; left: 43%; width: 220px
}}

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

#news-hero-caption {display:none
}}

 .hero-copy-food-secure {
  filter: drop-shadow(1px 1px 0px #FFF);
  position: relative;
  width: 310px;
  top: 516px;
  left: 390px;
}

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

 .hero-copy-food-secure { top: 516px; left: 390px
} }

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

 .hero-copy-food-secure { top: 516px; left: 280px
} }

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

 .hero-copy-food-secure { top:263px; left: 200px
} }

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

 .hero-copy-food-secure { top:263px; left: 70px
} }

.materials-board-grid {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px; */
  position: relative;
  display: grid;
}

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

.materials-board-grid {grid-template-columns: 1fr 1fr 1fr;
}}

/* grid-template-columns: 1fr 1fr 1fr; */

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

.materials-board-grid {grid-template-columns: 1fr 1fr;
}}

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

.materials-board-grid {grid-template-columns: 1fr;
}}

@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),  {

.materials-board-grid {grid-template-columns: 1fr;
}}

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

.materials-board-grid {top: -40px;
}}

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

.materials-board-grid {top: -20px;
}}

.materials-board-grid{
  -moz-column-gap: 2rem;
       column-gap: 2rem;}
.materials-box {margin-bottom: 2rem;}

#materials-sidebar {
  z-index: 10;
  right: 0px;
  position: absolute;
  width: 200px;
}

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

#materials-sidebar {border: none
}}

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

#materials-sidebar {border: none
}}

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

#materials-sidebar {
    border: none;
    position: relative;
    width: 100%;
    top: -40px
}
  }

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

#materials-sidebar {
    border: none;
    top: -20px
}
  }

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

#materials-sidebar {
    border: none;
    top: -130px
}
  }

#materials-sidebar .sidebar-nav, #materials-sidebar .sidebar-gl, #materials-sidebar .sidebar-tags {
    width: 100%;
    background-color:#FAFDF5;
    border-top: #EFF3E8 solid 1px;
    border-left: #EFF3E8 solid 1px;
    border-bottom: #EFF3E8 solid 1px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

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

#materials-sidebar .sidebar-nav, #materials-sidebar .sidebar-gl, #materials-sidebar .sidebar-tags {
        display: inline-block;
        text-align: center;
        padding:10px 0 10px 0
}
      }

.materials-min-height {min-height: 630px;}

.sidebar-nav .nav, .sidebar-nav button.nav {
  /* border: solid red 1px; */
  position: relative;
  width: 180px;
  left: 8px;
  padding: 8px 10px 2px 0px;
  margin-bottom: 10px;
  display: block;
  text-align: right;
  font-family: "CalibreSemibold", "Calibri", "Candara" , "Segoe" , "Segoe UI" ,"Optima", "Arial", "sans-serif";
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(88 88 90 / var(--tw-text-opacity));
}

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

.sidebar-nav .nav, .sidebar-nav button.nav {
    display: inline-block;
    text-align: center
}
  }

.sidebar-nav .nav.all, .sidebar-nav button.nav.all {color:#404041;}

.sidebar-nav .nav.all.active, .sidebar-nav .nav.all:hover, .sidebar-nav button.nav.all.active, .sidebar-nav button.nav.all:hover {background-color: black; color: white;}

.sidebar-nav .nav.fu, .sidebar-nav button.nav.fu {color:#F5864F;}

.sidebar-nav .nav.fu.active, .sidebar-nav .nav.fu:hover, .sidebar-nav button.nav.fu.active, .sidebar-nav button.nav.fu:hover {background-color: #F5864F;; color: white;}

.sidebar-nav .nav.tk, .sidebar-nav button.nav.tk {color:#6C9926;}

.sidebar-nav .nav.tk.active, .sidebar-nav .nav.tk:hover, .sidebar-nav button.nav.tk.active, .sidebar-nav button.nav.tk:hover {background-color: #6C9926; color: white;}

.sidebar-nav .nav.tl, .sidebar-nav button.nav.tl {color:#FFC82C;}

.sidebar-nav .nav.tl.active, .sidebar-nav .nav.tl:hover, .sidebar-nav button.nav.tl.active, .sidebar-nav button.nav.tl:hover {background-color: #FFC82C; color: white;}

.sidebar-nav .nav.phenomena, .sidebar-nav button.nav.phenomena {color:#F5864F;}

.sidebar-nav .nav.phenomena.active, .sidebar-nav .nav.phenomena:hover, .sidebar-nav button.nav.phenomena.active, .sidebar-nav button.nav.phenomena:hover {background-color: #F5864F;; color: white;}

.sidebar-nav .nav.other, .sidebar-nav button.nav.other {color:#6C9926;}

.sidebar-nav .nav.other.active, .sidebar-nav .nav.other:hover, .sidebar-nav button.nav.other.active, .sidebar-nav button.nav.other:hover {background-color: #6C9926; color: white;}

.mCat-label {
  position: relative;
  width: 180px;
  left: 8px;
  padding: 8px 10px 2px 0px;
  margin-bottom: 0;
  display: block;
  text-align: right;
  font-family:"CalibreRegular", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
  font-size: 16px;
  --tw-text-opacity: 1;
}

.sidebar-gl, .sidebar-tags {
  text-align: right;
  padding-right: 10px;
}

.sidebar-gl p, .sidebar-tags p{
  text-align: right;
  font-family: "CalibreLightItalic", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(88 88 90 / var(--tw-text-opacity));}

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

.sidebar-gl p, .sidebar-tags p {text-align: center
  }}

.sidebar-gl .gl-div, .sidebar-tags .gl-div {
    display: inline;
  }

.sidebar-gl .gl-input, .sidebar-tags .gl-input {
    display: none;
  }

.sidebar-gl .gl, .sidebar-tags .gl {
    height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    background-color: white;
    border: #EFF3E8 solid 1px;
    display: inline-block;
    text-align: center;
    font-family: "CalibreRegular", "Calibri", "Candara", "Segoe", "Segoe UI", "Optima", "Arial", "sans-serif";
    --tw-text-opacity: 1;
    color: rgb(88 88 90 / var(--tw-text-opacity));
    line-height: 33px;
    font-size: 18px;
    margin-bottom: 4px;    
  }

.sidebar-gl .gl-input:checked ~ .gl, .sidebar-tags .gl-input:checked ~ .gl {
      background-color: black;
      color: white;
    }
.sidebar-tags .tag img {display: inline-block; padding-right: 2px;}
.sidebar-tags .tag{
  display: inline-block;
    font-size: 12px;}

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

.nice-search {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.428 0C5.129 0 0 5.13 0 11.428c0 6.298 5.13 11.428 11.428 11.428 2.765 0 5.308-.98 7.287-2.623l4.453 4.453a1.074 1.074 0 0 0 1.518-1.518l-4.453-4.453a11.386 11.386 0 0 0 2.623-7.287C22.856 5.129 17.726 0 11.428 0Zm0 2.143a9.269 9.269 0 0 1 9.285 9.285 9.269 9.269 0 0 1-9.285 9.285 9.269 9.269 0 0 1-9.285-9.285 9.269 9.269 0 0 1 9.285-9.285Z' fill='black' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: 160px 10px;
}

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

.nice-search { background-position: 10px 10px;
} }

.nice-search{
  background-repeat: no-repeat;
  padding: 10px 0px 10px 10px;}

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

.nice-search { padding: 10px 0px 10px 36px;
}}

.nice-search{
  background-size: 40px;
  width: 100%;
  margin-bottom: 10px;}

#our-values {
  min-height: 500px;
  background: url('../assets/imgz/bg-many-light-hex.png') no-repeat center center;  
}

#subscribe {
  min-height: 280px;
  background: url('../assets/imgz/bg-footer-hex.png') no-repeat right 50px;
}

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

#subscribe {border-bottom: solid 10px #92C83E
}}

.yellow-wrapper {
  width: 100%;
  background-color: #FFFDF6;
  z-index: -10;
}

.news-img-full {width:100%;}

.news-img-half {width: 50%;
}

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

.news-img-half {
    margin: 0 auto;
    width: 100%
}
  }

.news-img-half.news-img-align-left {
    float: left;
    margin: 0 20px 20px 0;
  }

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

.news-img-half.news-img-align-left {
      margin: 10px auto;
      float: none;
      width: 80%
  }
    }

.news-img-half.news-img-align-right {
    float:right;
    margin: 0 0 20px 20px;
  }

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

.news-img-half.news-img-align-right {
      margin: 10px auto;
      float: none;
      width: 80%
  }
    }

.news-img-third {
  width: 35%;
}

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

.news-img-third {
    margin: 0 auto;
    width: 100%
}
  }

.news-img-third.news-img-align-left {
    float: left;
    margin: 0 20px 14px 0;
  }

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

.news-img-third.news-img-align-left {
      margin: 10px auto;
      float: none;
      width: 80%
  }
    }

.news-img-third.news-img-align-right {
    float:right;
    margin: 0 0 14px 20px;
  }

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

.news-img-third.news-img-align-right {
      margin: 10px auto;
      float: none;
      width: 80%
  }
    }

figcaption {
  width: 100%;
  /* border: solid red 1px; */
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-style: italic;
  margin-top:6px;
}

#news-content-wrapper.withBg {
  position: relative;
  top: 390px;
  margin-bottom: 390px;
}

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

#news-content-wrapper.withBg {
    top: 105px;
    margin-bottom: 120px
}
  }

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

#news-content-wrapper.withBg {top: 93px; margin-bottom: 93px
}}

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

#news-content-wrapper.withBg {top: -43px; margin-bottom:-110px
}}

#news-content-wrapper.noBg {
  position: relative;
  top: -60px;
}

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

#news-content-wrapper.noBg {
    top: -45px
}
  }

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

#news-content-wrapper.noBg {top: -37px
}}

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

#news-content-wrapper.noBg {top: -37px
}}

.news-bg-one {
  background: url('../assets/imgz/facse-news-bg-image-1.jpg') no-repeat;
  background-position: 50% 50%;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;}

.hover\:border-green-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(146 200 62 / var(--tw-border-opacity));}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(35 32 32 / var(--tw-bg-opacity));}

.hover\:bg-green-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(108 153 38 / var(--tw-bg-opacity));}

.hover\:bg-orange-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 104 40 / var(--tw-bg-opacity));}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));}

.hover\:bg-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 44 / var(--tw-bg-opacity));}

.hover\:text-green-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(108 153 38 / var(--tw-text-opacity));}

.hover\:text-orange-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(231 104 40 / 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\:drop-shadow-none:hover{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);}

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

.group:hover .group-hover\:bg-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgb(245 134 79 / var(--tw-bg-opacity));}

.group:hover .group-hover\:text-orange-light{
  --tw-text-opacity: 1;
  color: rgb(245 134 79 / var(--tw-text-opacity));}

.peer:checked ~ .peer-checked\:bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(35 32 32 / var(--tw-bg-opacity));}

.peer:checked ~ .peer-checked\:bg-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(108 153 38 / var(--tw-bg-opacity));}

.peer:checked ~ .peer-checked\:bg-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(231 104 40 / var(--tw-bg-opacity));}

.peer:checked ~ .peer-checked\:bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 200 44 / var(--tw-bg-opacity));}

.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));}

@media (prefers-reduced-motion: no-preference){
  .motion-safe\:ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);}}

@media (min-width: 320px){
  .xs\:block{
    display: block;}
  .xs\:hidden{
    display: none;}
  .xs\:w-11\/12{
    width: 91.666667%;}}

@media (min-width: 576px){
  .sm\:mr-8{
    margin-right: 2rem;}
  .sm\:block{
    display: block;}
  .sm\:hidden{
    display: none;}
  .sm\:h-\[100px\]{
    height: 100px;}
  .sm\:h-\[340px\]{
    height: 340px;}
  .sm\:h-\[400px\]{
    height: 400px;}
  .sm\:w-1\/12{
    width: 8.333333%;}
  .sm\:w-2\/12{
    width: 16.666667%;}
  .sm\:w-8\/12{
    width: 66.666667%;}
  .sm\:w-\[300px\]{
    width: 300px;}
  .sm\:flex-row{
    flex-direction: row;}
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;}
  .sm\:text-2xl{
    font-size: 28px;}
  .sm\:text-3xl{
    font-size: 30px;}
  .sm\:text-4xl{
    font-size: 34px;}
  .sm\:text-6xl{
    font-size: 54px;}}

@media (min-width: 768px){
  .md\:m-0{
    margin: 0px;}
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;}
  .md\:-mt-20{
    margin-top: -5rem;}
  .md\:mb-0{
    margin-bottom: 0px;}
  .md\:mb-10{
    margin-bottom: 2.5rem;}
  .md\:mb-20{
    margin-bottom: 5rem;}
  .md\:ml-4{
    margin-left: 1rem;}
  .md\:ml-8{
    margin-left: 2rem;}
  .md\:mt-10{
    margin-top: 2.5rem;}
  .md\:mt-20{
    margin-top: 5rem;}
  .md\:mt-40{
    margin-top: 10rem;}
  .md\:block{
    display: block;}
  .md\:inline-block{
    display: inline-block;}
  .md\:hidden{
    display: none;}
  .md\:h-\[10px\]{
    height: 10px;}
  .md\:h-\[20px\]{
    height: 20px;}
  .md\:h-\[30px\]{
    height: 30px;}
  .md\:h-\[40px\]{
    height: 40px;}
  .md\:w-1\/2{
    width: 50%;}
  .md\:w-1\/3{
    width: 33.333333%;}
  .md\:w-2\/12{
    width: 16.666667%;}
  .md\:w-2\/3{
    width: 66.666667%;}
  .md\:w-3\/12{
    width: 25%;}
  .md\:w-4\/12{
    width: 33.333333%;}
  .md\:w-7\/12{
    width: 58.333333%;}
  .md\:w-8\/12{
    width: 66.666667%;}
  .md\:w-auto{
    width: auto;}
  .md\:w-full{
    width: 100%;}
  .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\:gap-8{
    gap: 2rem;}
  .md\:p-0{
    padding: 0px;}
  .md\:p-4{
    padding: 1rem;}
  .md\:pl-10{
    padding-left: 2.5rem;}
  .md\:pt-40{
    padding-top: 10rem;}
  .md\:text-left{
    text-align: left;}
  .md\:text-right{
    text-align: right;}
  .md\:text-2xl{
    font-size: 28px;}
  .md\:text-3xl{
    font-size: 30px;}
  .md\:text-4xl{
    font-size: 34px;}
  .md\:text-5xl{
    font-size: 44px;}
  .md\:text-6xl{
    font-size: 54px;}
  .md\:text-lg{
    font-size: 22px;}
  .md\:text-md{
    font-size: 20px;}
  .md\:text-sm{
    font-size: 18px;}
  .md\:text-xl{
    font-size: 24px;}
  .md\:leading-\[60px\]{
    line-height: 60px;}}

@media (min-width: 992px){
  .lg\:absolute{
    position: absolute;}
  .lg\:block{
    display: block;}
  .lg\:inline{
    display: inline;}
  .lg\:hidden{
    display: none;}
  .lg\:h-\[100px\]{
    height: 100px;}
  .lg\:h-\[460px\]{
    height: 460px;}
  .lg\:h-\[500px\]{
    height: 500px;}
  .lg\:w-1\/3{
    width: 33.333333%;}
  .lg\:w-1\/4{
    width: 25%;}
  .lg\:w-1\/6{
    width: 16.666667%;}
  .lg\:w-11\/20{
    width: 49%;}
  .lg\:w-2\/3{
    width: 66.666667%;}
  .lg\:w-3\/4{
    width: 75%;}
  .lg\:w-5\/6{
    width: 83.333333%;}
  .lg\:w-\[190px\]{
    width: 190px;}
  .lg\:w-auto{
    width: auto;}
  .lg\:w-full{
    width: 100%;}
  .lg\:flex-row{
    flex-direction: row;}
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;}
  .lg\:pb-1{
    padding-bottom: 0.25rem;}
  .lg\:pl-2{
    padding-left: 0.5rem;}
  .lg\:pr-2{
    padding-right: 0.5rem;}
  .lg\:pt-1{
    padding-top: 0.25rem;}
  .lg\:text-right{
    text-align: right;}
  .lg\:text-4xl{
    font-size: 34px;}
  .lg\:text-5xl{
    font-size: 44px;}
  .lg\:text-6xl{
    font-size: 54px;}
  .lg\:text-8xl{
    font-size: 74px;}
  .lg\:text-sm{
    font-size: 18px;}
  .lg\:text-xs{
    font-size: 16px;}
  .lg\:leading-\[80px\]{
    line-height: 80px;}}

@media (min-width: 1200px){
  .xl\:ml-4{
    margin-left: 1rem;}
  .xl\:block{
    display: block;}
  .xl\:hidden{
    display: none;}
  .xl\:h-\[40px\]{
    height: 40px;}
  .xl\:w-1\/3{
    width: 33.333333%;}
  .xl\:w-2\/3{
    width: 66.666667%;}
  .xl\:w-\[140px\]{
    width: 140px;}
  .xl\:w-\[220px\]{
    width: 220px;}
  .xl\:w-\[300px\]{
    width: 300px;}
  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;}
  .xl\:pb-2{
    padding-bottom: 0.5rem;}
  .xl\:pt-2{
    padding-top: 0.5rem;}
  .xl\:pt-20{
    padding-top: 5rem;}
  .xl\:text-lg{
    font-size: 22px;}
  .xl\:text-xs{
    font-size: 16px;}}

@media (min-width: 2000px){
  .\32xl\:block{
    display: block;}
  .\32xl\:hidden{
    display: none;}
  .\32xl\:pt-0{
    padding-top: 0px;}}
