/* Styles for dropdown navigation */

.header-link:hover, .utility-link:hover {
  color: #000;
}

.header-link-active {
  color: #fff;
  display: inline-block;
  /* padding-right: 40px; */
  text-decoration: none;
  padding: 0 18px;
  background-color: #ed2c92;
  border-radius: 30px;
}

.header-link-active:hover {
  color: #fff;
  text-decoration: none;
}

.header.content nav ul li a.header-link-active {
    color: #fff;
}

.pill:visited {
  color: #fff;
}

.pill:hover {
  text-decoration: none;
}

#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  background: url(../im/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: none;
}

.hero-video {
  position: absolute;
  z-index: 0;
}

.hero-headline {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px auto;
  z-index: 2;
}

.hero-bg {
  z-index: 0;
  background: url(../im/hero-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: none;
  height: 330px;
}

.dropdown-content {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  /* padding: 50px 0 70px 0; */
  background: #C9D9E1;
  background: linear-gradient(180deg,rgba(201, 217, 225, 1) 50%, rgba(255, 255, 255, 0) 100%);
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.pill-container {
  width: 90%;
  /* margin: 0 auto; */
  margin: 30px auto 70px auto;
  display: block;
  /* align-items: left;
  justify-content: center; */
}

.pill-row {
  margin: 0 auto 25px auto;
  text-align: left;
}


.pill {
  padding: 3px 15px;
  margin: 0 0 20px 15px;
  border-radius: 100px;
  /* border: 1px solid #fff; */
  opacity: 1;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .5px;
  display: inline-block;
  /* box-shadow: 0px 0px 11px 6px #000000c2; */
  background-color: #ed2c92;
}

.pill:hover {
  color: #ed2c92;
  background-color: #fff;
}


/* .pill:nth-child(even){
  margin: 0 40px;
} */

/* .pill-1 {
  background-color: #ed2c92;
}

.pill-2 {
  background-color: #7dc351;
}

.pill-3 {
  background-color: #6abdea;
} */

/* .pill-1:hover, .pill-2:hover, .pill-3:hover {
 opacity: 1.0;
} */

.content-dummy {
  display: block;
  margin: 0 auto;
}

.menu-on-border {
  border: 3px solid #ed2c92;
}

.dropdown-eyebrow {
  height: 3px;
  background-color: #ed2c92;
}