/**
 * = Components
 *
 * Modifications to the core Boostrap 5
 * component library
 *
 * ------------------------------------------------------------------------- */

/* Card */

.card {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02), 0 5px 22px -6px rgba(0, 0, 0, 0.1), 0 -12px 35px -19px rgba(0, 0, 0, 0.2);
  transition: all 0.8s ease;
  text-decoration: none;
}

.card-footer {
  border-top: none !important;
  padding-left: 0px !important;
}

.card:hover {
  text-decoration: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.03), 0 8px 26px -4px rgba(0, 0, 0, 0.1), 0 -18px 35px -19px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  transform: scale(1.05) translateY(-4px);
  cursor: pointer;
  text-decoration: none !important;
}


/* Carousel */

.carousel-caption {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  left: unset !important;
  right: unset !important;
  bottom: 0 !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.carousel-image {
  border-radius: 10px;
}

.carousel-inner {
  border-radius: 10px;
}

/* Search */



/* Container remains positioned for the dropdown */
.search-container {
  position: relative;
  width: 100%;
}

/* Minimal icon as an SVG background image */
.search-input {
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 2.2rem;
  /* space for icon on the left */
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;

  /* Thin-stroke loupe; %23 is '#' URL-encoded */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 16px 16px;

  color: black !important;
  /* pick what you want the "real" text to be */

}

.search-input:focus {
  border-color: #0b62d6;
  box-shadow: 0 0 0 3px rgba(11, 98, 214, 0.12);
}

/* When dropdown is open, square off the bottom corners of the input */
.search-container.open .search-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Dropdown panel directly under the input */
.results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-height: 400px;
  overflow-y: auto;
  display: none;
  /* hidden by default */
  z-index: 1000;
}

/* Your existing result styles can stay as-is */


.result {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid #eee;
}

.result:last-child {
  border-bottom: none;
}

.result a {
  font-weight: 600;
  text-decoration: none;
  color: #0b62d6;
}

.result a:hover {
  text-decoration: underline;
}

.snippet {
  color: #333;
  margin-top: 0.25rem;
}

.muted {
  color: #888;
  font-size: 0.875rem;
}

search-input::placeholder {
  color: #111 !important;
  /* or a custom color like #555 */
  opacity: 1 !important;
  /* <-- removes the default dimming in Safari/Firefox/Chromium */
  font: inherit !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  text-transform: inherit !important;
  text-shadow: none !important;
}

.search-input::placeholder {
  color: black !important;
  opacity: 0.3 !important;
  font-weight: inherit !important
}


input.subtle::placeholder {
  color: black !important;
  /* your desired placeholder color */
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  border-style: none !important;
}

.form-control {
  border-top-right-radius: 9099px !important;
  border-bottom-right-radius: 9099px !important;
  background-color: hsla(0, 0%, 100%, .3) !important;
  color: #424242 !important;
  border-left: none;
  backdrop-filter: blur(12px);
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0px;
}

.form-control:focus {
  box-shadow: none
}

.input-group-text {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
  background-color: hsla(0, 0%, 100%, .3) !important;
  border-style: none !important;
  backdrop-filter: blur(12px);
}

.white-placeholder::placeholder {
  color: hsla(0, 0%, 100%, .8);
}

::placeholder {
  color: #F5F5F5 !important;
  opacity: 1;
  /* Firefox */
  text-shadow: 0 1px 2px #757575
}

svg {
  width: 30px;
  color: #eeeeef;
}

/* Jumbotron */

.jumbotron {
  background: radial-gradient(36.53% 90.07% at 56.81% -2.74%, #0cd973 0, rgba(12, 217, 115, 0) 100%), radial-gradient(128.89% 289.59% at 2.01% 100%, #0cd973 0, #00cfff 48.32%, #b061f2 100%);
  background-size: auto;
  background-size: cover;
  overflow: visible;
  justify-content: center;
  padding-top: 100px !important;
  margin-bottom: 0px;
}

header.jumbotron h1 {
  color: #fff;
  font-size: 67px;
  font-weight: 600;
  line-height: 72px;
  padding-bottom: 10px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  letter-spacing: -.01em;
}

.diamond-solid-1 {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 172px;
  width: 172px;
  position: absolute;
  top: 221px;
  left: -129px;
}

.diamond-solid-2 {
  height: 34px;
  width: 34px;
  position: absolute;
  top: 33px;
  left: 28px;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, .33);
}

.diamond-solid-3 {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 369px;
  left: 58px;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, .33);
}

.diamond-solid-4 {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 6px;
  transform: rotate(45deg);
  height: 48px;
  width: 48px;
  position: absolute;
  top: 46px;
  left: 493px;
}

.diamond-solid-5 {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 6px;
  transform: rotate(45deg);
  height: 105px;
  width: 105px;
  position: absolute;
  left: 516px;
  top: 270px;
}

.diamond-solid-6 {
  background-color: rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 172px;
  width: 172px;
  position: absolute;
  top: 79px;
  right: 118px;
}

.diamond-solid-7 {
  height: 34px;
  width: 34px;
  position: absolute;
  top: 348px;
  right: 291px;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, .33);
}

.diamond-solid-8 {
  height: 23px;
  width: 23px;
  position: absolute;
  top: 102px;
  right: 50px;
  border-radius: 4px;
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, .33);
}

.diamond-stroke-1 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 354px;
  width: 354px;
  position: absolute;
  top: 59px;
  left: 125px;
}

.diamond-stroke-2 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 273px;
  width: 273px;
  position: absolute;
  top: -258px;
  left: 186px;
}

.diamond-stroke-3 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 6px;
  transform: rotate(45deg);
  height: 79px;
  width: 79px;
  position: absolute;
  top: 137px;
  left: 66px;
}

.diamond-stroke-4 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 149px;
  width: 149px;
  position: absolute;
  top: 320px;
  left: 476px;
}

.diamond-stroke-5 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 149px;
  width: 149px;
  position: absolute;
  top: 310px;
  right: -66px;
}

.diamond-stroke-6 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 6px;
  transform: rotate(45deg);
  height: 79px;
  width: 79px;
  position: absolute;
  top: 299px;
  right: 23px;
}

.diamond-stroke-7 {
  border: 4px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  transform: rotate(45deg);
  height: 273px;
  width: 273px;
  position: absolute;
  top: -65px;
  right: 192px;
}

header.jumbotron h1,
header.jumbotron p {
  color: white;
}

.heightMinusSeach {
  height: 330px;
}

/* Navbar */

.navbar-brand {
  margin-left: 10px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: absolute;
}

.nav-semitransparent {
  background: rgba(0, 0, 0, .2) !important;
  transition: all 0.5s ease 0s;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.dropdown-item {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #d2d6de;
}

.navbar-inverse .navbar-collapse {
  background-color: black;
  color: black;
}

header {
  background-image: url("http://www.100resilientcities.org/page/-/100rc/img/cities/cities-la_optimized.jpg");
  background-size: cover;
  background-position: center;
  height: 450px;
}



.dropdown-item {
  color: #212529 !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-link {
  color: white !important;
  Text-align: center;
}

body {
  overflow-x: hidden;
  /* Hide scrollbars */
}

/* Accordian */

/* Smooth transition for accordion items and accordion body */
.accordion .accordion-item,
.accordion .accordion-collapse {
  -webkit-transition: height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.accordion .accordion-item {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
}

.accordion .accordion-collapse {
  overflow: hidden;
}

/* When a collapsible is selected and active */
.accordion .accordion-item.active-middle,
.accordion .accordion-item.active-first,
.accordion .accordion-item.active-last {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* If the collapsible is the first or last in a row of collapsibles */
.accordion .accordion-item.active-first {
  margin-top: 0;
}

.accordion .accordion-item.active-last {
  margin-bottom: 0;
}

/**
 * = Footer
 *
 * Core footer styling
 *
 * ------------------------------------------------------------------------- */

#footer-container {
  padding: 40px !important;
}

.bb-foot-border {
  height: 5px;
  background: linear-gradient(to right, #71bf44 0, #31b986 50%, #00b2ec 100%);
}

.page-footer {
  font-size: 1.4rem;
  user-select: none;
  background: #252b33;
}

.bb-foot-col h4 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}

.bb-foot-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  line-height: 1.5em;
}

.bb-foot-bottom-nav {
  display: flex;
  justify-content: start;
  align-items: center;
}

.bb-foot-bottom-row {
  padding: 0 4vw;
}

.bb-foot-bottom-nav a {
  margin: 0 10px;
  color: white;
  font-size: 1.3rem;
}

.bb-foot-col ul a {
  display: block !important;
  padding: 3px 0 !important;
  min-width: 175px !important;
  line-height: 2em !important;
  letter-spacing: 0.2px !important;
  font-size: 15px !important;
  color: white !important;
}

.bb-foot-col ul a:hover {
  color: #e3c1ff !important;
}

.bb-foot-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  line-height: 1.5em;
}

.bb-foot-bottom h4 {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
}

.bb-foot-bottom-nav {
  display: flex;
  justify-content: start;
  align-items: center;
}

/**
 * = Custom
 *
 * Styles for unique, non vendor page elements
 * 
 *
 * ------------------------------------------------------------------------- */

/* Featured resources */

.image {
  background-color: #50585e;
  background-position: top;
  height: 236px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.underImage {
  position: relative;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 57px 20px 65px 55px;
}

.news-item {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02), 0 5px 22px -6px rgba(0, 0, 0, 0.1), 0 -12px 35px -19px rgba(0, 0, 0, 0.2);
  transition: all 0.8s ease;
}

/* Page loading animation */

.spinner {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #71bf43;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Card icons */



/* Page body */

body {
  background-color: #ecfbff;
}

/**
 * = Helpers
 *
 * Changes to globally defined styles behavior for instances where a unique
 * style is desired
 *
 * ------------------------------------------------------------------------- */

.no-grow {
  transform: unset !important;
}

.no-cursor {
  cursor: unset !important;
}

/**
 * = Typography
 *
 * Modifications to the core Boostrap 4
 * typography
 *
 * ------------------------------------------------------------------------- */

@font-face {
  font-family: blackbaud-sans-light;
  src: url(https://sky.blackbaudcdn.net/skyux-fonts/1.0.1/blackbaud-sans-light.woff);
}

@font-face {
  font-family: blackbaud-sans;
  src: url(https://sky.blackbaudcdn.net/skyux-fonts/1.0.1/blackbaud-sans.woff);
}

@font-face {
  font-family: blackbaud-sans-bold;
  src: url(https://sky.blackbaudcdn.net/skyux-fonts/1.0.1/blackbaud-sans-bold.woff);
}

h1 {
  font-size: 2.125em;
  color: #212327;
  font-family: blackbaud-sans-light, sans-serif !important;
}

h2 {
  padding-left: 0px;
  letter-spacing: 0em;
  font-family: blackbaud-sans, sans-serif !important;
  line-height: 1.1;

}

h4 {
  font-family: blackbaud-sans, sans-serif !important;
  font-size: 16px;
}

body {
  font-family: blackbaud-sans, sans-serif !important;
  font-size: 15px;
}

p.postsummary {
  font-family: blackbaud-sans, sans-serif;
  font-size: 15px;
}

p.f8.lh-1-65.ma0.pa0.midgrey {
  font-family: blackbaud-sans, sans-serif;
  font-size: 15px;
}

.nav-link .dropdown-item {
  font-family: blackbaud-sans, sans-serif;
  display: block;
  flex-shrink: 0;
  padding: 10px 10px;
  color: #686c73;
  font-weight: 500;
  user-select: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  font-family: blackbaud-sans, sans-serif;
}

ul {
  padding: 0;
  list-style-type: none;
}


a {
  color: #00b4f1 !important;
  text-decoration: none;
}

.card-text {
  color: #212529 !important;
}

.card-title {
  display: inline-block !important;
}



.bb-foot-bottom-nav a {
  margin: 0 10px;
  color: #5b7182;
  font-size: 13px;
  white-space: nowrap;
}

.bb-foot-bottom-row {
  padding: 0 4vw;
}

h4 {
  white-space: nowrap;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Media queries 
*/

@media (min-width: 576px) {
  .input-group {
    width: 50%;
  }
}

@media (max-width: 846px) {
  .input-group {
    width: 75%;
  }

  header.jumbotron h1 {
    line-height: unset;
  }
}

/* Small devices (landscape phones, 544px and up) */

@media (min-width: 1px) {
  .display-4 {
    font-size: 35px !important;
  }

  .navbar {
    background-color: black;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .cards-2 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .cards-3 {
    padding-left: 13%;
    padding-right: 13%;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .display-4 {
    font-size: 3.5rem !important;
  }

  .cards-2 {
    padding-left: 25%;
    padding-right: 25%;

  }

  .cards-3 {
    padding-left: 13%;
    padding-right: 13%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem !important;
  }

  .cards-2 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .cards-3 {
    padding-left: 13%;
    padding-right: 13%;
  }
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::