.countdown table {
    display: none;
    visibility:hidden;
}
.countdown .row:first-child{
    border: 1px solid #FFCC00;
    border-radius: 10px;
    opacity: 1;
    padding: 4rem 1rem;
}

.countdown-title strong{
    color: #FFCC00 !important;
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/25px New Frank;
    font-size: 20px;
    letter-spacing: 3.46px;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
}

.countdown {
  text-align: center;
}
.countdown * {
  color: white;
}
.countdown-title {
  font-size: 1.2rem;
  line-height: 0.8em;
  margin-bottom: 0;
  padding-bottom: 1.125rem;
}

@media (min-width: 641px) {
  .countdown-title {
    font-size: 1.5rem;
    line-height: 1em;
  }
}
.countdown-date {
  font-size: 1.9rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 641px) {
  .countdown-date {
    font-size: 3rem;
    line-height: 1.2em;
  }
}
.countdown-date strong {
  display: block;
}
.countdown .circles-wrapper {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
@media (min-width: 641px) {
  .countdown .circles-wrapper {
    max-width: 100%;
  }
}
.countdown-circle {
  background: #081e3f;
  border: solid 2px white;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  display: inline-block;
  position: relative;
  /*background: rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  margin: 9px;
}
@media (min-width: 641px) {
  .countdown-circle {
    height: 120px;
    width: 120px;
  }
}
.countdown-circle .circle-wrapper {
  padding-top: 6px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.countdown-circle .circle-wrapper p {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem !important;
  line-height: 1.5rem;
}
@media (min-width: 641px) {
  .countdown-circle .circle-wrapper p {
    font-size: 2.2rem !important;
    line-height: 1.5rem;
  }
}
.countdown-circle .circle-wrapper span {
  font-size: 0.9rem !important;
}
@media (min-width: 641px) {
  .countdown-circle .circle-wrapper span {
    font-size: 1rem !important;
  }
}
.countdown-circle .circle-wrapper .animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.countdown table {
  width: 100%;
  max-width: 485px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.countdown table .table-header {
  background: #081e3f;
}
.countdown table .table-header th {
  color: white !important;
}
.countdown table tr.even,
.countdown table tr.alt,
.countdown table tr:nth-of-type(even) {
  background: #f3f3f3;
}
.countdown table th {
  font-weight: bold;
}
.countdown table tr {
  border-bottom: solid 2px #848484;
}
.countdown table * {
  font-size: 1rem;
  color: black !important;
  font-weight: normal;
}
.countdown a.cta {
  color: #deb877 !important;
  text-decoration: underline;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 1.5em;
  display: block;
}
.countdown a.cta .fa {
  font-family: "FontAwesome" !important;
  font-size: 1.2rem !important;
  font-weight: normal !important;
  color: #deb877 !important;
  font-size: 1rem !important;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.countdown .content {
  margin: 0 auto !important;
  padding: 0 15px;
}

.countdown {
    top: 50%;
    position: relative;
}
.columns.small-12.countdown-finished {
    font-size: 4.24em;
    font-weight: bold;
}