@import url(http://fonts.googleapis.com/css?family=roboto:300,400);


ul.countdown {
  list-style: none;
  margin: 0px 0;
  padding: 4px;;
  display: block;
  text-align: center;
}

ul.countdown li { display: inline-block; }

ul.countdown li span {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  padding: 0 20px;
  border-top: 1px solid #07294d;
  border-bottom: 1px solid #07294d;
  margin-left: -4px;
  color:#07294d;
}

ul.countdown li p {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.days {
  background-color: #07294d;
  padding: 0 10px;
  color: #ffc600 !important;
  border-left: 1px solid #07294d;
}

.last { border-right: 1px solid #07294d; }

.seconds { color:#093 !important; background-color:#fff}
.hours, .minutes{ background-color:#fff}



@media only screen and (max-width: 926px) {
  
  ul.countdown li span {
  font-size: 56px;
  font-weight: 200;
  line-height: 42px;
  padding: 0 12px;
  margin-left: -8px;
}

ul.countdown li p {
  font-size: 10px;
  text-transform: uppercase;
  line-height:16px;
}
  
}



@media only screen and (max-width: 820px) {
  
  ul.countdown li span {
  font-size: 86px;
  font-weight: 200;
  line-height: 16px;
  padding: 0 22px;
  margin-left: -8px;
}

ul.countdown li p {
  font-size: 16px;
  text-transform: uppercase;
  line-height:68px;
}
  
  ul.countdown {
  list-style: none;
  margin: 42px 0;
  padding: 0;
  display: block;
  text-align: center;
}
}



@media only screen and (max-width: 600px) {
  
  ul.countdown li span {
  font-size: 24px;
  font-weight: 160;
  line-height: 8px;
  padding: 0 8px;
  margin-left: -8px;
  
 margin-top: 0; /* Adjust as needed */ 
    padding-top: 0; /* Adjust as needed */ 
}

ul.countdown li p {
  font-size: 6px;
  text-transform: uppercase;
  line-height:22px;
}

ul.countdown {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  display: block;
  text-align: center;
}
  
  .landing.events .givingLogo {
    padding: 22px 0 0 0 !important;
    */: ;
}
  .landing.events .givingLogo h1 {
    font-size: 42px !important;
}