/********************************! 
Theme Name: Enterprise Template V3
*********************************!/

/************ SASS ************/
/****************************/
/* Nav */
.max-width {
  width: 100%; }

#et-nav {
  background-color: rgba(0, 0, 0, 0.9);
  background-color: black;
  position: fixed;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 9999;
  color: white;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #222; }

#et-nav .no-left-margin-padding {
  padding-left: 0;
  margin-left: 0; }

.show-title-indent {
  overflow: hidden;
  text-indent: 0px;
  -moz-transition: text-indent 0.5s ease-in-out;
  -webkit-transition: text-indent 0.5s ease-in-out;
  -o-transition: text-indent 0.5s ease-in-out;
  transition: text-indent 0.5s ease-in-out; }

.hide-title-indent {
  overflow: hidden;
  text-indent: -600px;
  -moz-transition: text-indent 0.5s ease-in-out;
  -webkit-transition: text-indent 0.5s ease-in-out;
  -o-transition: text-indent 0.5s ease-in-out;
  transition: text-indent 0.5s ease-in-out; }

#et-nav .border-left {
  border-left: 1px solid #444; }

#et-nav .border-right {
  border-right: 1px solid #444; }

#et-nav > div {
  height: 50px;
  margin-left: 20px; }

#et-nav > div > div {
  padding-top: 11px; }

#et-nav a, #et-nav p {
  margin: 0;
  padding: 0;
  color: white;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  font-size: 16px; }

#et-nav a {
  display: block; }

#et-nav a:hover {
  text-decoration: none; }

#et-nav #et-nav-company-icon {
  padding: 11.5px 15px 0 15px; }

#et-nav #et-nav-company-icon #branding-at-top {
  width: 180px; }

#et-nav #et-nav-company-icon #branding-during-scroll {
  width: 30px;
  display: none; }

/*#et-nav #et-nav-company-icon a {
  width: 200px;
  height: 50px;
  background: #fafafa url(http://www.washingtonpost.com/pb/resources/img/header-wp-logo-retina-v2.png) no-repeat 15px 10px;
  background-size: auto 26px;
  background-position-y: 11px;
}*/
#et-title-wrap {
  width: 15%; }

#et-title-wrap.more-width {
  width: 22%; }

#et-nav-story-title {
  margin-left: 15px;
  width: 100%; }

#et-nav-story-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#et-nav-story-title a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#et-nav #share-series > div {
  margin-right: 20px;
  padding-right: 20px;
  height: 40px; }

#et-nav #share-series > div:first-child {
  padding-left: 15px; }

#et-nav #share-series > div:last-child {
  margin-right: 20px;
  padding-right: 0; }

#et-nav #share-sereis #et-nav-share-dropdown a, #et-nav #share-sereis #et-nav-share-dropdown p {
  color: #333; }

#et-nav #share-series #et-nav-share-dropdown > a {
  margin-bottom: 7px; }

#et-nav #share-series #et-nav-share-dropdown .share-icon {
  padding-top: 2px;
  padding-left: 10px; }

#et-nav #share-series #et-nav-share-dropdown ul {
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: black;
  position: absolute;
  top: 51px;
  left: -19px;
  width: 120px; }

#et-nav #share-series #et-nav-share-dropdown ul.no-series-nav {
  right: 0; }

#et-nav #share-series #et-nav-share-dropdown ul li {
  border-bottom: 1px solid #444; }

#et-nav #share-series #et-nav-share-dropdown ul > li > a {
  display: block;
  padding: 10px; }

/*#et-nav #share-series #et-nav-share-dropdown ul > li > a:hover {
  background-color: #2E6D9D;
}*/
#et-nav #et-nav-share-dropdown > a > p > span {
  margin-right: 10px; }

.social-name {
  padding-left: 10px; }

ul.et-dropdown {
  overflow-y: auto;
  background-color: white;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }

#et-nav #et-nav-sections-regular-dropdown-wrapper {
  padding: 1px 0px 0px 15px; }

#et-nav #et-nav-sections-dropdown {
  padding-top: 0; }

#et-nav #et-nav-sections-dropdown #et-nav-sections-full-click {
  border: 1px solid #444;
  border-radius: 4px;
  padding: 6px 9px;
  margin-top: 7px; }

#et-nav #et-nav-sections-dropdown #et-nav-sections-full-click > div {
  padding-left: 4px;
  padding-right: 4px; }

#et-nav #et-nav-sections-dropdown p.share-icon {
  padding-right: 10px;
  font-size: 18px;
  margin-top: -1px; }

#et-sections-dropdown-list {
  width: 300px;
  border-right: 1px solid #d5d5d5;
  background-color: white;
  height: 100%;
  position: fixed;
  top: 51px;
  left: -301px;
  overflow-y: auto;
  z-index: 9999;
  -moz-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }

#et-sections-dropdown-list.shift-dropdown-list {
  left: 0;
  -moz-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }

#et-sections-dropdown-list ul li:last-child {
  border-bottom: 1px solid #d5d5d5; }

#et-sections-dropdown-list ul li a {
  font-size: 14px;
  padding-left: 10px; }

#et-nav #et-nav-sections-dropdown-small {
  display: none; }

#et-nav #et-nav-sections-dropdown-small ul.sections-dropdown {
  position: absolute;
  left: 0;
  z-index: 9999;
  top: 50px;
  width: 280px; }

#et-nav ul.sections-dropdown li a {
  padding: 10px 15px;
  border-bottom: 1px solid #d5d5d5; }

#et-nav #et-nav-sections-dropdown-small a i {
  font-size: 18px; }

#et-nav #et-nav-sections-dropdown-small > a {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 2px;
  border-radius: 2px; }

.show {
  display: block !important; }

.hidden {
  display: none !important; }

#et-nav #et-nav-series-dropdown > a > p:first-child {
  margin-right: 10px; }

#et-nav-series-off-canvas {
  width: 300px;
  border-left: 1px solid #d5d5d5;
  background-color: white;
  height: 100%;
  position: fixed;
  top: 51px;
  right: -301px;
  overflow-y: auto;
  z-index: 9999;
  -moz-transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out; }

#et-nav-series-off-canvas.shift-off-canvas {
  right: 0px;
  -moz-transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out; }

#main-container.shift-for-nav {
  left: -300px;
  -moz-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }

#main-container.shift-for-sections {
  left: 300px;
  -moz-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }

.header-image-pushdown .photo-stretch.shift-background {
  background-position-x: -300px !important;
  -moz-transition: background-position-x 0.2s ease-in-out;
  -webkit-transition: background-position-x 0.2s ease-in-out;
  -o-transition: background-position-x 0.2s ease-in-out;
  transition: background-position-x 0.2s ease-in-out; }

#et-nav-series-off-canvas p {
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif; }

ul.et-off-canvas {
  list-style: none;
  margin: 0;
  padding: 0px 10px 0 10px;
  font-size: 16px;
  font-family: "FranklinITCProBold", "Helvetica", "Arial", sans-serif;
  color: #333; }

ul.et-off-canvas a {
  color: #333;
  display: block;
  padding: 10px 0; }

ul.et-off-canvas li a:hover {
  text-decoration: none; }

ul.et-off-canvas li {
  border-bottom: 1px solid #d5d5d5; }

ul.et-off-canvas li:first-child {
  padding-top: 5px; }

ul.et-off-canvas li:last-child {
  border-bottom: 0px; }

#et-nav-series-off-canvas ul li {
  padding-left: 10px; }

#et-nav-series-off-canvas ul li a {
  font-size: 14px; }

#et-nav-series-off-canvas ul li .part {
  color: #333;
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  padding-right: 5px; }

#et-nav-series-off-canvas #about-series {
  border-top: 1px solid #d5d5d5;
  padding: 20px; }

#et-nav-series-off-canvas #about-series .about-text {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333; }

#et-nav-series-off-canvas #about-series .about-description {
  font-size: 14px;
  line-height: 1.4em;
  color: #333;
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif; }

ul#nav-mobile-dropdown {
  padding-top: 10px; }

#et-nav #mobile-menu-icon {
  margin-right: 15px;
  padding-left: 15px;
  padding-top: 17px; }

#et-nav-sections-reduced-dropdown-wrapper > a {
  border: 1px solid #444;
  border-left: none;
  padding: 7px 13px 5px 0;
  border-radius: 0 4px 4px 0;
  margin-top: 7px; }

#et-sections-dropdown-list .copyright-details {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

#et-sections-dropdown-list .copyright-details p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0; }

#et-sections-dropdown-list .copyright-details a {
  color: #333; }

#et-sections-dropdown-list .copyright-details a:hover {
  text-decoration: none; }

@media (max-width: 767px) {
  #branding-at-top {
    display: block !important;
    visibility: visible !important; }

  #branding-during-scroll {
    display: none !important; }

  #et-nav-sections-dropdown-small {
    display: block !important; }

  .header-image-pushdown .photo-stretch.shift-background {
    background-position-x: 0px !important;
    -moz-transition: background-position-x 0s ease-in-out;
    -webkit-transition: background-position-x 0s ease-in-out;
    -o-transition: background-position-x 0s ease-in-out;
    transition: background-position-x 0s ease-in-out; } }
@media (max-width: 480px) {
  #et-nav-series-off-canvas {
    height: 100%; }

  #et-nav-series-off-canvas.show-nav-series-off-canvas {
    width: 100%; } }
/************ Structural ************/
body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.span8.col h3 {
  font-family: "FranklinItcProBold","Helvetica","Arial",sans-serif; }

.span8.col h2 {
  font-family: "FranklinITCProLight", "Helvetica", "Arial"; }

h4 {
  font-size: 150%; }

p {
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 20px;
  color: #333; }

.row ul {
  font-family: Georgia, Times, "Times New Roman", serif; }
  .row ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
    margin-bottom: 5px; }

.vid-gallery {
  max-width: 1500px;
  margin: 0 auto; }

.container.background {
  background-image: url("images/light-grey-background.png");
  background-position: 630px 0px;
  background-repeat: repeat-y; }

.row.first .span8, .row.first .span4 {
  margin-top: 65px; }
.row.first .span8 {
  padding-top: 0; }

.last-section .row:last-child .span8.col:last-child {
  margin-bottom: 30px; }

.span12 {
  background-color: white; }

.row-fluid .span4-transition .imm-video-play-btn, .row-fluid .span1-transition-lefty .imm-video-play-btn, .row-fluid .span1-transition-righty .imm-video-play-btn, .row-fluid .span1-transition-lefty-width .imm-video-play-btn {
  display: none; }
.row-fluid .show-video {
  z-index: 100 !important;
  visibility: visible !important; }
.row-fluid .back-image {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center; }
.row-fluid .video-image-wrapper .video-container {
  top: 0;
  visibility: hidden; }
.row-fluid .image-button-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10; }
.row-fluid .span6-transition, .row-fluid .span4-transition, .row-fluid .span1-transition-lefty, .row-fluid .span1-transition-righty, .row-fluid .span1-transition-lefty-width, .row-fluid .transition-off {
  height: 472px; }
.row-fluid .span6-transition {
  cursor: default;
  margin-left: 0;
  position: absolute;
  opacity: 1;
  left: 8.54700854700865%;
  width: 48.717948717948715%;
  transition: left 0.5s, width 0.5s;
  -moz-transition: left 0.5s, width 0.5s;
  -o-transition: left 0.5s, width 0.5s;
  -webkit-transition: left 0.5s, width 0.5s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span6-transition .lazy-image {
    width: 100%;
    height: 100%; }
.row-fluid .span4-transition {
  margin-left: 0;
  position: absolute;
  opacity: 1;
  left: 59.8290598290599%;
  width: 31.623931623931625%;
  transition: left 0.5s, width 0.5s;
  -moz-transition: left 0.5s, width 0.5s;
  -o-transition: left 0.5s, width 0.5s;
  -webkit-transition: left 0.5s, width 0.5s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }
.row-fluid .span1-transition-lefty {
  cursor: pointer;
  margin-left: 0;
  width: 5.982905982905983%;
  position: absolute;
  left: 0;
  transition: left 0.5s, width 0.5s;
  -moz-transition: left 0.5s, width 0.5s;
  -o-transition: left 0.5s, width 0.5s;
  -webkit-transition: left 0.5s, width 0.5s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }
.row-fluid .span1-transition-lefty-width {
  cursor: pointer;
  margin-left: 0;
  width: 5.982905982905983%;
  position: absolute;
  left: 0;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition-delay: 0.0s;
  -webkit-transform: translate3d(0px, 0px, 0px); }
.row-fluid .span1-transition-righty {
  cursor: pointer;
  margin-left: 0;
  position: absolute;
  width: 5.982905982905983%;
  left: 94.0170940170941%;
  transition: left 0.5s, width 0.5s;
  -moz-transition: left 0.5s, width 0.5s;
  -o-transition: left 0.5s, width 0.5s;
  -webkit-transition: left 0.5s, width 0.5s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }
.row-fluid .transition-off {
  width: 0%;
  position: absolute;
  left: 106.56410256410256%;
  transition: left 0s, width 0s;
  -moz-transition: left 0s, width 0s;
  -o-transition: left 0s, width 0s;
  -webkit-transition: left 0s, width 0s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }
.row-fluid .previous-arrow, .row-fluid .next-arrow {
  position: absolute;
  color: white;
  font-size: 32px;
  z-index: 15; }
  .row-fluid .previous-arrow:hover, .row-fluid .next-arrow:hover {
    text-decoration: none; }
.row-fluid .previous-arrow {
  top: 50%;
  left: 5px; }
.row-fluid .next-arrow {
  top: 50%;
  right: 5px; }

.span6-half {
  width: 50%;
  float: left;
  padding: 20px;
  border: 1px solid #D5D5D5;
  font-family: "FranklinItcProBold","Helvetica","Arial",sans-serif;
  display: block; }

/***********************************/
/************ Items ************/
.byline {
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400; }

.byline .name {
  font-family: "FranklinITCProBold","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #6c6c6c; }

.byline a,
.byline a .name {
  font-family: "FranklinITCProBold","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2e6d9d; }

.byline a:hover,
.byline a:hover .name {
  color: #6c6c6c; }

.byline .byline-title {
  font-weight: 400;
  color: #333; }

.publish-date {
  color: #555;
  font-size: 12px; }

.caption {
  margin-bottom: 0px; }

.mt-gallery .wp-embed-gallery {
  max-width: none; }

.wp-caption {
  width: auto !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 20px; }

.wp-caption .wp-caption-text {
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  text-decoration: none;
  margin-top: 5px; }

.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%; }

.photo-stretch {
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.photo-full {
  position: relative; }

.photo-right p {
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 0; }

.primary-photo {
  position: relative;
  z-index: 0; }

.secondary-photo {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0; }

.pull-quote {
  font-family: "PostoniDisplay",Georgia,Times,serif;
  color: #2a2a2a;
  font-size: 36px;
  position: relative;
  text-align: left;
  background-color: white;
  line-height: 42px;
  margin: 0 0 10px 0;
  display: inline-block; }

.pq-credit {
  font-family: "FranklinItcProBold","Helvetica","Arial",sans-serif;
  color: #2a2a2a;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  padding-top: 10px;
  margin: 0;
  padding: 0; }

.imm-video-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.imm-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 110px;
  width: 110px;
  margin: -70px 0 0 -70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  border: 2px solid #fff;
  color: #FFF;
  font-size: 66px;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 15; }

.imm-video-play-btn-small {
  height: 70px;
  width: 70px;
  margin: -35px 0 0 -35px;
  font-size: 48px;
  padding-top: 10px;
  padding-left: 10px; }

.row-fluid .no-opacity {
  opacity: 0;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 0.2s; }
.row-fluid .opacity-transition {
  opacity: 1;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 0.5s; }

.video-container .video {
  height: 100% !important; }

#main-container {
  position: relative;
  right: 0;
  left: 0;
  -moz-transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -webkit-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }

#main-container .video-image-wrapper .video-container .video {
  width: 100% !important;
  height: 100% !important; }

#main-container .video-image-wrapper .video-container .video > div {
  width: 100% !important;
  height: 100% !important; }

#main-container #section-home .video-image-wrapper .container.leading-caption {
  height: 0px; }

.ie8 #video-container .bg, .ie7 #video-container .bg, .ie6 #video-container .bg {
  display: none !important; }

.bg {
  position: absolute;
  background-color: black;
  z-index: 101;
  top: 0;
  width: 100%;
  height: 100%;
  display: none; }

.image-button-wrapper {
  position: relative; }

.image-button-wrapper img {
  display: block; }

.wide-video .text-container {
  z-index: 2; }

.video-image-wrapper {
  position: relative;
  z-index: 1; }

.video-image-wrapper .video-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }

.video-image-wrapper .video-container .innerWrapper {
  position: absolute;
  width: 100%;
  height: 100%; }

.video-image-wrapper img {
  position: relative; }

.video-text-wrapper {
  position: relative; }

.package-photo-small {
  margin-left: 12px; }

.package-photo-top-margin {
  margin-top: 12px; }

.video-gallery-wrap {
  overflow: hidden; }
  .video-gallery-wrap .video-gallery-item {
    background-position: center center;
    background-repeat: no-repeat; }
    .video-gallery-wrap .video-gallery-item .video-image-wrapper {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .video-gallery-wrap .video-gallery-item .video-meta {
      font-size: 14px;
      margin-bottom: 10px; }
      .video-gallery-wrap .video-gallery-item .video-meta .video-author-by {
        color: #2E6D9D; }
  .video-gallery-wrap img {
    max-width: none;
    width: auto; }
  .video-gallery-wrap .opaque-background {
    max-width: 800px;
    position: absolute;
    bottom: 0;
    height: 30%;
    background-color: #2c2c2c;
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s; }
  .video-gallery-wrap .no-opaque-background {
    opacity: 0;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s; }

.video-gallery-item-info {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  z-index: 10;
  color: white; }
  .video-gallery-item-info > h4 {
    padding-left: 10px;
    padding-right: 10px; }
  .video-gallery-item-info p {
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0; }

.credits {
  padding-top: 39px; }

.sections .about-container .container .row .about-story {
  background-color: #ebebeb;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0; }
.sections .about-container .about-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #ebebeb;
  z-index: 1; }
.sections .about-container .container {
  position: relative;
  z-index: 5; }

#comments .pretty-comments .comments .comment-count-primary {
  padding-top: 30px; }
  #comments .pretty-comments .comments .comment-count-primary .count-bubble {
    font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif !important;
    color: #2a2a2a;
    font-size: 20px !important; }
  #comments .pretty-comments .comments .comment-count-primary .count-label {
    font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif !important;
    color: #2a2a2a;
    font-size: 20px !important; }

.note > p {
  padding: 0;
  margin: 0;
  color: #6c6c6c;
  font-family: "FranklinITCProLight", "Franklin Gothic", "ITC Franklin Gothic", 'Arial', sans-serif;
  color: #6c6c6c;
  font-size: 14px; }
  .note > p strong {
    font-weight: normal;
    font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
    color: #333333;
    font-size: 14px; }

/************ Photo Specific ************/
.stretched.posrel h1, .stretched.posrel h2, .stretched.posrel h4, .photo-full h1, .photo-full h2, .photo-full h4 {
  color: white; }
.stretched.posrel .text-container, .photo-full .text-container {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
  text-shadow: #000 1px 1px 40px; }

.photo-full h2 {
  padding-bottom: 20px; }

/****************************************/
/***** Graphic ****/
.share-items {
  margin-left: 0px;
  padding-left: 0px; }
  .share-items li {
    margin-left: 0px;
    display: inline-block; }
  .share-items .comment a {
    margin-right: 0px; }
  .share-items .imm-btn {
    height: 35px;
    width: 35px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    background-color: #CCC;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
    *display: inline;
    text-decoration: none; }
  .share-items .imm-btn:hover {
    background-color: #AAA; }

/************ Generics ************/
.opaque-full {
  opacity: 0; }

.bT1S {
  border-top: 1px solid #ccc; }

.bB1S {
  border-bottom: 1px solid #ccc; }

.bR0s {
  border-right: 0; }

.bTB1S {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.bA1S {
  border: 1px solid #ccc; }

.padT0 {
  padding-top: 0; }

.padT10 {
  padding-top: 10px; }

.padT15 {
  padding-top: 15px; }

.padT20 {
  padding-top: 20px; }

.padT30 {
  padding-top: 30px; }

.padB10 {
  padding-bottom: 10px; }

.padL10 {
  padding-left: 10px; }

.padB20 {
  padding-bottom: 20px; }

.padL20 {
  padding-left: 20px; }

.padB30 {
  padding-bottom: 30px; }

.padTB10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padTB30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padR10 {
  padding-right: 10px; }

.marT0 {
  margin-top: 0px; }

.marT10 {
  margin-top: 10px; }

.marT15 {
  margin-top: 15px; }

.marT20 {
  margin-top: 20px; }

.marT30 {
  margin-top: 30px; }

.marT50 {
  margin-top: 50px; }

.marT80 {
  margin-top: 80px; }

.marTB0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.marB0 {
  margin-bottom: 0px; }

.marB10 {
  margin-bottom: 10px; }

.marB20 {
  margin-bottom: 20px; }

.marB30 {
  margin-bottom: 30px; }

.marA0 {
  margin: 0; }

.image {
  width: 100%; }

.center {
  text-align: center; }

.middle-center {
  position: absolute;
  top: 50%;
  left: 50%; }

.height400 {
  height: 400px; }

.align-right {
  text-align: right; }

.overflowhidden {
  overflow: hidden; }

.spinner {
  position: relative; }

.width100 {
  width: 100%; }

.span12.graphicPadTB30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.span4.pull-right.graphic {
  margin-top: 30px;
  margin-bottom: 30px; }

.relative {
  position: relative; }

/**********************************/
/************ Colors ************/
.light-grey {
  color: #6c6c6c; }

.greyBBB {
  color: #BBB; }

.light-black {
  color: #2a2a2a; }

/********************************/
/************ Sizes ************/
.size-fourteen {
  font-size: 14px; }

.size-one-twenty-pc {
  font-size: 120%; }

.one-fifty-per {
  font-size: 150%; }

.fs28 {
  font-size: 28px; }

/*******************************/
/************ Fonts ************/
.franklin-light {
  font-family: "FranklinITCProLight", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif; }

.franklin-thin {
  font-family: "FranklinITCProThin", Helvetica, Arial, sans-serif; }

.franklin-bold {
  font-family: "FranklinITCProBold", Helvetica, Arial, sans-serif; }

/*******************************/
/************ Line Heights ************/
.lh17em {
  line-height: 1.7em; }

.lh18em {
  line-height: 1.8em; }

.lh14em {
  line-height: 1.4em; }

.lh1em {
  line-height: 1em; }

.lh09em {
  line-height: 0.9em; }

.lhnormal {
  line-height: normal; }

.lhnormal {
  line-height: normal; }

/**************************************/
.bg-none {
  background-color: white; }

.postoni-header {
  font-family: "PostoniDisplay", Georgia, Times, serif;
  color: #2a2a2a;
  font-size: 600%;
  letter-spacing: -0.025em; }

.franklin-header {
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  color: #2a2a2a;
  font-size: 500%; }

.franklin-header-h2 {
  font-family: "FranklinItcProBold", "Helvetica", "Arial", sans-serif;
  color: #2a2a2a;
  font-size: 400%; }

.postoni-header-h2 {
  font-family: "PostoniDisplay", Georgia, Times, serif;
  color: #2a2a2a;
  font-size: 500%;
  letter-spacing: -0.025em; }

.section-titles .postoni-header, .section-titles .franklin-header {
  padding-top: 40px; }

/************ Responsive ************/
.photo-small {
  margin-top: 0px; }

@media (max-width: 480px) {
  .sections .postoni-header {
    font-size: 300%; }

  .sections .postoni-header-h2 {
    font-size: 300%; }

  .span6-transition, .span4-transition, .span1-transition-lefty, .span1-transition-righty, .span1-transition-lefty-width, .transition-off {
    height: 270px; } }
@media (max-width: 767px) {
  .photo-big {
    margin-top: 0px; }

  .photo-small {
    margin-top: 30px; }

  .span6-transition, .span4-transition, .span1-transition-lefty, .span1-transition-righty, .span1-transition-lefty-width, .transition-off {
    height: 432px; }

  .top-video .video-image-wrapper {
    margin-left: -20px;
    margin-right: -20px; }

  .vid-gallery .no-opaque-background, .vid-gallery .opacity-transition, .vid-gallery .opaque-background {
    display: none; }
  .vid-gallery .imm-video-play-btn.opacity-transition {
    display: block; }
  .vid-gallery img.image {
    width: auto;
    height: auto;
    max-width: 100%; }

  .span4.pull-right.graphic {
    margin-top: 0px;
    margin-bottom: 0px; }

  /************ General ************/
  .marLRminus20 {
    margin-right: -20px;
    margin-left: -20px; }

  .padB10small {
    padding-bottom: 10px; }

  .marT10small {
    margin-top: 10px; }

  .bB0small {
    border-bottom: 0; }

  .bT0small {
    border-top: 0; }

  /*********************************/
  .span8.col {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 10px; }

  .container.background {
    background-image: none; }

  .row.first .span8, .row.first .span4 {
    margin-top: 30px; }
  .row.first .span8 {
    padding-top: 0; }

  .span4.pull-right {
    margin-bottom: 20px; }

  .header-image-pushdown .photo-stretch {
    margin-left: -20px;
    margin-right: -20px; }

  .stretched.posrel h2, .stretched.posrel h4, .stretched.posrel h1, .photo-full h2, .photo-full h4, .photo-full h1 {
    color: #2a2a2a; }
  .stretched.posrel h2, .photo-full h2 {
    padding-bottom: 0px; }
  .stretched.posrel h4, .photo-full h4 {
    font-size: 130%; }
  .stretched.posrel .photo-stretch, .photo-full .photo-stretch {
    margin-left: -20px;
    margin-right: -20px; }
  .stretched.posrel .text-container, .photo-full .text-container {
    width: auto;
    position: static;
    margin-left: 0px;
    text-shadow: none;
    padding-top: 20px; }

  .photo-stretch {
    background-size: contain; }

  .postoni-header {
    font-size: 300%; }

  .collection-page .franklin-header-h2 {
    font-size: 250%; }

  .postoni-header-h2 {
    font-size: 300%; }

  .franklin-header {
    font-size: 400%; }

  .franklin-header-h2 {
    font-size: 300%; }

  .package-photo {
    margin-top: 12px; }

  .package-photo.marT0small {
    margin-top: 0px; }

  .package-photo.marT12small {
    margin-top: 12px; }

  .package-photo-small {
    margin-left: 0px; }

  .title {
    width: 50%; }

  .spinner .lazy-image {
    padding-bottom: 36.25%;
    width: auto; }

  .about-container .about-background {
    width: 100%; }
  .about-container .about-story .about-story-content {
    padding-right: 30px;
    padding-left: 30px; }

  .imm-video-play-btn {
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    font-size: 48px;
    padding-top: 14px;
    padding-left: 14px; }

  .credits {
    padding-top: 0px; }

  .marT0small {
    margin-top: 0px; }

  .row-fluid .no-opacity {
    opacity: 0;
    transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    -webkit-transition: opacity 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span6-transition {
    height: 100%;
    margin-left: 0;
    position: absolute;
    opacity: 1;
    width: 100%;
    left: 0;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .row-fluid .span6-transition .video-image-wrapper {
      height: 100%; }
      .row-fluid .span6-transition .video-image-wrapper .image-button-wrapper {
        height: 100%; }
  .row-fluid .span4-transition {
    height: 100%;
    width: 0%;
    position: absolute;
    left: 106.56410256410256%;
    transition: left 0s, width 0s;
    -moz-transition: left 0s, width 0s;
    -o-transition: left 0s, width 0s;
    -webkit-transition: left 0s, width 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-lefty {
    height: 100%;
    width: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-lefty-width {
    margin-left: 0;
    width: 0%;
    position: absolute;
    left: 0;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.0s;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-righty {
    height: 100%;
    margin-left: 0;
    position: absolute;
    width: 0;
    left: 106.56410256410256%;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .transition-off {
    height: 100%;
    width: 0%;
    position: absolute;
    left: 106.56410256410256%;
    transition: left 0s, width 0s;
    -moz-transition: left 0s, width 0s;
    -o-transition: left 0s, width 0s;
    -webkit-transition: left 0s, width 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }

  .video-gallery-wrap .span4-transition .opaque-background, .row-fluid .span4-transition .opacity-transition {
    opacity: 0; } }
@media (min-width: 768px) {
  .collection-page .franklin-header-h2 {
    font-size: 500%; }

  .franklin-header {
    font-size: 500%; }

  #section-home .postoni-header-h2 {
    font-size: 500%; }

  .franklin-header-h2 {
    font-size: 400%; } }
@media (min-width: 768px) and (max-width: 979px) {
  .video-gallery-wrap .span4-transition .opaque-background, .row-fluid .span4-transition .opacity-transition {
    opacity: 0;
    transition: opacity 0s;
    -moz-transition: opacity 0s;
    -o-transition: opacity 0s;
    -webkit-transition: opacity 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }

  .span8.col {
    width: 334px;
    padding-right: 30px;
    margin-right: 9px; }

  .container.background {
    background-image: url("images/light-grey-background.png");
    background-position: 364px 0px;
    background-repeat: repeat-y; }

  .span4.col {
    width: 320px; }

  .span12 .lazy-image {
    width: 724px;
    height: 447px; }

  .span6 .lazy-image {
    width: 352px;
    height: 238px; }

  .span6 img.pick {
    width: 171px;
    height: 105px; }

  .postoni-header {
    font-size: 500%; }

  .collection-page .postoni-header-h2 {
    font-size: 400%; }

  .row-fluid .span6-transition {
    margin-left: 0;
    position: absolute;
    opacity: 1;
    left: 12%;
    width: 76%;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span4-transition {
    cursor: pointer;
    margin-left: 0;
    position: absolute;
    opacity: 1;
    left: 90%;
    width: 10%;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-lefty {
    cursor: pointer;
    width: 10%;
    margin-left: 0;
    position: absolute;
    left: 0;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-lefty-width {
    cursor: pointer;
    margin-left: 0;
    width: 10%;
    position: absolute;
    left: 0;
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition-delay: 0.0s;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .span1-transition-righty {
    margin-left: 0;
    position: absolute;
    width: 0;
    left: 106.56410256410256%;
    transition: left 0.5s, width 0.5s;
    -moz-transition: left 0.5s, width 0.5s;
    -o-transition: left 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, width 0.5s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .row-fluid .transition-off {
    width: 0%;
    position: absolute;
    left: 106.56410256410256%;
    transition: left 0s, width 0s;
    -moz-transition: left 0s, width 0s;
    -o-transition: left 0s, width 0s;
    -webkit-transition: left 0s, width 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px); }

  .video-gallery-wrap .span4-transition .opaque-background, .row-fluid .span4-transition .opacity-transition {
    opacity: 0; } }
@media (min-width: 980px) and (max-width: 1199px) {
  .span8.col {
    width: 550px;
    padding-right: 40px;
    margin-right: 9px; }

  .container.background {
    background-image: url("images/light-grey-background.png");
    background-position: 590px 0px;
    background-repeat: repeat-y; }

  .span12 .lazy-image {
    width: 940px;
    height: 580px; }

  .span6 .lazy-image {
    width: 460px;
    height: 311px; }

  .span6 img.pick {
    width: 235px;
    height: 128px; } }
@media (min-width: 1200px) {
  .span8.col {
    width: 700px; }

  .container.background {
    background-image: url("images/light-grey-background.png");
    background-position: 740px 0px;
    background-repeat: repeat-y; }

  .span6.package-photo {
    width: 579px; }

  .span12 .lazy-image {
    width: 1170px;
    height: 722px; }

  .span6 .lazy-image {
    width: 579px;
    height: 391px; }

  .span6 img.pick {
    width: 278px;
    height: 171px; } }
/************************************/
/*********** Back Compat ************/
.fixed-back {
  padding: 25%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%; }

.iss-graphic-text-wrap h4 {
  color: white; }

.note p {
  padding: 0;
  margin: 0;
  font-family: "FranklinITCProLight","Franklin Gothic","ITC Franklin Gothic","Arial",sans-serif;
  color: #6c6c6c;
  font-size: 14px; }

@media (max-width: 767px) {
  .graphic .video-graphic {
    margin-top: 64px; }

  .home.section .wide-image.fixed-back {
    display: none; }

  .home.section .wide-image {
    margin-left: -20px;
    margin-right: -20px; } }
/*********** Utility Bar ************/
.utility-tools-wrapper {
  float: left;
  margin-top: 20px; }

.utility-tools-wrapper .tool.comments {
  padding-right: 8px;
  padding-left: 8px; }

.utility-tools-wrapper a {
  text-decoration: none;
  cursor: pointer; }

.top-sharebar-wrapper.expanded .utility-tools-wrapper .tool.comments {
  min-width: 40px;
  width: auto; }

.social-tools .more span.text,
.social-tools span.text {
  font-family: "FranklinITCProLight", sans-serif;
  font-size: 0.785em;
  line-height: 1em !important; }

.social-tools .hideText {
  position: absolute;
  left: -10000px; }

.utility-tools-wrapper .utility-tools-primary .social-tools {
  border: 1px solid #dedede; }

.utility-tools-wrapper .tool {
  min-width: 60px;
  width: auto;
  max-height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 9px 0 8px 0; }

.utility-tools-wrapper .social-tools span {
  color: #5a5a5a; }

.utility-tools-wrapper .social-tools .tool:hover span {
  color: #5a5a5a !important; }

.social-tools .tool,
.utility-tools .tool {
  font-size: 1.4em;
  line-height: 1em;
  border-left: 1px solid #d5d5d5; }

.social-tools .tool.first,
.utility-tools .tool.first {
  border-left: none; }

.utility-tools-wrapper .social-tools {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/*********** Media Visibility ************/
.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; }

  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  #section-home .bTB1S.graphic:nth-of-type(0) {
    padding-bottom: 0 !important;
    border-bottom: none !important; }

  .bTB1S-phone {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

  .bTB1S-phone .pull-quote {
    padding-top: 20px; }

  .bTB1S-phone .pq-credit {
    padding-bottom: 20px; } }
@media (min-width: 768px) {
  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; }

  .visible-desktop {
    display: inherit !important; }

  .hidden-desktop {
    display: inherit !important; } }

/*# sourceMappingURL=style.css.map */
