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

body {
  font-family: Gudea, sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 26px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Gudea, sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Gudea, sans-serif;
  color: #a5449a;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  font-family: Gudea, sans-serif;
  color: #a8a8a8;
  letter-spacing: normal;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 48px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 11px 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;
  border-radius: 0px;
  background-color: #722d6a;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #97578f;
  font-family: Oswald, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.button:focus {
  background-color: #4b2944;
  color: #fff;
}

.button.w--current {
  background-color: #4b2944;
  color: #fff;
}

.button.portfolios {
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  font-family: Abel, sans-serif;
  color: #2e2e35;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.button.portfolios:hover {
  background-color: transparent;
  color: #ffdf0f;
}

.button.portfolios:focus {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
}

.button.portfolios.isotope-active {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
}

.button.portfolios.photo-stories {
  padding-bottom: 5px;
  border-style: none;
  font-family: Abel, sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}

.button.portfolios.photo-stories:focus {
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.button.portfolios.photo-stories.isotope-active {
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.button.photo-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  -webkit-transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  font-family: Comfortaa, sans-serif;
  color: #2e2e35;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.button.photo-stories:hover {
  background-color: transparent;
  color: #ffdf0f;
}

.button.photo-stories:focus {
  background-color: transparent;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.button.photo-stories.isotope-active {
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.button.video-player {
  position: static;
  left: 30%;
  top: 40%;
  z-index: 10;
  display: inline;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  transition: background-color 500ms ease, color 500ms ease, font-size 500ms ease, opacity 200ms ease;
  font-family: Abel, sans-serif;
  color: #2e2e35;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.button.video-player:hover {
  background-color: #fff;
  color: #ffdf0f;
}

.button.video-player.absolute {
  position: absolute;
  left: 40%;
  top: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.button.ghost-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #2e2e35;
  -webkit-transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  color: #2e2e35;
}

.button.ghost-button:hover {
  background-color: #722d6a;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button.ghost-button:focus {
  background-color: #722d6a;
  color: #fff;
}

.button.ghost-button.galleries {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.ghost-button.galleries.isotope-active-albums {
  background-color: #722d6a;
  color: #fff;
}

.button.ghost-button.headshots {
  margin-right: 8px;
  margin-left: 8px;
}

.button.ghost-button.topmargin {
  margin-top: 27px;
  margin-bottom: 27px;
  cursor: pointer;
}

.button.link-button {
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #bae747;
  -webkit-transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  color: #2e2e35;
}

.button.link-button:hover {
  background-color: transparent;
  box-shadow: inset 3px 0 0 0 #bae747;
  color: #fff;
}

.button.link-button.text-white {
  color: #fff;
}

.button.white-button {
  background-color: #fff;
  color: #2e2e35;
}

.button.white-button:hover {
  background-color: #722d6a;
  color: #fff;
}

.button.ghost-white-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  transition: background-color 600ms ease, color 500ms ease, box-shadow 600ms ease;
  color: #fff;
}

.button.ghost-white-button:hover {
  background-color: #722d6a;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.navigation-link {
  width: 200px;
  height: 45px;
  padding-top: 9px;
  padding-bottom: 18px;
  border-color: #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  -webkit-transform: perspective(718px);
  transform: perspective(718px);
  -webkit-transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  transform-origin: 50% 50% 0px;
  -webkit-transition: color 500ms ease, letter-spacing 500ms ease;
  transition: color 500ms ease, letter-spacing 500ms ease;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link:hover {
  font-family: Oswald, sans-serif;
  color: #333;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-link:focus {
  color: #000;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-link.w--current {
  color: #333;
  font-weight: 700;
}

.navigation-link.bloglink {
  border-style: none;
}

.top-navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.hamburger-button {
  margin-top: 12px;
  padding: 0px;
  border-radius: 100px;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #91b92b;
}

.hamburger-button:hover {
  border-radius: 0px;
  color: #fff;
}

.hamburger-button.w--open {
  margin-top: 12px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}

.navigation-menu {
  z-index: 1000;
  height: 100vh;
  margin-top: -6px;
  padding-bottom: 22px;
  background-color: #fff;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  display: inline-block;
  margin: 19px auto 0px;
  float: none;
  clear: none;
  -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;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.brand-link {
  display: block;
  height: 41px;
  float: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.more-images-section {
  position: relative;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 38px;
  -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;
  text-align: center;
}

.section-heading.centered {
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.social-button {
  margin-right: 21px;
  margin-bottom: 8px;
  margin-left: 21px;
  padding: 2px 8px 8px;
  border-radius: 100%;
  background-color: #4b2944;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.social-button:hover {
  background-color: #8a5183;
  opacity: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.kristine-paulsen-photography-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.kristine-paulsen-photography-header.footer-kp-text {
  margin-bottom: 2px;
  color: #722d6a;
}

.kristine-paulsen-photography-header.grid-kp-heading {
  margin-top: 0px;
  font-size: 19px;
}

.icon-2 {
  margin-top: 0px;
  border-radius: 0px;
  font-size: 44px;
}

.row-2 {
  width: 100%;
}

.kp-logo {
  margin-top: 0px;
}

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

.logo-container {
  width: auto;
  margin-left: 25px;
  padding-top: 7px;
}

.kpp-text-container {
  margin-left: 0px;
  text-align: justify;
}

.menu-button-div {
  position: relative;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  padding-left: 6px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

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

.main-gallery-slideshow {
  display: block;
  height: 125vh;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

.slide1 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_002-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_002a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  position: static;
  left: 0px;
  top: -258px;
  margin-top: -75px;
}

.welcome-scroll-down-section {
  margin-top: 36px;
}

.light-gray-subheading {
  margin-top: -29px;
  font-family: Gudea, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.light-gray-subheading.fav-images {
  margin-top: 2px;
}

.the-nitty-gritty-section {
  margin-top: 166px;
  margin-bottom: 174px;
  padding-top: 61px;
}

.nitty-gritty-paragraph {
  max-width: 425px;
  padding-right: 0px;
  padding-left: 0px;
}

.nitty-gritty-paragraph.nppcentered {
  margin-top: -9px;
  margin-bottom: -9px;
  font-weight: 700;
  text-align: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -78px;
  padding-bottom: 158px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/20110614-2126-_MG_4277-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seconds-head {
  margin-top: -12px;
  color: #722d6a;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.lite-head {
  margin-top: 77px;
  color: #722d6a;
  font-size: 33px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 13px;
  text-transform: capitalize;
}

.lite-head.investment {
  margin-top: 0px;
  margin-bottom: 47px;
  font-family: Oswald, sans-serif;
  font-weight: 200;
  letter-spacing: 26px;
  text-transform: lowercase;
}

.lite-head.investment.guide-title {
  position: absolute;
  left: 0px;
  top: 101px;
  right: 0px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.lite-head.investment.guide-title.cover {
  top: 121px;
  text-align: center;
}

.lite-head.investment.guide-title.cover.wed {
  top: 101px;
}

.lite-head.investment.albums {
  letter-spacing: 16px;
}

.reasonslide {
  display: inline-block;
  background-color: transparent;
}

.reasons-slide-nav {
  display: block;
  margin-right: 73px;
  margin-bottom: -50px;
  margin-left: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.reason-slides {
  height: 450px;
  max-width: 450px;
  margin: 19px 35px 35px;
  border-radius: 6px;
  background-color: transparent;
}

.left-arrow {
  max-height: 50px;
  max-width: 50px;
  color: #722d6a;
}

.right-arrow {
  max-height: 50px;
  max-width: 50px;
  color: #722d6a;
}

.reason-head {
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reason-paragraph {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: hsla(0, 0%, 100%, 0.89);
  line-height: 28px;
}

.nitty-gritty-flex-block {
  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;
}

.about-kristine-flex-block {
  position: relative;
  display: block;
  height: 90%;
  padding-bottom: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/KristinePurpleDressCrop.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about-kp-image-section {
  height: 68vh;
}

.hi {
  position: absolute;
  left: 202px;
  top: 137px;
  max-height: 100px;
  max-width: 200px;
  color: #fff;
  font-size: 118px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.about-kp-tabs-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 33px;
  margin-bottom: 217px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3 {
  color: hsla(0, 0%, 100%, 0.77);
}

.reasons-mask {
  margin-right: 44px;
  margin-left: 44px;
  border-radius: 0px;
}

.about-tabs-container {
  display: block;
  text-align: center;
}

.about-kp-tab-paragraphs {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  margin-top: 21px;
  margin-bottom: 30px;
}

.kp-about-tab-headings {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kp-about-tab-headings:hover {
  color: rgba(114, 45, 106, 0.41);
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kp-about-tab-backgrounds {
  background-color: transparent;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}

.kp-about-tab-backgrounds.w--current {
  border-bottom: 2px solid #722d6a;
  background-color: transparent;
  text-decoration: none;
}

.im-kristine {
  position: absolute;
  left: 301px;
  top: 224px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  text-transform: capitalize;
}

.love-notes-section {
  margin-bottom: 137px;
  padding-top: 79px;
}

.love-notes-section.investment {
  padding-top: 0px;
}

.horizontal-divider---white {
  width: 100px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.read-more {
  display: inline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgba(130, 199, 75, 0.84);
  font-weight: 400;
}

.read-less {
  display: inline;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgba(130, 199, 75, 0.84);
  font-weight: 400;
}

.whats-included-section {
  margin-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 22, 48, 0.79)), to(rgba(43, 22, 48, 0.79))), url('../images/Albums_002.jpg');
  background-image: linear-gradient(180deg, rgba(43, 22, 48, 0.79), rgba(43, 22, 48, 0.79)), url('../images/Albums_002.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.whats-included-section.portraits {
  background-image: linear-gradient(127deg, rgba(0, 0, 0, 0.31) 36%, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(43, 22, 48, 0.79), rgba(43, 22, 48, 0.79)), url('../images/Portrait-Album_001-1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.whats-included-section.seniors {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 22, 48, 0.79)), to(rgba(43, 22, 48, 0.79))), url('../images/Senior-Portrait-Prints_001-1.jpg');
  background-image: linear-gradient(180deg, rgba(43, 22, 48, 0.79), rgba(43, 22, 48, 0.79)), url('../images/Senior-Portrait-Prints_001-1.jpg');
}

.whats-included-section.headshots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125vh;
  padding-left: 78px;
  -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-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 20, 46, 0.79)), color-stop(40%, rgba(40, 20, 45, 0.67)), to(transparent)), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
  background-image: linear-gradient(90deg, rgba(41, 20, 46, 0.79), rgba(40, 20, 45, 0.67) 40%, transparent), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.large-white-heading {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 94px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.large-white-heading.headshots {
  padding-top: 46px;
}

.small-info-text {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
}

.white-subheadings {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.white-subheadings.dark-gray-subhead {
  margin-top: 35px;
  margin-bottom: 23px;
  color: #2e2e35;
  font-weight: 400;
}

.white-paragraph {
  max-width: 500px;
  margin-right: 20px;
  margin-bottom: 51px;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.82);
  font-weight: 300;
}

.row-3 {
  display: block;
  margin-top: 61px;
  padding-bottom: 87px;
  -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;
  text-align: left;
}

.headshots-whats-included-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -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;
}

.investment-columns {
  padding-right: 34px;
  padding-left: 34px;
  background-color: transparent;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 136px;
  -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-video-heading-bold {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 69px;
  font-weight: 900;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.background-video-heading-bold.bg-video-heading-lite {
  position: relative;
  margin-left: 11px;
  font-weight: 100;
  letter-spacing: 3px;
}

.background-video-heading-bold.video-small-head-lite {
  position: relative;
  margin-left: 0px;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 3px;
}

.background-video-heading-bold.video-small-head-lite.bold {
  font-weight: 700;
}

.background-video-overlay-text {
  position: absolute;
  left: 84px;
  top: 191px;
}

.contact-section {
  padding-bottom: 49px;
  background-color: rgba(185, 236, 107, 0.31);
}

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

.contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 104px;
  -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;
}

.contact-text {
  max-width: 600px;
  margin-top: 33px;
  margin-bottom: 35px;
  font-family: Gudea, sans-serif;
  color: #2e2e35;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.contact-links {
  margin-top: 10px;
  font-weight: 600;
}

.contact-links.footer-contact-links {
  display: block;
  margin-top: 2px;
  color: #a5449a;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 2px;
}

.contact-links.footer-contact-links:hover {
  color: #722d6a;
}

.contact-links.footer-contact-links.footer-email {
  margin-top: 44px;
  color: #a5449a;
  letter-spacing: 2px;
}

.contact-links.footer-contact-links.footer-email:hover {
  color: #722d6a;
}

.footer-section {
  margin-top: 49px;
  margin-bottom: 0px;
}

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

.hours {
  display: block;
  margin-top: 0px;
  color: #a8a8a8;
  font-size: 13px;
  text-align: right;
  letter-spacing: 1px;
}

.hours.job-description {
  margin-bottom: 24px;
}

.footer-div {
  width: 75vw;
  margin-top: 25px;
}

.vertical-divider-gray {
  display: block;
  width: 1px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  background-color: #cacaca;
}

.internal-footer-page-links {
  display: block;
  margin-bottom: 6px;
  color: #a8a8a8;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.internal-footer-page-links:hover {
  color: #5d5d5d;
  letter-spacing: 4px;
}

.internal-footer-page-links:focus {
  color: #333;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.social-buttons-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.image-5 {
  padding-top: 6px;
}

.image-6 {
  padding-top: 6px;
}

.copyright-section {
  display: block;
  margin-top: 42px;
  margin-bottom: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copyright-text {
  max-width: 650px;
  margin-top: 66px;
  padding-right: 6px;
  padding-left: 6px;
  color: #a8a8a8;
  font-size: 12px;
  text-align: center;
}

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

.rich-text-testimonials {
  overflow: hidden;
}

.rich-text-testimonials img {
  margin-right: 0px;
  margin-bottom: -28px;
}

.rich-text-testimonials h2 {
  font-family: Lato, sans-serif;
  color: #722d6a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
}

.rich-text-testimonials h3 {
  margin-top: -16px;
  padding-top: 0px;
  font-family: Gudea, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.rich-text-testimonials p {
  margin-top: -11px;
}

.row-4 {
  margin-right: 27px;
  margin-left: 27px;
}

.testimonial-div {
  margin-top: 49px;
}

.faq-section {
  margin-top: 99px;
  margin-bottom: 101px;
  padding-top: 81px;
}

.faq-question-wrapper {
  display: block;
  -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;
}

.faq-answers {
  overflow: hidden;
  margin-bottom: 9px;
  margin-left: 5px;
}

.top-arrow-line {
  position: relative;
  left: -20px;
  top: 21px;
  display: block;
  width: 15px;
  height: 2px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #722d6a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottom-arrow-line {
  position: relative;
  left: -20px;
  top: 29px;
  width: 15px;
  height: 2px;
  background-color: #722d6a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-questions {
  display: inline;
  margin-left: 6px;
  color: #722d6a;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.faq-questions.little-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 3px;
  cursor: default;
}

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

.menu-text {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.landing-page-grid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 242px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-image-block {
  width: 33.33vw;
  height: 33.33vh;
  background-image: url('../images/20160924-1917-0134.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block:hover {
  background-image: url('../images/20160924-1917-0134.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridportrait {
  width: 33.3vw;
  height: 33.3vh;
  background-image: url('../images/MIssoulaMontanaPortraitPhotography_003.jpg');
  background-position: 50% 100%;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}

.grid-image-block.gridportrait:hover {
  overflow: visible;
  background-image: url('../images/MIssoulaMontanaPortraitPhotography_003.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridwed {
  width: 33.3vw;
  height: 33.3vh;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer;
}

.grid-image-block.gridwed:hover {
  background-image: url('../images/20160924-1917-0134.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridelope {
  width: 33.3vw;
  height: 33.3vh;
  background-image: url('../images/MontanaElopementPhotography_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  cursor: pointer;
}

.grid-image-block.gridelope:hover {
  background-image: url('../images/MontanaElopementPhotography_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridsenior {
  background-image: url('../images/20150910-1836-009.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-image-block.gridsenior:hover {
  background-image: url('../images/20150910-1836-009.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.grid-image-block.grideditorial {
  background-image: url('../images/20160214-1506-James-Lee-Burke-for-REA_16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-image-block.grideditorial:hover {
  background-image: url('../images/20160214-1506-James-Lee-Burke-for-REA_16.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridfood {
  background-image: url('../images/Missoula-Montana-Food-Photographer---Salad-with-Cheese-Crumbles.jpg');
  background-position: 50% 50%;
  background-size: 131%;
}

.grid-image-block.gridfood:hover {
  background-image: url('../images/20150418-1243-Waffles_052.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridheadshots {
  background-image: url('../images/HeadshotsCombined.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.grid-image-block.gridheadshots:hover {
  background-image: url('../images/HeadshotsCombined.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridwild {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_009-1.jpg');
  background-position: 18% 58%;
  background-size: 170%;
}

.grid-image-block.gridwild:hover {
  background-image: url('../images/20171118-1324-RoughLeggedHawk_009.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-image-block.gridblog {
  background-image: url('../images/20130913-1020-GlacierKKE_342.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-image-block.gridblog:hover {
  background-image: url('../images/20130913-1020-GlacierKKE_342.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3vw;
  height: 33.3vh;
  margin: 14px 0px 0px;
  padding: 0px 8px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sprout-form {
  width: 50vw;
}

.grid-logo-header-container {
  position: absolute;
  left: 31vw;
  top: 31vh;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38vw;
  padding: 7px;
  -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;
}

.image-11 {
  position: relative;
  left: 0px;
}

.tracking-code {
  width: 100px;
  height: 100px;
  margin-top: 34px;
  text-align: center;
}

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

.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 750px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.filters.editorial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filters.albums {
  max-width: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid {
  margin: 8px;
}

.grid.editorial {
  overflow: hidden;
  margin-right: -5px;
  margin-left: -5px;
  padding-right: 0px;
}

.masonry-grid-sizer {
  display: none;
  width: 32%;
}

.item {
  width: 33.3%;
  padding: 5px;
  float: left;
}

.item.weddings {
  display: inline-block;
  width: 25%;
}

.item.engagements {
  width: 25%;
}

.item.elopements {
  display: inline-block;
  width: 33.3%;
}

.item.portraits {
  display: inline-block;
  width: 25%;
}

.item.ed-main-port {
  display: inline-block;
  width: 33.3%;
}

.item.portraits {
  display: inline-block;
  width: 25%;
}

.item.seniors {
  display: inline-block;
  width: 33%;
}

.item.fewerheadshots {
  overflow: hidden;
  width: 32.46%;
  margin: 5px;
  padding: 0px;
}

.item.moreheadshots {
  overflow: hidden;
  width: 32.46%;
  margin: 5px;
  padding: 0px;
}

.item.edpersonalities {
  width: 33.3%;
}

.item.edreportage {
  width: 33.3%;
}

.item.jamesleeburke {
  width: 33.3%;
}

.item.leef {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}

.item.rockthedress {
  width: 25%;
}

.item.riverrunsthroughit {
  width: 33.3%;
}

.item.edmontanaliving {
  width: 33.3%;
}

.item.fallontaylor {
  width: 33.3%;
}

.item.albums-acrylic {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-laser {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-embossed {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-embossed-cameo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-minimalist {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-minimal {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.item.albums-wooden {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
}

.vertical-love-notes-images {
  display: block;
  margin-right: 0px;
  margin-bottom: 5px;
  float: none;
}

.testimonial-pull-quote {
  margin-bottom: 4px;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.testimonial-name-location {
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.testimonial-full {
  overflow: hidden;
}

.testimonial-full.investment p {
  font-size: 17px;
  line-height: 36px;
}

.testimonial-collection-item {
  display: block;
  padding: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-love-notes-images {
  margin-bottom: 5px;
}

.testimonial-collection-list-wrapper {
  margin: 0px;
}

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

.grid-transluscent-hover-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 32.4vw;
  height: 33.3vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(28, 24, 70, 0.5);
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
  transition: opacity 500ms cubic-bezier(.25, .46, .45, .94);
}

.grid-transluscent-hover-overlay:hover {
  opacity: 1;
}

.love-notes-div {
  display: block;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.side-nav-bar {
  position: fixed;
  top: 0px;
  right: -235px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.side-nav-container {
  width: 275px;
  margin-left: 0px;
}

.side-nav-link-dot {
  position: absolute;
  left: 15px;
  top: 4px;
  z-index: 1002;
  display: inline;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 50px;
  background-color: #333;
}

.side-nav-link-dot.w--current {
  background-color: #a3d657;
}

.side-nav-link-dot.w--current:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  margin: 10px 0px;
  padding: 10px;
  border-radius: 50px;
  background-color: rgba(130, 199, 75, 0.84);
}

.side-nav-link-dot.one {
  top: 0px;
}

.side-nav-link-dot.two {
  top: 26px;
}

.side-nav-link-dot.three {
  top: 52px;
}

.side-nav-link-dot.three.w--current {
  top: 52px;
}

.side-nav-link-dot.four {
  top: 78px;
}

.side-nav-link-dot.four.w--current {
  top: 78px;
}

.side-nav-link-dot.five {
  top: 104px;
}

.side-nav-link-dot.six {
  top: 130px;
}

.side-nav-link-dot.seven {
  top: 156px;
}

.side-nav-link-dot.eight {
  top: 182px;
}

.side-nav-link-dot.nine {
  top: 208px;
}

.side-nav-link-dot.ten {
  top: 234px;
}

.side-nav-link-text {
  left: 90px;
  z-index: 1001;
  width: 185px;
  padding: 5px 45px 0px 0px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.side-nav-link-text:hover {
  font-family: Oswald, sans-serif;
  color: #a3d657;
  letter-spacing: 1px;
}

.side-nav-link-text.w--current {
  color: #a3d657;
}

.side-nav-link-text.top-link {
  border-top-left-radius: 5px;
}

.side-nav-link-text.bottomlink {
  padding-bottom: 5px;
  border-bottom-left-radius: 5px;
}

.main-gallery-section {
  height: 125vh;
}

.tagline-solid-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
  background-color: #fff;
  text-align: center;
}

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

.tagline-heading {
  position: absolute;
  left: 0px;
  top: 26px;
  right: 0px;
  bottom: 0px;
  display: block;
  font-family: Montserrat, sans-serif;
  color: #722d6a;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tagline-heading.first {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
}

.tagline-heading.second {
  display: block;
  overflow: hidden;
}

.tagline-heading.third {
  display: block;
  overflow: hidden;
}

.tagline-heading.fourth {
  display: block;
  overflow: hidden;
}

.tagline-heading.fifth {
  overflow: hidden;
}

.meet-kp-section {
  position: fixed;
  left: 0px;
  top: 84px;
  right: 0px;
  z-index: 900;
  margin-top: 0px;
  background-color: #fff;
}

.about-section {
  height: 100vh;
  margin-top: 42px;
}

.about-section.glacier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 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;
}

.about-section.humor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.love {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.friends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.birds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.cake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.travel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.joy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-section.you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 128px;
  -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;
}

.about-column {
  display: block;
}

.about-headings {
  margin-top: 11px;
  margin-bottom: 11px;
  color: #722d6a;
  font-size: 31px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-down-arrows {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1.5px solid #722d6a;
  border-radius: 50%;
  cursor: pointer;
}

.left-arrow-part {
  position: absolute;
  left: 12px;
  top: 25px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-link-block {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  margin-left: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-arrow-part {
  position: absolute;
  left: 16px;
  top: 23px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.right-arrow-part {
  position: absolute;
  left: 21px;
  top: 25px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.loading-white-color-block {
  position: absolute;
  z-index: 1011;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.about-up-arrows {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border: 1.5px solid #722d6a;
  border-radius: 50%;
  cursor: pointer;
}

.up-left-arrow-part {
  position: absolute;
  left: 12px;
  top: 25px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.up-center-arrow-part {
  position: absolute;
  left: 16px;
  top: 23px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.up-right-arrow-part {
  position: absolute;
  left: 21px;
  top: 25px;
  width: 15px;
  height: 3px;
  background-color: #722d6a;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrows-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
}

.self-portrait-slide-1 {
  border-style: none;
  border-color: transparent;
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

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

.self-portrait-slider {
  height: 56vh;
  border-style: none;
  background-color: transparent;
}

.self-portrait-slide-2 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_002.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slider-mask {
  height: 56vh;
  border-style: none;
}

.column-6 {
  border-style: none;
}

.self-portrait-slide-3 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_003.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-4 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_004.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-5 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_005.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-6 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_006.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-7 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_007.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-8 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_008.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-9 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_009.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-10 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_010.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-11 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_011.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-12 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_012.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-13 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_013.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-14 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_014.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-15 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_015.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-16 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_016.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-17 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_017.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-18 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_018.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-19 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_019.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.self-portrait-slide-20 {
  background-color: transparent;
  background-image: url('../images/Kristine-Paulsen-Photography-Self-Portraits_020.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-div-container {
  display: block;
  width: 80vw;
  margin-top: 0px;
  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;
}

.about-div-container.slideshow {
  position: absolute;
  margin-top: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.about-div-container.glacier {
  margin-top: 15vh;
}

.vertical-images {
  height: 56vh;
  max-width: 49%;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-pics {
  height: 56vh;
}

.jump-to-top {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
}

.jump-to-top:hover {
  font-size: 14px;
  letter-spacing: 2px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: static;
}

.navbar-2 {
  position: relative;
}

.tap-preventer-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 25;
  display: block;
  background-color: transparent;
}

.slideshow-overlay-tap-preventer {
  position: absolute;
  left: 8vw;
  z-index: 8;
  display: block;
  width: 85%;
  height: 125vh;
  background-color: transparent;
}

.scroll-down-reminder-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
}

.scroll-down-reminder-head.scroll-down {
  font-size: 22px;
  font-weight: 400;
}

.slide-3 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_003-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_004-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_004a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_005-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_006-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_007-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_007a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_008-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_009-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_010-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_011-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_012-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_013-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_014-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_015-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_016-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_017-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/Kristine-Paulsen-Photography-Weddings-Engagements-Rock-the-Dress_018-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-1 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_001-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.el-slide-2 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_002-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-3 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_003-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-4 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_004-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-5 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_005-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-6 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_006-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-7 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_007-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-8 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_008-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-9 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_009-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-10 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_010-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-11 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_011-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-12 {
  background-image: url('../images/Kristine-Paulsen-Photography-Elopements-and-Intimate-Weddings_012-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-more-images-section {
  position: relative;
  margin-top: 108px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.el-white-subheadings {
  max-width: 500px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.el-white-paragraph {
  max-width: 500px;
  margin-right: 20px;
  margin-bottom: 51px;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.82);
  font-weight: 300;
}

.el-white-paragraph.headshots {
  margin-bottom: 79px;
}

.individual-testimonial-wrapper {
  padding: 36px;
}

.nav-container {
  display: block;
  overflow: hidden;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.full-screen-image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editorial-slider {
  width: 100vw;
  height: 100vh;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

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

.slide-21 {
  background-image: url('../images/Missoula-Montana-Photojournalist_001-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-22 {
  background-image: url('../images/Missoula-Montana-Photojournalist_002-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.editorial-logo-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  margin-top: 10px;
}

.editorial-title {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.editorial-title.black {
  margin-right: 16px;
  margin-bottom: 0px;
  float: none;
  color: #2e2e35;
  line-height: 40px;
}

.editorial-title-subhead {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 250px;
  margin-top: -17px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.editorial-title-subhead.black {
  display: inline;
  width: auto;
  padding-bottom: 4px;
  color: #2e2e35;
  line-height: 40px;
  letter-spacing: 16px;
}

.view-work-container {
  position: absolute;
  left: 0px;
  top: 45vh;
  right: 0px;
  z-index: 10;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-work-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 500ms ease;
  transition: color 400ms ease, background-color 500ms ease;
  font-family: Abel, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.view-work-button:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
  font-family: Abel, sans-serif;
  color: #fff;
  letter-spacing: 5px;
}

.wed-portraits-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin-bottom: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.editorial-subhead-small {
  position: static;
  z-index: 10;
  margin-bottom: 0px;
  -webkit-transition: font-size 500ms ease;
  transition: font-size 500ms ease;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.editorial-subhead-small:hover {
  font-size: 13px;
}

.wed-portraits-link-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.editorial-nav-bar-div {
  position: relative;
  top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: absolute;
  top: -17px;
  right: 0px;
}

.editorial-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 110px;
  background-color: #fff;
}

.brand {
  position: absolute;
  left: 0px;
  top: 33.3%;
  margin-left: 20px;
}

.editorial-nav-link {
  top: 4px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #a8a8a8;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  font-family: Abel, sans-serif;
  color: #5d5d5d;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.editorial-nav-link:hover {
  font-family: Abel, sans-serif;
  color: #ffdf0f;
  letter-spacing: 2px;
}

.editorial-nav-link.w--current {
  -webkit-transition: color 600ms ease, font-size 500ms ease;
  transition: color 600ms ease, font-size 500ms ease;
  font-family: Oswald, sans-serif;
  color: #2e2e35;
  font-size: 13px;
  font-weight: 900;
}

.nav-divider-line {
  position: absolute;
  top: 29px;
  z-index: 10;
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #e0e0e0;
  color: #a8a8a8;
}

.editorial-footer {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
}

.editorial-footer-text {
  font-family: Gudea, sans-serif;
  font-size: 11px;
  line-height: 26px;
  text-align: center;
}

.editorial-link {
  color: #e2c626;
}

.editorial-link:hover {
  color: #000;
}

.grid-sizer {
  display: none;
  width: 33.3%;
}

.portfolio-filters {
  position: relative;
  width: 100vw;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.about-kp-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 80vh;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(39%, rgba(255, 202, 249, 0.15)), to(rgba(255, 223, 15, 0.15)));
  background-image: linear-gradient(90deg, rgba(255, 202, 249, 0.15) 39%, rgba(255, 223, 15, 0.15));
}

.editorial-image-container {
  display: block;
  overflow: hidden;
  width: 34%;
  height: 100%;
  margin-right: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Lilacs-and-Kristine_001.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.editorial-main-heading {
  padding-left: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Hammersmith One', sans-serif;
  color: #2e2e35;
  font-size: 34px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.editorial-main-heading.contact {
  text-align: center;
}

.editorial-main-heading.placeholder-page {
  font-family: Oswald, sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}

.editorial-main-heading.modal {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
}

.editorial-paragraph {
  overflow: auto;
  max-height: 600px;
  max-width: 600px;
  margin-bottom: 0px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 25px;
  text-align: left;
}

.about-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 600px;
  max-width: 600px;
  margin-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  float: left;
  -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-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;
}

.about-text-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-section-desktop {
  position: static;
  display: block;
  overflow: hidden;
  -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;
}

.select-clients-container {
  display: inline-block;
  width: 34%;
  padding-top: 38px;
  padding-left: 38px;
  float: left;
}

.editorial-sub-head {
  padding-left: 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Hammersmith One', sans-serif;
  color: #2e2e35;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.editorial-sub-head.commercial {
  display: inline-block;
  padding-left: 38px;
}

.magazine-samples-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.3%;
  height: 100%;
  -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;
}

.mag-cover-image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mag-cover-image {
  overflow: hidden;
  max-width: 103%;
  margin-left: -6px;
  -webkit-transition: opacity 400ms cubic-bezier(.25, .1, .316, .826);
  transition: opacity 400ms cubic-bezier(.25, .1, .316, .826);
}

.mag-cover-image:hover {
  opacity: 0.5;
}

.commercial-clients-container {
  display: block;
  padding-top: 38px;
  padding-left: 6px;
}

.magazine-title {
  position: relative;
  display: block;
  background-color: #fff;
}

.magazine-title-head {
  margin-bottom: 0px;
  padding: 5px 12px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e2e2e2;
  font-family: Abel, sans-serif;
  color: #2e2e35;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
}

.magazine-description {
  position: relative;
  display: block;
  background-color: #fff;
  font-family: Abel, sans-serif;
  font-size: 10px;
}

.magazine-description-paragraph {
  margin-bottom: 0px;
  padding: 12px;
  border-top: 1px solid #e4e4e4;
  font-family: Abel, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.body {
  padding-top: 100px;
}

.body-2 {
  padding-top: 100px;
}

.body-3 {
  padding-top: 150px;
}

.mag-title-paragraph-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.magazine-samples-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  position: static;
  display: block;
}

.clients-paragraphs {
  line-height: 28px;
}

.clients-paragraphs.commercial {
  padding-left: 38px;
  -webkit-column-count: 2;
  column-count: 2;
}

.clients-section-mobile {
  position: static;
  display: block;
  overflow: hidden;
  -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;
}

.editorial-contact-body {
  padding-top: 100px;
}

.editorial-contact-section {
  padding-top: 38px;
}

.editorial-form-text-field {
  height: 100%;
  padding: 27px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f1f1f1;
  color: #2e2e35;
}

.editorial-form-text-field:focus {
  border-color: #ffdf0f;
  font-weight: 700;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 44px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.editorial-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  margin-top: 6px;
  margin-bottom: 11px;
  padding: 25px 28px;
  border: 1px solid #2e2e35;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #2e2e35;
  letter-spacing: 4px;
}

.submit-button:hover {
  background-color: rgba(255, 223, 15, 0.31);
}

.textarea {
  height: 100%;
}

.textarea.editorial-form-text-field {
  height: 100%;
  border-style: solid;
  border-color: #f1f1f1;
}

.textarea.editorial-form-text-field:focus {
  border-color: #ffdf0f;
}

.form-message-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 11px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.editorial-form-container {
  margin-top: 42px;
}

.success-message-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
}

.link-2 {
  color: #5d5d5d;
  font-weight: 700;
}

.link-2:hover {
  color: #2e2e35;
}

.editorial-social-link-block {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.ed-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
}

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

.portraits-slide-1 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_001-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-2 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_002-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-3 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_003-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-4 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_004-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-5 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_005-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-6 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_006-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-7 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_007-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-8 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_008-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-9 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_008a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-10 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_009-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-11 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_010-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-12 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_011-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-13 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_012-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-14 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_013-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-15 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_014-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-16 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_015-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-17 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_016-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-18 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_017-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portraits-slide-19 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Montana-Portraits_018-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.portrait-more-images-section {
  position: relative;
  margin-top: 108px;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fff;
}

.seniors-slide-1 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_001-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-2 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_002-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-3 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_002a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-4 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_002b-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-5 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_003-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-6 {
  background-image: url('../images/20120423-2045-_MG_8431-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-7 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_004a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-8 {
  background-image: url('../images/20121025-1733-JLsr_524-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-9 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_005a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-10 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_005b-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-11 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_005c-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-12 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_006-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-13 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_006a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-14 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_007-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-15 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_007a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-16 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_008-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-17 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_008a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-18 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_008b-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-19 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_009-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-20 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_009a-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.seniors-slide-21 {
  background-image: url('../images/Kristine-Paulsen-Photography-Missoula-Senior-Photos_009b-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.headshots-filters {
  position: relative;
  margin-top: 22px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.headshots-main-images {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.headshots-main-images:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.photoj-underline {
  width: 340px;
  height: 5px;
  margin-top: -5px;
  border-top: 1px solid #ffdf0f;
}

.container-8 {
  margin-top: 20px;
}

.thank-you-success-message {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #f1f1f1;
}

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

.success-container {
  margin-top: 42px;
}

.footer-genre-links {
  display: inline-block;
  margin: 8px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  color: #a8a8a8;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-genre-links:hover {
  color: #5d5d5d;
  letter-spacing: 4px;
}

.footer-genre-links:focus {
  color: #333;
}

.footer-genre-links.w--current {
  color: #333;
  font-weight: 700;
}

.footer-genre-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.before-after-image-section {
  position: relative;
  display: block;
  width: 38vw;
  height: 90vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.bfr-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/KP-Retouch_002.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bfr-img-bg-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/KP-Retouch_001.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bfr-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.bfr-aft {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.after-img-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.line {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4px;
  margin-left: -2px;
  -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;
}

.after-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
}

.line-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: ew-resize;
}

.body-4 {
  overflow: visible;
}

.before-after-title-section {
  margin-bottom: 28px;
  padding-top: 60px;
}

.container-9 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.copyright-text-link {
  letter-spacing: 0px;
}

.copyright-text-link:hover {
  letter-spacing: 0px;
}

.image-14 {
  position: relative;
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.placeholder-genre-name {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 250px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  font-family: Abel, sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.under-construction-wrapper {
  position: absolute;
  left: 5vw;
  top: 25vh;
  right: 0px;
  z-index: 10;
  display: block;
  width: 35vw;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
}

.under-construction-text-container {
  position: static;
  left: 10vw;
  top: 29vh;
  right: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.under-construction-text-container.contact-form {
  width: 50vw;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 50px 0 rgba(0, 0, 0, 0.27);
}

.modal-wrapper {
  position: fixed;
  left: 0vw;
  top: 0vh;
  right: 0vw;
  bottom: 0vh;
  z-index: 9999;
  display: none;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, rgba(102, 45, 140, 0.95), rgba(186, 231, 71, 0.89));
}

.placeholder-contact-form-block {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-right: 7px;
  padding-left: 7px;
  border-radius: 3px;
}

.placeholder-contact-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.placeholder-contact-form-text-field {
  padding: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f1f1f1;
  color: #2e2e35;
}

.placeholder-contact-form-text-field:focus {
  border-color: #722d6a;
  font-weight: 700;
}

.placeholder-contact-form-text-field.names:focus {
  border-color: #722d6a;
}

.placeholder-contact-button {
  display: block;
  width: 202px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 60px 18px 25px;
  border-radius: 3px;
  background-image: url('../images/message.png'), linear-gradient(45deg, #662d8c 17%, #bae747);
  background-position: 86% 50%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.placeholder-contact-button:hover {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.placeholder-contact-button.modal {
  width: 140px;
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-hero {
  margin-bottom: 20px;
  padding: 10px 40px 23px;
  background-image: linear-gradient(62deg, #bae747, #662d8c);
  box-shadow: inset 0 -11px 20px -8px rgba(0, 0, 0, 0.31);
  color: #fff;
}

.close-modal-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  padding: 5px;
  cursor: pointer;
}

.success-message-placeholder {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.thank-you-section {
  margin-top: 61px;
  margin-bottom: 146px;
}

.thank-you-container {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thank-you-text-wrapper {
  width: 60vw;
  padding: 4px 27px 8px 4px;
}

.thank-you-gif-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-heading-purple-no-animation {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #722d6a;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-heading-purple-no-animation.investment {
  max-width: 550px;
  margin-top: 33px;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  line-height: 51px;
  text-align: center;
  letter-spacing: 6px;
}

.section-heading-purple-no-animation.investment.guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  color: #fff;
  font-size: 78px;
  font-weight: 400;
}

.section-heading-purple-no-animation.investment.guide-title.cover {
  top: 32px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading-purple-no-animation.investment.guide-title.cover.wed {
  top: 0px;
}

.section-heading-purple-no-animation.investment.albums {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
}

.section-heading-purple-no-animation.investment.albums.step-2-albums {
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.placeholder-paragraph {
  overflow: auto;
  max-height: 600px;
  max-width: 600px;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 25px;
  text-align: left;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-wrapper.style-guide-wrapper {
  margin-left: 270px;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.preloader-icon {
  width: 40px;
}

.investment-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
}

.investment-section.how-to-view {
  position: relative;
  overflow: hidden;
  width: auto;
  margin-bottom: 158px;
}

.investment-section.guide {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-bottom: 107px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.investment-section.guide.welcome {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investment-section.guide.love-notes {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.investment-section.guide.apart {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investment-section.guide.collections {
  width: 50vw;
  height: auto;
}

.investment-section.guide.collections.glacier-autumn {
  background-image: url('../images/20151010-1714-057.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.investment-section.guide.footer {
  height: auto;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #7c3969;
}

.investment-section.guide.made-with-love {
  height: auto;
  margin-bottom: 40px;
  -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;
}

.investment-section.guide.lifestyle {
  height: auto;
  margin-top: 76px;
  -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;
}

.investment-section.guide.products {
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.investment-section.guide.overflow-on {
  overflow: visible;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.investment-section.wall-portrait-options {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-bottom: 47px;
}

.investment-section.wall-portrait-questionnaire {
  width: 100%;
  margin-bottom: 86px;
}

.investment-section.album-filters {
  overflow: visible;
  width: 100vw;
  margin-top: 55px;
  margin-bottom: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.investment-section.album-steps {
  margin-top: 80px;
  margin-bottom: 82px;
}

.investment-section.album-steps.last {
  margin-bottom: 20px;
}

.investment-info-paragraph {
  display: block;
  width: auto;
  margin: 21px;
  font-size: 18px;
  line-height: 44px;
}

.investment-info-paragraph.columns {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.investment-info-paragraph.columns.intro {
  width: 50%;
  -webkit-column-count: 1;
  column-count: 1;
}

.investment-info-paragraph.columns.intro.wall-portraits {
  width: 70%;
}

.investment-info-paragraph.columns.intro.albums {
  width: auto;
  max-width: 650px;
}

.investment-info-paragraph.answers {
  overflow: auto;
  width: 80%;
}

.investment-info-paragraph.love-notes {
  display: block;
  width: 50%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}

.investment-info-paragraph.love-notes-2 {
  width: 75%;
  margin-top: 56px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.investment-info-paragraph._3-columns {
  width: 75%;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 4.4em;
  column-gap: 4.4em;
}

.investment-info-paragraph.sets-apart {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.investment-info-paragraph.lifestyle {
  width: 50%;
  text-align: left;
}

.investment-info-paragraph.session-description {
  margin-top: 0px;
  font-size: 16px;
  line-height: 38px;
}

.investment-info-paragraph.session-description.product.elope {
  width: 75%;
}

.investment-info-paragraph.albums {
  margin: 0px 0px 33px;
}

.investment-info-paragraph.half {
  width: 50%;
}

.gray-line-divider {
  display: block;
  width: 50%;
  height: 10px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  border-top: 2px solid #f1f1f1;
}

.investment-subheading {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.investment-subheading.purple-subheading {
  margin-top: 35px;
  margin-bottom: 23px;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 28px;
  font-weight: 300;
}

.investment-subheading.purple-subheading.questionnaire {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.investment-subheading.purple-subheading.steps {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.investment-subheading.purple-subheading.steps.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ways-to-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/20140906-2029-0171.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/20140906-2029-0171.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ways-to-view.portraits {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/20180724-2124-037-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/20180724-2124-037-1.jpg');
}

.ways-to-view.senior {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/20160912-1926-013-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/20160912-1926-013-1.jpg');
}

.way {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 88px 3% 96px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.15);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}

.way-icon {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.way-divider {
  width: 32px;
  height: 3px;
  margin-top: 34px;
  margin-bottom: 24px;
  background-color: #e6927d;
}

.way-text {
  margin-top: 20px;
  line-height: 33px;
}

.way-number {
  margin-top: 11px;
  font-size: 28px;
  font-weight: 700;
}

.vertical-image {
  max-height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: left;
}

.vertical-image.center {
  display: block;
  max-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.horizontal-image {
  overflow: visible;
  width: 100vw;
  max-width: 100vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.flex-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-column.intro {
  -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;
}

.flex-column.welcome {
  position: static;
}

.flex-column.sets-apart {
  padding-top: 89px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-column.horizontal {
  max-width: 800px;
  margin-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-column.horizontal.steps {
  max-width: 800px;
}

.flex-column.half {
  overflow: visible;
  width: 50%;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-column.half.inside-padding {
  padding: 52px;
}

.div-block-20 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guide-head-1 {
  position: relative;
  z-index: 5;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 65px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.guide-head-1.page-2 {
  position: absolute;
  left: auto;
  top: 161px;
  right: 157px;
  margin-top: 33px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 116px;
  line-height: 51px;
}

.guide-head-1.page-2.portraits {
  top: 7px;
  right: 123px;
}

.guide-head-1.page-2.seniors {
  top: 153px;
  right: 123px;
}

.guide-head-1.green-welcome {
  left: 0px;
  top: 42px;
  padding-right: 5px;
  padding-left: 10px;
  background-color: #fff;
  color: #65912a;
}

.guide-head-1.why {
  position: static;
  left: 0px;
  top: 0px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 53px;
  line-height: 53px;
  letter-spacing: 4px;
}

.guide-head-1.why.purple {
  color: #722d6a;
  text-align: center;
}

.guide-head-1.why.purple.red {
  width: 75%;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #ee351f;
}

.guide-head-1.why.purple.red.black {
  margin-bottom: 21px;
  color: #000;
}

.guide-head-1.why.purple.red.black.reduce-padding {
  margin-top: 34px;
  font-size: 17px;
  text-transform: uppercase;
}

.guide-head-1.why.purple.red.yellow {
  color: #f8d000;
}

.guide-head-1.why.green {
  color: #7faf4c;
}

.guide-head-1.relationships {
  font-size: 44px;
  text-align: center;
}

.guide-head-1.genuine {
  margin-bottom: 32px;
  text-align: center;
}

.guide-head-1.apart {
  top: 116px;
  color: #fff;
  font-size: 99px;
}

.guide-head-1.apart.elope.dark {
  color: #4d6a5f;
}

.guide-head-1.apart.elope.senior {
  top: 98px;
  color: #ffb90a;
}

.guide-head-1.what-sets {
  position: absolute;
}

.guide-head-1.questions {
  width: 80%;
  margin-right: 21px;
  margin-bottom: 20px;
  margin-left: 21px;
  font-size: 44px;
  text-align: center;
  letter-spacing: 4px;
}

.guide-head-1.love {
  left: 0px;
  top: 0px;
  margin-bottom: 4px;
  color: #4e758f;
  font-size: 53px;
  line-height: 53px;
  letter-spacing: 4px;
}

.guide-head-1.love.white {
  color: #fff;
}

.guide-head-1.love.white.session-types {
  position: absolute;
  left: 33px;
  top: auto;
  bottom: 23px;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 2px;
}

.guide-head-1.love.white.session-types.senior {
  position: static;
  left: auto;
  right: 33px;
  bottom: 23px;
}

.guide-head-1.pricing-3 {
  margin-bottom: 31px;
  font-size: 39px;
  text-align: center;
  letter-spacing: 4px;
}

.guide-head-1.collections {
  position: static;
  left: 0px;
  top: 0px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 31px;
  line-height: 53px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.guide-head-1.collections.choose {
  margin-bottom: 18px;
  font-size: 140px;
}

.guide-head-1.collections.collection-name {
  font-size: 100px;
  line-height: 150px;
}

.guide-head-1.session-choice {
  margin-top: 41px;
  margin-bottom: 4px;
  font-size: 39px;
  letter-spacing: 4px;
}

.guide-head-1.love-notes {
  font-size: 45px;
  text-align: center;
  letter-spacing: 5px;
}

.guide-head-2 {
  position: static;
  left: -17px;
  top: 72px;
  z-index: 5;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 48px;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.guide-head-2.white {
  position: absolute;
  left: auto;
  top: 300px;
  right: 78px;
  color: #fff;
}

.guide-head-2.white.senior {
  right: 57px;
  font-size: 61px;
}

.guide-head-2.why {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
}

.guide-head-2.why.purple {
  color: #722d6a;
  text-align: center;
}

.guide-head-2.why.dark {
  color: #000;
}

.guide-head-2.thrive-1 {
  line-height: 76px;
  text-align: center;
}

.guide-head-2.love {
  margin-bottom: 0px;
  color: #4e758f;
  font-size: 40px;
  line-height: 1.5;
}

.guide-head-2.love.white-text {
  color: #fff;
}

.guide-head-2.pricing-2 {
  margin-top: 50px;
  margin-bottom: 80px;
  line-height: 76px;
  text-align: center;
}

.guide-head-2.pricing-2.reduce-margin {
  margin-bottom: 4px;
}

.guide-head-2.pricing-2.reduce-margin.smaller-width {
  width: 50%;
}

.guide-head-2.collections {
  margin-bottom: 0px;
  margin-left: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.guide-head-2.collections.choose {
  width: 22%;
  margin-left: 26px;
  font-size: 42px;
  text-align: justify;
}

.guide-head-2.collections.choose.credit {
  width: 35%;
  text-align: left;
}

.guide-head-2.collections.collection-price {
  margin-left: 29px;
  font-size: 23px;
  letter-spacing: 5px;
}

.guide-head-2.collections.collection-price.most-popular {
  position: absolute;
  left: auto;
  top: auto;
  right: -66px;
  bottom: 30px;
  z-index: 20;
  color: #e2c626;
  font-size: 15px;
  letter-spacing: 3px;
}

.guide-head-2.session-types {
  margin-top: 18px;
  font-size: 29px;
}

.guide-head-2.session-types.price {
  margin-top: 0px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.guide-head-2.session-types.price.two-lines {
  line-height: 30px;
}

.guide-head-2.session-types.product-option {
  margin-bottom: 0px;
  text-align: center;
}

.guide-head-2.sale-items {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  line-height: 72px;
  text-align: center;
}

.guide-head-2.sale-items.add-padding {
  margin-top: 59px;
}

.kristine-signature {
  position: static;
  top: -93px;
  z-index: 5;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.signature-wrapper {
  position: relative;
  top: -59px;
  right: -317px;
  width: 250px;
  background-color: #fff;
}

.bordered-text-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding: 21px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 4px solid #2e2e35;
}

.bordered-text-wrapper.thin-white {
  position: absolute;
  width: 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;
  border-width: 2px;
  border-color: #fff;
}

.bordered-text-wrapper.thin-white.why-kp {
  right: 31px;
  bottom: 223px;
  padding: 30px;
}

.bordered-text-wrapper.thin-white.why-kp.portraits {
  position: static;
  width: 250px;
  height: 250px;
  border-color: #000;
}

.bordered-text-wrapper.thin-white.why-kp.portraits.square {
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
}

.bordered-text-wrapper.thin-white.why-kp.portrait-why {
  left: 65%;
  top: 69px;
  right: auto;
  bottom: auto;
}

.bordered-text-wrapper.thin-white.why-kp.senior {
  left: 40%;
  top: 69px;
  right: auto;
  bottom: auto;
}

.bordered-text-wrapper.thin-white.why-kp.seniors {
  position: static;
  width: 250px;
  height: 250px;
  border-color: #000;
}

.bordered-text-wrapper.thin-white.why-kp.seniors.square {
  width: 250px;
  height: 250px;
  max-height: 250px;
  max-width: 250px;
}

.bordered-text-wrapper.thin-white.faq {
  right: 238px;
  bottom: 332px;
  padding: 30px;
}

.bordered-text-wrapper.thin-white.faq.senior {
  left: 238px;
  right: auto;
  bottom: 332px;
}

.bordered-text-wrapper.thin-white.love-notes {
  position: absolute;
  padding: 30px;
  border-color: #4e758f;
}

.bordered-text-wrapper.thin-white.featured-sessions {
  left: 42%;
  top: 249px;
  background-color: rgba(0, 0, 0, 0.27);
}

.image-16 {
  margin-bottom: 73px;
}

.serif-quote {
  position: absolute;
  font-family: Merriweather, serif;
  color: #fff;
  text-transform: uppercase;
}

.serif-quote.future {
  left: 59px;
  top: 45px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
}

.serif-quote.future.dark {
  color: #30546c;
}

.serif-quote.future.dark.portraits {
  left: auto;
  top: auto;
  right: 156px;
  bottom: 112px;
}

.serif-quote.future.portraits {
  left: auto;
  top: auto;
  right: 250px;
  bottom: 82px;
}

.serif-quote.future.senior {
  left: auto;
  top: auto;
  right: 282px;
  bottom: 306px;
}

.serif-quote.future-2 {
  left: 110px;
  top: 83px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
}

.serif-quote.future-2.dark {
  color: #30546c;
}

.serif-quote.future-2.portraits {
  left: auto;
  top: auto;
  right: 43px;
  bottom: 43px;
}

.serif-quote.future-2.senior {
  left: auto;
  top: auto;
  right: 110px;
  bottom: 266px;
}

.script-quote {
  position: absolute;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 73px;
  letter-spacing: 0px;
}

.script-quote.future-3 {
  left: 558px;
  top: 112px;
  line-height: 40px;
  font-weight: 300;
  text-transform: none;
}

.script-quote.future-3.pink {
  color: #efe6d8;
}

.script-quote.future-3.portraits {
  left: auto;
  top: auto;
  right: 241px;
  bottom: 38px;
}

.script-quote.future-3.senior {
  left: auto;
  top: auto;
  right: 146px;
  bottom: 223px;
}

.quote-author {
  position: absolute;
  left: 728px;
  top: 134px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 0px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quote-author.dark {
  color: #30546c;
}

.quote-author.portraits {
  left: auto;
  top: auto;
  right: 49px;
  bottom: 17px;
}

.quote-author.senior {
  left: auto;
  top: auto;
  right: 91px;
  bottom: 189px;
}

.love-notes-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
}

.pricing-wrapper {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guide-head-3 {
  position: relative;
  z-index: 5;
  font-family: Oswald, sans-serif;
  color: #722d6a;
  font-size: 48px;
  line-height: 63px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.guide-head-3.pricing {
  width: 70vw;
  margin-top: 46px;
  text-align: center;
}

.guide-head-3.pricing.yellow {
  color: #ffd52c;
}

.include-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
}

.transparent-bullet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  margin-top: 24px;
  padding-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;
  background-color: transparent;
  color: #fff;
}

.rich-text-pricing p {
  color: #fff;
}

.rich-text-pricing.pricing-bullet-points.include {
  color: #5d5d5d;
  font-size: 20px;
  line-height: 45px;
}

.pricing-unordered-list {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.pricing-unordered-list.bold-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 0px;
  padding-left: 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;
  color: #fff;
}

.pricing-unordered-list.bold-headings.dollar-amount {
  width: 10%;
}

.pricing-unordered-list.bold-headings.portraits {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-bullet-points {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: 0px;
}

.pricing-bullet-points.bonus {
  font-family: Oswald, sans-serif;
  color: #ffd52c;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-bullet-points.italic-retainer-info {
  font-size: 19px;
}

.pricing-bullet-points.italic-retainer-info.upgrade-info {
  margin-top: 12px;
  color: #e2c626;
  line-height: 26px;
  text-shadow: 0 0 35px #000;
}

.collection-names-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 25px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.down-arrow {
  margin-bottom: 25px;
}

.purple-sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 300px;
  padding-top: 42px;
  background-color: rgba(114, 45, 92, 0.88);
}

.cta-text {
  padding: 20px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  text-align: justify;
}

.pricing-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150vh;
}

.pricing-section-wrapper.step-1 {
  height: 75vh;
  -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/20140803-2117-0130.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-section-wrapper.glacier {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20140826-1727-064-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.glacier.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20160613-1919-026-1.jpg');
  background-position: 0px 0px, 50% 100%;
}

.pricing-section-wrapper.garnet {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Elopement_016-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.garnet.wed {
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20171007-1803-082-1.jpg');
}

.pricing-section-wrapper.garnet.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Missoula-Senior-Photos_004.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pricing-section-wrapper.sapphire {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Elopement_020-1-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.sapphire.wed {
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20140725-2055-0083-1.jpg');
}

.pricing-section-wrapper.sapphire.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20150525-1430-016-1.jpg');
  background-position: 0px 0px, 100% 0px;
}

.pricing-section-wrapper.huckleberry {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20150530-1700-0056-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.huckleberry.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20120226-1634-_MG_5399-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pricing-section-wrapper.step-2 {
  height: 80vh;
  -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/20170701-2058-099.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-section-wrapper.step-2.elope {
  margin-top: 112px;
  background-image: url('../images/Elopement_017-1.jpg');
}

.pricing-section-wrapper.step-2.portraits {
  margin-top: 112px;
  background-image: url('../images/20150519-1831-024.jpg');
  background-position: 50% 50%;
}

.pricing-section-wrapper.step-2.seniors {
  margin-top: 112px;
  background-image: url('../images/20120423-1750-_MG_8097.jpg');
  background-position: 50% 50%;
}

.pricing-section-wrapper.step-3 {
  height: 80vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 82, 133, 0.61)), to(rgba(48, 82, 133, 0.61))), url('../images/Elopement_019-1.jpg');
  background-image: linear-gradient(180deg, rgba(48, 82, 133, 0.61), rgba(48, 82, 133, 0.61)), url('../images/Elopement_019-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.pricing-section-wrapper.step-3.wed {
  background-image: url('../images/20170624-2123-104-1-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-section-wrapper.step-3.portraits {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Senior-Portrait-Prints_001-1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Senior-Portrait-Prints_001-1.jpg');
}

.pricing-section-wrapper.cedar {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20140826-1727-064-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.cedar.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20160613-1919-026-1.jpg');
  background-position: 0px 0px, 50% 100%;
}

.pricing-section-wrapper.cedar.senior {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20121019-1730-MDsr_590-1.jpg');
  background-position: 0px 0px, 50% 100%;
}

.pricing-section-wrapper.willow {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Elopement_016-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.willow.wed {
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20171007-1803-082-1.jpg');
}

.pricing-section-wrapper.willow.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Missoula-Senior-Photos_004.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pricing-section-wrapper.willow.senior {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Missoula-Senior-Photos_004.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pricing-section-wrapper.aspen {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Elopement_020-1-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.aspen.wed {
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20140725-2055-0083-1.jpg');
}

.pricing-section-wrapper.aspen.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20150525-1430-016-1.jpg');
  background-position: 0px 0px, 100% 0px;
}

.pricing-section-wrapper.aspen.senior {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20120907-2004-PLSenior_510-1.jpg');
  background-position: 0px 0px, 100% 0px;
}

.pricing-section-wrapper.spruce {
  overflow: hidden;
  height: 100vh;
  margin-top: 112px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20150530-1700-0056-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.pricing-section-wrapper.spruce.portraits {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/20120226-1634-_MG_5399-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pricing-section-wrapper.spruce.senior {
  overflow: visible;
  background-image: linear-gradient(43deg, rgba(202, 218, 142, 0.37), #4d2275), url('../images/Missoula-Senior-Photos_005.jpg');
  background-position: 0px 0px, 50% 50%;
}

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

.div-block-22 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-23 {
  margin-right: 14px;
  border-radius: 100%;
  background-color: #a3d657;
}

.image-18 {
  padding: 17px;
}

.investment-footer-text {
  font-family: Oswald, sans-serif;
  color: #a3d657;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.investment-footer-text.white {
  color: #fff;
  font-weight: 200;
  text-transform: lowercase;
}

.made-with-love-text {
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.made-with-love-text.right-margin {
  margin-right: 8px;
}

.made-with-love-text.left-margin {
  margin-left: 7px;
}

.image-20 {
  width: 100px;
  margin-top: 57px;
}

.flex-steps-horizontal {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-steps-horizontal.collection-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 94.5%, 0.6);
}

.flex-steps-horizontal.session-types {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.flex-steps-vertical {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-steps-vertical.session-options {
  width: 24%;
  margin: 45px 61px;
}

.flex-steps-vertical.products {
  width: 23%;
  margin: 45px 31px;
}

.flex-steps-vertical.products.elope {
  width: 40%;
}

.scrollifysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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;
}

.scrollifysection.purple {
  width: 100%;
  height: 100vh;
  background-color: #722d6a;
}

.scrollifysection.red {
  width: 100%;
  height: auto;
  background-color: #d32f2f;
}

.scrollifysection.pink {
  width: 100%;
  height: 100vh;
  background-color: #d81b60;
}

.heading-6 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 217px;
  line-height: 218px;
}

.image-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.image-container:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.body-5 {
  text-align: left;
}

.sg-sidebar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 270px;
  padding-top: 48px;
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #f1f1f1;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 128px 6%;
  -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;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  background-color: transparent;
}

.style-block {
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 22px;
}

.paragraph-small.copyright {
  color: #a8a8a8;
  text-align: center;
}

.section-intro {
  display: block;
  max-width: 600px;
  margin: 80px auto;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-style-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 48px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-style-wrapper.dark-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 24, 70, 0.5)), to(rgba(28, 24, 70, 0.5))), url('../images/20140725-2055-0083-1.jpg');
  background-image: linear-gradient(180deg, rgba(28, 24, 70, 0.5), rgba(28, 24, 70, 0.5)), url('../images/20140725-2055-0083-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.color-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: 0px;
  background-color: #bae747;
}

.color-hover.left {
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 3px;
}

.link-button-text {
  position: relative;
  z-index: 1;
}

.sg-sidebar-link {
  width: 100%;
  padding: 10px 40px;
  font-family: Oswald, sans-serif;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.sg-sidebar-link:hover {
  font-family: Oswald, sans-serif;
  color: #000;
  text-decoration: underline;
}

.sg-sidebar-link.w--current {
  box-shadow: inset 5px 0 0 0 #bae747;
  -webkit-transition: color 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  transition: color 400ms ease, background-color 400ms ease, box-shadow 400ms ease;
  color: #000;
}

.sg-sidebar-link.editorial.w--current {
  box-shadow: inset 5px 0 0 0 #e2c626;
}

.sg-sidebar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-left: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-sidebar-heading {
  margin-bottom: 40px;
}

.grid-heading {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
  cursor: pointer;
}

.link-3 {
  color: #a5449a;
}

.lite {
  font-weight: 200;
}

.lite.lowercase {
  text-transform: lowercase;
}

.lite.lowercase.white-transparent {
  margin-top: 0px;
  color: hsla(0, 0%, 100%, 0.77);
}

.purple {
  color: #722d6a;
}

.white-transparent {
  margin-top: 155px;
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.77);
}

.h1-lite {
  font-weight: 300;
}

.h2-lite {
  font-weight: 200;
}

.h2-lite.about-fun {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: #722d6a;
  text-align: center;
}

.h3-lite {
  font-weight: 300;
}

.h3-lite.leftalign {
  text-align: left;
}

.h4-lite {
  font-weight: 200;
}

.h4-lite.album-info-hover-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h4-lite.album-info-hover-text:hover {
  opacity: 1;
}

.h4-lite.album-info-hover-text.color-name {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -16px;
  background-color: hsla(0, 0%, 100%, 0.81);
}

.h5-lite {
  font-weight: 300;
}

.h6-lite {
  font-weight: 200;
}

.section-head-no-animation {
  text-align: center;
}

.editorial-head-styles-dark-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.editorial-head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 48px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.editorial-head-wrapper.dark-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 24, 70, 0.5)), to(rgba(28, 24, 70, 0.5))), url('../images/20140725-2055-0083-1.jpg');
  background-image: linear-gradient(180deg, rgba(28, 24, 70, 0.5), rgba(28, 24, 70, 0.5)), url('../images/20140725-2055-0083-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.filters-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 750px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.filters-2.editorial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.filter-button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.background-video-overlay-text-2 {
  position: absolute;
  left: 84px;
  top: 266px;
}

.wall-portrait-questionnaire {
  width: 60%;
}

.about-fun {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.about-fun.padding {
  padding-right: 6px;
  padding-left: 6px;
}

.fun-head-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fun-heart {
  position: relative;
  top: -6px;
  margin: 15px 34px;
}

.about-fun-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide21 {
  background-image: url('../images/Missoula-Montana-Wedding-Photographer_001-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.el-slide-13 {
  background-image: url('../images/Montana-Elopement-Photographer_003-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-14 {
  background-image: url('../images/Montana-Elopement-Photographer_002-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-15 {
  background-image: url('../images/Montana-Elopement-Photographer_001-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-16 {
  background-image: url('../images/Montana-Elopement-Photographer_004-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.portraits-slide-20 {
  background-image: url('../images/Montana-Portrait-Photographer_007-1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.section-heading-about-page-no-animate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 16px;
  -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;
  text-align: center;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-23 {
  background-image: url('../images/Montana-Photojournalist-Reportage_002-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/Missoula-Montana-Photojournalist-Montana-Living_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/Missoula-Montana-Photojournalist_006-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.el-slide-17 {
  background-image: url('../images/Montana-Glacier-Elopement-Photographer_001-1.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-stories-button-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f1f1f1;
}

.photo-stories-published-info {
  padding-bottom: 4px;
  font-family: Abel, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.photo-stories-published-info.tearsheet-link {
  padding-bottom: 15px;
}

.photo-stories-published-info.leef {
  padding-bottom: 15px;
}

.utility-page-heading {
  text-align: center;
}

.utility-page-text-block {
  text-align: left;
}

.utility-page-image {
  margin-bottom: 15px;
}

.b-slide-1 {
  background-image: url('../images/Missoula-Boudoir-Photography_002-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-slide-2 {
  background-image: url('../images/Missoula-Boudoir-Photography_001-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-1 {
  background-image: url('../images/Missoula-Food-Photographer_004-1.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-2 {
  background-image: url('../images/Missoula-Food-Photographer_007-1.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-3 {
  background-image: url('../images/Missoula-Food-Photographer_001-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-4 {
  background-image: url('../images/Missoula-Food-Photographer_005-1.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-5 {
  background-image: url('../images/Missoula-Food-Photographer_006-1.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
}

.food-slide-6 {
  background-image: url('../images/Missoula-Food-Photographer_003-1.jpg');
  background-position: 50% 68%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-1 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_009-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-2 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_006-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-3 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_008-1.jpg');
  background-position: 23% 31%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-4 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_002-1.jpg');
  background-position: 50% 89%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-5 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_005-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-6 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_004-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wt-slide-7 {
  background-image: url('../images/Montana-Landscape-and-Wildlife-Photographer_003-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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: #6e94a7;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.camera-menu-button-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 500ms ease-out;
  transition: -webkit-transform 500ms ease-out;
  transition: transform 500ms ease-out;
  transition: transform 500ms ease-out, -webkit-transform 500ms ease-out;
  cursor: pointer;
}

.camera-menu-button-wrapper:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.top-camera-line {
  position: relative;
  top: -33px;
  display: block;
  width: 45px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a3d657;
}

.bottom-camera-line {
  position: relative;
  display: block;
  width: 45px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a3d657;
}

.left-camera-line {
  position: relative;
  left: -22px;
  top: -13px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a3d657;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.right-camera-line {
  position: relative;
  left: 22px;
  top: 28px;
  display: block;
  width: 31px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #a3d657;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.camera-lens {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #a3d657;
  border-radius: 110%;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.camera-viewfinder {
  position: relative;
  top: -43px;
  display: block;
  width: 15px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #a3d657;
  border-radius: 4px;
}

.camera-lens-small {
  position: relative;
  left: -1px;
  top: 20px;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #a3d657;
  border-radius: 110%;
  background-color: transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hamburger-button-2 {
  margin-top: 12px;
  padding: 0px;
  border-radius: 100px;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #91b92b;
}

.hamburger-button-2:hover {
  border-radius: 0px;
  color: #fff;
}

.hamburger-button-2.w--open {
  margin-top: 12px;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
}

.nav-menu-row {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.kp-animated-text-container {
  position: relative;
}

.nav-slide-menu {
  position: absolute;
  left: 0px;
  top: 79px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.new-logo-container {
  padding-left: 23px;
}

.menu-open-close-container {
  overflow: visible;
  padding-right: 32px;
}

.new-main-kp-nav-bar.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
}

.div-block-25 {
  margin-top: 51px;
  margin-bottom: 14px;
}

.albums-hover-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.78);
  opacity: 0;
}

.grid2 {
  margin: 8px;
}

.item2 {
  width: 33.3%;
  margin-bottom: 40px;
  padding: 5px;
  float: left;
}

.item2.acrylic-covers {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 16.66%;
}

.item2.embossed-cameo-minimalist-covers {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 16.66%;
}

.item2.laser-covers {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 16.66%;
}

.item2.wood-covers {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 16.66%;
}

.filters2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 750px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.filters2.albums {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.three-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 565px;
  margin-bottom: 14px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3-up-images {
  width: 33.3%;
  padding-right: 7px;
  padding-left: 7px;
}

.link-4 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 4px;
}

.link-4:hover {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
}

.link-5 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.link-5:hover {
  font-family: Oswald, sans-serif;
  letter-spacing: 4px;
}

.senior-girl-name {
  font-family: 'Great Vibes', cursive;
  font-size: 76px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.senior-name-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.senior-name-wrapper.kristi {
  right: 219px;
}

.senior-name-wrapper.chase {
  left: 210px;
}

.senior-name-wrapper.emilee {
  right: 214px;
  bottom: 92px;
}

.senior-name-wrapper.miranda {
  right: 271px;
}

.senior-boy-name {
  font-family: Oswald, sans-serif;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.subtext {
  font-size: 17px;
  line-height: 0px;
  font-weight: 600;
}

.iglandingheader {
  margin-bottom: 44px;
}

.iginfogridsection {
  height: auto;
  margin-bottom: 100px;
}

.iggriddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  padding: 27px;
  -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;
}

.igwebsiteiframeembeds {
  width: 100%;
  height: 100%;
  padding-top: 27px;
}

.iglinkblock {
  width: 100%;
  height: 50vh;
}

.iglandinghead {
  margin-top: 42px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #722d6a;
}

.iglandinghead:hover {
  color: #a3d657;
}

.grid-2 {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 50px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flashwrapdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  -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;
}

.individualgridwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="headshots-animate-in"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .button.portfolios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button.ghost-button.galleries {
    margin-bottom: 21px;
  }
  .top-navigation-bar {
    overflow: visible;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  .more-images-section {
    margin-top: 92px;
  }
  .section-heading {
    padding: 18px;
    font-size: 42px;
  }
  .section-heading.centered {
    line-height: 40px;
  }
  .kristine-paulsen-photography-header {
    margin-top: 6px;
    margin-bottom: 20px;
    margin-left: 12px;
    line-height: 40px;
  }
  .kristine-paulsen-photography-header.grid-kp-heading {
    position: relative;
    margin-bottom: 0px;
  }
  .row-2 {
    padding-bottom: 1px;
  }
  .logo-container {
    width: auto;
    padding-top: 7px;
  }
  .kpp-text-container {
    height: 90px;
  }
  .main-gallery-slideshow {
    height: 70vh;
  }
  .welcome-scroll-down-section {
    margin-top: 0px;
  }
  .light-gray-subheading {
    font-size: 14px;
  }
  .the-nitty-gritty-section {
    margin-top: 42px;
  }
  .column-4 {
    margin-top: 124px;
  }
  .about-kp-image-section {
    height: 50vh;
  }
  .hi {
    left: 135px;
    top: 97px;
  }
  .about-kp-tabs-section {
    margin-top: 85px;
  }
  .kp-about-tab-headings {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .kp-about-tab-headings:hover {
    letter-spacing: 3px;
  }
  .im-kristine {
    left: 160px;
    top: 198px;
  }
  .whats-included-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 22, 48, 0.79)), to(rgba(43, 22, 48, 0.79))), url('../images/Albums_002.jpg');
    background-image: linear-gradient(180deg, rgba(43, 22, 48, 0.79), rgba(43, 22, 48, 0.79)), url('../images/Albums_002.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .whats-included-section.headshots {
    height: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 20, 46, 0.79)), color-stop(40%, rgba(40, 20, 45, 0.67)), to(transparent)), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
    background-image: linear-gradient(90deg, rgba(41, 20, 46, 0.79), rgba(40, 20, 45, 0.67) 40%, transparent), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
    background-position: 0px 0px, -626px 0px;
  }
  .small-info-text {
    margin-top: -25px;
  }
  .white-paragraph {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .background-video {
    height: 75vh;
  }
  .background-video-heading-bold {
    top: -123px;
  }
  .background-video-heading-bold.video-small-head-lite {
    margin-bottom: 3px;
    text-align: left;
  }
  .contact-links.footer-contact-links.footer-email {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .faq-question-wrapper {
    padding-right: 36px;
    padding-left: 36px;
  }
  .faq-questions {
    line-height: 32px;
  }
  .landing-page-grid-section {
    margin-bottom: 189px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-image-block {
    width: 50vw;
  }
  .grid-image-block.gridportrait {
    width: 50vw;
  }
  .grid-image-block.gridwed {
    width: 50vw;
  }
  .grid-image-block.gridelope {
    width: 50vw;
    background-position: 71% 50%;
  }
  .grid-image-block.gridfood {
    background-size: cover;
  }
  .grid-image-block.gridwild {
    background-size: cover;
  }
  .grid-link-block {
    width: 50vw;
  }
  .sprout-form {
    width: 75vw;
  }
  .grid-logo-header-container {
    left: 27vw;
    width: 45vw;
  }
  .filters.albums {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .item.weddings {
    width: 25%;
  }
  .item.engagements {
    width: 25%;
  }
  .item.elopements {
    width: 25%;
  }
  .item.portraits {
    width: 25%;
  }
  .item.ed-main-port {
    width: 25%;
  }
  .item.portraits {
    width: 25%;
  }
  .item.seniors {
    width: 25%;
  }
  .item.fewerheadshots {
    width: 32%;
  }
  .item.moreheadshots {
    width: 32%;
  }
  .item.edpersonalities {
    width: 25%;
  }
  .item.edreportage {
    width: 25%;
  }
  .item.jamesleeburke {
    width: 25%;
  }
  .item.leef {
    width: 50%;
  }
  .item.rockthedress {
    width: 25%;
  }
  .item.riverrunsthroughit {
    width: 25%;
  }
  .item.edmontanaliving {
    width: 25%;
  }
  .item.fallontaylor {
    width: 25%;
  }
  .item.albums-acrylic {
    width: 25%;
  }
  .item.albums-laser {
    width: 25%;
  }
  .item.albums-embossed {
    width: 25%;
  }
  .item.albums-embossed-cameo {
    width: 25%;
  }
  .item.albums-minimalist {
    width: 25%;
  }
  .item.albums-minimal {
    width: 25%;
  }
  .item.albums-wooden {
    width: 25%;
  }
  .testimonial-pull-quote {
    text-align: center;
  }
  .grid-transluscent-hover-overlay {
    width: 48vw;
  }
  .main-gallery-section {
    height: 75vh;
  }
  .tagline-solid-overlay {
    margin-top: -23px;
  }
  .tagline-heading {
    margin-top: 15px;
  }
  .tagline-heading.first {
    margin-bottom: 0px;
  }
  .tagline-heading.second {
    margin-bottom: 0px;
  }
  .tagline-heading.third {
    margin-bottom: 0px;
  }
  .tagline-heading.fourth {
    margin-bottom: 0px;
  }
  .tagline-heading.fifth {
    margin-bottom: 0px;
  }
  .mobile-nav-button {
    position: fixed;
    right: 12px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 417px;
    max-height: 417px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .mobile-nav-button-container {
    position: absolute;
    bottom: 0px;
    height: 417px;
    max-height: 417px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .mobile-nav-menu {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 283px;
    height: 417px;
    max-height: 417px;
    padding-top: 8px;
    float: right;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  .mobile-nav-link {
    position: relative;
    left: 13px;
    top: 14px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 225px;
    padding: 3px 20px;
    float: none;
    font-family: Oswald, sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 31px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .mobile-nav-link:hover {
    font-family: Oswald, sans-serif;
    color: #a3d657;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .mobile-nav-link.w--current {
    color: #a3d657;
  }
  .purple-div-dot {
    position: relative;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: #722d6a;
    text-align: center;
  }
  .purple-div-dot.middle {
    position: absolute;
    top: 22px;
    border-radius: 30%;
  }
  .purple-div-dot.bottom {
    position: absolute;
    top: 31px;
    border-radius: 30%;
  }
  .purple-div-dot.top {
    position: absolute;
    top: 13px;
    border-radius: 30%;
  }
  .mobile-navigation-button {
    position: absolute;
    right: 3px;
    bottom: 2px;
    z-index: 1005;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    max-height: 50px;
    max-width: 50px;
    -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-radius: 50%;
    background-color: #bae747;
    cursor: pointer;
  }
  .meet-kp-section {
    margin-top: 0px;
  }
  .about-section.glacier {
    margin-top: 0px;
  }
  .about-section.humor {
    padding-top: 259px;
  }
  .about-section.love {
    padding-top: 259px;
  }
  .about-section.friends {
    padding-top: 259px;
  }
  .about-section.birds {
    padding-top: 259px;
  }
  .about-section.cake {
    padding-top: 259px;
  }
  .about-section.travel {
    padding-top: 259px;
  }
  .about-section.joy {
    padding-top: 259px;
  }
  .about-section.you {
    padding-top: 276px;
  }
  .about-headings {
    font-size: 20px;
    line-height: 33px;
  }
  .self-portrait-slider {
    height: 38vh;
  }
  .self-portrait-slider-mask {
    height: 38vh;
  }
  .about-div-container {
    width: 95vw;
    margin-top: -10vh;
  }
  .about-div-container.slideshow {
    width: 95vw;
    margin-top: -5vh;
  }
  .about-div-container.glacier {
    width: 95vw;
    margin-top: 19vh;
  }
  .vertical-images {
    height: 38vh;
  }
  .horizontal-pics {
    display: block;
    height: 38vh;
    margin-right: auto;
    margin-left: auto;
  }
  .jump-to-top {
    margin-bottom: 11px;
  }
  .you-paragraph {
    margin-bottom: 4px;
  }
  .slideshow-overlay-tap-preventer {
    height: 70vh;
  }
  .scroll-down-reminder-head {
    padding: 18px;
    font-size: 42px;
    line-height: 50px;
  }
  .el-more-images-section {
    margin-top: 92px;
  }
  .el-white-paragraph {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-21 {
    background-position: -181px 0px;
  }
  .slide-22 {
    background-position: 89% 50%;
  }
  .editorial-title.black {
    display: block;
    margin-right: 0px;
    float: none;
  }
  .editorial-title-subhead.black {
    position: relative;
    display: inline;
    margin-top: -6px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .wed-portraits-link-block {
    width: auto;
  }
  .editorial-nav-bar-div {
    top: 0px;
    margin-top: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    position: relative;
    top: 66px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .editorial-navbar {
    height: 150px;
    margin-top: 0px;
  }
  .brand {
    left: 0px;
    top: 0%;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portfolio-filters {
    margin-top: 92px;
  }
  .about-kp-section {
    height: 80vh;
  }
  .editorial-image-container {
    margin-right: 43px;
  }
  .editorial-main-heading {
    text-align: center;
  }
  .editorial-paragraph {
    margin-bottom: 30px;
  }
  .about-text-container {
    overflow: auto;
    max-height: 650px;
    padding-bottom: 0px;
  }
  .select-clients-container {
    display: inline-block;
    width: 100%;
    padding-right: 38px;
    padding-bottom: 38px;
    float: none;
    background-color: hsla(0, 0%, 94.5%, 0.2);
  }
  .editorial-sub-head {
    text-align: left;
  }
  .magazine-samples-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mag-cover-image {
    max-width: 103%;
  }
  .commercial-clients-container {
    padding-top: 0px;
  }
  .body {
    padding-top: 150px;
  }
  .body-3 {
    padding-top: 150px;
  }
  .magazine-samples-div {
    overflow: hidden;
    margin-top: -27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .clients-paragraphs.commercial {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .editorial-clients-wrapper {
    width: 50%;
    float: left;
  }
  .section-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .editorial-contact-body {
    padding-top: 150px;
  }
  .success-message-2 {
    width: 70%;
  }
  .portrait-more-images-section {
    margin-top: 92px;
  }
  .headshots-filters {
    margin-top: 92px;
  }
  .photoj-underline {
    display: block;
    margin-top: -23px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-genre-links {
    -webkit-box-flex: 180px;
    -webkit-flex: 180px;
    -ms-flex: 180px;
    flex: 180px;
  }
  .before-after-image-section {
    width: 45vw;
    height: 70vh;
  }
  .bfr-img-bg {
    height: 70vh;
  }
  .bfr-img-bg-2 {
    height: 70vh;
  }
  .bfr-img {
    height: 60vh;
  }
  .bfr-aft {
    height: 70vh;
  }
  .after-img-bg {
    height: 70vh;
  }
  .after-img {
    height: 70vh;
  }
  .under-construction-wrapper {
    left: 0vw;
    display: block;
    width: 55vw;
    margin-right: auto;
    margin-left: auto;
  }
  .under-construction-text-container.contact-form {
    width: 75vw;
  }
  .success-message-placeholder {
    width: 90%;
  }
  .section-heading-purple-no-animation {
    padding: 18px;
    font-size: 42px;
  }
  .section-heading-purple-no-animation.investment {
    padding: 0px;
  }
  .section-heading-purple-no-animation.investment.albums {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
  .section-heading-purple-no-animation.investment.albums.step-2-albums {
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
  .placeholder-paragraph {
    margin-bottom: 40px;
  }
  .investment-section.guide {
    display: block;
    overflow: visible;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .investment-section.guide.love-notes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .investment-section.guide.collections {
    width: 100vw;
  }
  .investment-section.guide.collections.pricing-2 {
    height: 100vh;
  }
  .investment-section.guide.collections.glacier-autumn {
    height: 125vh;
    background-position: 50% 100%;
  }
  .investment-section.guide.footer {
    height: auto;
  }
  .investment-section.guide.made-with-love {
    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;
  }
  .investment-section.guide.overflow-on {
    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;
  }
  .investment-section.guide.overflow-on.horizontal-pics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .investment-section.guide.overflow-on.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .investment-info-paragraph {
    width: 80%;
  }
  .investment-info-paragraph.columns {
    width: 100%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .investment-info-paragraph.columns.intro {
    width: 80%;
  }
  .investment-info-paragraph.columns.intro.wall-portraits {
    width: 90%;
  }
  .investment-info-paragraph.columns.intro.albums {
    width: 90%;
  }
  .investment-info-paragraph.love-notes {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .investment-info-paragraph.love-notes-2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .investment-info-paragraph._3-columns {
    width: 75%;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .investment-info-paragraph.sets-apart {
    width: 75%;
  }
  .investment-info-paragraph.lifestyle {
    width: 57%;
  }
  .investment-info-paragraph.session-description {
    width: 100%;
  }
  .investment-info-paragraph.session-description.product {
    width: auto;
  }
  .investment-subheading.purple-subheading.questionnaire {
    width: 80%;
  }
  .ways-to-view {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .way {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    box-shadow: 1px 0 0 0 hsla(0, 0%, 100%, 0.15), 0 1px 0 0 hsla(0, 0%, 100%, 0.15);
  }
  .flex-column.intro {
    width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-column.thrive {
    margin-top: 50px;
  }
  .flex-column.half {
    width: 90%;
  }
  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-head-1.page-2 {
    top: 10px;
    font-size: 69px;
  }
  .guide-head-1.green-welcome {
    left: 5px;
  }
  .guide-head-1.why {
    font-size: 31px;
  }
  .guide-head-1.why.purple {
    font-size: 53px;
  }
  .guide-head-1.apart.elope.dark {
    top: 98px;
  }
  .guide-head-1.apart.elope.senior {
    top: 56px;
  }
  .guide-head-1.what-sets {
    top: 67px;
  }
  .guide-head-1.love.white.session-types {
    left: 18px;
    bottom: 0px;
    font-size: 19px;
  }
  .guide-head-1.collections.choose {
    font-size: 115px;
  }
  .guide-head-1.collections.collection-name {
    font-size: 81px;
  }
  .guide-head-1.collections.collection-name.huckleberry {
    font-size: 63px;
  }
  .guide-head-2.white {
    top: 112px;
    right: 42px;
    font-size: 38px;
  }
  .guide-head-2.white.senior {
    top: 260px;
  }
  .guide-head-2.why {
    font-size: 23px;
  }
  .guide-head-2.why.purple {
    margin-top: 30px;
    font-size: 40px;
  }
  .guide-head-2.pricing-2 {
    font-size: 40px;
  }
  .guide-head-2.pricing-2.reduce-margin {
    width: 43%;
    font-size: 36px;
  }
  .guide-head-2.pricing-2.reduce-margin.smaller-width {
    width: 80%;
  }
  .guide-head-2.collections.choose {
    width: 28%;
    font-size: 34px;
  }
  .guide-head-2.collections.collection-price.most-popular {
    right: -14px;
  }
  .guide-head-2.sale-items {
    width: 80%;
  }
  .guide-head-2.sale-items.add-padding {
    font-size: 37px;
  }
  .signature-wrapper {
    right: -184px;
  }
  .bordered-text-wrapper {
    width: 95vw;
  }
  .bordered-text-wrapper.thin-white.why-kp {
    bottom: 56px;
  }
  .bordered-text-wrapper.thin-white.why-kp.elope {
    bottom: 109px;
  }
  .bordered-text-wrapper.thin-white.why-kp.portraits {
    margin-bottom: 79px;
  }
  .bordered-text-wrapper.thin-white.why-kp.portrait-why {
    left: 66%;
    top: 32px;
  }
  .bordered-text-wrapper.thin-white.why-kp.senior {
    left: 35%;
    top: 32px;
  }
  .bordered-text-wrapper.thin-white.faq {
    right: 139px;
    bottom: 190px;
  }
  .bordered-text-wrapper.thin-white.faq.senior {
    left: 107px;
    bottom: 175px;
  }
  .bordered-text-wrapper.thin-white.love-notes {
    right: 139px;
    bottom: 190px;
  }
  .bordered-text-wrapper.thin-white.featured-sessions {
    left: 36%;
    top: 49px;
  }
  .serif-quote.future {
    top: 18px;
  }
  .serif-quote.future.portraits {
    right: 80px;
    width: 100%;
  }
  .serif-quote.future.senior {
    left: 32px;
    right: auto;
    bottom: 107px;
    width: auto;
    text-align: left;
  }
  .serif-quote.future-2 {
    top: 48px;
  }
  .serif-quote.future-2.senior {
    right: 26px;
    bottom: 70px;
  }
  .script-quote.future-3 {
    top: 84px;
  }
  .script-quote.future-3.pink {
    left: 167px;
  }
  .script-quote.future-3.senior {
    right: 8px;
    bottom: 34px;
  }
  .quote-author {
    left: 592px;
    width: 200px;
    font-size: 12px;
  }
  .quote-author.dark {
    left: 337px;
    top: 109px;
  }
  .quote-author.senior {
    right: 0px;
    bottom: 0px;
  }
  .guide-head-3.pricing {
    font-size: 40px;
  }
  .guide-head-3.pricing.yellow {
    width: 78vw;
  }
  .include-wrapper {
    height: 125vh;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .collection-names-wrapper {
    width: 85%;
  }
  .purple-sidebar {
    position: static;
    display: block;
    width: 80%;
    margin-top: 67px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .pricing-section-wrapper {
    display: block;
    height: auto;
  }
  .pricing-section-wrapper.step-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-section-wrapper.glacier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 0px 0px, 0px 0px;
  }
  .pricing-section-wrapper.glacier.elope {
    background-position: 0px 0px, -406px 0px;
  }
  .pricing-section-wrapper.glacier.portraits {
    background-position: 0px 0px, -337px 0px;
  }
  .pricing-section-wrapper.garnet {
    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;
  }
  .pricing-section-wrapper.garnet.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-section-wrapper.sapphire {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 0px 0px, 100% 50%;
  }
  .pricing-section-wrapper.sapphire.elope {
    background-position: 0px 0px, -167px 0px;
  }
  .pricing-section-wrapper.sapphire.portraits {
    background-position: 0px 0px, -188px 0px;
  }
  .pricing-section-wrapper.huckleberry {
    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;
  }
  .pricing-section-wrapper.huckleberry.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, -319px 0px;
  }
  .pricing-section-wrapper.step-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pricing-section-wrapper.step-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 98% 50%;
  }
  .pricing-section-wrapper.step-3.elope {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 79, 131, 0.61)), to(rgba(45, 79, 131, 0.61))), url('../images/Elopement_019-1.jpg');
    background-image: linear-gradient(180deg, rgba(45, 79, 131, 0.61), rgba(45, 79, 131, 0.61)), url('../images/Elopement_019-1.jpg');
    background-position: 0px 0px, -192px 0px;
  }
  .pricing-section-wrapper.step-3.portraits {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Senior-Portrait-Prints_001-1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Senior-Portrait-Prints_001-1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .pricing-section-wrapper.cedar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 0px 0px, 0px 0px;
  }
  .pricing-section-wrapper.cedar.elope {
    background-position: 0px 0px, -406px 0px;
  }
  .pricing-section-wrapper.cedar.portraits {
    background-position: 0px 0px, -337px 0px;
  }
  .pricing-section-wrapper.cedar.senior {
    background-position: 0px 0px, -337px 0px;
  }
  .pricing-section-wrapper.willow {
    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;
  }
  .pricing-section-wrapper.willow.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-section-wrapper.willow.senior {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-section-wrapper.aspen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: 0px 0px, 100% 50%;
  }
  .pricing-section-wrapper.aspen.elope {
    background-position: 0px 0px, -167px 0px;
  }
  .pricing-section-wrapper.aspen.portraits {
    background-position: 0px 0px, -188px 0px;
  }
  .pricing-section-wrapper.aspen.senior {
    background-position: 0px 0px, -188px 0px;
  }
  .pricing-section-wrapper.spruce {
    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;
  }
  .pricing-section-wrapper.spruce.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, -319px 0px;
  }
  .pricing-section-wrapper.spruce.senior {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, -97px 50%;
  }
  .link-block {
    margin-bottom: 24px;
    -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-22 {
    margin-bottom: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-23 {
    margin-bottom: 13px;
  }
  .flex-steps-horizontal.collection-name {
    width: 80%;
  }
  .flex-steps-vertical.session-options {
    width: 34%;
  }
  .flex-steps-vertical.products {
    width: 41%;
  }
  .background-video-overlay-text-2 {
    top: 348px;
  }
  .wall-portrait-questionnaire {
    width: 80%;
  }
  .section-heading-about-page-no-animate {
    padding: 18px;
    font-size: 42px;
  }
  .slide-24 {
    background-position: -93px 0px;
  }
  .slide-25 {
    background-position: 11% 50%;
  }
  .b-slide-1 {
    background-position: 50% 50%;
  }
  .b-slide-2 {
    background-position: -315px 0px;
  }
  .food-slide-1 {
    background-position: 50% 45%;
  }
  .food-slide-2 {
    background-position: 3% 50%;
  }
  .food-slide-3 {
    background-position: 50% 50%;
  }
  .food-slide-4 {
    background-position: 45% 39%;
  }
  .food-slide-5 {
    background-position: 38% 50%;
  }
  .food-slide-6 {
    background-position: 50% 50%;
  }
  .wt-slide-1 {
    background-position: -5px 0px;
  }
  .wt-slide-2 {
    background-position: -346px 0px;
  }
  .wt-slide-3 {
    background-position: 50% 100%;
  }
  .wt-slide-4 {
    background-position: 50% 0px;
  }
  .wt-slide-5 {
    background-position: -181px 0px;
  }
  .wt-slide-6 {
    background-position: 0px 50%;
  }
  .wt-slide-7 {
    background-position: -181px 0px;
  }
  .hamburger-button-2.w--open {
    background-color: transparent;
  }
  .new-logo-container {
    margin-right: 12px;
  }
  .menu-open-close-container {
    margin-left: 12px;
  }
  .item2.acrylic-covers {
    width: 25%;
  }
  .item2.embossed-cameo-minimalist-covers {
    width: 25%;
  }
  .item2.laser-covers {
    width: 25%;
  }
  .item2.wood-covers {
    width: 25%;
  }
  .senior-name-wrapper.kristi {
    right: 128px;
  }
  .senior-name-wrapper.chase {
    left: 112px;
  }
  .senior-name-wrapper.emilee {
    right: 112px;
  }
  .senior-name-wrapper.miranda {
    right: 74px;
  }
  .iglandinghead {
    margin-top: 10px;
  }
  .grid-2 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-top: 8px;
  }
  .button.portfolios {
    -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;
  }
  .button.ghost-button.galleries {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-navigation-bar {
    margin-bottom: 2px;
  }
  .brand-link {
    width: 250px;
    height: 124px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .brand-link.on-top {
    float: left;
  }
  .more-images-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-heading {
    margin-bottom: 6px;
  }
  .section-heading.centered {
    font-size: 38px;
  }
  .kristine-paulsen-photography-header {
    display: block;
    width: auto;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }
  .kristine-paulsen-photography-header.footer-kp-text {
    margin-bottom: -1px;
  }
  .kristine-paulsen-photography-header.grid-kp-heading {
    font-size: 16px;
  }
  .icon-2 {
    margin-top: 0px;
    text-align: center;
  }
  .icon-2:hover {
    margin-top: 0px;
  }
  .row-2 {
    width: 100%;
  }
  .kp-logo {
    margin-top: 0px;
  }
  .column {
    margin-bottom: -14px;
  }
  .logo-container {
    padding-top: 7px;
    text-align: center;
  }
  .kpp-text-container {
    height: 80px;
    text-align: center;
  }
  .menu-button-div {
    right: 0px;
  }
  .column-3 {
    padding-right: 12px;
  }
  .main-gallery-slideshow {
    height: 125vh;
  }
  .light-gray-subheading {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 24px;
  }
  .the-nitty-gritty-section {
    margin-top: 0px;
  }
  .nitty-gritty-flex-block {
    margin-top: -14px;
  }
  .about-kristine-flex-block {
    padding-bottom: 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;
  }
  .about-kp-image-section {
    height: 90vh;
    margin-bottom: 72px;
  }
  .hi {
    left: 69px;
    top: 54px;
  }
  .about-kp-tabs-section {
    margin-top: 0px;
    margin-bottom: 132px;
  }
  .tabs-menu {
    margin-top: 0px;
  }
  .kp-about-tab-backgrounds {
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
  .kp-about-tab-backgrounds.w--current {
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
  .im-kristine {
    left: 77px;
    top: 137px;
  }
  .whats-included-section.headshots {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(41, 20, 46, 0.79)), color-stop(40%, rgba(40, 20, 45, 0.67)), to(transparent)), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
    background-image: linear-gradient(90deg, rgba(41, 20, 46, 0.79), rgba(40, 20, 45, 0.67) 40%, transparent), url('../images/Missoula-Environmental-Portrait_001-1.jpg');
    background-position: 0px 0px, -528px 0px;
  }
  .small-info-text {
    margin-top: -10px;
  }
  .background-video {
    height: 130vh;
    margin-bottom: 0px;
  }
  .background-video-heading-bold {
    left: -46px;
    top: -162px;
    font-size: 39px;
  }
  .background-video-heading-bold.video-small-head-lite {
    font-size: 20px;
  }
  .contact-text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .contact-links.footer-contact-links {
    margin-bottom: 15px;
    text-align: center;
  }
  .contact-links.footer-contact-links.footer-email {
    font-size: 13px;
    text-align: center;
    letter-spacing: 2px;
  }
  .hours {
    margin-top: -8px;
    text-align: center;
  }
  .hours.job-description {
    margin-top: 8px;
  }
  .internal-footer-page-links {
    text-align: center;
  }
  .footer-columns {
    margin-top: 42px;
  }
  .faq-questions.little-text {
    margin-left: 0px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .landing-page-grid-section {
    margin-bottom: 210px;
  }
  .grid-image-block.gridportrait {
    height: 25vh;
  }
  .grid-image-block.gridwed {
    height: 25vh;
  }
  .grid-image-block.gridelope {
    height: 25vh;
  }
  .grid-image-block.gridsenior {
    height: 25vh;
  }
  .grid-image-block.grideditorial {
    height: 25vh;
  }
  .grid-image-block.gridfood {
    height: 25vh;
    background-position: 35% 50%;
    background-size: cover;
  }
  .grid-image-block.gridheadshots {
    height: 25vh;
  }
  .grid-image-block.gridwild {
    height: 25vh;
    background-position: 21% 58%;
  }
  .grid-image-block.gridblog {
    height: 25vh;
  }
  .grid-link-block {
    height: 25vh;
  }
  .sprout-form {
    width: 90vw;
  }
  .grid-logo-header-container {
    left: 8vw;
    top: 23vh;
    width: 84vw;
    font-size: 15px;
  }
  .filters.editorial {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item.weddings {
    width: 33.33%;
  }
  .item.engagements {
    width: 33.33%;
  }
  .item.elopements {
    width: 33.33%;
  }
  .item.portraits {
    width: 33.33%;
  }
  .item.ed-main-port {
    width: 33.33%;
  }
  .item.portraits {
    width: 33.33%;
  }
  .item.seniors {
    width: 33.33%;
  }
  .item.fewerheadshots {
    width: 31.5%;
  }
  .item.moreheadshots {
    width: 31.5%;
  }
  .item.edpersonalities {
    width: 33.33%;
  }
  .item.edreportage {
    width: 33.33%;
  }
  .item.jamesleeburke {
    width: 33.33%;
  }
  .item.leef {
    width: 75%;
  }
  .item.rockthedress {
    width: 33.33%;
  }
  .item.riverrunsthroughit {
    width: 33.33%;
  }
  .item.edmontanaliving {
    width: 33.33%;
  }
  .item.fallontaylor {
    width: 33.33%;
  }
  .item.albums-acrylic {
    width: 33.33%;
  }
  .item.albums-laser {
    width: 33.33%;
  }
  .item.albums-embossed {
    width: 33.33%;
  }
  .item.albums-embossed-cameo {
    width: 33.33%;
  }
  .item.albums-minimalist {
    width: 33.33%;
  }
  .item.albums-minimal {
    width: 33.33%;
  }
  .item.albums-wooden {
    width: 33.33%;
  }
  .grid-transluscent-hover-overlay {
    width: 47vw;
    height: 25vh;
  }
  .main-gallery-section {
    height: 125vh;
  }
  .tagline-solid-overlay {
    margin-top: -8px;
  }
  .tagline-heading {
    top: 0px;
    margin-top: 5px;
  }
  .tagline-heading.first {
    margin-bottom: -11px;
  }
  .tagline-heading.second {
    margin-bottom: -11px;
  }
  .tagline-heading.third {
    top: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .tagline-heading.fourth {
    top: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .tagline-heading.fifth {
    top: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .meet-kp-section {
    margin-top: -8px;
  }
  .about-section.glacier {
    margin-top: 0px;
  }
  .self-portrait-slider {
    height: 47vh;
  }
  .self-portrait-slider-mask {
    height: 47vh;
  }
  .about-div-container {
    width: 95vw;
  }
  .about-div-container.slideshow {
    margin-top: -2vh;
  }
  .about-div-container.glacier {
    margin-top: 15vh;
  }
  .slideshow-overlay-tap-preventer {
    left: 10vw;
    width: 80%;
  }
  .scroll-down-reminder-head {
    margin-bottom: 6px;
    font-size: 34px;
    line-height: 47px;
  }
  .scroll-down-reminder-head.scroll-down {
    margin-bottom: 25px;
  }
  .el-more-images-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-21 {
    background-position: -225px 0px;
  }
  .portfolio-filters {
    padding-right: 20px;
    padding-left: 20px;
  }
  .editorial-main-heading {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .select-clients-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .editorial-sub-head {
    text-align: center;
  }
  .editorial-sub-head.commercial {
    display: block;
    padding-left: 6px;
    text-align: center;
  }
  .magazine-samples-container {
    width: 50%;
    margin-top: 35px;
  }
  .commercial-clients-container {
    width: 60%;
    padding-left: 0px;
  }
  .magazine-samples-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .clients-paragraphs.commercial {
    padding-left: 6px;
  }
  .editorial-clients-wrapper {
    width: 60%;
  }
  .div-block-18 {
    padding-left: 11px;
  }
  .success-message-2 {
    width: 85%;
  }
  .portrait-more-images-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headshots-filters {
    padding-right: 20px;
    padding-left: 20px;
  }
  .thank-you-success-message {
    width: 80%;
  }
  .footer-genre-links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 125px;
    -ms-flex: 0 125px;
    flex: 0 125px;
    text-align: center;
  }
  .footer-genre-links-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .before-after-image-section {
    width: 61vw;
  }
  .under-construction-wrapper {
    left: 0vw;
    display: block;
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
  .under-construction-text-container.contact-form {
    width: 90vw;
  }
  .text-block-2 {
    line-height: 25px;
  }
  .success-message-placeholder {
    width: 90%;
  }
  .thank-you-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thank-you-text-wrapper {
    width: 80vw;
    padding-right: 4px;
  }
  .thank-you-gif-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-heading-purple-no-animation {
    margin-bottom: 6px;
  }
  .investment-section.guide.collections.pricing-2 {
    height: 100vh;
  }
  .investment-section.guide.collections.glacier-autumn {
    height: 100vh;
  }
  .investment-section.guide.made-with-love {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .investment-section.guide.overflow-on.horizontal-pics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .investment-section.intro {
    width: 90%;
  }
  .investment-info-paragraph.columns.intro {
    width: 90%;
  }
  .investment-info-paragraph.love-notes-2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .investment-info-paragraph._3-columns {
    width: 90%;
    -webkit-column-gap: 3.4em;
    column-gap: 3.4em;
  }
  .investment-info-paragraph.sets-apart {
    width: 85%;
  }
  .investment-info-paragraph.lifestyle {
    width: 80%;
  }
  .investment-info-paragraph.half {
    width: 80%;
  }
  .investment-subheading.purple-subheading {
    width: 90%;
  }
  .way {
    padding-top: 27px;
    padding-bottom: 23px;
  }
  .flex-column {
    overflow: visible;
  }
  .flex-column.horizontal.steps {
    width: 90%;
  }
  .guide-head-1.page-2 {
    right: 318px;
  }
  .guide-head-1.page-2.portraits {
    top: -25px;
    right: 1px;
  }
  .guide-head-1.page-2.seniors {
    top: 32px;
    right: 27px;
  }
  .guide-head-1.why.purple.red.black.reduce-padding {
    font-size: 12px;
  }
  .guide-head-1.apart.elope {
    top: 87px;
    font-size: 63px;
  }
  .guide-head-1.apart.elope.dark {
    top: 85px;
  }
  .guide-head-1.apart.elope.senior {
    top: 48px;
  }
  .guide-head-1.love.white {
    font-size: 42px;
  }
  .guide-head-1.pricing-3 {
    font-size: 30px;
  }
  .guide-head-1.collections.choose {
    font-size: 78px;
  }
  .guide-head-1.collections.collection-name {
    font-size: 57px;
  }
  .guide-head-1.collections.collection-name.huckleberry {
    font-size: 43px;
  }
  .guide-head-1.session-choice {
    font-size: 30px;
  }
  .guide-head-2.white {
    top: 239px;
    right: 16px;
  }
  .guide-head-2.white.senior {
    top: 136px;
    right: 33px;
  }
  .guide-head-2.thrive-1 {
    text-align: center;
  }
  .guide-head-2.love.white-text {
    font-size: 33px;
  }
  .guide-head-2.pricing-2 {
    font-size: 29px;
  }
  .guide-head-2.pricing-2.reduce-margin {
    width: 50%;
  }
  .guide-head-2.collections {
    margin-top: 19px;
  }
  .guide-head-2.collections.choose {
    font-size: 25px;
  }
  .guide-head-2.collections.collection-price {
    font-size: 20px;
  }
  .guide-head-2.collections.collection-price.most-popular {
    right: -36px;
  }
  .guide-head-2.quote {
    margin-top: 13px;
    font-size: 28px;
    text-align: center;
  }
  .guide-head-2.quote.smallest-size {
    text-align: center;
  }
  .guide-head-2.quote-author.mobile {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #722d6a;
    text-align: center;
  }
  .guide-head-2.sale-items {
    width: 98%;
    padding-right: 11px;
    padding-left: 11px;
  }
  .guide-head-2.sale-items.add-padding {
    font-size: 31px;
    line-height: 57px;
  }
  .signature-wrapper {
    right: -95px;
  }
  .bordered-text-wrapper.thin-white {
    left: 44px;
  }
  .bordered-text-wrapper.thin-white.why-kp.portraits.square {
    position: static;
  }
  .bordered-text-wrapper.thin-white.why-kp.seniors.square {
    position: static;
  }
  .bordered-text-wrapper.thin-white.faq {
    left: auto;
    right: 83px;
    bottom: 110px;
  }
  .bordered-text-wrapper.thin-white.faq.senior {
    left: 54px;
    bottom: 114px;
  }
  .bordered-text-wrapper.thin-white.love-notes {
    left: auto;
    right: 139px;
    bottom: 128px;
  }
  .bordered-text-wrapper.thin-white.featured-sessions {
    left: 55%;
    top: 27px;
  }
  .guide-head-3.pricing {
    width: 80vw;
  }
  .guide-head-3.pricing.yellow {
    width: 80vw;
  }
  .include-wrapper {
    height: 100vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .transparent-bullet-wrapper {
    width: 90%;
  }
  .collection-names-wrapper {
    width: 95%;
    margin-bottom: 26px;
  }
  .purple-sidebar {
    width: 90%;
  }
  .pricing-section-wrapper.glacier.elope {
    background-position: 0px 0px, -620px 0px;
  }
  .pricing-section-wrapper.glacier.portraits {
    height: auto;
    background-position: 0px 0px, 50% 50%;
  }
  .pricing-section-wrapper.garnet.portraits {
    height: auto;
    background-position: 0px 0px, -182px 0px;
  }
  .pricing-section-wrapper.sapphire.portraits {
    height: auto;
    background-position: 0px 0px, 50% 50%;
  }
  .pricing-section-wrapper.huckleberry.portraits {
    height: auto;
    background-position: 0px 0px, 62% 50%;
  }
  .pricing-section-wrapper.step-2 {
    background-position: -432px 0px;
  }
  .pricing-section-wrapper.step-2.portraits {
    background-position: 50% 50%;
  }
  .pricing-section-wrapper.step-2.seniors {
    background-position: 50% 50%;
  }
  .pricing-section-wrapper.step-3 {
    background-position: 100% 50%;
  }
  .pricing-section-wrapper.step-3.wed {
    background-position: 83% 50%;
  }
  .pricing-section-wrapper.cedar.elope {
    background-position: 0px 0px, -620px 0px;
  }
  .pricing-section-wrapper.cedar.portraits {
    height: auto;
    background-position: 0px 0px, 50% 50%;
  }
  .pricing-section-wrapper.cedar.senior {
    height: auto;
    background-position: 0px 0px, 66% 50%;
  }
  .pricing-section-wrapper.willow.portraits {
    height: auto;
    background-position: 0px 0px, -182px 0px;
  }
  .pricing-section-wrapper.willow.senior {
    height: auto;
    background-position: 0px 0px, -182px 0px;
  }
  .pricing-section-wrapper.aspen.portraits {
    height: auto;
    background-position: 0px 0px, 50% 50%;
  }
  .pricing-section-wrapper.aspen.senior {
    height: auto;
    background-position: 0px 0px, -137px 50%;
  }
  .pricing-section-wrapper.spruce.portraits {
    height: auto;
    background-position: 0px 0px, 62% 50%;
  }
  .pricing-section-wrapper.spruce.senior {
    height: auto;
    background-position: 0px 0px, -24px 50%;
  }
  .flex-steps-vertical.session-options {
    width: 95%;
    margin-bottom: 15px;
  }
  .flex-steps-vertical.products {
    width: 95%;
    margin-bottom: 15px;
  }
  .flex-steps-vertical.products.elope {
    width: 95%;
  }
  .filters-2.editorial {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wall-portrait-questionnaire {
    width: 90%;
  }
  .about-fun {
    width: 95%;
  }
  .fun-head-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slide21 {
    background-position: -142px 50%;
  }
  .section-heading-about-page-no-animate {
    margin-top: 0px;
    margin-bottom: 6px;
  }
  .slide-24 {
    background-position: -101px 0px;
  }
  .slide-25 {
    background-position: -258px 0px;
  }
  .b-slide-1 {
    background-position: 50% 50%;
  }
  .b-slide-2 {
    background-position: 11% 50%;
  }
  .food-slide-1 {
    background-position: 50% 50%;
  }
  .food-slide-2 {
    background-position: -147px 0px;
  }
  .food-slide-3 {
    background-position: 50% 50%;
  }
  .food-slide-4 {
    background-position: 50% 50%;
  }
  .food-slide-5 {
    background-position: 50% 50%;
  }
  .food-slide-6 {
    background-position: 33% 50%;
  }
  .wt-slide-1 {
    background-position: -126px 0px;
  }
  .wt-slide-2 {
    background-position: -309px 0px;
  }
  .wt-slide-3 {
    background-position: 50% 0px;
  }
  .wt-slide-4 {
    background-position: 50% 50%;
  }
  .wt-slide-5 {
    background-position: -225px 0px;
  }
  .wt-slide-6 {
    background-position: -164px 50%;
  }
  .wt-slide-7 {
    background-position: -292px 0px;
  }
  .menu-open-close-container {
    padding-right: 21px;
  }
  .item2.acrylic-covers {
    width: 33.33%;
  }
  .item2.embossed-cameo-minimalist-covers {
    width: 33.33%;
  }
  .item2.laser-covers {
    width: 33.33%;
  }
  .item2.wood-covers {
    width: 33.33%;
  }
  .filters2.albums {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .senior-name-wrapper.kristi {
    right: 69px;
  }
  .senior-name-wrapper.chase {
    left: 44px;
  }
  .senior-name-wrapper.emilee {
    right: 368px;
  }
  .senior-name-wrapper.miranda {
    bottom: 201px;
  }
  .iggriddiv.removepadding {
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 16px;
  }
  .button.portfolios {
    margin-bottom: -1px;
    padding: 14px;
  }
  .button.photo-stories {
    margin-bottom: -1px;
    padding: 14px;
  }
  .button.video-player {
    margin-bottom: -1px;
    padding: 14px;
  }
  .top-navigation-bar {
    position: relative;
  }
  .hamburger-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .navigation-menu {
    position: absolute;
    z-index: 1005;
  }
  .more-images-section {
    padding-bottom: 18px;
  }
  .section-heading {
    font-size: 29px;
  }
  .utility-page-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .kristine-paulsen-photography-header {
    text-align: center;
  }
  .kp-logo {
    max-width: 50px;
  }
  .column {
    text-align: center;
  }
  .logo-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
  }
  .kpp-text-container {
    margin-left: 0px;
  }
  .menu-button-div {
    min-height: 50px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .column-3 {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-gallery-slideshow {
    height: 50vh;
  }
  .nitty-gritty-paragraph {
    width: 85vw;
  }
  .seconds-head {
    font-size: 34px;
  }
  .lite-head {
    font-size: 34px;
    letter-spacing: 7px;
  }
  .lite-head.investment {
    letter-spacing: 19px;
  }
  .reasons-slide-nav {
    margin-right: 27px;
    margin-left: 27px;
  }
  .reason-slides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .reason-paragraph {
    width: 100%;
    margin: 0px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .about-kristine-flex-block {
    height: 80%;
  }
  .about-kp-image-section {
    height: 40vh;
  }
  .hi {
    left: 17px;
    font-size: 99px;
  }
  .reasons-mask {
    width: 95vw;
    margin: 17px;
  }
  .about-kp-tab-paragraphs {
    max-width: 90%;
  }
  .kp-about-tab-backgrounds {
    width: 80vw;
  }
  .im-kristine {
    left: 26px;
    font-size: 34px;
  }
  .large-white-heading {
    font-size: 40px;
  }
  .small-info-text {
    padding-right: 6px;
    padding-left: 6px;
  }
  .white-subheadings {
    line-height: 42px;
  }
  .headshots-whats-included-container {
    padding-right: 34px;
    padding-left: 34px;
  }
  .background-video {
    height: 100vh;
  }
  .background-video-heading-bold {
    margin-bottom: 0px;
    font-size: 25px;
    letter-spacing: 2px;
  }
  .background-video-heading-bold.video-small-head-lite {
    line-height: 35px;
  }
  .contact-div {
    max-width: 90vw;
  }
  .contact-links {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .contact-links:hover {
    font-family: Gudea, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .contact-links.footer-contact-links.footer-email {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .hours.job-description {
    padding-right: 7px;
    padding-left: 7px;
  }
  .footer-columns {
    margin-bottom: 28px;
  }
  .faq-questions {
    text-align: left;
  }
  .landing-page-grid-section {
    margin-bottom: 134px;
  }
  .grid-image-block.gridportrait {
    width: 100vw;
    background-position: 50% 50%;
  }
  .grid-image-block.gridwed {
    width: 100vw;
  }
  .grid-image-block.gridelope {
    width: 100vw;
  }
  .grid-image-block.gridsenior {
    width: 100vw;
  }
  .grid-image-block.grideditorial {
    width: 100vw;
  }
  .grid-image-block.gridfood {
    width: 100vw;
  }
  .grid-image-block.gridheadshots {
    width: 100vw;
  }
  .grid-image-block.gridwild {
    width: 100vw;
  }
  .grid-image-block.gridblog {
    width: 100vw;
  }
  .grid-link-block {
    width: 100vw;
  }
  .grid-logo-header-container {
    position: static;
    display: block;
  }
  .image-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .item.ed-main-port {
    display: block;
    width: 49%;
  }
  .item.fewerheadshots {
    width: 46.5%;
  }
  .item.moreheadshots {
    width: 46.5%;
  }
  .item.edpersonalities {
    width: 50%;
  }
  .item.edreportage {
    width: 50%;
  }
  .item.jamesleeburke {
    width: 50%;
  }
  .item.leef {
    width: 100%;
  }
  .item.riverrunsthroughit {
    width: 50%;
  }
  .item.edmontanaliving {
    width: 50%;
  }
  .item.fallontaylor {
    width: 50%;
  }
  .item.albums-acrylic {
    width: 50%;
  }
  .item.albums-laser {
    width: 50%;
  }
  .item.albums-embossed {
    width: 50%;
  }
  .item.albums-embossed-cameo {
    width: 50%;
  }
  .item.albums-minimal {
    width: 50%;
  }
  .item.albums-wooden {
    width: 50%;
  }
  .grid-transluscent-hover-overlay {
    width: 96vw;
  }
  .logo {
    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;
  }
  .main-gallery-section {
    height: 50vh;
  }
  .tagline-heading.first {
    margin-bottom: 0px;
  }
  .tagline-heading.second {
    margin-bottom: 0px;
  }
  .meet-kp-section {
    position: static;
    margin-top: 200px;
  }
  .about-section.glacier {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-section.love {
    padding-top: 175px;
  }
  .about-section.friends {
    padding-top: 175px;
  }
  .about-section.birds {
    padding-top: 175px;
  }
  .about-section.cake {
    padding-top: 175px;
  }
  .about-section.travel {
    padding-top: 175px;
  }
  .about-section.joy {
    padding-top: 175px;
  }
  .about-section.you {
    padding-top: 175px;
  }
  .about-headings {
    font-size: 17px;
  }
  .self-portrait-slider {
    height: auto;
    max-width: 98vw;
  }
  .self-portrait-slider-mask {
    height: 50vh;
    max-height: 50vh;
    max-width: 98vw;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-div-container {
    width: 98vw;
    margin-top: 0vh;
  }
  .about-div-container.slideshow {
    width: 98vw;
    margin-top: 0vh;
  }
  .about-div-container.glacier {
    width: 98vw;
    margin-top: 0vh;
  }
  .vertical-images {
    width: 50vw;
    height: auto;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .horizontal-pics {
    width: 98vw;
    height: auto;
  }
  .jump-to-top {
    line-height: 20px;
  }
  .you-paragraph {
    font-size: 14px;
    line-height: 27px;
  }
  .about-paragraphs {
    font-size: 14px;
    line-height: 27px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slideshow-overlay-tap-preventer {
    left: 17vw;
    width: 65%;
    height: 50vh;
  }
  .scroll-down-reminder-head {
    font-size: 29px;
  }
  .el-more-images-section {
    padding-bottom: 18px;
  }
  .slide-21 {
    background-position: -256px 0px;
  }
  .slide-22 {
    background-position: 87% 50%;
  }
  .editorial-title.black {
    font-size: 34px;
  }
  .editorial-title-subhead.black {
    padding-left: 3px;
    letter-spacing: 9px;
  }
  .editorial-subhead-small {
    line-height: 21px;
  }
  .nav-menu {
    position: relative;
    top: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .editorial-navbar {
    height: 200px;
  }
  .editorial-nav-link {
    top: 0px;
    padding: 9px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    font-size: 15px;
    text-align: center;
  }
  .editorial-footer-text {
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .portfolio-filters {
    padding-bottom: 18px;
  }
  .about-kp-section {
    display: block;
    overflow: visible;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }
  .editorial-image-container {
    overflow: visible;
    width: 100%;
    height: 60%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .editorial-main-heading.placeholder-page {
    margin-bottom: 6px;
    font-size: 25px;
  }
  .editorial-paragraph {
    overflow: visible;
    max-height: 100%;
    margin-bottom: 10px;
  }
  .about-text-container {
    position: static;
    overflow: visible;
    max-height: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    float: none;
  }
  .about-text-wrapper {
    display: block;
    max-height: 100%;
    margin-top: 11px;
    padding-right: 0px;
  }
  .select-clients-container {
    padding: 21px;
  }
  .magazine-samples-container {
    width: 90%;
  }
  .commercial-clients-container {
    width: 100%;
  }
  .body {
    padding-top: 200px;
  }
  .body-3 {
    padding-top: 200px;
  }
  .editorial-clients-wrapper {
    width: 100%;
  }
  .image-13 {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-18 {
    width: 100%;
    padding-right: 11px;
  }
  .editorial-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-message-wrapper {
    width: 100%;
    padding-right: 11px;
    padding-left: 11px;
  }
  .success-message-2 {
    width: 95%;
  }
  .editorial-social-link-block {
    margin-bottom: 8px;
  }
  .ed-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    width: 90%;
  }
  .portrait-more-images-section {
    padding-bottom: 18px;
  }
  .headshots-filters {
    padding-bottom: 18px;
  }
  .photoj-underline {
    width: 245px;
  }
  .thank-you-success-message {
    width: 90%;
  }
  .footer-genre-links-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .before-after-image-section {
    width: 90vw;
    height: 65vh;
  }
  .bfr-img-bg {
    width: 90vw;
    height: 65vh;
  }
  .bfr-img-bg-2 {
    width: 90vw;
    height: 65vh;
  }
  .bfr-img {
    width: 90vw;
    height: 65vh;
  }
  .bfr-aft {
    width: 90vw;
    height: 65vh;
  }
  .after-img-bg {
    width: 90vw;
    height: 65vh;
  }
  .after-img {
    width: 90vw;
    height: 65vh;
  }
  .placeholder-genre-name {
    margin-top: 11px;
  }
  .under-construction-wrapper {
    width: 100vw;
    border-style: none;
  }
  .placeholder-contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .success-message-placeholder {
    width: 100%;
  }
  .text-block-3 {
    font-size: 14px;
    line-height: 29px;
  }
  .thank-you-text-wrapper {
    width: 90vw;
  }
  .section-heading-purple-no-animation {
    font-size: 29px;
  }
  .section-heading-purple-no-animation.investment.guide-title.cover {
    font-size: 53px;
  }
  .section-heading-purple-no-animation.investment.albums {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .placeholder-paragraph {
    overflow: visible;
    max-height: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
  }
  .investment-section.guide.collections.pricing-2 {
    height: auto;
  }
  .investment-section.guide.collections.glacier-autumn {
    height: 100vh;
    background-image: url('../images/20151010-1714-057.jpg');
    background-position: 50% 100%;
    background-size: 864px;
  }
  .investment-section.guide.made-with-love {
    text-align: center;
  }
  .investment-info-paragraph.columns.intro {
    width: 100%;
  }
  .investment-info-paragraph.answers {
    width: 90%;
  }
  .investment-info-paragraph._3-columns {
    width: 90%;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .investment-info-paragraph.sets-apart {
    width: 90%;
  }
  .investment-info-paragraph.lifestyle {
    width: 90%;
  }
  .investment-info-paragraph.session-description {
    margin: 0px;
  }
  .ways-to-view {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/20140906-2029-0171.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/20140906-2029-0171.jpg');
    background-position: 0px 0px, 10% 100%;
  }
  .ways-to-view.senior {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/20160912-1926-013-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/20160912-1926-013-1.jpg');
    background-position: 0px 0px, 68% 50%;
  }
  .way {
    width: 100%;
  }
  .flex-column.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column.horizontal.steps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-column.half {
    width: 100%;
  }
  .flex-column.half.inside-padding {
    padding: 20px;
  }
  .guide-head-1.green-welcome {
    left: 0px;
    font-size: 44px;
  }
  .guide-head-1.why.purple.red.black {
    font-size: 35px;
  }
  .guide-head-1.why.purple.red.black.reduce-padding {
    width: 95%;
    font-size: 8px;
  }
  .guide-head-1.relationships {
    font-size: 27px;
  }
  .guide-head-1.apart {
    top: 87px;
    font-size: 38px;
  }
  .guide-head-1.apart.elope {
    top: 74px;
    font-size: 42px;
  }
  .guide-head-1.apart.elope.dark {
    top: 47px;
  }
  .guide-head-1.apart.elope.senior {
    top: 47px;
  }
  .guide-head-1.what-sets {
    position: static;
    display: block;
    margin-bottom: -48px;
    font-size: 33px;
  }
  .guide-head-1.questions {
    font-size: 28px;
  }
  .guide-head-1.love.white.session-types {
    left: 18px;
    right: 18px;
    bottom: -15px;
  }
  .guide-head-1.love.white.session-types.senior {
    color: #722d6a;
  }
  .guide-head-1.collections.choose {
    font-size: 75px;
  }
  .guide-head-1.collections.collection-name {
    margin-top: 13px;
    line-height: 73px;
  }
  .guide-head-1.collections.collection-name.huckleberry {
    font-size: 39px;
    line-height: 58px;
  }
  .guide-head-2.pricing-2.reduce-margin {
    width: 95%;
  }
  .guide-head-2.collections {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .guide-head-2.collections.choose {
    width: 100%;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 19px;
    text-align: center;
  }
  .guide-head-2.collections.choose.credit {
    width: 100%;
  }
  .guide-head-2.collections.collection-price {
    margin-bottom: 11px;
    margin-left: 0px;
    text-align: center;
  }
  .guide-head-2.collections.collection-price.most-popular {
    left: -36px;
    top: 206px;
    right: -36px;
    bottom: 30px;
  }
  .guide-head-2.session-types {
    text-align: center;
  }
  .guide-head-2.sale-items {
    font-size: 34px;
    line-height: 58px;
  }
  .signature-wrapper {
    left: 0px;
    top: -43px;
    right: -35px;
  }
  .bordered-text-wrapper.thin-white {
    position: static;
    left: 27px;
  }
  .love-notes-image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-21 {
    width: 100vw;
  }
  .guide-head-3.pricing {
    width: 95vw;
    font-size: 31px;
  }
  .guide-head-3.pricing.yellow {
    width: 95vw;
  }
  .include-wrapper {
    position: static;
    height: auto;
  }
  .transparent-bullet-wrapper {
    width: 100%;
  }
  .pricing-unordered-list.bold-headings {
    width: 100%;
  }
  .pricing-bullet-points {
    font-size: 19px;
    line-height: 33px;
    text-align: left;
  }
  .collection-names-wrapper {
    width: 95%;
  }
  .purple-sidebar {
    width: 95%;
  }
  .pricing-section-wrapper {
    height: auto;
  }
  .pricing-section-wrapper.glacier.portraits {
    background-position: 0px 0px, 70% 50%;
  }
  .pricing-section-wrapper.garnet {
    background-position: 0px 0px, -139px 0px;
  }
  .pricing-section-wrapper.garnet.portraits {
    background-position: 0px 0px, -242px 50%;
  }
  .pricing-section-wrapper.sapphire {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 0px 0px, 90% 50%;
  }
  .pricing-section-wrapper.sapphire.elope {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-section-wrapper.sapphire.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, 62% 100%;
  }
  .pricing-section-wrapper.huckleberry {
    background-position: 0px 0px, -127px 50%;
  }
  .pricing-section-wrapper.huckleberry.portraits {
    background-position: 0px 0px, 78% 50%;
  }
  .pricing-section-wrapper.step-2 {
    background-position: 76% 50%;
  }
  .pricing-section-wrapper.step-3 {
    background-position: 74% 50%;
  }
  .pricing-section-wrapper.step-3.elope {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 78, 131, 0.61)), to(rgba(43, 78, 131, 0.61))), url('../images/Elopement_019-1.jpg');
    background-image: linear-gradient(180deg, rgba(43, 78, 131, 0.61), rgba(43, 78, 131, 0.61)), url('../images/Elopement_019-1.jpg');
    background-position: 0px 0px, -327px 0px;
  }
  .pricing-section-wrapper.step-3.portraits {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Senior-Portrait-Prints_001-1.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Senior-Portrait-Prints_001-1.jpg');
    background-position: 0px 0px, 40% 50%;
  }
  .pricing-section-wrapper.cedar.portraits {
    background-position: 0px 0px, 70% 50%;
  }
  .pricing-section-wrapper.cedar.senior {
    background-position: 0px 0px, 76% 50%;
  }
  .pricing-section-wrapper.willow {
    background-position: 0px 0px, -139px 0px;
  }
  .pricing-section-wrapper.willow.portraits {
    background-position: 0px 0px, -242px 50%;
  }
  .pricing-section-wrapper.willow.senior {
    background-position: 0px 0px, -242px 50%;
  }
  .pricing-section-wrapper.aspen {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: 0px 0px, 90% 50%;
  }
  .pricing-section-wrapper.aspen.elope {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-section-wrapper.aspen.portraits {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, 62% 100%;
  }
  .pricing-section-wrapper.aspen.senior {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 0px 0px, -171px 50%;
  }
  .pricing-section-wrapper.spruce {
    background-position: 0px 0px, -127px 50%;
  }
  .pricing-section-wrapper.spruce.portraits {
    background-position: 0px 0px, 78% 50%;
  }
  .pricing-section-wrapper.spruce.senior {
    background-position: 0px 0px, -104px 50%;
  }
  .investment-footer-text.white {
    font-size: 13px;
  }
  .flex-steps-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-steps-horizontal.collection-name {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-steps-horizontal.session-types {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-steps-vertical.session-options {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-steps-vertical.products {
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .h4-lite.album-info-hover-text.color-name {
    font-size: 11px;
    line-height: 16px;
  }
  .filters-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .background-video-overlay-text-2 {
    top: 321px;
  }
  .about-fun.padding {
    padding-right: 13px;
    padding-left: 13px;
  }
  .slide21 {
    background-position: -48px 50%;
  }
  .section-heading-about-page-no-animate {
    font-size: 29px;
  }
  .slide-25 {
    background-position: 50% 50%;
  }
  .utility-page-heading {
    margin-right: 13px;
    margin-left: 13px;
  }
  .utility-page-text-block {
    margin-right: 22px;
    margin-left: 22px;
  }
  .b-slide-1 {
    background-position: 60% 50%;
  }
  .b-slide-2 {
    background-position: -256px 0px;
  }
  .food-slide-1 {
    background-position: 50% 50%;
  }
  .food-slide-2 {
    background-position: 50% 50%;
  }
  .food-slide-3 {
    background-position: 36% 50%;
  }
  .food-slide-4 {
    background-position: 50% 50%;
  }
  .food-slide-5 {
    background-position: 50% 50%;
  }
  .food-slide-6 {
    background-position: 50% 50%;
  }
  .wt-slide-1 {
    background-position: 54% 50%;
  }
  .wt-slide-2 {
    background-position: -571px 0px;
  }
  .wt-slide-3 {
    background-position: 50% 0px;
  }
  .wt-slide-4 {
    background-position: 50% 50%;
  }
  .wt-slide-5 {
    background-position: -256px 0px;
  }
  .wt-slide-6 {
    background-position: 50% 50%;
  }
  .wt-slide-7 {
    background-position: 56% 50%;
  }
  .hamburger-button-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nav-menu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-slide-menu {
    top: 208px;
  }
  .new-logo-container {
    margin-top: 6px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .menu-open-close-container {
    margin-bottom: 9px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .filters2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .three-image-container {
    width: auto;
  }
  .senior-girl-name {
    color: #722d6a;
  }
  .senior-name-wrapper.kristi {
    position: static;
    display: block;
  }
  .senior-name-wrapper.chase {
    position: static;
    display: block;
    margin-top: 33px;
  }
  .senior-name-wrapper.emilee {
    position: static;
  }
  .senior-name-wrapper.miranda {
    position: static;
  }
  .iggriddiv {
    height: 500px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 37px;
  }
  .iggriddiv.removepadding {
    height: auto;
  }
  .iglandinghead {
    text-align: center;
  }
  .body-6 {
    padding-top: 250px;
  }
}

#w-node-6e5c451b4547-d7c1b293 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-4b9ec2125862-d7c1b293 {
    -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-6e5c451b4547-d7c1b293 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-6e5c451b4547-d7c1b293 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-174d1b696855-d7c1b293 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-6e5c451b4547-d7c1b293 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@font-face {
  font-family: 'P22 underground';
  src: url('../fonts/P22-Underground-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}