*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

svg {
  max-height: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-left: 0;
  margin-right: 0; }

iframe {
  max-width: 100%;
  border: none; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  text-align: left;
  padding: 0; }

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.875rem;
  background-color: rgba(144, 114, 88, 0.2); }

h1 {
  font-size: 1.75rem;
  color: #ee3349;
  margin: 0.625rem 0 1.875rem; }

h2 {
  font-size: 1.25rem;
  color: #907258;
  margin: 1.875rem 0 0.625rem; }

h3 {
  font-size: 1rem;
  margin: 1.25rem 0 0.3125rem; }

p {
  margin: 0 0 1.25rem; }

a {
  color: #ee3349; }

iframe {
  max-width: 39.0625rem; }

.gmap {
  height: 400px; }
  .gmap__title {
    font-size: 1rem;
    margin: 0 0 0.3125rem; }
  .gmap__address {
    font-size: 0.75rem; }

.pdfcard {
  display: block;
  text-decoration: none;
  margin-top: 1.875rem; }
  .pdfcard__preview {
    margin: 0;
    border: solid 1px #ee3349; }
  .pdfcard__preview img {
    display: block; }
  .pdfcard__name {
    letter-spacing: 0.03125rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #ee3349;
    color: white;
    padding: 0.625rem 1.25rem;
    margin: 0;
    -webkit-transition: background 300ms;
    transition: background 300ms; }
  .pdfcard:hover .pdfcard__name {
    background-color: #ec1b34; }

.button {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.03125rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee3349;
  color: white;
  padding: 0.625rem 1.25rem;
  -webkit-transition: background 300ms;
  transition: background 300ms; }
  .button:hover {
    background-color: #ec1b34; }
  .button--block {
    display: block;
    margin: 1.25rem 0; }

.table {
  margin: 0 0 1.25rem; }
  .table th, .table td {
    vertical-align: top;
    padding: 0.375rem 1.25rem 0.375rem 0; }
    .table th:first-child, .table td:first-child {
      width: 1%;
      white-space: nowrap; }
  .table--border th {
    color: #907258; }
  .table--border td {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }

.container {
  width: 1000px;
  background-color: white;
  margin: 30px auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25rem; }
  .grid__cell {
    padding: 0 1.25rem; }
    .grid__cell > *:first-child {
      margin-top: 0; }
  .grid__cell--1-2 {
    width: 50%; }
  .grid__cell--1-3 {
    width: 33.3333333333%; }
  .grid__cell--2-3 {
    width: 66.6666666667%; }
  .grid__cell--1-5 {
    width: 20%; }
  .grid__cell--2-5 {
    width: 40%; }
  .grid__cell--3-5 {
    width: 60%; }
  .grid__cell--4-5 {
    width: 80%; }
  .grid--2 .grid__cell {
    width: 50%; }

.header__banner {
  background-color: rgba(144, 114, 88, 0.7);
  margin: 0; }

.header__banner img {
  display: block; }

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  background-color: #907258;
  color: rgba(255, 255, 255, 0.8); }

.header__nav a {
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  -webkit-transition: color 300ms;
  transition: color 300ms; }

.header__nav a:hover {
  color: white; }

.header__nav a.active {
  background-color: rgba(0, 0, 0, 0.3);
  color: white; }

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem; }
  .main__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .main__sidebar {
    width: 25%;
    margin-left: 3.125rem; }
  .main__sidebar h3 {
    color: #ee3349;
    padding-top: 1.5625rem;
    margin-top: 1.875rem;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }

.footer {
  word-spacing: 0.0625rem;
  text-align: center;
  background-color: #907258;
  padding: 1.25rem 3.125rem;
  color: rgba(255, 255, 255, 0.8); }
  .footer a {
    text-decoration: none;
    color: white; }

.u-textCenter {
  text-align: center; }
/*# sourceMappingURL=style.css.map */