:root {
  --logo-blue: #004fa4;
  --logo-red: #ed1a3b;
  --red-dark: #5e1b15;
  --red-medium: #961e28;
  --red: #c4122f;
  --blue-dark: #0f2846;
  --blue: #13477d;
  --blue-light: #005099;
  --blue-pale: #c4d1df;
  --taupe: #7e6d5f;
  --taupe-dark: #4d4037;
  --taupe-light: #d0c4b6;
  --taupe-pale: #e2dfdb;
  --slate: #446c73;
  --slate-dark: #324448;
  --slate-light: #aabdbe;
  --slate-pale: #d9e1e3;
  --green: #526a3e;
  --green-dark: #526a3e;
  --green-light: #526a3e;
  --green-pale: #d6e2cf;
  --teal: #008290;
  --teal-dark: #00616c;
  --teal-light: #64c7c7;
  --teal-pale: #d9ecf3;
  --yellow: #eeb137;
  --yellow-dark: #bb7b0f;
  --yellow-light: #f4c74b;
  --yellow-pale: #fcf4e9;
  --warm-blue: #005578;
  --warm-blue-dark: #184359;
  --warm-blue-light: #006796;
  --warm-blue-pale: #d1d9de;
  --grey: #5e6769;
  --grey-dark: #414547;
  --grey-light: #99a3a6;
  --grey-pale: #d9dada;
  --orange: #d46b21;
  --default-border-color: #d2d2d2;
  --default-text: #343434;
  --default-heading: #4d4037;
  --default-subhead: #4d4037;
  --default-topic: #6d6d6d;
  --default-disabled: #5e6769;
  --default-link: #006796;
  --default-link-hover: #1774a9;
  --default-link-visit: #004d70;
  --hover-collapse-color: #e5f0f4;
}
.office-module {
  margin: 25px 0;
}
.office-module header h1 {
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #343434;
}
.office-module h2 {
  font-family: "Interstate Bold", Interstate, Arial, sans-serif;
  font-weight: 700;
  color: #4d4037;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 10px;
  text-transform: none;
  margin: 15px 0 0;
}
.office-module .fax .value,
.office-module .fax .value a,
.office-module .fax .value a[x-apple-data-detectors] {
  color: #343434 !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  pointer-events: none;
}
.office-module p,
.office-module address {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 5px;
}
.office-module p + p,
.office-module address + p,
.office-module p + address,
.office-module address + address {
  margin: 0 0 5px;
}
.office-module p span[class^="ion-"],
.office-module address span[class^="ion-"] {
  font-size: 2.0rem;
}
.office-module .p-adr .p-name,
.office-module .p-adr .p-street-address {
  display: block;
}
.office-module .p-adr .p-country-name {
  visibility: hidden;
}
@media (min-width: 992px) {
  .office-module p,
  .office-module address {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .office-module p span[class^="ion-"],
  .office-module address span[class^="ion-"] {
    font-size: 2.0rem;
  }
}
