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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none; }

footer,
header,
nav,
section,
main {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

input {
  -webkit-appearance: none;
  border-radius: 0; }

a {
  text-decoration: none; }

@font-face {
  font-family: "Argesta";
  src: url("webfont.ttf") format("truetype"); }
/*
#EAE7DC
#D8C3A5
#8E8D8A
#E98074
#E85A4F*/
html,
body {
  background: #f9faf4;
  color: #2a4143;
  font-family: "Gentium Book Basic", serif;
  width: 100vw; }

body {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  line-height: 1.25rem; }
  body a,
  body a:active {
    color: #4a6163; }
  body a:hover,
  body a:focus {
    color: #444; }
  body a.onDark,
  body a.onDark:active {
    color: #ffc94b; }
  body a.onDark:hover,
  body a.onDark:focus {
    color: #f9faf4; }
  body a[href^="tel:"]:hover,
  body a[href^="tel:"]:focus {
    color: #ffc94b; }

.content-width {
  position: relative;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto; }

.header-holder {
  position: relative;
  z-index: 10;
  padding: 20px 0 32px;
  margin-bottom: 48px; }
  .header-holder.contact {
    margin-bottom: 0; }

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  color: #4a6163;
  font-size: 20px; }
  .header .title {
    font-size: 38px;
    line-height: 50px;
    font-family: "Argesta", "Playfair Display", serif; }
  .header #toggle {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    visibility: hidden; }
  .header .bars {
    position: absolute;
    right: -20px;
    top: 12px;
    display: none;
    padding: 8px 4px;
    background: #f9faf4;
    color: #2a4143; }
    .header .bars svg {
      width: 22px;
      height: 22px; }
  .header .menu {
    display: flex;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold; }
    .header .menu li {
      margin-left: 30px;
      cursor: pointer; }
      .header .menu li a:hover, .header .menu li a:focus {
        color: #f17a7e; }
      .header .menu li a:active {
        color: #d5161d; }
      .header .menu li.activePage {
        pointer-events: none; }
        .header .menu li.activePage a {
          color: #d5161d; }

.section-heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  background: #f17a7e;
  border: 4px solid #f17a7e;
  border-radius: 8px 8px 0 0;
  color: white;
  padding: 6px 20px; }
  .section-heading.orange {
    background: #f9a66c;
    border-color: #f9a66c; }
  .section-heading.yellow {
    background: #ffc94b;
    border-color: #ffc94b; }
  .section-heading.grey {
    background: white;
    border-color: transparent;
    color: #4a6163; }
  .section-heading.grey-filled {
    background: #4a6163;
    border-color: #4a6163; }

.section-content {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  padding: 16px 16px 12px;
  border: 4px solid #f17a7e;
  border-radius: 0 8px 8px 8px;
  background: white;
  font-size: 18px;
  line-height: 24px; }
  .section-content > div {
    margin-bottom: 8px; }
    .section-content > div:last-of-type {
      margin-bottom: 0; }
  .section-content .section-subheading {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px; }
  .section-content .breaker {
    height: 4px;
    width: 66%;
    margin: 24px auto;
    background: #f17a7e;
    content: ""; }
  .section-content.orange {
    border-color: #f9a66c; }
    .section-content.orange .section-subheading {
      color: #f9a66c; }
  .section-content.yellow {
    border-color: #ffc94b; }
    .section-content.yellow .section-subheading {
      color: #ffc94b; }
  .section-content.grey {
    border-color: transparent;
    background: #f9faf4;
    padding: 12px 24px 12px; }
  .section-content.white {
    border-color: transparent;
    background: transparent;
    color: white;
    padding: 12px 24px 12px; }
  .section-content.white-grey {
    border-color: #4a6163;
    background: white; }
  .section-content.grey-white {
    border-color: white;
    background: #4a6163; }

.section-background {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden; }
  .section-background img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100%; }
  .section-background:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(29, 3, 4, 0.7); }

/*.pink {
  background: $pink;
}*/
.pink-grey {
  background: #4a6163;
  border: 4px solid #f17a7e;
  color: white;
  padding: 8px 12px; }

/*.grey-pink {
  background: $pink;
  border: 6px solid $grey;
  color: $grey;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: bold;
}*/
/*.orange {
  background: $orange;
}*/
.orange-grey {
  background: #4a6163;
  border: 4px solid #f9a66c;
  color: white;
  padding: 8px 12px; }

.grey-orange {
  background: #f9a66c;
  border: 4px solid #4a6163;
  color: #4a6163;
  padding: 8px 12px; }

/*.yellow {
  background: $yellow;
}*/
.yellow-grey {
  background: #4a6163;
  border: 4px solid #ffc94b;
  color: white;
  padding: 8px 12px; }

.grey-yellow {
  background: #ffc94b;
  border: 6px solid #4a6163;
  color: #4a6163;
  padding: 8px 12px; }

.button-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 20px; }

.nail {
  position: relative; }

.right-hanger,
.left-hanger,
.banner-hanger {
  position: absolute;
  z-index: 0; }
  .right-hanger img,
  .left-hanger img,
  .banner-hanger img {
    height: 100%;
    max-width: 100%; }

.right-hanger {
  right: -100px;
  max-width: 30vw; }

.banner-hanger {
  right: -20px;
  left: -20px;
  top: 0;
  bottom: 0; }
  .banner-hanger img {
    min-width: 100vw;
    height: 100%; }
  .banner-hanger:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(121, 13, 16, 0.3); }
  .banner-hanger.yellow:after {
      background: rgba(202, 142, 0, 0.3);
  }

.back {
  z-index: 0; }

ul.rainbow-list li {
  position: relative;
  align-items: baseline;
  margin-bottom: 8px;
  padding-left: 18px; }
  ul.rainbow-list li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
    width: 1rem; }
  ul.rainbow-list li:nth-of-type(2n):before {
    color: #f9a66c; }
  ul.rainbow-list li:nth-of-type(2n + 1):before {
    color: #ffc94b; }
ul.rainbow-list.links li {
  cursor: pointer; }
  ul.rainbow-list.links li:hover, ul.rainbow-list.links li:focus {
    color: #f17a7e; }
    ul.rainbow-list.links li:hover:before, ul.rainbow-list.links li:focus:before {
      color: #f17a7e; }
  ul.rainbow-list.links li:active {
    color: #d5161d; }
    ul.rainbow-list.links li:active:before {
      color: #d5161d; }

.map-holder {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px 0; }
  .map-holder iframe,
  .map-holder .contactInfo {
    position: relative;
    z-index: 1;
    width: 45%; }
  .map-holder .contactInfo {
    color: white;
    font-size: 26px;
    font-family: "Argesta", "Playfair Display", serif;
    line-height: 32px;
    width: 55%;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px; }
    .map-holder .contactInfo .title {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      font-size: 44px;
      margin-bottom: 18px;
      padding-bottom: 16px;
      border-bottom: 4px #f9faf4 solid; }
    .map-holder .contactInfo > div {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .map-holder .contactInfo > div .label {
        font-weight: bold;
        font-size: 16px;
        margin-right: 8px; }
      .map-holder .contactInfo > div a,
      .map-holder .contactInfo > div a:hover,
      .map-holder .contactInfo > div a:focus,
      .map-holder .contactInfo > div a:active {
        color: #f9faf4; }

.hint {
  font-style: italic; }

.dual-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; }

.covid-link {
  position: absolute;
  top: 25px;
  padding: 12px 15px;
  font-size: 40px;
  cursor: pointer;
  border-radius: 12px;
  z-index: 100; }
  .covid-link a {
    color: white; }
  .covid-link:hover, .covid-link:focus {
    text-shadow: 0 0 5px white;
    background: #2a4143; }
    .covid-link:hover a, .covid-link:focus a {
      color: white; }
  @media (min-height: 790px) {
    .covid-link.disappearable {
      display: none; } }

@media only screen and (max-width: 840px) {
  .section-content {
    width: 100% !important; }

  .dual-column {
    display: block; }

  .covid-link {
    position: relative;
    margin-bottom: 25px;
    text-align: center; } }
@media only screen and (max-width: 775px) {
  .header-holder {
    margin-bottom: 8px; }

  .banner-hanger {
    top: -24px !important; } }
@media only screen and (max-width: 550px) {
  .hide-tiny {
    display: none; }

  .header-holder.faqs {
    padding-bottom: 0; }

  .banner-hanger {
    top: -48px !important; }

  .header {
      height: 75px;
  }
  .header .bars,
  .header .bars + input {
    display: block; }
  .header ul.menu {
    display: block;
    width: 100vw;
    background: #2a4143;
    margin: 0 -20px;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s; }
    .header ul.menu li {
      margin-left: 0;
      padding: 5px 0; }
      .header ul.menu li:first-of-type {
        padding-top: 8px; }
      .header ul.menu li:last-of-type {
        padding-bottom: 8px; }
      .header ul.menu li a {
        color: white; }
  .header #toggle:checked + .bars {
    background: #2a4143; }
    .header #toggle:checked + .bars svg * {
      fill: white; }
    .header #toggle:checked + .bars + ul.menu {
      max-height: 126px; }
b
  .map-holder {
    display: block;
    padding: 40px 0; }
    .map-holder .contactInfo,
    .map-holder iframe {
      width: 100%; }

  .section-background img {
    width: auto !important;
    top: 0 !important;
    height: 100%;
    left: -20px; }

  .disappearable {
    display: none; } }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=style.css.map */
