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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.body {
  background-color: #fff;
}

.drawings-slider {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 149px;
  padding-bottom: 149px;
  -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: #fff;
}

.slider-8 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.horiz-position-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.attribution {
  position: static;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'IBM Plex Serif', sans-serif;
  color: #838383;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.icon {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ff2d05;
  font-weight: 400;
}

.icon-2 {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ff2d05;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 400px;
  height: 100%;
  background-color: #000;
}

.nav-menu {
  float: none;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.logo-link {
  display: block;
  margin-top: 111px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #ecf0f1;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ff2d05;
}

.nav-link:focus {
  color: #ff2d05;
}

.nav-link.w--current {
  color: #ff2d05;
  font-weight: 400;
}

.nav-link.w--current:focus {
  color: #ecf0f1;
}

.social-footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.heading-5 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.horizontal-slide {
  position: relative;
}

.bottom-spacer-div {
  width: 100%;
  height: 4%;
  background-color: #fff;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.content-container {
  padding-right: 44px;
  padding-left: 0px;
}

.text-block-21 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.heading-9 {
  margin-top: 21px;
  margin-bottom: 25px;
  padding-right: 292px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.process-steps-text {
  margin-top: 25px;
  padding-right: 232px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.process-photo-div {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  display: block;
  padding-top: 0px;
  text-align: left;
}

.drawing-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 50rem;
  -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;
}

.heading-13 {
  display: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.text-block-25.graphite-head {
  display: none;
  margin-top: 15px;
  color: #ff2d05;
  font-weight: 700;
}

.text-block-25.sculpture-head {
  margin-top: 15px;
  color: #ff2d05;
  font-weight: 500;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 600;
}

.container-17 {
  margin-bottom: 19px;
}

.slider-13 {
  background-color: #fff;
}

.icon-5 {
  margin-right: 0px;
  margin-left: 0px;
  color: #a0a0a0;
}

.icon-6 {
  top: 19px;
  right: -26px;
  margin-right: 27px;
  float: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #a0a0a0;
  line-height: 20px;
}

.about-drawings-text-section {
  display: block;
  padding-top: 87px;
  padding-bottom: 87px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#a0a0a0));
  background-image: linear-gradient(180deg, #a0a0a0, #a0a0a0);
}

.right-arrow-3 {
  display: block;
  overflow: hidden;
  float: none;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.button-2 {
  height: 50px;
  margin-top: 30px;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ff2d05;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

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

.button-2.about-drawing {
  margin-top: 60px;
}

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

.sculpture-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/sculpture_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/sculpture_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-16 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.sculpture-gallery-section {
  padding: 160px 79px;
  background-color: #fff;
}

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

.sculpture-text-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.text-block-29 {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-weight: 300;
  text-align: center;
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 2px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  line-height: 38px;
  font-weight: 400;
}

.text-block-31 {
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: 300;
}

.image-32 {
  padding-top: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.artists-statement-section {
  padding-top: 200px;
  padding-bottom: 200px;
  font-size: 16px;
  line-height: 22px;
}

.cirruculum-vitae-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3d3d3;
}

.container-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 71px;
  margin-bottom: 71px;
  -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;
}

.footer-section {
  height: 500px;
  background-image: url('../images/saunders7_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-2 {
  height: 300px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link-01 {
  background-image: url('../images/IMG_9811.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-02 {
  background-image: url('../images/IMG_9876.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-03 {
  background-image: url('../images/IMG_9832.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-04 {
  background-image: url('../images/IMG_9826.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.saunders-nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: block;
  height: 125px;
  padding-top: 20px;
  float: none;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.heading-19 {
  font-family: Oswald, sans-serif;
  color: #a0a0a0;
  line-height: 38px;
}

.saunders-nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  text-transform: uppercase;
}

.saunders-nav-link:hover {
  color: #ff2d05;
}

.saunders-nav-link.w--current {
  color: #000;
}

.nav-menu-3 {
  margin-top: 13px;
}

.lightbox-link-15 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_bimini_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-15.ruby {
  background-image: url('../images/saunders_ruby.jpg');
}

.lightbox-link-15.sis-wife {
  background-image: url('../images/saunders_sister_wife.jpg');
}

.lightbox-link-15.look-west {
  margin-bottom: 20px;
  background-image: url('../images/saunders_looking_west.jpg');
}

.lightbox-link-15.murder {
  background-image: url('../images/saunders_calling_for_a_murder.jpg');
}

.lightbox-link-15.song {
  background-image: url('../images/saunders_song_of_app.jpg');
}

.lightbox-link-15.blackshere {
  background-image: url('../images/saunders_blackshere.jpg');
}

.lightbox-link-15.shirley {
  background-image: url('../images/saunders_shirley.jpg');
}

.lightbox-link-16 {
  width: 75%;
  height: 85%;
  background-image: url('../images/verga_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz {
  width: 85%;
  height: 100%;
  max-height: 60%;
}

.lightbox-horiz.ky-fl-4 {
  background-image: url('../images/saunders_dune1_1400px.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.newsky {
  background-image: url('../images/saunders_sky_kholls_1400px.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.redwing {
  background-image: url('../images/saunders_female_redwing.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.monarchs {
  margin-bottom: 45px;
  background-image: url('../images/saunders_monarchs_mississippi.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.mosquito-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.lightbox-horiz.frozen {
  background-image: url('../images/saunders_frozen_pond.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.app-obj-12 {
  margin-bottom: 45px;
  background-image: url('../images/saunders_app_obj_12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.app-obj-17 {
  margin-bottom: 63px;
  background-image: url('../images/saunders_app_obj_17.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-horiz.app-obj-20 {
  margin-bottom: 45px;
  background-image: url('../images/saunders_app_obj_20.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-18 {
  width: 85%;
  height: 60%;
  background-image: url('../images/saunders_monkey_ball_1400px.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-19 {
  width: 85%;
  height: 50%;
  background-image: url('../images/saunders_dune_2_1400px.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-20 {
  width: 85%;
  height: 50%;
  background-image: url('../images/knifeinbuttsky.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-21 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_app_obj_6_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-22 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_siren_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-23 {
  width: 75%;
  height: 85%;
  background-image: url('../images/murdersky-2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-23.recollection {
  margin-bottom: 30px;
}

.lightbox-link-24 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_longhorn_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-25 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_2longhorns_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-26 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_darkclouds_1kpx.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.lightbox-link-27 {
  width: 75%;
  height: 85%;
  background-image: url('../images/saunders_sydney.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-27 {
  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: 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;
}

.heading-20 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.37);
}

.section-28 {
  height: 300px;
  padding-top: 68px;
  background-color: #a0a0a0;
}

.container-26 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 124px;
  -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-image: url('../images/saunders_dune_blackbird_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.contour-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 84px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.masking-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 84px;
  -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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.section-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/crows_background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/crows_background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.graphite-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 84px;
  -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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.heading-24 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-42 {
  width: 30%;
  margin-right: 30px;
  clear: none;
  border-right: 1px solid #a0a0a0;
}

.heading-25 {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-size: 200px;
  line-height: 200px;
  font-weight: 200;
  text-align: right;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-44 {
  width: 30%;
  margin-right: 30px;
  padding-right: 25px;
  border-right: 1px solid #a0a0a0;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-46 {
  width: 30%;
  margin-right: 30px;
  padding-right: 25px;
  border-right: 1px solid #a0a0a0;
}

.section-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 84px;
  -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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-48 {
  width: 30%;
  margin-right: 30px;
  padding-right: 25px;
  border-right: 1px solid #a0a0a0;
}

.section-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 84px;
  -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;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-50 {
  width: 30%;
  margin-right: 30px;
  padding-right: 25px;
  border-right: 1px solid #a0a0a0;
}

.brand {
  position: relative;
  display: block;
  float: left;
  text-decoration: none;
}

.brand.w--current {
  text-decoration: none;
}

.container-27 {
  position: relative;
  float: none;
}

.container-28 {
  margin-top: 34px;
}

.container-29 {
  margin-top: 49px;
}

.section-35 {
  position: static;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.form-label-saunders {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.form-block {
  width: 940px;
  max-width: 940px;
  padding-right: 2%;
  padding-left: 2%;
}

.form-entry-saunders {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.form-entry-saunders.message {
  min-height: 200px;
}

.container-30 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.submit-button {
  display: block;
  margin-top: 0px;
  background-color: #ff2d05;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #a0a0a0;
}

.recaptcha {
  margin-top: 35px;
}

.text-block-36 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-37 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.lightbox-link-28 {
  background-image: url('../images/navaidangeltrumpet.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-29 {
  background-image: url('../images/navaidbimminianlimbsb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-30 {
  background-image: url('../images/navaidpunkinhead.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-31 {
  background-image: url('../images/naviadwaypoint34.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lightbox-link-32 {
  background-image: url('../images/saunders_watercolor_1_thumb.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-33 {
  background-image: url('../images/saunders_landscape_watercolor2_thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-34 {
  background-image: url('../images/saunders_landscape_2_watercolor3_thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51 {
  display: block;
  width: 90%;
  height: 200px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-38 {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 300;
}

.heading-27 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-39 {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 300;
}

.rich-text-block {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
  font-weight: 300;
}

.rich-text-block h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.rich-text-block p {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.container-31 {
  margin-top: 0px;
}

.container-32 {
  margin-top: 50px;
}

.section-36 {
  padding-top: 30px;
  padding-bottom: 50px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.container-33 {
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 50px;
}

.text-block-40 {
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 300;
}

.button-3 {
  margin-top: 15px;
  background-color: #ff2d05;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.section-37 {
  position: static;
  margin-top: 116px;
  padding-top: 48px;
  padding-bottom: 38px;
  background-color: #f5f5f5;
}

.section-38 {
  background-color: #f5f5f5;
}

.navbar {
  position: static;
  height: 125px;
}

.container-34 {
  position: absolute;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-33 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-34 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-horiz-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-horiz-wrap.ky-fl--4 {
  padding-top: 193px;
}

.div-horiz-wrap.monkeyball {
  padding-top: 107px;
}

.div-horiz-wrap.knbh {
  padding-top: 333px;
}

.div-horiz-wrap.longdune-4 {
  padding-top: 250px;
}

.slide-horiz {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.slider-14 {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #fff;
}

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

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

.text-collection {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}

.text-medium {
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-weight: 300;
}

.text-title {
  font-family: Montserrat, sans-serif;
  color: #a0a0a0;
  font-weight: 300;
}

.icon-10 {
  color: #ff2d05;
}

.icon-11 {
  color: #ff2d05;
}

.div-slide-titles1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-vert-wrap {
  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: 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;
}

.div-vert-wrap.verga {
  padding-top: 41px;
}

.div-vert-wrap.murder {
  padding-top: 39px;
}

.div-vert-wrap._2cows {
  padding-top: 25px;
}

.div-vert-wrap._1cow {
  padding-top: 28px;
}

.link-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-35 {
  max-height: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-vert {
  height: 100%;
}

.mask-5 {
  width: 100%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-submit-wrap {
  margin-top: 20px;
}

.html-embed-recaptcha {
  margin-top: 20px;
}

.image-36 {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-53 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  -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;
}

.body-5 {
  background-image: url('../images/saunders_contact_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

._w-lightbox-backdrop {
  display: none;
  background-color: #fff;
}

.div-block-54 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.ogden-info-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -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;
  background-color: #fff;
}

.image-37 {
  width: 30rem;
}

.text-block-41 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1rem;
}

.text-block-42 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-bottom: 26px;
  padding: 20px 25px;
  background-color: #000;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.text-span {
  color: #fff;
}

.text-block-43 {
  margin-bottom: 25px;
  padding-left: 25px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-44 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.button-4 {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.button-4:hover {
  background-color: #e92428;
}

.ogden-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ogden-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ogden-color-field {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100%;
  height: 8.7rem;
  background-color: #000;
}

.hero-info-wrap {
  position: absolute;
  width: 1000px;
  max-width: 1000px;
}

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

  .drawings-slider {
    position: static;
    top: -100px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-8 {
    top: 0px;
    display: block;
    height: 60vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .horiz-position-div {
    width: 85%;
    height: 60vh;
  }

  .vert-position-div {
    position: static;
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .attribution {
    font-size: 13px;
    line-height: 18px;
  }

  .icon-2 {
    font-family: Bitter, serif;
    font-weight: 400;
  }

  .navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    min-height: 100px;
    float: none;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0.75);
  }

  .text-block-9 {
    font-family: Eleganticons, sans-serif;
    color: #fff;
    font-size: 42px;
  }

  .text-block-9:hover {
    color: #fff;
  }

  .hamburger-button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    padding-top: 39px;
    background-color: #000;
    color: #fff;
  }

  .hamburger-button:hover {
    background-color: #ff2d05;
  }

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

  .logo-link {
    position: static;
    display: block;
    width: 100%;
    margin: 14px auto 0px;
    float: left;
  }

  .nav-link {
    padding-left: 13px;
    color: #fff;
    text-align: left;
  }

  .nav-link:hover {
    color: #ff2d05;
  }

  .nav-link:focus {
    color: #fff;
  }

  .nav-link.w--current {
    margin-top: 1px;
    color: #ff2d05;
  }

  .nav-link.w--current:hover {
    color: #ff2d05;
  }

  .nav-link.w--current:focus {
    color: #fff;
  }

  .social-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
  }

  .heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bottom-spacer-div {
    background-color: hsla(0, 0%, 100%, 0.01);
  }

  .heading-8 {
    margin-top: 21px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #a0a0a0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  .heading-8.graphite {
    margin-top: 0px;
    color: #ff2d05;
  }

  .drawings-title-section {
    position: relative;
    right: -225px;
    z-index: 0;
    display: block;
    float: left;
  }

  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-container {
    padding-left: 0px;
  }

  .body-4 {
    padding-left: 0px;
  }

  .content-container {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-9 {
    margin-top: 0px;
    padding-right: 0px;
    font-size: 32px;
    font-weight: 400;
  }

  .process-steps-text {
    padding-right: 100px;
  }

  .drawing-hero-section {
    min-height: 700px;
    background-image: none;
  }

  .heading-13 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 48px;
  }

  .text-block-25.graphite-head {
    font-weight: 500;
  }

  .text-block-25.sculpture-head {
    font-weight: 500;
  }

  .container-17 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 21px;
  }

  .slider-13 {
    display: block;
    height: 225px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-6 {
    left: 0px;
    top: 3px;
    right: -27px;
    line-height: 38px;
  }

  .about-drawings-text-section {
    padding: 61px 20px;
  }

  .right-arrow-3 {
    width: 40px;
  }

  .left-arrow-3 {
    width: 40px;
  }

  .button-2 {
    margin-top: 30px;
  }

  .button-2.about-drawing {
    margin-top: 45px;
  }

  .sculpture-hero-section {
    height: 350px;
  }

  .heading-16 {
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 48px;
  }

  .sculpture-gallery-section {
    padding: 135px 0px;
  }

  .heading-18 {
    margin-bottom: 0px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    font-weight: 300;
  }

  .text-block-31 {
    margin-top: 7px;
    font-size: 14px;
    line-height: 22px;
  }

  .image-32 {
    padding-top: 6px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .artists-statement-section {
    padding: 135px 5%;
  }

  .grid-2 {
    width: 100%;
    height: 210px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .container-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }

  .slide-01 {
    height: 225px;
  }

  .saunders-nav-bar {
    height: 75px;
    padding-top: 0px;
    background-color: #f5f5f5;
  }

  .heading-19 {
    margin-top: 17px;
    font-size: 34px;
  }

  .saunders-nav-link {
    color: #a0a0a0;
  }

  .saunders-nav-link.w--current {
    color: #fff;
  }

  .nav-menu-3 {
    top: 75px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.73);
  }

  .menu-button-3 {
    color: #a0a0a0;
    font-size: 39px;
  }

  .menu-button-3:hover {
    color: #ff2d05;
  }

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

  .lightbox-link-15 {
    width: 85%;
    height: 600px;
  }

  .lightbox-link-16 {
    width: 85%;
    height: 600px;
  }

  .lightbox-horiz {
    width: 95%;
    height: 100%;
    max-height: 330px;
  }

  .lightbox-link-18 {
    width: 95%;
    height: 370px;
  }

  .lightbox-link-19 {
    width: 895%;
    height: 250px;
  }

  .lightbox-link-20 {
    width: 95%;
    height: 200px;
  }

  .lightbox-link-21 {
    width: 85%;
    height: 600px;
  }

  .lightbox-link-22 {
    width: 85%;
    height: 650px;
  }

  .lightbox-link-23 {
    width: 85%;
    height: 600px;
  }

  .lightbox-link-24 {
    width: 85%;
    height: 600px;
  }

  .lightbox-link-25 {
    width: 85%;
    height: 600px;
  }

  .lightbox-link-26 {
    width: 85%;
    height: 650px;
  }

  .lightbox-link-27 {
    width: 85%;
    height: 600px;
  }

  .section-27 {
    height: 260px;
    background-size: cover;
  }

  .heading-20 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 42px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.37);
  }

  .section-28 {
    height: 250px;
    padding-top: 53px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-34 {
    margin-top: 74px;
    background-position: 50% 100%;
  }

  .heading-24 {
    padding-right: 49px;
    padding-left: 49px;
  }

  .heading-25 {
    font-size: 150px;
    line-height: 150px;
  }

  .section-35 {
    margin-top: 0px;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    padding: 30px 5%;
  }

  .container-30 {
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .container-32 {
    margin-top: 25px;
  }

  .section-37 {
    margin-top: 60px;
  }

  .div-horiz-wrap.ky-fl--4 {
    padding-top: 165px;
  }

  .div-horiz-wrap.monkeyball {
    padding-top: 146px;
  }

  .div-horiz-wrap.knbh {
    padding-top: 232px;
  }

  .div-horiz-wrap.longdune-4 {
    padding-top: 191px;
  }

  .slider-14 {
    display: block;
  }

  .icon-10 {
    font-size: 4vw;
  }

  .icon-11 {
    font-size: 4vw;
  }

  .left-arrow-4 {
    height: 90%;
    margin-top: 0px;
  }

  .right-arrow-4 {
    height: 90%;
    margin-top: 0px;
  }

  .div-vert-wrap.verga {
    padding-top: 0px;
  }

  .div-vert-wrap.murder {
    padding-top: 0px;
  }

  .div-vert-wrap._2cows {
    padding-top: 0px;
  }

  .div-vert-wrap._1cow {
    padding-top: 0px;
  }

  .image-35 {
    overflow: auto;
    max-height: 650px;
    padding-right: 43px;
    padding-left: 43px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-36 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-37 {
    width: 25.5rem;
  }

  .text-block-42 {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }

  .hero-info-wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .drawings-slider {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-8 {
    height: 420px;
  }

  .horiz-position-div {
    height: 420px;
  }

  .vert-position-div {
    height: 420px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .attribution {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    line-height: 14px;
  }

  .icon {
    margin-left: 10px;
    font-size: 5vw;
  }

  .icon-2 {
    margin-right: 10px;
    font-size: 5vw;
  }

  .navigation {
    min-height: 85px;
  }

  .hamburger-button {
    padding-top: 34px;
  }

  .logo-link {
    margin-top: 0px;
    padding-right: 52px;
  }

  .heading-5 {
    margin-top: 11px;
    line-height: 34px;
  }

  .heading-8 {
    margin-bottom: 0px;
  }

  .heading-8.graphite {
    margin-top: 2px;
  }

  .drawings-title-section {
    right: -103px;
    z-index: 5;
  }

  .title-container {
    padding-left: 0px;
  }

  .content-container {
    padding-left: 0px;
  }

  .text-block-21 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
  }

  .process-steps-text {
    margin-top: 10px;
    padding-right: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  .process-photo-div {
    margin-top: 0px;
  }

  .drawing-hero-section {
    min-height: 500px;
    background-image: none;
  }

  .heading-13 {
    margin-top: 0px;
    font-size: 38px;
    line-height: 38px;
  }

  .text-block-25 {
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-25.graphite-head {
    margin-top: 7px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }

  .text-block-25.sculpture-head {
    margin-top: 7px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
  }

  .heading-14 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .container-17 {
    margin-top: 9px;
    margin-bottom: 5px;
    padding-left: 43px;
  }

  .slider-13 {
    height: 200px;
  }

  .icon-5 {
    font-size: 32px;
  }

  .icon-6 {
    font-size: 32px;
  }

  .about-drawings-text-section {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .text-block-26 {
    font-size: 14px;
    line-height: 22px;
  }

  .button-2 {
    display: block;
    width: 175px;
    margin: 23px auto 0px;
    font-size: 12px;
    text-align: center;
  }

  .button-2.about-drawing {
    width: 275px;
    font-size: 12px;
  }

  .sculpture-hero-section {
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sculpture_background.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/sculpture_background.jpg');
    background-attachment: scroll, scroll;
  }

  .heading-16 {
    margin-top: 0px;
    font-size: 38px;
    line-height: 38px;
  }

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

  .sculpture-text-section {
    padding: 28px 20px;
  }

  .text-block-28 {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-29 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
  }

  .grid {
    grid-column-gap: 15px;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .heading-18 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 28px;
    line-height: 1.2;
  }

  .text-block-31 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }

  .image-32 {
    padding-top: 10px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .artists-statement-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-23 {
    margin-top: 37px;
    margin-bottom: 37px;
  }

  .footer-section {
    height: 350px;
  }

  .grid-2 {
    height: 175px;
  }

  .container-24 {
    height: 200px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .slide-01 {
    height: 200px;
  }

  .container-25 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .saunders-nav-bar {
    height: 65px;
  }

  .heading-19 {
    margin-top: 13px;
    font-size: 28px;
  }

  .menu-button-3 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lightbox-link-15 {
    width: 80%;
    height: 500px;
  }

  .lightbox-link-16 {
    width: 80%;
    height: 580px;
  }

  .lightbox-horiz {
    width: 90%;
    height: 250px;
  }

  .lightbox-link-18 {
    width: 90%;
    height: 300px;
  }

  .lightbox-link-19 {
    width: 90%;
    height: 200px;
  }

  .lightbox-link-20 {
    width: 90%;
    height: 175px;
  }

  .lightbox-link-21 {
    width: 80%;
  }

  .lightbox-link-22 {
    width: 80%;
    height: 555px;
  }

  .lightbox-link-23 {
    width: 80%;
    height: 700px;
  }

  .lightbox-link-24 {
    width: 80%;
    height: 460px;
  }

  .lightbox-link-25 {
    width: 80%;
    height: 460px;
  }

  .lightbox-link-26 {
    width: 80%;
    height: 675px;
  }

  .lightbox-link-27 {
    width: 80%;
    height: 575px;
  }

  .heading-20 {
    font-size: 34px;
    line-height: 34px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.37);
  }

  .section-28 {
    padding-top: 49px;
  }

  .div-block-34 {
    margin-top: 63px;
  }

  .section-31 {
    height: 200px;
  }

  .heading-24 {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-25 {
    margin-top: 5px;
    font-size: 100px;
    line-height: 100px;
  }

  .div-block-44 {
    padding-right: 14px;
  }

  .div-block-46 {
    padding-right: 14px;
  }

  .div-block-48 {
    padding-right: 14px;
  }

  .div-block-50 {
    padding-right: 14px;
  }

  .brand {
    padding-left: 14px;
  }

  .section-35 {
    margin-top: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .form-label-saunders {
    font-size: 12px;
    line-height: 18px;
  }

  .form-entry-saunders {
    font-size: 12px;
    line-height: 18px;
  }

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

  .lightbox-link-33 {
    background-size: cover;
  }

  .lightbox-link-34 {
    background-size: cover;
  }

  .heading-26 {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-27 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-32 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-36 {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .container-33 {
    padding-left: 0px;
  }

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

  .section-37 {
    margin-top: 64px;
    padding: 15px 10px;
  }

  .div-horiz-wrap.ky-fl--4 {
    padding-top: 187px;
  }

  .div-horiz-wrap.monkeyball {
    padding-top: 166px;
  }

  .div-horiz-wrap.knbh {
    padding-top: 236px;
  }

  .div-horiz-wrap.longdune-4 {
    padding-top: 196px;
  }

  .slide-horiz {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }

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

  .text-medium {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }

  .text-title {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }

  .icon-10 {
    margin-right: 0px;
    margin-left: 5px;
    font-size: 4.5vw;
  }

  .icon-11 {
    margin-right: 0px;
    margin-left: 5px;
    font-size: 4.5vw;
  }

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

  .left-arrow-4 {
    display: block;
    width: 7vw;
    height: 85%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-arrow-4 {
    width: 7vw;
    height: 85%;
    margin-top: 0px;
  }

  .div-vert-wrap.ky-fl-4 {
    padding-top: 0px;
  }

  .image-35 {
    max-height: 500px;
  }

  .image-35.murder {
    max-height: 550px;
  }

  .ogden-info-wrap {
    padding-bottom: 24px;
  }

  .image-37 {
    width: 19.5rem;
  }

  .text-block-42 {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }

  .text-block-43 {
    margin-bottom: 16px;
    font-size: 1.3rem;
  }

  .button-4 {
    width: 100%;
    text-align: center;
  }

  .ogden-button-wrap {
    margin-top: 30px;
    -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;
  }

  .ogden-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ogden-color-field {
    height: 6.1rem;
  }
}

@media screen and (max-width: 479px) {
  .drawings-slider {
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-8 {
    height: 310px;
  }

  .horiz-position-div {
    height: 310px;
  }

  .vert-position-div {
    height: 310px;
  }

  .attribution {
    padding-right: 54px;
    padding-left: 54px;
    font-size: 10px;
    line-height: 14px;
  }

  .attribution.mball {
    padding-right: 46px;
    padding-left: 46px;
  }

  .attribution.ldune {
    padding-right: 47px;
    padding-left: 47px;
  }

  .attribution.knife {
    padding-right: 41px;
    padding-left: 41px;
  }

  .attribution.bim {
    padding-right: 50px;
    padding-left: 50px;
  }

  .attribution.cows1 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .attribution.nofish {
    padding-right: 65px;
    padding-left: 65px;
  }

  .icon {
    margin-right: 8px;
    margin-left: 5px;
    font-size: 5vw;
  }

  .icon-2 {
    margin-right: 8px;
    margin-left: 6px;
    font-size: 5vw;
  }

  .navigation {
    min-height: 65px;
  }

  .hamburger-button {
    padding-top: 23px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .heading-5 {
    margin-top: 12px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-right: 27px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-8 {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .heading-8.graphite {
    margin-top: 4px;
    line-height: 12px;
  }

  .drawings-title-section {
    right: -16px;
    z-index: 5;
    line-height: 14px;
  }

  .left-arrow-2 {
    width: 35px;
  }

  .right-arrow-2 {
    width: 35px;
  }

  .title-container {
    padding-left: 0px;
  }

  .content-container {
    margin-top: 0px;
    padding-right: 20px;
  }

  .text-block-21 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .process-steps-text {
    padding-right: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .process-photo-div {
    margin-top: 15px;
  }

  .drawing-hero-section {
    min-height: 500px;
    background-image: none;
  }

  .heading-13 {
    font-size: 30px;
    line-height: 32px;
  }

  .text-block-25 {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-25.graphite-head {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-25.sculpture-head {
    font-size: 20px;
    font-weight: 600;
  }

  .heading-14 {
    text-align: center;
  }

  .container-17 {
    padding-left: 0px;
  }

  .slider-13 {
    height: 275px;
  }

  .icon-5 {
    font-size: 24px;
  }

  .icon-6 {
    font-size: 24px;
    line-height: 20px;
  }

  .about-drawings-text-section {
    padding: 28px 10px;
  }

  .text-block-26 {
    font-size: 12px;
    line-height: 20px;
  }

  .button-2 {
    width: 150px;
    height: 40px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 10px;
  }

  .button-2.about-drawing {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 10px;
    line-height: 10px;
  }

  .sculpture-hero-section {
    height: 175px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sculpture_background.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/sculpture_background.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .heading-16 {
    padding-right: 32px;
    padding-left: 32px;
    font-size: 30px;
    line-height: 32px;
  }

  .sculpture-gallery-section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .sculpture-text-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-28 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-29 {
    margin-top: 19px;
    margin-bottom: 10px;
  }

  .grid {
    overflow: visible;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(156px, 1fr) auto;
    grid-template-rows: minmax(156px, 1fr) auto;
  }

  .heading-18 {
    margin-top: 9px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-31 {
    line-height: 18px;
    font-weight: 300;
  }

  .image-32 {
    padding: 0px 46px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .container-23 {
    margin-top: 24px;
    margin-bottom: 27px;
  }

  .grid-2 {
    height: 275px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .slide-01 {
    height: 275px;
  }

  .saunders-nav-bar {
    height: 50px;
  }

  .heading-19 {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .menu-button-3 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 28px;
  }

  .lightbox-link-15 {
    width: 70%;
    height: 275px;
  }

  .lightbox-link-16 {
    width: 70%;
    height: 290px;
  }

  .lightbox-horiz {
    width: 85%;
    height: 125px;
  }

  .lightbox-link-18 {
    width: 85%;
    height: 175px;
  }

  .lightbox-link-19 {
    width: 85%;
    height: 100px;
  }

  .lightbox-link-20 {
    width: 80%;
    height: 100px;
  }

  .lightbox-link-21 {
    width: 70%;
    height: 375px;
  }

  .lightbox-link-22 {
    width: 70%;
    height: 285px;
  }

  .lightbox-link-23 {
    width: 70%;
    height: 425px;
  }

  .lightbox-link-24 {
    width: 70%;
    height: 225px;
  }

  .lightbox-link-25 {
    width: 70%;
    height: 225px;
  }

  .lightbox-link-26 {
    width: 70%;
    height: 360px;
  }

  .lightbox-link-27 {
    width: 70%;
    height: 300px;
  }

  .section-27 {
    height: 200px;
  }

  .heading-20 {
    text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37);
  }

  .section-28 {
    padding-top: 18px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-34 {
    height: 200px;
    margin-top: 50px;
  }

  .contour-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .masking-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .section-31 {
    height: 150px;
  }

  .graphite-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .heading-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-42 {
    margin-right: 15px;
  }

  .heading-25 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-44 {
    margin-right: 15px;
    padding-right: 10px;
  }

  .div-block-46 {
    margin-right: 15px;
    padding-right: 10px;
  }

  .section-33 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .div-block-48 {
    margin-right: 15px;
    padding-right: 10px;
  }

  .section-34 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .div-block-50 {
    margin-right: 15px;
    padding-right: 10px;
  }

  .brand {
    padding-left: 10px;
  }

  .section-35 {
    margin-top: 0px;
  }

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

  .container-32 {
    margin-top: 0px;
  }

  .container-33 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section-37 {
    margin-top: 47px;
  }

  .div-block-52 {
    margin-top: 15px;
  }

  .div-horiz-wrap.ky-fl--4 {
    padding-top: 100px;
  }

  .div-horiz-wrap.monkeyball {
    padding-top: 84px;
  }

  .div-horiz-wrap.knbh {
    padding-top: 125px;
  }

  .div-horiz-wrap.longdune-4 {
    padding-top: 116px;
  }

  .text-collection {
    font-size: 10px;
    line-height: 1.4;
  }

  .text-medium {
    line-height: 1.4;
  }

  .text-title {
    line-height: 1.4;
  }

  .text-title.app-obj-6 {
    max-width: 250px;
  }

  .icon-11 {
    margin-left: 3px;
  }

  .left-arrow-4 {
    height: 70%;
  }

  .right-arrow-4 {
    height: 70%;
  }

  .div-vert-wrap.ky-fl-4 {
    padding-top: 0px;
  }

  .image-35 {
    max-height: 300px;
  }

  .ogden-info-wrap {
    padding-bottom: 17px;
  }

  .text-block-42 {
    margin-bottom: 14px;
    padding: 14px 15px;
    line-height: 1.1;
  }

  .text-block-43 {
    width: 200px;
    padding-right: 8px;
    padding-left: 15px;
  }

  .ogden-logo-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ogden-color-field {
    height: 6rem;
  }
}

#w-node-_543f4e2a-dee6-e09b-3623-e16be242c6f3-e57e733c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b27e6cf4-49b3-217b-ca71-0ba5687b3338-e57e733c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5385531b-60e9-700e-a0d9-3443aa6f3cce-e57e733c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_7527746b-2392-293a-1d32-bbfbd7c58687-e57e733c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2e8ffca1-06dc-d12c-1589-8729afe56082-e57e733c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0aad7a05-6109-a084-b656-4425feeb48a6-e57e733c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_171df593-5df6-b5cb-f318-dafef83fb292-e57e733c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_619af65b-92ed-aa22-410d-71371879155b-e57e733c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_432ce100-a7a5-2753-4247-49c12adbbd34-e57e733c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fcd50425-d166-aac2-899f-a4cf31646c8f-e57e733c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a0d25ace-9965-20a4-8a5c-ed59cd7c505e-e57e733c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fb7e7676-0c7a-8713-e627-2fdcfc80c752-e57e733c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_543f4e2a-dee6-e09b-3623-e16be242c6f3-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b27e6cf4-49b3-217b-ca71-0ba5687b3338-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_543f4e2a-dee6-e09b-3623-e16be242c6f3-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b27e6cf4-49b3-217b-ca71-0ba5687b3338-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_5385531b-60e9-700e-a0d9-3443aa6f3cce-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_7527746b-2392-293a-1d32-bbfbd7c58687-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_2e8ffca1-06dc-d12c-1589-8729afe56082-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_0aad7a05-6109-a084-b656-4425feeb48a6-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_171df593-5df6-b5cb-f318-dafef83fb292-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_619af65b-92ed-aa22-410d-71371879155b-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_432ce100-a7a5-2753-4247-49c12adbbd34-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fcd50425-d166-aac2-899f-a4cf31646c8f-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a0d25ace-9965-20a4-8a5c-ed59cd7c505e-e57e733c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-da4c88ad-e074-391e-84d6-b4cbb61473d6-e57e733c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-fb7e7676-0c7a-8713-e627-2fdcfc80c752-e57e733c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Eleganticons';
  src: url('../fonts/ElegantIcons.eot') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}