.header-wrap {
  display: flex;
  justify-content: space-between;
}
.content-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.content-wrap:not(:last-child) {
  padding-bottom: 10px;
}
.header-wrap .branch-name {
  color: #636466;
  text-align: left;
  font: normal normal normal 24px/30px "Cachet W01 Medium", Verdana, sans-serif;
}
.js-widget-content {
  border: 2px solid #b6b2b2;
  padding: 27px 40px;
}

.pool-info {
  flex-basis: 50%;
  padding-top: 20px;
}
.pool-info .pool {
  padding-bottom: 30px;
  color: #636466;
  font: normal normal normal 16px/20px "Cachet W01 Medium", Verdana, sans-serif;
}
.pool-info .text {
  color: #636466;
  font: normal normal normal 16px/20px "Cachet W01 Medium", Verdana, sans-serif;
}

.pool-info .indicator-point .text {
  color: #636466;
  font: normal normal normal 16px/20px "Cachet W01 Book", Verdana, sans-serif;
}
.pool-info .indicator-point .text {
  color: #636466;
  font: normal normal normal 16px/20px "Cachet W01 Book", Verdana, sans-serif;
}
.pool-info .alert-text {
  font-style: italic;
  padding-top: 10px;
  font-size: 12px;
}

.block-inline-blockpool-usage .field-prgf-description,
.paragraph--type--pool-usage .field-prgf-description {
  text-align: center;
  font: normal normal normal 16px/19px Verdana;
  color: #636466;
  padding-bottom: 26px;
}

.js-widget-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link-wrap {
  margin: 10px;
}

a.js-branch-open {
  padding: 17px 25px;
}
a.js-branch-open .icon {
  content: '';
  background: url(./swimman.png) no-repeat left center;
  background-size: contain;
  padding-left: 19px;
}
.close-button a {
  color: #636466;
}
.close-button {
  font-size: 20px;
}


/* Circle */
.indicator-semicircle {
  display: flex;
  height: 204px;
  overflow: hidden;
  padding-top: 8px;
  flex-basis: 50%;
  justify-content: center;
}

.gradient-circle {
  position: relative;
  border-radius: 50%;
  width: 345px;
  height: 337px;
  background: linear-gradient(90deg, #20bdbe 0%, #7ad173 25%, #eab933 49%, #f47920 70%, #a92b31 100%);
}

.gradient-circle::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  transform: translate(50%, 50%);
  border-radius: 50%;
  background: #eee;
}

.gradient-circle__status {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 26px;
  background-color: #636466;
  bottom: 47%;
  margin-bottom: -18px;
}

.gradient-circle__status::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #636466;
  top: -27.5px;
  left: 47%;
  margin-left: -16.5px;
  border-radius: 50%;
}

.gradient-circle__arrow {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -12.5px;
  width: 0;
  height: 0;
  border-width: 0 14px 60px 14px;
  border-color: transparent transparent #636466 transparent;
  border-style: solid;
  transform-origin: bottom;
  transition: all 1s ease-out;
  transform: rotate(-80deg);
}
.indicator-point {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.point {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
}

.status__text {
  width: 25%;
  text-align: center;
  z-index: 10;
  color: white;
  font: normal normal normal 14px/24px Verdana;
}


@media screen and (max-width: 700px) {
  .indicator-semicircle,
  .pool-info {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 450px) {
  .gradient-circle {
    width: 235px;
    height: 235px;
  }
  .indicator-semicircle {
    height: 150px;
  }
  .gradient-circle__status {
    height: 20px;
  }
  .gradient-circle__status::before {
    top: -19.5px;
    width: 42px;
    height: 42px;
    margin-left: -14.5px;
  }
  .gradient-circle__arrow {
    border-width: 0 12px 40px 12px;
    margin-left: -12.5px;
    top: -40px;
  }
  .status__text {
    font: normal normal normal 11px/19px Verdana;
  }
}

@media screen and (max-width: 320px) {
  .gradient-circle {
    width: 205px;
    height: 205px;
  }
  .indicator-semicircle {
    height: 132px;
  }
  .gradient-circle__status {
    height: 20px;
  }
  .status__text {
    font: normal normal normal 10px/19px Verdana;
  }
}

.block-inline-blockpool-usage h2 {
    font: normal normal normal 32px/38px "Cachet W01 Book", Verdana, sans-serif;
    color: #636466;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 25px;
    text-transform: uppercase;
    text-align: center;
    }

  .body.field-item {
    text-align: center;
    padding-bottom: 26px;
  }

 .field-item.body p {
    font-size: 14px !important;
    margin: 0 0 10px;
 }

  .js-widget-body a.btn {
    font-size: 1rem;
  }
