@charset "utf-8";
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v36-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v36-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v36-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-slab-v36-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-slab-v36-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v36-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v36-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v36-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v36-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-slab-v36-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-slab-v36-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #3b3b34;
  font: 300 1em/1.6 'Roboto Slab', "Time New Roman", serif;
}
h1, h2, strong {
  text-transform: uppercase;
  color: #005ba8;
}
strong {
  font-weight: 700;
  letter-spacing: 1px;
}
#wrapper {
  position: relative;
  max-width: 980px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 2rem;
}
p {
  padding-bottom: 1.25rem;
}
h1 {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.1em;
  padding: 0.75rem 0 0.75rem 1.25rem;
  border-bottom: 2px solid #d5c7a3;
  border-left: 50px solid #d5c7a3;
  background: #f5f5f5;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: left;
}
h1 span {
  font-size: 0.7em;
}
h2 {
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: 1px;
  font-weight: 600;
}
a {
  color: #005ba8;
  text-decoration: none;
}
a:hover {
  color: #ad9652;
  border-color: #ad9652;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
ul {
  padding: 0;
  margin: 0.75rem 0 2rem;
  list-style: none;
  border-top: 2px solid #e2e2e1;
  border-bottom: 2px solid #d5c7a3;
}
li {
  padding: 0.5rem 0 0.5rem 2rem;
}
li:not(:last-of-type) {
  border-bottom: 2px solid #f5f5f5;
}
ul li:before {
  content: "■";
  float: left;
  margin: -2px 0 0 -2rem;
  color: #005ba8;
}
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
a[href^="tel:"] {
    white-space: nowrap;
    color: #000;
}
.tbl {
  margin-bottom: 2rem;
}
.tbl p {
  padding: 0.5rem 0;
  font-size: 0.8em;
  line-height: 1.3;
  border-bottom: 2px solid #e2e2e1;
}
.tbl span {
  color: #005ba8;
  display: inline-block;
  width: 160px;
}
footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
footer a {
  padding: 1rem 2rem;
  display: inline-block;
  border: 2px solid #005ba8;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
@media only screen and (max-width:979px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }
  p {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    border-left-width: 32px;
  }
}