@charset "UTF-8";
/* CSS Document */

/* May Promotion Banner */
.may-promo-banner {
  width: 100%;
  background: rgba(0,141,106,0.0);
  text-align: center;
  padding: 14px 18px;
	border-bottom: 1px solid black;
}

.may-promo-banner h4 {
  margin: 0 0 8px 0;
  color: #333;
  font-size: 20px;
  letter-spacing: 1px;
}

 
.promo-gradient-text {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  /* background: linear-gradient(
    180deg,
    #000000,
    #f00000,
    #000080,
    #4169E1,
	#ff0000,
    #006400
  );
	
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;*/
}


.may-promo-banner p {
  margin: 0;
}

.may-promo-banner a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.may-promo-banner a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .may-promo-banner {
    font-size: 15px;
    line-height: 1.35;
    padding: 10px 14px;
  }
}