.tags li div:last-of-type{
width: 100%
}

.ptc-container {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  margin: 30px 0;
  max-width: 900px;
}
.ptc-container--small {
  margin: 0 auto;
  max-width: 700px;
}
.ptc-container h1 {
  color: #001764;
  font-weight: 800;
}
.ptc-container h2 {
  color: #001764;
  font-weight: 800;
}
.ptc-container h3 {
  color: #001764;
  font-weight: 800;
}
.ptc-container h4 {
  color: #001764;
  font-weight: 700;
}
.ptc-container h5 {
  color: #001764;
  font-weight: 700;
}
.ptc-container h6 {
  color: #001764;
  font-weight: 700;
}

.ptc-event:not(:first-child) {
  border-top: 1px solid #dadada;
  margin: 2.5em 0 0;
  padding: 2.5em 0 0;
}
.ptc-event__date {
  border: 1px solid #dadada;
  -webkit-border-radius: 0.2em;
          border-radius: 0.2em;
  display: inline-block;
  font-size: 1.2em;
  margin: 0 0 0.5em;
  padding: 0.5em 0.7em;
}
.ptc-event__date span {
  color: #00c0f3;
}
.ptc-event__date i {
  color: #001764;
}
.ptc-event__title {
  font-size: 2.25em !important;
  margin: 0.5em 0 30px;
}
.ptc-event__inner-title {
  font-size: 1.75em !important;
}
.ptc-event__time-venue {
  -webkit-border-radius: 0.313em;
          border-radius: 0.313em;
  margin: 15px 0;
  max-width: 600px;
}
.ptc-event__time-venue__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 23, 100, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.938em;
}
.ptc-event__time-venue__item:first-child {
  -webkit-border-radius: 0.313em 0.313em 0 0;
          border-radius: 0.313em 0.313em 0 0;
}
.ptc-event__time-venue__item:last-child {
  -webkit-border-radius: 0 0 0.313em 0.313em;
          border-radius: 0 0 0.313em 0.313em;
}
.ptc-event__time-venue__item:not(:first-child) {
  border-top: 1px solid #dadada;
}
.ptc-event__time-venue__item__icon {
  font-size: 3em;
  display: inline-block;
}
.ptc-event__time-venue__item__description {
  display: inline-block;
  padding-left: 0.5em;
}
.ptc-event__time-venue__item--extra {
  background: -webkit-linear-gradient(120deg, #001764 30%, #00c0f3);
  background: linear-gradient(-30deg, #001764 30%, #00c0f3);
  background-color: #142250;
  color: #ffffff;
}
.ptc-event__button {
  color: #ffffff;
  background: -webkit-linear-gradient(120deg, #001764, #00c0f3);
  background: linear-gradient(-30deg, #001764, #00c0f3);
  background-color: #142250;
  display: inline-block;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  -webkit-transition: 1s;
          transition: 1s;
  z-index: 1;
}
.ptc-event__button, .ptc-event__button:before {
  -webkit-border-radius: 10em;
          border-radius: 10em;
}
.ptc-event__button:before {
  background: -webkit-linear-gradient(120deg, #001764 30%, #00c0f3 100%);
  background: linear-gradient(-30deg, #001764 30%, #00c0f3 100%);
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in;
  width: 100%;
  z-index: -1;
}
.ptc-event__button:hover, .ptc-event__button:focus {
  color: #ffffff;
  text-decoration: none;
}
.ptc-event__button:hover:before, .ptc-event__button:focus:before {
  opacity: 1;
}

.mt-1 {
  margin-top: 0.5em;
}

.mb-1 {
  margin-bottom: 0.5em;
}

.mt-2 {
  margin-top: 1em;
}

.mb-2 {
  margin-bottom: 1em;
}

.mt-3 {
  margin-top: 1.5em;
}

.mb-3 {
  margin-bottom: 1.5em;
}

.mt-4 {
  margin-top: 2em;
}

.mb-4 {
  margin-bottom: 2em;
}

.mt-5 {
  margin-top: 2.5em;
}

.mb-5 {
  margin-bottom: 2.5em;
}