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

/*  .noroll {
position: absolute;
  left: 10px;
  right: 10px;
  top: 40px;
  bottom: 10px;
  min-width:300px;
  width:300px;
}

@media only screen
and (max-device-width : 480px) {
  .noroll {
    min-widthwidth:300px;
  }
}
*/
.show-on-mobile { display: none; }

@media screen and (max-width: 500px) {
   /* hide it on screens larger than 400px wide */
   .hide-on-desktop { display: none; }
   .show-on-mobile {display: inline-block;}
}

/*
.sticky {
  position: sticky; 
  top:30vh; 
  pointer-events: none;
}
*/
/*
.message {
  pointer-events:auto;
  padding:20px; background: white; border: 15px solid pink; border-radius: 30px;
  /*width: */ /* to set a smaller width maybe recycle quarto theming stuff that does adaptive width? */
  /*
  box-shadow: 0 0 18px 10px rgba(200, 0, 255, .2); /*12px 12px 2px 1px rgba(0, 0, 255, .2);*/
/*}
*/
/*
.message p {
  margin-bottom: 2px;
}

.step {
  z-index: 999999;
  pointer-events: none;
}
*/

/*
.scrolly {
	position: relative;
	background-color: #f3f3f3;
	padding: 1rem;
}

article {
	position: relative;
	padding: 0;
	max-width: 20rem;
	margin: 0 auto;
}

figure {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	width: 100%;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: #8a8a8a;
	z-index: 0;
}

figure p {
	text-align: center;
	padding: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 12px; 
	font-weight: 900;
	color: #fff;
}

.step {
	margin: 0 auto 1px auto;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
}

.step:last-child {
	margin-bottom: 0;
}

.step.is-active p {
	background-color: goldenrod;
	color: #3b3b3b;
}

.step p {
	text-align: center;
	padding: 1rem;
	font-size: 1.5rem;
	background-color: #3b3b3b;
}
*/
/*********************/
/* LEAFLET */
/*********************/

.grid-list2 {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px, 1fr)); 
}

#map{ height: 630px; margin: 0 auto }
.leaflet-container {
  background-color:rgba(116,169,207,0.75);
}
.leafletToolTips {
  font-size: 16px;
  background-color: none;
  border-color: none;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 4px;
  border-right: 4px;
  border-radius: 0px 0px 0px 0px;
}

.navbar-logo {
  max-height: 51px;
}

.button1 {background-color: #04AA6D;}

.maxw {
    max-width: 250px;
      display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.image-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

/* Styling for the close button */
.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: $primary; /*#78c2ad;*/
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/* Styling for the image */
.image-container img {
    max-width: 100%;
    height: auto;
}

/*********************/
/* NEWS CONTENT */
/*********************/

.news {
  border: 1.5px solid #b8b8b8;
  padding: 0px;
  border-radius: 5px;
}

/* Header/Logo Title */
.newsheader {
  padding: 5px 5px;
  text-align: left;
  background-color: #FCF1DE; //#262D40;
}

.newsscrollbar {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Page Content */
.newscontent {
  border-top: 1.5px solid #b8b8b8;
  padding: 10px;
  }
 .newscontent h4 {
  margin: 0;
  line-height: 1.25;
}
.newscontent p {
  margin: 0;
}
.newsauthordate {
  font-size: 80%;
}

/*********************/
/* HOMEPAGE GRID BOXES */
/*********************/
.grid-box {
  border: 1.5px solid black; 
  border-radius: 10px;
  padding: 10px;
  background-color: #e4f3ef;
  text-align: center;
  margin-bottom: 10px;
  }
  
.grid-box h3 {
  margin: 0;
  line-height: 1.25;
}
.grid-box p {
  margin: 0;
  color: black;
}

.grid-box a {
  text-decoration: none;
}
.grid-box:hover{
  background-color: #78c2ad;//#66a593;
}

.cell-block {
  display: block;
}

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

/*********************/
/* ADAPTATION HEATBLOCKS */
/*********************/
.sectionheader {
  background-color: #434f70;
  border-radius: 10px;
  padding: 5px;
}

.sectionheader h2 {
  color: white;
}

.outlookbox{
  background-color: #e4f3ef;
  border-radius: 10px;
  padding: 10px;
}

.scrollybox{
  background: rgba(228, 243, 239, 0.5); /* 50% opacity */
  border-radius: 10px;
  padding: 10px;
}

.heatblock {
  background-color: #fff7ec;
  border-radius: 10px;
  padding: 10px;
}

.heat5 {
  border: 10px solid #b30000;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff7ec;
}

.heat4 {
  border: 10px solid #e34a33;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff7ec;
}

.heat3 {
  border: 10px solid #fc8d59;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff7ec;
}

.heat2 {
  border: 10px solid #fdcc8a;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff7ec;
}

.heat1 {
  border: 10px solid #fef0d9;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff7ec;
}
</pre></body></html>