.container.bpc{
      margin-top: 50px;
}

.bp-menu{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
}
a.bpm-item{
      display: block;
      color: white;
      padding: 10px 20px;
      border-radius: 100px;
      width: 100%;
      margin-bottom: 10px;
      background: linear-gradient(-90deg, rgba(1,130,179,0.8), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0));
	background-size: 400% 400%;
      font-size: 18px;
}
a.bpm-item:hover, a.bpm-item.active{
      animation: gradient 0.5s ease normal forwards;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 90% 50%;
	}
}

.bp-content, .bp-content table{
      color: white;
      font-size: 16px;
}

.bp-content table table{
      border:1px solid white;
}

.bp-content h2{
      color: #0182B3;
      margin: 20px 0 10px;
}
.bp-content li{
      line-height: 2em;
      font-size: 16px;
}
.bp-content p{
      line-height: 1.6em;
      font-size: 16px;
}
.bp-content img{
      max-width: 100%;
}

.nav-link, .nav-link:hover{
      color: #0182B3;
}

.tab-pane{
      padding: 20px;
}