* {
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  -webkit-box-sizing: border-box;
  margin:   0;
  padding:  0;
  outline: none;
}

.no {
  display: none;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0px;
}

a{
  display: block;
  text-decoration: none;
}

.flash-covid-content{
  width: 100%;
  height: 70px;
  margin-bottom: 65px;
  position: fixed;
  bottom: 0;
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,0.35) 0%, rgba(0,0,0,0) 100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
	flex-direction: row;
  -webkit-align-items: center;
	align-items: center;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  z-index: 99999;
}

.flash-covid-content .flash-covid-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
	flex-direction: row;
  -webkit-align-items: center;
	align-items: center;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  z-index: 99999;
  width: 100%;
  padding: 0px 20px;
}

.flash-covid-content .flash-covid{
  width: 100%;
  max-width: 1200px;
  height: 70px;
  background-color: #ffd31d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
	flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
	align-items: center;
}

.flash-covid-content .flash-covid .flash-text{
  font-size: 24px;
  font-weight: 600;
}

.flash-covid-content .flash-covid .flash-link{
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #333333;
  border: 2px solid #333333;
  font-weight: 600;
}

.flash-covid-content .flash-covid .flash-link:hover{
  background-color: #333333;
  color: #ffd31d;
}

@media only screen and (max-width: 768px) {
  
  .flash-covid-content .flash-covid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 80px;
    padding: 10px 0px;
  }
  
  .flash-covid-content .flash-covid .flash-text{
    font-size: 18px;
  }
  
  .flash-covid-content .flash-covid .flash-link{
    font-size: 14px;
    padding: 4px 8px;
  }
 }

