.tagboard-embed {
  min-height: 1108px;
  overflow: hidden;
  text-align: center; }
  .tagboard-embed > ul {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    overflow: hidden; }
  .tagboard-embed .tile-container > ul:after {
    content: '';
    display: table;
    clear: both; }
  .tagboard-embed .btn-load-more {
    display: inline-block;
    color: #fff;
    background-color: #0698D9;
    margin: 10px auto;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.5s ease-out; }
    .tagboard-embed .btn-load-more:hover {
      background-color: #394957; }
      @media (max-width: 1024px) {
        .tagboard-embed .btn-load-more:hover {
          background-color: #0698D9; } }
    .tagboard-embed .btn-load-more.disabled {
      background-color: #a1a3a6;
      opacity: 0.4;
      cursor: default; }
  .tagboard-embed .btn-tagboard {
    display: block;
    width: 130px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    background: url(/resources/boeingdotcom/commercial/787/dreamliner/assets/images/tagboard/tagboard-logo.png) 50% 50% no-repeat transparent;
    position: relative; }
  .tagboard-embed .tagboard-tile {
    float: left;
    margin: 5px;
    padding: 0px;
    padding-top: 31.5%;
    width: 31.5%;
    position: relative;
    overflow: hidden;
    max-width: 350px; }
    .tagboard-embed .tagboard-tile:before {
      display: none; }
    .tagboard-embed .tagboard-tile img {
      width: 100%; }
    .tagboard-embed .tagboard-tile .network {
      background: url(/resources/boeingdotcom/commercial/787/dreamliner/assets/images/tagboard/social-network-sprites.png) top left no-repeat transparent;
      width: 42px;
      height: 42px;
      position: absolute;
      top: 5px;
      right: 5px;
      background-size: 170px;
      z-index: 5; }
    .tagboard-embed .tagboard-tile.tagboard-network-instagram .network {
      background-position: -87px 0px; }
    .tagboard-embed .tagboard-tile.tagboard-network-twitter .network {
      background-position: -43px 0px; }
    .tagboard-embed .tagboard-tile.tagboard-network-flickr .network {
      background-position: -130px 0px; }
    .tagboard-embed .tagboard-tile.tagboard-network-facebook .network {
      background-position: 0px 0px; }
    .tagboard-embed .tagboard-tile .view-more-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      display: block;
      opacity: 0.0;
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.65);
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      transition: opacity 0.25s ease-out; }
      .tagboard-embed .tagboard-tile .view-more-overlay:hover {
        opacity: 1.0; }
        @media (max-width: 1024px) {
          .tagboard-embed .tagboard-tile .view-more-overlay:hover {
            opacity: 0.0; } }
      .tagboard-embed .tagboard-tile .view-more-overlay:after {
        content: 'VIEW';
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
        padding: 10px;
        background: #0698D9;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .tagboard-embed .profile-container {
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    z-index: 3;
    text-align: left; }
    .tagboard-embed .profile-container:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      min-height: 75px;
      width: 100%;
      opacity: 0.8;
      background: linear-gradient(transparent, #000000);
      z-index: 0; }
    .tagboard-embed .profile-container .profile-image-container {
      float: left;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      position: relative;
      overflow: hidden; }
      .tagboard-embed .profile-container .profile-image-container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        z-index: 2; }
      .tagboard-embed .profile-container .profile-image-container.image-error {
        background: url(/resources/boeingdotcom/commercial/787/dreamliner/assets/images/tagboard/profile-image-not-found.jpg) center center no-repeat;
        background-size: cover; }
      @media (max-width: 640px) {
        .tagboard-embed .profile-container .profile-image-container {
          display: none; } }
    .tagboard-embed .profile-container span {
      color: #fff;
      display: inline-block;
      padding: 12px 0px 0px 10px;
      font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 1; }
      @media (max-width: 640px) {
        .tagboard-embed .profile-container span {
          display: block;
          width: 100%;
          text-align: center;
          padding: 2px;
          word-wrap: break-word; } }
  .tagboard-embed .social-content {
    width: 100%;
    height: 100%;
    z-index: 1; }
    .tagboard-embed .social-content .social-media-content,
    .tagboard-embed .social-content .social-html-content {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .tagboard-embed .social-content .social-html-content {
      z-index: 1;
      padding: 15px;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
      .tagboard-embed .social-content .social-html-content > p {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .tagboard-embed .image-container,
  .tagboard-embed .video-container {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow: hidden; }
    .tagboard-embed .image-container .main-image,
    .tagboard-embed .image-container .background-image,
    .tagboard-embed .video-container .main-image,
    .tagboard-embed .video-container .background-image {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .tagboard-embed .image-container .background-image,
    .tagboard-embed .video-container .background-image {
      z-index: 0;
      width: 250%;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -ms-filter: blur(5px);
      -o-filter: blur(5px);
      filter: blur(5px); }
  .tagboard-embed .video-container .image-container {
    top: 0;
    z-index: 2; }
  .tagboard-embed .video-container .play-container {
    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .tagboard-embed .video-container .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42.5px;
    margin-top: -42px;
    z-index: 4;
    cursor: pointer; }
    .tagboard-embed .video-container .play-button:hover {
      opacity: 0.7; }
    @media (max-width: 640px) {
      .tagboard-embed .video-container .play-button {
        -webkit-transform: scale(0.55, 0.55);
            -ms-transform: scale(0.55, 0.55);
                transform: scale(0.55, 0.55); } }
  .tagboard-embed .video-container video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .tagboard-embed .video-container iframe {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 1024px) {
    .tagboard-embed {
      min-height: 760px; } }
  @media (max-width: 960px) {
    .tagboard-embed {
      min-height: 615px; } }
  @media (max-width: 640px) {
    .tagboard-embed {
      min-height: 625px; }
      .tagboard-embed .tagboard-tile {
        float: left;
        margin: 5px;
        width: 46%;
        padding-top: 46%; }
        .tagboard-embed .tagboard-tile .network {
          width: 36px;
          height: 35px;
          background-size: 147px; }
        .tagboard-embed .tagboard-tile.tagboard-network-instagram .network {
          background-position: -75px 0px; }
        .tagboard-embed .tagboard-tile.tagboard-network-twitter .network {
          background-position: -37px 0px; }
        .tagboard-embed .tagboard-tile.tagboard-network-flickr .network {
          background-position: -112px 0px; }
        .tagboard-embed .tagboard-tile.tagboard-network-facebook .network {
          background-position: 0px 0px; } }
  @media (max-width: 374px) {
    .tagboard-embed {
      min-height: 560px; } }

.tagboard-fancybox {
  max-width: 960px;
  min-width: 640px;
  width: 100%;
  padding: 20px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .tagboard-fancybox {
      max-width: none;
      min-width: 0; } }
  .tagboard-fancybox img {
    width: 100%; }
  .tagboard-fancybox .network {
    background: url(/resources/boeingdotcom/commercial/787/dreamliner/assets/images/tagboard/social-network-sprites.png) top left no-repeat transparent;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 170px;
    z-index: 5; }
  .tagboard-fancybox.tagboard-network-instagram .network {
    background-position: -87px 0px; }
  .tagboard-fancybox.tagboard-network-twitter .network {
    background-position: -43px 0px; }
  .tagboard-fancybox.tagboard-network-flickr .network {
    background-position: -130px 0px; }
  .tagboard-fancybox.tagboard-network-facebook .network {
    background-position: 0px 0px; }
  .tagboard-fancybox .profile-container {
    width: 100%;
    padding: 0px 10px 25px;
    text-align: left; }
    .tagboard-fancybox .profile-container .profile-image-container {
      float: left;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      position: relative;
      overflow: hidden; }
      .tagboard-fancybox .profile-container .profile-image-container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        z-index: 2; }
      .tagboard-fancybox .profile-container .profile-image-container.image-error {
        background: url(/resources/boeingdotcom/commercial/787/dreamliner/assets/images/tagboard/profile-image-not-found.jpg) center center no-repeat;
        background-size: cover; }
    .tagboard-fancybox .profile-container span {
      color: #0698D9;
      display: inline-block;
      padding: 12px 0px 0px 10px;
      font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
      position: relative;
      z-index: 1; }
  .tagboard-fancybox .social-content .social-media-content,
  .tagboard-fancybox .social-content .social-html-content {
    width: 100%; }
  .tagboard-fancybox .social-content .social-html-content {
    padding: 25px 0px;
    text-align: left; }
    .tagboard-fancybox .social-content .social-html-content > p {
      font-family: "HelveticaNeueW01-55Roma", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 14px; }
    .tagboard-fancybox .social-content .social-html-content a {
      text-decoration: none;
      color: #0698D9; }
  .tagboard-fancybox .image-container,
  .tagboard-fancybox .video-container {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0px;
    overflow: hidden; }
    .tagboard-fancybox .image-container .main-image,
    .tagboard-fancybox .video-container .main-image {
      width: 100%;
      z-index: 1; }
  .tagboard-fancybox .video-container {
    height: 0px;
    min-width: 640px;
    max-width: 960px;
    padding-top: 56.25%;
    position: relative; }
    @media (max-width: 640px) {
      .tagboard-fancybox .video-container {
        min-width: 0; } }
    .tagboard-fancybox .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #000000; }
    .tagboard-fancybox .video-container iframe {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0; }
  .tagboard-fancybox .error-message-video {
    text-align: center;
    padding: 50px 20px;
    background-color: #a1a3a6;
    color: #fff; }
    .tagboard-fancybox .error-message-video a {
      text-decoration: none;
      font-family: "HelveticaNeueW01-75Bold", "Helvetica", Helvetica, Arial, sans-serif;
      color: #0698D9; }
