#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}



.marquee {
  background-color: #fff;
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 14s linear infinite;
  padding:10px 10px;
}
.marquee:hover span {
  animation-play-state: paused;
}

.marquee span:nth-child(1) {
  animation-delay: 0s;
}
.marquee span:nth-child(2) {
  animation-delay: 0.8s;
}
.marquee span:nth-child(3) {
  animation-delay: 1.6s;
}
.marquee span:nth-child(4) {
  animation-delay: 2.4s;
}


@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -200%; }
}


.vl {
  border-left: 0px solid green;
  height: 150px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}
.pay {
  column-count: 3;
  column-gap: 40px;
  column-rule: 1px solid lightblue;
}


.marquee1 {
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee1 span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 14s linear infinite;
  padding:5px 5px;
}
.marquee1:hover span {
  animation-play-state: paused;
}

.marquee1 span:nth-child(1) {
  animation-delay: 0s;
}
.marquee1 span:nth-child(2) {
  animation-delay: 0.8s;
}
.marquee1 span:nth-child(3) {
  animation-delay: 1.6s;
}
.marquee1 span:nth-child(4) {
  animation-delay: 2.4s;
}
.marquee1 span:nth-child(5) {
  animation-delay: 2.9s;
}




@keyframes marquee {
  0%   { left: 100%; }
  100% { left: -200%; }
}



.marquee2 {
  background-color: #fff;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee2 span {
  display: inline-block;
  position: relative;
  left: 100%;
  animation: marquee 14s linear infinite;
  padding:5px 5px;
}
.marquee2:hover span {
  animation-play-state: paused;
}

.marquee2 span:nth-child(1) {
  animation-delay: 0s;
}
.marquee2 span:nth-child(2) {
  animation-delay: 0.8s;
}
.marquee2 span:nth-child(3) {
  animation-delay: 1.6s;
}
.marquee2 span:nth-child(4) {
  animation-delay: 2.4s;
}



