html,
body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

p,
ol,
li,
span,
button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}

p,
ol,
li {
  font-size: 22px;
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.samaaj-data-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* padding: 80px; */
  background: #fff;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.leaflet-container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.continue-maps-button {
  border-radius: 10px;
  background-color: #35df8e;
  border: 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: white;
  transition: opacity 0.5s;
  margin-top: 10px;
}

.continue-maps-button:hover {
  opacity: 0.5;
}

.contributors {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contributors p {
  font-size: 24px;
}

.contributors-logo {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contributors-logo img {
  height: 54px;
  width: auto;
}

.credit {
  color: #333;
  line-height: 1.5;
}

.map-buttons {
  position: absolute;
  top: 10px;
  left: 158px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 1000;
  color: #333;
  display: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.map-filter {
  max-height: 400px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: max-content;
  cursor: default;
}

.map-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.map-close-filter {
  display: none;
}

.map-filter:focus-within .map-close-filter,
.map-filter:focus-within .map-filter-categories {
  display: block;
}

.map-filter-categories {
  flex-grow: 1;
  overflow-y: auto;
  max-width: 300px;
  display: none;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.select-all-categories {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid #cccccc55;
  font-size: 15px;
  gap: 10px;
}

.categories {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  font-size: 14px;
  gap: 10px;
}

.sub-categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: 38px;
  gap: 5px;
}

.sub-categories > div {
  margin-bottom: 5px;
}

.sub-categories label {
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1;
  background: #eee;
  border-radius: 3px;
}

.sub-categories .checkbox:checked + label {
  background: #35df8e;
}

input.checkbox {
  accent-color: #35df8e;
  width: 16px;
  height: 16px;
}

.heat-map-button,
.feedback-btn {
  height: 30px;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1;
  display: flex;
  gap: 7px;
  border-radius: 4px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}

.button-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 1000;
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.new-button{
  height: 30px;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1;
  display: flex;
  gap: 7px;
  border-radius: 4px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
}
.heat-map-on {
  background-color: #35df8e;
}

.leaflet-control-container .leaflet-gac-control {
  outline: none;
  width: 120px;
  border: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.map-reset-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.map-loader-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.5);
}

.map-loader svg {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  animation: spin 1s linear infinite;
}

.map-popup-loader-container {
  width: 250px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-popup-loader svg {
  animation: spin 1s linear infinite;
}

.alert {
  display: flex;
  align-items: center;
  z-index: 1001;
  width: max-content;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.5s;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #333;
  transition: 0.5s;
  padding: 15px;
  font-size: 16px;
}

.alert svg {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}

.geo-boundaries {
  max-height: 400px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: max-content;
  cursor: default;
}

.geo-boundaries-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.geo-boundaries-close {
  display: none;
}

.geo-boundaries-categories {
  flex-grow: 1;
  overflow-y: auto;
  max-width: 300px;
  display: none;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.geo-boundaries:focus .geo-boundaries-categories,
.geo-boundaries:focus .geo-boundaries-close {
  display: block;
}

.geo-boundaries-categories .boundary-item {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 12px;
  padding: 0 10px;
  border-bottom: 1px solid #e2e2e2;
  white-space: nowrap;
}

.geo-boundaries-categories .boundary-item:hover {
  background-color: #e2e2e2;
  cursor: pointer;
}

.heatmap-btn,
.geo-boundary-btn,
.feedback-btn {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 30px;
}

.feedback-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  color: #333;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.available-datapoints {
  list-style-type: disc;
  padding: 0;
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #cccccc 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
  list-style: none;
}

.feedback-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.feedback-form {
  width: 660px;
  min-width: 480px;
  background-color: #fff;
  padding: 32px;
  border-radius: 10px;
}

.feedback-form h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #444;
}

.feedback-form p {
  font-size: 14px;
  text-align: center;
  color: #444;
}

.feedback-form .question {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
}

.feedback-form textarea {
  width: 100%;
  border-radius: 4px;
  color: #444;
}

.feedback-form .rating-div {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.feedback-form .rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.feedback-form .rating-likely {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback-button-row {
  display: flex;
  justify-content: space-around;
}

.feedback-button {
  padding: 14px 48px;
  border: 0;
  background-color: #fff;
  border-radius: 24px;
  font-size: 16px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }

  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }

  100%,
  75% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media all and (max-width: 768px) {
  p,
  ol,
  li {
    font-size: 20px;
    line-height: 1.3;
  }

  .samaaj-data-info {
    /* padding: 20px; */
    gap: 40px;
  }

  .contributors p {
    font-size: 22px;
  }

  .map-filter-categories {
    max-width: 250px;
  }

  .alert {
    font-size: 13px;
    padding: 10px;
  }

  .leaflet-control-container .leaflet-gac-control {
    border: 2px solid rgba(0, 0, 0, 0.2);
  }

  .leaflet-gac-hidden.leaflet-gac-control {
    border: none;
  }

  .leaflet-touch .leaflet-control-layers,
  .leaflet-touch .leaflet-bar:has(.leaflet-gac-search-btn.leaflet-gac-hidden) {
    border: none;
  }

  .leaflet-control-container .leaflet-gac-control {
    width: 342px;
  }

  .heat-map-button,
  .geo-boundary-btn {
    gap: 5px;
  }

  .map-buttons {
    gap: 3px;
    right: 48px;
    left: 0;
    justify-content: end;
    display: flex;
  }

  .button-container {
    bottom: 26px;
    right: 48px;
    left: 0;
    justify-content: end;
    display: flex;
    top: auto;
  }


  .d-none {
    display: none;
  }

  .categories {
    padding: 10px 1px 10px 5px;
    gap: 5px;
    font-size: 13px;
    line-height: 1.2;
  }

  .sub-categories {
    margin-left: 5px;
  }

  .sub-categories label {
    line-height: 1.5;
  }

  .feedback-btn {
    bottom: 10px;
    left: 10px;
    top: unset;
    right: unset;
  }
}

/* New landing page */
.samaaj_landing-page {
  font-family: "Open Sans", Helvetica, sans-serif;
}
.samaajdata_container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav_sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 10px 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #303030;
}
.nav_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_logo a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  color: #303030;
}
.nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_menu ul li {
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.nav_menu ul li:last-child {
  margin: 0;
}
.nav_menu ul li a {
  text-decoration: none;
  color: #303030;
  padding: 12px 20px;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.btn-outline {
  background: transparent;
  border: 0;
  border: 2px solid #29c853;
  padding: 12px 20px 12px;
  min-width: 120px;
  min-height: 44px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #29c853;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.btn-outline-active {
  background: transparent;
  border: 0;
  border: 2px solid #29c853;
  padding: 12px 20px 12px;
  min-width: 120px;
  min-height: 44px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #29c853;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.btn-outline-active:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}
.btn-fill {
  background: transparent;
  background-color: #29c853;
  border: 0;
  border: 2px solid transparent;
  padding: 12px 20px 12px;
  min-width: 120px;
  min-height: 44px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.btn-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px 0 rgba(136, 144, 195, 0.22),
    0 8px 15px 0 rgba(37, 44, 97, 0.17);
}

.banner_wrapper {
  background-color: #ebfde8;
  width: 100%;
}
.banner_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 420px;
  position: relative;
}
.banner_left {
  font-family: "Open Sans", Helvetica, sans-serif;
  padding: 0 50px 0 0;
  width: 40%;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.banner_left h1 {
  font-size: 48px;
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #303030;
  font-family: "Montserrat", Helvetica, serif;
}
.banner_left p {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
}
.banner_left ul {
  margin: 45px 0 15px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner_left ul li {
  margin: 0 7px;
}
.banner_left small {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #828282;
}
.banner_right{
  background-color: #29c853;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  width: 68%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.banner_slide_wrapper{
  max-width: 600px;
  padding: 50px 50px 0 0;
  box-sizing: border-box;
}
.banner_slide_wrapper h2{
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Montserrat", Helvetica, serif;
}
.banner_slide_wrapper .content-box{
  width: 100%;
  height: 200px;
}
.banner_slide_wrapper .content-box h3{
  font-size: 24px;
  margin: 15px 0 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  font-family: "Montserrat", Helvetica, serif;
}
.banner_slide_wrapper .content-box p{
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #303030;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.banner_slide_wrapper .content-box a{
  width: auto;
  color: #ffffff;
  margin: 15px 0 0;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.banner_slide_wrapper .content-box a:hover {
  transform: translateY(-2px);
}
.banner_slide_wrapper .content-box svg {
  width: 14px;
}
.banner_slide_wrapper .slick-dots li{
  margin: 0 2px;
}
.banner_slide_wrapper .slick-dots li button:before{
  font-size: 10px;
}
/* .banner_right img {
  max-height: 500px;
  max-width: 100%;
} */

.dc_wrapper {
  padding: 70px 0;
  width: 100%;
}
.dc_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.dc_container h2 {
  font-family: "Montserrat", Helvetica, serif;
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.dc_container p {
  margin: 0 0 16px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
}
.dc_container h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 50px;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.dc_tabs {
  width: 100%;
}
.dc_tab-list {
  margin: 0 0 60px;
}
.dc_tab-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc_tab-list ul li {
  margin: 0 7px;
}
.dc_tab-list ul li button {
  padding: 7px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(48, 48, 48, 0.85);
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  background: transparent;
  outline: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.dc_tab-list ul li button:hover {
  background-color: #ebfde8;
}
.dc_tab-list ul li button.active {
  background-color: #e4feec;
  color: #29c853;
}
.dc_tab-content {
  width: 100%;
}
.dc_content-container {
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.tab-active {
  display: flex;
}
.loader{
  width: 100%;
  text-align: center;
}
.loader svg{
  width: 100px;
}
.dc_content-left {
  margin: 0 5% 0 0;
  width: 45%;
}
.dc_content-left img {
  width: 100%;
  max-width: 525px;
}
.dc_content-right {
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 0 0 0 5%;
  width: 45%;
}
.dc_content-right h2 {
  font-family: "Montserrat", Helvetica, serif;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
}
.p-container{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-wrapper {
  display: flex;
  flex-wrap: wrap;
  transition: transform 0.3s ease-in-out;
}
.p-wrapper:has(.p-slide) { 
  flex-wrap: nowrap; 
}
.p-slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
.p-slide p, .dc_content-right p {
  width: 100%;
  margin: 0 0 10px;
  box-sizing: border-box;
  font-family: "Montserrat", Helvetica, serif;
  font-size: 16px;
}
.p-slide p a, .dc_content-right p a {
  color: inherit;
}
.dc_content-right .navigation{
  display: flex;
  margin: 10px 0 0;
}
.dc_content-right .navigation button {
  display: none;
  background: transparent;
  border: 0;
  outline: 0;
}
.dc_content-right .navigation button svg{
  fill: #29c853;
}

.gray_wrapper {
  background-color: #f6f6f6;
  width: 100%;
  padding: 70px 0;
}
.white_wrapper {
  width: 100%;
  padding: 70px 0;
}
.contributors_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contributors_container button {
  margin: 40px 0 0;
}
.contributors_box {
  padding: 30px 40px 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  min-width: 40%;
  max-width: 100%;
}
.contributors_box.supporters ul li{
  width: auto;
  margin: 0;
  border: 0;
}
.contributors_box h2 {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", Helvetica, serif;
}
.contributors_box ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contributors_box ul li {
  padding: 20px;
  width: 29%;
  margin: 0 2% 20px;
  box-sizing: border-box;
  border: 1px solid rgba(37, 44, 97, 0.1);
  /* box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.1), 0 5px 15px 0 rgba(37, 44, 97, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
}
.contributors_box ul li img{
  height: 50px;
  display: inline-block;
}
.contributors_box.supporters ul li img{
  height: 30px;
}

.stories {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.stories h2 {
  margin: 16px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #303030;
  font-family: "Montserrat", Helvetica, serif;
}
.stories p {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  color: #3d3d3d;
}
.stories button {
  margin: 40px 0 0;
}
.stories_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.stories_slick{
  width: 100%;
  margin: 50px 0 0;
}
.story-box {
  margin: 0 15px 15px;
  overflow: hidden;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
}
.story-box .img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  background-color: #f0f0f0;
}
.story-box .img-wrapper img {
  height: 100%;
}
.story-box .content-box {
  width: 100%;
  padding: 15px 45px 25px;
  box-sizing: border-box;
}
.story-box .content-box h3 {
  font-family: "Montserrat", Helvetica, serif;
  margin: 16px 0;
  font-weight: 700;
  line-height: 1.3;
  color: #303030;
  font-size: 18px;
}
.story-box .content-box a {
  width: auto;
  color: #29c853;
  margin: 15px 0 0;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.story-box .content-box a:hover {
  transform: translateY(-2px);
}
.story-box .content-box svg {
  width: 14px;
}

.footer_wrapper {
  background-color: #ffffff;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #f6f6f6;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.07);

}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #f6f6f6;
  padding: 0 0 30px;
}
.fl-box {
  padding: 0 15px;
}
.fl-box h2 {
  font-family: "Montserrat", Helvetica, serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fl-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fl-box ul li {
  margin: 0 0 10px;
  font-size: 14px;
}
.fl-box ul li a {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #3d3d3d;
}
.social-links ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.social-links ul li {
  margin: 0 10px !important;
}
.social-links svg {
  width: 18px;
}
.footer-bottom {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .copyright {
  font-size: 13px;
  color: #3d3d3d;
  opacity: 0.6;
  font-family: "Open Sans", Helvetica, sans-serif;
}
.ftrb-links a {
  text-decoration: none;
  font-size: 13px;
  opacity: 0.6;
  color: #3d3d3d;
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 0 10px;
}

.slick-prev:before, .slick-next:before{
  color: #303030 !important;
}

@media only screen and (max-width: 992px) {
  .nav_container {
    min-height: 45px;
  }
  .nav_menu .cta {
    display: none;
  }
  .nav_menu ul li {
    margin: 0;
  }
  .nav_menu ul li:first-child {
    margin: 0 10px 0 0;
  }
  .nav_menu ul li a {
    padding: 10px 15px;
  }
  .banner_container {
    flex-direction: column;
    height: auto;
  }
  .banner_left {
    padding: 40px 0;
    width: 100%;
  }
  .banner_left h1 {
    font-size: 32px;
    margin: 0 0 16px;
    text-align: center;
  }
  .banner_left p {
    text-align: center;
  }
  .banner_left ul {
    flex-direction: column;
  }
  .banner_left ul li {
    margin: 7px 0;
    width: 100%;
  }
  .banner_left button {
    width: 100%;
  }
  .banner_left small{
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .banner_right{
    position: static;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .banner_slide_wrapper{
    max-width: 100%;
    padding: 40px 20px;
  }
  .banner_slide_wrapper h2{
    margin: 0 0 20px;
  }
  .banner_slide_wrapper .content-box h3{
    margin: 0 0 15px;
    font-size: 20px;
  }
  .banner_slide_wrapper .content-box{
    height: auto;
  }
  .dc_container h2 {
    font-size: 24px;
  }
  .dc_container h3 {
    text-align: center;
  }
  .dc_tab-list {
    display: none;
  }
  .dc_content-container {
    display: flex;
    flex-direction: column;
    margin: 0 0 100px;
  }
  .dc_tab-content .dc_content-container:last-child {
    margin: 0;
  }
  .dc_content-left {
    width: 100%;
    order: 2;
    margin: 0;
  }
  .dc_content-right {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
  .dc_content-right .navigation {
    justify-content: space-between;
  }
  .contributors_box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
  }
  .contributors_box ul {
    flex-wrap: wrap;
  }
  .contributors_box ul li {
    padding: 20px 10px;
    width: 46%;
  }
  .contributors_box.supporters ul li {
    padding: 20px 10px;
    width: auto;
  }
  .contributors_box ul li img{
    height: auto;
    max-height: 50px;
    max-width: 100%;
  }
  .contributors_container a,
  .contributors_container button {
    width: 100%;
  }
  .stories h2 {
    font-size: 24px;
  }
  .stories p {
    text-align: center;
  }
  .stories_wrapper {
    justify-content: flex-start;
  }
  .story-box {
    width: 90%;
    min-width: auto;
    flex-shrink: 0;
    margin: 50px auto 10px;
  }
  .story-box .content-box {
    padding: 15px 25px 15px 15px;
  }
  .story-box .content-box p {
    text-align: left;
  }
  .stories a,
  .stories button {
    width: 100%;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .fl-box {
    width: 45%;
    box-sizing: border-box;
  }
  /* .social-links {
    margin: 40px 0 0;
  } */
  .footer-bottom {
    padding: 30px 0 0;
    flex-direction: column;
  }
  .footer-bottom .copyright {
    margin: 0 0 30px;
  }
}



.prepost_slick{
  width: 95%;
  margin: 20px auto 30px;
}
.prepost_slick .slick-slide{
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 285px;
  box-sizing: border-box;
}
.prepost_slick img{
  width: 100%;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal-box {
  background: #fff;
  border-radius: 8px;
  max-width: 90vw;
  width: 800px;
  max-height: 90vh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  resize: none; /* we'll use custom resizing */
}

.modal-controls {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
}

.modal-controls button {
  padding: 6px 10px;
  font-size: 14px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 18px;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.modal-header {
  background-color: #f1f1f1;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.modal-title {
  font-size: 14px;
}

.open-new-tab {
  background: transparent;
  background-color: #29c853;
  border: 0;
  border: 1px solid transparent;
  padding: 5px 10px;
  margin-right: auto;
  margin-left: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  font-family: "Open Sans", Helvetica, sans-serif;
}

.resizer {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: se-resize;
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="20" x2="20" y2="0" stroke="%23ccc" stroke-width="2"/></svg>') no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none; /* handled by jQuery UI resizable */
}

#modal-iframe {
  width: 100%;
  min-height: 70vh;
  height: calc(100% - 50px); /* accounts for header height */
  border: none;
}

.leaflet-popup-content{
  word-break: break-all !important;
  max-height: 400px !important;
  overflow-y: auto !important;
}