.solution-slider {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  background-color: rgba(0,0,0,0.02);
}

.solution-slider .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.solution-slider .section-title h3 {
  font-weight: 300;
  line-height: 110%;
  letter-spacing: normal;
}

.solution-slider .section-title h3 span {
  font-weight: 600;
  color: #002b63;
}


.solution-slider .solution-main-item a.solution-item {
  display: block;
  padding: 10px 20px;
  border: solid 0px red;
  color: #333333;
}

.solution-slider .solutionsBox {
  border: solid 1px rgba(0, 0, 0, 0.0);
  height: 300px;
  padding: 10px;
  margin: 10px;
  line-height: 120%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px rgb(0 0 0 / 20%);
  position: relative;
  text-align: center;
}

.solution-slider .solutionsBoxTop {
  position: relative;
  text-align: center;
   height: 385px;
  border: solid 0px red;
}

.solution-slider .solutionsBoxTop img.img-fluid {
  height: auto;
  -webkit-transition: all .400s;
  -moz-transition: all .400s;
  -o-transition: all .400s;
  transition: all .400s;
  display: inline-block;
  vertical-align: middle;
}

.solution-slider .solutionsBoxTop h4.title {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 20px;
  line-height: 110%;
}

.solution-slider .solutionsBoxTop p {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0.1em;
  line-height: 120%;
  color: #333333;
}

.solution-slider button.slick-arrow.slick-prev {
  -webkit-transition: all .400s;
  -moz-transition: all .400s;
  -o-transition: all .400s;
  transition: all .400s;
  text-align: center;
  font-size: 0;
  line-height: 55px;
  height: auto;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: auto;
  left: -13px;
  zoom: 1; width: 33px;
  color: #121212;
  background: rgba(255,255,255,0.6);
  border: #fff 1px solid;
  filter: Alpha(Opacity=70);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transform: none;
  z-index: 99;
}

.solution-slider {
  background-color: rgba(0,0,0,0.02);
  border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.solution-slider .solution-items {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.solution-slider button.slick-arrow.slick-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121212;
  opacity: 1;
  font-size: 34px;
}

.solution-slider button.slick-arrow.slick-next {
  -webkit-transition: all .400s;
  -moz-transition: all .400s;
  -o-transition: all .400s;
  transition: all .400s;
  text-align: center;
  font-size: 0;
  line-height: 55px;
  height: auto !important;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  left: auto;
  right: -13px;
  zoom: 1; width: 33px !important;
  color: #121212;
  background: rgba(255,255,255,0.6);
  border: #fff 1px solid;
  filter: Alpha(Opacity=70);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.solution-slider button.slick-arrow.slick-next:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #121212;
  opacity: 1;
  font-size: 34px;
}

.solution-slider button.slick-arrow {
  opacity: 0;
}

.solution-slider .solution-items:hover button.slick-arrow {
  opacity: 1;
}


.solution-slider .solutionsBox:hover .solutionsBoxTop img{
  opacity: 0.8;
}








@media (max-width:767px) {

  .solution-slider .section-title h3 span {
    display: block;
  }

}

/* Webfodder Additions */
.rateGridBound{
  margin: 0px;
  border-color: grey;  
  border-collapse: collapse;
  display: table;
  border-spacing: 0px;
  width: 100%;
  max-width: 600px;
}

.rateGridBound td{
  border: solid 1px rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 72, 99, 0.1);
  text-align: left;
  vertical-align: top;
  width: 25%;
  padding: 4px 4px 4px 6px;
  font-size: 13px;
  line-height: 110%;
}

.rateGridBound td.rateGridHeading{
  background-color: rgba(0, 72, 99, 0.6);
  color: rgba(255, 255, 255, 1.0); 
  font-weight: normal;
  font-size: 12px;
}

.rateGridBound th{
  border: solid 1px rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 72, 99, 0.1);
  text-align: left;
  vertical-align: top;
  width: 25%;
  padding: 4px 4px 4px 6px;
  font-size: 13px;
  line-height: 110%;
}

.rateGridBound th.rateGridHeading{
  background-color: rgba(0, 72, 99, 0.6);
  color: rgba(255, 255, 255, 1.0); 
  font-weight: normal;
  font-size: 12px;
}

.rateGridBound td.rateName{
  padding-left: 0px;
  background-color: rgba(0, 72, 99, 0.0);
}

.rateGridBound th.rateName{
  font-weight: normal;
  padding-left: 0px;
  background-color: rgba(0, 72, 99, 0.0);
}

.rateGridBound td.rateAltColor{
  background-color: rgba(0, 72, 99, 0.2);
}

.rateGridBound td.ratefeaturedCell{
  background-color: rgba(0, 72, 99, 0.3);
  font-weight: 600;
}

