:root {
  --old-blue: #306fb7;
  --silver: #bec3c7;
  --white-smoke: #ecf0f1;
  --dim-gray-3: #5d5d5d;
  --dark-slate-gray-3: #333;
  --steel-blue: #3b99d9;
  --extrude-blue: #306fb7;
  --light-gray: #d4d4d4;
  --dark-slate-gray-2q: #404047;
  --white-smoke-2: #f0f0f0;
  --tomato: #e64c40;
  --goldenrod: #e2a62b;
  --white-smoke-4: #f3f3f3;
  --salmon: #fd7072;
  --medium-sea-green: #30ad64;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-3: #edeff2;
  --lavender: #e9e9e9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000000bd;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.navigation-link:hover {
  color: var(--old-blue);
}

.navigation-link.w--current {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.navigation-link.w--current:hover {
  color: var(--old-blue);
}

.navigation-link.hidden {
  display: none;
}

.navigation-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-menu {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 24px;
  display: flex;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.section {
  background-color: #fff;
  padding-bottom: 63px;
  display: none;
  position: relative;
}

.footer {
  color: #c5c5c5;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  position: sticky;
  top: 100%;
}

.footer-text {
  color: var(--dim-gray-3);
  text-align: left;
  letter-spacing: .3px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.photo-link-block {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.blog-title {
  color: #333;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  z-index: 5;
  position: relative;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  display: none;
}

.photo-page-title {
  text-align: left;
  text-transform: none;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.photo-page-title.center {
  text-align: center;
}

.all-images {
  font-family: Roboto Condensed, sans-serif;
}

.gallery-wrapper {
  margin-top: 36px;
  padding-bottom: 63px;
  overflow: hidden;
}

.blog-list-item {
  min-height: 65px;
}

.blog-body-copy {
  color: var(--dark-slate-gray-3);
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.nav-container {
  color: #020202;
  text-transform: none;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.nav-container.text-only {
  display: none;
}

.xout {
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.xout:hover {
  opacity: 1;
}

.footer-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 18px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.social-icon-link-copy {
  opacity: .3;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link-copy:hover {
  opacity: .87;
}

.empty-state {
  background-color: var(--white-smoke);
}

.image {
  color: #0009;
  margin-bottom: 12px;
  display: block;
}

.column {
  flex-direction: column;
  align-items: flex-end;
}

.paragraph {
  text-align: left;
  letter-spacing: 0;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.68em;
}

.paragraph.center.right {
  padding-left: 0;
  padding-right: 0;
}

.paragraph.centered {
  text-align: center;
}

.paragraph.centered.hidden {
  display: none;
}

.paragraph.centered.right {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.empty-state-2 {
  background-color: #0000;
  padding-top: 50px;
}

.about-blurb {
  margin-bottom: 5%;
  padding-right: 10%;
  overflow: hidden;
}

.about-section {
  background-color: #fff;
  padding-top: 29px;
  padding-bottom: 63px;
  position: relative;
}

.column-2 {
  text-align: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.form-textbox {
  border-radius: 5px;
  height: 30px;
  margin-right: 13px;
  padding-left: 7px;
}

.form-button {
  text-align: center;
  background-color: #173245;
  border-radius: 5px;
  flex: 0 auto;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.form-button:hover {
  border: 2px solid var(--steel-blue);
}

.columns {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}

.collection-item, .collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-2 {
  text-align: center;
  justify-content: flex-end;
  display: flex;
}

.footer-text-link {
  color: var(--dim-gray-3);
  align-self: center;
  margin-left: 4px;
  margin-right: 4px;
  font-family: Montserrat, sans-serif;
}

.footer-text-link:hover {
  color: var(--extrude-blue);
}

.footer-text-link.bold {
  color: #fff;
  font-weight: 500;
}

.footer-text-container {
  display: block;
}

.footer-text-container.order-2 {
  font-family: Montserrat, sans-serif;
}

.social-buttons {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rich-text-block {
  font-family: Roboto, sans-serif;
}

.rich-text-block-2 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
}

.heading {
  color: #306fb7;
  text-align: center;
  margin-bottom: 32px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.project-container {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 85px;
  display: flex;
}

.container-2 {
  border-bottom: 0px none var(--silver);
  margin-bottom: 83px;
  padding-bottom: 0;
}

.form-block-2 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.success-message {
  background-color: var(--light-gray);
  border-radius: 5px;
}

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

.collection-list {
  padding-left: 20px;
  padding-right: 20px;
}

.column-6 {
  padding-right: 10px;
}

.div-block-5 {
  z-index: 0;
  float: none;
  clear: none;
  background-color: var(--dark-slate-gray-3);
  opacity: .41;
  filter: blur(20px);
  border-radius: 150px;
  width: 280px;
  max-width: 100%;
  height: 280px;
  display: none;
  position: absolute;
  top: 30px;
}

.project-wrapper {
  color: #333;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 0;
}

.project-wrapper:hover {
  opacity: 1;
  bottom: auto;
}

.project-info {
  z-index: 30;
  opacity: 0;
  color: #fff;
  object-fit: cover;
  background-color: #000000a6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 10px;
  padding-bottom: 0;
  padding-left: 0;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-info:hover {
  z-index: 30;
  opacity: 1;
}

.project-info.test {
  flex: 1;
  position: absolute;
}

.project-category {
  text-align: center;
  letter-spacing: .2em;
  text-transform: none;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

.project-category.eye-heading {
  color: var(--extrude-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.project-category.eye-heading.margin-bottom-20 {
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 20px;
}

.gallery-column {
  padding: 0;
}

.gallery-column.hidden {
  display: none;
}

.text-block-4 {
  color: var(--silver);
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
}

.paragraph-2 {
  color: #333;
  text-align: left;
}

.container-4 {
  display: none;
}

.column-container-h {
  position: relative;
}

.column-container-h.hidden {
  display: none;
}

.project-header {
  color: #000;
  text-align: left;
  letter-spacing: .27px;
  text-transform: none;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 57px;
}

.about-copy {
  color: var(--dim-gray-3);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.about-copy.align-right {
  text-align: left;
  letter-spacing: .36px;
  font-size: 16px;
  line-height: 24px;
}

.button-wrapper {
  background-color: var(--dark-slate-gray-2q);
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: none;
}

.text-block-5 {
  color: #fff;
  text-align: left;
  display: block;
}

.modal-wrapper {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  z-index: 10;
  background-color: var(--white-smoke-2);
  min-width: 32%;
  padding: 25px 30px 30px;
  display: block;
  position: relative;
}

.modal-title {
  color: var(--dark-slate-gray-2q);
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.modal-close {
  z-index: 5;
  color: var(--dark-slate-gray-3);
  background-color: #0000;
  display: block;
  position: absolute;
  inset: 0;
}

.close-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-icon.black {
  z-index: 20;
  background-color: var(--dark-slate-gray-3);
  cursor: pointer;
  width: 38px;
  height: 38px;
  display: flex;
  top: 3%;
  right: 2%;
}

.hero-heading-center {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 175px 10%;
  position: relative;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.button-primary.hidden {
  display: none;
}

.collection-list-copy {
  padding-left: 20px;
  padding-right: 20px;
}

.blog-header {
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.section-4 {
  padding-bottom: 63px;
}

.column-2-copy {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-container {
  padding-left: 0;
  padding-right: 0;
}

.past-blog-title {
  color: #333;
  text-align: right;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.past-blog-dates {
  color: var(--silver);
  text-align: right;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.column-16 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-3 {
  margin-bottom: 32px;
  display: none;
}

.blog-image {
  padding-bottom: 16px;
  display: inline-block;
}

.project-section {
  color: #0009;
  object-fit: fill;
  height: auto;
  padding-top: 50px;
  padding-bottom: 63px;
  font-family: Roboto, sans-serif;
  display: block;
}

.project-image {
  align-self: center;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.project-image.hidden {
  display: none;
}

.project-image.margin-bottom-50 {
  margin-bottom: 50px;
}

.project-image.stacked-under {
  max-width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 5% auto auto 5%;
  box-shadow: 7px 7px 10px #0003;
}

.project-image.stacked-above {
  z-index: 99;
  outline-color: var(--dark-slate-gray-2q);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  max-width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 5% 5% auto;
  box-shadow: 7px 7px 10px #0003;
}

.project-image.stacked-under-bottom {
  max-width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 11%;
  box-shadow: 7px 7px 10px #0003;
}

.project-image.stacked-above-middle {
  z-index: 99;
  outline-color: var(--dark-slate-gray-2q);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  max-width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 7px 7px 10px #0003;
}

.project-image.stacked-under-top {
  max-width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 7px 7px 10px #0003;
}

.project-image.hero {
  max-width: none;
}

.content-container {
  flex-direction: column;
  display: block;
}

.other-work-section {
  background-color: #fff;
  padding-bottom: 63px;
  display: none;
  position: relative;
}

.utility-page-wrap {
  background-color: #fbfbfb;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
  position: absolute;
  top: 25%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-4 {
  display: block;
}

.heading-2 {
  text-align: left;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.feature-wrapper {
  object-fit: contain;
  width: 100%;
  display: block;
  position: static;
  inset: 0 0% 0%;
}

.feature-wrapper.hidden {
  display: none;
}

.feature-container {
  background-image: url('../images/LoversLunch_slice.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 40vh;
  transition: background-position .4s;
  display: none;
}

.feature-container:hover {
  background-position: 50%;
  background-size: cover;
}

.dimmer {
  opacity: 0;
  perspective-origin: 50% 0;
  background-color: #1b1915b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity .3s;
  display: flex;
}

.dimmer:hover {
  opacity: 1;
  display: flex;
}

.feature-text {
  color: #fff;
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
  transform: translate(0);
}

.gallery-container {
  max-width: 80%;
}

.heading-3 {
  text-align: center;
  margin-bottom: 36px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-3.hidden {
  display: none;
}

.project-title {
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.page-wrapper {
  margin-top: 95px;
  position: static;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.caption {
  color: #0009;
  text-align: left;
  margin-bottom: 2em;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.project-heading {
  color: var(--dark-slate-gray-2q);
  text-align: left;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.project-title-wrapper {
  padding-bottom: 10px;
}

.intro {
  flex-direction: column;
  align-items: center;
  max-width: 970px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.line-break {
  background-color: #306fb7;
  width: 36px;
  min-width: 8px;
  height: 4px;
  margin-top: 19px;
  display: none;
}

.about-subtext {
  color: #6b6e72ed;
  line-height: 22px;
}

.bold-text-3 {
  letter-spacing: .36px;
}

.about-block-content {
  padding: 12px 10px;
  font-weight: 300;
}

.about-block-content.hidden {
  display: none;
}

.columns-3 {
  align-self: auto;
  width: 100%;
  position: relative;
  left: 10px;
}

.logo {
  max-height: 52px;
  display: block;
  position: static;
}

.logo.hidden {
  display: none;
}

.text-span {
  color: var(--old-blue);
}

.text-block-6 {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 18px;
}

.center-logo {
  display: none;
}

.video-padding {
  padding-top: 60px;
  padding-bottom: 40px;
}

.video-padding.hidden {
  display: none;
}

.pdf-frame {
  object-fit: fill;
  width: 100%;
  overflow: visible;
}

.pdf-frame.hidden {
  padding-top: 40px;
  padding-bottom: 40px;
}

.instagram {
  display: none;
}

.linkedin {
  padding: 2px 2px 4px;
  display: none;
}

.main-wrapper {
  display: flex;
}

.body {
  background-color: #f0f0f0;
  display: block;
}

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

.project-summary {
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 500px;
  padding-top: 12px;
  padding-bottom: 32px;
}

.project-summary.padding {
  padding-right: 60px;
}

.project-summary.top-margin {
  margin-top: 24px;
}

.project-summary.hidden {
  display: none;
}

.hero-margin {
  margin-top: 0;
  margin-bottom: 40px;
}

.text-span-2 {
  color: var(--extrude-blue);
}

.heading-4 {
  font-weight: 300;
  line-height: 32px;
}

.heading-4.margin-bottom {
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-4.red1 {
  color: var(--tomato);
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}

.heading-4.red1.right {
  text-align: left;
  padding: 0;
}

.heading-4.sticky {
  z-index: 999;
}

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

.div-block-17 {
  flex-direction: row;
  padding-left: 100px;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.list-item {
  padding-right: 20px;
}

.map-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 63px;
  display: grid;
}

.button-hire {
  border: 2px solid var(--goldenrod);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  font-family: Roboto, sans-serif;
}

.book-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-nav-menu {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.book-nav-bar {
  text-transform: capitalize;
  background-color: #fff;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  position: static;
  inset: 0% 0% auto;
}

.book-nav-link {
  color: #666b6f;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.book-nav-link:hover {
  color: var(--old-blue);
}

.book-nav-link.w--current {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.book-nav-link.w--current:hover {
  color: var(--old-blue);
}

.book-nav-link.hidden {
  display: none;
}

.book-nav-link.white {
  color: #0009;
}

.heading-5 {
  color: #000;
  letter-spacing: .1em;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.book-brand-lockup {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-span-2-copy {
  color: var(--extrude-blue);
}

.text-span-2-copy._3 {
  color: #e2a62b;
  -webkit-text-stroke-color: var(--goldenrod);
}

.book-content-wrapper {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  background-image: url('../images/Placeholder_pexels-photo-4559960.webp');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 400px;
}

.columns-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  letter-spacing: .03em;
  padding: 10px 31px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.left-column {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}

.left-column.left-col-image {
  background-color: var(--white-smoke-4);
  background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi.jpg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: 95%;
  min-height: 500px;
  padding-right: 0;
}

.left-column.left-col-image-2 {
  background-image: url('../images/FS-WF_Feed-w-arrows.jpg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  padding-right: 0;
}

.left-column.left-col-image-3 {
  min-height: 500px;
  padding-right: 0;
}

.heading-6 {
  letter-spacing: .05em;
  margin-bottom: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.right-column {
  padding: 0 36px 10px 50px;
}

.right-column.right-col-image {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-column.right-col-image-2 {
  background-color: var(--white-smoke-4);
  background-image: url('../images/FoodSavior_Paper-Wireframe-Examples.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 94%;
  min-height: 500px;
}

.right-column.right-col-image-4 {
  background-image: url('../images/FS-WF_Preview-w-arrows.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.right-column.right-col-image-3 {
  background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.right-column.right-col-image-5 {
  min-height: 500px;
}

.about-header {
  color: #000;
  text-align: left;
  letter-spacing: .27px;
  text-transform: none;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 57px;
}

.slide {
  background-image: url('../images/FS_AD_Aerial-view.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 50vh;
  display: block;
}

.slide-2 {
  background-image: url('../images/FS_AD_Deliverer-on-phone1.jpg');
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-2 {
  font-size: 30px;
}

.thumb-slider {
  flex: 1;
  height: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 9px;
  display: block;
}

.slide-nav.hidden {
  display: none;
}

.slide-3 {
  background-image: url('../images/FoodSavior-Monogram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/FS_App-thumb-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  object-fit: fill;
  background-image: url('../images/FS_AD_Holding-phone1.jpg');
  background-position: 25% 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/FS_AD_Packing-truck.jpg');
  background-position: 37%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-copy {
  background-image: url('../images/FoodSavior-Monogram.png');
  background-position: 50%;
  background-size: cover;
}

.feature-slider {
  height: 50vh;
  display: block;
}

.ear-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blue-circle {
  background-color: var(--extrude-blue);
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.ears {
  color: var(--extrude-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.ears.w--current {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.ears.w--current:hover {
  color: var(--old-blue);
}

.ears.hidden {
  display: none;
}

.ears.white {
  color: #0009;
}

.ears.margin-bottom-24px {
  margin-bottom: 24px;
}

.ears.margin-bottom-24px.border-bottom {
  border-bottom: 1px solid var(--dim-gray-3);
}

.ears.margin-bottom-32px {
  margin-bottom: 24px;
}

.ears.margin-bottom-32px.border-bottom {
  border: 1px solid var(--extrude-blue);
  background-color: #0000;
  border-radius: 20px;
  align-self: stretch;
  width: auto;
  margin-bottom: 32px;
  margin-left: -14px;
  margin-right: -14px;
  padding: 12px 14px;
  font-size: 14px;
}

.services-wrapper {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 63px;
  display: none;
  overflow: hidden;
}

.button-get-in-touch {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 2px #000;
  border-radius: 30px;
  padding: 8px 20px;
  font-family: Roboto, sans-serif;
}

.service-text-copy {
  color: var(--dim-gray-3);
  text-align: left;
  letter-spacing: .35px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.service-text-copy.align-right {
  text-align: left;
  letter-spacing: .36px;
  font-size: 16px;
  line-height: 26px;
}

.blue-bar {
  background-color: var(--extrude-blue);
  width: 24px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.present-blog-dates {
  color: var(--extrude-blue);
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.column-18 {
  padding-left: 12px;
  padding-right: 12px;
}

.three-column {
  margin-bottom: 40px;
}

.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.two-column.margin-bottom-m40px {
  margin-bottom: 0;
}

.right-col-image {
  background-image: url('../images/FS_AD_Packing-truck.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 130%;
  min-height: 380px;
}

.text-span-3, .bold-text-blue {
  color: var(--extrude-blue);
  font-weight: 500;
}

.book-column {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.four-column {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.infographic-wrapper-sm {
  background-color: var(--white-smoke-2);
  width: 100%;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
}

.circle-lg {
  border: 0px solid var(--salmon);
  background-color: var(--extrude-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.circle-lg.margin-bottom-24px {
  background-color: var(--tomato);
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 24px;
  padding-bottom: 80px;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

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

.mask-2 {
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.image-6, .image-8 {
  display: none;
}

.div-block-26 {
  padding-top: 26px;
  padding-bottom: 25px;
}

.div-block-27 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-9 {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 0;
  display: block;
}

.div-block-28 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px 10px;
  display: flex;
}

.squared-span {
  float: right;
  border: 1px none var(--extrude-blue);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  border-radius: 7px;
  width: 24px;
  height: 20px;
  padding-left: 0;
  display: block;
}

.two-column-2 {
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.arrow-icon {
  color: #4040478a;
  background-color: #0000;
  border-radius: 6px;
  font-size: 30px;
  line-height: 30px;
}

.right {
  padding: 10px 36px 10px 50px;
}

.right.right-col-image-2 {
  background-image: url('../images/FoodSavior_Paper-Wireframe-Examples.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 94%;
  min-height: 500px;
  box-shadow: 2px 4px 10px #0003;
}

.right.right-col-image-3 {
  background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi_1.jpg');
  background-position: 50% 3%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  box-shadow: 2px 4px 10px #0003;
}

.two-column-wrapper {
  width: 100%;
  padding-top: 65px;
}

.toc {
  z-index: 999;
  display: none;
  position: static;
  right: 140px;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  width: 46px;
  margin-right: -10px;
  display: block;
}

.left-arrow-2 {
  width: 46px;
  margin-left: -10px;
}

.circle-sm {
  border: 0px solid var(--salmon);
  background-color: var(--extrude-blue);
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  display: flex;
}

.circle-sm.margin-bottom-24px {
  background-color: var(--tomato);
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.circle-sm.green {
  background-color: var(--medium-sea-green);
}

.circle-sm.margin-bottom-24-copy {
  margin-bottom: 24px;
}

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.grid-4 {
  background-color: var(--white-smoke-4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  width: 100%;
  padding: 32px 10px 60px;
}

.next-steps {
  text-align: center;
  white-space: pre-wrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
  padding: 20px;
  display: flex;
}

.background-video {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 360px;
  height: 690px;
  margin-top: 0;
}

.background-video-1 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 42%;
  height: 640px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link {
  color: var(--extrude-blue);
}

.grid-5 {
  background-color: var(--white-smoke-4);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
  width: 100%;
  padding: 32px 20px 36px;
}

.background-video-2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.background-video-3 {
  width: 100%;
  margin-top: 10px;
}

.right-column-copy {
  padding-left: 0;
  padding-right: 0;
}

.right-column-copy.right-col-image {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-column-copy.right-col-image-2 {
  background-color: var(--white-smoke-4);
  background-image: url('../images/FoodSavior_Paper-Wireframe-Examples.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 94%;
  min-height: 500px;
}

.right-column-copy.right-col-image-4 {
  background-image: url('../images/FS-WF_Preview-w-arrows.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.right-column-copy.right-col-image-3 {
  background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
}

.right-column-copy.right-col-image-5 {
  min-height: 500px;
}

.left-column-copy {
  padding-left: 0;
  padding-right: 0;
}

.left-column-copy.left-col-image {
  background-color: var(--white-smoke-4);
  background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi.jpg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: 95%;
  min-height: 500px;
  padding-right: 0;
}

.left-column-copy.left-col-image-2 {
  background-image: url('../images/FS-WF_Feed-w-arrows.jpg');
  background-position: 62%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px;
  padding-right: 0;
}

.left-column-copy.left-col-image-3 {
  min-height: 500px;
  padding-right: 0;
}

.two-column-photo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.two-column-photo.margin-bottom-m40px {
  margin-bottom: 0;
}

.photo-stack {
  width: 100%;
  height: auto;
  min-height: 80vh;
  margin-bottom: 20px;
  position: relative;
}

.photo-stack-tall {
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.div-block-32 {
  text-decoration: none;
}

.div-block-32.hidden {
  display: none;
}

.div-block-33 {
  aspect-ratio: 1;
  flex: 0 auto;
  height: auto;
  overflow: hidden;
}

.intro-header {
  color: #000;
  text-align: left;
  letter-spacing: .27px;
  text-transform: none;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 58px;
}

.div-block-34 {
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.button-alternate {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border: 2px #000;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 8px 20px;
  font-family: Roboto, sans-serif;
}

@media screen and (min-width: 1920px) {
  .footer-text-link {
    background-color: #0000;
  }

  .project-image.stacked-under-bottom {
    inset: auto 0% 0%;
  }

  .feature-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-container {
    max-width: 80%;
  }

  .intro {
    max-width: 1000px;
  }

  .button-hire {
    border-width: 3px;
    border-radius: 30px;
  }

  .book-nav-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-nav-bar {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-24 {
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }

  .paragraph-3 {
    letter-spacing: .03em;
    max-width: 520px;
  }

  .slider {
    height: 40vh;
  }

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

  .thumb-slider {
    overflow: hidden;
  }

  .left-arrow, .right-arrow, .slide-nav {
    display: none;
  }

  .slide-4 {
    background-image: url('../images/FS_AD_Holding-phone1.jpg');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: auto 150%;
  }

  .feature-slider {
    height: 40vh;
  }

  .button-get-in-touch {
    background-color: #000;
    border-style: none;
    border-width: 3px;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .photo-stack {
    height: 50vh;
  }

  .photo-stack-tall {
    height: 65vh;
  }

  .button-alternate {
    background-color: #000;
    border-style: none;
    border-width: 3px;
    border-radius: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: var(--silver);
    text-align: center;
    padding: 7px 20px;
    font-family: Roboto, sans-serif;
  }

  .navigation-link:hover {
    color: var(--old-blue);
  }

  .navigation-link.w--current {
    padding: 7px 20px;
  }

  .navigation-link.white {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

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

  .navigation-menu {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    display: flex;
  }

  .section {
    padding-bottom: 63px;
  }

  .nav-container {
    font-size: 26px;
  }

  .paragraph, .paragraph.center {
    font-size: 14px;
  }

  .paragraph.center.right {
    padding-top: 0;
  }

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

  .about-section, .about-container {
    padding-bottom: 0;
  }

  .form-2 {
    flex-direction: column;
  }

  .form-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-3 {
    padding-left: 26px;
  }

  .project-container {
    align-items: flex-start;
  }

  .container-2 {
    margin-bottom: 63px;
  }

  .div-block-5 {
    width: 270px;
    height: auto;
    display: none;
  }

  .project-wrapper:hover {
    transform: none;
  }

  .project-info {
    z-index: 2;
    transition: opacity .4s;
  }

  .project-info:hover {
    transform: none;
  }

  .project-info.test {
    z-index: 9;
  }

  .project-header {
    text-align: left;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 42px;
  }

  .about-copy {
    letter-spacing: .37px;
    font-size: 18px;
    line-height: 28px;
  }

  .modal-body {
    min-width: 50%;
  }

  .close-icon {
    width: 50px;
    display: flex;
    position: absolute;
    left: 47%;
    right: auto;
  }

  .close-icon.black {
    inset: 2% 2% auto auto;
  }

  .hero-heading-center {
    padding-top: 71px;
    padding-bottom: 71px;
    display: block;
  }

  .button-primary.hidden {
    display: block;
  }

  .project-image {
    max-width: 100%;
  }

  .project-image.stacked-under {
    top: 3%;
    left: 3%;
  }

  .project-image.stacked-above {
    bottom: 3%;
    right: 3%;
  }

  .project-image.stacked-under-bottom {
    inset: auto auto 0% 15%;
  }

  .project-image.stacked-above-middle {
    inset: 0% 0% 0% auto;
  }

  .project-image.stacked-under-top {
    inset: 0% auto auto 0%;
  }

  .other-work-section {
    padding-bottom: 63px;
  }

  .heading-2 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 28px;
  }

  .feature-wrapper {
    margin-bottom: 12px;
  }

  .feature-container {
    height: 35vh;
  }

  .dimmer {
    height: 100%;
  }

  .gallery-container {
    max-width: 90%;
  }

  .heading-3.hidden {
    display: block;
  }

  .project-title {
    font-size: 16px;
  }

  .caption {
    padding-right: 71px;
    font-size: 12px;
    line-height: 18px;
  }

  .intro {
    z-index: auto;
  }

  .icon {
    display: none;
  }

  .text-block-6 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 300;
  }

  .center-logo {
    display: none;
  }

  .pdf-frame {
    border-bottom: 2px solid var(--dark-slate-gray-2q);
  }

  .pdf-frame.hidden {
    display: none;
  }

  .project-summary {
    padding-right: 20px;
  }

  .hero-margin {
    margin-bottom: 35px;
  }

  .heading-4.red1 {
    line-height: 32px;
  }

  .heading-4.red1.right {
    text-align: left;
  }

  .list-item {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
  }

  .map-list {
    overflow-wrap: break-word;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }

  .button-hire {
    border-radius: 20px;
    font-family: Roboto, sans-serif;
  }

  .book-nav-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .book-nav-menu {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    display: flex;
  }

  .book-nav-bar {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .book-nav-link {
    color: #666b6f;
    text-align: center;
    text-transform: capitalize;
    padding: 7px 20px;
    font-family: Montserrat, sans-serif;
  }

  .book-nav-link:hover {
    color: var(--old-blue);
  }

  .book-nav-link.w--current {
    padding: 7px 20px;
  }

  .heading-5 {
    font-size: 14px;
  }

  .div-block-24 {
    height: 270px;
  }

  .paragraph-3 {
    padding-right: 20px;
    font-size: 12px;
    line-height: 24px;
  }

  .left-column {
    padding-right: 20px;
  }

  .left-column.left-col-image {
    background-color: var(--white-smoke-4);
    background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi_1.jpg');
    background-position: 50%;
    background-size: 95%;
    min-height: 430px;
  }

  .left-column.left-col-image-2, .left-column.left-col-image-3 {
    background-image: url('../images/FS-WF_Feed-w-arrows.jpg');
    background-position: 50%;
    background-size: 107%;
  }

  .heading-6 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .right-column.right-col-image {
    background-image: none;
    min-height: 0;
    padding-top: 20px;
    padding-left: 20px;
  }

  .right-column.right-col-image-2 {
    background-position: 50%;
    background-size: auto 93%;
  }

  .right-column.right-col-image-4 {
    background-position: 50%;
    background-size: 107%;
  }

  .right-column.right-col-image-3 {
    background-position: 50%;
    background-size: auto 93%;
  }

  .right-column.right-col-image-5 {
    background-position: 50%;
    background-size: 107%;
  }

  .about-header {
    text-align: left;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 42px;
  }

  .thumb-slider {
    aspect-ratio: 1;
    object-fit: cover;
    background-color: #0000;
    flex: 1;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    display: block;
  }

  .slide-5 {
    background-position: 11% 42%;
  }

  .thumb-slider-2 {
    background-color: #0000;
  }

  .slide-3-copy {
    background-image: url('../images/IA_anim_Thumb_700px.gif');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mask {
    aspect-ratio: 1;
    object-fit: scale-down;
  }

  .ear-wrapper {
    float: none;
    clear: none;
  }

  .ears {
    color: var(--extrude-blue);
    text-align: left;
    text-transform: uppercase;
    padding: 7px 20px 7px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .ears:hover {
    color: var(--old-blue);
  }

  .ears.w--current {
    padding: 7px 20px;
  }

  .ears.margin-bottom-32px.border-bottom {
    margin-left: -10px;
    margin-right: -11px;
    padding: 8px 11px;
    font-size: 14px;
  }

  .button-get-in-touch {
    border-radius: 20px;
    font-family: Roboto, sans-serif;
  }

  .service-text-copy {
    letter-spacing: .37px;
    padding-right: 30px;
  }

  .blue-bar {
    margin-bottom: 16px;
  }

  .right-col-image {
    margin-right: -40px;
  }

  .four-column {
    flex-direction: column-reverse;
  }

  .grid-2 {
    grid-template-columns: 4fr .25fr;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    margin-top: 0;
    padding: 40px 20px 40px 40px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right.right-col-image {
    background-position: 43%;
    background-size: 190%;
  }

  .right.right-col-image-2, .right.right-col-image-3 {
    background-position: 50%;
    background-size: auto 93%;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 20px;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-bottom: 60px;
  }

  .next-steps {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 20px;
  }

  .background-video-1 {
    width: 51%;
    height: 600px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-bottom: 40px;
  }

  .right-column-copy.right-col-image {
    background-image: none;
    min-height: 0;
    padding-top: 20px;
    padding-left: 20px;
  }

  .right-column-copy.right-col-image-2 {
    background-position: 50%;
    background-size: auto 93%;
  }

  .right-column-copy.right-col-image-4 {
    background-position: 50%;
    background-size: 107%;
  }

  .right-column-copy.right-col-image-3 {
    background-position: 50%;
    background-size: auto 93%;
  }

  .right-column-copy.right-col-image-5 {
    background-position: 50%;
    background-size: 107%;
  }

  .left-column-copy {
    padding-right: 20px;
  }

  .left-column-copy.left-col-image {
    background-color: var(--white-smoke-4);
    background-image: url('../images/FoodSavior_User-Flow-Wireframe-lo-fi_1.jpg');
    background-position: 50%;
    background-size: 95%;
    min-height: 430px;
  }

  .left-column-copy.left-col-image-2, .left-column-copy.left-col-image-3 {
    background-image: url('../images/FS-WF_Feed-w-arrows.jpg');
    background-position: 50%;
    background-size: 107%;
  }

  .photo-stack {
    height: auto;
    min-height: 60vh;
  }

  .photo-stack-tall {
    height: auto;
    min-height: 80vh;
  }

  .intro-header {
    text-align: left;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 44px;
  }

  .button-alternate {
    border-radius: 20px;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger-button {
    padding: 10px;
  }

  .navigation-menu {
    background-color: #000;
    width: 100%;
    margin-top: 0;
    position: static;
    top: 52px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .brand-link.logo {
    display: none;
  }

  .brand-link.logo.w--current {
    padding-left: 0;
    display: none;
  }

  .brand-link.logo.mobile.w--current {
    text-align: left;
    display: block;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

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

  .blog-title {
    margin-bottom: 8px;
  }

  .about-photo {
    max-width: 100%;
  }

  .photo-page-title {
    font-size: 18px;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-body-copy {
    margin-bottom: 7px;
  }

  .small-blog-link.w--current {
    margin-bottom: 18px;
  }

  .small-list {
    text-align: center;
    margin-top: 0;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .nav-container {
    color: var(--silver);
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 24px;
    display: flex;
  }

  .nav-container.mobile-menu {
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image {
    margin-top: 46px;
  }

  .column {
    align-items: center;
  }

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

  .paragraph.center.right {
    padding-right: 10px;
  }

  .about-blurb {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 10%;
    display: flex;
  }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-container {
    padding-bottom: 36px;
  }

  .column-2 {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .columns {
    flex-direction: column;
  }

  .column-3 {
    padding-left: 0;
  }

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

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .social-buttons {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .project-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-6 {
    padding-right: 10px;
  }

  .project-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .about-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .about-copy.align-right {
    margin-bottom: 0;
  }

  .button-wrapper {
    text-align: center;
    display: none;
    position: static;
  }

  .text-block-5 {
    text-align: center;
  }

  .modal-title {
    font-size: 28px;
  }

  .close-icon {
    width: 40px;
    left: 46%;
  }

  .hero-heading-center {
    padding: 36px 15px;
  }

  .column-2-copy {
    display: block;
  }

  .past-blog-title {
    margin-bottom: 8px;
  }

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

  .project-image {
    max-width: 100%;
  }

  .project-image.hidden {
    display: block;
  }

  .project-image.desktop {
    display: none;
  }

  .project-image.stacked-under {
    min-width: 65%;
    max-width: 85%;
    inset: 0% auto auto 0%;
  }

  .project-image.stacked-above {
    min-width: 65%;
    max-width: 85%;
    inset: auto 0% 0% auto;
  }

  .project-image.stacked-under-bottom {
    min-width: 65%;
    max-width: 80%;
    inset: auto auto 0% 0%;
  }

  .project-image.stacked-above-middle {
    min-width: 65%;
    max-width: 80%;
    inset: 0% 0% 0% auto;
  }

  .project-image.stacked-under-top {
    min-width: 65%;
    max-width: 80%;
    inset: 0% auto auto 0%;
  }

  .utility-page-wrap {
    height: 100vh;
  }

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

  .feature-wrapper {
    margin-bottom: 28px;
  }

  .feature-container, .feature-container:hover {
    background-size: 210%;
  }

  .feature-text {
    font-size: 18px;
  }

  .page-wrapper {
    margin-top: 58px;
  }

  .caption {
    padding-left: 0;
    padding-right: 20px;
  }

  .project-heading {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 30px;
  }

  .project-title-wrapper {
    padding-bottom: 12px;
  }

  .intro {
    padding-top: 40px;
  }

  .text-block-6 {
    text-align: center;
    letter-spacing: 2.3px;
    font-size: 15px;
    line-height: 20px;
  }

  .center-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .project-summary.padding {
    padding-left: 0;
  }

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

  .list-item {
    padding-right: 14px;
  }

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

  .button-hire {
    border-radius: 30px;
    margin: 10px;
  }

  .book-nav-wrapper {
    width: 100%;
    display: block;
  }

  .book-nav-menu {
    background-color: #000;
    width: 100%;
    margin-top: 0;
    position: static;
    top: 52px;
  }

  .book-nav-bar {
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .book-nav-link.white {
    color: #ffffffbf;
  }

  .book-content-wrapper {
    width: 100%;
  }

  .div-block-24 {
    background-position: 50% 58%;
    height: 350px;
  }

  .columns-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-column {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .right-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-column.right-col-image, .right-column.right-col-image-2, .right-column.right-col-image-4, .right-column.right-col-image-3, .right-column.right-col-image-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 36px;
  }

  .thumb-slider, .mask {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .ears {
    padding-left: 10px;
  }

  .ears.white {
    color: #ffffffbf;
  }

  .ears.margin-bottom-32px.border-bottom {
    margin-left: -6px;
    margin-right: -6px;
    padding: 8px 13px;
  }

  .button-get-in-touch {
    background-color: #000;
    border-style: none;
    border-radius: 30px;
    margin: 10px;
    padding: 8px 20px;
  }

  .service-text-copy {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-text-copy.align-right {
    margin-bottom: 0;
  }

  .blue-bar {
    margin-bottom: 15px;
  }

  .two-column {
    flex-direction: column;
    align-items: baseline;
    margin-top: 0;
  }

  .right-col-image {
    margin-left: -25px;
    margin-right: -25px;
  }

  .column-19, .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .book-column {
    flex-direction: column;
    align-items: flex-start;
  }

  .four-column {
    flex-direction: column;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: block;
  }

  .div-block-27 {
    flex-direction: column-reverse;
  }

  .image-9 {
    align-self: center;
    padding: 0 0 20px;
  }

  .two-column-2 {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-top: 0;
  }

  .right {
    padding-left: 10px;
  }

  .right.right-col-image, .right.right-col-image-2, .right.right-col-image-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .two-column-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
  }

  .next-steps {
    max-width: 340px;
  }

  .background-video-1 {
    width: 51%;
    min-width: 380px;
    height: auto;
    min-height: 600px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
  }

  .background-video-2 {
    height: 37vh;
  }

  .background-video-3 {
    height: 36vh;
  }

  .right-column-copy, .right-column-copy.right-col-image, .right-column-copy.right-col-image-2, .right-column-copy.right-col-image-4, .right-column-copy.right-col-image-3, .right-column-copy.right-col-image-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-copy {
    margin-bottom: 0;
    padding-right: 0;
  }

  .two-column-photo {
    flex-direction: column;
    align-items: baseline;
    margin-top: 0;
  }

  .photo-stack {
    height: auto;
    min-height: 56vh;
  }

  .photo-stack-tall {
    height: auto;
  }

  .intro-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

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

  .button-alternate {
    background-color: #000;
    border-style: none;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-link {
    color: var(--white-smoke);
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
  }

  .navigation-link.hidden {
    display: none;
  }

  .navigation-bar {
    text-transform: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .navigation-menu {
    z-index: 1000;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    position: static;
    top: 86px;
  }

  .brand-link.w--current {
    display: block;
  }

  .brand-link.logo {
    display: none;
  }

  .brand-link.logo.w--current {
    padding-left: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .photo-link-block {
    margin-bottom: 0;
  }

  .about-photo {
    max-width: 85%;
  }

  .photo-page-title {
    text-transform: none;
  }

  .blog-list-item {
    flex-direction: column;
    display: block;
  }

  .menu-button, .menu-button-2, .menu-button-3, .menu-button-4, .menu-button-5, .menu-button-6, .menu-button-7, .menu-button-8, .menu-button-9 {
    display: flex;
  }

  .nav-container {
    text-transform: uppercase;
    flex: 0 auto;
    order: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
  }

  .paragraph.center.right {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph.centered, .paragraph.centered.right {
    text-align: center;
  }

  .about-blurb {
    align-items: stretch;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-section {
    padding-bottom: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .form-2 {
    flex-direction: column;
    max-width: none;
  }

  .columns {
    display: block;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .div-block-2 {
    align-items: center;
  }

  .social-buttons {
    flex-direction: column;
  }

  .rich-text-block-2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    font-style: normal;
  }

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

  .project-container {
    border-bottom: 1px none var(--silver);
    margin-bottom: 63px;
    padding: 0;
  }

  .form-block-2 {
    display: block;
  }

  .div-block-5 {
    max-width: 80%;
    max-height: 80%;
    top: 30px;
  }

  .project-category.eye-heading {
    text-align: left;
    font-size: 12px;
    line-height: 10px;
  }

  .project-category.eye-heading.margin-bottom-20 {
    margin-bottom: 10px;
  }

  .container-4 {
    display: none;
  }

  .project-header {
    text-transform: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
  }

  .about-copy {
    margin-bottom: 0;
  }

  .about-copy.align-right {
    font-size: 15px;
    line-height: 23px;
  }

  .button-wrapper {
    display: none;
  }

  .modal-body {
    min-width: 85%;
  }

  .close-icon {
    width: 40px;
    left: 43%;
  }

  .collection-list-copy {
    flex-flow: column;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .blog-header {
    font-family: Roboto Condensed, sans-serif;
    font-size: 29px;
    font-weight: 300;
  }

  .column-2-copy {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .blog-container {
    flex-flow: column;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .project-image {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .project-image.stacked-under {
    top: 5%;
    left: 0%;
  }

  .project-image.stacked-above {
    bottom: 5%;
    right: 0%;
  }

  .project-image.stacked-under-bottom {
    inset: auto auto 0% 0%;
  }

  .project-image.stacked-above-middle {
    inset: 0% 0% 0% auto;
  }

  .project-image.stacked-under-top {
    inset: 0% auto auto 0%;
  }

  .project-image.hero {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .feature-wrapper {
    margin-bottom: 28px;
  }

  .feature-container {
    background-position: 48%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .feature-container:hover {
    background-size: cover;
  }

  .feature-text {
    font-size: 14px;
  }

  .page-wrapper {
    margin-top: 58px;
  }

  .caption {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
    font-size: 12px;
  }

  .project-heading {
    text-align: left;
    margin-bottom: 8px;
    font-size: 21px;
  }

  .intro {
    padding-top: 30px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .about-subtext, .about-block-content {
    font-weight: 300;
  }

  .columns-3 {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
    display: flex;
    left: auto;
  }

  .center-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pdf-frame {
    height: 100%;
  }

  .project-summary {
    color: #0009;
    padding-bottom: 24px;
  }

  .project-summary.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-margin {
    margin-bottom: 30px;
  }

  .heading-4 {
    text-align: left;
    font-size: 18px;
    font-style: normal;
    line-height: 17px;
    text-decoration: none;
  }

  .heading-4.red1 {
    text-align: center;
    line-height: 28px;
  }

  .heading-4.red1.right {
    text-align: center;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template: "."
                   "." 1fr
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-left: 12px;
    font-size: 11px;
    line-height: 21px;
    list-style-type: decimal;
    display: grid;
  }

  .div-block-17 {
    justify-content: space-around;
    padding-left: 0;
    display: flex;
  }

  .map-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    grid-template: "."
                   "." 1fr
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-left: 12px;
    font-size: 11px;
    line-height: 21px;
    list-style-type: decimal;
    display: grid;
  }

  .button-hire {
    margin-top: 10px;
  }

  .book-nav-menu {
    z-index: 1000;
    width: 100%;
    position: static;
    top: 86px;
  }

  .book-nav-bar {
    text-transform: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .book-nav-link {
    color: var(--white-smoke);
    text-transform: none;
  }

  .book-nav-link.hidden {
    display: block;
  }

  .book-content-wrapper {
    width: 100%;
  }

  .div-block-24 {
    height: 250px;
  }

  .columns-4 {
    align-items: center;
  }

  .left-column {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column.left-col-image {
    min-height: 250px;
  }

  .left-column.left-col-image-2, .left-column.left-col-image-3 {
    min-height: 380px;
  }

  .right-column {
    padding-right: 10px;
  }

  .right-column.right-col-image {
    min-height: auto;
  }

  .right-column.right-col-image-2, .right-column.right-col-image-4, .right-column.right-col-image-3, .right-column.right-col-image-5 {
    background-size: 95%;
    min-height: 380px;
  }

  .about-header {
    text-transform: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .slide {
    background-position: 33%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .slider {
    height: 35vh;
  }

  .slide-2 {
    background-position: 50% 38%;
  }

  .thumb-slider {
    min-height: auto;
  }

  .slide-nav {
    display: block;
  }

  .slide-nav.hidden {
    display: none;
  }

  .feature-slider {
    height: 35vh;
  }

  .ears {
    text-align: left;
    padding-left: 10px;
  }

  .ears.hidden {
    display: block;
  }

  .ears.margin-bottom-32px.border-bottom {
    margin-bottom: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    font-size: 12px;
  }

  .button-get-in-touch {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-text-copy {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-text-copy.align-right {
    font-size: 15px;
    line-height: 23px;
  }

  .two-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-19, .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .book-column {
    align-items: center;
  }

  .four-column {
    flex-direction: column;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    padding-top: 24px;
    padding-bottom: 40px;
    padding-left: 15px;
  }

  .div-block-25, .slider-2 {
    height: auto;
  }

  .image-7 {
    display: none;
  }

  .div-block-27 {
    padding-bottom: 20px;
  }

  .image-9 {
    padding: 10px 10px 32px 23px;
  }

  .div-block-28 {
    flex-flow: column;
    align-items: center;
    padding: 10px 12px;
    display: flex;
  }

  .two-column-2 {
    flex-direction: column;
  }

  .arrow-icon {
    color: #4040478f;
    font-size: 30px;
    line-height: 30px;
  }

  .right.right-col-image-2, .right.right-col-image-3 {
    background-size: 95%;
    min-height: 380px;
  }

  .two-column-wrapper {
    height: auto;
  }

  .div-block-29 {
    flex-flow: column;
    align-items: center;
    padding: 10px 16px 10px 20px;
    display: flex;
  }

  .grid-4 {
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .next-steps {
    flex-flow: column;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .background-video-1 {
    min-width: 320px;
  }

  .grid-5 {
    text-align: center;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .background-video-2 {
    height: 20vh;
  }

  .background-video-3 {
    height: 21vh;
  }

  .right-column-copy.right-col-image {
    min-height: auto;
  }

  .right-column-copy.right-col-image-2, .right-column-copy.right-col-image-4, .right-column-copy.right-col-image-3, .right-column-copy.right-col-image-5 {
    background-size: 95%;
    min-height: 380px;
  }

  .left-column-copy {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-copy.left-col-image {
    min-height: 250px;
  }

  .left-column-copy.left-col-image-2, .left-column-copy.left-col-image-3 {
    min-height: 380px;
  }

  .two-column-photo {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .photo-stack {
    height: auto;
    min-height: 35vh;
  }

  .photo-stack-tall {
    height: auto;
    min-height: 40vh;
  }

  .text-span-4 {
    color: var(--extrude-blue);
    font-style: italic;
  }

  .intro-header {
    text-transform: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
  }

  .button-alternate {
    margin: 20px 0 0;
  }
}

#w-node-_381f3f6f-01a1-c905-1f07-fc2803bdb61b-00089e7d, #w-node-_89384c74-1904-a82e-5e7d-49a5dd2ae2b1-00089e7d {
  align-self: center;
}

#w-node-_011ef7d1-99da-8b9d-c3ca-f8d8906fc289-b2e742fd, #w-node-_6349b858-dd05-f1d1-d5b3-3917fbda6ad6-b2e742fd, #w-node-_7164e7c4-1edc-5259-3f30-7830b90747b5-b2e742fd, #w-node-_7b915133-a490-df24-3a1f-8af17bf6f2dd-b2e742fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf079-b2e742fd, #w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf081-b2e742fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf089-b2e742fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_381f3f6f-01a1-c905-1f07-fc2803bdb61b-00089e7d {
    order: 9999;
  }

  #w-node-_24ede691-012f-f9ec-a3f2-7f23ece249ec-00089e7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89384c74-1904-a82e-5e7d-49a5dd2ae2b1-00089e7d {
    align-self: center;
  }

  #w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf089-b2e742fd {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_381f3f6f-01a1-c905-1f07-fc2803bdb61b-00089e7d {
    order: 2;
  }

  #w-node-_24ede691-012f-f9ec-a3f2-7f23ece249ec-00089e7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89384c74-1904-a82e-5e7d-49a5dd2ae2b1-00089e7d {
    align-self: center;
  }

  #w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf079-b2e742fd, #w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf081-b2e742fd, #w-node-a11b5cb4-1f57-b542-6ee0-2084aaaaf089-b2e742fd {
    justify-self: center;
  }
}


