/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#subbox1 {
  background-image: url(../images/bg10.jpg);
}

@media screen and (max-width: 1336px) {
  #subbox1 {
    background-position: -900px center;
  }
}
#box3 {
  background: url(../images/bg11.jpg) center top no-repeat #0b70d3;
  padding-top: 90px;
  padding-bottom: 90px;
}

.threecols1 {
  margin-top: 0;
}

.threecols1 > div:last-child {
  margin-right: auto;
  margin-left: 45px;
}

@media screen and (max-width: 1336px) {
  .threecols1 > div:last-child {
    margin-right: inherit;
    margin-left: inherit;
  }
}
.swbluebox1 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.swbluebox1 .bluebox {
  background: url(../images/bg12.jpg);
}