/* line 35, ../scss/aspirational_photo.scss */
a.aspirational_photo_link {
  display: inline-block;
  position: relative;
  margin: 15px;
  line-height: 0;
}
/* line 41, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.top_border {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 46, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.top_border:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -9px;
  left: -9px;
  border-top: 4px solid #ccced2;
  border-left: 4px solid #ccced2;
}
/* line 54, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.top_border:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -9px;
  right: -9px;
  border-top: 4px solid #ccced2;
  border-right: 4px solid #ccced2;
}
/* line 63, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.bottom_border {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* line 68, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.bottom_border:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: -9px;
  left: -9px;
  border-bottom: 4px solid #ccced2;
  border-left: 4px solid #ccced2;
}
/* line 76, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.bottom_border:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: -9px;
  right: -9px;
  border-bottom: 4px solid #ccced2;
  border-right: 4px solid #ccced2;
}
/* line 85, ../scss/aspirational_photo.scss */
a.aspirational_photo_link span.description {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 21px 16px;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  background-image: url("/images/aspiration_arrows.png");
  background-repeat: no-repeat;
  height: 34px;
  padding-left: 52px;
  text-align: left;
  vertical-align: middle;
  line-height: 18px;
  z-index: 10;
}
/* line 105, ../scss/aspirational_photo.scss */
a.aspirational_photo_link:hover span.description {
  color: #fff;
}
/* line 110, ../scss/aspirational_photo.scss */
a.aspirational_photo_link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 66%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, transparent 66%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, transparent 66%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, transparent 66%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
}

/* line 126, ../scss/aspirational_photo.scss */
.entryContent a.aspirational_photo_link, .pressRelease a.aspirational_photo_link, .singleEntry .entryContent a.aspirational_photo_link {
  margin-left: 10px;
}
/* line 128, ../scss/aspirational_photo.scss */
.entryContent a.aspirational_photo_link img, .pressRelease a.aspirational_photo_link img, .singleEntry .entryContent a.aspirational_photo_link img {
  margin: 0;
}

/* line 133, ../scss/aspirational_photo.scss */
div.aspirational_photo {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000002;
}
/* line 143, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper {
  position: relative;
  margin: 20px auto;
}
/* line 147, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content {
  width: 100%;
  background-repeat: no-repeat;
}
/* line 150, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  width: 45%;
}
/* line 161, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story .story_text {
  overflow: hidden;
  margin-top: 50px;
}
/* line 164, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story .story_text h3 {
  font-size: 24px;
  font-family: "Oswald", "Georgia", san-serif;
  font-weight: 400;
  margin: 0 0 37px 0;
}
/* line 171, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story .story_text p {
  font-size: 16px;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  margin: 18px 0;
  text-align: left;
}
/* line 180, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story span.story_close {
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/images/story_close_strip.png");
  background-repeat: no-repeat;
  top: 25px;
  right: 27px;
  cursor: pointer;
  background-position: 0 0;
  background-size: 18px 36px;
}
/* line 192, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story span.story_close:hover {
  background-position: 0 -18px;
}
/* line 197, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story span.scroll_text {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  background-repeat: no-repeat;
  height: 50px;
  text-align: center;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #9b9fa7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 216, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story span.scroll_text.up {
  top: 0;
  background-image: url("/images/story_scroll_up.png");
  background-position: center 11px;
  line-height: 70px;
}
/* line 223, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_content .story span.scroll_text.down {
  bottom: 0;
  background-image: url("/images/story_scroll_down.png");
  background-position: center 32px;
  line-height: 35px;
}
/* line 233, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer {
  background-color: #fff;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
/* line 239, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer > a.read_story {
  display: block;
  background-color: #d1d5de;
  font-size: 18px;
  color: #62656c;
  height: 50px;
  width: 150px;
  font-weight: 700;
  font-family: "proxima-nova", "Arial", san-serif;
  float: left;
  line-height: 50px;
  text-align: center;
}
/* line 251, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer > a.read_story span {
  font-family: "font-awesome", "Arial", san-serif;
  font-weight: 400;
  margin-left: 2px;
}
/* line 258, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer > p {
  display: block;
  margin: 0 150px;
  color: #9b9fa7;
  padding-left: 12.5px;
  padding-right: 12.5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 14px;
}
/* line 273, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer > a.olympus_logo {
  display: block;
  background-repeat: no-repeat;
  background-size: 105.21739px 20px;
  background-position: 0 0;
  height: 20px;
  width: 105.21739px;
  margin: 15px;
  float: right;
  background-color: #fff;
  background-image: url("/images/manufacturer_logos/olympus_logo.png");
}
/* line 278, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper .aspirational_photo_footer > a.sony_logo {
  display: block;
  background-repeat: no-repeat;
  background-size: 101.66667px 20px;
  background-position: 0 0;
  height: 20px;
  width: 101.66667px;
  margin: 15px;
  float: right;
  background-color: #fff;
  background-image: url("/images/manufacturer_logos/sony_logo.png");
}
/* line 284, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper > span.close {
  background-image: url("/images/close_strip.png");
  width: 53px;
  height: 53px;
  position: absolute;
  background-repeat: no-repeat;
  top: -26px;
  right: -26px;
  cursor: pointer;
  background-position: 0 0;
}
/* line 295, ../scss/aspirational_photo.scss */
div.aspirational_photo .aspirational_photo_wrapper > span.close:hover {
  background-position: 0 -53px;
}

/* line 302, ../scss/aspirational_photo.scss */
.noscroll {
  overflow: hidden;
}
