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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #434957;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: none;
}

.section {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #292929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/Sentinel.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/Sentinel.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.center.footer-section {
  width: 100%;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.75)), to(rgba(232, 232, 227, 0.75))), url('../images/hamiltoncbd.png');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.75), rgba(232, 232, 227, 0.75)), url('../images/hamiltoncbd.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: inset 1px 1px 12px 0 #3d3f40;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: block;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444a57;
}

.section.wide.img {
  display: none;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 73, 87, 0.9)), to(rgba(67, 73, 87, 0.9))), url('../images/PSX_20210513_112105.jpg');
  background-image: linear-gradient(180deg, rgba(67, 73, 87, 0.9), rgba(67, 73, 87, 0.9)), url('../images/PSX_20210513_112105.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section.wide.purple {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.77)), to(rgba(232, 232, 227, 0.77))), url('../images/web-chicken.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.77), rgba(232, 232, 227, 0.77)), url('../images/web-chicken.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: transparent;
}

.section.wide.takeaway {
  position: static;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.33)), to(rgba(232, 232, 227, 0.33))), url('../images/sentinel-app.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.33), rgba(232, 232, 227, 0.33)), url('../images/sentinel-app.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: none;
  height: 60px;
  margin-right: 0px;
  margin-left: 105px;
  padding: 16px 40px 0px;
  border-radius: 3px;
  background-color: #434957;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #e66f40;
  color: #e8e8e3;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  display: block;
  width: 150px;
  height: 40px;
  margin-left: 5px;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 2px;
  background-color: #434957;
  color: #fff;
  text-align: center;
}

.button.contact:hover {
  background-color: #e8e8e3;
  box-shadow: inset 0 0 0 2px #fff;
  color: #434957;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.button.header-button {
  display: none;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 16px;
  text-align: left;
}

.title {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.title.contact-title {
  padding-bottom: 0px;
  padding-left: 20px;
  font-family: 'Avenir next', sans-serif;
  color: #a8a8a8;
  font-weight: 400;
  text-align: left;
}

.title.sentinel-rooms {
  display: block;
  padding-bottom: 20px;
  font-family: 'Avenir next', sans-serif;
  color: #b9c3d2;
  font-size: 16px;
  text-align: left;
}

.title.sentinel-rooms:hover {
  color: #eff2f5;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.title.meeting-rooms-header {
  position: relative;
  top: 0px;
  display: block;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Avenir next', sans-serif;
  color: #b9c3d2;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: block;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 #fc0a7e;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  height: 85vh;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-left: 0px;
  padding: 3px 15px 20px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-content.outpost-add {
  display: block;
  margin-top: 33px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-content.meeting-rooms {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 290px auto 0px;
  padding-top: 0px;
  padding-bottom: 29px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  position: static;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.95)), to(rgba(232, 232, 227, 0.95))), url('../images/signal-2021-03-12-061752.jpeg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.95), rgba(232, 232, 227, 0.95)), url('../images/signal-2021-03-12-061752.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  color: #e8e8e3;
}

.footer-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

.footer-link:hover {
  color: #eea00f;
}

.footer-link.email-link {
  padding-left: 10px;
}

.footer-link.phone-link {
  padding-right: 10px;
}

.footer-list {
  padding-top: 5px;
  padding-bottom: 29px;
  color: #e8e8e3;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

.input::placeholder {
  color: #555;
}

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-5 {
  position: static;
  display: inline-block;
  margin-bottom: -50px;
  margin-left: -50px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-5.footer-image {
  display: block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-5.footer-image.outpost {
  margin-right: 0px;
  margin-left: 0px;
}

.image-5.meeting-rooms {
  display: inline-block;
  width: 350px;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.rich-text-block {
  font-family: 'Gothic A1', sans-serif;
  font-size: 8px;
}

.rich-text-block p {
  color: #434957;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.html-embed {
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  display: block;
  width: 20%;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 29px;
  float: left;
  border-radius: 4px;
  background-color: #b9c3d2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 0 0 1px hsla(0, 0%, 100%, 0.08), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.16), inset 0 -44px 38px -25px rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Avenir next', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
}

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

.button-2:active {
  background-color: rgba(230, 111, 64, 0.63);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.16), inset 0 2px 6px 1px rgba(0, 0, 0, 0.11), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 44px 38px -25px rgba(0, 0, 0, 0.13);
}

.link {
  color: #e8e8e3;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #e8e8e3;
  font-size: 25px;
  line-height: 34px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(0, 0, 0, 0.25);
}

.error-message {
  width: auto;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: rgba(179, 46, 53, 0);
  font-family: 'Avenir next', sans-serif;
  color: rgba(252, 10, 126, 0);
}

.container {
  display: block;
  margin: 80px auto 20px;
  padding-right: 40px;
  padding-left: 0px;
  text-align: center;
}

.field {
  width: 50%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: rgba(47, 41, 43, 0.65);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.31), inset 0 2px 9px -1px rgba(0, 0, 0, 0.14), 0 0 0 1px hsla(0, 0%, 100%, 0.09), 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  font-family: 'Avenir next', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.field:hover {
  background-color: rgba(47, 41, 43, 0.76);
}

.field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.31), inset 0 2px 9px -1px rgba(0, 0, 0, 0.14), 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #c96c47;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.14), inset 0 0 0 1px hsla(0, 0%, 100%, 0.09), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.56);
}

.referal-text {
  margin-top: 16px;
  margin-bottom: 13px;
  color: #e8e8e3;
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}

.sign-up-form {
  display: none;
  margin-top: 5px;
}

.text-block-3 {
  display: none;
}

.background-image {
  position: static;
}

.light-body {
  display: block;
  margin-top: 25px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.light-body.white {
  padding-left: 0px;
  color: #b9c3d2;
}

.light-body.thestory {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 14px;
}

.heading-dark {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Avenir next condensed', sans-serif;
  color: #434957;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-dark.heading-light {
  margin-top: 1px;
  color: #e8e8e3;
  text-align: center;
}

.heading-4 {
  margin-bottom: 10px;
  color: #434957;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 10px;
}

.form-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-6 {
  display: inline-block;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-2 {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-13 {
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: left;
}

.div-block-13.outpost {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 457px;
  text-align: right;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  margin-left: 10px;
  padding-left: 0px;
  opacity: 0.36;
}

.link-3 {
  display: block;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-3:hover {
  color: #eea00f;
}

.meeting-room-lightbox {
  display: block;
  width: 200px;
  height: auto;
  margin-right: auto;
  margin-bottom: -16px;
  margin-left: -45px;
  padding-top: 5px;
  background-color: #434957;
  background-image: url('../images/meeting-rooms.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/signal-2021-03-12-061752_1.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-6 {
  font-size: 10px;
}

.meeting-room-link-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.heading-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-8 {
  border: 1px none #000;
  text-decoration: none;
}

.text-meeting {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

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

.image-8 {
  display: inline-block;
}

.image-9 {
  background-color: rgba(0, 0, 0, 0.42);
  background-image: url('../images/Te-Aroha.jpeg');
  background-position: 0px 0px;
  background-size: auto;
}

.lightbox-link-2 {
  background-image: url('../images/meeting-rooms.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.lighbox-background {
  display: block;
  background-color: transparent;
  background-image: url('../images/meeting-rooms.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-15 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(61, 63, 64, 0);
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
}

.lightbox-link-3 {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  border: 1px none #000;
  color: #e8e8e3;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.text-block-4.title {
  color: #434957;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.menu {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #434957;
  font-size: 10vh;
  text-decoration: none;
}

.text-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  padding-top: 4px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Avenir next condensed', sans-serif;
  color: rgba(67, 73, 87, 0.07);
  font-size: 20vh;
  font-weight: 600;
  letter-spacing: 20px;
}

.text-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
}

.div-block-16 {
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-10 {
  display: block;
  margin-top: 0px;
  padding-left: 0px;
  opacity: 0.97;
}

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

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(232, 232, 227, 0);
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 40px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(61, 63, 64, 0);
  text-align: left;
}

.cards-image-mask {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sentinel-paragraph-light {
  position: relative;
  top: 22px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 15px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(61, 63, 64, 0);
  color: #434957;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-3 {
  color: #a8a8a8;
}

.image-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text {
  color: #e8e8e3;
  font-weight: 400;
}

.heading-meeting-rooms {
  margin-bottom: 0px;
  padding-left: 10px;
  font-family: 'Avenir next', sans-serif;
  color: #e8e8e3;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-10 {
  margin-bottom: 10px;
}

.heading-11 {
  margin-bottom: 10px;
}

.heading-12 {
  margin-bottom: 10px;
}

.meeting-room-paragraph {
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: 'Avenir next', sans-serif;
  color: #b9c3d2;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-meeting-room {
  padding: 5px 5px 6px;
  background-color: #3d3f40;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  text-align: center;
}

.div-block-18 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: rgba(67, 73, 87, 0);
  text-align: center;
}

.link-4 {
  color: #e8e8e3;
}

.link-4:hover {
  color: #eea00f;
}

.footer-link-blocks {
  display: inline-block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-link-blocks.map-location {
  margin-top: 0px;
  margin-right: auto;
  margin-left: 29px;
}

.image-12 {
  margin-left: 0px;
  padding-left: 0px;
}

.image-13 {
  width: 80px;
  height: auto;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.pre-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 8px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #28799e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  list-style-type: none;
}

.pre-heading.event-preheader {
  margin-bottom: 0px;
  padding-bottom: 8px;
  background-color: transparent;
  color: #000;
  font-weight: 500;
}

.button-3 {
  display: block;
  margin: 0px auto;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.button-3.buttonlogo-copy {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100px;
  margin: -20px auto 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  background-image: url('../images/Narrows-trees-colour_1Narrows trees colour.png');
  background-position: 50% 100%;
  background-size: auto 65px;
  background-repeat: no-repeat;
  opacity: 1;
  color: transparent;
}

.button-3.buttonlogo-copy:hover {
  background-color: hsla(0, 0%, 100%, 0);
}

.button-3.buttonlogo-copy.w--current {
  position: relative;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  background-image: url('../images/Narrows-Logo-2-editable-logos_web-header-copy.png');
  background-position: 50% 50%;
  text-align: center;
}

.drop-down-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: rgba(228, 225, 225, 0);
  opacity: 1;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
}

.drop-down-button.paynow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.drop-down-button.info-button {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(165, 163, 163, 0.3);
  background-image: url('../images/click-arrows-down2.png');
  background-position: 98% 50%;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 80%;
  text-align: left;
  letter-spacing: 3px;
}

.drop-down-button.info-button:hover {
  background-position: 98% 50%;
  font-size: 85%;
  font-weight: 700;
}

.poli-pay-donation {
  position: static;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-41 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/footer-wood.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/footer-wood.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.eventnav {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.eventnav.paynow-nav {
  width: 100%;
  margin-right: auto;
  margin-bottom: 2px;
  margin-left: auto;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/footer-wood.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/footer-wood.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.paynow-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin: 0px auto 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 83.9%, 0.13);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.55)), to(hsla(0, 0%, 100%, 0.55))), url('../images/credit-card-web1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.55), hsla(0, 0%, 100%, 0.55)), url('../images/credit-card-web1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.paynow-div.visapay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paynow-div.polipay {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paperform-credit-card-donation {
  display: block;
  width: auto;
  margin: 2px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(83, 150, 205, 0);
}

.container-10 {
  display: none;
  margin-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hidden-visa-div {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), url('../images/pallet-wall-bw.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), url('../images/pallet-wall-bw.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-28 {
  display: block;
  margin: 9px auto;
  float: left;
  text-align: left;
}

.hidden-poli-div {
  position: static;
  bottom: 0px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(0, 0, 0, 0.89))), url('../images/pallet-wall-bw.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.89)), url('../images/pallet-wall-bw.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
}

.image-37 {
  display: block;
  height: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-header {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0px;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paynow-tabs {
  padding-top: 237px;
}

.image-38 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
}

.image-39 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dark-h1 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-family: 'Avenir next condensed', sans-serif;
  color: #434957;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 8px;
}

.dark-h1.white {
  display: block;
  color: #b9c3d2;
  font-weight: 600;
  letter-spacing: 10px;
}

.dark-h1.thestory {
  padding-right: 20px;
  padding-left: 20px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

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

.div-block-70 {
  margin-top: 60px;
  margin-bottom: 100px;
}

.link-text:hover {
  color: #b9c3d2;
}

.catering-slider {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 500px;
  background-color: transparent;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/pirongia-room.jpeg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/pirongia-room.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/PSX_20210517_111831.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/PSX_20210517_111831.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/Maungatautari.jpeg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/Maungatautari.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/Hakarimata.jpeg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/Hakarimata.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/table_talks_april-163.png');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/table_talks_april-163.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/signal-2021-05-17-110911_002.jpeg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/signal-2021-05-17-110911_002.jpeg');
  background-position: 0px 0px, 0% 65%;
  background-size: auto, cover;
}

.right-arrow-2 {
  position: static;
  display: none;
}

.left-arrow-2 {
  position: static;
  display: none;
}

.text-block-15 {
  display: block;
}

.div-block-71 {
  display: none;
  color: #b9c3d2;
}

.paragraph-4 {
  font-family: 'Avenir next', sans-serif;
  color: #e8e8e3;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}

.paragraph-5 {
  color: #eea00f;
  text-align: left;
}

.grid-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 119px;
  padding-left: 119px;
  grid-template-areas: "Area Area";
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: 'Avenir next condensed', sans-serif;
  color: #434957;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.container-11 {
  display: none;
  max-width: 100%;
  margin-top: 9px;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #b9c3d2;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #b9c3d2), to(transparent)), url('../images/alnmicah.jpeg');
  background-image: linear-gradient(90deg, #b9c3d2 60%, transparent), url('../images/alnmicah.jpeg');
  background-position: 0px 0px, 110% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.image-41 {
  display: inline-block;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 2.5fr 10px 1.25fr;
  grid-template-columns: 2.5fr 1.25fr;
  background-color: transparent;
  opacity: 1;
}

.image-42 {
  position: static;
  display: block;
  width: auto;
  height: auto;
}

.div-block-72 {
  opacity: 0.05;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  padding: 30px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #434957;
}

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

.tab-link-tab-1 {
  width: 33%;
}

.tab-link-tab-1.w--current {
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
}

.tab-link-tab-2 {
  width: 30%;
  height: auto;
  min-width: 0px;
}

.tab-link-tab-3 {
  width: 30%;
}

.tabs-menu {
  padding-right: 0px;
  padding-left: 0px;
}

.main-offerings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rich-text-block-2 {
  font-family: 'Avenir next', sans-serif;
}

.header-sentinel {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Avenir next condensed', sans-serif;
  color: #e8e8e3;
  font-size: 30px;
  line-height: 10vh;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.sub-header-sentinel {
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Avenir next', sans-serif;
  color: #b9c3d2;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-element {
  display: block;
  width: auto;
  padding: 0px 0px 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b9c3d2;
  background-color: transparent;
}

.button-4 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #b9c3d2;
  opacity: 1;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-43 {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-sentinel {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Avenir next', sans-serif;
  color: #b9c3d2;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.image-44 {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-74 {
  display: block;
  margin-top: 12px;
  margin-right: 0px;
  margin-left: 329px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-75 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.image-45 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-76 {
  text-align: center;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-left: 45px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 28px;
  margin-left: -108px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.location-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  margin: 30px auto 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.81)), to(rgba(232, 232, 227, 0.81))), url('../images/table_talks_april-130.png');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.81), rgba(232, 232, 227, 0.81)), url('../images/table_talks_april-130.png');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.alert-box {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 10px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  overflow: auto;
  max-width: none;
  background-color: transparent;
  opacity: 0.97;
}

.div-block-81 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  padding: 20px;
}

.text-block-17 {
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  font-size: 30px;
}

.div-block-82 {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px 15px 20px;
  float: none;
  background-color: rgba(232, 232, 227, 0.87);
}

.div-block-82:active {
  display: block;
}

.notice-text {
  color: #b5f8e3;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.notice-text h3 {
  font-family: 'Avenir next condensed', sans-serif;
  color: #434957;
  font-weight: 600;
  text-align: left;
  letter-spacing: 8px;
}

.div-block-83 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-47 {
  position: static;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.drop-down-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(228, 225, 225, 0.75);
}

.drop-down-info-box.planning {
  margin-right: 0px;
  margin-left: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hidden-text {
  display: block;
  overflow: auto;
  height: auto;
  margin-top: 0px;
  padding: 0px 10px 30px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.rich-text-block-3 {
  font-weight: 500;
}

.pop-up-box {
  position: static;
  display: none;
  background-color: transparent;
}

.gallery-section {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #292929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/Sentinel.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/Sentinel.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.gallery-section.center.footer-section {
  width: 100%;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.75)), to(rgba(232, 232, 227, 0.75))), url('../images/hamiltoncbd.png');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.75), rgba(232, 232, 227, 0.75)), url('../images/hamiltoncbd.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: inset 1px 1px 12px 0 #3d3f40;
}

.gallery-section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.gallery-section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.gallery-section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.gallery-section.wide {
  display: block;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444a57;
}

.gallery-section.wide.img {
  display: block;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 73, 87, 0.9)), to(rgba(67, 73, 87, 0.9))), url('../images/PSX_20210513_112105.jpg');
  background-image: linear-gradient(180deg, rgba(67, 73, 87, 0.9), rgba(67, 73, 87, 0.9)), url('../images/PSX_20210513_112105.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.gallery-section.wide.purple {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.77)), to(rgba(232, 232, 227, 0.77))), url('../images/web-chicken.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.77), rgba(232, 232, 227, 0.77)), url('../images/web-chicken.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: transparent;
}

.gallery-section.wide.takeaway {
  position: static;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.33)), to(rgba(232, 232, 227, 0.33))), url('../images/sentinel-app.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.33), rgba(232, 232, 227, 0.33)), url('../images/sentinel-app.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.gallery-section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-3 {
  display: none;
}

.button-4-copy {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #b9c3d2;
  opacity: 1;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.menu-pop-up-button {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #b9c3d2;
  opacity: 1;
  font-family: 'Avenir next', sans-serif;
  color: #434957;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.link-block-4 {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-5 {
  display: block;
}

.slide-nav-2 {
  position: relative;
  top: -36px;
  display: block;
  font-size: 10px;
  line-height: 10px;
}

.mask {
  position: static;
  background-color: transparent;
}

.div-block-84 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.image-48 {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-49 {
  height: 100%;
}

.section-copy {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #292929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/Sentinel.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/Sentinel.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-copy.center.footer-section {
  width: 100%;
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 350px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.75)), to(rgba(232, 232, 227, 0.75))), url('../images/hamiltoncbd.png');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.75), rgba(232, 232, 227, 0.75)), url('../images/hamiltoncbd.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: inset 1px 1px 12px 0 #3d3f40;
}

.section-copy.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-copy.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-copy.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section-copy.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-copy.wide {
  display: block;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444a57;
}

.section-copy.wide.img {
  display: block;
  padding-bottom: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 73, 87, 0.9)), to(rgba(67, 73, 87, 0.9))), url('../images/PSX_20210513_112105.jpg');
  background-image: linear-gradient(180deg, rgba(67, 73, 87, 0.9), rgba(67, 73, 87, 0.9)), url('../images/PSX_20210513_112105.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.section-copy.wide.purple {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.77)), to(rgba(232, 232, 227, 0.77))), url('../images/web-chicken.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.77), rgba(232, 232, 227, 0.77)), url('../images/web-chicken.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: transparent;
}

.section-copy.wide.takeaway {
  position: static;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.33)), to(rgba(232, 232, 227, 0.33))), url('../images/sentinel-app.jpg');
  background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.33), rgba(232, 232, 227, 0.33)), url('../images/sentinel-app.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section-copy.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.9)), to(rgba(232, 232, 227, 0.9))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.9), rgba(232, 232, 227, 0.9)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 0% -500%;
    background-size: auto, auto;
  }

  .section.center.footer-section {
    display: -ms-grid;
    display: grid;
    height: 40vh;
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/hamiltoncbd.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/hamiltoncbd.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.wide.img {
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  .section.wide.purple {
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
    line-height: 40px;
  }

  .section.wide.takeaway {
    padding-bottom: 10vh;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .button {
    width: 200px;
    height: 40px;
    margin-left: 35px;
    padding: 7px 15px;
    font-size: 12px;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 70%;
    height: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    margin-left: auto;
  }

  .hero-content {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-content.outpost-add {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-link {
    text-transform: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    min-width: 240px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .image-5 {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: left;
  }

  .image-5.footer-image {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button-2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .light-body {
    padding-left: 1px;
    text-align: left;
  }

  .heading-dark {
    margin-bottom: 0px;
    text-align: left;
  }

  .div-block-13.outpost {
    width: auto;
    margin-left: 10px;
    text-align: left;
  }

  .link-3 {
    font-size: 10px;
  }

  .cards-grid-container {
    grid-column-gap: 5px;
  }

  .meeting-room-paragraph {
    font-size: 10px;
  }

  .footer-link-blocks.map-location {
    margin-left: 0px;
  }

  .button-3.buttonlogo-copy {
    margin-bottom: 10px;
  }

  .button-3.buttonlogo-copy.w--current {
    top: 10px;
    display: block;
    height: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: contain;
  }

  .drop-down-button.paynow-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .poli-pay-donation {
    display: block;
    height: 710px;
  }

  .div-block-41 {
    display: block;
    padding-bottom: 30px;
  }

  .eventnav.paynow-nav {
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paynow-div.visapay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/credit-card-web1.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/credit-card-web1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .paynow-div.polipay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/credit-card-web1.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/credit-card-web1.png');
    background-position: 0px 0px, 50% 46%;
  }

  .paperform-credit-card-donation {
    display: block;
  }

  .hidden-visa-div {
    display: none;
  }

  .hidden-poli-div {
    display: none;
  }

  .dark-h1.thestory {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .container-11 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 20px;
    background-position: 0px 0px, 200% 50%;
    background-size: auto, auto 100%;
  }

  .grid-4 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 2.5fr 1.25fr;
    grid-template-columns: 2.5fr 1.25fr;
  }

  .header-sentinel {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 5vh;
  }

  .div-block-74 {
    display: none;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-75 {
    display: inline-block;
  }

  .image-45 {
    margin-top: 0px;
  }

  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .location-marker {
    display: none;
  }

  .div-block-80 {
    display: block;
  }

  .alert-box {
    top: 133px;
    display: block;
  }

  .div-block-82 {
    display: block;
    width: 100%;
  }

  .image-47 {
    width: 80%;
  }

  .rich-text-block-3 {
    padding-bottom: 0px;
  }

  .pop-up-box {
    display: none;
  }

  .gallery-section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.9)), to(rgba(232, 232, 227, 0.9))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.9), rgba(232, 232, 227, 0.9)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 0% -500%;
    background-size: auto, auto;
  }

  .gallery-section.center.footer-section {
    display: -ms-grid;
    display: grid;
    height: 40vh;
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/hamiltoncbd.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/hamiltoncbd.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .gallery-section.wide.img {
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  .gallery-section.wide.purple {
    display: block;
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    line-height: 40px;
  }

  .gallery-section.wide.takeaway {
    padding-bottom: 10vh;
  }

  .section-copy.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.9)), to(rgba(232, 232, 227, 0.9))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.9), rgba(232, 232, 227, 0.9)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 0% -500%;
    background-size: auto, auto;
  }

  .section-copy.center.footer-section {
    display: -ms-grid;
    display: grid;
    height: 40vh;
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/hamiltoncbd.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/hamiltoncbd.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section-copy.wide.img {
    padding-top: 2vh;
    padding-bottom: 5vh;
  }

  .section-copy.wide.purple {
    width: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
    line-height: 40px;
  }

  .section-copy.wide.takeaway {
    padding-bottom: 10vh;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 50% -500%;
    background-size: auto, auto;
  }

  .section.center.footer-section {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-top: 3vh;
    padding-bottom: 20px;
  }

  .section.wide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.wide.img {
    padding-bottom: 100px;
  }

  .section.wide.purple {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/PSX_20210409_101244.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/PSX_20210409_101244.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.wide.takeaway {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.55)), to(rgba(232, 232, 227, 0.55))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.55), rgba(232, 232, 227, 0.55)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .hero {
    display: block;
  }

  .nav {
    display: none;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button {
    display: none;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .title.contact-title {
    text-align: left;
  }

  .title.sentinel-rooms {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: center;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b9c3d2;
    line-height: 16px;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 2vh;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-content.outpost-add {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content.meeting-rooms {
    margin-top: 194px;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 0px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .arrow {
    display: none;
  }

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon {
    color: #434957;
    font-size: 30px;
  }

  .menu-icon:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu-icon:active {
    color: #b9c3d2;
  }

  .nav-logo-wrap {
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(67, 73, 87, 0.98);
  }

  .nav-menu-2 {
    display: none;
    border-bottom: 1px solid #3d3f40;
    background-color: #434957;
  }

  .form-block {
    width: 100%;
  }

  .image-5 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 0px;
  }

  .image-5.footer-image {
    margin-right: 0px;
    margin-left: 0px;
  }

  .html-embed {
    width: 493px;
  }

  .button-2 {
    width: 130px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .subtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .container {
    margin-top: 10px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .field {
    width: 316px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sign-up-form {
    display: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .light-body {
    margin-right: 25px;
    margin-left: 25px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .light-body.white {
    margin-top: 0px;
  }

  .heading-dark {
    margin-top: 5px;
    font-size: 100%;
  }

  .heading-4 {
    display: block;
    text-align: left;
  }

  .form-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-7 {
    opacity: 0.7;
  }

  .link-3 {
    font-size: 10px;
  }

  .image-10 {
    display: none;
    margin-top: 0px;
    margin-right: 5px;
    padding-left: 0px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    display: -ms-grid;
    display: grid;
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-areas: "Area";
    grid-template-columns: repeat(auto-fit, minmax(160px, 3.5fr));
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }

  .heading-meeting-rooms {
    font-size: 12px;
  }

  .div-block-18 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-link-blocks {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-link-blocks.map-location {
    display: inline-block;
    margin-left: auto;
  }

  .image-12 {
    margin-left: 0px;
  }

  .pre-heading {
    font-size: 12px;
  }

  .pre-heading.event-preheader {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-3.buttonlogo-copy.w--current {
    top: 19px;
    display: block;
    width: 180px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }

  .drop-down-button.info-button {
    font-size: 80%;
  }

  .div-block-41 {
    padding-bottom: 10px;
  }

  .paperform-credit-card-donation {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container-10 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .main-header {
    font-size: 180%;
    line-height: 10px;
  }

  .link-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .link-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-38 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-39 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-69 {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .dark-h1 {
    margin-bottom: 5px;
    font-size: 200%;
  }

  .dark-h1.white {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 200%;
    text-align: center;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-block-70 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .catering-slider {
    height: 400px;
  }

  .slide-2 {
    background-size: cover;
  }

  .slide-3 {
    background-position: 50% 45%;
    background-size: cover;
  }

  .slide-6 {
    background-position: 0% 80%;
    background-size: cover;
  }

  .text-block-15 {
    display: block;
  }

  .container-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 195, 210, 0.85)), to(rgba(185, 195, 210, 0.85))), url('../images/alnmicah.jpeg');
    background-image: linear-gradient(180deg, rgba(185, 195, 210, 0.85), rgba(185, 195, 210, 0.85)), url('../images/alnmicah.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto 100%;
    background-repeat: repeat, no-repeat;
  }

  .grid-4 {
    -ms-grid-columns: 3.25fr 1.25fr;
    grid-template-columns: 3.25fr 1.25fr;
  }

  .grid-5 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-offerings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-element {
    margin-bottom: 10px;
  }

  .div-block-74 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-75 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .div-block-77 {
    display: block;
  }

  .div-block-78 {
    display: block;
  }

  .location-marker {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .image-46 {
    display: inline-block;
  }

  .alert-box {
    left: 10px;
    right: 10px;
  }

  .div-block-82 {
    position: absolute;
    left: 0px;
  }

  .image-47 {
    width: 90%;
  }

  .gallery-section.center {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 50% -500%;
    background-size: auto, auto;
  }

  .gallery-section.center.footer-section {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-top: 3vh;
    padding-bottom: 20px;
  }

  .gallery-section.wide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-section.wide.img {
    padding-bottom: 100px;
  }

  .gallery-section.wide.purple {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/PSX_20210409_101244.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/PSX_20210409_101244.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .gallery-section.wide.takeaway {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.55)), to(rgba(232, 232, 227, 0.55))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.55), rgba(232, 232, 227, 0.55)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .section-copy.center {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/Sentinel.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/Sentinel.jpg');
    background-position: 0px 0px, 50% -500%;
    background-size: auto, auto;
  }

  .section-copy.center.footer-section {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-top: 3vh;
    padding-bottom: 20px;
  }

  .section-copy.wide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-copy.wide.img {
    padding-bottom: 100px;
  }

  .section-copy.wide.purple {
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.84)), to(rgba(232, 232, 227, 0.84))), url('../images/PSX_20210409_101244.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.84), rgba(232, 232, 227, 0.84)), url('../images/PSX_20210409_101244.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section-copy.wide.takeaway {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 232, 227, 0.55)), to(rgba(232, 232, 227, 0.55))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, rgba(232, 232, 227, 0.55), rgba(232, 232, 227, 0.55)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .section.center.footer-section {
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5vh;
    padding-bottom: 40px;
  }

  .section.wide.img {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.wide.purple {
    display: block;
  }

  .section.wide.takeaway {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, auto;
  }

  .hero {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    border: 1px none #000;
  }

  .nav-inner {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .wrap {
    width: 100%;
    padding: 0px 5vw;
  }

  .title {
    display: block;
    padding-bottom: 0px;
  }

  .title.sub-title {
    padding-bottom: 10px;
    font-size: 10px;
  }

  .title.sentinel-rooms {
    display: none;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    display: block;
    width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .nav-link {
    display: block;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b9c3d2;
    line-height: 15px;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    display: block;
    margin: 0px auto 0vh;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-content.meeting-rooms {
    margin-top: 209px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer-link {
    margin-right: 0px;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow {
    display: none;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    -webkit-transition: flex-grow 375ms ease, -webkit-box-flex 375ms ease, -webkit-flex-grow 375ms ease;
    transition: flex-grow 375ms ease, -webkit-box-flex 375ms ease, -webkit-flex-grow 375ms ease;
    transition: flex-grow 375ms ease;
    transition: flex-grow 375ms ease, -webkit-box-flex 375ms ease, -webkit-flex-grow 375ms ease, -ms-flex-positive 375ms ease;
    color: #434957;
  }

  .menu-icon:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-button.w--open {
    background-color: rgba(67, 73, 87, 0);
    color: #b9c3d2;
  }

  .nav-menu-2 {
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-color: rgba(67, 73, 87, 0.98);
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .image-5 {
    display: block;
    margin: 0px auto;
    padding-left: 0px;
  }

  .image-5.footer-image {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-5.footer-image.outpost {
    margin-left: auto;
  }

  .html-embed {
    display: none;
  }

  .button-2 {
    display: block;
    width: 100%;
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 12px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .container {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }

  .field {
    width: 100%;
    height: 40px;
    margin-right: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 12px;
  }

  .text-block-3 {
    display: block;
    color: #a8a8a8;
  }

  .light-body {
    font-size: 12px;
    text-align: center;
  }

  .light-body.white {
    text-align: left;
  }

  .light-body.thestory {
    font-size: 80%;
    text-align: left;
  }

  .heading-dark {
    display: block;
    font-family: 'Avenir next', sans-serif;
    font-size: 100%;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
  }

  .heading-5 {
    margin-top: 0px;
    font-size: 90%;
  }

  .form-3 {
    display: block;
    padding-left: 0px;
  }

  .container-3 {
    margin-top: 5px;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .div-block-13.outpost {
    margin-left: auto;
    text-align: center;
  }

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-7 {
    margin-left: 0px;
  }

  .link-3 {
    font-size: 8px;
    text-align: center;
  }

  .div-block-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lightbox-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-span {
    display: none;
    font-size: 90px;
    line-height: 50px;
  }

  .div-block-16 {
    line-height: 30px;
  }

  .image-10 {
    display: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-11 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-meeting-room {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 5px;
  }

  .footer-link-blocks {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-12 {
    margin-left: 0px;
  }

  .pre-heading {
    margin: 5px 20px 20px;
    padding-top: 0px;
    font-size: 9px;
    line-height: 10px;
  }

  .pre-heading.event-preheader {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-3.buttonlogo-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }

  .button-3.buttonlogo-copy.w--current {
    position: static;
  }

  .button-3.buttonlogo-copy.paynowbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }

  .drop-down-button.info-button {
    padding-right: 46px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 80%;
  }

  .poli-pay-donation {
    display: none;
  }

  .text-block-14 {
    color: #d6d6d6;
    font-weight: 300;
    text-align: center;
    text-transform: none;
  }

  .div-block-41 {
    padding-bottom: 5px;
  }

  .eventnav.paynow-nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paperform-credit-card-donation {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hidden-poli-div {
    display: none;
  }

  .main-header {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 20px;
  }

  .main-header.eventheader {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .div-block-69 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dark-h1 {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: none;
    font-size: 140%;
    text-align: left;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .dark-h1.white {
    width: 100%;
    padding-left: 0px;
    font-size: 150%;
    line-height: 40px;
    text-align: left;
  }

  .centered-container-2 {
    text-align: left;
  }

  .gallery-grid-container {
    display: none;
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .image-40 {
    display: none;
  }

  .text-block-15 {
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px none #000;
    border-radius: 3px;
    background-color: #e8e8e3;
    font-family: 'Avenir next', sans-serif;
    color: #3d3f40;
    font-weight: 500;
    text-align: center;
    text-transform: none;
  }

  .div-block-71 {
    display: block;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .container-11 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid-4 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-5 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .header-sentinel {
    margin-bottom: 10px;
    line-height: 5vh;
  }

  .main-element {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .alert-box {
    position: relative;
    left: 0px;
    right: 0px;
    display: none;
    overflow: visible;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-82 {
    display: block;
  }

  .image-47 {
    width: 95%;
  }

  .drop-down-info-box.planning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hidden-text {
    padding-right: 10px;
  }

  .gallery-section.center {
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .gallery-section.center.footer-section {
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5vh;
    padding-bottom: 40px;
  }

  .gallery-section.wide.img {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .gallery-section.wide.purple {
    display: none;
  }

  .gallery-section.wide.takeaway {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, auto;
  }

  .section-copy.center {
    padding-top: 10vh;
    padding-bottom: 4vh;
  }

  .section-copy.center.footer-section {
    display: block;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5vh;
    padding-bottom: 40px;
  }

  .section-copy.wide.img {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-copy.wide.purple {
    display: block;
  }

  .section-copy.wide.takeaway {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/sentinel-app.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/sentinel-app.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, auto;
  }
}

#w-node-_1eeb74ff-8dec-8dfd-6430-5305b918b481-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32d90206-6508-af10-083b-19e849fddbc6-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32d90206-6508-af10-083b-19e849fddbc8-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5edf1c55-5710-0b4f-fc1a-5e6ba8b71015-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7855fac-6a23-6051-c91f-55ad67e3291a-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b7855fac-6a23-6051-c91f-55ad67e3291c-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0cc2773-dfb6-0b7d-1655-1ca0186881bb-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c90ac818-91b0-9a38-3108-41046762243b-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c90ac818-91b0-9a38-3108-41046762243d-4d18f004 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35386c6e-dfc5-435b-bee5-8cf6da8452e6-4d18f004 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_836b3586-2922-5c14-5975-95ea953ad8ab-4d18f004 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_042ccb68-26b5-2f04-342d-18bdfa01c173-cb0d1c37 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5b9779f4-d595-b71f-ae8e-315dc2dd539a-4d18f004 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ef4a2e61-a1f7-681e-0bb8-c1bf3eed6583-4d18f004 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91ef-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91f1-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91f6-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91f8-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_963dc50e-6d31-af63-59d6-9223de1fed1b-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_963dc50e-6d31-af63-59d6-9223de1fed1d-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1809-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d180b-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1821-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1823-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1838-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d183a-b08ed271 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35386c6e-dfc5-435b-bee5-8cf6da8452e6-4d18f004 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91e5-4d18f004 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91ec-4d18f004 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a243b8d5-49ed-75bd-07f9-c8ac356b91f3-4d18f004 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_963dc50e-6d31-af63-59d6-9223de1fed18-4d18f004 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d17eb-b08ed271 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1805-b08ed271 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d181d-b08ed271 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e232e4fd-4682-6c6b-16d8-732a464d1834-b08ed271 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next condensed';
  src: url('../fonts/Avenir-Next-Condensed.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/Avenir-Next.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/Avenir-Next.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}