:root {}

a:link,
a:visited {
    text-decoration: none;
    margin-top: 1rem;
}

html {
    font-size: 125%;
    font-family: "Funnel Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 37px;
    line-height: 44px;
    font-weight: 600;
    text-transform: initial;
    margin: 0;
    padding: 0;
}

hr {
    opacity: 100;
    margin: 0 0 0.75rem 0;
}

i {
    text-decoration: none;
    color: darkgreen;
    background: transparent;
    text-transform: lowercase;
}

img {
    border-radius: 20px;
}

button {
    border: 0;
}

p {
    font-size: 1rem;
}

ul {
    padding-left: 2rem;
}
         
.red {
	color: rgba(255,0,0,1);
} 

.bk-red {
	background: rgba(255,0,0,0.15);
}

.orange {
	color: rgba(255,165,0,1);
}

.bk-orange {
	background: rgba(255,165,0,0.15);
}

.yellow {
	color: rgba(255,215,0,1);
}

.bk-yellow {
	background: rgba(255,255,0,0.05);
}

.green {
	color: rgba(0,128,0,1);
}

.bk-green {
	background: rgba(0,128,0,0.15);
}

.blue {
	color: rgba(0,0,255,1);
}

.bk-blue {
	background: rgba(0,0,255,0.15);
}

.indigo {
	color: rgba(75,0,130,1);
}

.bk-indigo {
	background: rgba(75,0,130,0.15);
}

.violet {
	color: rgba(238,130,238,1);
}

.bk-violet {
	background: rgba(238,130,238,0.15);
}

.teal {
	color: rgba(0,128,128,1);
}

.bk-teal {
	background: rgba(0,128,128,0.15);
}

.gray {
	color: rgba(128,128,128,1);
}

.bk-gray {
	background: rgba(128,128,128,0.15);
}

.black {
	color: rgba(0,0,0,1);
}

.bk-black {
	background: rgba(0,0,0,0.15);
}

.event-table {
    width: 75%;
    margin-top: 0;
}

.event-attr {
    font-weight: 600;
    padding: 1rem 0;
}

.event-attr-nbm {
    font-weight: 600;
    padding: 1rem 0 0 0;
}

.event-item {
    line-height: 0.75;
    padding-left: 1rem;
    height: 2.5rem;
}

.no-bullet {
    list-style: none;
}

.btn-attr {
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

.btn-attr .btntiptext {
    visibility: hidden;
    min-width: 150px;
    background-color: #f18a00;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    z-index: 1;
}


.btn-attr:hover .btntiptext {
    visibility: visible;
}

.btn-emp {
    font-size: 2rem;
}

.spacer {
    margin: 1rem 0;
}

.bullet-item {
    padding-left: 1rem;
    font-size: 1rem;
}

.company-logo img {
    height: 6rem;
    padding: 0 0 0 2rem;
    border-radius: 0;
}

.image-off,
.logo:hover .image-on {
    display: none;
}

.image-on,
.logo:hover .image-off {
    display: block;
}

#performer-highlights,
#health-and-wellness-expo,
#vendor-opportunities,
#partnership-opportunities,
#schedule-of-events,
#become-a-vendor,
#volunteers,
#gallery,
#contact {
	scroll-margin-top: 200px;
}

nav {
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}

.menu,
.menu-items {
    display: flex;
    flex-direction: row;
}

.menu-items {
    justify-content: flex-end;
    width: 90%;
    gap: 2rem;
    padding-top: 2rem;
    padding-right: 4rem;
}

.menu-items a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
}

.menu-items a:hover {
    color: #f18a00;
}

.menu-items a.thispage {
    color: #f18a00;
}

.i-block {
    display: inline-block;
}

.hero-title,
.mission-title {
    color: #f18a00;
}

.donation-title,
.section-title,
.mailing-list-title {
    color: white;
}

.hero-image,
.mission-image,
.donation-image {
    position: relative;
    width: 100%;
    overflow-x: clip;
}

.captioning {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hero-image {
    margin-top: 0;
}

.donation {
    margin-top: 4rem;
}

.hero-image > img,
.mission-image > img,
.donation-image > img {
    display: block;
    border-radius: 0;
    width: 100%;
}

.hero-image-caption {
    position: absolute;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    top: 40%;
    left: 20%;
    right: 20%;
    width: 60%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 1rem;
}

.overlay-image-caption,
.mission-image-caption,
.donation-image-caption,
.section-overlay-title {
    position: absolute;
    color: white;
    font-size: 1.5rem;
    line-height: 2rem;
    top: 30%;
    left: 20%;
    right: 20%;
    width: 60%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 1rem;
}

.our-mission,
.join-the-cause {
    margin-top: 2rem;
}

.section-overlay-title,
.mission-image-caption,
.donation-image-caption,
.overlay-image-caption {
    text-align: center;
}

.announcement {
    padding-top: 2rem;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    margin-top: -2rem;
}

.announcement-area {
    padding-top: 2rem;
    margin: 0 auto;
}

.announcement-button,
.our-mission-button,
.donation-button,
.section-overlay-button,
.newsletter-btn {
    text-align: center;
    margin-top: 0.5rem;
}

.standard-button,
.button-style {
    color: white;
    padding: 0.3rem 1rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 600;
    font-size: 1rem;
    margin: 0 auto;
    background-color: rgb(241, 138, 0);
    border-radius: 5px;
    line-height: 3rem;
    display: inline;
}

.event-button {
    color: white;
    padding: 0 0.5rem;
    /* border-color: rgba(255, 255, 255, 0.01); */
    border: none;
    font-weight: 600;
    font-size: 0.75rem;
    margin: 0 auto;
    background-color: rgb(241, 138, 0);
    border-radius: 5px;
    line-height: 2rem;
    -webkit-appearance: button;
}

.event-spacing {
    margin: 1rem 0 0 0;
    text-decoration: underline;
    font-weight: 600;
}

.standard-button:hover,
.button-style:hover,
.event_button:hover {
    background-color: rgba(25, 25, 25, 1);
}

.apply-button {
    color: white;
    text-align: center;
    padding: 0.4rem 1rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 600;
    margin: auto;
    background-color: rgb(241, 138, 0);
    width: 20%;
    border-radius: 5px;
}

.apply-button:hover {
    background-color: rgb(0, 0, 0);
}

.apply-button a,
.standard-button a {
    color: black;
    font-size: 1rem;
}

.apply-button:hover a,
.standard-button a {
    color: white;
}

.clear-button {
    color: #000;
    /* border: 2px #000 solid; */
    border: 0;
    background-color: rgb(241, 138, 0);
    padding: 0.4rem 1rem;
    font-weight: 600;
    margin-top: -1.25rem;
    margin-right: 1rem;
    border-radius: 5px;
    display: inline;
}

.clear-button a {
    font-size: 1rem;
    color: #000;
}

.clear-button:hover {
    background-color: rgba(25, 25, 25, 1);
    color: #fff;
    /* border-color: #1abc9c; */
}

.clear-button:hover a {
    color: #fff;
}

#we-seek-to {
    width: 65%;
    margin: 6rem auto;
    display: flex;
    flex-direction: row;
}

.seek-text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.section-content {
    display: flex;
    flex-direction: row;
    width: 65%;
    margin: 0 auto;
}

.section-component {
    margin: 0 0 6rem 0;
}

.third-line > img,
.fourth-line > img {
    width: 100%;
}

.section-images.style-third-line,
.section-images.style-fourth-line {
    flex-wrap: nowrap;
}

.section-hero-component {
    margin-top: -2rem;
}

.our-core-services {
    margin-bottom: 1rem;
}

.section-left-text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding-right: 2rem;
}

.section-right-text {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding-left: 2rem;
}

.section-left-image {
    width: 90%;
}

.section-right-image {
    width: 90%;
}

.section-images {
    display: flex;
    flex-direction: row;
    width: 86%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.image-card-container {
    /* margin: 4rem 1rem 2rem 1rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.text-container {
    display: grid;
    margin: 0 auto;
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    width: 75%;
}

.text-container.gallery {
    display: grid;
    margin: 0 auto;
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.event-container {
    display: grid;
    margin: 0 auto;
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* div.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
} */

.board-members {
    margin-top: 2rem;
}

.staff-members {
    margin-top: 2rem;
}

.halloween-pictures {
    transform: scale(0.9);
    max-width: 345px;
}

.picture-caption-1 {
    font-size: 1rem;
    color: #f18a00;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
}

.picture-caption-2 {
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.upcoming {
    /* width: 75%; */
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    /* overflow-x: scroll !important;
    webkit-overflow-scrolling: touch; */
    margin-bottom: 1rem;
}

.upcoming-events-title {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
}

.mini-event {
    text-align: left;
    width: 46%;
    padding: 1rem;
    border: 2px lightgray solid;
    flex-shrink: 0;
    margin: 1rem;
    /* background: #faf6f2; */
    display: grid;
    border-radius: 20px;
}

.mini-event a {
    color: black;
}

.mini-event > div > div > img {
    width: 100%;
}

.mini-event-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.bottom {
    align-content: flex-end;
}

.contact-bottom-image > img {
    width: 100%;
}

.caladd,
.caladd > form {
    display: inline-block;
    line-height: 0;
}

/* 
.gallery img {
    transform: scale(0.5);
    transform-origin: left top;
    margin-bottom: -150px;
    margin-right: -150px;
}

.gallery img:hover {
    transform: scale(0.55);
}
*/
/*
.gallery {
  width: 75%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 2;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}
/*
.section-images > .image-card-style:nth-child(1) > a > .image-card-button {
    color: white;
    font-size: 1em;
    padding: 0.4em;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(167, 84, 40);
}

.section-images > .image-card-style:nth-child(2) > a > .image-card-button {
    color: white;
    font-size: 1em;
    padding: 0.4em;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(102, 59, 49);
}

.section-images > .image-card-style:nth-child(3) > a > .image-card-button {
    color: white;
    font-size: 1em;
    padding: 0.4em;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(59, 30, 18);
}

.section-images > .image-card-style > a > .image-card-button:hover {
    background-color: #000;
}

.container {
    display: grid;
    grid-template-columns: 200px 200px 200px 200px 200px;
    grid-template-rows: 200px 200px;
    grid-auto-flow: row;
}

.container img {
    max-width: 100%;
}
*/

.fc-daygrid-event {
    white-space: normal !important;
    align-items: normal !important;
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 1rem;
    --bs-tooltip-padding-y: 0.1rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

.tooltip-inner {
    font-size: 12px;
    text-align: left !important;
    max-width: 200px !important;
    background-color: midnightblue !important;
    color: white;
    padding: 1rem;
}

.tooltip-inner a {
    text-decoration: none;
    text-align: center;
    color: white;
}

.tooltip-inner > a > img {
    margin-top: 1rem;
    border-radius: 5px;
}

/*
  .popper,
  .tooltip {
    position: absolute;
    z-index: 9999;
    background: lightblue;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
  }
  .style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8em;
    padding: .5em 1em;
  }
  .popper .popper__arrow,
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
  }

  .tooltip .tooltip-arrow,
  .popper .popper__arrow {
    border-color: #FFC107;
  }
  .style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
  }
  .popper[x-placement^="top"],
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  .popper[x-placement^="top"] .popper__arrow,
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="bottom"],
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  .tooltip[x-placement^="bottom"] .tooltip-arrow,
  .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip[x-placement^="right"],
  .popper[x-placement^="right"] {
    margin-left: 5px;
  }
  .popper[x-placement^="right"] .popper__arrow,
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .popper[x-placement^="left"],
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  .popper[x-placement^="left"] .popper__arrow,
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
*/
#photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-count: 4;
    -moz-column-gap: 0;
    column-count: 4;
    column-gap: 0;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

#photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

#photos img:hover {
    transform: scale(1.03);
}

.paragraph-style {
    font-size: 1rem;
    width: 100%;
}

.caption-style {
    text-align: center;
    font-size: 1rem;
}

.text-style p {
    font-size: 1rem;
}

.highlights-from-conference {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
}

.just-left {
    text-align: left;
    align-self: flex-start;
    justify-self: flex-start;
}

.centered,
.centered > div {
    text-align: center;
    align-self: center;
    justify-self: center;
    align-items: center;
    margin: 0 auto;
}

.just-right {
    text-align: right;
    align-self: flex-end;
    justify-self: flex-end;
}

.indent {
    margin-left: 1rem;
    margin-top: 0.5rem;
    font-weight: normal;
    text-decoration: none;
}

.columns {
    display: flex;
    justify-content: space-evenly;
}

.seek {
    /*  display: flex;
    flex-direction: row; */
    min-width: 50%;
    max-width: 50%;
    text-align: center;
}

.seek-image {
    width: 45%;
}

.short {
    width: 100%;
    border-image: linear-gradient(to right, red 0%, orange 15%, yellow 30%, green 45%, blue 60%, indigo 75%, violet 85%, purple 100%) 1;
    border-width: 4px;
    border-style: solid;
    margin: 0 0 1rem 0;
}

.title {
    display: flex;
    font-size: 1.75rem;
    /* line-height: 3rem; */
    font-weight: 600;
    text-transform: initial;
    margin: 0;
    padding: 0;
}

.subtitle {
    font-size: 1.25rem;
    line-height: 3rem;
    font-weight: 600;
    text-transform: initial;
    margin: 0;
    padding: 0;
}

.subtitle > p {
    font-size: 1.25rem;
}

.event-subtitle {
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: initial;
    margin: 0;
    padding: 0;
}

.text {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    text-transform: initial;
    margin: 0;
    padding: 0;
}

.scare-away-the-stigma,
.halloween-2023-pictures {
    font-family: "Nosifer", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #5a2a20;
}

.inner-bounds {
    display: grid;
    width: 70%;
}

.what-we-do,
.images-of-staff {
    max-width: 85%;
    display: grid;
    row-gap: 0;
    margin-bottom: 2rem;
    align-content: space-between;
}

.what-we-do > img,
.our-core-services > img,
.images-of-staff > img,
.board-members > img,
.staff-members > img {
    margin-bottom: 1rem;
    width: 100%;
}

.board-members > img,
.staff-members > img {
    max-width: 240px;
}

.images-of-staff {
    background-color: #f3efee !important;
    max-width: 50%;
    min-width: 50%;
}

#our-core-services {
    text-align: center;
    width: 60%;
    margin: 6rem auto;
}

/*.button-style {
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: 2rem auto;
    background-color: rgb(241, 138, 0);
    border-radius: 5px;
} */

.button-style1 {
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(167, 84, 40);
}

.button-style2 {
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(102, 59, 49);
}

.button-style3 {
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border-color: rgba(255, 255, 255, 0.01);
    font-weight: 700;
    margin: auto;
    background-color: rgb(59, 30, 18);
}

.button-style:hover,
.button-style1:hover,
.button-style2:hover,
.button-style3:hover,
.image-card-button:hover,
.what-we-do-button1:hover,
.what-we-do-button2:hover,
.what-we-do-button3:hover {
    background-color: rgb(0, 0, 0);
}

.services {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#our-mission {
    margin-top: 2rem;
}

#what-we-do {
    margin: 6rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what-we-do-images {
    display: flex;
    flex-direction: row;
    width: 80%;
}

.image-card-style {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 2rem;
    text-align: center;
    /* margin-bottom: 3rem; */
}

.image-card-style > div > img {
	width: 100%;
}

.text-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 85%;
}

.grid-card-style {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.what-we-do-button1,
.image-card-button {
    width: 100%;
    color: white;
    font-size: 1rem;
    padding: 1rem;
    border: 0;
    border-right-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-weight: 700;
    margin: auto;
    background-color: rgb(167, 84, 40);
}

.what-we-do-button2 {
    width: 100%;
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border: 0;
    border-right-color: rgba(255, 255, 255, 1);
    font-weight: 700;
    margin: auto;
    background-color: rgb(102, 59, 49);
}

.what-we-do-button3 {
    width: 100%;
    color: white;
    font-size: 1rem;
    padding: 0.4rem;
    border: 0;
    border-right-color: rgba(255, 255, 255, 1);
    font-weight: 700;
    margin: auto;
    background-color: rgb(59, 30, 18);
}

.show-event {
    max-width: 55%;
    margin: 10rem auto;
    display: flex;
    flex-direction: column;
}

.tiny-title {
    font-size: 0.65rem;
    font-weight: 600;
}

#programs-and-services {
    padding: 0;
    margin: 0;
}

.program-and-services-content {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
}

.programs-and-services-image {
    width: 45%;
    padding: 0 2rem;
}

.programs-and-services-text {
    display: flex;
    flex-direction: row;
}

.unity-through-diversity > img {
    width: 100%;
}

.power-of-unity {
    max-width: 70%;
}

.bar {
    width: 20%;
    margin: 3rem auto;
    border-image: linear-gradient(to right, orange 0%, purple 100%) 1;
    border-width: 4px;
    border-style: solid;
}

#donate {
    margin: 0 0 -5px 0;
}

#mailing-list {
    margin: 0;
    padding: 2rem 0 0 0;
    background-image: linear-gradient(to right, rgb(167, 84, 40), rgb(59, 30, 18));
}

.mailing-list-form {
    width: 40%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.mailing-list-title {
    font-size: 2rem;
}

#footer-mobile {
    display: none;
}

#footer-desktop {
    display: block;
    background-color: black;
    color: white;
}

.footer-area {
    padding: 3rem 0;
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-address,
.footer-menu-links,
.footer-contribute {
    display: flex;
    flex-direction: column;
}

.footer-title {
    color: #f1a800;
    margin-bottom: 1.5rem;
}

.footer-text {
    margin-bottom: 1.75rem;
}

.footer-menu-links a,
.footer-address a {
    text-decoration: none;
    color: white;
    line-height: 2rem;
    margin-top: 0;
}

.footer-menu-links > a:hover {
    color: rgba(241, 138, 0, 1);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown > a {
    color: #fff;
}

.address {
    line-height: 2rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #f0f0f0;
    min-width: 19rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 0 1rem;
    text-decoration: none;
    display: block;
    border: 1px gray solid;
    font-size: 1rem;
}

.dropdown-content a:hover {
    background-color: #e6e6e6;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.ribbon {
    background-color: #663b31 !important;
    height: 4rem;
    line-height: 4rem;
    margin-top: 8rem;
}

.ribbon-textarea {
    padding-left: 10rem;
}

.bottom-ribbon {
    background-color: #f18a00a0 !important;
    height: 6rem;
    line-height: 6rem;
}

.bottom-ribbon-textarea {
    text-align: center;
}

.orange-text {
    color: #f18a00;
    font-size: 2.5rem;
    font-weight: bold;
}

.white-text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

.white-text img {
    transform: scale(0.6);
    margin: 0;
    vertical-align: text-bottom;
}

.black-text {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.caption-width {
    width: 50%;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion {
    width: 100%;
    height: 2rem;
    color: #000;
    font-weight: 400;
    padding: 1rem 1rem 2rem 1rem;
    /* background-color: #f18a00; */
    text-align: left;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    border: 0;
}

.accordion:hover,
.active {
    background-color: #f18a00;
}

.accordion:after {
    content: "\002B";
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
    color: black;
}

.office-1,
.office-2,
.office-3,
.contact-heading {
    font-weight: normal;
    width: 55%;
}

.copyright {
    position: relative;
    margin-top: 0;
}

.copyright-notice {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    line-height: 1;
}

.copyright-notice > p {
    font-size: 0.75rem;
    line-height: 2;
    color: white;
}

.brag-tag {
    font-size: 0.75rem;
    color: white;
}

.about-you > img {
    border-radius: 0;
}

.hamburger {
    visibility: hidden;
}

.form-contact {
    width: 55%;
    margin: 0 auto;
}

.mobile-hidden {
    display: grid;
}

.footer-area > .company-logo {
    margin-right: 2rem;
}

.section-component,
.section-hero-component {
    margin: 0 0 4rem 0;
}

@media (max-width: 1430px) {
    html {
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 16px;
        width: 100%;
    }

    .menu-items {
        justify-content: flex-end;
        width: 90%;
        gap: 1rem;
        padding-top: 2rem;
        margin-right: 2rem;
    }

    .ribbon-textarea {
        padding-left: 4rem;
    }

    .form-contact {
        width: 85%;
        margin: 0 auto;
    }

    .hero-image-caption {
        position: absolute;
        color: white;
        font-size: 1.5rem;
        line-height: 2rem;
        top: 30%;
        left: 20%;
        right: 20%;
        width: 60%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        padding: 1rem;
    }

    .overlay-image-caption,
    .mission-image-caption,
    .donation-image-caption,
    .section-overlay-title {
        position: absolute;
        color: white;
        font-size: 1.5rem;
        line-height: 2rem;
        top: 20%;
        left: 20%;
        right: 20%;
        width: 60%;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 20px;
        padding: 1rem;
    }

   /* .mini-event {
        text-align: center;
        width: 21.333333%;
        padding: 1rem;
        border-right: 2px lightgray solid;
        flex-shrink: 0;
        margin: 1rem;
    } */

    .section-images {
        display: flex;
        flex-direction: row;
        width: 86%;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 2rem;
    }

    .style-board-members,
    .style-staff-members {
        flex-wrap: wrap;
    }

    .board-members > img,
    .staff-members > img {
        flex-wrap: wrap;
        max-width: 240px;
        max-height: 300px;
    }

    .what-we-do,
    .images-of-staff {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .image-card-button {
        margin: 0 0 1rem 0;
    }

    .what-we-do > img,
    .our-core-services > img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .our-core-services,
    .what-we-do {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
    }

    .image-card-style {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 1rem;
        text-align: center;
        /* margin-bottom: 3rem; */
    }

    .section-content {
        display: flex;
        flex-direction: row;
        width: 75%;
        margin: 0 auto;
        align-items: center;
    }

    .office-1,
    .office-2,
    .office-3,
    .contact-heading {
        font-weight: normal;
        width: 95%;
    }
}

@media (max-width: 1080px) {
    html {
        font-size: 22px;
        width: 100%;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 36px;
        font-weight: 600;
        text-transform: initial;
        margin: 0;
        padding: 0;
    }

    h3 {
        font-size: 1.5rem;
        line-height: 43px;
        font-weight: 600;
        text-transform: initial;
        margin: 0;
        padding: 0;
    }

    input,
    textarea,
    button,
    select,
    a {
        -webkit-tap-highlight-color: transparent;
    }


    .short {
        width: 100%;
        border-image: linear-gradient(to right, orange 0%, purple 100%) 1;
        border-width: 1px;
        border-style: solid;
    }

    .spacer {
        margin: 0;
    }

    .standard-button,
    .button-style {
        color: white;
        padding: 0.3rem 1rem;
        /* border-color: rgba(255, 255, 255, 0.01); */
        border: none;
        font-weight: 600;
        font-size: 1rem;
        margin: 0 auto;
        background-color: rgb(241, 138, 0);
        border-radius: 5px;
        line-height: 3rem;
        -webkit-appearance: button;
    }

    .accordion {
        height: 4.5rem;
    }

    .subtitle {
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 600;
        width: 85%;
        margin-top: 1rem;
    }

    .hamburger {
        visibility: visible;
        float: right;
        margin-right: 1rem;
        font-size: 2rem;
    }

    .hamburger > i {
        font-size: 3.5rem;
        color: orange;
    }

    .menu,
    .menu-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .menu-items {
        display: flex;
        flex-direction: column;
        display: none;
    }

    .menu-items {
        width: 100%;
        gap: 0.25rem;
        margin-right: 5rem;
        /* margin-top: 2rem; */
        padding: 3px 2px;
        /* align-items: flex-end; */
    }

    .dropdown {
        position: relative;
        display: inline-block;
        top: 0;
        background-color: #f0f0f0;
        min-width: 10rem;
        margin-left: 3rem;
        padding-left: 2rem;
    }

    .dropdown > a,
    .dropdown-content > a {
        font-size: 0.65rem;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        border: 0;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        top: 1rem;
        left: 7rem;
        background-color: #f0f0f0;
        min-width: 14rem;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .hamburger:focus,
    .hamburger:hover .menu-items:hover {
        display: flex;
    }

    .orange-text {
        color: #f18a00;
    }

    .white-text,
    .orange-text {
        font-size: 1rem;
        font-weight: bold;
    }

    .orange-buttons {
        display: none;
    }

    .company-logo img {
        height: 5rem;
        padding: 0;
        border-radius: 0;
        margin-left: 0.5rem;
        width: 100%;
    }

    .title {
        display: flex;
        font-size: 1.75rem;
        /* line-height: 3rem; */
        font-weight: 600;
        text-transform: initial;
        margin: 0;
        padding: 0;
    }

    .seek {
        min-width: 45%;
        max-width: 90%;
        text-align: center;
        margin-top: 2rem;
    }

    .ribbon {
        background-color: #663b31 !important;
        height: 3rem;
        line-height: 3;
        margin-top: 6rem;
        width: 100%;
    }

    .ribbon-textarea {
        padding-left: 1rem;
    }

    .columns {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .white-text img {
        transform: scale(0.65);
        margin: 0;
        vertical-align: text-bottom;
    }

    .hero-image-caption {
        position: absolute;
        color: white;
        font-size: 1rem;
        line-height: 1rem;
        top: 18%;
        left: 3%;
        right: 3%;
        width: 94%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        padding: 1rem;
    }

    .section-component,
    .section-hero-component {
        margin: 0 0 4rem 0;
    }

    #photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .inner-bounds {
        display: grid;
        width: 85%;
    }

    .overlay-image-caption,
    .mission-image-caption,
    .donation-image-caption,
    .section-overlay-title {
        position: absolute;
        color: white;
        font-size: 1rem;
        line-height: 1;
        top: 6rem;
        left: 2.5%;
        right: 2.5%;
        width: 95%;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding: 0.5rem;
    }

    .mini-event {
        text-align: center;
        width: 93.333333%;
        padding: 1rem;
        border-right: 2px lightgray solid;
        flex-shrink: 0;
        margin: 1rem;
    }

    .image-card-button {
        margin: 0 0 1rem 0;
    }

    .what-we-do > img,
    .our-core-services > img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .what-we-do-button1,
    .image-card-button {
        width: 100%;
        color: white;
        font-size: 0.6rem;
        padding: 0.5rem;
        border: 0;
        border-right-color: rgba(255, 255, 255, 1);
        border-radius: 10px;
        font-weight: 700;
        margin: 0 0 2rem 0;
        background-color: rgb(167, 84, 40);
    }

    .style-what-we-do,
    .style-our-core-services {
        flex-wrap: wrap;
    }

    .format-left-image-right-text > .section-content {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        align-items: center;
    }

    .format-left-text-right-image > .section-content {
        display: flex;
        flex-direction: column-reverse;
        width: 90%;
        margin: 0 auto;
    }

    .section-images {
        display: flex;
        flex-direction: row;
        /* width: 86%; */
        flex-wrap: wrap;
        justify-content: center;
        /* margin-top: 2rem; */
    }

    .style-board-members,
    .style-staff-members {
        display: flex;
        flex-direction: row;
        /* width: 86%; */
        flex-wrap: wrap;
        justify-content: center;
        /* margin-top: 2rem; */
    }

    .images-of-staff > img {
        width: 100%;
    }

    .what-we-do,
    .images-of-staff {
        max-width: 100%;
        margin-bottom: 0;
    }

    .image-card-style {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 0.5rem;
        text-align: center;
        align-items: center;
        /* margin-bottom: 3rem; */
    }
	
    .board-members {
        margin-top: 2rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .board-members > img,
    .staff-members > img {
        margin: 0 2rem;
    }

    .image-card-container {
        margin: 1rem 0 2rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .picture-caption-1,
    .picture-caption-2 {
        font-size: 1rem;
    }

    .section-left-text,
    .section-right-text {
        display: flex;
        flex-direction: column;
        font-size: 1rem;
        padding: 0 1rem;
    }

    .text-container {
        display: grid;
        margin: 0 auto;
        margin-top: 1rem;
        flex-direction: column;
        align-items: center;
        width: 85%;
    }

    .paragraph-style {
        font-size: 1rem;
        width: 100%;
    }

    .section-left-image,
    .section-right-image {
        margin-bottom: 2rem;
        width: 100%;
    }

    .section-right-text,
    .section-left-text {
        width: 100%;
    }

    .show-event {
        max-width: 90%;
        margin: 10rem auto;
        display: flex;
        flex-direction: column;
    }

    .event-table {
        width: 100%;
        margin-top: 0;
    }

    .event-attr,
    .event-item {
        font-size: 0.8rem;
    }

    .mailing-list-form {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .mailing-list-title {
        font-size: 1.5rem;
    }

    .upcoming {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: visible;
        margin-bottom: 1rem;
    }

    #footer-desktop {
        display: none;
    }

    #footer-mobile {
        display: block;
        background-color: black;
        color: white;
        padding-bottom: 7rem;
    }

    .footer-area-top {
        margin: 0 auto;
        padding: 1rem 0 0 0;
        width: 85%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .footer-area-left {
        display: flex;
        flex-direction: column;
    }

    .footer-menu-links {
        display: flex;
        flex-direction: column;
    }

    .footer-address {
        margin-top: 2rem;
    }

    .footer-area-top > .company-logo {
        align-self: flex-start;
    }

    .footer-contribute {
        width: 85%;
        margin: 2rem auto;
    }

    .footer-title {
        color: #f1a800;
        margin-bottom: 0.75rem;
    }

    .footer-area > .company-logo {
        margin-right: 0;
    }

    .copyright-notice > p {
        font-size: 0.75rem;
        line-height: 0;
        color: white;
    }

    .brag-tag {
        font-size: 0.75rem;
        color: white;
        line-height: 3;
    }

    .about-you > img {
        transform: scale(0.65);
    }
}

@media (max-width: 800px) {
    html {
        font-size: 85%;
        line-height: 150%;
        width: 100%;
    }

    .hero-image-caption {
        position: absolute;
        color: white;
        font-size: 1rem;
        line-height: 1.25rem;
        top: 18%;
        left: 3%;
        right: 3%;
        width: 94%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        padding: 1rem;
    }

    .overlay-image-caption,
    .mission-image-caption,
    .donation-image-caption,
    .section-overlay-title {
        position: absolute;
        color: white;
        font-size: 0.75rem;
        top: 0.5rem;
        left: 2.5%;
        right: 2.5%;
        width: 95%;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        padding: 0.5rem;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        top: 2rem;
        left: 4rem;
        background-color: #f0f0f0;
        min-width: 20rem;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

	.dropdown {
	    position: relative;
	    display: inline-block;
	    top: 0;
	    background-color: #f0f0f0;
	    min-width: 15rem;
	    padding-left: 1rem;
	}

    .ribbon {
        background-color: #663b31 !important;
        height: 2rem;
        line-height: 2rem;
        margin-top: 5rem;
        width: 100%;
    }

    .title {
        display: flex;
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: initial;
        margin: 0;
        padding: 0;
    }

    .standard-button,
    .button-style {
        color: white;
        padding: 0.5rem 1rem;
        /* border-color: rgba(255, 255, 255, 0.01); */
        border: none;
        font-weight: 600;
        font-size: 1rem;
        margin: 0 auto;
        background-color: rgb(241, 138, 0);
        border-radius: 5px;
        line-height: 3rem;
        -webkit-appearance: button;
    }

    .subtitle > p {
        font-size: 1.15rem;
        line-height: 2rem;
    }

    .dropdown > a,
    .dropdown-content > a {
        font-size: 1rem;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        border: 0;
    }

    .white-text img {
        transform: scale(0.35);
        margin: 0 0 0 -5px;
        vertical-align: bottom;
        /* padding-top: 2px; */
    }

    .section-images {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* margin-top: 2rem; */
    }

    .staff-members {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .what-we-do,
    .images-of-staff {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .what-we-do-button1,
    .image-card-button {
        width: 100%;
        color: white;
        font-size: 1rem;
        padding: 0.5rem;
        border: 0;
        border-right-color: rgba(255, 255, 255, 1);
        border-radius: 10px;
        font-weight: 700;
        margin: 0 0 2rem 0;
        background-color: rgb(167, 84, 40);
    }

    .InputfieldSubmit button .btn .btn-warning {
        padding: 0.5rem 1rem;
        background: rgba(241, 138, 0, 1);
        color: #fff;
        border: 0;
        font-size: 1rem;
        line-height: 1rem;
        border-radius: 5px;
    }

    .mobile-hidden {
        display: none;
    }
}
