.breaking_news {
  width: 100%;
  font-family: arial;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.btnnursery {
  padding: 10px;
  background-color: #069eed;
  color: #fff;
  position: relative;
  text-align: center;
  height: 40px;
  position: relative;
  border-radius: 7px;
  font-size: 20px;
}

.btnnursery:hover {
  color: #fac610;
}

.border_hl {
  width: 936px;
  padding: 1px;
  background-color: #d6002a;
  /* gold */
  /* Single pixel data uri image http://jsfiddle.net/LPxrT/
/* background-image: gold, gold, white */
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAANYAKv///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="),
    url("data:image/gif;base64,R0lGODlhAQABAPAAANYAKv///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="),
    url("data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==");
  background-repeat: no-repeat;
  background-size: 0 2px, 0 100%, 0% 2px;
  background-position: top center, top center, bottom center;
  -webkit-animation: drawBorderFromCenter 4s infinite;
}

.label {
  padding: 6px 15px;
  background: #d6002a;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  flex-basis: 13%;
  text-align: center;
  font-size: 20px;
  border-radius: 0;
}

.news_title {
  padding: 5px 0px;
  flex-basis: 87%;
  background: #fff;
  width: 765px;
  border: 1px solid #ccc;
  font-size: 20px;
}

/* Ripple magic */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.ripple::after {
  animation: ripple 1.5s ease-out infinite;
}

/* Borderr Highlight Effect */

/* Chrome, Safari, Opera */
@-webkit-keyframes drawBorderFromCenter {
  0% {
    background-size: 0 2px, 0 0, 100% 100%;
  }

  20% {
    background-size: 100% 2px, 100% 0, 100% 100%;
  }

  66% {
    background-size: 100% 2px, 100% 98%, 100% 100%;
  }

  99% {
    background-size: 100% 2px, 100% 98%, 0 2px;
  }
}

@media only screen and (max-width: 480px) {
  .label {
    flex-basis: 20%;
    font-size: 15px;
    text-align: left;
  }

  .news_title {
    flex-basis: 80%;
  }

  .btnnursery {
    font-size: 15px;
    display: block;
    padding-bottom: 40px;
  }
}

.mandatebtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mandatesec .image {
  border: 1px solid #ccc;
  padding: 10px;
}

.mandatesec .image img {
  height: 100%;
}

.mandatesec a {
  padding: 5px 18px;
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px;
  background-color: #069eed;
  color: #fff;
  border-radius: 3px;
}

.btnview {
  padding: 5px 18px;
  margin-top: 15px;
  text-decoration: none;
  font-size: 14px;
  background-color: #f44336 !important;
  color: #fff;
  border-radius: 3px;
  margin-left: 5px;
}
