a {
  color: #48645a;
}
a:hover {
  color: #000;
}
.primary_button {
  display: block;
  text-transform: uppercase;
  background: #48645a;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  border: solid 1px #48645a;
  font-family: "GillSansMTStd-Medium";
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}
.primary_button:hover {
  border: solid 1px #000;
  color: #000;
  background: transparent;
}
.primary_button:hover {
  text-decoration: none;
}
.secondary_button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  -webkit-font-smoothing: auto !important;
  font-size: 14px;
  font-family: "GillSansMTStd-Medium";
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
}
.secondary_button:hover {
  text-decoration: none;
  color: rgba(140,158,151,0.6);
  border-color: rgba(140,158,151,0.6);
}
.secondary_button:hover {
  text-decoration: none;
}
body {
  font-family: "europa", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #333;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  line-height: normal;
}
h1 {
  font-size: 2.6rem;
  font-family: "GillSansMTStd-Medium";
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
}
h2 {
  font-family: "adobe-caslon-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 2.2rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
.spacer h1 {
  color: ;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.4rem;
  }
}
.content-wrap .primary_button,
#popupModal .primary_button {
  display: block;
  text-transform: uppercase;
  background: #48645a;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  border: solid 1px #48645a;
  font-family: "GillSansMTStd-Medium";
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}
.content-wrap .primary_button:hover,
#popupModal .primary_button:hover {
  border: solid 1px #000;
  color: #000;
  background: transparent;
}
.content-wrap .secondary_button,
#popupModal .secondary_button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  -webkit-font-smoothing: auto !important;
  font-size: 14px;
  font-family: "GillSansMTStd-Medium";
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1.5;
  color: #48645a;
  border-top: solid 1px #48645a;
  border-bottom: solid 1px #48645a;
}
.content-wrap .secondary_button:hover,
#popupModal .secondary_button:hover {
  text-decoration: none;
  color: rgba(140,158,151,0.6);
  border-color: rgba(140,158,151,0.6);
}
.content-wrap .hero-image #hero .placeholder .messagebox .content p a,
.content-wrap .page-image .messagebox p a {
  background: transparent;
  border-left: none;
  border-right: none;
}
