@charset "UTF-8";

.oec-topicPath {
  color: #231815;
}

.oec-topicPath a {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.oec-topicPath a:hover {
  opacity: .65;
}

.oec-topicPath a > span,.oec-topicPath a > span:hover {
  color: #231815;
  text-decoration: none;
}

.oec-topicPath .oec-topicPathArrow {
  padding-right: 5px;
}

.birthday {
  margin: 15px 0 0;
}

.birthday .section-title,.birthday .section-point {
  max-width: 1120px;
  margin: 0 auto;
}

.birthday .section-title .lead-text {
  text-align: center;
  list-style: none;
  margin-top: 35px;
  font-size: 20px;
	line-height: 2.3;
}

.birthday .section-point .notes-text {
  text-align: center;
  list-style: none;
  margin-top: 35px;
  font-size: 14px;
	line-height: 2.5;
}

.birthday .section-title .kvImgContainer img{
	width: 100%;
}

.birthday .section-title .kvImgContainer--band img{
  margin-top: 30px;
}

.birthday .section-point .PtImgContainer img{
  margin-top: 55px;
	width: 100%;
}

.birthday a {
  text-decoration: none;
}

.birthday a:hover {
  text-decoration: none;
}

.birthday ul {
  margin: 0;
}

.birthday li {
  list-style: none;
}

.birthday span,.birthday p,.birthday li {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.txt--alert {
  color: #ef857d;
}

@media screen and (max-width: 768px) {
  .birthday {
    min-width: inherit;
    padding: 0;
  }

  .birthday .section-title .kvImgContainer img {
    width: 100%;
  }

  .birthday .section-title .kvImgContainer--band img {
    width: 100%;
    margin-top: 23px;
  }

  .birthday .section-point .PtImgContainer img {
    margin-top: 18px;
    width: 100%;
  }

  .birthday .section-title .lead-text {
    margin-top: 25px;
    font-size: 16px;
    text-align: unset;
    line-height: 1.8;
  }

  .birthday .section-point .notes-text {
    margin-top: 15px;
    font-size: 12px;
    text-align: unset;
  	line-height: 1.8;
  }
}
