.Align{
  text-align: left;
}

.listTitle{
  margin-top: -20px; 
}

.marginright {
  margin-right: 20px !important; 
}


@media print {
  
  .removepad{
  	padding-bottom: 0px !Important;
    margin-bottom: 0px !Important;
  }
  
  .col-xs-12.col-md-4.pwa-item{
    padding-bottom: 10px !important;
    width: 33% !important;
    overflow: hidden;
  }

  .col-xs-12.col-md-4.col-md-offset-4.pwa-item{
    margin-left: 33%
  }


  .listTitle{
    margin-bottom: 40px !important;
  }

  a{
    display: none;
  }

  .pwa-desc{
    margin-top: -20px;
  }

  .marginright {
    margin-right: 0px !important; 
  }

  .far.fa-2x.fa-server{
    background: white !important;
  }

  .pwa-desc{
    width: 100%;
  }

  .listTitle{
    margin-bottom: -10px !important;
    margin-top: -10px !important;
  }

  .spacing{
    height: 236px !important;
  }



}



.col-xs-12.col-md-4.pwa-item{
  padding-bottom: 30px;
}

.bottom-row{
  border-top: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  display: none !important;
}

.bottom-row > div{
  padding-top: 10px;
  padding-left: 25px;
}



.spacing{
  box-shadow: 0 0px 80px rgba(0,0,0,0.16), 0 0px 6px rgba(0,0,0,0.23);
  padding-top: 25px;
  border-top: 3px solid black;
  border-right: 1px solid lightgray; 
  border-left: 1px solid lightgray; 
  border-bottom: 1px solid lightgray;
  /*  border-bottom: 1px solid lightgray; */
  height: 300px;
  padding: 25px;
  /* margin-right: 5px;
  margin-left: 5px; */
}
.headline h4 strong {
  color:  #006ea3;
}

.headline h3 strong {
  color:  #006ea3;
}

.headline {
  margin: 30px 0 10px 0 !important;
}


.headline h4 {
  font-size: inherit !important;
  padding-bottom: 0px !important; 
  border-bottom: 0px !important;
}

.headline:after {
  border-top: 0px !important;
  border-bottom: 0px !important;
  content: "";
  float: right;
  height: 4px;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 1px;
  margin-top: -3px;
}


@media (max-width: 1100px) {
  .spacing.cd{
    height: 1000px !Important;
  }
}

@media (max-width: 400px) {
  .spacing.cd{
    height: 950px !Important;
  }
}