:root {
  --dark-slate-grey: #046172;
  --medium-aquamarine: #9ad3b7;
  --indian-red: #ca5b4e;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 22px;
}

li {
  margin-bottom: 5px;
}

.pagewrap {
  font-family: Akkurat, sans-serif;
}

.navbar {
  background-color: #006272;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navlink {
  color: #fff;
}

.navlink.w--current {
  color: var(--medium-aquamarine);
}

.navlink.reg {
  background-color: var(--medium-aquamarine);
  color: var(--dark-slate-grey);
  border-radius: 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
}

.navlink.reg:hover {
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.center {
  text-align: center;
}

.brand {
  width: 60px;
  height: 60px;
  padding: 5px;
}

.hero {
  background-image: url('../images/clonmore-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 62px 0 0;
  display: flex;
}

.clon-logo {
  width: 300px;
  margin-bottom: 30px;
}

.div-block {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button {
  background-color: var(--medium-aquamarine);
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  background-color: #fff;
}

.button.fw {
  width: 100%;
  margin-top: 25px;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.green {
  background-color: rgba(154, 211, 183, .2);
}

.section.cta {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.text-center {
  text-align: center;
  margin-bottom: 31px;
}

.text-center.reduce-margin {
  margin-bottom: 10px;
}

.text-center.white {
  color: #fff;
}

.grid {
  grid-template-columns: 1fr 1fr 1.25fr;
}

.cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.greenbox {
  text-align: center;
  background-color: rgba(154, 211, 183, .2);
  padding: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon {
  max-height: 80px;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--medium-aquamarine);
  border-bottom: 1px solid var(--medium-aquamarine);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-block-4 {
  width: 100%;
}

.text-block {
  color: #6d6d6d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-2 {
  color: var(--dark-slate-grey);
  margin-bottom: 10px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.div-block-5 {
  color: var(--dark-slate-grey);
  padding-right: 30px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 38px;
  line-height: 42px;
}

.vertspacer {
  flex: 1;
}

.div-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foot-logo {
  width: 100%;
  max-width: 140px;
  max-height: 140px;
}

.foot-logo.htb {
  max-height: 100px;
}

.foot-logo.fhs {
  max-width: 140px;
}

.foot-logo.lda {
  max-width: 160px;
}

.div-block-7 {
  max-height: 300px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-3.hide {
  display: none;
}

.div-block-9 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  padding: 20px;
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-9.typed {
  background-color: var(--indian-red);
}

.div-block-9.typee {
  background-color: #b1716d;
}

.div-block-9.typef {
  background-color: #08b29f;
}

.text-block-3 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 32px;
}

.text-block-4 {
  color: var(--medium-aquamarine);
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.lightbox-link {
  color: var(--medium-aquamarine);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 400px;
  text-decoration: none;
}

.text-block-5 {
  margin-top: 19px;
}

.div-block-11 {
  border-top: 1px solid #014b58;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  padding-top: 40px;
  display: flex;
}

.sher {
  max-width: 140px;
}

.text-block-6 {
  margin-top: 7px;
  font-size: 25px;
  line-height: 32px;
}

.div-block-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site-key {
  border-bottom: 1px solid var(--medium-aquamarine);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.psra {
  font-size: 12px;
  line-height: 14px;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: red;
  border: 1px #fff;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-2:hover {
  background-color: #be0000;
}

.button-2.fw {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.priv-link {
  color: #009f93;
}

.reg-panel {
  z-index: 2;
  float: right;
  color: #fff;
  text-align: center;
  object-fit: contain;
  background-color: rgba(2, 42, 49, .81);
  flex-direction: column;
  justify-content: flex-start;
  width: 650px;
  height: 100%;
  margin-top: 60px;
  padding: 56px 53px 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  transform: translate(100%);
}

.ex {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.form-2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
}

.reg-para {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.field {
  border: 1px #000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 10px;
}

.close {
  color: #fff;
  background-color: #000;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 5px;
  right: 5px;
}

.close:hover {
  background-color: #d42222;
}

.check {
  border-width: 2px;
  border-color: #fff;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -25px;
}

.check.w--redirected-checked {
  background-color: #bd9855;
  border-width: 2px;
  border-color: #000;
}

.reg-head {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  font-family: Akkurat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.checkfield {
  text-transform: none;
  padding-left: 25px;
}

.key-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #838383;
  align-items: center;
  width: 100%;
  max-width: 33%;
  padding: 15px;
  display: flex;
}

.text-block-7 {
  font-size: 16px;
}

.text-block-8 {
  font-size: 12px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading {
  color: var(--dark-slate-grey);
  margin-top: 20px;
}

.lda {
  color: var(--dark-slate-grey);
}

.paragraph {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--dark-slate-grey);
  font-family: Butler, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.half {
  text-align: left;
  width: 100%;
  max-width: 50%;
}

.div-block-14 {
  max-width: 45%;
}

.lda-logo {
  width: 180px;
  margin-bottom: 32px;
}

.link-block {
  width: 100%;
}

.footer-col-logos {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sitewrap {
  text-align: center;
  background-color: #f6fcfa;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.zoom-site {
  background-image: url('../images/site-hi-res.png');
  background-position: 0 0;
  background-size: contain;
  width: 2800px;
  height: 2207px;
  display: none;
  position: absolute;
  top: -50%;
  left: -50%;
}

.heading-2 {
  color: var(--medium-aquamarine);
}

.text-block-9 {
  margin-bottom: 17px;
  font-size: 16px;
}

.oflynn {
  width: 140px;
}

.paragraph-3 {
  color: #adadad;
  text-align: center;
  margin-top: 31px;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navlink {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navlink.reg {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section {
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-key {
    flex-direction: row;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .key-item {
    max-width: 50%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .flex {
    flex-direction: column;
  }

  .half, .div-block-14 {
    max-width: 100%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--medium-aquamarine);
    color: var(--dark-slate-grey);
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }
}

@media screen and (max-width: 479px) {
  .text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .greenbox {
    padding: 10px;
  }

  .grid-2 {
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .div-block-10, .div-block-11 {
    flex-direction: column;
  }

  .div-block-13 {
    flex-direction: column;
    width: 100%;
  }

  .reg-panel {
    width: 100%;
    transform: translate(100%);
  }

  .key-item {
    max-width: 100%;
  }
}

#w-node-_623fdb30-ff23-8cf0-92ed-bd59859cca94-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a342e7a4-fbf6-67c9-98d9-ae4cfef55893-bf41962b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ca1b5319-9069-ffb2-ff38-0e7e8f4a40b6-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3afbc689-89f6-3f16-82ac-d2657393317b-bf41962b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c919567-7b61-e6a1-01d9-44d3276d9e89-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdf77a5a-cee3-3981-9dd5-ffc50ba042b6-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d0d9e880-88ff-bf28-cb83-cef1048be46a-bf41962b, #w-node-_6fb52d7c-8c1b-5e89-7a4c-8352f55399d4-bf41962b, #w-node-_939f3fe0-a064-2c06-d469-19ffc07eacb4-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e13184c7-d849-2462-466a-692a1a709842-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_56a62c15-5856-a289-a93d-2913bd52fc9e-bf41962b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_563188ad-2021-b69d-3f52-07c8efff5c2a-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5ef39c32-e792-0912-53c9-497a76b76487-bf41962b, #w-node-_8e70c3f6-559e-ae90-0622-8ad5fd5e1908-bf41962b, #w-node-_249824ac-2a0e-2f9b-3e2a-3340171e2f48-bf41962b, #w-node-_249824ac-2a0e-2f9b-3e2a-3340171e2f4a-bf41962b, #w-node-c529f3c7-5e02-4d60-72cd-3ee7ac552e84-bf41962b, #w-node-_531e3a73-a64a-467c-7218-827065531a9b-bf41962b, #w-node-_25931768-c953-31e8-7a4c-065a224705e3-bf41962b, #w-node-_1efa74a9-f997-6a1e-f444-1ef6e6f29be6-bf41962b, #w-node-_2832a649-f642-0391-2d16-bef89c52c0ad-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86db7077-e570-0251-6c50-88b6bd3bba05-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c0ecdc2-6d2b-4038-f49d-c1c42d843a24-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c0ecdc2-6d2b-4038-f49d-c1c42d843a2b-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eab5eeeb-30a0-6f48-3aa7-f237c59ec010-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eab5eeeb-30a0-6f48-3aa7-f237c59ec017-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a860ff21-b325-e8fe-a251-51e0ff7267a9-bf41962b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a860ff21-b325-e8fe-a251-51e0ff7267b0-bf41962b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-e13184c7-d849-2462-466a-692a1a709842-bf41962b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: center;
  }

  #w-node-_56a62c15-5856-a289-a93d-2913bd52fc9e-bf41962b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5ef39c32-e792-0912-53c9-497a76b76487-bf41962b, #w-node-_8e70c3f6-559e-ae90-0622-8ad5fd5e1908-bf41962b, #w-node-_249824ac-2a0e-2f9b-3e2a-3340171e2f48-bf41962b {
    grid-column: span 2 / span 2;
  }

  #w-node-_2832a649-f642-0391-2d16-bef89c52c0ad-bf41962b, #w-node-_2c0ecdc2-6d2b-4038-f49d-c1c42d843a24-bf41962b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_563188ad-2021-b69d-3f52-07c8efff5c2a-bf41962b {
    grid-column: span 2 / span 2;
  }

  #w-node-_2832a649-f642-0391-2d16-bef89c52c0ad-bf41962b, #w-node-_86db7077-e570-0251-6c50-88b6bd3bba05-bf41962b {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/akkuratlightpro-regular-webfont.woff2') format('woff2'), url('../fonts/akkuratlightpro-regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/akkuratpro-regular-webfont.woff2') format('woff2'), url('../fonts/akkuratpro-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/akkuratpro-bold-webfont.woff2') format('woff2'), url('../fonts/akkuratpro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/butler-medium-webfont.woff2') format('woff2'), url('../fonts/butler-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/butler-webfont.woff2') format('woff2'), url('../fonts/butler-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}