body {
  padding: 50px 36px 36px;
  background-color: #efefef;
  font-family: AG_Regular, sans-serif;
  color: rgba(36, 33, 39, 0.81);
  font-size: 16px;
  line-height: 1em;
}

h1 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: AG_Medium, sans-serif;
  font-size: 21px;
  line-height: 1em;
  font-weight: 500;
}

h2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: AG_Medium, sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

h3 {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: AG_Medium, sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}

h6 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  line-height: 1em;
  font-weight: 500;
}

p {
  margin-bottom: 8px;
  line-height: 1.25em;
}

a {
  font-family: AG_Regular, sans-serif;
  color: #242127;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-left: 0px;
  font-size: 13px;
}

li {
  list-style-type: none;
}

img {
  display: block;
  max-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

strong {
  font-family: AG_Medium, sans-serif;
  font-weight: 500;
}

.typographic_container_temp {
  position: relative;
  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;
}

.pagetitles {
  position: relative;
  margin-bottom: 16px;
  padding-top: 24px;
  font-family: AG_Medium, sans-serif;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: -1px;
}

.gallery_info_title {
  z-index: 9001;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 21px;
  line-height: 21px;
}

.project_client {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.project_photographic_credits {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.project_external_link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.project_year {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.project_long_description {
  display: block;
  width: 576px;
  padding-top: 10vh;
  padding-bottom: 25vh;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project_credits {
  width: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 1em;
}

.labels {
  width: 96px;
  padding-right: 8px;
  background-color: transparent;
  font-size: 12px;
}

.labels.baseline {
  width: auto;
  padding-bottom: 0px;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  z-index: 9001;
}

.projects_link {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #696969;
}

.projects_link.w--current {
  color: #000;
}

.desktop_navigation_container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -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: 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;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project_captions {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-size: 13px;
}

.contact_sheet {
  background-color: #000;
}

.gallery_info_wrapper {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9005;
  display: -ms-grid;
  display: grid;
  height: 90vh;
  margin: 50px 100px 0px 36px;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #d9d9d9;
}

.sl_wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.servicelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.serviceitem {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.filter_link {
  width: 100%;
  padding: 4px 16px 4px 0px;
}

.filter_link.w--current {
  font-family: AG_Medium, sans-serif;
  color: #000;
  font-weight: 500;
}

.filterlabel {
  font-size: 12px;
}

.filter_project_results_wrapper {
  position: relative;
}

.projectresults_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.typologylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.typologyitem {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-bottom: 1px solid #696969;
}

.project_filter_results_block {
  position: relative;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  height: auto;
}

.filter_baseline {
  height: 2px;
  background-color: rgba(36, 33, 39, 0.81);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.resultslabel {
  padding-left: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: AG_Regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.resultsclientcontainer {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.resultslabel_year {
  position: absolute;
  bottom: 4px;
  padding-right: 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: AG_Regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.results_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  min-height: 20vw;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 0px 0px 4px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". ."
    ". ."
    ". .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  border-bottom: 1px solid #000;
  background-color: #000;
  font-family: AG_Medium, sans-serif;
  color: hsla(0, 0%, 100%, 0.72);
  font-weight: 500;
}

.results_link.w--current {
  font-family: AG_Medium, sans-serif;
  color: #000;
  font-weight: 500;
}

.resultslabel_name {
  padding-top: 4px;
  padding-left: 8px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.naviconwrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.m_nav_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9001;
  display: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #68c532;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.mnav_linkblock {
  position: relative;
  width: 100%;
  height: auto;
  padding: 16px;
  -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;
  border-bottom: 1px solid #696969;
  color: #696969;
}

.mnav_linkblock:active {
  border-bottom-color: #fff;
  color: #fff;
}

.mnavlinktext {
  font-family: AG_Medium, sans-serif;
  font-weight: 500;
}

.mnav_links_container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.copyright_text_mobile {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  font-family: AG_Medium, sans-serif;
  color: #696969;
  font-size: 13px;
  font-weight: 500;
}

.naviconline_top {
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.naviconline_middle {
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.naviconline_bottom {
  width: 21px;
  height: 2px;
  background-color: #fff;
}

.siteidentity_link {
  position: -webkit-sticky;
  position: sticky;
}

.desktopnav_id_text {
  font-family: AG_Medium, sans-serif;
  color: rgba(36, 33, 39, 0.81);
  font-size: 18px;
  font-weight: 500;
}

.desktopnav_id_text.contactsheet {
  color: #ccc;
}

.desktopnav_sublink_text {
  padding-right: 36px;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.desktopnav_sublink_text.contact_sheet {
  color: #ccc;
}

.info_link {
  color: #696969;
}

.info_link.w--current {
  color: #000;
}

.contact_link {
  color: #696969;
}

.contact_link.w--current {
  color: #000;
}

.brand {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 16px 36px;
  background-color: #efefef;
}

.brand.contactsheet {
  background-color: #000;
  color: #e3e3e3;
}

.credits_block {
  position: relative;
  padding: 0px 0px 32px 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #e3e3e3;
}

.credits_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

.project_label_bold {
  font-family: AG_Medium, sans-serif;
  color: #000;
  font-size: 14px;
}

.services_collection_wrapper {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services_cl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  text-decoration: none;
}

.services_ci {
  margin-bottom: 4px;
  padding-bottom: 4px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* border-bottom: 1px solid #ccc; */
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  /* text-decoration: underline; */
}

.left-arrow {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9001;
  display: block;
  width: 64px;
  height: 64px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.slide-content {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cycle-prev {
  position: relative;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #696969;
  cursor: pointer;
}

.cycle-prev:hover {
  border-top-color: #ccc;
  background-color: #e3e3e3;
}

.cycle-prev:active {
  border-top-color: #696969;
  background-color: #696969;
  color: #fff;
}

.cycle-prev:focus {
  border-top-color: #696969;
  background-color: #f08163;
  color: #fff;
}

.cycle-slide {
  position: relative;
  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;
  -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;
}

.cycle-slideshow {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-arrow {
  position: relative;
  z-index: 9001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.cycle-next {
  position: relative;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 16px;
  -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-top: 1px solid #ccc;
  color: #696969;
  cursor: pointer;
}

.cycle-next:hover {
  border-top: 1px solid #ccc;
  background-color: #e3e3e3;
  color: #696969;
}

.cycle-next:active {
  border-top-color: #696969;
  background-color: #696969;
  color: #fff;
}

.cycle-next:focus {
  border-top-color: #696969;
  background-color: #68c532;
  color: #fff;
}

.gallery_wrapper {
  position: fixed;
  left: 0%;
  top: 50px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  margin-right: 36px;
  margin-bottom: 64px;
  margin-left: 36px;
  -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-bottom: 1px solid #e3e3e3;
}

.gallery_images {
  position: relative;
  z-index: -1;
  display: inline-block;
  max-height: 90vh;
  max-width: 1920px;
  padding-bottom: 36px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.show_details_button {
  position: relative;
  z-index: 9001;
  /* display: -webkit-box; */
  display: -webkit-none;
  display: -ms-none;
  display: none;
  width: 100%;
  height: 36px;
  padding: 8px 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;
  background-color: #fff;
  font-family: AG_Regular, sans-serif;
  color: #696969;
  font-size: 13px;
  font-weight: 400;
}

.show_details_button:hover {
  border-top-color: transparent;
  display: none;
  background-color: #e3e3e3;
}

.show_details_button:active {
  border-top-color: #000;
  background-color: #696969;
  color: #fff;
  display: none;
}

.show_details_button:focus {
  background-color: #68c532;
  color: #fff;
  display: none;
}

.services_filter_block {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e3e3e3;
  font-size: 13px;
}

.industry_filter_block {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e3e3e3;
  font-size: 13px;
}

.organisation_filter_block {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e3e3e3;
  font-size: 13px;
}

.photographic_rates_overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 50px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  -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;
}

.standard_p_rates_block {
  width: 33.33%;
  height: 100%;
  padding: 8px;
}

.medium_format_p_rates_block {
  width: 33.33%;
  height: 100%;
  padding: 8px;
}

.specialist_p_rates_block {
  width: 33.33%;
  height: 100%;
  padding: 8px;
}

.calculation_temp {
  color: rgba(207, 22, 22, 0.81);
}

.rate_temp {
  color: #000;
}

.photographic_intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  -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;
}

.photographic_weather {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.big_text {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 50vw;
  font-family: AG_Medium, sans-serif;
  font-size: 5em;
  line-height: 1em;
  letter-spacing: -0.05em;
}

.gallery_captions {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 36px;
  padding: 12px 8px 8px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: AG_Regular, sans-serif;
  font-size: 13px;
  text-align: center;
}

.project_page_title {
  z-index: 9000;
  padding-bottom: 0px;
  font-family: AG_Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.scrolling_gallery_wrapper {
  position: relative;
  -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;
}

.scrolling_gallery_image {
  position: relative;
  display: inline-block;
  max-height: 90vh;
  margin-top: 0px;
  margin-bottom: 8px;
  padding-bottom: 72px;
  -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;
}

.scrolling_gallery_captions {
  padding: 2px 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: AG_Light, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.scrolling_gallery_item {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_text_fields {
  margin-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.forms_submit_buttons {
  background-color: #68c532;
  font-family: AG_Medium, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.ig_link_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vh;
  height: 30vh;
  -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-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instawrapper {
  display: block;
  width: 100.099826%;
  height: 0%;
}

.social_media_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social_media_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: contrast(33%);
  filter: contrast(33%);
}

.social_media_link:hover {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.gallery_controls_wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9005;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.clients_block {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  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 auto;
  grid-template-rows: auto auto auto;
}

.projects_services_block {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 16px;
  padding: 0px 0px 64px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  background-color: #e3e3e3;
}

.project_scroll_info_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  bottom: auto;
  z-index: 9999;
  display: block;
  margin-top: 34vh;
  margin-bottom: 34vh;
  padding-top: 0px;
  padding-bottom: 0px;
  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;
}

.project_scroll_info_wrapper.contact_sheet {
  width: 50%;
  margin-left: 25%;
  color: #ccc;
}

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

.services_buttons_text {
  font-family: AG_Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.rich-text-block {
  width: 576px;
}

.projects_footer {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -16px;
  padding-bottom: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(16px, 16px) minmax(16px, 16px) 25vh;
  grid-template-rows: minmax(16px, 16px) minmax(16px, 16px) 25vh;
  background-color: #e3e3e3;
}

.projects_footer.contact_sheet {
  min-height: 100vh;
  padding-bottom: 72px;
  background-color: #000;
  color: #ccc;
}

.project_footer_text {
  padding-bottom: 4px;
  font-family: AG_Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer_category_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25vh;
  margin-bottom: 25vh;
  margin-left: 25%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_collection_wrapper {
  padding-left: 36px;
}

.project_copyright_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_baseline {
  position: absolute;
  left: 0%;
  top: 24px;
  right: 0%;
  bottom: auto;
  width: 75%;
  margin-left: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #ccc;
}

.footer_baseline.contact_sheet {
  border-top-color: #242127;
}

.credits_types_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content_grid {
  display: -ms-grid;
  display: grid;
  min-height: 300vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 20vh auto minmax(auto, auto) auto auto auto auto auto;
  grid-template-rows: 20vh auto minmax(auto, auto) auto auto auto auto auto;
  background-color: #e3e3e3;
}

.services_titles {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  bottom: auto;
  z-index: 9002;
  display: block;
  padding-bottom: 64px;
  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;
}

.cms_error {
  padding: 8px;
  background-color: #f08163;
  font-size: 13px;
}

.gallery_info_long_description {
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 15px;
}

.gallery_info_credits_block {
  padding: 0px 0px 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 13px;
}

.gallery_info_link_block {
  position: relative;
  z-index: 1;
}

.gallery_info_service_text {
  font-family: AG_Medium, sans-serif;
}

.read_more_button {
  height: 24px;
  padding: 2px 8px 4px 4px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-top: 1px solid #696969;
  background-color: #d9d9d9;
  font-family: AG_Medium, sans-serif;
  color: #242127;
  font-size: 13px;
  font-weight: 500;
}

.read_more_button:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #fff;
}

.read_more_button:active {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-top-color: #000;
  background-color: #696969;
  color: #fff;
}

.read_more_button:focus {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #68c532;
  color: #fff;
}

.scrolling_gallery_image_numbers {
  padding: 2px 4px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.scrolling_gallery_captions_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
}

.gallery_info_close {
  position: relative;
  z-index: 9005;
  width: 36px;
  height: 36px;
  background-image: url('../images/Close_Dim_Grey.svg');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.projects_content_grid {
  position: relative;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  background-color: #000;
}

.social_media_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 55vh;
  z-index: 1;
  height: auto;
  padding: 16px 16px 16px 0px;
}

.credits_contact {
  position: relative;
  top: 65vh;
  height: auto;
  padding-left: 8px;
}

.footer_site_navlink {
  width: 100%;
  margin-bottom: 14px;
  padding: 2px 16px 2px 2px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-bottom: 1px solid #d9d9d9;
  font-family: AG_Medium, sans-serif;
  color: rgba(36, 33, 39, 0.81);
  font-size: 14px;
  font-weight: 500;
}

.footer_site_navlink:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: AG_Medium, sans-serif;
  color: #242127;
  font-weight: 500;
}

.footer_site_navlink:active {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-bottom-color: #68c532;
  color: #000;
}

.footer_site_navlink:focus {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-bottom-color: #68c532;
  color: #000;
}

.footer_site_navlink.w--current {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-bottom-width: 1px;
  font-family: AG_Medium, sans-serif;
}

.footer_site_navlink.contact_sheet {
  padding-left: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-bottom-color: #242127;
  color: #696969;
}

.collection-list-wrapper {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.footer_site_sub_navlink {
  width: 100%;
  padding: 2px 16px 2px 0px;
  border-bottom: 1px solid #d9d9d9;
  font-family: AG_Medium, sans-serif;
  color: #696969;
  font-size: 14px;
}

.footer_site_sub_navlink:hover {
  font-family: AG_Medium, sans-serif;
  color: #242127;
  font-weight: 500;
}

.footer_site_sub_navlink:active {
  color: #000;
}

.footer_site_sub_navlink:focus {
  border-bottom-color: #68c532;
  color: #000;
}

.footer_site_sub_navlink.contact_sheet {
  border-bottom-color: #242127;
  color: #696969;
}

.footer_label {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: AG_Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.home_ci_linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 36px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: AG_Medium, sans-serif;
}

.spacer {
  position: relative;
  height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(229,229,229,0.00);
}

.info_about_text {
  position: -webkit-sticky;
  position: sticky;
  top: 34vh;
  font-family: AG_Light, sans-serif;
  font-size: 18px;
  line-height: 1.25em;
}

.article_info_block {
  position: -webkit-sticky;
  position: sticky;
  top: 55vh;
  height: 36px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #e3e3e3;
  font-family: AG_Medium, sans-serif;
  font-size: 14px;
}

.rich-text-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin-top: 36px;
  margin-bottom: 64px;
  padding-top: 0px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.projects_titles {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  bottom: auto;
  z-index: 9999;
  display: block;
  margin-top: 5vh;
  margin-right: 25%;
  margin-bottom: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  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;
}

.projects_cl_flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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;
}

.projects_collection_item {
  position: relative;
  width: 25%;
  height: auto;
  padding: 8px 8px 8px 0px;
}

.all_projects_link {
  height: auto;
  padding-bottom: 16px;
  color: #696969;
  font-size: 13px;
}

.projects_cl_wrapper {
  position: relative;
  width: 100%;
}

.projects_detail_text {
  padding-top: 0px;
  padding-left: 8px;
  font-size: 12px;
}

.projects_detail_text.medium {
  padding-top: 8px;
  padding-left: 8px;
  font-family: AG_Medium, sans-serif;
  color: #e3e3e3;
  font-weight: 500;
}

.projects_detail_text.year {
  display: none;
}

.projects_detail_text.projectspage {
  color: #ccc;
}

.projects_detail_text_client {
  padding-top: 0px;
  padding-left: 8px;
  font-family: AG_Reg, sans-serif;
  font-size: 12px;
}

.projects_detail_text_client.projectspage {
  color: #ccc;
}

.project_page_images {
  position: relative;
  display: block;
  width: 100%;
  min-height: auto;
}

.article_link {
  width: 100%;
  height: 50vh;
  background-color: #f08163;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 3%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.syntax_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 85vh;
  min-height: 85vh;
  -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: #000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 44%, #242127);
  color: #fff;
}

._404_error_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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: #e3e3e3;
  background-image: url('../images/water_red.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.scrolling_gallery_image_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 100%;
  max-height: 90vh;
}

.image {
  position: relative;
}

.collection-item-2 {
  width: 50vw;
  height: 50vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._404_linkblock {
  max-width: 25vw;
  padding: 16px;
  background-color: #f08163;
  color: rgba(36, 33, 39, 0.81);
}

._404_text {
  z-index: 9005;
  padding-top: 2px;
  padding-bottom: 4px;
  font-family: AG_Medium, sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  font-weight: 500;
}

.cms_images_singles {
  position: relative;
  max-height: 100%;
}

.images_singles_text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.images_singles_info {
  position: relative;
}

.images_singles_wrapper {
  position: relative;
  width: 75%;
  height: 85vh;
  background-color: transparent;
}

.images_singles_flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.images_singles_info_flex_wrapper {
  width: 25%;
  padding: 16px;
  background-color: #e3e3e3;
}

.images_singles_captions {
  padding-right: 8px;
  padding-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.images_singles_labels {
  padding-right: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.images_singles_read_more_button {
  height: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 2px 8px 4px 4px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-top: 1px solid #696969;
  background-color: #d9d9d9;
  font-family: AG_Medium, sans-serif;
  color: #242127;
  font-size: 13px;
  font-weight: 500;
}

.images_singles_read_more_button:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #fff;
}

.images_singles_read_more_button:active {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-top-color: #000;
  background-color: #696969;
  color: #fff;
}

.images_singles_read_more_button:focus {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #68c532;
  color: #fff;
}

.projects_gallery_flexbox_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e3e3e3;
}

.projects_gallery_flexbox_container_noslider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e3e3e3;
}

.projects_gallery_flexbox_right {
  position: relative;
  width: 75%;
  height: 100%;
  -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;
}

.projects_gallery_flexbox_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  padding-right: 16px;
  padding-left: 8px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.projects_gallery_main_image_div {
  position: relative;
  display: none;
  background-color: #e3e3e3;
}

.projects_gallery_main_image_div_show {
  position: relative;
  display: block;
  background-color: #e3e3e3;
}

.fbl_credits {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.fbl_details {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_wrapper {
  padding-right: 8px;
  padding-left: 8px;
}

.projects_footer_flexbox {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.info_experience_text {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  width: 75%;
  padding-bottom: 72px;
  font-family: AG_Light, sans-serif;
  font-size: 18px;
  line-height: 1.25em;
}

.projects_print_bottom_margin {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  height: 1px;
  background-color: #fff;
}

.cv_info_wrapper {
  width: 100%;
  height: 100vh;
  padding: 36px 36px 8px;
  background-image: url('../images/cuttingmat-020.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cv_labels {
  width: 96px;
}

.cv_info_line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  font-size: 13px;
}

.cv_employment_wrapper {
  position: relative;
  top: 0px;
  width: 100vw;
  margin-top: 0px;
  padding-right: 25%;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cv_section_headings {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 1;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-family: AG_Medium, sans-serif;
  font-size: 21px;
  font-weight: 500;
}

.cv_employer_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 36px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #ccc;
}

.cv_employer_name {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cv_employment_job_title {
  padding-top: 4px;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: AG_Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cv_employment_date {
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 36px;
  font-family: AG_Medium, sans-serif;
  font-size: 14px;
}

.cv_employment_location {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: AG_Light, sans-serif;
  font-size: 13px;
}

.cv_employment_responsibilities {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  font-family: AG_Medium, sans-serif;
  color: #696969;
  font-size: 14px;
}

.cv_responsibilities_list {
  width: 100%;
  margin-bottom: 16px;
}

.cv_responsibilities_list_item {
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 13px;
}

.cv_subheadings {
  width: 100%;
  padding-bottom: 8px;
  font-family: AG_Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.cv_project_wrapper {
  width: 50%;
  padding-right: 16px;
  padding-bottom: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cv_project_description {
  padding-bottom: 16px;
  font-size: 14px;
}

.cv_education_wrapper {
  width: 100%;
  padding-top: 36px;
  padding-right: 25%;
  padding-left: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}

.cv_educator_name {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 8px;
  -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;
  font-family: AG_Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cv_educator_wrapper {
  width: 50%;
  padding-top: 50px;
  padding-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cv_voluntary_organisation {
  width: 50%;
  padding-top: 50px;
  padding-right: 8px;
}

.cv_volunteering_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25%;
  padding-left: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}

.expertise_wrapper {
  width: 50%;
  padding-top: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.expertise_flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.expertise_item {
  padding: 2px 8px 2px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: AG_Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.skills_wrapper {
  width: 50%;
  padding-top: 16px;
  padding-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cv_link {
  font-family: AG_Medium, sans-serif;
  color: #ffc400;
  text-decoration: underline;
}

.cv {
  margin-right: 0%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.expertise_skills_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25%;
  padding-bottom: 36px;
  padding-left: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cv_heading {
  margin-left: 25%;
}

.cv_light {
  font-family: AG_Medium, sans-serif;
  font-weight: 500;
}

.cv_nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  padding-left: 8px;
  -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;
  background-color: #e3e3e3;
}

.cv_navlist_text {
  font-family: AG_Medium, sans-serif;
  color: #242127;
  font-size: 12px;
}

.cv_section_link_block {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-bottom: 1px solid #d9d9d9;
}

.cv_section_link_block:hover {
  background-color: #d9d9d9;
}

.cv_section_link_block:active {
  background-color: #ccc;
}

.cv_section_link_block:focus {
  background-color: #68c532;
}

.cv_section_link_block.w--current {
  background-color: #ccc;
}

.cv_navlink_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px 16px 2px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}

.cv_navlink_sub:hover {
  background-color: hsla(0, 0%, 100%, 0.55);
}

.cv_navlink_sub:active {
  background-color: #d9d9d9;
}

.cv_navlink_sub:focus {
  background-color: #68c532;
}

.cv_navlink_sub.w--current {
  background-color: #ccc;
}

.cv_navlist_section_text {
  font-family: AG_Medium, sans-serif;
  color: rgba(36, 33, 39, 0.81);
  font-size: 13px;
}

.cv_navlist_date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: AG_Light, sans-serif;
  color: #696969;
  font-size: 12px;
  text-align: right;
}

.cv_work_experience_wrapper {
  display: block;
  width: 100%;
  padding-top: 36px;
  padding-right: 25%;
  padding-left: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
}

.work_experience_flexbox {
  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;
}

.cv_intern_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 64px;
  padding-right: 16px;
  padding-bottom: 36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #ccc;
}

.cv_address {
  color: #ffc400;
  font-style: normal;
}

.cv_title_date_flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cv_projects_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services_flexbox_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e3e3e3;
}

.flexbox_grid_replacement {
  min-height: 89vh;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 25%;
  background-color: #e3e3e3;
}

.services_info_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_about_text_digital {
  padding-top: 8px;
  line-height: 1.25em;
}

.info_about_text_services {
  line-height: 1.25em;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 70vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.core_text {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ffc000;
  font-size: 33px;
}

.core_text.navtext {
  padding-right: 20px;
  padding-left: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 21px;
  line-height: 1em;
  text-align: right;
}

.navlink {
  width: 100%;
  padding: 8px 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #a8a6a6;
  color: #666;
}

.navlink:hover {
  color: #ffc000;
}

.navlink:active {
  background-color: #ffc000;
  color: #fff;
}

.navlink:focus {
  background-color: #fff;
  color: #ffc000;
}

.navlink.w--current {
  color: #ffc000;
}

.sv_logo_block {
  position: fixed;
  padding: 36px;
  background-color: #fff;
}

.contact_block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30vw;
  height: 30vh;
  padding: 24px 36px 36px 24px;
  background-color: #ffc000;
  color: #666;
}

.contact_links {
  color: #666;
  text-decoration: underline;
}

.main_section {
  height: 100vh;
  padding-top: 96px;
  padding-right: 33vw;
  padding-left: 15vw;
}

.core_customers_text {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
  font-size: 21px;
  line-height: 1.2em;
}

.landing_text {
  display: none;
  font-size: 21px;
}

.about_section {
  padding-top: 5vw;
  padding-right: 33vw;
  padding-left: 15vw;
}

.section_text.people {
  padding-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.25em;
}

.people_image {
  padding-bottom: 16px;
}

.job_functions_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people_function_wrapper {
  position: relative;
  width: 50%;
  min-height: 80vh;
  padding: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/yellowstripe_1yellowstripe.png');
  background-position: 50% 100%;
  background-size: 6px;
  background-repeat: repeat-x;
}

.ssd_start_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.ssd_body {
  padding: 0px;
}

.ssd_headline {
  font-family: AG_Medium, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.ssd_byline {
  font-family: AG_Light, sans-serif;
  font-size: 21px;
  line-height: 21px;
}

.cv_projects_flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 30vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cv_projects {
  width: 33.33%;
  padding-right: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f08163;
}

.cv_projects_description {
  font-size: 13px;
}

.cv_projects_client {
  font-size: 13px;
}

.cv_client_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
}

.cv_projects_client_label {
  padding-right: 16px;
  font-size: 13px;
}

.projects_content_grid_home {
  position: relative;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.presentation_container {
  position: relative;
  width: 100%;
  height: 94vh;
}

.presentation_body {
  padding: 3vh 2vw;
}

.presentation_slider {
  width: 100%;
  height: 100%;
}

.mask {
  padding-bottom: 4vh;
}

.presentation_left_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icon {
  position: relative;
  -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;
}

.arrow {
  padding-bottom: 4vh;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #f08163;
}

.presentation_slide_nav {
  height: 4vh;
  padding-top: 1vh;
}

.home_big_text {
  padding-bottom: 20px;
  font-family: S_roman, sans-serif;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}


.info_copy {
  margin-right: 5%;
}

.info_copy_text {
  font-family: AG_Regular, sans-serif;
  color: rgba(36, 33, 39, 0.81);
  font-weight: 400;
}

.words_pictures_body {
  padding: 0px;
}

.wp_wrap {
  width: 100%;
  min-height: 100vh;
}

.contact_form_block {
  margin-right: 16px;
}

.required {
  color: #f07a63;
}

.forms_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  margin-bottom: 8px;
  padding-left: 24px;
  -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;
}

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 8px;
  font-size: 14px;
}

.checkbox {
  margin-bottom: 8px;
}

.form_labels {
  z-index: 9005;
  padding-bottom: 0px;
  font-family: AG_Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.forms_required_fields_notics {
  margin-bottom: 8px;
  font-size: 14px;
}

.form_success {
  background-color: #68c532;
}

.form_error {
  background-color: #f07a63;
}

._2021_home_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Europe_2019_1052_-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffc400;
  font-size: 34px;
}

.div-block {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 70vh;
  -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-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  -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;
  font-family: AG_Bold, sans-serif;
  color: #ff0;
}

.landing-text {
  max-width: 50%;
  margin-top: 5%;
  margin-left: 5%;
  font-family: AG_Medium, sans-serif;
  font-size: 48px;
  line-height: 1em;
}

.projects_industry {
  padding-left: 0px;
  font-family: AG_Medium, sans-serif;
  color: #ccc;
  font-size: 11px;
  font-weight: 400;
}

.projects_industry_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.info_container {
  padding: 36px;
  margin-right: 25vw;
}

.industry_label {
  margin-left: 8px;
  color: hsla(0, 0%, 100%, 0.55);
}

.float {
  padding-top: 25vh;
  color: #ffc400;
}

.homelink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  text-align: center;
  -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;
}

.project_link_block {
  width: 24%;
  margin-right: 4px;
	margin-bottom: 16px;
  color: #e3e3e3;
}

.project_details_block {
  padding-top: 4px;
}

@media screen and (max-width: 991px) {
  body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .project_long_description {
    width: auto;
    padding-right: 36px;
  }

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

  .desktop_navigation_container {
    display: none;
  }

  .project_filter_results_block {
    padding-right: 8px;
  }

  .resultslabel {
    display: none;
    font-size: 9px;
    line-height: 12px;
  }

  .resultslabel_year {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    -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;
    font-size: 9px;
    line-height: 10px;
  }

  .results_link {
    width: 30vw;
    min-height: 30vw;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .resultslabel_name {
    padding-right: 4px;
    padding-bottom: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 10px;
    line-height: 10px;
  }

  .naviconwrapper {
    z-index: 9005;
    width: 50px;
    height: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: transparent;
  }

  .m_nav_container {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9005;
    display: block;
    width: 34vw;
    background-color: transparent;
  }

  .mnav_linkblock {
    padding-right: 16px;
    border-bottom-color: #68c532;
    color: #0f5e3d;
    text-align: right;
  }

  .mnav_linkblock:active {
    background-color: #fff;
    color: #000;
  }

  .mnav_linkblock.w--current {
    border-bottom-color: rgba(36, 33, 39, 0.81);
    color: #68c532;
  }

  .mnav_links_container {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #ffd500;
  }

  .copyright_text_mobile {
    padding-right: 16px;
    padding-left: 8px;
    background-color: transparent;
    color: #0f5e3d;
    font-size: 12px;
    text-align: right;
  }

  .naviconline_top {
    background-color: #696969;
  }

  .naviconline_middle {
    background-color: #696969;
  }

  .naviconline_bottom {
    background-color: #696969;
  }

  .brand {
    padding-left: 16px;
  }

  .credits_block {
    position: relative;
    top: 0px;
    padding-bottom: 16px;
    padding-left: 8px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    background-color: #e3e3e3;
  }

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

  .left-arrow {
    position: relative;
    z-index: 9000;
    width: 50vw;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .cycle-slide {
    width: 90vw;
  }

  .right-arrow {
    position: relative;
    z-index: 9000;
    width: 50vw;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .gallery_wrapper {
    display: none;
  }

  .services_filter_block {
    position: relative;
    top: 0px;
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .industry_filter_block {
    position: relative;
    top: 0px;
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .organisation_filter_block {
    position: relative;
    top: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .scrolling_gallery_image {
    max-height: 90vh;
  }

  .scrolling_gallery_captions {
    padding-left: 16px;
  }

  .scrolling_gallery_cl {
    padding-top: 36px;
  }

  .form_text_fields {
    text-align: left;
  }

  .projects_services_block {
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project_scroll_info_wrapper {
    top: 15px;
    margin-top: 2em;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project_scroll_info_wrapper.contact_sheet {
    margin-top: 34vh;
    margin-bottom: 34vh;
    background-color: transparent;
  }

  .projects_footer {
    min-height: 100vh;
    -ms-grid-rows: minmax(16px, 16px) minmax(16px, 16px) auto auto auto;
    grid-template-rows: minmax(16px, 16px) minmax(16px, 16px) auto auto auto;
  }

  .project_footer_text {
    font-size: 16px;
  }

  .footer_category_wrapper {
    display: block;
  }

  .footer_collection_wrapper {
    padding-left: 0px;
  }

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

  .gallery_info_credits_block {
    position: relative;
    padding-bottom: 16px;
    padding-left: 8px;
    background-color: #e3e3e3;
  }

  .footer_site_navlink {
    margin-bottom: 0px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    font-family: AG_Medium, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .footer_site_sub_navlink {
    padding-left: 4px;
    font-size: 13px;
  }

  .footer_label {
    padding-bottom: 2px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    border-bottom: 1px solid #d9d9d9;
    color: #242127;
    font-size: 14px;
  }

  .home_ci_linkblock {
    padding: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
  }

  .article_info_block {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .projects_titles {
    margin-top: 2em;
    margin-bottom: 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .projects_collection_item {
    width: 33%;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
  }

  .projects_detail_text_client {
    display: none;
  }

  .project_page_images {
    min-height: auto;
  }

  .images_singles_wrapper {
    width: 100%;
    height: auto;
  }

  .images_singles_flexbox {
    -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;
  }

  .images_singles_info_flex_wrapper {
    width: 100%;
    margin-top: 36px;
  }

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

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

  .projects_gallery_flexbox_container {
    margin-top: 0vh;
  }

  .projects_gallery_main_image_div {
    display: block;
  }

  .fbl_details {
    top: 64px;
  }

  .cv_employer_wrapper {
    padding-top: 0px;
  }

  .cv_employment_date {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .cv_navlist_text {
    padding-right: 8px;
    font-size: 11px;
  }

  .cv_section_link_block {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
  }

  .cv_navlink_sub {
    padding-right: 8px;
    padding-left: 0px;
  }

  .cv_navlist_section_text {
    color: #000;
    font-size: 11px;
  }

  .cv_navlist_date {
    font-size: 11px;
  }

  .cv_title_date_flexbox {
    min-width: 0px;
  }

  .services_flexbox_container {
    margin-top: 0vh;
  }

  .results_images {
    padding-bottom: 8px;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }

  .project_client {
    font-size: 10px;
  }

  .project_photographic_credits {
    font-size: 10px;
  }

  .project_external_link {
    font-size: 10px;
  }

  .project_year {
    font-size: 10px;
  }

  .project_long_description {
    padding: 72px 16px 144px;
    font-size: 13px;
  }

  .project_credits {
    font-size: 10px;
  }

  .labels {
    font-size: 10px;
  }

  .gallery_info_wrapper {
    display: none;
  }

  .project_filter_results_block {
    padding-left: 8px;
  }

  .results_link {
    width: 30vw;
    height: auto;
  }

  .resultslabel_name {
    padding-bottom: 4px;
  }

  .m_nav_container {
    width: 50vw;
  }

  .desktopnav_id_text {
    font-size: 15px;
  }

  .credits_wrapper {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .project_label_bold {
    font-size: 12px;
  }

  .services_ci {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide-content {
    max-width: 90vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cycle-slideshow {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .gallery_wrapper {
    display: none;
  }

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

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

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

  .project_page_title {
    font-size: 15px;
  }

  .scrolling_gallery_image {
    padding-left: 8px;
  }

  .form_text_fields {
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 13px;
  }

  .projects_services_block {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .project_scroll_info_wrapper.contact_sheet {
    top: 16px;
    margin-top: 34vh;
  }

  .services_buttons_text {
    font-size: 10px;
  }

  .projects_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 8px;
    -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;
  }

  .footer_category_wrapper {
    margin-left: 0%;
  }

  .credits_types_wrapper {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .services_titles {
    margin-left: 25%;
  }

  .scrolling_gallery_captions_wrapper {
    padding-left: 8px;
  }

  .footer_site_navlink {
    padding-left: 4px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .footer_site_sub_navlink {
    padding-right: 4px;
    font-size: 12px;
  }

  .footer_label {
    width: 100%;
    padding-left: 4px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .home_ci_linkblock {
    padding: 0px;
  }

  .info_about_text {
    font-size: 15px;
  }

  .article_info_block {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
  }

  .projects_titles {
    margin-left: 25%;
  }

  .projects_collection_item {
    width: 50%;
  }

  .projects_detail_text {
    display: block;
    padding-left: 2px;
    font-size: 10px;
  }

  .projects_detail_text.medium {
    display: block;
    padding-left: 2px;
    font-size: 11px;
  }

  .projects_detail_text_client {
    display: none;
    font-size: 10px;
  }

  .projects_industry {
    padding-left: 2px;
  }

  .project_page_images {
    min-height: auto;
  }

  ._404_text {
    font-size: 15px;
  }

  .images_singles_wrapper {
    height: auto;
  }

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

  .projects_gallery_flexbox_right {
    width: 100%;
  }

  .projects_gallery_flexbox_left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .fbl_credits {
    position: relative;
    top: 16px;
    width: 50%;
  }

  .fbl_details {
    position: relative;
    top: 16px;
    width: 50%;
  }

  .projects_footer_flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info_experience_text {
    font-size: 15px;
  }

  .cv_voluntary_organisation {
    padding-bottom: 0px;
  }

  .services_flexbox_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .info_about_text_digital {
    position: relative;
    padding-top: 16px;
    padding-left: 0px;
    font-size: 15px;
  }

  .info_about_text_services {
    position: relative;
    font-size: 15px;
  }

  .form_labels {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 11px;
  }

  .info_container {
    padding: 16px;
    margin-right: 0px;
  }

  .project_long_description {
    font-size: 12px;
  }

  .labels.baseline {
    font-size: 12px;
  }

  .labels.mobile_categories {
    display: none;
  }

  .mnav_linkblock {
    z-index: auto;
    font-size: 14px;
  }

  .desktopnav_id_text {
    font-size: 12px;
  }

  .brand {
    padding-top: 15px;
  }

  .credits_block {
    top: 0px;
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .left-arrow {
    width: 100vw;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cycle-slideshow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow {
    width: 100vw;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project_page_title {
    font-size: 12px;
  }

  .scrolling_gallery_captions {
    font-size: 10px;
  }

  .form_text_fields {
    font-size: 12px;
  }

  .projects_services_block {
    top: 0px;
    margin-top: 0px;
    padding-left: 4px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .project_scroll_info_wrapper {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .projects_footer {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: minmax(16px, 16px) minmax(16px, 16px) auto auto auto;
    grid-template-rows: minmax(16px, 16px) minmax(16px, 16px) auto auto auto;
  }

  .project_copyright_wrapper {
    width: 100%;
    margin-left: 0%;
    padding-left: 25%;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .footer_baseline {
    width: 100%;
    margin-left: 0%;
  }

  .scrolling_gallery_image_numbers {
    font-size: 10px;
  }

  .projects_content_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #000;
  }

  .footer_site_navlink {
    padding-left: 8px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .footer_site_sub_navlink {
    padding-left: 8px;
    font-size: 11px;
  }

  .footer_label {
    padding-left: 0px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 14px;
  }

  .home_ci_linkblock {
    padding: 8px;
  }

  .info_about_text {
    padding-right: 8px;
    font-size: 11px;
  }

  .article_info_block {
    height: 22px;
  }

  .rich-text-block-2 {
    padding-right: 16px;
  }

  .projects_titles {
    margin-right: 36px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .projects_cl_flexbox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .all_projects_link {
    padding-bottom: 0px;
  }

  .project_page_images {
    min-height: auto;
  }

  ._404_text {
    font-size: 12px;
  }

  .projects_gallery_flexbox_left {
    margin-bottom: 16px;
  }

  .footer_wrapper {
    width: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .projects_footer_flexbox {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    -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;
  }

  .info_experience_text {
    padding-right: 8px;
    font-size: 11px;
  }

  .zha_nav {
    width: 50vw;
  }

  .info_about_text_digital {
    padding-right: 8px;
    font-size: 11px;
  }

  .info_about_text_services {
    padding-right: 8px;
    font-size: 11px;
  }

  .projects_content_grid_home {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #000;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .form_labels {
    font-size: 12px;
  }

  .forms_required_fields_notics {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'AG_Medium';
  src: url('../fonts/AkzidGroCFFMd.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG_Regular';
  src: url('../fonts/AkzidGroCFFReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG_Light';
  src: url('../fonts/AkzidGroCFFLig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AG_Bold';
  src: url('../fonts/AkzidGroCFFBol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'S_Italic';
  src: url('../fonts/SabonLTStd-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'S_std';
  src: url('../fonts/SabonLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'S_roman';
  src: url('../fonts/SabonLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'S_Italic';
  src: url('../fonts/SabonLTStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
