body {
  background-color: #fff;
}

#neko-to-top {
  visibility: hidden;
}

footer#main-footer {
  background-color: #fff;

  /*     color: #858585; */
  margin-top: 2.5em;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: none;
}

h1 {
  font-size: 30px;
}

/* SITEWIDE LINKS color */
a,
a:hover,
a:focus,
a:active {
  color: #276929;

  /* text-decoration: underline; */
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
}

a:visited {
  color: #4caf50;
}

a:focus,
a:hover {
  color: #276929;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}

a.emph {
  font-weight: bold;

  /* font-size: 1.1em; */
  color: #2a3582;
}

a:hover.emph,
a:focus.emph,
a:active.emph a:visited.emph {
  color: #276929;
}

/* removing the text decoration for top navigation only */
.menu-header .nav a {
  text-decoration: none;
}

label {
  margin-left: 0.35em;
}

.centered-radio {
  margin-top: 1em !important;
}

.compact {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

footer#main-footer {
  /*     border-top: 1px solid rgba(0, 0, 0, 0.1); */
  border-top: none;
}

footer#main-footer {
  padding-top: 20px;

  /*     padding-bottom: 0; */
}

/* Start Bootstrap overrides Start stop form */
.navbar-default {
  background-color: #00f0;
  border: 0 solid #00f0;
}

.tab-pane.active {
  background: unset;
}

.modal-content {
  top: 17vh;
}

/* END Bootstrap overrides Start stop form  *
/*
|--------------------------------------------------------------------------
| Revolution slider customization
|--------------------------------------------------------------------------
*/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

#rs-slider-fullscreen,
#rs-slider-elements,
#rs-slider-fullwidth {
  visibility: hidden;
  height: 100%;
}

.fullscreenvideo video,
.html5-fullscreen,
.no-video-playback-capabilitites,
.video-flash {
  width: 100%;
  height: 100%;
}

/*
|--------------------------------------------------------------------------
| Slippry Slider customization
|--------------------------------------------------------------------------
*/
.container.slider-container {
  position: relative;
  width: 99vw;
  height: 60vh;
  overflow: hidden;
}

.sy-slides-crop {
  /*
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
*/
  border: 1px solid #2a3582;
}

/* typography */
#rs-slider-fullscreen h1,
#rs-slider-fullscreen .h1,
#rs-slider-fullscreen h2,
#rs-slider-fullscreen .h2,
#rs-slider-fullscreen h3,
#rs-slider-fullscreen .h3,
#rs-slider-elements h1,
#rs-slider-elements .h1,
#rs-slider-elements h2,
#rs-slider-elements .h2,
#rs-slider-elements h3,
#rs-slider-elements .h3,
#rs-slider-fullwidth h1,
#rs-slider-fullwidth .h1,
#rs-slider-fullwidth h2,
#rs-slider-fullwidth .h2,
#rs-slider-fullwidth h3,
#rs-slider-fullwidth .h3 {
  margin: 0;
  padding: 0;
}

#rs-slider-fullscreen h1.x-large,
#rs-slider-elements h1.x-large,
h1.x-large {
  /* padding-bottom: 0.25em; */
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* HOMEPAGE NOTICE BANNER RULES */

/* .row.notice-banner-container { */
#pre-header {
  background: #d01319;
  margin: 0 !important;
  padding: 0 !important;
}
#pre-header > .container,
#pre-header > .row {
  background: transparent !important; /* Matches banner context */
  /* DO NOT override padding/margin here */
}
/* Only set margin/padding on the banner container for internal spacing */
  .notice-banner-container {
    background-color: #d01319;
    color: #fff;
    padding: 10px 18vw 0px 18vw;
    font-size: 1.25em;
    margin: 0;
    background: transparent;
    position: relative;
  }
  .notice-banner-container a,
  .notice-banner-container a:focus, 
  .notice-banner-container a:hover {
      color: #fff !important;
  }
  header.menu-header.navbar-fixed-top {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.notice-banner-container .close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.notice-banner-container .close {
  color: #ffffff !important;       /* Near-black for strong contrast */
  opacity: 1 !important;           /* Full visibility (Bootstrap close is often faded) */
  font-size: 32px;                 /* Larger, easier to see/click */
  font-weight: 300;
  background: none;
  border: none;
  box-shadow: none;
  line-height: 1;
}
.notice-banner-container .close:hover,
.notice-banner-container .close:focus {
  /* color: #000 !important;          /* Even bolder on hover/focus */ */
  background: #fff20022;           /* Light highlight, optional */
  /* outline: 2px solid #212121;      /* Optional: strong focus indicator */ */
}

/* #pre-header.notice-banner-container {
  background: rgb(210 176 0);
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  color: #222;
  font-size: 1em;
} */

/* #pre-header.notice-banner-container svg {
  color: #fff;
  color: #2a3582;
}


#pre-header.notice-banner-container span.link-white {
  color: #fff;
  text-decoration: none;
}

#pre-header.notice-banner-container span.link-white:hover {
  color: #2a3582;
}

#pre-header.notice-banner-container a {
  color: #222;
  text-decoration: none;
}

#pre-header.notice-banner-container a:hover {
  color: #2a3582;
}

#pre-header.notice-banner-container p {
  margin: unset;
  padding: unset;
  position: relative;
  top: -10px;
}

#pre-header.notice-banner-container .awc-logo-container {
  top: -17px;
} */

/* .hp-news {
  background: #005502;
  color: #fff;
  min-height: 548px;
}

.hp-news a,
.hp-news a:hover,
.hp-news a:visited {
  color: #98aee3;
}

.hp-news p {
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
} */

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.no-pad-left {
  padding-left: 0 !important;
}

.no-pad-right {
  /* padding-right: 0px !important; */
}

.left-align {
  text-align: left !important;
}

@media screen and (width < 480px) {
  #rs-slider-fullscreen h1,
  #rs-slider-fullscreen .h1,
  #rs-slider-elements h1,
  #rs-slider-elements .h1,
  #rs-slider-fullwidth h1,
  #rs-slider-fullwidth .h1 {
    font-size: 22px;
  }

  #rs-slider-fullscreen h2,
  #rs-slider-fullscreen .h2,
  #rs-slider-elements h2,
  #rs-slider-elements .h2,
  #rs-slider-fullwidth h2,
  #rs-slider-fullwidth .h2 {
    font-size: 14px;
  }

  #rs-slider-fullscreen h3,
  #rs-slider-fullscreen .h3,
  #rs-slider-elements h3,
  #rs-slider-elements .h3,
  #rs-slider-fullwidth h3,
  #rs-slider-fullwidth .h3 {
    font-size: 14px;
  }

  #rs-slider-fullscreen .btn,
  #rs-slider-elements .btn,
  #rs-slider-fullwidth .btn,
  #rs-slider-fullscreen .btn.large,
  #rs-slider-elements .btn.large,
  #rs-slider-fullwidth .btn.large {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px !important;
  }

  .slider-btn-wrapper {
    padding-top: 40px !important;
  }
}

@media screen and (width <= 1000px) {
  .shop-slider .slider-btn-wrapper {
    padding-top: 70px !important;
  }

  /* 	MODBYCH */
  nav.navbar.navbar-default {
    max-height: 30px;

    /* 		background: red; */
  }

  img.main-logo {
    max-height: 85px;
  }

  .navbar-collapse.collapse.in {
    /* background: #2a3582;
		background-color: #2a3582; */
    background-color: rgb(50 50 50 / 90%);
  }

  div.container::after {
    display: none;
    visibility: hidden;
  }
}

/*** OVerride, add class=".custom-nekoskin" to the slider container ***/

/* overide round style settings */
.custom-neko-skin .tp-leftarrow.round,
.custom-neko-skin .tp-rightarrow.round {
  background: none !important;
  line-height: 40px;
  text-align: center;
  opacity: 0.2;
}

.custom-neko-skin .tp-leftarrow.round:hover,
.custom-neko-skin .tp-rightarrow.round:hover {
  opacity: 1;
}

.custom-neko-skin .tp-rightarrow.round::before,
.custom-neko-skin .tp-leftarrow.round::before {
  font-family: custom-icons;
  color: #fff;
  font-size: 40px;
}

.custom-neko-skin .tp-rightarrow.round::before {
  content: "\e8cc";
}

.custom-neko-skin .tp-leftarrow.round::before {
  content: "\e8cd";
}

.custom-neko-skin .tp-bullets.simplebullets.round .bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}

.custom-neko-skin .tp-bullets.simplebullets.round .bullet:hover,
.custom-neko-skin .tp-bullets.simplebullets.round .bullet.selected {
  cursor: pointer;
  opacity: 1;
}

/* overide preview4 style settings */
.custom-neko-skin .tp-bullets.preview4 .bullet {
  background: none !important;
  border: 2px solid #fff !important;
  width: 10px !important;
  height: 10px !important;
  margin: 5px;
}

.custom-neko-skin .tp-bullets.preview4 .bullet:hover,
.custom-neko-skin .tp-bullets.preview4 .bullet.selected {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #fff !important;
}

/*
|--------------------------------------------------------------------------
| bloc images
|--------------------------------------------------------------------------
*/

/*** News ***/
/* .news-1 {
  background-image: url("../images/news/news-3.jpg");
}

.news-2 {
  background-image: url("../images/news/news-2.jpg");
}

.news-3 {
  background-image: url("../images/news/news-1.jpg");
  background-position: top right;
}

.city {
  background-image: url("../images/theme-pics/city.jpg");
  background-position: center center;
}

.team-1 {
  background-image: url("../images/team/team-corporate-1.jpg");
}

.team-2 {
  background-image: url("../images/team/team-corporate-2.jpg");
}

.team-3 {
  background-image: url("../images/team/team-corporate-3.jpg");
  background-position: top right;
} */

/*** adjust some icons ***/

/** single portfolio **/
#back-to-portfolio i::before {
  margin-right: 17px;
}

/** NEKO AJAX a bouger dans le framework **/
.neko-Ajax-loader {
  overflow: hidden;
  position: relative;
}

.neko-Ajax-loader .swiper-preloader {
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: 1;
  text-align: center;
  line-height: 100px;
  background: rgb(255 255 255 / 60%);
  height: 100px;
  width: 100%;
  opacity: 0;
  font-size: 25px;
  transition: 300ms;
}

.neko-Ajax-loader .swiper-preloader.visible {
  bottom: 0;
  opacity: 1;

  /* z-index: 1; */
}

.corp-fudge {
  padding-bottom: 3em !important;
  margin-left: 30%;
  padding-top: none;
  margin-top: none;
}

/* CONSERVATION FLEXBOX */
.flex .main-container p {
  font-size: 18px;
}

.flex .main-container ul li,
.flex .main-container ol li {
  font-size: 18px;
  line-height: 2.75rem;
}

section {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    /* margin-bottom: 3em; */
}

/* NEEDED TO KEEP HEADER FROM BEING WONKY */
section#pre-header {
  margin-bottom: 0;
}

.test-bg {
  background: lightblue;
}

.flex {
  display: flex;
}

.dir-row {
  flex-direction: row;
}

.dir-col {
  flex-direction: column;
}

.split {
  flex: 1 1;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

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

.content-left {
  justify-content: left;
}

.content-right {
  justify-content: right;
}

.content-space-between {
  justify-content: space-between;
}

.content-space-evenly {
  justify-content: space-evenly;
}

.content-space-around {
  justify-content: space-around;
}

.min-width-25 {
  min-width: 25%;
}

.bio-card {
  display: flex;
  align-items: center;
  margin: 0 1em 0 0;
  padding: 0;
  flex-flow: column nowrap;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.bio-card p {
  /* padding: 0.75em; */
  text-align: center;
}

.bio-card h3 {
  margin-bottom: 0.25em;
}

.product-image-card {
    display: flex;
    margin: 0 1em 0 0;
    padding: 0;
    /* flex-flow: column nowrap; */
    /* width: 400px; */
    /* min-width: 400px; */
    max-width: 400px;
    align-items: center;
    justify-content: flex-start;
}

.product-image-card img {
    object-fit: scale-down;
    /* max-height: 600px; */
    vertical-align: center;
    /* display: flex; */
}


.product-image-card p {
  /* padding: 0.75em; */
  text-align: center;
}

.product-image-card h3 {
  margin-bottom: 0.25em;
}

.accent {
  font-style: italic;
  font-size: 0.9em;

  /* text color 65%  */
  color: #555a;
}

.photo-card {
  margin: 0 2px 2px 0;
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}

.bio-image {
  object-fit: cover;
  overflow: hidden;
  max-height: 312px;
  border-radius: 3px;
}

.main-container {
  display: flex;
  flex-direction: column;

  /* align-content: left; */
  flex: 1;
  overflow: hidden;
  padding: 0 1em 1em 3em;
}

.main-container div {
  /* margin: 0.5em; */
}

.return-home-container {
  display: flex;
  flex-direction: column;
  align-content: center;

  /* min-width: 270px; */
  width: 14vw;
  top: -115px;
  position: absolute;
}

.return-home-container div {
  display: flex;
  background: #fff;

  /* color: #2a3582; */
  color: #276929;

  /* margin: 0 1em 1em 0; */
  min-height: 115px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.return-home-container a {
  display: flex;

  /* background: #2a3582; */
  background: #fff;
  color: #276929;
  margin: 0 10px 10px 0;
  min-height: 80px;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  /* border: solid 1px #2a3582; */
  transition: all 0.25s ease;
}

.return-home-container .item {
  padding: 0.5em 0.25em;
  min-height: 80px;
}

p.return-home-desc {
  margin-bottom: 0;
  margin-top: 2px;
  text-align: center;
}

.return-home-desc,
a .return-home-desc {
  /* font-size: 1em; */
  color: #276929;
  transition: all 0.5s ease;
}

a:hover .return-home-desc {
  color: #2a3582;
  text-decoration: none;
}

a:hover .return-home {
  background: #fff;
  transition: all 0.25s ease;
  text-decoration: none;
  color: #2a3582;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  align-content: center;
  min-width: 270px;
  width: 14vw;
}

.sidebar-container div {
  display: flex;

  /* background: #2a3582; */
  color: #fff;

  /* margin: 0 1em 1em 0; */
  min-height: 115px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sidebar-container a {
  display: flex;
  /* background: #2a3582;
  color: #fff; */
  color: #2a3582;
  background: #fff;
  margin: 0 10px 10px 0;
  min-height: 115px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 0.25em;
  border: 1px solid #2a3582;


  /* border: solid 1px #2a3582; */
  transition: all 0.25s ease;
}

.sidebar-container .item {
  padding: 1em 0.25em;
  min-height: 125px;
  color: #2a3582;
}
/* .sidebar-container :hover, */
/* .sidebar-container a .item:hover {
  color: #fff;
  transition: all 0.25s ease;
  
} */


.sidebar-container a:hover {
  background: #2a3582;
  color: #fff;
  transition: all 0.25s ease;
  text-decoration: none;
  &
  .item {
    color: #fff;
  }
}

p.sidebar-nav-desc {
  margin-bottom: 0;
  margin-top: 7px;
  text-align: center;
}

.sidebar-nav-desc,
a .sidebar-nav-desc {
  font-size: 1.25em;
  color: #d3dcff;
  transition: all 0.5s ease;
}

a:hover .sidebar-nav-desc {
  color: #fff;
}

.sidebar-container a:hover svg,
.sidebar-container a:active svg,
.sidebar-container a:hover .sidebar-nav-desc,
.sidebar-container a:active .sidebar-nav-desc {
  /* color: #2a3582; */

  /* transition: all 0.5s ease;  */
}

.sidebar-container .yt-link .item {
  padding: 1em 0.25em;
  min-height: 125px;
}

a.yt-link img {
  max-height: 225px;
  object-fit: scale-down;
}

.sidebar-container a.yt-link {
  display: flex;
  border-radius: 0.25em;
  background: #fff;
  color: #fff;
  margin: 0 10px 10px 0;

  /* max-height: 115px; */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  transition: all 0.25s ease;
  width: 80%;
  align-self: center;
}

.sidebar-container a:hover.yt-link {
  /* background: #2a3582;  */
  transition: all 0.25s ease;
  text-decoration: none;
}

.yt-desc,
a .yt-desc {
  font-size: 1.25em;
  color: #2a3582;
  text-align: center;
  transition: all 0.5s ease;
}

/* BEGIN ANIMATED YT BUTTON STYLES */
.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 30%) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  animation: shine 0.85s;
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* END ANIMATED YT BUTTON STYLES */

/* not needed, was intended as a break, used flex column instead */
.sidebar-nav-desc::before {
  /* content: "\a";
	white-space: pre; */
}

/* NEWS SIDEBAR MODS */
aside.news {
  height: 100vh;
  position: sticky;
  top: 300px;
}

.news.sidebar-container a {
  display: flex;
  position: relative !important;

  /* background: #276929; */
  border: solid 1px #2a3582;
  border-radius: 0.25em;
  background: unset;
  color: #000;
  margin: 0 10px 10px 0;
  height: unset;
  min-height: unset;
  justify-content: center;
  align-items: center;
  text-decoration: none;

  /* border: solid 1px #2a3582; */
  transition: all 0.35s ease;
}

.news.sidebar-container a:hover {
  background: #2a3582;
  transition: all 0.35s ease;
  text-decoration: none;
  transition: all 0.35s ease;
}

.news.sidebar-container .item {
  padding: 1em 0.25em;
  min-height: unset;
}

news.sidebar-nav-desc,
a .sidebar-nav-desc {
  font-size: 1.25em;
  color: #2a3582;
  transition: all 0.5s ease;
}

.news a.active {
  background: #276929;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
}

.news a.active .sidebar-nav-desc {
  color: #fff;
}

.mm-masonry__item p {
  color: red;
  z-index: 50;
  display: block;
  font-size: 21px;
  align-content: 13px;
  position: relative;
}

.conservation_events_carousel {
  /* min-width: 50%;
	max-width: 60%;
	height: 400px; */
}

.conservation_contacts {
  font-size: 1.5em;
}

/* OWL CAROUSEL STYLING */
.carousel-item-container p {
  padding: 0.5em;
}

.cropped-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 25%;
}

.owl-item.active {
  background: unset;
  border: solid 0 white;
  transform: scale(1);
  transition: all ease 0.5s;
}

.owl-item.active.center {
  transform: scale(1.3);
  overflow: visible;
  transition: all ease 0.5s;
  border: solid 5px white;
  z-index: 1000;
  object-position: 50% 25%;
}

.owl-item.active.center .owl-lazy.cropped-image {
  /* object-position: 50% 25%; */

  /* border: solid 3px cyan; */
}

.owl-carousel {
  /* display: none;
  width: 100%;
  z-index: 1; */
  overflow: hidden;
  max-height: 300px;
}

/* .image-caption {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  margin-top: 0.5em;
  padding-left: 33%;
  padding-right: 33%;
} */

.image-caption {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  margin-top: 0.75em;
  padding-left: 20%;
  padding-right: 20%;
  position: relative;
}

.image-caption p {

}

/* FANCYBOX SPECIFIC STYLING */

/* ############################ */

.fancybox__container {
  --fancybox-color: #333;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgb(0 0 0 / 10%);
  --f-spinner-color-2: rgb(17 24 28 / 80%);
}

.fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;
  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none;
}

.fancybox__toolbar {
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;

  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-shadow: none;
}

.fancybox__slide {
  padding: 12px 0;
}

.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0;
}

.fancybox__thumbs.is-classic .f-thumbs__slide {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s;
}

.fancybox__thumbs.is-classic .f-thumbs__slide:hover,
.fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
  border: 1px solid #6b7280;
}

/* ############################ */

/* END FANCYBOX SPECIFIC STYLING */

/* CONSERVATION AREA SPECIFIC CHANGES */

/* TOILET REBATE PROGRAM STYLES */
.border-box {
  max-width: 475px;
  display: block;
  border: 2px solid #2a3582;
  padding: 2em;
  margin: 3em 3em 3em 0;
  text-align: center;
}

.border-box li {
  list-style: none;
}

.water-sense-logo {
  display: block;
  width: 160px;
  margin: auto;
}

.btn {
  text-wrap: auto;
  text-transform: unset;
  letter-spacing: unset !important;
}

/* CONSERVATION AREA SPECIFIC CHANGES */
.segment-container {
  margin-bottom: 3em;
}

/* CONSERVATION RESOURCES ACCORDION STYLES */
details {
  width: 75%;
  min-height: 5px;
  max-width: 800px;

  /* padding: 25px 50px 25px 50px; */

  /* margin: 0 auto; */
  position: relative;
  font-size: 18px;

  /* border: 1px solid rgb(0 0 0 / 10%); */
  border: 1px solid #238a;
  box-sizing: border-box;
  transition: all ease 3s;
}

details + details {
  margin-top: 15px;
  border: 1px solid #238a;

  /* padding: 1.5em; */
}

details[open] {
  min-height: 50px;
  background-color: #f6f7f8;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
  transition: all ease 3s;
}

summary,
.static-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  padding: 1em 2em;
  background: #238a;
}

summary h2 {
  color: #fff;
  margin-bottom: 0;
}

.static-header-bar h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
}

.static-accordion-container {
  padding: 2em 2em 2em 2.5em;
}

.static-accordion-container ol li {
  font-size: 18px;
}

summary:focus {
  outline: none;
}

/* section summary:first-of-type {
	border-radius: 3px 3px 0 0;
}

section summary:last-of-type {
	border-radius:  0 0 3px 3px;
} */

.full-width {
  max-width: unset;
  width: 100%;
}

.subhead {
  margin-top: 2em;
  margin-bottom: 0.25em;
  font-weight: bold;
  color: white;
  background: #238a;
  padding-left: 2em;
  padding-bottom: 0.25em;
}

.control-icon {
  fill: #fff;
  transition: 0.3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: 1.3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

details a {
  text-decoration: none;
}

details a:focus,
a:hover {
  text-decoration: underline;
}

.detail-item {
  width: 100%;
  padding: 0.5em 0 0.5em 2em;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.detail-item:hover {
  width: 100%;
  padding-left: 1.5em;
  border-left: solid 0.5em #238a;

  /* border-right: solid  0.5em #2a3582; */
  border-bottom: solid 1px rgb(0 0 0 / 30%);
  transition: all 0.3s ease;

  /* Add transition for hover effects */
}

details p {
  margin: 2em 2em 2em 2.75em;
}

details ul,
details ol {
  padding: unset;
  margin: 2em 2em 2em 0;
}

details ol li {
  margin: 2em 0 2em 4em;
  list-style-type: numeric;
}

details li {
  margin-left: 1.5em;
  margin-right: 2em;
  list-style-type: none;
  list-style: none;
  margin-bottom: 1.25em;
}

details .fa-li {
  color: #2a3582;
}

.lower-roman {
  list-style: lower-roman;
}
.lower-alpha {
  list-style: lower-alpha;
}

/* END CONSERVATION RESOURCES ACCORDION STYLES */

/* BEGIN CONSERVATION RESOURCES STATIC - ACCORDION COPYCAT STYLES */

/* END CONSERVATION RESOURCES STATIC - ACCORDION COPYCAT STYLES */

/* CONSERVATION VIDEO LIBRARY STYLES */
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END CONSERVATION VIDEO LIBRARY STYLES */

/* BEGIN BLOG POST STYLES */
.blog-post-container {
  gap: 10px;
}

.blog-post {
  display: flex;
  align-items: flex-start;
  background: #2383;
  padding: 1em;
}

.post-img {
  /* width: 10vw; */
  min-width: 125px;
  max-width: 150px;
  min-height: 125px;
  max-height: 125px;
  object-fit: scale-down;
}

.blog-content {
  margin-left: 1em;
}

.blog-post .blog-title {
  color: #2a3582 !important;
  font-weight: bold;
  font-size: 1.1em;
}

.blog-post .blog-desc {
  font-size: 1em;
}

.blog-post .blog-date {
  font-weight: bold;
  font-size: 0.8em;
  font-style: italic;
  color: 555;
}

.blog-post-container a {
  text-decoration: none;
  cursor: pointer !important;
  color: unset;
  display: block !important;
}

/* END BLOG POST STYLES */

/* CONSERVATION PROGRAM STYLES */

.conservation-program {
  display: flex;
  align-items: flex-start;
  padding-top: 0.5em;
  font-size: 18px;
}

.conservation-program .title {
  font-size: 1.16em;
  font-weight: bold;
  color: #2a3582;
}

.program-img {
  width: 10vw;
  min-width: 125px;
  max-width: 125px;
  min-height: 100px;
  max-height: 100px;
  object-fit: scale-down;
  margin: 0 1.5em;
}

ul.conservation-programs {
  list-style: none;
  padding-left: 0.5em;
}

ul.conservation-programs > li {
  margin-bottom: 1em;
}

ul.conservation-programs > li strong {
  color: #2a3582;
  font-size: 1.1em;
}

/* END CONSERVATION PROGRAM STYLES */

/* CONTACT SECTION */
.callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  padding: 2em;
  background: #238a;
  color: #fff;
}

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

.callout a:hover {
  /* color: #276929;
  color: #2a3582; */
  color: #fff;
  text-decoration: underline;
}

/* CONSERVATION KIT SPECIFIC STYLES */
.jf-style-form {
  font-size: 18px;
}

.form-segment {
  margin-bottom: 2em;
}

.temp-callout {
  color: red;
  text-align: center;
  border-bottom: solid 1px red;
}

/* Setting these items on the jquery-validate form validation JS */

/* #step1 {

	display: none;
}

#step2 {
	display: none;
}

#step3 {
	display: none;
}

#out-of-area-message {
	display: none;
}

.show-no-email {
	display: none;
} */

.jf-style-form .control-label {
  font-size: 14px;
  margin-left: 7px;
}

.jf-style-form .k-input,
.jf-style-form input.k-textbox,
.jf-style-form textarea.k-textbox {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
}

.jf-style-form .k-input,
.jf-style-form input.k-textbox,
.jf-style-form textarea.k-textbox,
.jf-style-form input.k-textbox:hover,
.jf-style-form textarea.k-textbox:hover,
.jf-style-form .k-textbox > input,
.jf-style-form .k-multiselect-wrap {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 18px;
}

@media (width <= 1025px) {
  .swiper-horizontal .swiper-scrollbar {
    height: 30px;
    bottom: auto;
    top: 0;
    background: rgb(255 255 255 / 60%);
  }

  .swiper-horizontal .swiper-scrollbar-drag {
    background: rgb(0 0 0 / 60%);
  }
}

/** NEKO AJAX a bouger dans le framework **/

/* fix align in template-services.html */
.service-row {
  margin-right: -50px;
  margin-left: -50px;
}

/* image position absolute on home */
.img-absolute {
  position: relative;
}

.img-absolute .img-absolute-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-absolute-spacer {
  height: 100px;
}

/*** coming soon ***/
#coming-soon-3 label {
  display: none;
}

#coming-soon-3 .form-control {
  color: #fff;
  font-weight: 700;
}

.logo-coming-soon {
  width: 200px;
}

@media (width <= 1024px) {
  body.header-6 .menu-header:not(.scroll-header) .navbar-default .navbar-nav > li > a.btn.border {
    color: #222;
    border-color: #222;
  }
}

@media (width <= 1024px) {
  .neko-mega-menu.image-background {
    background: none;
  }
}

.fullcoveredvideo {
  top: auto !important;
  bottom: 0 !important;
}

.main-logo,
.main-logo-light {
  width: 100px;
}

.main-logo-light {
  width: 255px;
}

.navbar-brand {
  padding: 0;
}

.office-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.office-container img {
  width: 100%;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  overflow: hidden !important;
}

.comfort-line-height {
  line-height: 2.25em;
}

.mb-medium {
  border-bottom: 1px solid #2a3582;
  margin: 2em auto 3em;
  margin-bottom: 1em;
}

.faq-answers > li {
  display: block;
  padding-bottom: 2em;
  list-style-type: none !important;
  list-style: none !important;
}

.mb ul.list-unstyled > li > a {
  margin-left: 10px;
  margin-right: 10px;
}

.no-bullet > li:nth-child(1) {
  list-style-type: none !important;
}

.outdent {
  margin-left: -35px !important;
}

.strong {
  font-weight: 700 !important;
}

.legal {
  font-size: 0.75em;
}

.qa {
  font-size: 1.25em;
  font-weight: 700 !important;
}

h1.text-main-color,
h2.text-main-color,
h1 span.text-main-color,
h2 span.text-main-color,
h3.text-main-color,
h4.text-main-color,
h5.text-main-color,
h6.text-main-color,
p.text-main-color,
p.lead.text-main-color,
blockquote.text-main-color,
cite.text-main-color,
h1 .text-main-color,
h2 .text-main-color,
h1 span .text-main-color,
span.text-main-color,
h2 span .text-main-color,
h3 .text-main-color,
h4 .text-main-color,
h5 .text-main-color,
h6 .text-main-color,
p .text-main-color,
p.lead .text-main-color,
blockquote .text-main-color,
cite .text-main-color {
  color: #2a3582;
}

h1.text-secondary-color,
h2.text-secondary-color,
h1 span.text-secondary-color,
h2 span.text-secondary-color,
h3.text-secondary-color,
h4.text-secondary-color,
h5.text-secondary-color,
h6.text-secondary-color,
p.text-secondary-color,
p.lead.text-secondary-color,
blockquote.text-secondary-color,
cite.text-secondary-color,
h1 .text-secondary-color,
h2 .text-secondary-color,
h1 span .text-secondary-color,
span.text-secondary-color,
h2 span .text-secondary-color,
h3 .text-secondary-color,
h4 .text-secondary-color,
h5 .text-secondary-color,
h6 .text-secondary-color,
p .text-secondary-color,
p.lead .text-secondary-color,
blockquote .text-secondary-color,
cite .text-secondary-color {
  color: #99547d;
}

a.faqs {
  padding-top: 150px;

  /*   margin-top: -150px; */

  /*   display: inline-block;  */

  /* required for webkit browsers */
  vertical-align: top;
}

.uyb-list {
  counter-reset: my-badass-counter;
}

.uyb-list dt {
  position: relative;
  font: bold 0.75em;

  /* 			padding: 4px 0 10px 0; */
}

.uyb-list dt::before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 0.125em;
  font: bold 1.75em/1 sans-serif;
  padding: 0.125em;
  color: #fff;
  margin: auto;
  background: #2a3582;

  /* Old browsers */
  background: linear-gradient(top, #2a3582 0%, #009ec3 100%);

  /* FF3.6-15 */
  background: linear-gradient(top, #2a3582 0%, #009ec3 100%);

  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2a3582 0%, #009ec3 100%);

  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /* 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3582', endColorstr='#009ec3',GradientType=0 ); */

  /* IE6-9 */
  border-radius: 3px;
}

.uyb-list dt,
.uyb-list dd {
  padding-left: 45px;
  margin: auto !important;
}

.uyb-list dd {
  padding-bottom: 1em;
  font-size: 0.75em;
}

.uyb-list dt {
  color: #2a3582;
}

/*
@media (min-width: 1025px) {
    .sub-menu {
        box-shadow: rgba(0, 0, 0, 0.109804) 0px 1px 2px 0px
    }
    .menu-header .nav > li .sub-menu {
        background-color: #faedae;
    }
    .menu-header .nav > li .sub-menu > li .sub-menu {
        background-color: #faedae;
    }
    .menu-header .nav > li .sub-menu a:not(.btn) {
        color: #555;
    }
    .menu-header .nav > li .sub-menu a:not(.btn):hover {
        color: #111;
        background: #f7f7f7
    }
    .neko-mega-menu h2 {
        color: #555;
    }
}
*/

/* IE SVG HACK */

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */

/* 1 */

/*
.ie9 img[src$=".svg"] {
  width:30%;
}
*/

/* 2 */

/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 30%;
  }
}
*/
img {
  width: 100%;
}

.limit-to-actual {
  width: auto;
  max-width: 100%;
  height: auto;
}

.heading::after {
  font-family: custom-icons;
  display: block;
  height: 10px;
  border-radius: 5px;
  width: 146px;
  content: "\e817";
  top: -132px;
  bottom: auto;
  margin-left: -73px;
  left: 50%;
  background: none !important;
  position: relative;
  z-index: 1;
  font-size: 120px;
  opacity: 0.075;

  /* 	zoom:1; */
}

/* hack to allow zoom on mobile map screen */
@media only screen and (width <= 720px) {
  header {
    position: absolute;
  }
}

.contact-entry {
  padding-top: 3em !important;
}

.corp-fudge {
  padding-bottom: 3em !important;
}

.dev-contact-entry {
  margin-top: 3em !important;
  padding-left: 1em;
  border-left: 0.35em solid #2a3582;
}

.page-header {
  /*
	margin-top:2em;
	border-bottom: 1px solid #eee;
*/
  border-bottom: none;
}

.cheat-up {
  margin-top: -1.5em;
}

.block {
  display: block;
}

#locator-map-inst {
  position: relative;
  top: 46px;
  z-index: 100;
  left: -18px;
}

.my-community-map-container {
  display: inline-block;
  position: relative;
  width: 90%;
  padding-bottom: 95%;

  /* depends on svg ratio, for my zebra height/width = 1.2 so padding-bottom = 50% * 1.2 = 60% */
  vertical-align: middle;

  /* top | middle | bottom ... do what you want */
}

.my-community-map {
  /* svg into : object, img or inline */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  /* only required for <img /> */
}

.banner {
  padding: 1em;
  margin: 0 0 2em;

  /* background-color: #FED700; */
  color: black;
  font-size: 1.25em;
  text-align: center;
  transition: all ease 0.8s;
}

a .banner {
  position: relative; /* Ensure pseudo-elements are positioned relative to .banner */
  padding: 1em;
  margin: 0 0 2em;
  color: black;
  font-size: 1.25em;
  text-align: center;
  overflow: hidden; /* Prevent pseudo-elements from spilling outside */
  transition: all ease 0.8s;
  text-decoration: none;
}

a .banner::before {
  content: "";
  position: absolute;
  inset: 0; /* Fill the entire .banner */
  background: #fed700; /* Solid color */
  z-index: -1; /* Place below the text but above the gradient */
  opacity: 1;
  transition: opacity 0.8s ease-in-out; /* Smooth transition for hover effect */
}

a .banner::after {
  content: "";
  position: absolute;
  inset: 0; /* Fill the entire .banner */
  background: linear-gradient(to right, #eeb316 0%, #f1c40f 25%, #fed700 50%, #f1c40f 75%, #eeb316 100%); /* Gradient */
  z-index: -2; /* Place below both text and solid color */
  border-radius: 4px;
}

a .banner:hover::before {
  opacity: 0; /* Fade out the solid color to reveal the gradient */
}


/* NAVIGATION */
body.header-7 .menu-header {
  border-bottom: 1px solid transparent;
  box-shadow: none;
  background: #2a3582;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #de0c0c;
  background-color: transparent;
}

body .menu-header .nav > li > a.active,
body .menu-header .nav > li.active > a.active,
body .menu-header .nav > li > a.active:hover,
body .menu-header .nav > li.active > a.active:hover,
body .menu-header .nav > li > a:hover,
body .menu-header .nav > li.active > a:visited,
body .menu-header .nav > li > a.active:visited,
body .menu-header .nav > li.active > a.active:visited,
body .menu-header .nav > li.active > a:visited {
  color: #fff;
}

.menu-header .navbar-default .navbar-nav > li.force-return:hover > a:not(.btn)::after {
  border-color: #2a3582;
  border-color: rgb(255 255 255 / 50%);
  top: 56px !important;
}

.menu-header .navbar-default .navbar-nav > li.no-animate:hover > a:not(.btn)::after {
  border-color: #2a3582;
  border-color: rgb(255 255 255 / 50%);
  top: 56px !important;
  display: none;
}

body #pre-header {
  display: block;
  /* background-color: #fff; */
}

.awc-logo-container {
  width: 100%;
  display: block;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  /*     max-height: 340px; */
  width: 100%;
  margin-left: 30px;
}

.v-push {
  margin-top: 10px;
  margin-bottom: 5px;
}

/*
.awc-logo
{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:60%;
	padding:0;
	max-height: 130px;
	min-height: 100px;

}
*/

.awc-logo {
  max-height: 111px;
  margin-left: -100px;
  margin-bottom: -95px;
  z-index: 1000;
  display: block;
  position: relative;
}

img.awc-logo {
  /*     width: unset; */
  width: 143px;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/*
@media (min-width: 1025px)
body.header-7 .menu-header .navbar-default .navbar-nav li a:not(.btn) {
	padding-bottom: 31px;

}
*/

@media only screen and (width <= 1024px) {
  #locator-map-inst {
    position: relative;
    top: -9px;
    z-index: 100;
    left: 0;
    font-size: 0.75em;
  }

  .icon-bar i.fa {
    font-size: 1.35em;
  }

  /* Reposition AWC logo on small screen	 */
  .awc-logo {
    margin-left: -20px;
  }
}

@media (width >= 1025px) {
  .menu-header .nav > li .sub-menu,
  .menu-header .nav > li .neko-mega-menu.sub-menu .col-md-3:not(:last-child) {
    border-right: 1px solid #2a3582 !important;
  }

  .menu-header .nav > li .sub-menu,
  .menu-header .nav > li .neko-mega-menu.sub-menu {
    border-left: 1px solid #2a3582;
    border-bottom: 1px solid #2a3582;
  }
}

@media (width <= 1025px) {
  .menu-header .nav > li .sub-menu a:not(.btn) {
    /*      color: #000; */
    color: #fff;
    line-height: 0.85;
  }
}

.menu-header .nav > li .sub-menu a:not(.btn):hover {
  color: #2a3582;
  text-decoration: underline;

  /*     font-weight: 700; */

  /*     text-shadow: 1px 1px 2px rgba(42, 53, 130, 0.82); */
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

/* UNIVERSAL */
.home-page-top {
  margin-top: 100px;
}

.home-page-hero-img {
  max-width: 650px;
  padding: 0 25px 25px;
}

.home-page-banner {
  max-width: 650px;
  padding: 0 25px 25px;
}

.center-me {
  margin: 0 auto;
}

.box-icon i {
  margin-bottom: 0;
}

/* FIVE COLLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (width >= 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (width >= 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (width >= 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.special-proj {
  display: block;
  position: relative;
  margin-top: 38px;
}

.special-project {}

.special-proj-desc {
  margin-top: 20px;
}

.img-caption {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  margin-top: -3px;
}

.sp-proj-docs-list {
  padding-top: 25px;
  border-top: 1px solid #2a3582;
}

.sp-proj-docs-list ul:first-child {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

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

/* #global-wrapper > section > div > div > div > a */

a.active-btn {
  padding: 8px 20px;
  background: #3e4a9f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
  box-shadow: inset 0 0 0 0 #2a3582;
  transition: all ease 0.8s;
  text-decoration: none;
  margin-bottom: 25px;
}

a.active-btn:hover,
a.active-btn:visited {
  box-shadow: inset 0 100px 0 0 #2a3582;
  color: #fff;
  text-decoration: none;
}

/* MORPHTEXT STYLE CONSERVATION PAGE */

/*
span#js-rotating {
    display: block;
    position: relative;
    left: 3vw;
    font-size: 2.0rem;
    color: #fb7272;
    text-align: center;
    padding: 1em;
}
*/
.pt125rem {
  font-size: 1.5em;
}

span#js-rotating {
  display: block;
  position: relative;
  left: 3vw;
  font-size: 2rem;
  color: #4b943d;
  text-align: center;
  padding-left: 2vw;
  padding-right: 10vw;
}

.rotating-container {
  width: 100%;

  /* background: grey; */
  text-align: center;
  position: relative;
  top: -20px;

  /*     hide initially, js restores visibility */
  visibility: hidden;

  /*     padding: 2rem 5rem; */

  /* border: solid 1px chocolate; */
}

/* MORPHTEXT STYLE CONSERVATION PAGE */

.cta-news {
  background: #fed700;
  padding: 13px 13px 4px;
  margin: 15px;
  border-radius: 7px 0;
  border: 0 none #000;
  color: white;
}

.cta-news a,
.cta-news a:hover,
.cta-news a:visited {
  color: #fff;
  text-decoration: none;
}

.cta-news h1 {
  font-size: 1.75em;
}

.copper-emp {
  color: #ce5c17;
  font-weight: bold;
}

.icon-submenu {
  margin-top: 3em;
}

.icon-submenu i {
  /* margin: 20px auto; */
  display: block;
  text-align: center;
}

p.icon-title {
  text-align: center;
  font-size: 0.85em;
}

.icon-submenu a {
  transition: all 0.3s ease;
  text-decoration: none;
}

.icon-submenu a:hover {
  color: #ce5c17;
}

.container.quick-nav {
    margin-top: 3em;
    margin-bottom: 1em;
}
.quick-nav svg {
  
    /* fill: red; */
    max-width: 50px;
    max-height: 50px;
}


/* ICONBAR */
.icon-bar {
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    overflow: auto;
    display: flex;
    gap: 3em;
    justify-content: center;
}

.icon-bar a {
    display: flex;
    border-top: 1px #fff solid;
    min-width: 11%;
    padding: 0.25em;
    transition: all 0.65s cubic-bezier(0.58, 0.11, 0.45, 1);
    color: #2a3582;
    font-size: 3em;
    text-decoration: none;
    border: solid 2px #2a3582;
    border-radius: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.icon-bar a:hover {
  background-color: rgb(41 51 130 / 100%);

  /* Add a hover color */
  color: white;

  /* White text color */
}

.active {
  background-color: #4caf50;

  /* Add an active/current color */
}

.quick-nav-desc, a .quick-nav-desc {
    font-size: 0.35em;
    color: #000;
    margin-bottom: 0;
    transition: all 0.5s ease;
    padding-top: 0.3em;
}

/* UPDATED QUICKNAV ICON TARGETING */
/* 1. Only invert icons marked .quick-nav-icon, not the myAWClogo */
.quick-nav a:hover svg.quick-nav-icon path,
.quick-nav a:hover svg.quick-nav-icon polygon {
    fill: #fff;
}

/* 2. Do NOT set a generic rule on .quick-nav a:hover svg path / polygon anymore.
      Remove or comment out the old rule:
   .quick-nav a:hover svg path,
   .quick-nav a:hover svg polygon { ... }
*/

/* 3. myAWClogo: keep its normal colors by default on hover */
.quick-nav a:hover svg#myAWClogo path,
.quick-nav a:hover svg#myAWClogo polygon {
    /* fill: currentColor; /* or remove this rule entirely if no global hover rule remains */ */
}

/* 4. Inside myAWClogo, only reverse the wordmark */
.quick-nav a:hover svg#myAWClogo g.myAWCwordmark path,
.quick-nav a:hover svg#myAWClogo g.myAWCwordmark polygon {
    fill: #fff;
}

.icon-bar a:hover .quick-nav-desc,
/* .icon-bar a:visited .quick-nav-desc , */
.icon-bar a:active .quick-nav-desc {
  color: #fff;
}

.home-page-slider {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Careers page additions */
.revout {
  background: #2a3582;
  color: #fff;
}

.fff-r-br {
  border-right: solid 3px #fff;
}

.fff-l-br {
  border-left: solid 3px #fff;
}

.note {
  font-size: 0.7em;
  margin-top: 15px;
}

.label-note {
  font-size: 0.7em;
  margin-top: 0;
  margin-left: 0.25em;
}

.top-20vh {
  margin-top: 10vh;
}

.top-5vh {
  margin-top: 5vh;
}

.position-specs {
  font-size: 0.8em;
}

.avail-items {
  padding: 8px 0;
}

.avail-items:nth-of-type(odd) {
  background: #f1f0f0;
}

.avail-items-date {
  font-size: 0.8em;
  clear: both;
  font-weight: bold;
}

/* Add top margin to all but the first item. */
.avail-items-date:not(:first-child) {
  margin-top: 2.75vh;
}

.headline {
  /* font-size: 1em;
	font-weight: 600;
	color: #464646; */

  font-size: 1.2em;
  font-weight: 600;
  color: #2a3582;
}

.fill-width {
  width: 100%;
}

.cta-button,
a.cta-button,
a.cta-button:visited {
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  padding: 10px;
  background-color: #2a3582;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0.5em auto;
  transition: 0.25s;
}

.cta-button:hover,
a.cta-button:hover {
  background: #4caf50;

  /*    border: solid #337FED 1px; */
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  transition: 0.25s;
}

.cta-button-form,
a.cta-button-form,
a.cta-button-form:visited {
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  padding: 10px;
  background-color: #53a13d;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0.5em auto;
  transition: 0.25s;
  width: 100%;
}

.cta-button-form:hover,
a.cta-button-form:hover {
  background: #2a3582;

  /*    border: solid #337FED 1px; */
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  transition: 0.25s;
}

.disable,
a.disable,
a.disable:hover,
a.disable:visited,
button.disable,
button.disable:hover,
button.disable:visited {
  background: #9c9c9c !important;
  color: #e6e6e6 !important;
  transition: none !important;
  cursor: default;
}

/* BILL PAY CARDS */
.b-card-container {
  display: flex;
  align-items: stretch;
  margin-top: 2em;
}

.b-card {
  border: 1px solid #2a3582;
  padding: 0;
  background: #bfbfbf1f;
  margin-right: 1em;

  /*     min-height: 45vh; */
}

.b-card-title {
  width: 100%;
  background: #2a3582;
  padding: 0.5em 0.5em 0.5em 0.75em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  min-height: 3em;
}

.b-card-content {
  padding: 1em;
}

/* BEGIN myAWC Styles */
.payment-header {
  display: flex;
  gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
}
.payment-header img {
    width: 100%;
    max-height: 200px;
    object-fit: scale-down;
}
.left-column {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 0 1.5em;
}


.myawc-branding {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.myawc-title {
  font-size: 4.5rem;
  font-weight: bold;
  color: #3a4a99;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.myawc-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3a4a99;
  margin-bottom: 15px;
}

.myawc-description {
  font-size: 1.5rem;
  line-height: 1.65;
  color: #333;
  max-width: 100%;
}

.video-column {
    flex: 0 0 45%;
    display: flex;
    align-items: flex-end;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ensure cards section spans full width */
.payment-cards {
  display: flex;
  gap: 20px;
  width: 100%;
}

.payment-cards > div {
  flex: 1;
}

@media (max-width: 968px) {
  .payment-header {
    flex-direction: column;
  }
  
  .left-column,
  .video-column {
    flex: 1 1 100%;
  }
  
  .awc-logo {
    max-width: 150px;
  }
  
  .myawc-title {
    font-size: 3rem;
  }
}


/* END myAWC Styles */

/* NEW FOOTER STYLE */
.awc-footer {
  display: flex;
    background-color: #2a3582;
    /* background: linear-gradient(135deg, #3a4a99 0%, #3a4a99 25%, #00a7e1 100%);
    background: linear-gradient(0deg, #00a7e1 0%,#3a4a99 100% ); */
    color: #ffffff;
    padding: 40px;
    font-family: Arial, sans-serif;
    margin-top: 4em;
}

.footer-container {
  max-width: 1600px;
  margin: 0 auto;
}


/* Help Section */
.footer-help-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.help-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.help-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
}

.help-item a:hover {
  text-decoration: underline;
}

/* Main Navigation */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2em;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 
}

.footer-column h4 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.company-info.footer-column h4 {
    font-size: 3.15rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
    margin-bottom: 0.3em;
}

.footer-column ul li a,
.footer-column p,
.footer-legal p  {
    color: #d5dbdb;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
  color: #5dade2;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}



.footer-legal {
  flex: 1;
  text-align: center;
}

/* .footer-legal p {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #222;
} */

.footer-links {
  font-size: 1rem;
}

.footer-links a {
  color: #222;
  text-decoration: none;
  margin: 0 8px;
}

.footer-links a:hover {
  color: #5dade2;
  /* color: #276929; */
}

.footer-links span {
  color: #7f8c8d;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #222;
  font-size: 1.5rem;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #5dade2;
}

/* Responsive Design */
@media (max-width: 968px) {
  .footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  /* Remove Bootstrap's collapse border — !important beats the Bootstrap media query */
  .navbar-default .navbar-collapse,
  .menu-header .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
  }

  /* Kill border/shadow on the nav container so the collapsing animation leaves no visible line */
  .menu-header nav.navbar,
  .menu-header nav.navbar-default,
  nav.navbar.navbar-default {
    border: none !important;
    box-shadow: none !important;
  }

  /* Nav items — left padding inside the drawer */
  .navbar-collapse.in .navbar-nav > li > a {
    padding-left: 1.5rem;
  }

  /* Nav drawer — right-anchored, narrow, fixed below header.
     Also fix-position during .collapsing so the animation never takes up flow space
     and leaves no sweeping border line during open/close. */
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    position: fixed !important;
    top: 80px;
    right: 0 !important;
    width: 260px !important;
    overflow-y: auto;
    z-index: 9998;
    background: rgb(50 50 50 / 95%);
    padding: 1rem 0;
  }

  /* Company info — smaller at tablet, left-aligned */
  .footer-logo img {
    max-width: 80px;
  }
  .company-info.footer-column h4 {
    font-size: 1.618rem;
  }

  /* Accordion — lists closed by default, open class toggles */
  .footer-column:not(.company-info) ul {
    display: none;
    margin-top: 0.5em;
  }
  .footer-column:not(.company-info).open ul {
    display: block;
  }

  /* Chevron trigger on h4 headings */
  .footer-column:not(.company-info) h4 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
  .footer-column:not(.company-info) h4::after {
    content: '+';
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }
  .footer-column:not(.company-info).open h4::after {
    content: '\2212'; /* − minus sign */
  }
}

@media (max-width: 640px) {
  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  /* Company info column — always visible, float to top when stacked */
  .company-info.footer-column {
    order: -1;
    text-align: center;
    align-items: center;
  }

  /* Logo and company name — 40% of desktop size */
  .footer-logo img {
    max-width: 60px;       /* 40% of 150px */
  }
  .company-info.footer-column h4 {
    font-size: 1.26rem;    /* 40% of 3.15rem */
  }
}

/* NEW FOOTER STYLE */

/* AZW CARDS */
.azw-card-container {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  justify-content: space-evenly;

  /*      	text-align: center; */
}

.azw-card {
  flex: 1 1 20%;
  border: 1px solid #2a3582;
  padding: 0;
  background: #fff;
  margin-bottom: 1em;
  margin-right: 1em;

  /*     min-height: 45vh; */
  max-width: 30%;
  min-width: 25%;
}

.azw-card-title {
  width: 100%;
  background: #2a3582;
  padding: 0.5em 0.5em 0.5em 0.75em;
  color: #fff;
  font-weight: bold;

  /*     text-align: center; */

  /*     min-height: 3em; */
}

.azw-card-content {
  padding: 1em;
}

.azw-card-container li:nth-of-type(odd) {
  background: #f1f0f0;
}

.azw-card-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.cont-border {
  border: 1px solid #2a3582;
}

.no-border {
  border: none;
}

.cat-thumb {
  flex: auto;
  max-width: 300px;
  border-radius: 0.25em;
}

/* PAGE BANNER HEADERS */

.pg-banner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  top: -70px;
  height: 180px;
  overflow: hidden;
}

h1.pg-banner-revout {
  color: #fff;
  text-shadow: 1px 1px 2px #2a3582;
  font-size: 4vh;

  /*     text-align: center !important; */

  /*   text-align: center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pg-banner-container img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

/* HEADER BANNER HEADERS */

.header-banner-container {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  top: 0;
  height: 180px;
  overflow: hidden;
}



h1.header-banner-revout {
  color: #fff;
  text-shadow: 0 0 6px #2a3582;
  font-size: 4vh;

  /*     text-align: center !important; */

  /*   text-align: center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.bannersubhead {
  font-size: 0.5em;
  text-transform: none;
  text-align: center;
}

.header-banner-container img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

img.header-banner-logo2 {
    height: 85%;
    display: flex;
    object-fit: contain;
    top: 20px;
    right: 55%;
    position: inherit;
    overflow: visible;
    min-width: unset;
}

img.quicknav-image {
    max-height: 50px;
}

/* NEWS PAGE STYLES */
@keyframes color-change {
  0% { border-color: rgb(42 53 130 / 25%); }
  50% { border-color: #2a3582; }
  100% { border-color: rgb(42 53 130 / 25%); }
}

@keyframes color-change {
  0% { border-color: rgb(42 53 130 / 25%); }
  50% { border-color: #2a3582; }
  100% { border-color: rgb(42 53 130 / 25%); }
}

@keyframes color-change {
  0% { border-color: rgb(42 53 130 / 25%); }
  50% { border-color: #2a3582; }
  100% { border-color: rgb(42 53 130 / 25%); }
}

@keyframes color-change {
  0% { border-color: rgb(42 53 130 / 25%); }
  50% { border-color: #2a3582; }
  100% { border-color: rgb(42 53 130 / 25%); }
}

@keyframes color-change {
  0% { border-color: rgb(42 53 130 / 25%); }
  50% { border-color: #2a3582; }
  100% { border-color: rgb(42 53 130 / 25%); }
}

/* BID PAGE STYLES */
.bid-item-container,
.article-item-container {
  margin-bottom: 2em;
  scroll-margin-top: 110px;
  box-shadow: 0x 0 0 #0000;
  transition-property: background-color, box-shadow, border-radius;
  transition-delay: -0.25s;
  transition-duration: -0.25s;
  transition: 0.5s ease-out;

  & .bid-item-date {
    display: flex;
    font-size: 0.8em;
    clear: both;
    font-weight: bold;
    padding-left: 2.5em;
    margin-bottom: 0.5em;
  }

  & .article-item-date {
    display: flex;
    font-size: 1em;
    clear: both;
    font-weight: bold;
    padding-left: 2em;
    margin-bottom: 0.5em;
  }

  & .headline {
    border-radius: 3px;
    background-color: #2a3582;
    width: 100%;
    padding: 0.25em 0.25em  0.25em 2em;
    color: #fff;
    margin-bottom: 0.5em;
  }

  & p {
    padding-left: 0.75em;
    margin-left: 1.25em;
    margin-right: 1.25em;
  }

  & strong {
    color: #2a3582;
  }

  & a {
    font-weight: bold !important;
  }

  /* Base styles for ::after pseudo-elements */
  a[href$=".pdf"]::after,
  a[href$=".zip"]::after {
    content: "\f1c1"; /* For PDF icon */
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    color: #276929;
    margin-left: 8px;
    display: inline-block; /* Required for transform to work */
    transition: transform 0.25s ease-in-out; /* Smooth transition for rotation */
  }

  /* Change content for ZIP links */
  a[href$=".zip"]::after {
    content: "\f1c6"; /* For ZIP icon */
  }

  /* Base styles for links */
  a[href$=".pdf"],
  a[href$=".zip"] {
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
  }

  /* Hover effect for links */
  a:hover[href$=".pdf"],
  a:hover[href$=".zip"] {
    color: #276929;
    text-decoration: underline;
  }

  /* Rotate ::after pseudo-elements on hover */
  a:hover[href$=".pdf"]::after,
  a:hover[href$=".zip"]::after {
    /* transform: rotate(-10deg); Rotate slightly on hover  */
    transform: scale(1.15); /* Scale up by 10% */
  }

  & img {
    display: flex;
    float: right;
    max-height: 25vh;
    width: auto;
    margin: 1em;
    border: 1px solid #333;
    padding-left: 1em;
  }

  /* Basic styles for the accordion */
  & details {
    width: 100%;
    max-width: unset;
    font-size: inherit;
    border: 1px solid #fff0;

    & p {
      margin: unset;
      margin-left: 1.25em;
      margin-right: 1.5em;
      padding-bottom: 1.25em;
    }

    & > .content {
      max-height: 0;
      overflow: hidden;

      /* transition: max-height 1.75s ease-out; */
    }
  }

  & summary {
    font-weight: unset;
    cursor: default;
    list-style: none;
    background: unset;
    padding: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  & summary::marker {
    display: none; /* Hide default marker */
  }

  & .show-detail-button {
    cursor: pointer;
    color: #276929;
    background: #fff;
    border: 1px solid #276929;
    padding: 0.5em 0.75em;
    border-radius: 6px;
    display: flex;
    font-weight: bold;
    margin: 1em;
  }

  & details[open] {
    max-width: unset;
    min-height: 50px;
    background-color: unset;
    box-shadow: unset;

    & .show-detail-button {
      color: #fff;
      background: #276929;
    }

    & .content {
      max-height: unset;
    }
  }
}

.bid-item-container.details-open,
.article-item-container.details-open {
  background-color: #f9f9f9;
  box-shadow: 1px 1px 7px #0005;
  border-radius: 3px;

  & .headline {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 7px #0005;
    transition-property: box-shadow, border-radius;
    transition-delay: 1s;
    transition-duration: 0.5s;
    transition: 1.75s ease-in;
  }

  transition-property: background-color, box-shadow, border-radius;
  transition-delay: 0.75s;
  transition-duration: 0.5s;
  transition: 1.75s ease-in;
}

.news-item-container {
  margin-bottom: 2.5em;
  scroll-margin-top: 200px;

  /* Identifies selected anchor article when using anchor links */
}

/* NEWS PAGE STYLES */
.news-item-container {
  margin-bottom: 4em;
  scroll-margin-top: 180px;
  box-shadow: 0x 0 0 #0000;
  transition-property: background-color, box-shadow, border-radius;
  transition-delay: -0.25s;
  transition-duration: -0.25s;
  transition: 0.5s ease-out;
  box-shadow: 1px 1px 7px #0005;
  border-radius: 5px;
  padding-bottom: 2em;

  & .news-item-date {
    display: flex;
    font-size: 1em;
    clear: both;
    font-weight: bold;
    padding-left: 2.5em;
    margin-bottom: unset;
    background-color: #fff;
  }

  & .headline {
    display: flex;
    background-color: unset;
    width: 100%;
    padding: 1em 1.25em 0.125em 1.2em;
    color: #2a3582;
    margin-bottom: unset;
    background-color: #fff;
    font-size: 1.75em;
  }

  & .wave-wrapper {
    background: #d8ebf3;
    background: linear-gradient(180deg, rgb(216 235 243 / 100%) 0%, rgb(255 255 255 / 100%) 100%);
  }
  & .wave-wrapper::after {
      content: "";
      display: table;
      clear: both;
  }

  & p,
  & .news-column-heading,
  & .news-column-list {
    padding-left: 0.75em;
    margin-left: 1.25em;
    margin-right: 1.25em;
    line-height: 1.75em;
  }

  /* .flex .main-container p (elsewhere in this file) bumps article <p> tags to 18px;
     since .news-column-heading/.news-column-list aren't <p> tags they never matched it
     and stayed at the page's 14px base. Match it explicitly here instead of guessing at
     a relative unit. */
  & .news-column-heading,
  & .news-column-list {
    font-size: 18px;
  }

  & .news-columns-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 2em;
    margin-bottom: 1em;
  }
  & .news-column-heading {
    margin-bottom: 0.25em;
  }
  & .news-column-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1em;
  }
  @media (max-width: 600px) {
    & .news-columns-row {
      grid-template-columns: 1fr;
    }
  }
  /* Creates animation when selecting target links */
  &:target {
    /* border-left: solid 3px  #2A3582; */
    border-left: solid 1px  rgb(42 53 130 / 25%);
    /* padding-left: 1em; */
    transition: all 0.75s ease;
    animation: color-change 2s 2;
    scroll-margin-top: 180px;
  }

  & .news-item-date {
    display: flex;
    font-size: 0.8em;
    clear: both;
    font-weight: bold;
  }

  & img {
    /* display: flex; */
    max-width: 50%;         /* Prevents image from being too wide */
    max-height: 500px;       /* Prevents image from being too tall */
    width: auto;            /* Maintain aspect ratio */
    height: auto;           /* Maintain aspect ratio */
    float: left;

    /* max-width: 50%;
			width: initial; */
    margin: 0.25em 1.5em 1em 0;
    border: unset;
    object-fit: scale-down;
    border-radius: 5px;
  }

  & .card-wave {
    margin-bottom: 2em;
    margin-top: 1.5em;
  }

  & strong {
    color: #2a3582;
  }

  & a {
    font-weight: bold !important;
  }

  svg.news-wave {
    background: #fff;
  }

 

  /* Base styles for ::after pseudo-elements */

  /* HERE */

  /* & img {
		display: flex;
		float: right;
		max-height: 25vh;
		width: auto;
		margin: 1em;
		border: 1px solid #333;
		padding-left: 1em;
	}	 */

  /* Basic styles for the accordion */
  & details {
    width: 100%;
    max-width: unset;
    font-size: inherit;
    border: 1px solid #fff0;

    & p {
      margin: unset;
      margin-left: 1.25em;
      margin-right: 1.5em;
      padding-bottom: 1.25em;
    }

    & > .content {
      max-height: 0;
      overflow: hidden;

      /* transition: max-height 1.75s ease-out; */
    }
  }

  & summary {
    font-weight: unset;
    cursor: default;
    list-style: none;
    background: unset;
    padding: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  & summary::marker {
    display: none; /* Hide default marker */
  }

  & .show-detail-button {
    cursor: pointer;
    color: #276929;
    background: #fff;
    border: 1px solid #276929;
    padding: 0.5em 0.75em;
    border-radius: 6px;
    display: flex;
    font-weight: bold;
    margin: 1em;
  }

  & details[open] {
    max-width: unset;
    min-height: 50px;
    background-color: unset;
    box-shadow: unset;

    & .show-detail-button {
      color: #fff;
      background: #276929;
    }

    & .content {
      max-height: unset;
    }
  }
}

 /* NEWS LINKS SIDEBAR */
  .sticky-sidebar {
    height: 100vh;
    position: sticky;
    top: 300px;
  }


ul.news-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .news-nav a {
    font-size: clamp(12px, 16px, 18px);
  }

  .news-nav-item {
    margin-bottom: 1.75rem;
  }

  .news-nav-item a {
    /* color: #0077b6; */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.35s;
  }

  .news-nav-item a:hover {
  
    text-decoration: underline;
  }
  
  /* ALERTS STYLES */
.msg-container {
    display: flex;
    background: #ececec;
    border-radius: 0.5em;
    overflow: hidden;
    margin-bottom: 4em;
    min-height: 300px; /* or use height: 300px; for fixed height */
    /* box-shadow: 1px 1px 7px #0005; */
  }
  
  .flex-img-50 {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
  }

  .cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .constrained-height{
   height: 350px;
  }
 .flex-img {
  overflow: hidden;
 }
 .flex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
 }
 .flex-col .flex-img {
  margin-right: 0;
 }
  
  .flex-content {
      display: flex ;
      padding: 1.5em 3em;
      font-size: 1.5em;
      flex-direction: column;
      justify-content: center;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .alerts-lead-in {
    margin-bottom: 2em;
    padding: 0 2em;
  }
  .alerts-lead-in p {
    font-size: 1.5em;
 
  }
  .sign-up-button-container{
    display: flex;
  }
  .sign-up-button{
   padding-left:  1.5em!important; 
   padding-right: 1.5em!important; 
  }
  .client-color{
    color: #2a3582;
  }
  .alerts-faq summary {
      background: #2a3582;
      border: unset;
  }
  .alerts-faq details {
      margin-bottom: 2em;
      background: #ececec;
      /* box-shadow: 1px 1px 7px #0005; */
      box-shadow: unset;
      /* border: unset; */
  }
  .alerts-faq details p {
      margin: 2em;
  }
  
  .alerts-container img {
      max-width: 90%;
      clear: both;
      margin: 1em 2em;
      float: unset;
  }
  span#image-original-name {
      font-size: 14px;
  }
  
 #alerts-article-form input:required:valid, 
 #alerts-article-form select:required:valid, 
 #alerts-article-form textarea:required:valid {
      /* border-color: green; */
      /* background: url(/start-service/images/check-icon.svg) no-repeat 95% 50%; */
      background: unset !important;
  }
  /* Alerts display page LH sidebar */
  .alerts-sidebar img {
      max-width: 150px;
      margin-top: 2.75em;
  }
  .alerts-sidebar {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
  }
  
  /* Notification container styles */
  #form-notification-container {
      pointer-events: none;
  }
  .form-notification {
      background: #2d6a4f;
      color: #fff;
      border-radius: 6px;
      padding: 16px 24px;
      margin-bottom: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      font-size: 1rem;
      opacity: 0.96;
      pointer-events: auto;
      transition: opacity 0.3s;
      display: flex;
      align-items: center;
  }
  .form-notification.error {
      background: #b02a37;
  }
  .form-notification.success {
      background: #198754;
  }
  .form-notification.info {
      background: #0d6efd;
  }
  .form-notification .fa {
      margin-right: 10px;
  }
  /* END Notification container styles */
 /* END ALERTS STYLES */
.bid-item-container.details-open,
.article-item-container.details-open {
  background-color: #f9f9f9;
  box-shadow: 1px 1px 7px #0005;
  border-radius: 3px;

  & .headline {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 1px 0 7px #0005;
    transition-property: box-shadow, border-radius;
    transition-delay: 1s;
    transition-duration: 0.5s;
    transition: 1.75s ease-in;
  }

  transition-property: background-color, box-shadow, border-radius;
  transition-delay: 0.75s;
  transition-duration: 0.5s;
  transition: 1.75s ease-in;
}

/* FAQ PAGE */
.faq-q,
.faq-a {
  padding-left: 0;
}

.faq-q li,
.faq-a li {
  list-style: none;
  padding: 1.125em;
}

.faq-a li ul li {
list-style: none;
padding: 0em 1.25em 0.75em 1.25em;
}
.faq-a img {
    max-width: 300px;
    min-height: 75px;
    object-fit: scale-down;
    margin: 1em;
}

.faq-q li:nth-of-type(odd) {
  background: #f1f0f0;
}

/* .faq-q ul.fff-r-br, */
.faq-q ul {
  border-right: solid 3px #fff;

  /*     margin-left: 0px; */
  padding-left: 0;
}

/*
.faq-a li {
    list-style: none;
    padding: 1.25em;
}
*/

.faq-a li:nth-of-type(odd) {
  background: #f1f0f0;
}

/* .faq-q ul.fff-r-br, */
.faq-a ul {
  border-right: solid 3px #fff;
  margin-left: 0;
  padding-left: 0;
}

ul.faq-a li span {
  line-height: 2em;
}

.cube {
  padding: 0.15em 0.125em 0.35em 0.35em;
  margin: 0 10px 10px 0;
}

.faq-block {
  color: #fff;
  background: #2a3582;
}

.section-head {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  font-size: 1.5em;
}

/* LOCATION PAGE */
.loc-list {
  padding-left: 0;
}

.loc-list li {
  display: flex;
  list-style: none;
  padding: 0.3em;
}

.loc-list li:nth-of-type(odd) {
  background: #f1f0f0;
}

/* .faq-q ul.fff-r-br, */
.loc-list ul {
  display: flex;
  flex-flow: column;
  border-right: solid 3px #fff;

  /*     margin-left: 0px; */
  padding-left: 0;
}

ul.loc-list li span {
  line-height: 2em;
}

.loc-desc {
  padding-left: 0.25em;
  width: 30%;
  height: 100%;
}

.loc-data {
  flex-grow: 1;
  width: 70%;
  height: 100%;
  padding-left: 0.25em;
}

.pad-02 {
  padding: 0.2em;
}

.pad-03 {
  padding: 0.3em;
}

.pad-04 {
  padding: 0.4em;
}

.pad-05 {
  padding: 0.5em;
}

.pad-l-02 {
  padding-left: 0.2em;
}

.pad-l-03 {
  padding-left: 0.3em;
}

.pad-l-04 {
  padding-left: 0.4em;
}

.pad-l-05 {
  padding-left: 0.5em;
}

.pad-r-02 {
  padding-right: 0.2em;
}

.pad-r-03 {
  padding-right: 0.3em;
}

.pad-r-04 {
  padding-right: 0.4em;
}

.pad-r-05 {
  padding-right: 0.5em;
}

/* icon square */
.list-icon.square li::before,
li > i[class^="icon-"].rounded::before,
li > i[class*=" icon-"].rounded::before {
  height: 22px;
  width: 22px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  font-size: 12px;
  background: #2a3582;
  color: #fff;
}

.comm-map-top {
  margin-top: -3em;
}

/*  NESTED LISTS */

.azw-card-container ul li.card-subtitle {
  margin-left: 15px;
  background: unset !important;
  margin-bottom: 20px;
  font-weight: bold;
  color: #222;
}

.azw-card-container ul li li {
  margin-left: 15px;
  background: unset !important;
  font-weight: 300;
  padding-bottom: 0.35em;
}

.colon-title {
  color: #2a3582 !important;
  font-weight: bold;
  font-style: italic;
}

/* FORM ERRORS */
.cmxform fieldset p.error label {
  color: red;
}

div.error-container {
  background-color: #eee;
  border: 1px solid red;
  margin: 5px;
  padding: 5px;
}

div.error-container ol li {
  list-style-type: disc;
  margin-left: 20px;
}

div.eror.container {
  display: none;
}

error-container label.error {
  display: inline;
}

form.cmxform {
  width: 30em;
}

form.cmxform label.error {
  display: block;
  margin-left: 1em;
  width: auto;
}

.azw-border-box {
  border: 1px solid #2a3582;
}

.parent-width {
  width: 100%;
  max-width: 100%;
}

.azw-card-title.header-height {
  height: 2.5em;
}

.content-row {
  margin-bottom: 1em;
  display: flex;
}

.alt-bg {
  padding-top: 1em;
  border-top: 1px solid #2a3582;
}

.weird-background {
  /* background-color: #cfc7d8;  */
  background-color: #eaeaea;
}

.unstyled-list {
  list-style: none;
}

.my-icon {
  width: auto;
  max-height: 44px;
  object-fit: contain;
  margin: 10px;
}

.flexy-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hero-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.hero-image {
  text-align: center;
  max-width: 100%;
}

.hero-title {
  font-size: 2.65em;
}

ol.roman-list {
  list-style: lower-roman;
}

ul.spaced-list {
  line-height: 2.25em;
}

.awc-logo-snipe-badge {
  max-height: 111px;
  margin-left: -53px;
  margin-bottom: -79px;
  z-index: 1000;
  display: block;
  position: relative;
  width: auto;
}

.snipe-badge-padding {
  padding-left: 65px;
}

.flexy-container {
  display: flex;
  border: 1px solid #2a3582;
  border-left: 0 solid #2a3582;
  flex-direction: column;
}

.flexy-container .column {
  display: flex;
  border-bottom: 1px solid #2a3582;

  /* border: 1px solid #2a3582; */
}

.flexy-container .cell {
  border-left: 1px solid #2a3582;
  padding: 15px;
}

.flex-header {
  background-color: #2a3582;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.myDate {
  flex: 1 1;
  text-align: center;
}

.myTime {
  flex: 1 1;
  text-align: center;
}

.myMethod {
  flex: 2 1;
  margin-left: 1em;
}

/* CORPORATE OFFICE PAGE CHANGES */
.corp-office p {
  font-size: 16px;
}

.announce-banner {
  display: block;
  float: right;
  text-align: center;
  background: #7e8cf091;
  padding: 22px 12px;
  position: fixed;
  z-index: 100;
  font-size: 12px;
  right: 0;
  top: 126px;
  min-height: 94.4333px;
}

a.announce-banner {
  color: #222;
  text-decoration: none;
}

a.announce-banner:hover {
  color: #2a3582;
  text-decoration: none;
}

.col-md-6.confirm-copy {
  font-size: 1.1em;
  font-weight: bold;
  margin-left: 0.9em;
}

/*

input:required:invalid {
  background-color: #DEABB3;
}
*/
ol .alpha {
  list-style-type: none;
}

ol .alpha > li {
  list-style: none;
  counter-increment: letter;
}

ol .alpha > li::before {
  content: counter(letter, lower-alpha) ". ";
}

ol.upper-alpha {
  list-style-type: none;
}

ol.upper-alpha > li {
  list-style: none;
  counter-increment: letter;
  margin-top: 1em;
}

ol.upper-alpha > li::before {
  content: counter(letter, upper-alpha) ". ";
}

.product-title {
  font-weight: bold !important;
  margin-bottom: 0;
}

.product-desc {
  line-height: 1.4em;
  font-weight: 400;
  font-size: 0.85em !important;
}

.flex-video {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding-top: 27.25%;
  overflow: hidden;
  margin-right: 1em;

  & iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.flex-img {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  margin-right: 2.5em;
}
.flex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vw20{
  max-width: 20vw;
}
.vw25{
  max-width: 25vw;
}
.vw30{
  max-width: 30vw;
}

@media screen and (width <= 1024px) {
  .menu-header .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 0px !important;
  }

  .awc-logo-snipe-badge {
    display: none;
  }

  .snipe-badge-padding {
    padding-left: unset;
    text-align: center;
  }

  .hero-title {
    font-size: 1.65em;
    text-align: left;
  }
}

@media screen and (width < 1440px) {
  .announce-banner {
    /* display: none; */
    display: block;
    float: right;
    padding: 5px;
    position: fixed;
    z-index: 100;
    font-size: 12px;
    right: 0;
    top: 126px;

    /* min-height: 94.4333px; */
    width: 5vw;
  }
}

@media screen and (width <= 550px) {
  .awc-logo {
    max-height: 75px;
  }

  h1.header-banner-revout {
    font-size: 3vh;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    /* max-height: 340px; */
    width: 100%;
    margin-left: 33%;
  }

  .flex.ss-mod {
    flex-direction: column;
  }

  .main-container {
    padding: 1em;
  }

  .sidebar-container {
    flex-direction: column;
    min-width: unset;
    width: unset;
    flex-wrap: wrap;

    /* flex-direction: row; */
  }

  .sidebar-container a {
    min-height: unset;
    justify-content: left;
    align-items: left;
    padding-left: 25px;
  }

  .sidebar-container .item {
    /* width: 40vw; */
    padding: 0.5em;
    min-height: unset;
    flex-direction: row;
  }

  .sidebar-nav-desc,
  a .sidebar-nav-desc {
    font-size: 1em;

    /* color: #d3dcff; */

    /* transition: all 0.5s ease; */
    text-align: left;
    margin-left: 1em;
  }

  a.yt-link img {
    max-height: 175px;
  }

  .return-home-container {
    display: none;
  }

  details ol li {
    margin: 2em 0 2em 2em;
  }

  .detail-item {
    padding: 0.5em 0.5em 0.5em 1em;
  }

  .program-img {
    width: 10vw;
    min-width: 75px;
    max-width: 100px;
    min-height: 75px;
    max-height: 100px;
    object-fit: scale-down;
    margin: 0 0.5em;
  }

  .conservation_contacts {
    font-size: 1em;
  }

  .min-width-25 {
    min-width: 80vw;
  }

  .ss-hidden {
    display: none;
  }
}

/* VIDEO EMBED */
.video-embed-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.video-embed-container {
  position: relative;
  width: 50%;
  aspect-ratio: 16 / 9;
}
.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .video-embed-container { width: 100%; }

  /* Adjust drawer top and padding to match mobile header height */
  .navbar-collapse.in,
  .navbar-collapse.collapsing {
    top: 71px !important;
    padding-left: 1.5rem;
  }

  /* Stopgap mobile nav — single blue bar: logo left, hamburger right */
  #pre-header {
    display: none !important;
  }
  .awc-mobile-logo {
    display: flex !important;
    align-items: center;
    padding: 6px 10px 6px 15px;
    height: 100%;
  }
  .awc-mobile-logo img {
    height: 58px;
    width: auto;
  }
}

/* Desktop — hide the mobile logo */
@media (min-width: 769px) {
  .awc-mobile-logo {
    display: none !important;
  }
}
/* END VIDEO EMBED */
