<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ******************************* header START ******************************* */


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

}


body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #1a5e46;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

.logo {
  width: 230px;
  height: 80px;

}

#maincontent {
  background-color: white;
}

#maincontent {
  padding-top: 110px;
}


nav {

  max-width: 1240px;
  width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

nav ul {
  list-style: none;
  display: flex;
}

header.site-header.scrolled {
  background-color: white;
  opacity: 1;
  box-shadow: 0px 3px 60px #00000098;
}

header.site-header {
  overflow: hidden;
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  display: unset !important;
  position: fixed;
  max-height: 110px;
  min-height: 110px;
  height: 110px;
  z-index: 999999;
  background-color: transparent;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

/* ******************************* HEADER END ******************************* */

/* ******************************* HOME HERO START ******************************* */
#hero {
  margin: 0;
  padding: 0;
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  min-height: 800px;
  max-height: 800px;
  height: 800px;
  background-color: #004d32;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#test {
  min-height: 900px;
}

#hero h1.welcome {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 180px;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.61px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  padding-bottom: 40px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.4), 0px -4px 10px rgba(255, 255, 255, 0.4) !important;

}

#hero h1.hero-title {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Open Sans Hebrew Condensed", Sans-serif;
  font-size: 118px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2.01px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.4), 0px -4px 10px rgba(255, 255, 255, 0.4) !important;
}

#section1 {
  margin-top: -170px;
  z-index: 0;
  padding-bottom: 100px;
}

.cocpboxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 0 10% 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;

}

.cocpbox {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  background-color: #fff;
  box-shadow: 0px 3px 60px #00000038;
  border-radius: 10px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cocpimgbox {
  height: 70px;
  min-height: 70px;
  max-height: 70px;
}

.cocpicontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Montserrat", Sans-serif;
  letter-spacing: -0.34px;
  color: #333333;
  text-transform: capitalize;
  padding-left: 20%;
  padding-right: 20%;
  left: unset !important;
}

.cocpctaflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cocpctacol&gt;a {
  text-decoration: none;
}

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

  .cocpbox {
    width: 290px;
    min-width: 290px;
    max-width: 290px;
  }

  section.info-boxes .cocpbox {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}

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

  .cocpboxes {
    flex-direction: column;
    padding: 0 5% 0;
    gap: 15px;
  }

  .cocpbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
    height: 120px;
    min-height: 120px;
    max-height: 120px;

  }

}

#hero form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-width: 10px;
  border-radius: 5px;
  min-height: 70px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 40%;
  padding: 0 10px;
}

#hero label {
  width: 100%;
}

#hero input[type="submit"] {
  background-color: #0A4B34;
  color: white;
  border: none;
  min-height: 50px;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 70px;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.9px;
  padding-left: calc(50px / 3);
  padding-right: calc(70px / 3);
  font-size: 16px;
}

#hero input[type="search"] {
  width: 98%;
  border: none;
  padding: 10px;
  min-height: 50px;
  font-family: "Montserrat", Sans-serif;
}

#hero input[type="search"]:focus-visible {
  box-shadow: none !important;
}

/* ******************************* HOME HERO END ******************************* */


/* ******************************* Things to do START ******************************* */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;900&amp;family=Nunito+Sans:wght@300;600;700&amp;display=swap');

body {
  font-family: "Montserrat", Sans-serif;
  .
}

.things-to-do-column-group {
  display: flex;
  gap: 60px;
}

.things-to-do-column {
  background-color: white;
  min-height: max-content;
  height: max-content;
  max-height: max-content;
  width: 33%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
  color: black;
}

.things-to-do-image-container {
  border-radius: 15px 15px 0 0 !important;

}

.things-to-do-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100%;
}

.things-to-do-date {
  font-family: "Montserrat", Sans-serif;
  margin: 40px 20px 20px 20px;
  font-weight: 700;
  color: #0a5e41;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
}

.thing-to-do-title {
  margin: 20px 20px 20px 20px;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;

}

.thing-to-do-summary {
  margin: 20px 100px 20px 20px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.thing-to-do-organizer {
  margin: 0px 20px 0px 20px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.thing-to-do-where {
  margin: 0px 20px 0px 20px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.thing-to-do-phone {
  margin: 0px 20px 0px 20px;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.thing-to-do-email {
  margin: 0px 20px 30px 20px;
  font-family: Nunito Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.thing-to-do-buttons {
  margin: 40px 0px 20px 20px;
  display: flex;
  gap: 10%;
  vertical-align: bottom;


}

.thing-to-do-details {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #0a5e41;
  padding: 15px 25px 15px 25px;
  color: white;
  font-family: "Montserrat", Sans-serif;
}

.thing-to-do-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background-color: #EEE5CD;
  padding: 15px 25px 15px 25px;
  color: #5E410C;

}

.thing-to-do-links {
  color: black;

}

.thing-to-do-links:hover {
  text-decoration: none !important;
  color: #0a5e41;
}

@media only screen and (max-width: 1300px) {
  #things-to-do-columns {
    overflow: auto !important;
  }

  .things-to-do-column-group {
    display: flex;
    padding: 20px;
    gap: 30px;
    width: 100%;
  }

  .things-to-do-column {
    background-color: white;
    min-height: max-content;
    height: max-content;
    max-height: max-content;
    min-width: 750px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    color: black;
  }
}

@media screen and (max-width: 767px) {
  .things-to-do-column {
    background-color: white;
    min-height: max-content;
    height: max-content;
    max-height: max-content;
    min-width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    color: black;
  }
}

section.things-to-do {
  min-width: 100vw;
  overflow-x: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(94, 65, 12, 0.16) 100%);
}

section.things-to-do .things-to-do-container {
  max-width: 1520px;
  margin: 0 auto;
}

section.things-to-do h2.things-to-do-title {
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
  left: unset !important;
}

section.things-to-do h2.things-to-do-title::after {
  position: absolute;
  background-color: rgb(10, 75, 52);
  content: "";
  min-height: 5px;
  width: 70px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);

}

section.things-to-do div.events-categories-container {
  max-width: 1520px;
  margin: 0 auto;
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;

}













section.things-to-do .events-categories-container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  padding-top: 80px;
}

section.things-to-do .event-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 53.33px);
  min-height: 280px;
  max-height: 280px;
  border-radius: 10px;
  background-size: 120%;
  background-position: center;
  transition: background-size 1.5s ease, background-color 1.5s ease;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 1);
}

section.things-to-do .event-box:hover {
  background-size: 170%;
  background-color: rgba(0, 0, 0, 1);
}

section.things-to-do .event-title {
  color: white;
  font-size: 46px;
  text-align: center;
  padding: 10px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.4),
    0px -4px 10px rgba(255, 255, 255, 0.4) !important;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

section.things-to-do div.more-events {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.things-to-do div.more-events&gt;a {
  text-align: center;
  color: rgb(10, 75, 52);
  font-size: 22px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
}


/* ******************************* Things to do END ******************************* */

/* ******************************* EVENTS CALENDAR START ******************************* */

.tribe-events .tribe-events-header__top-bar {
  width: 100%;
}

/* ******************************* EVENTS CALENDAR END ******************************* */


/* ******************************* CITY OPERATIONS STARTS ******************************* */




body {
  font-family: "Montserrat", Sans-serif;
}

.accnews-container {}

.accnews-news {
  display: flex;

}

.accnews-img {
  width: 20%;
  height: 116px;
  position: relative;
  overflow: hidden;

}

.imgaccnews {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.accnews-content {
  width: 100%;
  margin-left: 20px;
  vertical-align: auto;

}

.accnews-date {
  margin-top: 0px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.accnews-title {
  margin-top: 5px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #0a4b34;
  line-height: 26px;
}

.accnews-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #000000;
}

.accnews-arrow {
  margin-top: 30px;
  margin-left: 20px;
  width: 5%;
}

.accnews-arrowin {
  width: 30px;
  height: 30px;
  color: #0a4b34;
  font-size: 30px;
  font-weight: 900;
}

.accnews-links {
  color: #0a4b34 !important;
  font-weight: 600 !important;

}

.accnews-links:hover {
  text-decoration: none !important;
  color: #0a5e41;
}


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


  .accnews-img {
    display: none;
  }

  .imgaccnews {
    display: none;
  }

  .accnews-content {
    width: 100%;
    margin-left: 10px;
    vertical-align: auto;

  }

  .accnews-title {
    margin-top: 5px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0a4b34;
    line-height: 18px;
  }

}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;900&amp;family=Nunito+Sans:wght@300;600;700&amp;display=swap');



body {
  font-family: "Montserrat", Sans-serif;
}

.accon-meetings {
  display: flex;
}

.accon-content {
  width: 100%;
  margin-left: 20px;
  vertical-align: auto;
}

.accon-img {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 20%;
  height: 116px;
  background-color: #EEECE7;
  margin: auto;
  align-items: center;
  justify-content: center;

}

.accon-img1 {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;

}

.accon-img2 {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 36px;

}

.accon-img3 {
  margin-top: 5px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  display: none;

}

.accon-title {
  margin-top: 10px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #0a4b34;
  line-height: 26px;
  text-transform: uppercase;

}

.accon-links {
  color: #0a4b34 !important;
  font-weight: 600 !important;
}

.accon-links:hover {
  text-decoration: none !important;
  color: #0a5e41;
}

.accon-date {
  margin-top: 5px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.accon-where {
  margin-top: 5px;
  font-family: Nunito Sans;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.accon-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #000000;
}

.accon-arrow {
  margin-top: 30px;
  margin-left: 20px;
  width: 5%;
}

.accon-arrowin {
  width: 30px;
  height: 30px;
  color: #0a4b34;
  font-size: 30px;
  font-weight: 900;
}


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

  .accon-content {
    width: 100%;
    margin-left: 10px;
    vertical-align: auto;
  }

  .accon-meetings {
    display: flex;
    flex-direction: column;
  }

  .accon-img {
    display: none;
  }

  .accon-img3 {
    display: block;
    margin-left: 10px;
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 16px;
    color: #0a4b34;
    line-height: 24px;
  }

  .accon-title {
    margin-top: 10px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0a4b34;
    line-height: 18px;
    text-transform: uppercase;

  }

  .accon-date {
    margin-top: 5px;
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 23px;
  }

  .accon-where {
    margin-top: 5px;
    font-family: Nunito Sans;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 23px;
  }

  .accon-arrow {
    display: none;
  }

  .accon-arrowin {
    display: none;
  }

}

section.city-operations {
  min-width: 100vw;
  overflow-x: hidden;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #fff;
  font-family: "Montserrat", Sans-serif;
}

section.city-operations h2.title {
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  left: unset !important;
}

section.city-operations h3 {
  color: #000000;
  font-size: 36px !important;
  font-family: "Roboto", Sans-serif;
  text-align: left;
  padding: 15px 0 70px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

section.city-operations h2.title::after {
  position: absolute;
  background-color: rgb(10, 75, 52);
  content: "";
  min-height: 5px;
  width: 70px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

section.city-operations div.container {
  max-width: 1520px;
  margin: 0 auto;
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
}



.notice-warning {
  display: none;
}

img.imgaccnews {
  max-height: 65px;
  height: 65px;
  min-height: 65px;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

div.accnews-date {
  text-align: left;
}

div.accnews-title {
  text-align: left;
}

section.city-operations div.more-events {
  text-align: left;
  padding-top: 70px;

  font-size: 22px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 600;
}

section.city-operations div.more-events&gt;a {
  color: rgb(10, 75, 52);
  font-family: "Montserrat", Sans-serif;
}

div.accon-img1 {
  font-family: "Montserrat", Sans-serif;
}

div.accon-img2 {
  font-family: "Montserrat", Sans-serif;
}

div.accon-title {
  text-align: left;
}

div.accon-date {
  text-align: left;
}

div.accon-where {
  text-align: left;
}

span.dashicons.dashicons-arrow-right-alt2.accnews-arrowin,
span.dashicons.dashicons-arrow-right-alt2.accon-arrowin {
  font-size: 30px;
  font-weight: 900;
}




/* ******************************* CITY OPERATIONS END ******************************* */
/* ******************************* INFO BOXES START ******************************* */
section.info-boxes {
  min-width: 100vw;
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
  font-family: "Montserrat", Sans-serif;
}

section.info-boxes h2.title {
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Montserrat", Sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
  left: unset !important;
}

section.info-boxes h2.title::after {
  position: absolute;
  background-color: rgb(10, 75, 52);
  content: "";
  min-height: 5px;
  width: 70px;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

section.info-boxes div.container {
  color: rgb(10, 75, 52);
  font-size: 36px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  z-index: 10;
}

section.info-boxes .cocpboxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 0;
  z-index: 10;
}


section.info-boxes {
  position: relative;
  box-sizing: border-box;
}

section.info-boxes::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center;
  transform: rotateY(0deg);
  height: 60%;
  background-position: center;
}

section.info-boxes h2.cocpicontitle {
  font-family: "Montserrat", Sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  left: unset !important;
}

/* ******************************* INFO BOXES END ******************************* */
/* ******************************* BOTTOM CTA START ******************************* */











section.footer-cta div.container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 100px 20px;
  z-index: 10;
}

section.footer-cta div.container&gt;h3 {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: capitalize;
  color: white;
  z-index: 10;
}

section.footer-cta div.container&gt;a {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.36px;
  fill: rgb(10, 75, 52);
  color: rgb(10, 75, 52);
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 30px;
  z-index: 10;
}

section.footer-cta div.container&gt;a:hover {
  background-color: rgb(10, 75, 52);
  color: #ffffff;
  text-decoration: none;
}

section.footer-cta {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

section.footer-cta .footer-cta-overlay {
  position: absolute;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  z-index: 0;
}

/* ******************************* BOTTOM CTA END ******************************* */

/* ******************************* OLD HEADER STYLES START ******************************* */

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #1a5e46;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.logo {
  width: 230px;
  height: 80px;

}


nav {

  max-width: 1240px;
  width: 1240px;
  margin: 0 auto;
  padding: 0;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

nav ul {
  list-style: none;
  display: flex;



}

header.site-header.scrolled {
  background-color: white;
  opacity: 1;
  box-shadow: 0px 3px 60px #00000098;
  z-index: 1000000;
}

header.site-header {
  overflow: hidden;
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;

  position: fixed;
  max-height: 110px;
  min-height: 110px;
  height: 110px;
  z-index: 999999;
  background-color: transparent;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}


#hero {
  margin: 0;
  padding: 0;
  min-width: 100vw;
  max-width: 100vw;
  width: 100vw;
  min-height: 800px;
  max-height: 800px;
  height: 800px;

  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#test {
  min-height: 900px;
}

#hero h1.welcome {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 180px;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.61px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  padding-bottom: 40px;
}

#hero h1.hero-title {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Open Sans Hebrew Condensed", Sans-serif;
  font-size: 118px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2.01px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

#section1 {
  margin-top: -170px;
  z-index: 0;
  padding-bottom: 100px;
}

.cocpboxes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 0 10% 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;

}

.cocpbox {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  background-color: #fff;
  box-shadow: 0px 3px 60px #00000038;
  border-radius: 10px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cocpimgbox {
  height: 70px;
  min-height: 70px;
  max-height: 70px;
}

.cocpicontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-family: Montserrat;
  letter-spacing: -0.34px;
  color: #333333;
  text-transform: capitalize;
  padding-left: 20%;
  padding-right: 20%;
  left: unset !important;
}

.cocpctaflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cocpctacol&gt;a {
  text-decoration: none;
}

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

  .cocpbox {
    width: 290px;
    min-width: 290px;
    max-width: 290px;
  }
}

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

  .cocpboxes {
    flex-direction: column;
    padding: 0 5% 0;
    gap: 15px;
  }

  .cocpbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
    height: 120px;
    min-height: 120px;
    max-height: 120px;

  }

}





/* ******************************* OLD header STYLES END ******************************* */

/* ******************************* NEW header STYLES START ******************************* */
header.site-header {
  background-color: transparent;
  transition: background-color 0.3s;
  display: flex !important;
  z-index: 1000000000;
  overflow: visible !important;

}

.scrolled header.site-header {
  background-color: #fff;
}

header.site-header a,
header.site-header .logo {
  color: #0c5e41;
}


header.site-header nav {

  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: 0 !important;
}



header.site-header.scrolled {
  transition: background-color 0.3s ease, opacity 0.3s ease;

}

#gethelp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999998;
  background-color: #004d32;
  display: flex;
  justify-content: center;
  align-items: center;
}

#search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999997;
  background-color: #004d32;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#search .search-content {
  text-align: center;
  /* Horizontal centering for content */
  color: white;
  /* Example text color */
}

.gethelpclose,
.searchclose {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: white;
  /* You can adjust the color as needed */

}



.search-content {
  max-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  flex-direction: column;
}

#search form&gt;label&gt;input {
  min-width: 60vw;
  min-height: 60px;
  border: none;
  margin: 0;
  border-radius: 5px 0 0 5px;
}

.search-content form&gt;input {
  background-color: rgb(8, 63, 43);
  color: white;
  font-size: 16px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;

  min-height: 60px;
}

#search form {
  margin: 0;
  padding: 0;
  min-width: 100vw;
  font-size: 16px;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-align: center;

}

#search h2 {
  padding: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  left: unset !important;
}

#search button.search-submit {
  background-color: #083f2b;
  color: white;
  border: none;
  min-height: 60px;
  padding: 20px 30px;
  margin: 0;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
}

.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #f1f1f1;
  color: #000;
  padding: 8px 15px;
  z-index: 100;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  transition: top 0.3s;
}

.skip-to-content:focus {
  top: 10px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #f1f1f1;
  color: #000;
  padding: 8px 15px;
  z-index: 100;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  transition: top 0.3s;
  z-index: 999999999;
}

.skip-link:focus {
  top: 10px;
  outline: none;
}

/* ******************************* NEW header STYLES END ******************************* */



/* ******************************* NEW FOOTER STYLES START ******************************* */
footer.site-footer {
  padding-top: 0rem !important;
}

footer.site-footer&gt;.container {
  padding-top: 5rem !important;
}

footer.site-footer section.footer-cta {
  min-height: 230px;
  height: 230px;
}

.footer-meta {
  background-color: #195e46;
  color: #fff;
  font-size: 12px;
  margin-top: 2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

footer.site-footer section.footer-cta&gt;div.container&gt;a {
  text-decoration: none !important;
}

/* ******************************* NEW FOOTER STYLES END ******************************* */



/* ******************************* CUSTOMIZE STYLES START ******************************* */

*:focus-visible {
  box-shadow: 0 0 2px 2px #51a7e8 !important;
}



#colophon p {
  color: #fff !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
  font-weight: 400;
}



#colophon h4 {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
}


#colophon .footer-column1&gt;p&gt;a,
#colophon .footer-column2&gt;p&gt;a {
  text-decoration: none;
}

section.footer-cta div.container a:hover {
  color: white !important;
}

.footer-meta {
  min-height: 100px;
  display: flex;
  align-items: center;
}

.footer-meta div.col-12.col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100%;
  text-align: center;
  font-family: "Nunito Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0px;
}


#mainheader {
  z-index: 99999;
}

body {
  background-color: #fff !important;

}

.footergethelpbutton a:hover {
  text-decoration: none;
  color: #fff;
}

/* ******************************* CUSTOMIZE STYLES END ******************************* */


























body.mega-menu-max-mega-menu-1 .logo-alt {
  display: none;
}



/* ******************************* GENERAL MOBILE START ******************************* */

@media screen and (max-width: 1560px) {
  section.city-operations {
    min-width: unset;
    padding: 50px 2.5%;
  }

  section.things-to-do .things-to-do-container {
    max-width: 95%;
  }

  section.things-to-do div.events-categories-container {
    max-width: 95%;
  }

  section.things-to-do .event-title {
    font-size: 95%;
  }

  section.things-to-do .event-box {
    background-size: 140%;
  }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

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


  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open+#mega-menu-max_mega_menu_1 {
    overflow-y: auto;
  }

  #mega-menu-max_mega_menu_1 {
    position: fixed !important;
    right: 0 !important;
    min-width: 50vw !important;
    max-width: 50vw !important;
    background-color: #004F33 !important;
    padding: 10% !important;
    top: 0 !important;
    min-height: 100vh !important;
    overflow-y: auto;
    max-height: 100vh !important;
    background-size: 25% !important;
    background-repeat: no-repeat !important;
    background-position: center 60px !important;
    padding-top: 160px !important;
  }




  #page&gt;header.site-header&gt;nav&gt;a&gt;img {
    position: absolute;
    max-width: 160px !important;
    height: 100% !important;
    object-fit: contain !important;
    top: 0px !important;
    left: 5% !important;
  }



  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    /* margin-top: 35px!important; */
    background: transparent !important;
    position: fixed;
    right: 5%;
    z-index: 1000001;
  }

  body.mega-menu-max-mega-menu-1.mega-menu-max_mega_menu_1-mobile-open span.mega-toggle-animated-inner,
  body.mega-menu-max-mega-menu-1.mega-menu-max_mega_menu_1-mobile-open span.mega-toggle-animated-inner::after,
  body.mega-menu-max-mega-menu-1.mega-menu-max_mega_menu_1-mobile-open span.mega-toggle-animated-inner::before {
    background-color: #f1f1f1 !important;
  }

  body.mega-menu-max-mega-menu-1 span.mega-toggle-animated-inner,
  body.mega-menu-max-mega-menu-1 span.mega-toggle-animated-inner::after,
  body.mega-menu-max-mega-menu-1 span.mega-toggle-animated-inner::before {
    color: #004d32 !important;
    background-color: #004d32 !important;
  }

  header.site-header nav {
    padding-left: 5%;
    padding-right: 5%;
    max-width: unset !important;
    width: unset !important;
  }

  section.city-operations div.container {
    flex-direction: column-reverse;
    gap: 100px;
  }


  section.things-to-do .event-box:hover {
    background-size: 200%;

  }

  section.things-to-do .things-to-do-container {
    max-width: 100vw;
  }

  section.things-to-do div.events-categories-container {
    flex-direction: column;
    align-items: center;
  }

  section.things-to-do .event-box {
    min-height: 280px;
    max-height: 280px;
    height: 280px;
    min-width: 100%;
  }

  .cocpbox div:last-child {
    min-width: 70%;
    text-align: left;
  }

  #hero form {
    max-width: 80%;
  }

  section.city-operations {
    min-width: unset;
    padding: 50px 20%;
  }

  #hero&gt;h1.welcome {
    font-size: 26px !important;
    padding-bottom: 20px !important;
  }

  #hero h1.hero-title {
    font-size: 80px !important;
  }

  #hero input[type="submit"] {
    padding-left: calc(120px / 3);
    padding-right: calc(180px / 3);
  }

  .cocpbox {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
    height: 120px !important;
    min-height: 120px !important;
    max-height: 120px !important;
  }

  h2.cocpicontitle {
    padding: 0;
    left: unset !important;
  }
}

@media screen and (max-width: 1280px) {}

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

  #mega-menu-max_mega_menu_1 {
    min-width: 100vw !important;
    left: 0 !important;
    right: unset !important;

  }

  footer.site-footer section.footer-cta {
    height: unset !important;
  }


  section.footer-cta div.container&gt;h3 {
    text-align: center;
  }

  section.footer-cta div.container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.city-operations {
    min-width: unset;
    padding: 50px 5%;
  }

  section.city-operations h3 {
    font-size: 26px !important;
    text-align: center;
    padding: 30px 30px;
  }

  .accon-img3 {
    text-align: left;
  }



}

@media screen and (max-width: 780px) {
  #hero h1.hero-title {
    line-height: 80px;
  }

  #section1 {
    margin-top: -50px !important;
  }

}

@media screen and (max-width: 501px) {
  #hero input[type="submit"] {
    padding-left: 3px !important;
    padding-right: 5px;
  }





}

@media screen and (max-width: 375px) {
  #hero input[type="submit"] {
    padding-left: calc(30px / 3);
    padding-right: calc(50px / 3);
  }

  #hero form {
    max-width: 90%;
  }

  .cocpbox {
    width: 90% !important;
    min-width: 90% !important;
    max-width: 90% !important;
  }

  .cocpboxes {
    max-width: 90vw !important;
  }
}

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

/* ******************************* GENERAL MOBILE END ******************************* */

/* == WordPress Accessibility Styles == */


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

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

}</pre></body></html>