body {
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  width: 50%;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

a {
  font-family: neue-haas-grotesk-display, sans-serif;
  text-decoration: underline;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.section.current-exhibit {
  margin-top: 0px;
  padding-top: 144px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
}

.section.home-about {
  margin-top: 195px;
}

.section.home-upcoming {
  margin-top: 200px;
}

.section.home-membership {
  margin-top: 200px;
}

.section.home-visit {
  margin-top: 200px;
}

.section.home-visit.visit-page {
  margin-top: 0px;
  padding-top: 144px;
}

.section.newsletter {
  margin-top: 200px;
}

.section.footer {
  margin-top: 200px;
  margin-bottom: 48px;
}

.section.exhibit-1 {
  padding-top: 144px;
}

.section.membership-page {
  padding-top: 138px;
}

.section.photographer-1 {
  margin-top: 48px;
}

.section.photographer-1.photographer-2 {
  margin-top: 96px;
}

.section.photographer-1.photographer-3 {
  margin-top: 96px;
}

.section.photographer-1.photographer-5 {
  margin-top: 96px;
}

.section.photographer-1.top {
  margin-top: 144px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999998;
  width: 100%;
  height: 97px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cap-logo {
  width: 55px;
  height: 55px;
  background-image: url('../images/cap_web_graphic_assets-01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.vertical-rule {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999999;
  width: 1px;
  min-height: 100vh;
  margin-left: 95px;
  background-color: #000;
}

.bottom-rule {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.nav-content {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-left: 48px;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link-block:hover {
  color: #00b4eb;
}

.link-block.visit {
  margin-left: 48px;
  font-size: 16px;
  font-weight: 400;
}

.link-block.exhibits-events {
  font-size: 16px;
}

.link-block.photographers {
  font-size: 16px;
}

.link-block.about {
  font-size: 16px;
  font-weight: 400;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -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;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 96px;
  margin-right: -66px;
  -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;
}

.link-block-3.w--current {
  width: 300px;
  margin-right: -63px;
}

.div-block-2 {
  display: none;
  width: 110px;
  height: 100%;
  background-image: url('../images/cap_web_graphic_assets-02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  width: 100%;
  height: 600px;
  background-image: url('../images/Baja_Deus_Favorites_Slideshow_ex_066.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.link-block-4.about {
  margin-top: 0px;
  margin-bottom: -4px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-4.about:hover {
  color: #00b4eb;
}

.link-block-4.all-exhibits-events {
  margin-top: 32px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 400;
}

.link-block-4.all-exhibits-events:hover {
  color: #00b4eb;
}

.link-block-4.membership-details {
  margin-top: 34px;
  margin-bottom: 48px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-4.membership-details:hover {
  color: #00b4eb;
}

.link-block-4.photographer {
  margin-bottom: 14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-4.photographer.photographer-2 {
  margin-left: 120px;
}

.div-block-6 {
  width: 18px;
  height: 18px;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 20px;
  background-image: url('../images/cap_web_graphic_assets-04.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 120px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 120px;
  -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;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cap-building-image {
  width: 50%;
  height: 600px;
  margin-right: 24px;
  background-image: url('../images/Kapoor_Studio_I_03_Ben_Blossum.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-10 {
  width: 1px;
  height: 96px;
  margin-left: -1px;
  background-color: #000;
}

.div-block-10.custom-menu {
  height: 72px;
  margin-left: 71px;
}

.bigger-content-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-about-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  margin-top: -11px;
  margin-bottom: 0px;
  margin-left: -4px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.heading-4 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.heading-5.details {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

.heading-5.details:hover {
  color: #00b4eb;
}

.heading-6 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.nav-menu {
  margin-bottom: 18px;
}

.div-block-18 {
  margin-right: 24px;
  margin-left: 24px;
}

.div-block-19 {
  margin-left: 120px;
}

.heading-7 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading-7.membership-page {
  margin-top: 32px;
}

.heading-7.membership-page.admission {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
}

.heading-7.membership-page.cost {
  margin-top: 32px;
}

.div-block-20 {
  height: 500px;
  margin-top: 48px;
  background-image: url('../images/Saunders_Website-9253.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-20.desktop {
  margin-top: 44px;
}

.div-block-20.mobile {
  display: none;
}

.div-block-21 {
  margin-right: 24px;
  margin-left: 24px;
}

.div-block-22.visit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 32px;
  margin-right: 24px;
  padding-left: 120px;
  -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;
  font-size: 45px;
  line-height: 540px;
}

.div-block-22.visit.mobile {
  display: none;
}

.div-block-23 {
  width: 50%;
  margin-top: 32px;
  margin-left: 24px;
}

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

.text-block {
  font-size: 30px;
  line-height: 40px;
}

.text-block-2 {
  margin-top: 70px;
  font-size: 30px;
  line-height: 40px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -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;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  margin-left: 24px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  margin-top: -10px;
  font-size: 30px;
  line-height: 40px;
}

.div-block-27 {
  position: relative;
  width: 50%;
  height: 350px;
  margin-right: 24px;
  background-image: url('../images/i-JtqdjMQ-X3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.text-block-4 {
  margin-left: 48px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  height: 48px;
  margin-right: -1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

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

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DrewMartin_GoFastCampers_2_0_LaunchPriority_RetouchRequests_HIRES_012.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 120px;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
}

.div-block-32 {
  padding-left: 12px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-5 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-5:hover {
  color: #00b4eb;
}

.link-block-6 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-6:hover {
  color: #00b4eb;
}

.link-block-7 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-7:hover {
  color: #00b4eb;
}

.link-block-8 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-8:hover {
  color: #00b4eb;
}

.link-block-9 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-9:hover {
  color: #00b4eb;
}

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

.link-block-10 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-10:hover {
  color: #00b4eb;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-11 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-11:hover {
  color: #00b4eb;
}

.link-block-12 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-12:hover {
  color: #00b4eb;
}

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

.link-block-13 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-13:hover {
  color: #00b4eb;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block-14 {
  margin-top: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-block-14:hover {
  color: #00b4eb;
}

.text-block-8 {
  margin-top: -7px;
  font-size: 16px;
  line-height: 35px;
}

.div-block-37 {
  width: 130px;
  height: 100px;
  margin-bottom: 31px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-38 {
  margin-left: 48px;
}

.div-block-38.photographer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-38.photographer.photographer2 {
  margin-right: 48px;
  margin-left: 0px;
}

.div-block-38.exhibit-2 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 120px;
}

.div-block-38.exhibit-2.mobile {
  display: none;
}

.div-block-38.exhibit-3 {
  width: 50%;
}

.div-block-38.exhibit-1 {
  width: 50%;
}

.div-block-39 {
  width: 100%;
  height: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Baja_Deus_Favorites_Slideshow_ex_066.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-39.exhibit-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/MM8506_170917_01063-Edit.jpg');
  background-position: 50% 50%;
}

.div-block-39.exhibit-3 {
  background-image: url('../images/A-A16U5111.jpg');
  background-position: 100% 50%;
}

.div-block-39.exhibit-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/DrewMartin_GFC2_RETOUCHED_SELECTS_HI_RES_071.jpg');
  background-position: 20% 50%;
}

.div-block-39.photographer {
  background-image: url('../images/DSC4352.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-39.photographer.photographer-2 {
  background-image: url('../images/John_Price_3971.JPG');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-39.photographer.photographer-3 {
  background-image: url('../images/DVMeex_001-cmyk.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.div-block-39.photographer.photographer-4 {
  background-image: url('../images/RAMPAGE18_adl_ByADL-2119.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-39.photographer.photographer-5 {
  background-image: url('../images/Chrisburkard-stokecast.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-39.photographer.photographer-6 {
  background-image: url('../images/robin-o-neill.jpg');
}

.div-block-39.photographer.photographer-7 {
  background-image: url('../images/Saunders.jpg');
  background-position: 50% 50%;
}

.div-block-39.photographer.photographer-8 {
  background-image: url('../images/dscf8117.jpeg');
}

.div-block-39.photographer.photographer-9 {
  background-image: url('../images/KEP-5226.jpg');
}

.div-block-39.photographer.photographer-10 {
  background-image: url('../images/Jimmy-Chin-Masterclass.jpg');
  background-position: 50% 50%;
}

.div-block-40 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-9 {
  margin-top: -7px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -2px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.heading-10.italic {
  margin-top: 0px;
  margin-bottom: 0px;
  font-style: italic;
}

.heading-10.photographer {
  margin-top: -8px;
}

.section-2 {
  margin-top: 100px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-3 {
  padding-top: 138px;
}

.section-3.about {
  padding-top: 144px;
}

.div-block-44 {
  margin-right: 24px;
  margin-left: 24px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 117px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-11.about {
  width: 50%;
  margin-top: -8px;
  margin-right: 24px;
  margin-left: -3px;
  padding-left: 120px;
  font-size: 60px;
  line-height: 60px;
}

.heading-11.italic {
  font-style: italic;
}

.text-block-12 {
  margin-top: 32px;
  margin-left: 120px;
  font-size: 30px;
  line-height: 40px;
}

.text-block-12.admission {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph {
  width: 75%;
  margin-top: 32px;
  margin-bottom: 0px;
  padding-left: 120px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.desktop {
  margin-top: 32px;
}

.paragraph.desktop.about {
  margin-top: 40px;
}

.paragraph.mobile {
  display: none;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 44px;
  margin-right: 24px;
  margin-left: 24px;
  -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;
}

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

.div-block-46.desktop {
  margin-top: 44px;
}

.div-block-46.mobile {
  display: none;
}

.section-4 {
  margin-top: 200px;
}

.div-block-47 {
  margin-right: 24px;
  margin-left: 24px;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-48.cap-chat {
  height: 500px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.link-block-15 {
  width: 25%;
  margin-right: 24px;
  margin-left: 24px;
  background-image: url('../images/jonathan-cooper-ViyA5myhBVw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-15.cap-chat-1 {
  width: 50%;
  margin-left: 0px;
  background-image: url('../images/Jimmy-Chin-Masterclass.jpg');
}

.link-block-15.cap-chat-2 {
  width: 50%;
  margin-right: 0px;
  background-image: url('../images/706b5ae4f224b507b284972e8b0fa79aa8-In-Her-Shoes-Feed.jpg');
  background-position: 50% 30%;
}

.link-block-15.photographer1 {
  margin-left: 0px;
  background-image: url('../images/DVMeex_001-cmyk.jpg');
  background-position: 50% 50%;
}

.link-block-15.photographer1.powder-people {
  background-image: url('../images/Chrisburkard-stokecast.jpg');
  background-position: 0% 50%;
}

.link-block-15.photographer1.raw-futurism {
  width: 33%;
  background-position: 50% 25%;
}

.link-block-15.photographer4 {
  margin-right: 0px;
  background-image: url('../images/DSC4352.jpg');
  background-position: 20% 50%;
}

.link-block-15.photographer4.powder-people {
  background-image: url('../images/John_Price_3971.JPG');
}

.link-block-15.photographer4.raw-futurism {
  width: 33%;
}

.link-block-15.photographer3 {
  background-image: url('../images/dscf8117.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-15.photographer3.powder-people {
  background-image: url('../images/RAMPAGE18_adl_ByADL-2119.jpg');
}

.link-block-15.photographer3.raw-futurism {
  width: 33%;
  background-position: 50% 50%;
}

.link-block-15.photographer2 {
  background-image: url('../images/Saunders.jpg');
  background-position: 50% 0%;
}

.link-block-15.photographer2.powder-people {
  background-image: url('../images/robin-o-neill.jpg');
  background-position: 50% 75%;
}

.div-block-49 {
  width: 50%;
  height: 500px;
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/8F3A1463.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-49.photographer {
  background-image: url('../images/jonathan-cooper-ViyA5myhBVw-unsplash.jpg');
}

.div-block-49.photographer.photo-of-photographer {
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/Jimmy-Chin-Masterclass.jpg');
  background-position: 50% 0%;
}

.div-block-49.photographer.photo-of-photographer.desktop.aaron-brimhall {
  background-image: url('../images/DSC4352.jpg');
  background-position: 25% 50%;
}

.div-block-49.photographer.photo-of-photographer.desktop.john-price {
  background-image: url('../images/John_Price_3971.JPG');
}

.div-block-49.photographer.photo-of-photographer.desktop.drew-martin {
  background-image: url('../images/DVMeex_001-cmyk.jpg');
}

.div-block-49.photographer.photo-of-photographer.desktop.ale-di-lullo {
  background-image: url('../images/RAMPAGE18_adl_ByADL-2119.jpg');
}

.div-block-49.photographer.photo-of-photographer.desktop.robin-o-neill {
  background-position: 50% 50%;
}

.div-block-49.photographer.photo-of-photographer.desktop.will-saunders {
  background-image: url('../images/Saunders.jpg');
}

.div-block-49.photographer.photo-of-photographer.desktop.john-hebert {
  background-image: url('../images/dscf8117.jpeg');
}

.div-block-49.photographer.photo-of-photographer.desktop.jeremiah-watt {
  background-image: url('../images/KEP-5226.jpg');
  background-position: 50% 50%;
}

.div-block-49.photographer.photo-of-photographer.mobile {
  display: none;
}

.div-block-49.photographer.robin-o-neill {
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/robin-o-neill.jpg');
}

.div-block-49.photographer.chris-burkard {
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/Chrisburkard-stokecast.jpg');
  background-position: 0% 50%;
}

.div-block-49.photographer.elizabeth-chai {
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/706b5ae4f224b507b284972e8b0fa79aa8-In-Her-Shoes-Feed.jpg');
  background-position: 50% 25%;
}

.div-block-49.photographer.elizabeth-chai.mobile {
  display: none;
}

.div-block-49.photographer.image {
  width: 100%;
  height: auto;
  margin-right: 24px;
  margin-left: 0px;
}

.div-block-49.cap-chat {
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/df1919_freesolo_04.jpg');
  background-position: 50% 25%;
}

.div-block-49.powder-people {
  background-image: url('../images/A-RO5D0229-Edit-2.jpg');
}

.div-block-49.raw-futurism {
  background-image: url('../images/DrewMartin_GFC2_RETOUCHED_SELECTS_HI_RES_056.jpg');
}

.div-block-50 {
  width: 50%;
  height: 500px;
  margin-right: 24px;
  margin-left: 0px;
  background-image: url('../images/Iron_Resin_DrewMartin_SS18_OverlandAlpine_HIRES_670.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-50.cap-chat {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/image-asset.jpeg');
  background-position: 75% 50%;
}

.div-block-50.photographer {
  margin-right: 0px;
  margin-left: 24px;
}

.div-block-50.photographer.jimmy-chin {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/Conrad-ANker-on-Meru-Sharkfin-by-Jimmy-Chin.jpg');
  background-position: 0% 50%;
}

.div-block-50.photographer.robin-o-neill {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/A-ONeill-01174-RO1D4167-Edit.jpg');
}

.div-block-50.photographer.chris-burkard {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/i-qtvkXvg-X3.jpg');
  background-position: 50% 50%;
}

.div-block-50.photographer.elizabeth-chai {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/20111101_meru-1044-edit_custom-a6d86636d61336216c3004786e2dc9773621a24d.jpg');
  background-position: 50% 50%;
}

.div-block-50.photographer.image.right {
  width: 100%;
  height: auto;
  margin-top: 48px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-50.photographer.aaron-brimhall {
  margin-right: 0px;
  margin-left: 24px;
  background-image: url('../images/A69I7232.jpg');
  background-position: 20% 50%;
}

.div-block-50.photographer.john-price {
  background-image: url('../images/i-KhtWkWN-X4.jpg');
}

.div-block-50.photographer.drew-martin {
  background-image: url('../images/10-13-18_CDW_DryDuffel_DrewMartin_LowRes_040.jpg');
  background-position: 50% 50%;
}

.div-block-50.photographer.ale-di-lullo {
  background-image: url('../images/i-x2VFFdX-X5.jpg');
  background-position: 75% 50%;
}

.div-block-50.photographer.will-saunders {
  background-image: url('../images/Saunders_-7128.jpg');
  background-position: 50% 50%;
}

.div-block-50.photographer.john-hebert {
  background-image: url('../images/8F3A1463.jpg');
}

.div-block-50.photographer.jeremiah-watt {
  background-image: url('../images/Rocktober-022.jpg');
}

.div-block-50.powder-people {
  background-image: url('../images/i-cWJ6DxK-X3.jpg');
  background-position: 50% 50%;
}

.div-block-50.raw-futurism {
  background-image: url('../images/A69I6696.jpg');
  background-position: 60% 50%;
}

.div-block-51 {
  height: 750px;
  margin-top: 48px;
  margin-right: 24px;
  margin-left: 24px;
  background-image: url('../images/AKStudio_JimStephenson-32_MidRes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-13 {
  margin-top: 32px;
  margin-left: 120px;
  font-size: 30px;
  line-height: 40px;
}

.section-5 {
  padding-top: 144px;
}

.div-block-52 {
  display: -ms-grid;
  display: grid;
  margin-right: 24px;
  margin-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 96px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-53 {
  width: 250px;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/jonathan-cooper-ViyA5myhBVw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 48px;
  -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;
}

.heading-12 {
  margin-top: -9px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.text-block-14 {
  margin-top: 32px;
  margin-bottom: -7px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-57.left {
  width: 100%;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-57.right {
  width: 100%;
  height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-15 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-13.italic {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 80px;
  font-style: italic;
  text-transform: capitalize;
}

.heading-13.italic.home-exhibit {
  font-size: 60px;
  line-height: 60px;
}

.heading-13.home-exhibit {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: -8px;
  padding-left: 120px;
}

.div-block-59.event {
  z-index: 1;
  padding-left: 0px;
}

.div-block-60 {
  position: relative;
  z-index: 2;
  display: block;
  height: 500px;
  background-image: url('../images/MM8506_170917_01063-Edit.jpg');
  background-position: 50% 100%;
  background-size: auto 500px;
}

.div-block-60.right {
  background-image: url('../images/A-A16U5111.jpg');
  background-position: 65% 100%;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -3px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -4px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}

.paragraph-2 {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.lottie-animation {
  margin-top: 12px;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  text-decoration: none;
}

.link-block-18 {
  width: 50%;
}

.link-block-18.mobile {
  display: none;
}

.link-block-19 {
  width: 50%;
  margin-left: 48px;
}

.link-block-20 {
  width: 50%;
}

.link-block-21 {
  width: 50%;
  margin-left: 48px;
}

.image {
  margin-bottom: 0px;
  margin-left: -21px;
}

.div-block-61 {
  width: 50%;
  margin-left: 24px;
}

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

.link:hover {
  color: #00b4eb;
}

.video-2 {
  margin-top: 43px;
}

.menu-button {
  display: none;
  width: 96px;
  height: 96px;
  -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;
}

.hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #000;
}

.menu-icon-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar {
  display: none;
}

.nav-menu-custom {
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.link-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-22:active {
  color: #00b4eb;
}

.text-block-nav-menu {
  margin-left: 48px;
  font-size: 30px;
  font-weight: 400;
}

.div-block-63 {
  display: none;
}

.div-block-64 {
  display: none;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-69 {
  width: 50%;
  height: 275px;
  margin-right: 24px;
  background-image: url('../images/A69I6696.jpg');
  background-position: 75% 50%;
  background-size: cover;
}

.div-block-69.photographer-2 {
  background-image: url('../images/i-KhtWkWN-X4.jpg');
  background-position: 25% 50%;
}

.div-block-69.photographer-3 {
  background-image: url('../images/Iron_Resin_DrewMartin_SS18_OverlandAlpine_HIRES_670.jpg');
}

.div-block-69.photographer-4 {
  background-image: url('../images/i-WN7cMkt-X4.jpg');
  background-position: 0% 50%;
}

.div-block-69.photographer-5 {
  background-image: url('../images/i-cWJ6DxK-X3.jpg');
  background-position: 65% 50%;
}

.div-block-69.photographer-7 {
  background-image: url('../images/Saunders_Topo-6109.jpg');
  background-position: 35% 50%;
}

.div-block-69.photographer-8 {
  background-image: url('../images/8F3A3353.jpg');
  background-position: 100% 50%;
}

.div-block-69.photographer-9 {
  background-image: url('../images/Rocktober-022.jpg');
}

.div-block-69.photographer-6 {
  background-image: url('../images/A-A16U5111.jpg');
}

.div-block-69.photographer-10 {
  background-image: url('../images/MM8506_170917_01063-Edit.jpg');
  background-position: 50% 100%;
}

.div-block-70 {
  width: 50%;
  height: 275px;
  margin-left: 24px;
  background-image: url('../images/DSC5006DD.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-70.photographer-2 {
  background-image: url('../images/i-zFZ62dK-X4.jpg');
}

.div-block-70.photographer-3 {
  background-image: url('../images/DrewMartin_GFC2_RETOUCHED_SELECTS_HI_RES_071.jpg');
  background-position: 20% 50%;
}

.div-block-70.photographer-4 {
  background-image: url('../images/i-x2VFFdX-X5.jpg');
  background-position: 85% 50%;
}

.div-block-70.photographer-5 {
  background-image: url('../images/i-qtvkXvg-X3.jpg');
  background-position: 50% 50%;
}

.div-block-70.photographer-7 {
  background-image: url('../images/Saunders_-7128.jpg');
}

.div-block-70.photographer-8 {
  background-image: url('../images/8F3A1463.jpg');
  background-position: 50% 50%;
}

.div-block-70.photographer-9 {
  background-image: url('../images/JeremiahWattWadiRum-101.jpg');
}

.div-block-70.photographer-6 {
  background-image: url('../images/A-ONeill-01174-RO1D4167-Edit.jpg');
  background-position: 85% 50%;
}

.div-block-70.photographer-10 {
  background-image: url('../images/3adab320c3cb36b8eec2fb7707ff0fe3.jpg');
}

.div-block-71 {
  margin-left: 120px;
}

.text-block-16 {
  font-weight: 400;
}

.text-block-17 {
  font-weight: 400;
}

.text-block-18 {
  font-weight: 400;
}

.text-block-19 {
  font-weight: 400;
}

.text-block-20 {
  font-weight: 400;
}

.text-block-21 {
  font-weight: 400;
}

.text-block-22 {
  font-weight: 400;
}

.text-block-23 {
  font-weight: 400;
}

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

.div-block-72 {
  display: none;
}

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

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

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

.image-3 {
  margin-top: 48px;
}

.image-4 {
  margin-top: 48px;
}

.image-5 {
  margin-top: 48px;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1440px;
  }

  .section.current-exhibit {
    margin-top: 0px;
    padding-top: 144px;
  }

  .section.home-upcoming {
    margin-top: 200px;
  }

  .section.home-membership {
    margin-top: 200px;
  }

  .section.home-visit {
    margin-top: 200px;
  }

  .section.newsletter {
    margin-top: 200px;
  }

  .section.footer {
    position: static;
    margin-top: 200px;
  }

  .section.exhibit-1 {
    padding-top: 144px;
  }

  .section.visit-page {
    padding-top: 144px;
  }

  .section.membership-page {
    padding-top: 144px;
  }

  .section.photographer-1 {
    margin-top: 144px;
  }

  .nav-bar {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 97px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .cap-logo {
    width: 56px;
    height: 56px;
  }

  .vertical-rule {
    position: absolute;
  }

  .nav-content {
    width: 1440px;
    height: 96px;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
  }

  .link-block {
    font-family: neue-haas-grotesk-display, sans-serif;
  }

  .div-block-5 {
    background-position: 50% 65%;
  }

  .link-block-4 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-decoration: none;
  }

  .link-block-4.about {
    margin-top: 0px;
    padding-top: 0px;
  }

  .link-block-4.all-exhibits-events {
    margin-top: 40px;
  }

  .link-block-4.membership-details {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .div-block-6 {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
  }

  .heading-2 {
    margin-top: 5px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }

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

  .cap-building-image {
    height: 700px;
  }

  .div-block-10 {
    width: 1px;
    height: 100%;
    margin-left: -1px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .bigger-content-wrapper {
    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;
  }

  .homepage-about-text {
    height: 700px;
    margin-left: 24px;
  }

  .heading-3 {
    margin-top: -11px;
    margin-bottom: 0px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }

  .heading-4 {
    margin-top: 32px;
    font-size: 30px;
    font-weight: 400;
  }

  .heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
  }

  .heading-5:hover {
    color: #00b4eb;
  }

  .heading-6 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }

  .nav-menu {
    font-weight: 400;
  }

  .div-block-19 {
    margin-left: 120px;
  }

  .heading-7 {
    margin-top: 32px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }

  .heading-7.membership-page {
    width: 75%;
  }

  .div-block-20 {
    width: 100%;
    height: 550px;
    background-image: url('../images/Saunders_Website-9253.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

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

  .div-block-22 {
    width: 720px;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-2 {
    margin-top: 80px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-3 {
    margin-top: -10px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-27 {
    height: 500px;
    background-image: url('../images/i-JtqdjMQ-X3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
  }

  .text-block-4 {
    margin-left: 48px;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 144px;
    height: 48px;
    margin-right: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
  }

  .div-block-30 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/DrewMartin_GoFastCampers_2_0_LaunchPriority_RetouchRequests_HIRES_012.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-31 {
    position: relative;
    width: 100%;
  }

  .heading-8 {
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 96px;
    color: #fff;
    font-size: 100px;
    font-weight: 400;
  }

  .div-block-32 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
    margin-left: 34px;
    -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;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 96px;
    -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;
  }

  .link-block-5 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-5:hover {
    color: #00b4eb;
  }

  .link-block-6 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-6:hover {
    color: #00b4eb;
  }

  .link-block-7 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-7:hover {
    color: #00b4eb;
  }

  .link-block-8 {
    margin-top: 14px;
    margin-bottom: 100px;
    color: #000;
    text-decoration: none;
  }

  .link-block-8:hover {
    color: #00b4eb;
  }

  .link-block-9 {
    color: #000;
    text-decoration: none;
  }

  .link-block-9:hover {
    color: #00b4eb;
  }

  .text-block-6 {
    text-decoration: none;
  }

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

  .link-block-10 {
    color: #000;
    text-decoration: none;
  }

  .link-block-10:hover {
    color: #00b4eb;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 96px;
    -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;
  }

  .link-block-11 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-11:hover {
    color: #00b4eb;
  }

  .link-block-12 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-12:hover {
    color: #00b4eb;
  }

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

  .link-block-13 {
    color: #000;
    text-decoration: none;
  }

  .link-block-13:hover {
    color: #00b4eb;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 96px;
    -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;
  }

  .link-block-14 {
    margin-top: 14px;
    color: #000;
    text-decoration: none;
  }

  .link-block-14:hover {
    color: #00b4eb;
  }

  .text-block-8 {
    margin-top: -7px;
    line-height: 35px;
  }

  .div-block-37 {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 96px;
    height: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-38 {
    margin-left: 48px;
  }

  .div-block-38.exhibit-1 {
    width: 50%;
  }

  .div-block-39 {
    height: 500px;
  }

  .div-block-39.photographer.photographer-3 {
    background-image: url('../images/DVMeex_001-cmyk.jpg');
    background-position: 50% 30%;
    background-size: cover;
  }

  .div-block-39.photographer.photographer-7 {
    background-position: 50% 20%;
  }

  .div-block-39.photographer.photographer-8 {
    background-position: 50% 75%;
  }

  .div-block-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
    margin-left: 24px;
  }

  .heading-10 {
    overflow: visible;
    margin-left: -3px;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }

  .heading-11 {
    font-size: 80px;
    line-height: 80px;
  }

  .heading-11.about {
    margin-top: -11px;
    font-size: 80px;
    line-height: 80px;
  }

  .div-block-48 {
    height: 300px;
  }

  .div-block-48.cap-chat {
    height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .link-block-15.cap-chat-1 {
    width: 50%;
    margin-left: 0px;
    background-image: url('../images/Jimmy-Chin-Masterclass.jpg');
  }

  .link-block-15.cap-chat-2 {
    width: 50%;
    margin-right: 0px;
    background-position: 50% 25%;
  }

  .link-block-15.photographer4.raw-futurism {
    background-position: 0% 50%;
  }

  .link-block-15.photographer3 {
    background-position: 50% 50%;
  }

  .link-block-15.photographer3.raw-futurism {
    background-position: 50% 70%;
  }

  .link-block-15.photographer2.powder-people {
    background-image: url('../images/robin-o-neill.jpg');
    background-position: 50% 75%;
  }

  .div-block-49.photographer.photo-of-photographer.desktop.john-price {
    background-position: 50% 40%;
  }

  .div-block-49.photographer.chris-burkard {
    margin-right: 24px;
    margin-left: 0px;
    background-image: url('../images/Chrisburkard-stokecast.jpg');
    background-position: 0% 50%;
  }

  .div-block-49.cap-chat {
    background-position: 50% 25%;
  }

  .div-block-50.cap-chat {
    background-position: 75% 50%;
  }

  .div-block-50.photographer.chris-burkard {
    margin-right: 0px;
    margin-left: 24px;
    background-image: url('../images/i-qtvkXvg-X3.jpg');
  }

  .div-block-51 {
    height: 700px;
    margin-top: 48px;
    background-image: url('../images/AKStudio_JimStephenson-32_MidRes.jpg');
    background-position: 50% 70%;
    background-size: cover;
  }

  .text-block-13 {
    margin-left: 120px;
  }

  .div-block-53 {
    width: 350px;
    height: 350px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-14 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-57 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-13 {
    margin-top: 0px;
    margin-left: -3px;
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
  }

  .heading-13.italic.home-exhibit {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
  }

  .heading-13.home-exhibit {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
  }

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

  .div-block-60.right {
    display: block;
  }

  .heading-14 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }

  .heading-15 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .image {
    margin-left: -11px;
  }

  .video-2 {
    margin-top: 43px;
  }

  .div-block-62 {
    margin-right: 24px;
    margin-left: 24px;
  }

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

  .div-block-69.photographer-3 {
    background-image: url('../images/Iron_Resin_DrewMartin_SS18_OverlandAlpine_HIRES_670.jpg');
  }

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

  .div-block-70.photographer-3 {
    background-image: url('../images/DrewMartin_GFC2_RETOUCHED_SELECTS_HI_RES_071.jpg');
    background-position: 0% 50%;
  }

  .text-block-36 {
    font-weight: 400;
  }

  .text-block-37 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .section.current-exhibit {
    padding-top: 120px;
  }

  .nav-bar {
    height: 73px;
  }

  .cap-logo {
    width: 38px;
    height: 38px;
  }

  .vertical-rule {
    margin-left: 71px;
  }

  .bottom-rule {
    position: relative;
    z-index: 2;
  }

  .nav-content {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  .link-block-2 {
    width: 72px;
    height: 72px;
  }

  .link-block-2.w--current {
    width: 72px;
    height: 72px;
  }

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

  .link-block-3.w--current {
    display: none;
  }

  .div-block-3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-block-4.about {
    margin-top: 40px;
  }

  .link-block-4.upcoming-exhibit {
    margin-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .link-block-4.upcoming-exhibit:active {
    color: #00b4eb;
  }

  .link-block-4.photographer {
    margin-bottom: 11px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-6 {
    width: 15px;
    height: 15px;
    margin-bottom: 3px;
  }

  .heading-2 {
    margin-left: 96px;
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-7 {
    margin-left: 96px;
  }

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

  .cap-building-image {
    width: 100%;
    height: 500px;
    background-image: url('../images/AKStudio_JimStephenson-32_MidRes.jpg');
    background-position: 50% 50%;
  }

  .div-block-10 {
    height: 72px;
  }

  .homepage-about-text {
    width: 100%;
    margin-top: 48px;
    margin-left: 0px;
    padding-left: 96px;
  }

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

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

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

  .heading-5.details {
    font-size: 25px;
  }

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

  .nav-menu {
    display: none;
  }

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

  .div-block-22.visit {
    padding-left: 96px;
  }

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

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

  .div-block-29 {
    width: 96px;
  }

  .heading-8 {
    margin-left: 96px;
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-37 {
    width: 80px;
    margin-bottom: -18px;
  }

  .div-block-38.photographer {
    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;
  }

  .div-block-39.photographer {
    height: 300px;
    background-image: url('../images/DSC4352.jpg');
    background-position: 35% 50%;
  }

  .heading-9 {
    font-weight: 500;
  }

  .heading-9.photographer {
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .heading-10 {
    margin-top: 0px;
  }

  .heading-10.photographer {
    margin-top: -8px;
    font-size: 50px;
    line-height: 50px;
  }

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

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

  .div-block-55 {
    margin-top: 40px;
    margin-left: 96px;
  }

  .div-block-57.left {
    position: static;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-57.right {
    height: auto;
    margin-top: 100px;
  }

  .heading-13 {
    margin-left: -2px;
    font-size: 60px;
    line-height: 60px;
  }

  .heading-13.italic {
    line-height: 60px;
  }

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

  .div-block-59 {
    position: static;
    padding-left: 96px;
  }

  .div-block-59.event {
    padding-left: 96px;
  }

  .div-block-60 {
    position: static;
    margin-top: 48px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-60.right {
    background-position: 50% 50%;
  }

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

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

  .link-block-16 {
    display: none;
    width: 100%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-17 {
    display: none;
    width: 100%;
    -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;
  }

  .image {
    margin-left: -6px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 72px;
    height: 72px;
  }

  .menu-icon-lottie {
    width: 45px;
    height: 45px;
    padding: 8px;
  }

  .nav-menu-2 {
    display: block;
  }

  .nav-menu-custom {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-nav-menu {
    font-size: 25px;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 24px;
    -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;
  }

  .div-block-64 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 24px;
    padding-right: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-65 {
    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;
  }

  .div-block-66 {
    width: 50%;
    margin-right: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/DSC5006DD.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-67 {
    width: 50%;
    margin-left: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-68 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-69 {
    width: 50%;
    height: 110px;
    margin-right: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/A69I6696.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-70 {
    width: 50%;
    height: 110px;
    margin-left: 24px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/DSC5006DD.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .div-block-37 {
    margin-bottom: -22px;
  }

  .image {
    margin-left: -4px;
  }

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

  .div-block-72 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.current-exhibit {
    padding-top: 72px;
  }

  .section.home-about {
    margin-top: 95px;
  }

  .section.home-upcoming {
    margin-top: 100px;
  }

  .section.home-membership {
    margin-top: 100px;
  }

  .section.home-visit {
    margin-top: 100px;
  }

  .section.home-visit.visit-page {
    padding-top: 72px;
  }

  .section.newsletter {
    margin-top: 100px;
  }

  .section.footer {
    margin-top: 100px;
    margin-bottom: 24px;
  }

  .section.exhibit-1 {
    padding-top: 72px;
  }

  .section.membership-page {
    padding-top: 72px;
  }

  .section.photographer-1.top {
    margin-top: 72px;
  }

  .nav-bar {
    height: 49px;
  }

  .cap-logo {
    width: 27px;
    height: 27px;
  }

  .vertical-rule {
    margin-left: 48px;
  }

  .link-block-2 {
    width: 48px;
    height: 48px;
  }

  .link-block-2.w--current {
    width: 48px;
    height: 48px;
  }

  .div-block-4 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .div-block-5 {
    height: 200px;
  }

  .link-block-4.about {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .link-block-4.all-exhibits-events {
    margin-top: 20px;
  }

  .link-block-4.all-exhibits-events.exhibit-1-details {
    margin-top: 20px;
  }

  .link-block-4.membership-details {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 48px;
  }

  .link-block-4.upcoming-exhibit {
    margin-top: 35px;
  }

  .link-block-4.photographer {
    margin-top: 20px;
    margin-bottom: 22px;
    margin-left: 48px;
  }

  .link-block-4.photographer.photographer-2 {
    margin-left: 48px;
  }

  .div-block-6 {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
    margin-left: 10px;
  }

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

  .heading-2 {
    margin-left: 46px;
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-7 {
    margin-top: 20px;
    margin-left: 48px;
  }

  .div-block-8 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .cap-building-image {
    height: 250px;
  }

  .div-block-10 {
    height: 48px;
    margin-left: 0px;
  }

  .div-block-10.custom-menu {
    height: 48px;
    margin-left: 48px;
  }

  .homepage-about-text {
    margin-top: 24px;
    padding-left: 48px;
  }

  .heading-3 {
    margin-top: -2px;
    margin-left: -2px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-4 {
    margin-top: 20px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 20px;
  }

  .heading-6 {
    margin-top: 40px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-18 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .div-block-19 {
    margin-left: 0px;
  }

  .heading-7 {
    margin-top: 20px;
    margin-left: 48px;
    font-size: 23px;
    line-height: 30px;
  }

  .heading-7.membership-page {
    margin-top: 40px;
    margin-left: 48px;
  }

  .heading-7.membership-page.admission {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-7.membership-page.cost {
    margin-top: 22px;
  }

  .div-block-20 {
    height: 200px;
    margin-top: 24px;
  }

  .div-block-20.desktop {
    display: none;
  }

  .div-block-20.mobile {
    display: block;
    margin-top: 16px;
  }

  .div-block-21 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .div-block-22.visit {
    display: block;
    width: 100%;
    margin-top: 16px;
    margin-right: 12px;
    padding-left: 48px;
  }

  .div-block-22.visit.mobile {
    display: block;
    margin-top: 16px;
  }

  .div-block-23 {
    display: none;
    margin-top: 20px;
    margin-left: 12px;
  }

  .div-block-24 {
    display: none;
  }

  .div-block-24.home-page {
    display: block;
  }

  .text-block {
    display: none;
    font-size: 23px;
    line-height: 30px;
  }

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

  .text-block-2 {
    display: none;
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-25 {
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26 {
    width: 100%;
    height: auto;
  }

  .text-block-3 {
    margin-top: 16px;
    margin-left: 48px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-27 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .div-block-28 {
    height: 24px;
    margin-top: 44px;
    margin-left: 48px;
  }

  .text-block-4 {
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-29 {
    width: 48px;
    height: 24px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-30 {
    height: 150px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .heading-8 {
    margin-left: 48px;
    font-size: 23px;
    line-height: 26px;
  }

  .div-block-32 {
    padding-left: 11px;
  }

  .div-block-33 {
    width: 50%;
    margin-right: 0px;
  }

  .text-block-7 {
    margin-top: 40px;
  }

  .div-block-34 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 24px;
  }

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

  .div-block-36 {
    width: 50%;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-8 {
    margin-top: 40px;
    line-height: 28px;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    margin-bottom: -21px;
    -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-38.photographer {
    width: 100%;
    margin-left: 0px;
  }

  .div-block-38.exhibit-2.desktop {
    display: none;
  }

  .div-block-38.exhibit-2.mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 48px;
  }

  .div-block-38.exhibit-3 {
    margin-top: 20px;
  }

  .div-block-38.exhibit-1 {
    margin-top: 20px;
  }

  .div-block-39 {
    height: 200px;
  }

  .div-block-39.photographer {
    height: 200px;
  }

  .div-block-39.photographer.photographer-2.mobile {
    background-position: 50% 40%;
  }

  .div-block-39.photographer.photographer-2.desktop {
    display: none;
  }

  .div-block-39.photographer.photographer-3 {
    background-position: 50% 25%;
  }

  .div-block-39.photographer.photographer-4 {
    background-position: 50% 0%;
  }

  .div-block-39.photographer.photographer-6 {
    background-position: 35% 40%;
  }

  .div-block-39.photographer.photographer-7 {
    background-position: 50% 18%;
  }

  .div-block-39.photographer.photographer-8 {
    background-position: 35% 65%;
  }

  .div-block-40 {
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-9 {
    margin-top: 0px;
    line-height: 28px;
    font-weight: 400;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-10.photographer {
    width: 100%;
    margin-top: 20px;
    margin-left: 46px;
    font-size: 35px;
    line-height: 35px;
  }

  .section-2.exhibit-2 {
    margin-top: 44px;
  }

  .section-2.exhibit-3 {
    margin-top: 44px;
  }

  .section-2.exhibit-4 {
    margin-top: 44px;
  }

  .div-block-43 {
    margin-right: 12px;
    margin-left: 12px;
    -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;
  }

  .section-3 {
    padding-top: 72px;
  }

  .section-3.about {
    padding-top: 72px;
  }

  .div-block-44 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .heading-11 {
    margin-top: -2px;
    margin-left: 46px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-11.about {
    width: 100%;
    margin-top: -2px;
    margin-left: 0px;
    padding-left: 46px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-11.italic {
    margin-top: 0px;
  }

  .text-block-12 {
    margin-top: 40px;
    margin-left: 48px;
    font-size: 23px;
    line-height: 30px;
  }

  .text-block-12.admission {
    margin-top: 40px;
  }

  .paragraph {
    width: 100%;
    margin-top: 40px;
    padding-left: 48px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph.desktop {
    display: none;
  }

  .paragraph.mobile {
    display: block;
    margin-top: 16px;
  }

  .div-block-46 {
    height: auto;
    margin-top: 44px;
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-46.images {
    margin-top: 24px;
  }

  .div-block-46.desktop {
    display: none;
  }

  .div-block-46.mobile {
    display: block;
    margin-top: 44px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-4 {
    margin-top: 30px;
  }

  .div-block-47 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .div-block-48 {
    height: auto;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-48.cap-chat {
    height: auto;
    margin-top: 20px;
  }

  .link-block-15.cap-chat-1 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .link-block-15.cap-chat-2 {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-left: 0px;
    background-position: 50% 25%;
  }

  .link-block-15.photographer1 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    background-position: 50% 25%;
  }

  .link-block-15.photographer1.raw-futurism {
    width: 100%;
  }

  .link-block-15.photographer4 {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .link-block-15.photographer4.powder-people {
    background-position: 0% 40%;
  }

  .link-block-15.photographer4.raw-futurism {
    width: 100%;
  }

  .link-block-15.photographer3 {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
    background-position: 50% 70%;
  }

  .link-block-15.photographer3.powder-people {
    background-position: 50% 0%;
  }

  .link-block-15.photographer3.raw-futurism {
    width: 100%;
    background-position: 50% 70%;
  }

  .link-block-15.photographer2 {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-right: 0px;
    margin-left: 0px;
    background-position: 50% 18%;
  }

  .link-block-15.photographer2.powder-people {
    background-position: 50% 40%;
  }

  .div-block-49 {
    width: 100%;
    height: 200px;
    margin-top: 24px;
    margin-left: 0px;
    background-position: 50% 65%;
  }

  .div-block-49.photographer.photo-of-photographer {
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-49.photographer.photo-of-photographer.desktop {
    display: none;
  }

  .div-block-49.photographer.photo-of-photographer.mobile {
    display: block;
    margin-top: 22px;
    background-image: url('../images/John_Price_3971.JPG');
    background-position: 50% 40%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.aaron-brimhall {
    background-image: url('../images/DSC4352.jpg');
    background-position: 0% 50%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.jimmy-chin {
    background-image: url('../images/Jimmy-Chin-Masterclass.jpg');
  }

  .div-block-49.photographer.photo-of-photographer.mobile.drew-martin {
    background-image: url('../images/DVMeex_001-cmyk.jpg');
    background-position: 50% 25%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.ale-di-lullo {
    background-image: url('../images/RAMPAGE18_adl_ByADL-2119.jpg');
    background-position: 50% 0%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.chris-burkard {
    background-image: url('../images/Chrisburkard-stokecast.jpg');
  }

  .div-block-49.photographer.photo-of-photographer.mobile.robin-o-neill {
    background-image: url('../images/robin-o-neill.jpg');
  }

  .div-block-49.photographer.photo-of-photographer.mobile.will-saunders {
    background-image: url('../images/Saunders.jpg');
    background-position: 50% 15%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.john-hebert {
    background-image: url('../images/dscf8117.jpeg');
    background-position: 50% 65%;
  }

  .div-block-49.photographer.photo-of-photographer.mobile.jeremiah-watt {
    background-image: url('../images/KEP-5226.jpg');
    background-position: 50% 55%;
  }

  .div-block-49.photographer.robin-o-neill {
    margin-top: 0px;
    margin-right: 0px;
    background-position: 50% 40%;
  }

  .div-block-49.photographer.chris-burkard {
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-49.photographer.elizabeth-chai {
    margin-top: 22px;
    margin-right: 0px;
  }

  .div-block-49.photographer.elizabeth-chai.mobile {
    display: block;
  }

  .div-block-49.photographer.elizabeth-chai.desktop {
    display: none;
  }

  .div-block-49.cap-chat {
    height: 200px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .div-block-50 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
  }

  .div-block-50.cap-chat {
    height: 200px;
    margin-top: 24px;
    margin-left: 0px;
  }

  .div-block-50.photographer.jimmy-chin {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-50.photographer.robin-o-neill {
    margin-top: 24px;
    margin-left: 0px;
  }

  .div-block-50.photographer.chris-burkard {
    margin-top: 24px;
    margin-left: 0px;
  }

  .div-block-50.photographer.elizabeth-chai {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-50.photographer.aaron-brimhall {
    margin-left: 0px;
  }

  .div-block-50.photographer.john-price {
    margin-left: 0px;
  }

  .div-block-50.photographer.drew-martin {
    margin-left: 0px;
  }

  .div-block-50.photographer.ale-di-lullo {
    margin-left: 0px;
  }

  .div-block-50.photographer.will-saunders {
    margin-left: 0px;
  }

  .div-block-50.photographer.john-hebert {
    margin-left: 0px;
    background-position: 50% 70%;
  }

  .div-block-50.photographer.jeremiah-watt {
    margin-left: 0px;
  }

  .div-block-51 {
    height: 300px;
    margin-top: 44px;
    margin-right: 12px;
    margin-left: 12px;
  }

  .text-block-13 {
    margin-top: 16px;
    margin-left: 48px;
    font-size: 23px;
    line-height: 30px;
  }

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

  .div-block-57.right {
    margin-top: 44px;
  }

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

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

  .heading-13.italic {
    line-height: 35px;
  }

  .div-block-58 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .div-block-59 {
    margin-top: 20px;
    padding-left: 48px;
  }

  .div-block-59.event {
    margin-top: 22px;
    padding-left: 48px;
  }

  .div-block-60 {
    height: 200px;
    margin-top: 0px;
  }

  .heading-14 {
    margin-left: -2px;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-15 {
    margin-top: -2px;
    margin-left: 46px;
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph-2 {
    width: auto;
    margin-top: 16px;
    margin-left: 48px;
    line-height: 28px;
  }

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

  .link-block-18.mobile {
    display: block;
  }

  .link-block-18.desktop {
    display: none;
  }

  .link-block-19 {
    width: 100%;
    margin-left: 0px;
  }

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

  .link-block-21 {
    width: 100%;
    margin-left: 0px;
  }

  .image {
    width: 100%;
    margin-bottom: -2px;
  }

  .div-block-61 {
    width: 100%;
    margin-left: 0px;
  }

  .video-2 {
    margin-top: 22px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    margin-right: 0px;
  }

  .menu-icon-lottie {
    width: 40px;
    height: 40px;
  }

  .link-block-22 {
    height: 48px;
  }

  .text-block-nav-menu {
    margin-left: 10px;
    font-size: 23px;
  }

  .div-block-69 {
    margin-right: 12px;
  }

  .div-block-70 {
    margin-left: 12px;
  }

  .div-block-70.photographer-10 {
    background-image: url('../images/3adab320c3cb36b8eec2fb7707ff0fe3.jpg');
  }

  .div-block-71 {
    margin-left: 0px;
  }

  .text-block-24 {
    display: block;
    margin-top: 16px;
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-25 {
    display: block;
    font-size: 23px;
    line-height: 30px;
  }

  .text-block-26 {
    font-size: 23px;
    line-height: 30px;
  }

  .div-block-73 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-74 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    margin-top: 20px;
  }

  .image-3 {
    margin-top: 24px;
  }

  .image-4 {
    margin-top: 24px;
  }

  .image-5 {
    margin-top: 24px;
  }
}

