.summary {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.summary p {
  padding-bottom: 1em;
}
.shipping-children {
  margin: -15px;
}
.shipping-children .shipping-child {
  border-width: 0 15px 15px 15px;
  width: 50%;
  overflow-y: hidden;
  position: relative;
}
@media only screen and (max-width: 668px) {
  .shipping-children .shipping-child {
    width: 100%;
  }
}
.shipping-children .shipping-child a {
  color: white;
}
.shipping-children .shipping-child .hidden-desc {
  color: white;
  top: 72%;
  background: rgba(11, 50, 93, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
@media only screen and (max-width: 668px) {
  .shipping-children .shipping-child .hidden-desc {
    font-size: 0.8em;
  }
}
.shipping-children .shipping-child .hidden-desc .child-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 28%;
}
.shipping-children .shipping-child .hidden-desc .child-desc {
  padding: 0 30px 0 20px;
}
.shipping-children .shipping-child .hidden-desc .more {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.shipping-children .shipping-child .hidden-desc .more a {
  text-decoration: underline;
}
.shipping-children .shipping-child:hover .hidden-desc {
  top: 0;
}
.shipping-int .shipping-child {
  width: 33.33%;
}
@media only screen and (max-width: 769px) {
  .shipping-int .shipping-child {
    width: 50%;
  }
}
@media only screen and (max-width: 415px) {
  .shipping-int .shipping-child {
    width: 100%;
  }
}
.business-model {
  margin-bottom: 2em;
}
.business-model .business-model-title {
  color: #0b325d;
  font-size: 1.8em;
}
.business-model .business-model-subtext {
  margin: 1em 0;
  color: #00508f;
  font-size: 1.6 em;
}
.business-model .business-model-summary p {
  margin-bottom: 1em;
}