
.main .content {
  margin-top: 120px;
}

.information {
  float: left;
  width: 700px;
  margin-right: 20px;
}

.information h3 {
  display: inline-block;
  font-size: 36px; max-height: 100%;
  line-height: 60px;
  background-color: #e86123;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

.information .address p {
  font-size: 36px; max-height: 100%;
}

.information .address p span {
  font-size: 28px; max-height: 100%;
}

.information .contact,
.information .links {
  margin-top: 75px;
}

.information .contact li {
  font-size: 36px; max-height: 100%;
}

.information .links h3 {
  margin-bottom: 10px;
}

.information .links li {
  margin-top: 5px;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */

}



