/* Rendered: 19:13:46 GMT+0100 (British Summer Time) */ /*
https://git.dbushell.com/dbushell/patchwork/src/branch/main/static/css/base/reset.css#
 */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where(html) {
  color-scheme: light;
  hanging-punctuation: first allow-end last;
  interpolate-size: allow-keywords;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

:where(html.translated-rtl) {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  :where(html) {
    scroll-behavior: auto;
  }
}
:where(body) {
  min-block-size: 100svb;
  min-inline-size: 300px;
}

:where(canvas, img, picture, svg, video) {
  block-size: auto;
  border: none;
  display: block;
  max-inline-size: 100%;
}

:where(button, input, progress, select, textarea) {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  hanging-punctuation: none;
  line-height: inherit;
  text-align: start;
  touch-action: manipulation;
}

:where(button) {
  cursor: pointer;
  user-select: none;
}

:where(textarea) {
  resize: vertical;
}

:where(textarea:not([rows])) {
  field-sizing: content;
}

:where(fieldset, iframe) {
  border: none;
}

:where(p, li, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

:where(abbr[title]) {
  border: none;
  text-decoration: none;
}

:where(cite) {
  font-style: inherit;
}

:where(small) {
  font-size: inherit;
}

:where(li, ol, ul) {
  list-style: none;
}

:where(dialog, [popover]) {
  background: transparent;
  border: none;
  color: inherit;
  margin: auto;
  max-block-size: none;
  max-inline-size: none;
  position: fixed;
}

:where([popover]) {
  inset: auto;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

html, body {
  font-family: "Baskervville", serif;
  font-size: 16px;
  color: #183b2a;
  font-weight: 400;
  line-height: 1.6;
}

body.ScrollLock {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Baskervville", serif;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h1 {
  font-size: 2.8rem;
  font-weight: 100;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.75rem;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #183b2a;
}
a:hover {
  color: #122b1f;
}

.Padded {
  padding-bottom: 135px;
  padding-top: 135px;
}

.Padded-Small {
  padding-bottom: 90px;
  padding-top: 90px;
}

.Container {
  max-width: 1024px;
  margin: 0 auto;
}

@media (max-width: 1124px) {
  .Container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.Container-Narrow {
  max-width: 715px;
  margin: 0 auto;
}

@media (max-width: 795px) {
  .Container-Narrow {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.M-1 {
  margin-bottom: 90px;
}

.Copy {
  font-size: 1.25rem;
}
.Copy p + h3 {
  margin-top: 2em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form {
  font-family: "Avenir Next", sans-serif;
  font-size: 1rem;
}

.FormGroup {
  margin-bottom: 10px;
}
.FormGroup label {
  display: block;
  margin-bottom: 8px;
}

.Checkboxes {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 10px;
}

input[type=text],
input[type=email],
textarea {
  border: 1px solid #8b8b8b;
  border-radius: 3px;
  padding: 5px 12px;
  width: 100%;
}

textarea {
  height: 150px;
}

.Grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.Btn {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #252423;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 19px;
  cursor: pointer;
}
.Btn:hover {
  background: #403e3d;
  color: #ffffff;
}

.Btn-Full {
  text-align: center;
  width: 100%;
}

#Footer {
  background: #252423;
  color: #ffffff;
  font-family: "Avenir Next", sans-serif;
  font-size: 0.875rem;
  padding: 68px 66px 30px 66px;
}
#Footer a {
  color: #ffffff;
  text-decoration: none;
}
#Footer h3 {
  color: #5f948c;
  font-family: "Baskervville", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#Footer .F-Grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  margin-bottom: 70px;
}
#Footer .F-Grid .LogoCell {
  align-items: center;
  display: flex;
  text-align: center;
}
#Footer .F-Grid .LogoCell img {
  margin: 0 auto;
  width: 318px;
}
#Footer .F-Contact-Grid {
  display: flex;
  gap: 60px;
}
#Footer nav {
  display: flex;
  gap: 60px;
}
#Footer .F-Lower {
  display: flex;
  justify-content: space-between;
}

#Header {
  font-family: "Avenir Next", sans-serif;
}
#Header .H-Grid {
  display: flex;
  justify-content: space-between;
  padding: 0 66px 0 66px;
}
#Header .H-Grid .LogoCell {
  padding: 57px 0 41px 0;
}
#Header .H-Grid .NavCell {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}
#Header .Logo {
  display: block;
  width: 318px;
}

.BarBanner {
  background: #183b2a;
  color: #ffffff;
  text-align: center;
  padding: 140px 125px;
}
.BarBanner h2 {
  font-size: 2.625rem;
  margin: 0;
  line-height: 1;
}
.BarBanner .Bar {
  background-color: #5f948c;
  display: inline-block;
  width: 63px;
  height: 3px;
  margin-top: 35px;
}

.Cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.Cards .ImCell {
  position: relative;
}
.Cards.Alt .Copy {
  order: 1;
}
.Cards.Alt .ImCell {
  order: 0;
}
.Cards .Im {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.Cards .Im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Cards .Copy {
  padding: 81px 170px 81px 66px;
}
.Cards .Copy p {
  font-family: "Baskervville", serif;
  font-size: 1.875rem;
}
.Cards .Copy .Inner {
  position: relative;
}
.Cards .Copy .Inner:before {
  content: "";
  background-color: #5f948c;
  position: absolute;
  top: -10px;
  left: 0;
  width: 63px;
  height: 3px;
}
.Cards .Green {
  background: #183b2a;
  color: #ffffff;
}
.Cards .Green .Btn {
  background-color: #ffffff;
  color: #183b2a;
}
.ContactDetails {
  display: flex;
  gap: 120px;
  justify-content: center;
  font-size: 1rem;
}

.Hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 37px solid #5f948c;
  height: 400px;
  position: relative;
  color: #ffffff;
}
.Hero .Inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 66px;
}
.Hero .Inner > div {
  background: #183b2a;
  position: relative;
  padding: 45px 163px 45px 35px;
}
.Hero h1 {
  font-size: 4.375rem;
  line-height: 1;
  margin-bottom: 20px;
}
.Hero p {
  font-family: "Avenir Next", sans-serif;
  font-size: 1.625rem;
  position: relative;
}
.Hero .Bar {
  position: relative;
  padding-top: 20px;
}
.Hero .Bar:after {
  background-color: #5f948c;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 3px;
}

.HomeBanner {
  border-bottom: 37px solid #5f948c;
  position: relative;
}
.HomeBanner img {
  height: auto;
  width: 100%;
}
.HomeBanner .Overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.HomeBanner h1 {
  font-size: 4.375rem;
  line-height: 1.2;
}
.HomeBanner p {
  font-size: 1.75rem;
  font-family: "Avenir Next", sans-serif;
}

.Intro {
  text-align: center;
  padding: 90px 0;
}
.Intro.Alt {
  padding: 118px 0 200px 0;
}
.Intro p {
  font-family: "Baskervville", serif;
  font-size: 1.875rem;
}

.PhotoBanner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 145px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.PhotoBanner > div {
  background-color: #ffffff;
  font-size: 1.125rem;
  font-family: "Avenir Next", sans-serif;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 19px;
}

#PrimaryNav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 45px;
}
#PrimaryNav > ul > li {
  position: relative;
}
#PrimaryNav > ul > li > a {
  color: #757575;
  font-size: 1.125rem;
  text-decoration: none;
  padding-right: 15px;
}
#PrimaryNav > ul > li.HasSubmenu > a {
  background-image: url("../i/MenuArrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px auto;
}
#PrimaryNav > ul > li ul {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  background: #ffffff;
  width: 200px;
  padding: 12px;
  left: -12px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}
#PrimaryNav > ul > li ul li a {
  display: block;
  text-decoration: none;
}
#PrimaryNav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.ToTop {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #183b2a;
  color: #ffffff;
  font-size: 0.75rem;
  border-radius: 3px;
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.ToTop img {
  height: 0.8rem;
}
.ToTop:hover {
  background: #122b1f;
  color: #ffffff;
}
.ToTop.Active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}