.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

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

p {
  margin-bottom: 20px;
}

a {
  color: #3f69ee;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  color: #5e5e5e;
  font-size: 19px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.hero-section {
  position: static;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.hero-image-list-wrapper {
  display: block;
  overflow: hidden;
  height: 100%;
}

.homepage-photo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: blur(12px) saturate(200%);
  filter: blur(12px) saturate(200%);
}

.nav-link {
  margin-left: 25px;
  padding: 10px 0px;
  border-bottom: 1px solid transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  text-decoration: none;
}

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

.nav-link.dropdown-toggle {
  padding-right: 20px;
}

.nav-link.dropdown-toggle.w--open {
  color: #fff;
}

.nav-link.dropdown-toggle.w--open:hover {
  opacity: 1;
}

.nav-link.login-button {
  display: none;
  margin-top: -3px;
  margin-bottom: 0px;
  padding: 13px 24px;
  border-right-style: none;
  border-right-color: #000;
  border-bottom-style: none;
  border-radius: 4px;
  background-color: #f5f7f8;
  color: #0a0f20;
  font-weight: 900;
}

.nav-link.participating-projects-link {
  display: none;
}

.homepage-photo-list {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero-section-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  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: rgba(0, 0, 0, 0.3);
}

.container {
  position: relative;
}

.container.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.below-container {
  margin-top: 40px;
}

.container.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.hero-title-spp1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp1.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp1.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp1.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
  text-shadow: none;
}

.hero-title-spp1.subtitle-spp {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1.subtitle-spp.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1.subtitle-spp.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1.subtitle-spp.on-homepage {
  color: #333;
}

.hero-content-wrapper {
  text-align: center;
}

.button {
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 4px;
  background-color: #3f69ee;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3fa1ee;
  color: #fff;
  text-decoration: none;
}

.button.centered {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #3f69ee;
  background-color: #3581df;
  -webkit-transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
}

.button.centered:hover {
  background-color: #3fa1ee;
}

.button.centered.transparant {
  display: none;
  border-color: #d9dadd;
  background-color: transparent;
  color: #000;
}

.button.centered.transparant:hover {
  border-color: #3fa1ee;
  background-color: #3fa1ee;
  color: #fff;
}

.button.centered.load-more-but {
  margin-top: 60px;
  margin-bottom: 30px;
  border-color: #3fa1ee;
}

.button.hero-button {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 27px;
  padding-left: 27px;
  background-color: #b02c37;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  line-height: 31px;
}

.button.hero-button:hover {
  background-color: #755456;
}

.button.hero-button._2 {
  background-color: #3581df;
  color: #fff;
}

.button.hero-button._2:hover {
  background-color: #2c3555;
  color: #fff;
}

.button.text-button {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.button.submit {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero-photographer-block {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 30;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.hero-photographer-title {
  display: inline-block;
  color: #fff;
  font-weight: 300;
}

.section-spp2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-spp2.tint {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ebebeb;
  background-color: #f5f7f8;
}

.section-spp2.tint.more-posts {
  padding-bottom: 90px;
}

.section-spp2.gallery-image {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-spp2.photographer-intro {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.section-spp2.footer {
  background-color: transparent;
  color: #adb6be;
  font-size: 13px;
  line-height: 24px;
}

.section-spp2.home-intro {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}

.section-spp2.featured {
  padding-bottom: 80px;
}

.section-spp2.blog-intro {
  padding-bottom: 90px;
}

.section-title-block {
  margin-bottom: 80px;
  text-align: center;
}

.section-title-block.bottom-margin {
  margin-bottom: 50px;
}

.section-title-block.no-bottom-margin {
  margin-bottom: 0px;
}

.section-title-block.left {
  margin-bottom: 40px;
  text-align: left;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 37px;
  font-weight: 400;
}

.section-title.subtitle {
  display: block;
  width: 50%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #b3b3b3;
  font-size: 21px;
  font-weight: 300;
}

.section-title.subtitle.with-name {
  display: inline;
  width: auto;
  margin-right: 3px;
  margin-left: 3px;
}

.section-title.subtitle.left {
  width: 100%;
  float: left;
}

.section-title.with-dynamic-title {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 38px;
  line-height: 46px;
}

.section-title.with-dynamic-title.dynamic-title {
  margin-left: 10px;
  color: #3f69ee;
}

.section-title.discover-more {
  margin-bottom: 12px;
}

.featured-photo-item {
  padding-right: 5px;
  padding-left: 5px;
}

.photo-link-block {
  display: block;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-link-block.large {
  height: 340px;
}

.photo-link-block.featured {
  margin-bottom: 10px;
}

.photo-link-block.gallery {
  margin-bottom: 10px;
}

.photo-block-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.photo-block-overlay:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.photo-author-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 55px 25px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(78%, rgba(10, 15, 32, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(10, 15, 32, 0.6) 78%);
  opacity: 1;
}

.photo-author-image {
  display: none;
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.7), inset 0 -1px 0 0 rgba(0, 0, 0, 0.5), 0 0 13px 0 rgba(10, 15, 32, 0.6);
}

.photo-author-name {
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
  float: left;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.wide-container-spp {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.centered-buttons-wrapper {
  margin-bottom: -38px;
  text-align: center;
}

.dropdown-link {
  padding-left: 16px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #3f69ee;
  text-decoration: none;
}

.dropdown-link.w--current {
  background-color: #3f69ee;
  color: #fff;
}

.gallery-main-photo {
  width: 100%;
  height: auto;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5);
}

.gallery-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.8);
}

.gallery-title-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(66%, rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5) 66%);
  text-align: left;
}

.gallery-image-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 43px;
  font-weight: 300;
  text-align: center;
}

.subpage-navbar-wrapper {
  position: relative;
  height: 110px;
  border-bottom: 1px solid #242424;
  background-color: #000;
}

.tag-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 17px;
  border: 1px solid #dee3e7;
  border-radius: 30px;
  -webkit-transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #9ca9b6;
  font-size: 11px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

.tag-link:hover {
  border-color: #3f69ee;
  background-color: #3f69ee;
  color: #fff;
  text-decoration: none;
}

.photo-tags-block {
  width: 20%;
  float: left;
}

.photo-info-block {
  width: 60%;
  padding-left: 50px;
  float: right;
}

.column-title {
  margin-top: 0px;
  font-size: 23px;
  font-weight: 400;
}

.column-intro-title {
  margin-bottom: 4px;
  color: #b7c1ca;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column-title-wrapper {
  margin-bottom: 20px;
}

.photo-info-wrapper {
  display: block;
  width: 100%;
}

.empty-state-tags {
  padding: 20px 0px 0px;
  border-top: 1px solid #e9e9e9;
  background-color: #fff;
  color: #bdbdbd;
  font-style: italic;
}

.image-author-block {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}

.photo-details-block {
  width: 20%;
  float: left;
}

.photo-info-item {
  margin-bottom: 18px;
}

.photo-info-title {
  margin-bottom: 3px;
  color: #b7c1ca;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.photo-info-title.info {
  color: #000;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.category-link {
  color: #000;
}

.category-link:hover {
  color: #3f69ee;
}

.category-link.on-photo {
  margin-left: 6px;
  color: #b7c1ca;
  font-size: 13px;
  line-height: 8px;
}

.category-link.on-photo:hover {
  color: #fff;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: -1px;
  margin-left: 25px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 8px 8px 13px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-icon {
  margin-right: 0px;
}

.nav-menu {
  margin-top: 5px;
  margin-right: 50px;
}

.page-header {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header.photographer-header {
  background-position: 0px 50%;
}

.page-header.contact {
  background-image: url('../images/page5_bg_low.png');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header.about-us {
  background-image: url('../images/page2_bg_low2.png');
  background-position: 50% 37%;
  background-size: cover;
}

.page-header.blog-post {
  background-position: 50% 50%;
}

.page-header.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-overlay {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay.contact {
  padding-bottom: 160px;
}

.page-header-overlay.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.photo-overlay-title {
  position: absolute;
  left: 25px;
  bottom: 43px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}

.post-author-wrapper {
  position: absolute;
  left: 16px;
  bottom: 18px;
}

.gallery-tabs-menu {
  padding-top: 60px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #e7e7e7;
  background-color: #f3f4f7;
  text-align: center;
}

.gallery-tab-button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 0px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}

.gallery-tab-button:hover {
  color: #3f69ee;
  text-decoration: none;
}

.gallery-tab-button.w--current {
  border-bottom-color: #3f69ee;
  background-color: transparent;
  color: #3f69ee;
}

.gallery-tab-pane {
  padding-top: 12px;
  padding-bottom: 100px;
  border-style: none;
  border-top-width: 0px;
  border-top-color: #000;
  background-color: #f3f4f7;
}

.gallery-list-item {
  padding-right: 5px;
  padding-left: 5px;
}

.empty-state {
  padding-top: 20px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.empty-state.gallery {
  width: 100%;
  height: 210px;
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 248, 0.8)), color-stop(63%, #f5f7f8)), url('../images/Gallery-Placeholder.jpg');
  background-image: linear-gradient(180deg, rgba(245, 247, 248, 0.8), #f5f7f8 63%), url('../images/Gallery-Placeholder.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 920px;
  background-repeat: repeat, no-repeat;
  font-size: 13px;
}

.photographer-item {
  padding-right: 15px;
  padding-left: 15px;
}

.photographer-block {
  display: block;
  width: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

.photographer-block:hover {
  color: #fff;
  text-decoration: none;
}

.photographer-overlay-block {
  position: relative;
  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: hsla(0, 0%, 100%, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), color-stop(84%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), #fff 84%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.photographer-overlay-block:hover {
  background-color: rgba(10, 15, 32, 0.7);
  text-decoration: none;
}

.photographer-title-overlay {
  padding-top: 260px;
  padding-right: 45px;
  padding-left: 45px;
  text-align: center;
}

.photographer-name {
  margin-bottom: 15px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}

.photographer-intro-text {
  margin-bottom: 0px;
  color: #a0abb4;
  font-size: 13px;
}

.photographer-circle-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 23px 0 rgba(10, 15, 32, 0.4), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.5), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

.photographer-page-profile-photo {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 40px;
  border: 5px solid #fff;
  border-radius: 9px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 45px 0 rgba(44, 53, 85, 0.3);
}

.photographer-biography {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.social-button {
  width: 40px;
  height: 40px;
  margin-right: 3px;
  margin-left: 3px;
  padding-top: 7px;
  padding-right: 1px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.social-button:hover {
  border-color: #3f69ee;
  background-color: #3f69ee;
}

.social-button-icon {
  width: 15px;
  margin-top: 2px;
  float: none;
}

.photographer-social-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.footer-column {
  padding-right: 30px;
}

.footer-title {
  margin-bottom: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 8px;
  color: #adb6be;
  line-height: 24px;
}

.footer-link:hover {
  color: #3fa1ee;
  text-decoration: none;
}

.footer-link.p-p {
  display: none;
}

.footer-social-button {
  display: block;
  margin-bottom: 8px;
  color: #adb6be;
}

.footer-social-button:hover {
  color: #3fa1ee;
  text-decoration: underline;
}

.footer-social-icon {
  width: 17px;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

.footer-social-icon:hover {
  color: #3fa1ee;
}

.footer-social-title {
  float: left;
}

.footer-social-title:hover {
  color: #3fa1ee;
}

.footer-wrapper {
  border-top: 1px solid #eee;
  background-color: #fff;
}

.footer-wrapper.tint {
  background-color: #f5f7f8;
}

.empty-title {
  margin-bottom: 9px;
  font-size: 38px;
  line-height: 40px;
}

.photo-info-overlay-block {
  display: inline-block;
}

.photo-overlay-small-title {
  display: inline-block;
  color: #d9e2eb;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.photo-overlay-small-title.info {
  margin-left: 6px;
  font-weight: 400;
}

.photo-info-small-info-wrapper {
  display: none;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  line-height: 10px;
}

.photo-info-small-info-wrapper.last {
  margin-right: 0px;
  padding-right: 0px;
  border-right-width: 0px;
}

.photo-author-title {
  margin-top: 13px;
  margin-bottom: 7px;
  font-size: 23px;
}

.gallery-author-image {
  width: 65px;
  height: 65px;
  margin-right: 23px;
  float: left;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.bottom-footer-text {
  display: inline-block;
  float: left;
  font-size: 12px;
}

.bottom-footer-text.right {
  display: none;
  float: right;
}

.bottom-footer-link {
  color: #7a8792;
}

.logo {
  display: inline-block;
  height: 36px;
  margin-top: 10px;
  margin-left: 50px;
}

.contact-form {
  display: block;
  width: 400px;
  margin: 50px auto 0px;
}

.field {
  height: 50px;
  margin-bottom: 5px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  text-align: left;
}

.field:hover {
  border-color: #ebeff3;
  background-color: #ebeff3;
}

.field:focus {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.4);
}

.field.area {
  height: 150px;
  padding-top: 12px;
}

.success-bg {
  padding-top: 30px;
  border-radius: 3px;
  background-color: #3f69ee;
  color: #fff;
}

.error-bg {
  padding-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 3px;
  color: #d62828;
  font-size: 12px;
  text-align: center;
}

.overall-content-wrapper-spp {
  position: relative;
  z-index: 10;
  display: block;
  width: 940px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.1);
}

.overall-content-block-spp {
  padding: 80px 100px 20px;
}

.blog-title-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.blog-author-wrapper {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}

.blog-author-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: 13px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-author-title {
  margin-top: -10px;
  float: left;
  -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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  color: #fff;
}

.subtitle-link {
  color: #b3b0b0;
}

.subtitle-link:hover {
  color: #3f69ee;
  text-decoration: underline;
}

.category-image-block {
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.category-item {
  padding-right: 5px;
  padding-left: 5px;
}

.category-block-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.category-block-overlay:hover {
  background-color: rgba(22, 29, 54, 0.3);
}

.category-title-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 15, 32, 0)), color-stop(78%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0), rgba(10, 15, 32, 0.7) 78%);
}

.category-title {
  position: absolute;
  left: 30px;
  bottom: 80px;
  z-index: 11;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.category-description {
  position: absolute;
  left: 30px;
  bottom: 30px;
  padding-right: 40px;
  color: #dce3e9;
  font-size: 13px;
  line-height: 19px;
}

.hero-photographer-link {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-weight: 700;
}

.recent-blog-post-block {
  display: block;
  width: 100%;
  height: 400px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.recent-blog-post-block.medium {
  height: 340px;
}

.blog-post-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: rgba(10, 15, 32, 0.2);
}

.blog-post-title-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(10, 15, 32, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(10, 15, 32, 0.6) 80%);
}

.blog-post-title-link {
  display: block;
  width: 85%;
  color: #fff;
  font-size: 27px;
  line-height: 29px;
}

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

.blog-post-title-link.medium {
  width: 100%;
  font-size: 25px;
}

.blog-small-author-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 45px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 15, 32, 0.8)), to(rgba(10, 15, 32, 0)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0.8), rgba(10, 15, 32, 0));
}

.small-blog-author-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  border-radius: 3px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.small-blog-author-title {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}

.small-blog-author-title.date {
  font-weight: 300;
}

.small-blog-author-title.date.archive {
  font-weight: 400;
}

.small-blog-author-title.archive {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
  float: left;
  color: #999;
}

.small-blog-author-title.archive.light {
  font-weight: 400;
}

.recent-blog-item {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.blog-archive-item-wrapper {
  position: relative;
  padding: 25px 25px 15px;
  background-color: #fff;
  box-shadow: 8px 8px 33px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.blog-archive-item-wrapper:hover {
  box-shadow: 11px 11px 50px 0 rgba(0, 0, 0, 0.2);
}

.blog-archive-title-link {
  display: block;
  margin-bottom: 13px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}

.blog-archive-title-link:hover {
  color: #3f69ee;
  text-decoration: none;
}

.blog-archive-author-wrapper {
  display: inline-block;
  padding: 0px 7px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #8b8b8b;
}

.blog-archive-item {
  margin-top: 17px;
}

.gallery-image-overlay {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.gallery-image-overlay.on-homepage-featured-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.simple-home {
  background-color: #000;
}

.container-2 {
  margin-right: 50.5px;
  margin-left: 50.5px;
}

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

.column {
  margin-top: 0px;
}

.row {
  margin-top: 60px;
  margin-bottom: 93px;
}

.step-title-homepage {
  margin-top: 28px;
  margin-bottom: 44px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

.image {
  width: 100px;
  height: 100px;
}

.image-2 {
  width: 100px;
  height: 100px;
}

.image-3 {
  width: 100px;
  height: 100px;
}

.how-it-works-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #f3f4f7;
}

.how-it-works-content-wrapper {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0px;
  background-color: #f3f4f7;
  text-align: center;
}

.text-field {
  width: 370px;
  height: 42px;
  float: left;
}

.submit-button {
  float: none;
  border-radius: 4px;
}

.subscribe-and-copyright-div-block {
  width: 1055px;
}

.submit-project-form-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.76);
}

.submit-contest-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 90%;
  background-color: #959fa5;
}

.div-block {
  height: 54px;
  background-color: #fff;
}

.submit-form-top-title-bar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.text-block-2 {
  font-size: 21px;
  font-weight: 900;
  text-align: left;
}

.featured-projects-slider {
  display: block;
  width: auto;
  height: auto;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.right-arrow {
  background-color: #fff;
}

.icon {
  display: block;
  background-color: transparent;
  color: #000;
}

.icon-2 {
  display: block;
  background-color: transparent;
  color: #0a0f20;
}

.left-arrow {
  background-color: #fff;
}

.slide-nav {
  top: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  color: #797979;
}

.mask {
  background-color: #fff;
}

.how-it-works-steps {
  margin-top: 91px;
  margin-bottom: 90px;
}

.text-block-3 {
  color: #cbd3da;
  font-size: 21px;
  font-weight: 900;
  text-align: left;
}

.text-span {
  border-radius: 1px;
  box-shadow: 0 0 8px 0 #000;
}

.page-header-overlay-copy {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-copy.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-copy.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-copy.contact {
  padding-bottom: 160px;
}

.page-header-overlay-copy.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-copy.with-bottom-content-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy.with-bottom-content-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-copy {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-copy.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy.photographer-header {
  background-position: 0px 50%;
}

.page-header-copy.contact {
  background-image: url('../images/Photo-18.jpg');
}

.page-header-copy._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header-copy.about-us {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-copy.blog-post {
  background-position: 50% 50%;
}

.page-header-copy.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-copy.about-us-copy {
  background-image: url('../images/page3_bg_low_.png');
  background-position: 50% 19%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-copy {
  position: relative;
}

.container-copy.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy.below-container {
  margin-top: 40px;
}

.container-copy.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-copy.hero-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy.hero-container-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-wrapper-spp {
  text-align: center;
}

.hero-title-spp {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-spp.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp.subtitle-copy.on-homepage {
  color: #333;
}

.sub-form-title {
  margin-bottom: 5px;
  padding-bottom: 0px;
  text-align: left;
}

.page-header-overlay-copy-2 {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-copy-2.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-copy-2.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-copy-2.contact {
  padding-bottom: 160px;
}

.page-header-overlay-copy-2.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-2.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-2.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-copy-2.with-bottom-content-copy-2 {
  padding-top: 200px;
  padding-bottom: 170px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header-overlay-copy-2.with-bottom-content-copy-2.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.container-copy-2 {
  position: relative;
}

.container-copy-2.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-2.below-container {
  margin-top: 40px;
}

.container-copy-2.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-copy-2.hero-container-copy-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-wrapper-copy-2 {
  text-align: center;
}

.hero-title-copy-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-copy-2.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-copy-2.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-copy-2.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-copy-2.subtitle.on-homepage {
  color: #333;
}

.hero-title-copy-2.blog-title {
  margin-bottom: 10px;
}

.hero-title-copy-2.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-copy-2.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-copy-2.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-copy-2.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-copy-2.subtitle-copy.on-homepage {
  color: #333;
}

.hero-title-copy-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-copy-3.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-copy-3.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-copy-3.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-copy-3.subtitle.on-homepage {
  color: #333;
}

.hero-title-copy-3.blog-title {
  margin-bottom: 10px;
}

.hero-title-copy-3.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-copy-3.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-copy-3.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-copy-3.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-copy-3.subtitle-copy.on-homepage {
  color: #333;
}

.hero-title-copy-3.subtitle-copy-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-copy-3.subtitle-copy-2.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-copy-3.subtitle-copy-2.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-copy-3.subtitle-copy-2.on-homepage {
  color: #333;
}

.sumbit-project-block {
  display: block;
  width: 760px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
}

.synopsis-field {
  display: block;
  overflow: auto;
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 294px;
  border-radius: 4px;
}

.fields-for-project-form {
  width: 100%;
  height: 52px;
  margin-bottom: 34px;
  border-radius: 4px;
}

.section-2 {
  background-color: #f5f7f8;
}

.image-4 {
  display: block;
  float: none;
  clear: none;
}

.submit-button-2 {
  display: block;
  height: 50px;
  margin-top: 82px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: none;
  border-radius: 4px;
  background-color: #3fa1ee;
}

.div-block-2 {
  width: 100px;
  background-color: #e6edf1;
}

.field-label {
  display: block;
  width: 200px;
  font-size: 14px;
  font-weight: 400;
}

.row-2 {
  width: 250px;
  margin-top: 38px;
}

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

.pdf-size-column {
  position: relative;
  overflow: visible;
  padding-right: 10px;
}

.text-span-2 {
  color: #555;
  font-size: 11px;
}

.upload-pdf-button {
  width: 130px;
  border-radius: 4px;
  background-color: #3fa1ee;
  color: #fff;
  text-align: center;
}

.form {
  width: 100%;
  margin-bottom: 110px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.select-field {
  width: 100%;
  height: 52px;
  margin-bottom: 38px;
}

.select-field.tags-field {
  display: none;
}

.select-field-2 {
  margin-bottom: 38px;
}

.div-block-3 {
  width: auto;
  height: auto;
}

.checkbox-field {
  display: block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.checkbox {
  margin-right: 15px;
  float: none;
  clear: none;
}

.link {
  color: #3fa1ee;
}

.link-2 {
  color: #3fa1ee;
}

.container-3 {
  margin-top: 0px;
  padding-top: 65px;
}

.page-header-spp {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-spp.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-spp.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-spp.photographer-header {
  background-position: 0px 50%;
}

.page-header-spp.contact {
  background-image: url('../images/Photo-18.jpg');
}

.page-header-spp._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header-spp.about-us {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp.blog-post {
  background-position: 50% 50%;
}

.page-header-spp.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-spp.about-us-copy {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp.about-us-spp {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp.about-us-spp-copy {
  background-image: url('../images/Photo-1.jpg');
}

.container-spp {
  position: relative;
}

.container-spp.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spp.below-container {
  margin-top: 40px;
}

.container-spp.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-spp.hero-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spp.hero-container-spp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-header-overlay-spp {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-spp.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-spp.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-spp.contact {
  padding-bottom: 160px;
}

.page-header-overlay-spp.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-spp.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-spp.with-bottom-content-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp.with-bottom-content-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-spp.with-bottom-content-spp {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp.with-bottom-content-spp.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-spp-copy {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-spp-copy.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-spp-copy.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-spp-copy.photographer-header {
  background-position: 0px 50%;
}

.page-header-spp-copy.contact {
  background-image: url('../images/Photo-18.jpg');
}

.page-header-spp-copy._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header-spp-copy.about-us {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp-copy.blog-post {
  background-position: 50% 50%;
}

.page-header-spp-copy.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-spp-copy.about-us-copy {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp-copy.about-us-spp {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp-copy.about-us-spp-copy {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-spp-copy.about-us-spp-copy-copy {
  background-color: transparent;
  background-image: url('../images/page4_bg_low1.png');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-overlay-spp-copy {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-spp-copy.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-spp-copy.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-spp-copy.contact {
  padding-bottom: 160px;
}

.page-header-overlay-spp-copy.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp-copy.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-spp-copy.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-spp-copy.with-bottom-content-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp-copy.with-bottom-content-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-spp-copy.with-bottom-content-spp {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp-copy.with-bottom-content-spp.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-spp-copy.with-bottom-content-spp-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-spp-copy.with-bottom-content-spp-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.container-spp-copy {
  position: relative;
}

.container-spp-copy.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spp-copy.below-container {
  margin-top: 40px;
}

.container-spp-copy.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-spp-copy.hero-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spp-copy.hero-container-spp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-spp-copy.hero-container-spp-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-wrapper-spp-copy {
  text-align: center;
}

.hero-title-spp-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp-copy.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-copy.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-copy.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-copy.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp-copy.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp-copy.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-spp-copy.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-copy.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-copy.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-copy.subtitle-copy.on-homepage {
  color: #333;
}

.hero-title-spp1-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp1-copy.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-copy.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-copy.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-copy.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp1-copy.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp1-copy.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-spp1-copy.subtitle-spp {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-copy.subtitle-spp.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-copy.subtitle-spp.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-copy.subtitle-spp.on-homepage {
  color: #333;
}

.hero-title-spp1-copy.subtitle-spp-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-copy.subtitle-spp-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-copy.subtitle-spp-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-copy.subtitle-spp-copy.on-homepage {
  color: #333;
}

.section-spp2-copy {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-spp2-copy.tint {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ebebeb;
  background-color: #f5f7f8;
}

.section-spp2-copy.tint.more-posts {
  padding-bottom: 90px;
}

.section-spp2-copy.gallery-image {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-spp2-copy.photographer-intro {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.section-spp2-copy.footer {
  background-color: transparent;
  color: #adb6be;
  font-size: 13px;
  line-height: 24px;
}

.section-spp2-copy.home-intro {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #f5f7f8;
}

.section-spp2-copy.featured {
  padding-bottom: 80px;
}

.section-spp2-copy.blog-intro {
  padding-bottom: 90px;
}

.wide-container-spp-copy {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.overall-content-wrapper-spp-copy {
  position: relative;
  z-index: 10;
  display: block;
  width: 940px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0px 0px;
  background-color: #fff;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.1);
}

.overall-content-block-spp-copy {
  padding: 80px 100px 20px;
}

.filmography-with-links {
  margin-bottom: 38px;
  padding-bottom: 30px;
}

.text-span-3 {
  color: #b7c1ca;
}

.writer-bio {
  margin-bottom: 38px;
  padding-bottom: 97px;
}

.country-select {
  width: 100%;
  height: 52px;
  margin-bottom: 38px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
}

.button-copy {
  margin-top: 20px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 4px;
  background-color: #3f69ee;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #3fa1ee;
  color: #fff;
  text-decoration: none;
}

.button-copy.centered {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #3f69ee;
  background-color: #3581df;
  -webkit-transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border 200ms ease, color 200ms ease;
}

.button-copy.centered:hover {
  background-color: #3fa1ee;
}

.button-copy.centered.transparant {
  display: none;
  border-color: #d9dadd;
  background-color: transparent;
  color: #000;
}

.button-copy.centered.transparant:hover {
  border-color: #3fa1ee;
  background-color: #3fa1ee;
  color: #fff;
}

.button-copy.hero-button {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 27px;
  padding-left: 27px;
  background-color: #b02c37;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  line-height: 31px;
}

.button-copy.hero-button:hover {
  background-color: #755456;
}

.button-copy.hero-button._2 {
  background-color: #3581df;
  color: #fff;
}

.button-copy.hero-button._2:hover {
  background-color: #2c3555;
  color: #fff;
}

.button-copy.text-button {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.button-copy.submit {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button-copy.hero-button-copy {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 27px;
  padding-left: 27px;
  background-color: #b02c37;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  line-height: 31px;
}

.button-copy.hero-button-copy:hover {
  background-color: #755456;
}

.button-copy.hero-button-copy._2 {
  background-color: #3581df;
  color: #fff;
}

.button-copy.hero-button-copy._2:hover {
  background-color: #2c3555;
  color: #fff;
}

.button-copy.hero-button-copy._2-copy {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3581df;
  color: #fff;
  text-align: center;
}

.button-copy.hero-button-copy._2-copy:hover {
  background-color: #2c3555;
  color: #fff;
}

.tags-field-label {
  display: none;
}

.page-header-copy-3 {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-copy-3.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy-3.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy-3.photographer-header {
  background-position: 0px 50%;
}

.page-header-copy-3.contact {
  background-image: url('../images/Photo-18.jpg');
}

.page-header-copy-3._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header-copy-3.about-us {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-copy-3.blog-post {
  background-position: 50% 50%;
}

.page-header-copy-3.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-copy-3.about-us-copy {
  background-image: url('../images/Photo-1.jpg');
  background-position: 0px -166px;
}

.page-header-copy-3.about-us-copy-3 {
  background-image: url('../images/Photo-9.jpg');
  background-position: 0px -166px;
}

.page-header-overlay-copy-3 {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-copy-3.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-copy-3.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-copy-3.contact {
  padding-bottom: 160px;
}

.page-header-overlay-copy-3.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-3.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-copy-3.with-bottom-content-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3.with-bottom-content-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-3.with-bottom-content-copy-3 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3.with-bottom-content-copy-3.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.container-copy-3 {
  position: relative;
}

.container-copy-3.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3.below-container {
  margin-top: 40px;
}

.container-copy-3.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-copy-3.hero-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3.hero-container-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3.hero-container-copy-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-wrapper-spp-3 {
  text-align: center;
}

.hero-title-spp-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp-3.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-3.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-3.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-3.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp-3.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp-3.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-spp-3.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-3.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-3.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-3.subtitle-copy.on-homepage {
  color: #333;
}

.hero-title-spp1-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp1-3.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp1-3.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp1-3.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
  text-shadow: none;
}

.hero-title-spp1-3.subtitle-spp {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3.subtitle-spp.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3.subtitle-spp.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3.subtitle-spp.on-homepage {
  color: #333;
}

.hero-title-spp1-3.subtitle-spp-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3.subtitle-spp-3.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3.subtitle-spp-3.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3.subtitle-spp-3.on-homepage {
  color: #333;
}

.section-spp2-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-spp2-3.tint {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ebebeb;
  background-color: #f5f7f8;
}

.section-spp2-3.tint.more-posts {
  padding-bottom: 90px;
}

.section-spp2-3.gallery-image {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-spp2-3.photographer-intro {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.section-spp2-3.footer {
  background-color: transparent;
  color: #adb6be;
  font-size: 13px;
  line-height: 24px;
}

.section-spp2-3.home-intro {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}

.section-spp2-3.featured {
  padding-bottom: 80px;
}

.section-spp2-3.blog-intro {
  padding-bottom: 90px;
}

.wide-container-spp-3 {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.overall-content-wrapper-spp-3 {
  position: relative;
  z-index: 10;
  display: block;
  width: 940px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.1);
}

.overall-content-block-spp-3 {
  padding: 80px 100px 20px;
}

.page-header-copy-3-4 {
  position: relative;
  background-image: url('../images/Photo-11.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.page-header-copy-3-4.gallery {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy-3-4.photographers {
  background-image: url('../images/Photo-3.jpg');
  background-position: 50% 0px;
}

.page-header-copy-3-4.photographer-header {
  background-position: 0px 50%;
}

.page-header-copy-3-4.contact {
  background-image: url('../images/Photo-18.jpg');
}

.page-header-copy-3-4._404 {
  background-image: url('../images/Photo-18.jpg');
  background-position: 50% 50%;
}

.page-header-copy-3-4.about-us {
  background-image: url('../images/Photo-1.jpg');
}

.page-header-copy-3-4.blog-post {
  background-position: 50% 50%;
}

.page-header-copy-3-4.categories {
  background-image: url('../images/Photo-5.jpg');
}

.page-header-copy-3-4.about-us-copy {
  background-image: url('../images/Photo-1.jpg');
  background-position: 0px -166px;
}

.page-header-copy-3-4.about-us-copy-3 {
  background-image: url('../images/Photo-9.jpg');
  background-position: 0px -166px;
}

.page-header-copy-3-4.about-us-copy-3-4 {
  background-image: url('../images/Photo-4.jpg');
  background-position: 0px -166px;
}

.page-header-overlay-copy-3-4 {
  position: relative;
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header-overlay-copy-3-4.photographer-intro {
  padding-bottom: 140px;
}

.page-header-overlay-copy-3-4.no-title {
  padding-top: 0px;
  padding-bottom: 110px;
}

.page-header-overlay-copy-3-4.contact {
  padding-bottom: 160px;
}

.page-header-overlay-copy-3-4.with-bottom-content {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3-4.with-bottom-content.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-3-4.blog-post {
  padding-top: 330px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(10, 15, 32, 0)), color-stop(80%, rgba(10, 15, 32, 0.7)));
  background-image: linear-gradient(180deg, rgba(10, 15, 32, 0) 26%, rgba(10, 15, 32, 0.7) 80%);
}

.page-header-overlay-copy-3-4.with-bottom-content-copy {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3-4.with-bottom-content-copy.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-3-4.with-bottom-content-copy-3 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3-4.with-bottom-content-copy-3.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.page-header-overlay-copy-3-4.with-bottom-content-copy-3-4 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.page-header-overlay-copy-3-4.with-bottom-content-copy-3-4.on-home-page {
  padding-top: 124px;
  padding-bottom: 124px;
  background-color: #fff;
}

.container-copy-3-4 {
  position: relative;
}

.container-copy-3-4.hero-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3-4.below-container {
  margin-top: 40px;
}

.container-copy-3-4.photographer-intro-container {
  margin-top: -170px;
  text-align: center;
}

.container-copy-3-4.hero-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3-4.hero-container-copy-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3-4.hero-container-copy-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-copy-3-4.hero-container-copy-3-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content-wrapper-spp-3-4 {
  text-align: center;
}

.hero-title-spp-3-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp-3-4.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-3-4.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-3-4.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-3-4.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp-3-4.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp-3-4.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

.hero-title-spp-3-4.subtitle-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp-3-4.subtitle-copy.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp-3-4.subtitle-copy.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp-3-4.subtitle-copy.on-homepage {
  color: #333;
}

.hero-title-spp1-3-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 43px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.2);
}

.hero-title-spp1-3-4.subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3-4.subtitle.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3-4.subtitle.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3-4.subtitle.on-homepage {
  color: #333;
}

.hero-title-spp1-3-4.blog-title {
  margin-bottom: 10px;
}

.hero-title-spp1-3-4.home-page {
  display: block;
  margin-bottom: 2px;
  color: #333;
  text-shadow: none;
}

.hero-title-spp1-3-4.subtitle-spp {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3-4.subtitle-spp.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3-4.subtitle-spp.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3-4.subtitle-spp.on-homepage {
  color: #333;
}

.hero-title-spp1-3-4.subtitle-spp-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3-4.subtitle-spp-3.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3-4.subtitle-spp-3.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3-4.subtitle-spp-3.on-homepage {
  color: #333;
}

.hero-title-spp1-3-4.subtitle-spp-3-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 300;
}

.hero-title-spp1-3-4.subtitle-spp-3-4.photographer-intro {
  display: block;
  width: 56%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 34px;
}

.hero-title-spp1-3-4.subtitle-spp-3-4.blog-subtitle {
  margin-bottom: 0px;
  line-height: 45px;
}

.hero-title-spp1-3-4.subtitle-spp-3-4.on-homepage {
  color: #333;
}

.section-spp2-3-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-spp2-3-4.tint {
  border-style: none;
  border-top-width: 1px;
  border-top-color: #ebebeb;
  background-color: #f5f7f8;
}

.section-spp2-3-4.tint.more-posts {
  padding-bottom: 90px;
}

.section-spp2-3-4.gallery-image {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.section-spp2-3-4.photographer-intro {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.section-spp2-3-4.footer {
  background-color: transparent;
  color: #adb6be;
  font-size: 13px;
  line-height: 24px;
}

.section-spp2-3-4.home-intro {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #f3f4f7;
}

.section-spp2-3-4.featured {
  padding-bottom: 80px;
}

.section-spp2-3-4.blog-intro {
  padding-bottom: 90px;
}

.wide-container-spp-3-4 {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.overall-content-wrapper-spp-3-4 {
  position: relative;
  z-index: 10;
  display: block;
  width: 940px;
  margin-top: -180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.1);
}

.overall-content-block-spp-3-4 {
  padding: 80px 100px 20px;
}

.rich-text-block {
  float: none;
}

.rules1a {
  display: inline-block;
  margin-left: 44px;
  padding-left: 0px;
}

.rule1 {
  font-size: 16px;
}

.text-span-4 {
  font-size: 20px;
  font-weight: 700;
}

.rule-box {
  margin-bottom: 60px;
  line-height: 25px;
}

.text-span-5 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.inner-rules {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}

.div-block-4 {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 150px;
}

.image-5 {
  width: 100%;
  height: 82%;
}

.div-block-5 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 105px;
  background-color: #f2eae3;
}

.link-block {
  display: block;
  width: 160px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.landing-page-title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cinzel, sans-serif;
  color: #b6496d;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.div-block-6 {
  display: block;
  width: 940px;
  margin-top: 26px;
  text-align: center;
}

.image-6 {
  margin-bottom: 18px;
}

.landing-page-subtitle {
  display: block;
  margin-top: 26px;
  font-family: Cinzel, sans-serif;
  color: #b6496d;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.submit-button-3 {
  height: 60px;
  float: left;
  background-color: #e7275e;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-field-2 {
  width: 360px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #fad7dd;
  background-color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  text-transform: none;
}

.form-block {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 0px;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-7 {
  position: absolute;
}

.image-8 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -68px;
  display: block;
  width: 670px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.landing-page-disclaimer {
  display: block;
  margin-top: 0px;
  font-family: Cinzel, sans-serif;
  color: #b6496d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.section-3 {
  position: static;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f1e8e0;
}

.section-4 {
  height: 100%;
  padding-bottom: 0px;
  background-image: url('../images/calendar-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.landing-page-footer-links {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.link-3 {
  display: block;
  font-family: Cinzel, sans-serif;
  color: #c67d8a;
  text-align: center;
}

.form-block-copy {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 0px;
}

.image-8-thank-you {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -68px;
  display: block;
  width: 670px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
  opacity: 0;
}

.shopify-div {
  height: 974px;
  margin-top: 64px;
  margin-bottom: 108px;
  padding: 60px;
  background-color: #fff;
}

.link-3-thanks {
  display: block;
  padding-right: 26px;
  padding-left: 28px;
  float: left;
  font-family: Cinzel, sans-serif;
  color: #c67d8a;
  text-align: center;
}

.landing-page-footer-links-thanks {
  display: block;
  width: 412px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-4-thanks {
  position: static;
  padding-bottom: 0px;
  background-image: url('../images/calendar-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3-thanks {
  position: absolute;
  bottom: 0px;
  display: none;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f1e8e0;
}

.footer-div {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 150px;
  padding-top: 34px;
  background-color: #f1e8e0;
}

.div-block-6-thanks {
  display: block;
  width: 940px;
  margin-top: 26px;
  text-align: center;
}

.dh-logo {
  margin-bottom: 18px;
}

.dh-landing-page-title {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cinzel, sans-serif;
  color: #ce2128;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.dh-landing-page-subtitle {
  display: block;
  margin-top: 16px;
  font-family: Cinzel, sans-serif;
  color: #ce2128;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.dh-submit-button-3 {
  height: 60px;
  float: left;
  background-color: #ce2128;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.dh-landing-page-disclaimer {
  display: none;
  margin-top: 0px;
  font-family: Cinzel, sans-serif;
  color: #b6496d;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.dh-image-8 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: -68px;
  display: block;
  width: 670px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: none;
}

.dh-link-3 {
  display: block;
  font-family: Cinzel, sans-serif;
  color: #0a0f20;
  text-align: center;
}

.dh-link-block {
  display: block;
  width: 276px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.dh-section-4 {
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.87)), to(hsla(0, 0%, 96.9%, 0.87))), url('../images/Michaels5.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.87), hsla(0, 0%, 96.9%, 0.87)), url('../images/Michaels5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dh-div-block-6 {
  display: block;
  width: 940px;
  margin-top: 46px;
  text-align: center;
}

.m-logo {
  display: block;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
}

.dh-section-3 {
  position: static;
  bottom: 0px;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f7f7f7;
}

.khls-logo {
  display: block;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
}

.dh-landing-page-title-kohls {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cinzel, sans-serif;
  color: #974052;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.dh-landing-page-title-kohls-ver {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cinzel, sans-serif;
  color: #974052;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.dh-landing-page-subtitle-kohls {
  display: block;
  margin-top: 16px;
  font-family: Cinzel, sans-serif;
  color: #974052;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.dh-submit-button-3-kohls {
  height: 60px;
  float: left;
  background-color: #974052;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.dh-section-4-kohls {
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.87)), to(hsla(0, 0%, 96.9%, 0.87))), url('../images/Kohls-Storefront.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.87), hsla(0, 0%, 96.9%, 0.87)), url('../images/Kohls-Storefront.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hobbylobby-logo {
  display: block;
  width: 483px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
}

.dh-section-4-hobbylobby {
  height: 100%;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.9%, 0.87)), to(hsla(0, 0%, 96.9%, 0.87))), url('../images/hobbylobbystorefront.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.9%, 0.87), hsla(0, 0%, 96.9%, 0.87)), url('../images/hobbylobbystorefront.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dh-landing-page-title-hobbylobby {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  font-family: Cinzel, sans-serif;
  color: #ee4216;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.dh-landing-page-subtitle-hobbylobby {
  display: block;
  margin-top: 16px;
  font-family: Cinzel, sans-serif;
  color: #ee4216;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.dh-submit-button-3-hobbylobby {
  height: 60px;
  float: left;
  background-color: #ee4216;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.dh-div-block-6-thank {
  display: block;
  width: 940px;
  margin-top: 46px;
  padding-top: 39px;
  padding-bottom: 40px;
  background-color: transparent;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="photo-overlay-title"] {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="photo-author-overlay"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="hide-category-description"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="category-title"] {
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media (max-width: 991px) {
  .nav-link {
    display: block;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-link:hover {
    border-bottom-color: #161616;
    background-color: #161616;
  }
  .container.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-title-spp1.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1.subtitle-spp {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1.subtitle-spp.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-content-wrapper {
    padding-right: 55px;
    padding-left: 55px;
  }
  .button.text-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-spp2 {
    padding: 45px;
  }
  .section-spp2.tint.more-posts {
    padding-bottom: 45px;
  }
  .section-spp2.gallery-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-spp2.home-intro {
    padding-top: 39px;
    padding-bottom: 35px;
  }
  .section-spp2.featured {
    padding-bottom: 45px;
  }
  .section-spp2.blog-intro {
    padding-bottom: 45px;
  }
  .section-title-block.photographers {
    margin-bottom: 50px;
  }
  .section-title-block.continue-reading {
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 34px;
  }
  .section-title.subtitle {
    width: 90%;
  }
  .photo-link-block {
    height: 180px;
  }
  .photo-link-block.large {
    height: 220px;
  }
  .wide-container-spp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .centered-buttons-wrapper {
    margin-bottom: 0px;
  }
  .dropdown-link {
    color: #fff;
  }
  .dropdown-link:hover {
    background-color: #3a3a3a;
    color: #fff;
  }
  .dropdown-link.w--current:hover {
    background-color: #3f69ee;
  }
  .gallery-title-wrapper {
    padding: 35px;
  }
  .gallery-image-title {
    margin-bottom: 13px;
    font-size: 38px;
  }
  .tag-link {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 9px;
    line-height: 14px;
  }
  .column-title {
    font-size: 18px;
    line-height: 20px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
    background-color: #353535;
    color: #fff;
  }
  .dropdown-icon {
    margin-right: 25px;
  }
  .nav-menu {
    margin-top: 0px;
    background-color: #000;
  }
  .page-header.about-us {
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .page-header-overlay {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .gallery-tab-pane {
    padding: 45px;
  }
  .photographer-title-overlay {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .photographer-name {
    font-size: 20px;
    line-height: 27px;
  }
  .photographer-intro-text {
    font-size: 12px;
    line-height: 17px;
  }
  .photographer-circle-image {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
  }
  .photographer-page-profile-photo {
    margin-bottom: 30px;
  }
  .overall-content-wrapper-spp {
    width: 100%;
  }
  .overall-content-block-spp {
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .blog-title-wrapper {
    width: 100%;
  }
  .category-image-block {
    height: 240px;
  }
  .category-title-overlay {
    padding-top: 80px;
  }
  .category-description {
    font-size: 12px;
    line-height: 18px;
  }
  .recent-blog-post-block {
    height: 330px;
  }
  .blog-post-title-overlay {
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
  }
  .blog-post-title-link.medium {
    font-size: 17px;
    line-height: 25px;
  }
  .blog-small-author-wrapper {
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .blog-archive-title-link {
    font-size: 22px;
  }
  .gallery-image-overlay {
    padding: 30px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-right: 50px;
    padding-top: 13px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #fff;
    text-align: center;
  }
  .menu-button:hover {
    background-color: #fff;
    color: #000;
  }
  .text-field {
    width: auto;
  }
  .subscribe-and-copyright-div-block {
    width: 100%;
  }
  .page-header-overlay-copy {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-copy.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-copy.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-copy.with-bottom-content-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-copy.about-us-copy {
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .container-copy.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-content-wrapper-spp {
    padding-right: 55px;
    padding-left: 55px;
  }
  .hero-title-spp.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .page-header-overlay-copy-2 {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-copy-2.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-copy-2.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-2.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-copy-2.with-bottom-content-copy-2 {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .container-copy-2.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-content-wrapper-copy-2 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .hero-title-copy-2.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-copy-2.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-copy-2.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-copy-2.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-copy-3.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-copy-3.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-copy-3.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-copy-3.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-copy-3.subtitle-copy-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-copy-3.subtitle-copy-2.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .sumbit-project-block {
    width: auto;
  }
  .synopsis-field {
    position: static;
    display: block;
    overflow: auto;
    width: 638px;
    height: 567px;
    padding-bottom: 244px;
  }
  .upload-pdf-button {
    width: 130px;
    text-align: center;
  }
  .container-spp.photographer-intro-container {
    margin-top: -120px;
  }
  .page-header-overlay-spp {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-spp.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-spp.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-spp.with-bottom-content-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp.with-bottom-content-spp {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp-copy {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-spp-copy.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-spp-copy.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp-copy.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .container-spp-copy.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-content-wrapper-spp-copy {
    padding-right: 55px;
    padding-left: 55px;
  }
  .hero-title-spp-copy.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-copy.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp-copy.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-copy.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-copy.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-copy.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-copy.subtitle-spp {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-copy.subtitle-spp.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .section-spp2-copy {
    padding: 45px;
  }
  .section-spp2-copy.tint.more-posts {
    padding-bottom: 45px;
  }
  .section-spp2-copy.gallery-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-spp2-copy.home-intro {
    padding-top: 39px;
    padding-bottom: 35px;
  }
  .section-spp2-copy.featured {
    padding-bottom: 45px;
  }
  .section-spp2-copy.blog-intro {
    padding-bottom: 45px;
  }
  .wide-container-spp-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-content-wrapper-spp-copy {
    width: 100%;
  }
  .overall-content-block-spp-copy {
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .button-copy.text-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-header-copy-3.about-us-copy-3 {
    background-size: auto;
  }
  .page-header-overlay-copy-3 {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-copy-3.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-copy-3.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-3.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy-3 {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .container-copy-3.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-content-wrapper-spp-3 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .hero-title-spp-3.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-3.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp-3.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-3.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3.subtitle-spp {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3.subtitle-spp.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3.subtitle-spp-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3.subtitle-spp-3.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .section-spp2-3 {
    padding: 45px;
  }
  .section-spp2-3.tint.more-posts {
    padding-bottom: 45px;
  }
  .section-spp2-3.gallery-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-spp2-3.home-intro {
    padding-top: 39px;
    padding-bottom: 35px;
  }
  .section-spp2-3.featured {
    padding-bottom: 45px;
  }
  .section-spp2-3.blog-intro {
    padding-bottom: 45px;
  }
  .wide-container-spp-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-content-wrapper-spp-3 {
    width: 100%;
  }
  .overall-content-block-spp-3 {
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .page-header-copy-3-4.about-us-copy-3 {
    background-size: auto;
  }
  .page-header-copy-3-4.about-us-copy-3-4 {
    background-size: auto;
  }
  .page-header-overlay-copy-3-4 {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .page-header-overlay-copy-3-4.photographer-intro {
    padding-top: 150px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-3-4.blog-post {
    padding-top: 230px;
    padding-bottom: 180px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3 {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3-4 {
    padding-top: 190px;
    padding-bottom: 210px;
  }
  .container-copy-3-4.photographer-intro-container {
    margin-top: -120px;
  }
  .hero-content-wrapper-spp-3-4 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .hero-title-spp-3-4.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-3-4.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp-3-4.subtitle-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp-3-4.subtitle-copy.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3-4.subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3-4.subtitle.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3-4.subtitle-spp {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3-4.subtitle-spp.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4.photographer-intro {
    width: 75%;
    font-size: 20px;
    line-height: 29px;
  }
  .section-spp2-3-4 {
    padding: 45px;
  }
  .section-spp2-3-4.tint.more-posts {
    padding-bottom: 45px;
  }
  .section-spp2-3-4.gallery-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-spp2-3-4.home-intro {
    padding-top: 39px;
    padding-bottom: 35px;
  }
  .section-spp2-3-4.featured {
    padding-bottom: 45px;
  }
  .section-spp2-3-4.blog-intro {
    padding-bottom: 45px;
  }
  .wide-container-spp-3-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .overall-content-wrapper-spp-3-4 {
    width: 100%;
  }
  .overall-content-block-spp-3-4 {
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .landing-page-title {
    font-size: 44px;
  }
  .div-block-6 {
    width: 100%;
  }
  .landing-page-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
  .text-field-2 {
    font-size: 16px;
  }
  .image-8 {
    bottom: -111px;
  }
  .section-3 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section-4 {
    height: auto;
  }
  .image-8-thank-you {
    bottom: -111px;
  }
  .shopify-div {
    height: auto;
  }
  .section-4-thanks {
    height: auto;
  }
  .section-3-thanks {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .div-block-6-thanks {
    width: 100%;
  }
  .dh-landing-page-title {
    font-size: 44px;
  }
  .dh-landing-page-subtitle {
    font-size: 22px;
    line-height: 26px;
  }
  .dh-image-8 {
    bottom: -111px;
  }
  .dh-section-4 {
    height: 100%;
  }
  .dh-div-block-6 {
    width: 100%;
  }
  .dh-section-3 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .dh-landing-page-title-kohls {
    font-size: 44px;
  }
  .dh-landing-page-title-kohls-ver {
    font-size: 44px;
  }
  .dh-landing-page-subtitle-kohls {
    font-size: 22px;
    line-height: 26px;
  }
  .dh-section-4-kohls {
    height: 100%;
  }
  .dh-section-4-hobbylobby {
    height: 100%;
  }
  .dh-landing-page-title-hobbylobby {
    font-size: 44px;
  }
  .dh-landing-page-subtitle-hobbylobby {
    font-size: 22px;
    line-height: 26px;
  }
  .dh-div-block-6-thank {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-section {
    position: relative;
    height: 460px;
  }
  .hero-section-overlay {
    display: block;
    padding-top: 140px;
  }
  .hero-section-overlay.simple-home-overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 61%, #000);
  }
  .container.below-container {
    margin-top: 15px;
  }
  .container.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-title-spp1 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp1.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1.subtitle-spp {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1.subtitle-spp.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-content-wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
  .button.centered {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 27px;
  }
  .button.hero-button {
    width: 250px;
    margin-top: 8px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 10px;
    line-height: 21px;
  }
  .hero-photographer-block {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .section-spp2 {
    padding: 22px;
  }
  .section-spp2.tint.more-posts {
    padding-bottom: 22px;
  }
  .section-spp2.photographer-intro {
    padding-bottom: 20px;
  }
  .section-spp2.featured {
    padding-bottom: 22px;
  }
  .section-spp2.blog-intro {
    padding-bottom: 22px;
  }
  .section-title-block.photographers {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 26px;
    line-height: 33px;
  }
  .section-title.subtitle {
    margin-top: 2px;
    font-size: 17px;
  }
  .section-title.with-dynamic-title {
    font-size: 28px;
  }
  .featured-photo-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-title-wrapper {
    padding: 22px 22px 12px;
  }
  .gallery-image-title {
    font-size: 28px;
    line-height: 33px;
  }
  .subpage-navbar-wrapper {
    height: 90px;
  }
  .tag-link {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 17px;
  }
  .photo-tags-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .photo-info-block {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
  }
  .image-author-block {
    margin-top: 10px;
  }
  .photo-details-block {
    width: 100%;
  }
  .page-header {
    background-position: 50% 50%;
  }
  .page-header-overlay {
    padding: 120px 22px 50px;
  }
  .page-header-overlay.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .gallery-tab-button {
    margin-right: 6px;
    margin-left: 6px;
  }
  .gallery-tab-pane {
    padding: 22px;
  }
  .gallery-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .empty-state.gallery {
    height: 170px;
    padding-top: 45px;
  }
  .photographer-item {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .photographer-name {
    font-size: 30px;
    line-height: 28px;
  }
  .photographer-intro-text {
    font-size: 15px;
    line-height: 22px;
  }
  .photographer-page-profile-photo {
    width: 110px;
    height: 110px;
  }
  .photographer-biography {
    width: 100%;
  }
  .photographer-social-wrapper {
    position: static;
    margin-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .footer-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .footer-column.last {
    padding-bottom: 0px;
  }
  .footer-title {
    margin-bottom: 10px;
  }
  .logo {
    margin-top: 12px;
    margin-left: 20px;
  }
  .contact-form {
    width: 92%;
  }
  .overall-content-block-spp {
    padding: 40px 40px 10px;
  }
  .category-image-block {
    height: 190px;
  }
  .category-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .category-description {
    font-size: 13px;
    line-height: 19px;
  }
  .recent-blog-post-block {
    height: 240px;
  }
  .recent-blog-post-block.medium {
    height: 240px;
  }
  .blog-post-title-link {
    width: 100%;
    font-size: 25px;
  }
  .blog-post-title-link.medium {
    font-size: 25px;
  }
  .recent-blog-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-image-overlay {
    padding: 23px;
  }
  .menu-button {
    margin-right: 20px;
  }
  .text-field {
    width: 322px;
  }
  .page-header-overlay-copy {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-copy.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-copy.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy.with-bottom-content-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-copy {
    background-position: 50% 50%;
  }
  .container-copy.below-container {
    margin-top: 15px;
  }
  .container-copy.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-content-wrapper-spp {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-title-spp {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .page-header-overlay-copy-2 {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-copy-2.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-copy-2.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-2.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-2.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-2.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-2.with-bottom-content-copy-2 {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .container-copy-2.below-container {
    margin-top: 15px;
  }
  .container-copy-2.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-content-wrapper-copy-2 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-title-copy-2 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-copy-2.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-copy-2.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-copy-2.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-copy-2.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-copy-3 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-copy-3.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-copy-3.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-copy-3.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-copy-3.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-copy-3.subtitle-copy-2 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-copy-3.subtitle-copy-2.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .synopsis-field {
    width: 100%;
  }
  .page-header-spp {
    background-position: 50% 50%;
  }
  .container-spp.below-container {
    margin-top: 15px;
  }
  .container-spp.photographer-intro-container {
    margin-top: -70px;
  }
  .page-header-overlay-spp {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-spp.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-spp.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-spp.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-spp.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp.with-bottom-content-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp.with-bottom-content-spp {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-spp-copy {
    background-position: 50% 50%;
  }
  .page-header-overlay-spp-copy {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-spp-copy.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-spp-copy.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-spp-copy.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-spp-copy.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .container-spp-copy.below-container {
    margin-top: 15px;
  }
  .container-spp-copy.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-content-wrapper-spp-copy {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-title-spp-copy {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp-copy.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-copy.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp-copy.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-copy.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-copy {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp1-copy.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-copy.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-copy.subtitle-spp {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-copy.subtitle-spp.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .section-spp2-copy {
    padding: 22px;
  }
  .section-spp2-copy.tint.more-posts {
    padding-bottom: 22px;
  }
  .section-spp2-copy.photographer-intro {
    padding-bottom: 20px;
  }
  .section-spp2-copy.featured {
    padding-bottom: 22px;
  }
  .section-spp2-copy.blog-intro {
    padding-bottom: 22px;
  }
  .overall-content-block-spp-copy {
    padding: 40px 40px 10px;
  }
  .button-copy.centered {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 11px;
    line-height: 27px;
  }
  .button-copy.hero-button {
    width: 250px;
    margin-top: 8px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 10px;
    line-height: 21px;
  }
  .button-copy.hero-button-copy {
    width: 250px;
    margin-top: 8px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 10px;
    line-height: 21px;
  }
  .page-header-copy-3 {
    background-position: 50% 50%;
  }
  .page-header-overlay-copy-3 {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-copy-3.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-copy-3.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy-3 {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .container-copy-3.below-container {
    margin-top: 15px;
  }
  .container-copy-3.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-content-wrapper-spp-3 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-title-spp-3 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp-3.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-3.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp-3.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-3.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp1-3.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3.subtitle-spp {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3.subtitle-spp.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3.subtitle-spp-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3.subtitle-spp-3.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .section-spp2-3 {
    padding: 22px;
  }
  .section-spp2-3.tint.more-posts {
    padding-bottom: 22px;
  }
  .section-spp2-3.photographer-intro {
    padding-bottom: 20px;
  }
  .section-spp2-3.featured {
    padding-bottom: 22px;
  }
  .section-spp2-3.blog-intro {
    padding-bottom: 22px;
  }
  .overall-content-block-spp-3 {
    padding: 40px 40px 10px;
  }
  .page-header-copy-3-4 {
    background-position: 50% 50%;
  }
  .page-header-overlay-copy-3-4 {
    padding: 120px 22px 50px;
  }
  .page-header-overlay-copy-3-4.photographer-intro {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-header-overlay-copy-3-4.no-title {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3-4.contact {
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.blog-post {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3 {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3-4 {
    padding-top: 110px;
    padding-bottom: 190px;
  }
  .container-copy-3-4.below-container {
    margin-top: 15px;
  }
  .container-copy-3-4.photographer-intro-container {
    margin-top: -70px;
  }
  .hero-content-wrapper-spp-3-4 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .hero-title-spp-3-4 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp-3-4.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-3-4.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp-3-4.subtitle-copy {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp-3-4.subtitle-copy.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3-4 {
    font-size: 30px;
    line-height: 44px;
  }
  .hero-title-spp1-3-4.subtitle {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3-4.subtitle.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3-4.subtitle-spp {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3-4.subtitle-spp.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4 {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 19px;
    line-height: 31px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4.photographer-intro {
    width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .section-spp2-3-4 {
    padding: 22px;
  }
  .section-spp2-3-4.tint.more-posts {
    padding-bottom: 22px;
  }
  .section-spp2-3-4.photographer-intro {
    padding-bottom: 20px;
  }
  .section-spp2-3-4.featured {
    padding-bottom: 22px;
  }
  .section-spp2-3-4.blog-intro {
    padding-bottom: 22px;
  }
  .overall-content-block-spp-3-4 {
    padding: 40px 40px 10px;
  }
  .landing-page-title {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .div-block-6 {
    width: 100%;
    margin-top: 6px;
  }
  .landing-page-subtitle {
    font-size: 24px;
  }
  .text-field-2 {
    width: 260px;
    font-size: 14px;
  }
  .image-8 {
    bottom: -30px;
    width: 560px;
  }
  .section-3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .section-4 {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-8-thank-you {
    bottom: -30px;
    width: 560px;
  }
  .section-4-thanks {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-3-thanks {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .div-block-6-thanks {
    width: 100%;
    margin-top: 6px;
  }
  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dh-landing-page-title {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .dh-landing-page-subtitle {
    font-size: 24px;
  }
  .dh-image-8 {
    bottom: -30px;
    width: 560px;
  }
  .dh-section-4 {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dh-div-block-6 {
    width: 100%;
    margin-top: 6px;
  }
  .m-logo {
    margin-bottom: 32px;
  }
  .dh-section-3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .dh-landing-page-title-kohls {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .dh-landing-page-title-kohls-ver {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .dh-landing-page-subtitle-kohls {
    font-size: 24px;
  }
  .dh-section-4-kohls {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hobbylobby-logo {
    margin-bottom: 32px;
  }
  .dh-section-4-hobbylobby {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dh-landing-page-title-hobbylobby {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .dh-landing-page-subtitle-hobbylobby {
    font-size: 24px;
  }
  .dh-div-block-6-thank {
    width: 100%;
    margin-top: 6px;
  }
}

@media (max-width: 479px) {
  blockquote {
    margin-bottom: 20px;
    border-left-width: 4px;
    font-size: 17px;
    line-height: 24px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-section {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link.w--current {
    border-style: none;
  }
  .hero-section-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  .hero-section-overlay.simple-home-overlay {
    background-image: none;
  }
  .container.below-container {
    margin-top: 5px;
  }
  .hero-title-spp1 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp1.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp1._404 {
    font-size: 23px;
  }
  .hero-title-spp1.subtitle-spp {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1.subtitle-spp.blog-subtitle {
    line-height: 35px;
  }
  .hero-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper.with-bottom-content-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.centered {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 17px;
  }
  .button.hero-button {
    width: 210px;
    margin-top: 6px;
    padding: 8px 9px 7px;
  }
  .button.submit {
    line-height: 27px;
  }
  .hero-photographer-block {
    right: 20px;
    bottom: 10px;
  }
  .hero-photographer-title {
    font-size: 12px;
  }
  .section-spp2.home-intro {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .section-title-block.bottom-margin {
    margin-bottom: 20px;
  }
  .section-title-block.left {
    margin-bottom: 20px;
  }
  .section-title-block.continue-reading {
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 26px;
    line-height: 31px;
  }
  .section-title.subtitle {
    margin-top: 7px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 15px;
    line-height: 23px;
  }
  .section-title.with-dynamic-title {
    font-size: 20px;
    line-height: 26px;
  }
  .section-title.with-dynamic-title.dynamic-title {
    margin-left: 6px;
  }
  .photo-link-block {
    height: 150px;
    margin-bottom: 6px;
  }
  .photo-link-block.large {
    height: 150px;
  }
  .subpage-navbar-wrapper {
    height: 60px;
  }
  .image-author-block {
    margin-top: 5px;
    padding-top: 10px;
  }
  .nav-menu {
    display: none;
    margin-right: 0px;
  }
  .page-header-overlay {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .photo-overlay-title {
    left: 19px;
    font-size: 15px;
  }
  .post-author-wrapper {
    left: 20px;
  }
  .gallery-tab-button {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 22px;
    border-bottom-width: 1px;
    border-bottom-color: #f7f7f7;
    -webkit-transition: background-color 200ms ease, border 200ms ease;
    transition: background-color 200ms ease, border 200ms ease;
    text-align: center;
  }
  .gallery-tab-button.w--current {
    background-color: #3f69ee;
    color: #fff;
  }
  .empty-state.gallery {
    height: 130px;
    padding-top: 28px;
    background-size: auto, cover;
  }
  .photographer-intro-text {
    font-size: 13px;
    line-height: 21px;
  }
  .photographer-page-profile-photo {
    margin-bottom: 20px;
  }
  .social-button {
    margin-left: 4px;
  }
  .footer-column {
    padding-bottom: 15px;
  }
  .empty-title {
    font-size: 27px;
    line-height: 30px;
  }
  .photo-author-title {
    margin-top: 9px;
    font-size: 20px;
    line-height: 15px;
  }
  .gallery-author-image {
    width: 55px;
    height: 55px;
    margin-right: 13px;
  }
  .bottom-footer-block {
    padding-top: 20px;
    text-align: left;
  }
  .bottom-footer-text {
    float: none;
  }
  .bottom-footer-text.right {
    float: none;
  }
  .logo {
    height: 31px;
    margin-top: 6px;
    margin-left: 10px;
  }
  .contact-form {
    margin-top: 20px;
  }
  .field {
    height: 40px;
  }
  .field.area {
    height: 130px;
  }
  .overall-content-block-spp {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-author-wrapper {
    margin-bottom: 6px;
  }
  .category-title {
    left: 20px;
  }
  .category-description {
    left: 20px;
    bottom: 21px;
    font-size: 12px;
    line-height: 18px;
  }
  .hero-photographer-link {
    margin-left: 5px;
    font-size: 12px;
  }
  .recent-blog-post-block {
    height: 190px;
  }
  .recent-blog-post-block.medium {
    height: 190px;
  }
  .blog-post-title-overlay {
    padding: 35px 25px 25px;
  }
  .blog-post-title-link {
    font-size: 18px;
    line-height: 22px;
  }
  .blog-post-title-link.medium {
    font-size: 18px;
    line-height: 23px;
  }
  .blog-small-author-wrapper {
    padding: 25px;
  }
  .blog-archive-item-wrapper {
    padding: 18px 18px 11px;
  }
  .blog-archive-title-link {
    font-size: 16px;
  }
  .blog-archive-item {
    margin-top: 11px;
  }
  .gallery-image-overlay {
    padding: 20px;
  }
  .menu-button {
    z-index: 1003;
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .footer-paragraph {
    margin-bottom: 0px;
  }
  .step-title-homepage {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-field {
    width: 100%;
    margin-top: 12px;
  }
  .how-it-works-small-text {
    padding-right: 28px;
    padding-left: 28px;
  }
  .page-header-overlay-copy {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-copy.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-copy.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-copy.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-copy.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-copy.with-bottom-content-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .container-copy.below-container {
    margin-top: 5px;
  }
  .hero-content-wrapper-spp {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper-spp.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp.with-bottom-content-spp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-title-spp {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp._404 {
    font-size: 23px;
  }
  .hero-title-spp.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .page-header-overlay-copy-2 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-copy-2.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-2.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-copy-2.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-copy-2.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-2.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-copy-2.with-bottom-content-copy-2 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .container-copy-2.below-container {
    margin-top: 5px;
  }
  .hero-content-wrapper-copy-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper-copy-2.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-copy-2.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-copy-2.with-bottom-content-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-copy-2.with-bottom-content-copy-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-title-copy-2 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-copy-2.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-copy-2.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-copy-2.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-copy-2._404 {
    font-size: 23px;
  }
  .hero-title-copy-2.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-copy-2.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-copy-3 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-copy-3.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-copy-3.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-copy-3.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-copy-3._404 {
    font-size: 23px;
  }
  .hero-title-copy-3.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-copy-3.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-copy-3.subtitle-copy-2 {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-copy-3.subtitle-copy-2.blog-subtitle {
    line-height: 35px;
  }
  .synopsis-field {
    width: 100%;
    height: 550px;
  }
  .container-spp.below-container {
    margin-top: 5px;
  }
  .page-header-overlay-spp {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-spp.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-spp.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-spp.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-spp.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-spp.with-bottom-content-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp.with-bottom-content-spp {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-spp-copy.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-spp-copy.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-spp-copy.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-spp-copy.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-spp-copy.with-bottom-content-spp-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .container-spp-copy.below-container {
    margin-top: 5px;
  }
  .hero-content-wrapper-spp-copy {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper-spp-copy.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-copy.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-copy.with-bottom-content-spp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-copy.with-bottom-content-spp-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-title-spp-copy {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp-copy.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-copy.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp-copy.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp-copy._404 {
    font-size: 23px;
  }
  .hero-title-spp-copy.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-copy.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-copy {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp1-copy.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-copy.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-copy.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp1-copy._404 {
    font-size: 23px;
  }
  .hero-title-spp1-copy.subtitle-spp {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-copy.subtitle-spp.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-copy.subtitle-spp-copy.blog-subtitle {
    line-height: 35px;
  }
  .section-spp2-copy.home-intro {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .overall-content-block-spp-copy {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-copy.centered {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 17px;
  }
  .button-copy.hero-button {
    width: 210px;
    margin-top: 6px;
    padding: 8px 9px 7px;
  }
  .button-copy.submit {
    line-height: 27px;
  }
  .button-copy.hero-button-copy {
    width: 210px;
    margin-top: 6px;
    padding: 8px 9px 7px;
  }
  .page-header-overlay-copy-3 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-copy-3.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-copy-3.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-copy-3.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3.with-bottom-content-copy-3 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .container-copy-3.below-container {
    margin-top: 5px;
  }
  .hero-content-wrapper-spp-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper-spp-3.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3.with-bottom-content-spp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3.with-bottom-content-spp-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-title-spp-3 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp-3.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-3.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp-3.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp-3._404 {
    font-size: 23px;
  }
  .hero-title-spp-3.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-3.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp1-3.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp1-3._404 {
    font-size: 23px;
  }
  .hero-title-spp1-3.subtitle-spp {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3.subtitle-spp.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3.subtitle-spp-3 {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3.subtitle-spp-3.blog-subtitle {
    line-height: 35px;
  }
  .section-spp2-3.home-intro {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .overall-content-block-spp-3 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-header-overlay-copy-3-4 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .page-header-overlay-copy-3-4.photographer-intro {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page-header-overlay-copy-3-4.no-title {
    padding-bottom: 60px;
  }
  .page-header-overlay-copy-3-4.contact {
    padding-bottom: 40px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.blog-post {
    padding-top: 130px;
    padding-bottom: 200px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .page-header-overlay-copy-3-4.with-bottom-content-copy-3-4 {
    padding-top: 100px;
    padding-bottom: 190px;
  }
  .container-copy-3-4.below-container {
    margin-top: 5px;
  }
  .hero-content-wrapper-spp-3-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-content-wrapper-spp-3-4.blog-post {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3-4.with-bottom-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3-4.with-bottom-content-spp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3-4.with-bottom-content-spp-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-content-wrapper-spp-3-4.with-bottom-content-spp-3-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-title-spp-3-4 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp-3-4.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-3-4.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp-3-4.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp-3-4._404 {
    font-size: 23px;
  }
  .hero-title-spp-3-4.subtitle-copy {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp-3-4.subtitle-copy.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3-4 {
    font-size: 31px;
    line-height: 32px;
  }
  .hero-title-spp1-3-4.subtitle {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3-4.subtitle.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3-4.blog-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
  }
  .hero-title-spp1-3-4._404 {
    font-size: 23px;
  }
  .hero-title-spp1-3-4.subtitle-spp {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3-4.subtitle-spp.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3 {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3.blog-subtitle {
    line-height: 35px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4 {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
  }
  .hero-title-spp1-3-4.subtitle-spp-3-4.blog-subtitle {
    line-height: 35px;
  }
  .section-spp2-3-4.home-intro {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .overall-content-block-spp-3-4 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .landing-page-title {
    padding-right: 16px;
    padding-left: 16px;
    color: #b6496d;
    font-size: 40px;
    line-height: 42px;
  }
  .landing-page-subtitle {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    color: #b6496d;
    font-size: 18px;
  }
  .submit-button-3 {
    display: block;
    width: 100%;
  }
  .text-field-2 {
    display: block;
    width: 100%;
    float: none;
    font-size: 17px;
    text-align: center;
  }
  .form-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 26px;
  }
  .image-8 {
    position: static;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .landing-page-disclaimer {
    margin-top: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: none;
    font-family: Cinzel, sans-serif;
    color: #b6496d;
    font-size: 11px;
    font-weight: 400;
  }
  .section-3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section-4 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-block-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 26px;
    padding-left: 26px;
  }
  .image-8-thank-you {
    position: static;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-3-thanks {
    padding-right: 10px;
    padding-left: 10px;
  }
  .landing-page-footer-links-thanks {
    width: 310px;
  }
  .section-4-thanks {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-3-thanks {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dh-landing-page-title {
    padding-right: 16px;
    padding-left: 16px;
    color: #ce2128;
    font-size: 40px;
    line-height: 42px;
  }
  .dh-landing-page-subtitle {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    color: #ce2128;
    font-size: 18px;
  }
  .dh-submit-button-3 {
    display: block;
    width: 100%;
  }
  .dh-landing-page-disclaimer {
    margin-top: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: none;
    font-family: Cinzel, sans-serif;
    color: #b6496d;
    font-size: 11px;
    font-weight: 400;
  }
  .dh-image-8 {
    position: static;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-top: 18px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dh-section-4 {
    height: 100%;
    padding-right: 20px;
    padding-bottom: 46px;
    padding-left: 20px;
  }
  .m-logo {
    margin-top: 32px;
  }
  .dh-section-3 {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .khls-logo {
    margin-bottom: 28px;
  }
  .dh-landing-page-title-kohls {
    padding-right: 16px;
    padding-left: 16px;
    color: #f5f7f8;
    font-size: 40px;
    line-height: 42px;
  }
  .dh-landing-page-title-kohls-ver {
    padding-right: 16px;
    padding-left: 16px;
    color: #974052;
    font-size: 40px;
    line-height: 42px;
  }
  .dh-landing-page-subtitle-kohls {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    color: #974052;
    font-size: 18px;
  }
  .dh-submit-button-3-kohls {
    display: block;
    width: 100%;
  }
  .dh-section-4-kohls {
    height: 100%;
    padding-right: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .hobbylobby-logo {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .dh-section-4-hobbylobby {
    height: 100%;
    padding-right: 20px;
    padding-bottom: 46px;
    padding-left: 20px;
  }
  .dh-landing-page-title-hobbylobby {
    padding-right: 16px;
    padding-left: 16px;
    color: #ee4216;
    font-size: 40px;
    line-height: 42px;
  }
  .dh-landing-page-subtitle-hobbylobby {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    color: #ee4216;
    font-size: 18px;
  }
  .dh-submit-button-3-hobbylobby {
    display: block;
    width: 100%;
  }
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Bold.ttf') format('truetype'), url('../fonts/Cinzel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato lig';
  src: url('../fonts/Lato-Lig.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato ligita';
  src: url('../fonts/Lato-LigIta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzeldecorative';
  src: url('../fonts/CinzelDecorative-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}