/* Create two equal columns that floats next to each other */
.CIcolumn {
  float: left;
  width: 50% !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:10px;
  /* height: 400px; Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.CIrow:after {
  content: "";
  display: table;
  clear: both;
}

.CIheading {
  float: left;
  width: 100%;
  padding: 5px;
  text-align: center;
  margin-bottom: 6px;
}

.CIintro
{
  float: left;
  width: 100%;
  margin-top: 2px;
  margin-bottom: -22px;
}

.CIicon
{
  background: #fff;
  width:80px;
  height:80px;
  float: left;
}

.CIdescript
{
  line-height: 1em;
  padding-top: .75em;
  background: #fff;
}

.multiposition-stop2 { 

   width: 45%;
/*   background: linear-gradient(to right, 
      #073850 45%, #C05131 45% 75%, #395542 75% 90%, #A15A95 90% ); */
      padding: 6px 5px 5px 16px;
      background: #317aba; border-bottom: 4px solid transparent; border-image:linear-gradient(to right, #073850 45%, #C05131 45% 75%, #395542 75% 90%, #A15A95 90% ); border-image-slice: 2;"   
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
  .CIcolumn {
    width: 100% !important;
  }
  .multiposition-stop2 {
    width: 90% !important;
  }  
}