@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;600;700&family=IBM+Plex+Sans:wght@400;500&display=swap');
/****************************************
Global Classes, Styles
****************************************/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Roboto', monospace;
  background-color: rgba(255,255,255,1);
  transition: .5s background-color ease-in-out;
  color: #3E3434;
  margin: 0;
}

hr {
  padding: 0;
  margin: 25px auto;
}
p, span, a, button, input, select, option, textarea {
  font-size: 12px;
  font-family: 'Roboto', monospace;
  color: #3E3434;
}
a {
  text-decoration: none;
  color: #3E3434;
  font-weight: normal;
}
h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}
ul {
  margin: 0;
  list-style: none;
  padding-inline-start: 0px;
}
ul li {
  padding-left: 0;
}
input[type="radio"] {
  margin: 0;
}
.max-width {
  max-width: 1325px;
  margin-left: auto;
  margin-right: auto;
}

.cas-global-bar-container {
  background-color: #00abf1;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cas-global-bar span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

.cas-global-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cas-global-bar--right .cas-social-icons > li a {
  height: auto;
  font-size: 15px;
}
/****************************************
***** Header *****
****************************************/
header {
  margin: 20px auto;
}
.cas-header {
  /*max-width: 1400px;*/
  max-width: 1325px;
}
.cas-header--top-head {
  display: flex;
  justify-content: space-between;
}
.cas-header--top-head---left {
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.cas-header--top-head---right {
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.cas-header--ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-content: center;
  align-items: center;
}
.cas-header--ul > li > a:hover {
  text-decoration: underline;
}
.cas-header--ul > li:not(:last-child) {
  margin-right: 40px;
}
.language-selector {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
}

.cas-social-icons {
  display: flex;
}
.cas-social-icons > li {
  position: relative;
}
.cas-social-icons > li a {
  color: white;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0);
  border-radius: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .25s all ease-in-out;
}
.cas-social-icons > li a:hover {
  background-color: rgba(0,0,0,1);
  text-decoration: none;
}
.cas-social-icons > li:not(:last-child) {
  margin-right: 10px;
}

.cas-header h1 {
  /*font-size: clamp(1.5rem, 6.9vw, 6.9rem);*/
  font-size: 0;
  text-align: center;
  margin: 0;
  visibility: hidden;
}
.cas-logo {
  margin:  0 auto;
  max-width: 445px;
  width: 100%;
}
.cas-header h1 strong {
	color: rgba(0,0,0,0.01);
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

/****************************************
***** Scrolling Marquee *****
****************************************/


/****************************************
***** General Static Content *****
****************************************/
#cas-general-content-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px auto;
}

#cas-general-content-section > div {
  width: 48%;
}

.cas-general-content-section--left a {
  display: table;
  margin: 0;
}

#cas-general-content-section .cas-general-content-section--left {
  max-width: 540px;
}

#cas-general-content-section .cas-general-content-section--right {
  max-width: 540px;
}

#cas-general-content-section .cas-subtext {
  font: 400 32px/32px 'Roboto', sans-serif;
  max-width: 700px;
}




/****************************************
***** Theme / Sector Dropdowns *****
****************************************/
#cas-category-tabs-section::after {
  content: "";
  display: table;
  clear: both;
}
.clear-option {
    display: block;
    text-align: center;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translate(0,-50%);
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.cas-tabs {
  position: relative;
  float: left;
  border: 1px solid #3E3434;
  border-radius: 20px;
  width: 48%;
  margin-bottom: 0px;
  position: relative;
  background-color: #FFFFFF;
  z-index: 999;
}

.cas-tabs:after {
  content: url(../images/dropdown-arrow.svg);
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%);
  transition: .25s transform ease-in-out;
  pointer-events: none;
}

.active-dropdown-options:after {
  transform: rotate(180deg) translateY(50%);
  transform-origin: center;
}

.cas-tabs:last-child {
  float: right;
}

.cas-tabs.active-dropdown-options {
  border-radius: 20px 20px 0 0;
}

.cas-tabs--tab,
.cas-tabs-title {
  display: block;
  width: 100%;
  padding: 15px 25px;
  height: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

.cas-tabs-title {
  overflow: hidden;
  border-radius: 20px;
}

.active-dropdown-options .cas-tabs-title {
  border-radius: 20px 20px 0 0;
}

.cas-tabs-options {
  display: none;
  position: absolute;
  top: calc(100% - 1px); 
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  list-style: none;
  background-color: #FFFFFF;
  outline: 1px solid black;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; 
  overflow: hidden;
}

.cas-tabs--tab {
  margin: 0;
  background-color: #FFFFFF;
  border-top: 1px solid black;
}

.cas-tabs--tab:first-child {
  border-top: 0;
}

/* Colors for sector options */
.cas-tabs--tab[data-type-sector="Agriculture"] {
  background-color: #F2BFBC;
}

.cas-tabs--tab[data-type-sector="Buildings"] {
  background-color: #BDCEF9;
}

.cas-tabs--tab[data-type-sector="Energy"] {
  background-color: #B8E1EA;
}

.cas-tabs--tab[data-type-sector="Forests"] {
  background-color: #D8EBDD;
}

.cas-tabs--tab[data-type-sector="Transport"] {
  background-color: #E0E4F1;
}

/* Colors for theme options */
.cas-tabs--tab {
  background-color: #B8E1EA;
}

.cas-tabs--tab-selected {
  background-color: #B8E1EA; 
}

.cas-tabs-title.cas-tabs--tab-selected {
  background-color: #B8E1EA;
}




/****************************************
***** Leaflet Map Style Overrides *****
****************************************/

#cas-main-map { 
  height: 750px; 
  /*max-width: 1400px;*/
  max-width: 1325px;
  margin: auto;
  border-radius: 25px;
  border: 1px solid #3E3434;
}

#cas-main-map-instructions {
  display: table;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  margin: 0 auto;
}

.leaflet-marker-icon {
  border-radius: 100%;
  background-color: rgba(0,0,0,0);
  transition: .25s opacity ease-in-out;
  width: 30px!important;
  height: 30px!important;
}

.leaflet-marker-icon:hover {
  /*background-color: rgba(0,0,0,1);*/
}

.leaflet-popup {
  /*display: none!important;*/
  
}

.leaflet-popup-content-wrapper {
  background:#ffffff;
  color:#3E3434;
  font-size:16px;
  line-height:24px;
  border-radius: 25px;
}
.leaflet-popup-content {
  margin: 0;
  min-width: 375px;
}
.info-window {
  border-radius: 25px;
}
.leaflet-popup-content img {
  width: 100%;
  max-height: 185px;
  object-fit: cover;
  object-position: top;
  border-radius: 25px 25px 0 0;
}
.info-window--video {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.info-window--video iframe {
  width: 100%;
  max-height: 185px;
  min-height: 185px;

}
.info-window-content {
  padding: 15px 25px 25px;
}
.info-window--thematic-area {
  border: 1px solid #3E3434;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 12px;
}
.info-window--sector {
  font-size: 12px;
  margin: 0 0 0 10px;
}
.info-window--title {
  font-size: 20px;
  line-height: 24px;
}
.leaflet-popup-content a {
  color: #3E3434;
  border: 1px solid #3E3434;
  border-radius: 30px;
  padding: 10px 25px;
  display: table;
  font-size: 14px;
  background-color: rgba(189, 206, 249, 1);
}
.leaflet-popup-content-wrapper p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 100;
}
.leaflet-popup-tip-container {
  width:30px;
  height:15px;
}

.leaflet-container a.leaflet-popup-close-button {
    width: 40px;
    height: 40px;
    background: white;
    top: -20px;
    right: -20px;
    border-radius: 100%;
    border: 0;
    color: #3E3434;
}
.leaflet-container a.leaflet-popup-close-button {
  background: url(../images/close-iw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
  font-size: 0;
}
.leaflet-container a.leaflet-popup-close-button span {
  font-size: 30px;
    font-family: 'Roboto';
    font-weight: 100;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 31px;
    opacity: .75;
    font-size: 0;
 }

.leaflet-popup-tip {
  /*border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid #2c3e50;
  */
  box-shadow: none;
  background: none;
}

.leaflet-touch .leaflet-bar {
  border: 0;
  display: flex;
}
.leaflet-bar a {
  background-color: transparent;
  border: 0!important;
}
.leaflet-bar a span {
  color: #3E3434!important;
  display: none!important;
}
.leaflet-control-zoom-out, .leaflet-control-zoom-in {
  border-radius: 100%!important;
  background-color: #3E3434!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  width: 50px!important;
  height: 50px!important;
}
.leaflet-control-zoom-out span, .leaflet-control-zoom-in span {
  font-size: 30px!important;
  color: #ffffff!important;
  opacity: .75!important;
  font-weight: 100!important;
}

.leaflet-control-zoom-in {
  order: 2;
  background: url(../images/zoom-in.svg);
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.leaflet-control-zoom-out {
  order: 1;
  margin-right: 10px;
  background: url(../images/zoom-out.svg);
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.info-window.iw-Agriculture .info-window--link {
  background-color: rgba(242,191,188,1);
}

.info-window.iw-Buildings .info-window--link {
  background-color: rgba(189, 206, 249, 1);
}

.info-window.iw-Energy .info-window--link {
  background-color: rgba(184, 225, 234, 1);
}

.info-window.iw-Forests .info-window--link {
  background-color: rgba(216, 235, 221, 1);
}

.info-window.iw-Transport .info-window--link {
  background-color: rgba(224, 228, 241, 1);
}

/****************************************
***** Marker List Grid Items *****
****************************************/
.marker-list {
  margin-top: 25px;
}

.marker-list-data {
  display: flex;
  flex-direction: column;
}

.marker-list-data--image {
  min-height: 255px;
  max-height: 255px;
  position: relative;
  overflow: hidden;
}

.marker-list-data--image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 255px;
  object-fit: cover;

  border-radius: 25px;
  transition: .25s border-radius ease-in-out;
}

.marker-list-data--content {
  padding: 20px 20px 75px;
}
.marker-list-data--content h3 {
  font: 600 28px/34px 'Roboto', sans-serif;
  margin: 0;
}


.marker-list--cat-tags, .micd-cat-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}

.mlct-cat, .micd-cat {
  border: 1px solid #3E3434;
  border-radius: 25px;
  padding: 5px 10px;
}

.mlct-tags, .micd-tags {
  margin: 0 0 0 10px;
  padding: 0;
}

#marker-list {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  grid-gap: 15px 15px;
  grid-auto-rows:minmax(100px, auto);
  padding-bottom: 20px;
}

#marker-list .item {
  position: relative;
  display: block;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 25px;
  overflow: hidden;
  background-color: rgba(255,255,255,0);
  transition: .25s all ease-in-out;
}
#marker-list .item:hover {
  border: 1px solid rgba(0,0,0,1);
  transition: .25s all ease-in-out;
}
#marker-list .item:hover .marker-list-data--image img {
  border-radius: 25px 25px 0 0;
  transition: .25s border-radius ease-in-out;
}

/* Colors for sector options */
#marker-list .item[data-type-sector="Agriculture"], .leaflet-marker-icon[data-type-sector="Agriculture"] {
  background-color: rgba(242,191,188,0);
}
#marker-list .item[data-type-sector="Agriculture"]:hover, .leaflet-marker-icon[data-type-sector="Agriculture"]:hover  {
  background-color: rgba(242,191,188,1);
}

#marker-list .item[data-type-sector="Buildings"], .leaflet-marker-icon[data-type-sector="Buildings"]   {
  background-color: rgba(189, 206, 249, 0);
}
#marker-list .item[data-type-sector="Buildings"]:hover, .leaflet-marker-icon[data-type-sector="Buildings"]:hover  {
  background-color: rgba(189, 206, 249, 1);
}

#marker-list .item[data-type-sector="Energy"], .leaflet-marker-icon[data-type-sector="Energy"]   {
  background-color: rgba(184, 225, 234, 0);
}
#marker-list .item[data-type-sector="Energy"]:hover, .leaflet-marker-icon[data-type-sector="Energy"]:hover  {
  background-color: rgba(184, 225, 234, 1);
}

#marker-list .item[data-type-sector="Forests"], .leaflet-marker-icon[data-type-sector="Forests"]   {
  background-color: rgba(216, 235, 221, 0);
}
#marker-list .item[data-type-sector="Forests"]:hover, .leaflet-marker-icon[data-type-sector="Forests"]:hover  {
  background-color: rgba(216, 235, 221, 1);
}

#marker-list .item[data-type-sector="Transport"], .leaflet-marker-icon[data-type-sector="Transport"]   {
  background-color: rgba(224, 228, 241, 0);
}
#marker-list .item[data-type-sector="Transport"]:hover, .leaflet-marker-icon[data-type-sector="Transport"]:hover  {
  background-color: rgba(224, 228, 241, 1);
}


/****************************************
***** Footer *****
****************************************/
footer {
  background-color: #3E3434;
  padding: 55px 0 45px;
  margin: 10px auto 0;
}
.cas-footer-container {
  /*max-width: 1400px;*/
  max-width: 1325px;
  margin: auto;
}
.cas-footer--top-foot {
  display: flex;
  justify-content: space-between;
}
.cas-footer--top-foot---left {
  width: 100px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.cas-footer--top-foot---right {
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.cas-footer--ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-content: center;
  align-items: center;
}
.cas-footer--ul > li:not(:last-child) {
  margin-right: 40px;
}
.cas-footer--ul > li > a {
  color: #ffffff;
}
.cas-footer--ul > li > a:hover {
  text-decoration: underline;
}
.cas-footer--ul select {
  color: #ffffff;
}

#copyright-section {
  background-color: #3E3434;
}
.sitemap-links li a {
  color: #ffffff;
  font-size: 13px;
}
.sitemap-links li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;
}
.cas-copyright {
  display: flex;
  /*max-width: 1400px;*/
  max-width: 1325px;
  font-size: 12px;
  margin: 0 auto;
  padding: 20px 0;
  color: #ffffff;
  justify-content: space-between;
  /*align-items: center;*/
  align-items: flex-end;
}
.cas-copyright a:hover {
  text-decoration: underline;
}

.cas-copyright--left {
  width: 65%;
}

.cas-footer--top-foot---left img {
  filter: invert(100%);
}

.cas-copyright--right {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}

.cas-copyright ul {
  display: flex;
}

.cas-copyright--right a {
  color: #ffffff;
}

.cas-copyright--right ul  > li:not(:last-child) {
  margin-right: 15px;
}

.button {
  padding: 20px 25px;
  color: white;
  background-color: rgba(255,255,255,0);
  border: 1px solid white;
  border-radius: 30px;
  font-size: 13px;
  transition: .25s all ease-in-out;
}

.button:hover {
  background-color: rgba(255,255,255,1);
  color: #3E3434;
}


.sitemap-links:not(:last-child) {
  margin-bottom: 25px;
}

/****************************************
***** Overlays and Backdrops *****
****************************************/
.blur-it {
  filter: blur(5px);
  pointer-events: none;
}
#overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  transition: .5s opacity ease-in-out;
}
#overlay.active-overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

/****************************************
***** Main Story Info Pop-Up *****
****************************************/
#main-information {
  opacity: 0;
  visibility: hidden;
  display: block;
  background-color:rgba(173,225,234,255);
  border: 1px solid #3E3434;
  padding: 0;
  position: fixed;
  width: 50%;
  max-width: 800px;
  height: 100%;
  border-radius: 0;
  left: -150%;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  transition: .75s left ease-in-out;
  padding: 40px;
}

#main-information.active-main-info {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: .75s left ease-in-out;
}

.main-information--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-information--head img {
  max-width: 70px;
}

.main-information--close {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 100%;
  background-color: #3E3434;
  border: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .25s background-color ease-in-out;
  margin-bottom: 40px;
}

.main-information--close:hover {
  background-color: #3d3d3d;
}

#main-information img {
  width: 100%;
}

.main-information--content---dynamic {
  position: relative;
}

.micd-photo, .micd-tags, .micd-title, .micd-description {
  position: relative;
}

.micd-photo {
  border-radius: 25px;
  border: 1px solid #3E3434;
}
.micd-title {
  font: 600 24px/24px 'Roboto', sans-serif;
}
.micd-description {
  font: 400 16px/24px 'Roboto', sans-serif;
}
.micd-link {
 padding: 10px 20px;
 background-color: #ffffff;
 border: 1px solid #3E3434;
 border-radius: 25px;
  display: table;
  margin-top: 30px;
}
.micd-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 1375px) {
  .pad-hit {
    padding-left: 35px;
    padding-right: 35px;
  }
  #cas-general-content-section, #cas-marker-list-section {
    padding-left: 35px;
    padding-right: 35px;
  }

}

/****************************************
***** Intermediate Breakpoint Fixes *****
****************************************/
@media screen and (max-width: 1024px) {
  #marker-list {
    grid-template-columns: repeat(2, 1fr);
  }
}



/****************************************
***** Mobile/Small Device Fixes *****
****************************************/
@media screen and (max-width: 767px) {

  .pad-hit, #cas-general-content-section, #cas-marker-list-section  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cas-global-bar span, .cas-global-bar--right .cas-social-icons > li a {
    font-size: 13px;
  }

  .cas-global-bar--right .cas-social-icons > li a  {
    width: 20px;
  }

  .cas-header--top-head {
    position: relative;
    padding-bottom: 0;  
    margin: auto;
  }

  .cas-header--top-head:after {
    content:'';
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    border-bottom: 1px solid black;
    display: none;
  }

  .cas-header--top-head---right {
    display: none;
  }
  .cas-header--top-head---left {
    margin: auto;
  }
  #cas-main-map {
    height: 550px;
  }
  .leaflet-popup-content {
    min-width: 0;
  }
  .leaflet-right .leaflet-control {
    margin-right: 25px;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 30px;
  }
  .leaflet-marker-icon, .leaflet-marker-icon svg {
    width: 50px!important;
    height: 50px!important;
  }
  .info-window--title {
    font-size: 16px;
    line-height: 20px;
  }
  .leaflet-popup-content-wrapper p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    margin: -10px 0 20px;
  }
  #marker-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #cas-general-content-section {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
  #cas-main-map-instructions {
    text-align: center;
  }
  #cas-general-content-section > div {
    width: 100%!important;
  }
  #cas-category-tabs-section {
    margin-top: 20px;
  }
  .cas-logo {
    max-width: 350px;
    margin: auto;
  }
  .cas-general-content-section--left a {
    display: table;
    margin: auto;
  }
  .cas-tabs {
    width: 100%;
    max-width: 350px;
    float: none!important;
    margin: 0 auto;
  }
  #cas-theme-tabs {
    margin-top: 10px;
  }
  #cas-sector-tabs {
    z-index: 9999;
  }
  .cas-copyright { 
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .sitemap-links {
    flex-direction: column;
  }
  .leaflet-bottom .leaflet-control {
    margin-bottom: 20px;
  }

  .leaflet-control-zoom-out, .leaflet-control-zoom-in {
    width: 40px!important;
    height: 40px!important;
  }
  .sitemap-links li:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cas-copyright--left {
    flex-direction: column;
    margin-bottom: 25px;
    padding-top: 25px;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.25);
  }
  .cas-copyright--right {
    justify-content: flex-start;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 25px;
    width: 100%;
  }
  .sitemap-links:not(:last-child) { 
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }
  footer {
    padding: 30px 0 10px;
    margin: 25px auto 0;
  }
}