@import url("https://fonts.googleapis.com/css?family=Roboto:100,900&display=swap");
.wrap_GivingTuesday {
	background: #011649;
    background-image: radial-gradient(50% 81%, #283D72 9%, #011649 82%);
    display: grid;
    height: auto;
    margin: 0;
    place-items: center center;
}

.wrap_GivingTuesday h1 {
   color: #FFF;
}


.wrap_GivingTuesday a.btn-link {
    background: #FFF;
    color: #eb1c30;
    font-weight: bold;
    font-size: 25px;
}

.wrap_GivingTuesday a.btn-link:hover {
    background: #011649;

}

.countdown {
    display: table;
    margin: 0 auto;
}

.countdown__message {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding-top: 1em;
    text-align: center;
}

.countdown__digit {
  background: #eaeef2;
  background-image: linear-gradient(180deg, #eaeef2 10%, #FFFFFF 100%);
  border-radius: 0.25em;
  box-shadow: 0 20px 30px -10px rgba(76, 99, 119, 0.1), inset 0 -1px 0 0 rgba(76, 99, 119, 0.3), inset 0 1px 0 0 #fff;
  color: #eb1c30;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 100px;
  font-weight: 900;
  margin: 0 0.05em;
  padding: 0.2em 0;
  position: relative;
  text-align: center;
  width: 1.2em;
}
.countdown__digit:after {
  background: rgba(16, 21, 26, 0.05);
  box-shadow: 0 2px 1px 0 rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.countdown__digit:before {
  background: rgba(66, 86, 103, 0.01);
  border-radius: 0.25em 0.25em 0 0;
  bottom: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}

.countdown__list {
  margin: 0;
  padding: 0;
}

.countdown__list-item {
  list-style: none;
  margin: 0;
  padding: 0;
}