/** Styling variables used globally in Gallery **/
/** Colors unique to Gallery **/
/** Footer height constants **/
#favoritesButton {
  line-height: 15px;
}
/**************
 * Formatting *
 **************/
#GalleryTop {
  margin: 10px 0 0 0;
}
#GalleryHeader {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-pricing {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
.header-pricing-head {
  display: inline;
}
.perpage {
  margin-right: 10px;
}
#headerLeft {
  margin: 20px 0 15px 0;
}
#subHeaderTable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#subHeaderTable #previewBreadboxArea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 1 auto;
  max-width: 100%;
}
/***************
 * Header Text *
 ***************/
#productName {
  font-weight: bold;
  text-transform: capitalize;
}
.text-shadow {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0);
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.pricing-text {
  margin-right: 10px;
}
.pricing-text span {
  font-size: inherit;
}
#PricingAndSpecsLink {
  font-size: 13px;
}
#PricingAndSpecsLink:hover {
  text-decoration: underline;
}
/**********
 * Search *
 **********/
.searchBox {
  margin-right: 20px;
}
#txtSearch {
  font-size: 14px;
  width: 300px;
  height: 45px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  padding-left: 10px;
}
.lang-jp #txtSearch {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
#searchButton {
  background-color: #006196;
  padding: 0px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  width: 50px;
}
#searchButton .helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#searchButton .search-image {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#searchBox h3 {
  font-weight: bold;
}
.search-box-header {
  font-weight: bold;
  color: #000000;
  padding: 20px 10px 10px 0px;
  border-color: transparent;
  margin: 0px;
}
.suggestionsContainer {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
}
.suggestion-bold {
  font-weight: bold;
}
.gallery-suggestions-container {
  position: absolute;
  width: 100%;
  z-index: 50;
  background: white;
}
.gallery-suggestions-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gallery-suggestions-container .suggestion-bold {
  font-weight: bold;
}
.gallery-suggestions-container .gallery-search-bar-suggestion {
  min-height: 30px;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  text-align: left;
  white-space: normal;
}
.lang-jp .gallery-suggestions-container .gallery-search-bar-suggestion {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
.gallery-suggestions-container .gallery-search-bar-suggestion li {
  display: list-item;
}
.gallery-suggestions-container .gallery-search-bar-suggestion a {
  display: block;
  line-height: 20px;
  text-indent: -7px;
  color: #00111a;
  background: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-left: 14px;
}
.gallery-suggestions-container .gallery-search-bar-suggestion a:hover {
  color: #0099e0;
}
.gallery-suggestions-container .gallery-search-bar-suggestion:first-child {
  border-top-width: 1px;
}
.gallery-suggestions-container .gallery-search-bar-suggestion.highlighted a {
  color: #0099e0;
}
/* 
* library of mixins and variables for the styling controls in the UI Library.
* FOR USE ONLY BY UI LIBRARY PACKAGE FILES. DO NOT INCLUDE THIS FILE ELSEWHERE.
*
* Note: the colors in this file must stay neutral shades so that they can be used on Retail sites. 
* A separate Vistaprint-only file (ui-library-globals.vistaprint.less) can override these values for Vistaprint sites as needed. 
*/
/* 
 *some form elements need to hidden from view, but if you use display:none, some browsers have problems with event handlers.
 * instead, we have a mixin set the left property to this value, to shift the element leftwards out of view.
 */
/*
 * Typography
 */
/*
 * Color and styling mixins
 */
/*
 * Icons and sprites
 *
 * height and width variables are in CSS pixels rather than image pixels
 */
/* 
 * "packagecssroot" is the path to the root CSS directory within the UI Library package. 
 * This path will be relative to the stylesheet that uses the mixin, not to the location of the mixin itself.
 * From the package's own stylesheets in /css/controls, this would therefore be "..", which is why that value is the default.
 * However, if these mixins are used outside the package, this will need to be explicitly set to something like "/vp/css/pkg/vp.uilibrary"
 */
/* 
    Reminder: for use ONLY within the UI Library package! 

    Primarily used by the .typography-2017 selector, but also needed by some other UI Library elements that should 
    have this typography whether or not they are inside a typography-2017 section (e.g. the 2017 modal dialog skins).
*/
/*
 * meters (range slider, progress meter)
 */
#previewBreadboxArea {
  padding: 5px 0 2px 0;
}
#previewBreadboxArea .clearAllLink {
  font-weight: 600;
  margin-left: 10px;
}
#previewBreadboxArea .breadboxText {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
}
.lang-jp #previewBreadboxArea .breadboxText {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
#previewBreadboxArea .pillbox {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}
.progressBarContainer #GalleryHeader {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -15px;
}
.progressBarContainer .progressBarHeader {
  margin: 10px -10px 15px -10px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
}
.progressBarContainer #headerLeft {
  padding: 15px 0px 10px 15px;
}
.progressBarContainer .gallery-progress-bar {
  background-color: #494b4d;
}
/************
 * Seo Text *
 ************/
.seoTextContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.seoTextContainer.empty {
  height: 21px;
}
.descripContainer {
  margin: 12px 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1.4em;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.descripContainer.open {
  height: auto;
  white-space: normal;
  max-width: 875px;
}
.read {
  margin-top: 13px;
  cursor: pointer;
}
.read.open {
  display: none;
}
/*******************************
 * Design Path Tile Formatting *
 *******************************/
.designPathElement {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  border: solid 2px;
  border-radius: 20px;
  text-align: center;
  padding: 15px;
  min-width: 280px;
  margin: 10px 0 0 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
}
.designPathHeader {
  padding: 5px;
  white-space: normal;
}
.designPathHeader:hover {
  text-decoration: none;
}
.designPathDescription {
  padding: 5px 0 0 0;
  white-space: normal;
}
.designPathImage {
  margin: 5px 5px 10px 5px;
  width: 60px;
  height: 60px;
}
/******************
 * Specific Tiles *
 ******************/
/* Upload Tile */
#designPathElementUpload {
  border-color: #66db2b;
  background-color: #f7fbf6;
}
#designPathElementUpload:hover {
  background-color: #e1f0dd;
}
/* Start With Logo Tile */
#designPathElementStartWithLogo {
  border-color: #e00808;
  background-color: #fef6f6;
}
#designPathElementStartWithLogo:hover {
  background-color: #fad6d6;
}
/* Start From Blank Tile */
#designPathElementStartFromBlank {
  border-color: #e00808;
  background-color: #fef6f6;
}
#designPathElementStartFromBlank:hover {
  background-color: #fad6d6;
}
/* Start From Blank Old Tile */
#designPathElementSfbOld {
  border-color: #e00808;
  background-color: #fef6f6;
}
#designPathElementSfbOld:hover {
  background-color: #fad6d6;
}
/* Appoint a Designer Tile */
#designPathElementDIFY {
  border-color: #2e2f91;
  background-color: #ebecf4;
}
#designPathElementDIFY:hover {
  background-color: #d4d6e7;
}
/**********************
 * Design Path - CARE *
 **********************/
.galCareBody {
  margin: 35px 10px 10px 10px;
  white-space: normal;
  color: #494b4d;
}
.galCareNumber {
  margin: 12px 0px 12px 0px;
}
.galCareHours {
  color: #919699;
}
.galCareHelpLink {
  margin: 12px 0px;
}
/*******************************
 * Design Path Tile Formatting *
 *******************************/
#divDesignPathContainer {
  color: #494b4d;
  text-align: center;
  white-space: nowrap;
  margin-top: 60px;
}
#divDesignPathContainer .designPathTable {
  width: 100%;
  border-spacing: 15px;
}
.designPathContainerHeader {
  margin-top: 20px;
  white-space: normal;
}
.designPathsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/********************
 * Related Products *
 ********************/
#relatedBody {
  border-top: 1px solid #c8cbcc;
  text-align: center;
  margin: 40px 0 0 0;
  padding: 50px 0 0 0;
}
.relatedHeader {
  color: #494b4d;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.relatedListItem:after {
  content: ", ";
  white-space: pre;
}
.relatedListItem:last-child:after {
  content: "";
  white-space: pre;
}
#spnRetailFinishButton {
  visibility: hidden;
}
.tile {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-bottom: 10px;
  min-width: 215px;
  -webkit-flex-basis: 215px;
      -ms-flex-preferred-size: 215px;
          flex-basis: 215px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-color: #e6e6e6;
}
.tile-inner-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.xxx-large-footer .tile-inner-padding {
  padding-bottom: 125px;
}
.xx-large-footer .tile-inner-padding {
  padding-bottom: 105px;
}
.x-large-footer .tile-inner-padding {
  padding-bottom: 85px;
}
.large-footer .tile-inner-padding {
  padding-bottom: 65px;
}
.medium-footer .tile-inner-padding {
  padding-bottom: 45px;
}
.small-footer .tile-inner-padding {
  padding-bottom: 25px;
}
.tile-outline {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #d1d5d6;
}
.above-preview-area-info {
  position: absolute;
  width: 100%;
}
.above-preview-area-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px 0px 10px;
}
.above-preview-area-inner .tile-favorites-area {
  margin-right: -2px;
  z-index: 40;
}
.combo-details {
  color: #919699;
}
.upload-tile .tile-inner {
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 185px;
  border: 2px dashed #D9D9D9;
}
.upload-tile .tile-inner .tile-outline-new {
  min-height: 185px;
  position: relative;
  border: 1px solid #d1d5d6;
  background-color: #e6e6e6;
}
.upload-tile .tile-inner .new-footer-bg {
  background-color: #e6e6e6;
}
.upload-tile .tile-inner .tile-preview-scene {
  background: none;
  display: block;
}
.upload-tile .tile-inner .tile-preview {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 10px;
  margin-top: -100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.upload-tile .tile-inner .tile-preview .full-bleed-upload-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.upload-tile .tile-inner .tile-preview .upload-tile-image {
  height: 90px;
}
.upload-tile .tile-inner .tile-preview .upload-tile-description {
  color: #959595;
  text-align: center;
  line-height: 22px;
  margin-top: 10px;
}
.upload-tile .tile-inner .tile-preview .upload-tile-action {
  margin-top: 10px;
}
.upload-tile .tile-inner .new-tile-preview {
  top: 40%;
}
.upload-tile .tile-inner .new-tile-preview .upload-tile-image {
  height: 105px;
  margin-top: 15px;
}
.upload-tile .tile-inner .new-tile-preview .upload-title-text {
  text-align: center;
  width: 80%;
}
.upload-tile .tile-inner .new-tile-preview .upload-tile-button {
  margin-top: 15px;
  width: 165px;
  background-color: #7cbf4b;
  -webkit-box-shadow: 0px 3px #598031;
          box-shadow: 0px 3px #598031;
}
.upload-tile .tile-inner .new-tile-preview .upload-tile-image-corner {
  height: 40px;
  margin-top: -35px;
  margin-left: 157px;
}
.gallery-tile-callout-bar {
  position: absolute;
  top: 10px;
  left: -5px;
}
.gallery-tile-callout-bar .callout-bar-left {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  right: 100%;
  border-width: 5px 0 0 4px;
  border-style: solid;
  color: white;
}
.gallery-tile-callout-bar .callout-bar {
  font-size: 14px;
}
.matching-tile-callout-bar .callout-bar-left {
  border-top-color: #003959;
}
.new-tile-callout-bar .callout-bar-left,
.recommended-tile-callout-bar .callout-bar-left {
  border-top-color: #03682f;
}
.matching-tile .foil-tile-callout-bar {
  display: none;
}
.foil-tile-callout-bar-gold {
  max-width: 85%;
  left: -4px;
}
.foil-tile-callout-bar-gold .callout-bar-left {
  border-top-color: #624610;
}
.foil-tile-callout-bar-gold .callout-bar-skin-foil {
  background-image: -webkit-linear-gradient(8deg, #e0bd45, #f3dd7f 21%, #f9ebad 60%, #d2b568 95%);
  background-image: linear-gradient(82deg, #e0bd45, #f3dd7f 21%, #f9ebad 60%, #d2b568 95%);
  background-color: transparent;
  color: #00111a;
  padding-left: 10px;
  padding-right: 5px;
}
.foil-tile-callout-bar-gold .callout-bar-skin-foil::before,
.foil-tile-callout-bar-gold .callout-bar-skin-foil::after {
  display: none;
}
.foil-tile-callout-bar-gold .callout-bar-bottom-right,
.foil-tile-callout-bar-gold .callout-bar-top-right {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  right: 0;
  background: #AD8E43;
  z-index: 1;
}
.foil-tile-callout-bar-gold .callout-bar-bottom-right {
  background: #AD8E43;
  -webkit-transform: skew(30deg);
      -ms-transform: skew(30deg);
          transform: skew(30deg);
}
.foil-tile-callout-bar-gold .callout-bar-top-right {
  background: -webkit-linear-gradient(40deg, #d2b568 75%, #976b19 95%);
  background: linear-gradient(50deg, #d2b568 75%, #976b19 95%);
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
}
.gal-color-swatch {
  height: 18px;
  width: 18px;
  border: 1px solid;
  border-radius: 50%;
}
.gal-color-swatch:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.checked .gal-color-swatch {
  height: 16px;
  width: 16px;
}
.white-swatch {
  border-color: #c8cbcc;
}
.tile-preview-scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tile-preview-image-link {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.tile-preview-image-link.quickview-hover-btn-test {
  padding-bottom: 15px;
}
.tile-preview-image-link .quickview-hover-btn {
  margin-top: 10px;
}
.tile-preview-image-link .quickview-hover-btn.hidden {
  visibility: hidden;
}
.tile-preview-image-link .quickview-hover-btn .quickview-icon {
  vertical-align: middle;
  padding-right: 5px;
}
.tile-preview-image-link .quickview-hover-btn .quickview-text {
  vertical-align: middle;
}
.hover-responsive-image {
  position: absolute;
  top: 60px;
  z-index: 2;
}
.tile-shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.firefox .tile-preview-image-link {
  overflow: hidden;
}
.firefox .hover-responsive-image {
  width: 100%;
}
.firefox .quickview-preview-wrapper .responsive-image {
  overflow: hidden;
}
.firefox .quickview-preview {
  width: 100%;
}
.tile-footer {
  min-height: 41px;
  margin: 5px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}
.tile-footer .showMoreLink {
  float: right;
  margin: 10px 0px 5px 3px;
  cursor: pointer;
  text-transform: lowercase;
}
.tile-footer .option-set {
  padding: 4px 4px 2px 12px;
}
.tile-footer .option-set-option-wrapper {
  padding: 4.5px;
}
.tile-footer .option-set-option-wrapper.checked {
  padding: 3.5px;
}
.color-buttons .option-set {
  display: block;
}
.color-buttons .option-set-option-wrapper.checked {
  border: none;
}
.color-buttons .option-set-option-wrapper.checked .option-set-contents {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
.tile-lower-textbox {
  text-align: center;
}
.tile-lower-textbox .tile-footer-text {
  margin-bottom: 5px;
}
.xxx-large-footer .tile-footer {
  height: 125px;
}
.xx-large-footer .tile-footer {
  height: 105px;
}
.x-large-footer .tile-footer {
  height: 85px;
}
.large-footer .tile-footer {
  height: 65px;
}
.medium-footer .tile-footer {
  height: 45px;
}
.small-footer .tile-footer {
  height: 25px;
}
.select-design-wrapper {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.tile-footer-callout {
  text-align: left;
  margin: 10px 10px 0px 10px;
}
.tile-footer-callout-icon {
  width: 13px;
  height: 15px;
  margin: 0px 5px;
  vertical-align: middle;
}
.tile-footer-callout-text {
  color: #969ea2;
  vertical-align: middle;
  font-weight: bold;
}
#spanPreviewBottomNavRight {
  position: relative;
  float: right;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper {
  background-color: white;
  opacity: 0.8;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper .preview-loading-box {
  top: 0px;
}
#spanPreviewBottomNavRight .preview-loading-box-wrapper .preview-loading-box .loading-box-message {
  background-size: 30px;
}
#divPreviewArea {
  max-width: 1030px;
}
.lstPreviewArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@-webkit-keyframes bounce {
  0% {
    bottom: 20px;
  }
  25%,
  75% {
    bottom: 30px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 15px;
  }
}
#recommendationIcon {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
#recommendationIcon button {
  height: 50px;
  width: 50px;
  background-image: url("/gallery5api/content/images/Star-2x.png");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position-y: 6px;
  background-position-x: center;
}
#recommendationIcon button span {
  display: block;
  color: #0099e0;
  margin-top: 3px;
}
#recommendationIcon.bounce {
  animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
}
#closeRecommendations {
  position: absolute;
  top: 15px;
  right: 17px;
}
#recommendationArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
#recommendationArea .recommendation-tray {
  background-color: #f3f3f3;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  /* adds animation for all transitions */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  max-height: 0px;
}
#recommendationArea .tile-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
#recommendationArea .recommendation-tray.expanded {
  max-height: 300px;
}
#recommendationArea .recommendation-wrapper {
  padding-top: 15px;
}
#recommendationArea .carousel-wrapper {
  position: relative;
  margin: 0px 40px;
  padding: 15px 0px 25px;
}
#recommendationArea .preview-loading-box-wrapper {
  background-color: #f3f3f3;
}
#recommendationArea .preview-loading-box-wrapper .preview-loading-box {
  top: 30%;
}
.filter-container.preview-message {
  padding: 20px;
  margin: 0 0 25px 12px;
  font-size: 16px;
}
.filter-container.preview-message .message-title {
  font-weight: bold;
}
.filter-container.preview-message .message-one {
  margin-bottom: 10px;
}
.filter-container.preview-message .search-term {
  color: #e00808;
  margin-left: 10px;
}
#noResultsMessage li {
  padding-top: 10px;
}
#noResultsMessage ul {
  margin: 0;
}
.relatedKeyword {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-color: #6ecff5;
  border-width: thin;
  max-height: 40px;
  margin-right: 20px;
  max-width: 200px;
}
@media (max-width: 1250px) {
  .relatedKeyword:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1100px) {
  .relatedKeyword:nth-child(4) {
    display: none;
  }
}
#RelatedKeywordsArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#RelatedKeywords {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#RelatedKeywordsMessage {
  padding-right: 15px;
}
#KeywordSecondaryMessage {
  padding: 8px 0px 8px 0px;
}
#CorrectedKeywordMessage {
  background-color: #FCFCFC;
}
#CorrectedKeywordMessage .searched-keyword {
  font-style: italic;
  cursor: pointer;
}
#tileSpinner {
  width: 30%;
  margin: 0 auto;
  margin-top: 50px;
}
@-webkit-keyframes fade {
  0%,
  10% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0%,
  10% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  90%,
  100% {
    opacity: 0;
  }
}
#tileSpinner .v1.c1 {
  fill: #245F94;
  stroke: #245F94;
  stroke-width: 1;
}
#tileSpinner .v1.c2 {
  fill: #6CCEF5;
  stroke: #6CCEF5;
  stroke-width: 1;
}
#tileSpinner .v1.c3 {
  fill: #6CCEF5;
  fill-opacity: 0.3;
}
#tileSpinner .v1 {
  -webkit-animation: fade 2.6s infinite linear both;
          animation: fade 2.6s infinite linear both;
  -moz-animation: fadein 2.6s infinite linear both;
  -ms-animation: fadein 2.6s infinite linear both;
  -o-animation: fadein 2.6s infinite linear both;
}
#tileSpinner .t1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
}
#tileSpinner .t2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
#tileSpinner .t3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
#tileSpinner .t4 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
#tileSpinner .t5 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}
/*
* FONTS
*/
/*
* MEDIA QUERIES
*/
/*
* SPACING
*/
/*
* LAYOUT 
*/
@font-face {
  font-family: holidayFont;
  src: url("/gallery5api/content/images/Yellowtail-Regular.ttf");
}
.holiday-foil.nozone {
  display: none;
}
.holiday-foil {
  cursor: pointer;
  margin: 0px 0px 335px 0px;
}
.holiday-foil .merchzone-content {
  background-image: url("/gallery5api/content/images/merchzones/HolidayFoil/holidayZoneBackground@2x.png");
  background-size: cover;
  height: 325px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.holiday-foil .new-button {
  width: 50px;
  height: 20px;
  border-radius: 10px;
  background-color: #89010E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
.holiday-foil .new-button-text {
  width: 50px;
  height: 13px;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  display: block;
}
.lang-jp .holiday-foil .new-button-text {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
.holiday-foil .title-text {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
}
.lang-jp .holiday-foil .title-text {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
.holiday-foil .title-sub {
  color: #ffffff;
  font-size: 65px;
  line-height: 0.8;
  letter-spacing: normal;
  max-width: none;
  line-height: 65px;
  font-family: holidayFont;
}
.holiday-foil .view-btn {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.75);
}
.holiday-foil .view-btn-text {
  margin-top: 10px;
}
.holiday-foil .close-btn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.holiday-foil .arrow {
  position: absolute;
  display: none;
}
.holiday-foil .arrow-na {
  left: 400px;
  top: 175px;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.holiday-foil .arrow-eu {
  left: 410px;
  top: 60px;
}
.holiday-foil .text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 30px;
  min-width: 400px;
}
.holiday-foil .image-container {
  height: 100%;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.holiday-foil .image-container .main-image-eu {
  margin-top: 20px;
  margin-left: 15px;
}
.merchzone {
  position: relative;
  z-index: 20;
}
.dify-merchzone {
  margin: 0px 0px 290px 0px;
}
.dify-merchzone .merchzone-content {
  height: 280px;
}
.seo-merchzone {
  margin: 0px 0px 230px 0px;
}
.seo-merchzone .merchzone-content {
  height: 220px;
}
.seo-merchzone .centered-text {
  margin: 0px;
}
.merchzone-content {
  position: absolute;
  bottom: 0px;
  border: 1px solid #c8cbcc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.merchzone-CTA {
  margin: 6px 0px 0px 0px;
}
.difyzone-right-CTA {
  background-color: white !important;
  color: black !important;
  margin: 6px 0px 0px 0px;
}
.merchzone-header {
  color: #919699;
}
.merchzone-image {
  height: 222px;
  width: 394px;
  padding: 29px 12px;
  vertical-align: middle;
}
.merchzone-text {
  text-align: center;
  padding: 42px 15px;
  vertical-align: middle;
}
.centered-text {
  text-align: center;
  margin: 0px 0px 19px 0px;
}
.merchzone-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  cursor: pointer;
}
.difyzone-left-merchzone {
  margin: 0px 0px 335px 0px;
}
.difyzone-left-merchzone .merchzone-content {
  height: 325px;
}
.difyzone-left-text {
  text-align: left;
  color: white;
  width: 508px;
  padding: 68px 50px;
  vertical-align: middle;
}
.difyzone-left-text .merchzone-title {
  margin-bottom: 11px;
}
.difyzone-left-images {
  overflow: hidden;
}
.difyzone-left-images .card {
  display: block;
  position: absolute;
  width: 326px;
}
.difyzone-left-images .card1 {
  top: 0;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.difyzone-left-images .card2 {
  bottom: 0;
  left: 50;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.difyzone-left-content {
  position: absolute;
  bottom: 0px;
  border: 1px solid #c8cbcc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/gallery5api/content/images/merchzones/DifyZoneLeft/wood-texture-2x.png");
  overflow: hidden;
}
.difyzone-center-merchzone {
  margin: 0px 0px 335px 0px;
}
.difyzone-center-merchzone .merchzone-content {
  height: 325px;
}
.difyzone-center-text {
  text-align: center;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 20px;
}
.difyzone-center-text .merchzone-title {
  margin-bottom: 11px;
}
.difyzone-center-headertext {
  padding: 33px 50px 0 50px;
}
.difyzone-center-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0 50px;
  margin-bottom: 24px;
}
.difyzone-center-images .card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 156px;
  display: inline-block;
}
.difyzone-center-content {
  position: absolute;
  bottom: 0px;
  border: 1px solid #c8cbcc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e5e5e5;
  overflow: hidden;
}
.difyzone-right-merchzone {
  margin: 0px 0px 290px 0px;
}
.difyzone-right-merchzone .merchzone-content {
  height: 280px;
}
.difyzone-right-subheading-long {
  display: block;
}
.difyzone-right-subheading-short {
  display: none;
}
.difyzone-right-content {
  position: absolute;
  bottom: 0px;
  border: 1px solid #c8cbcc;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 10px;
  background-clip: padding-box;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("/gallery5api/content/images/merchzones/DifyZoneRight/DS-bg-white.png"), -webkit-gradient(linear, left top, left bottom, from(#0387cf), to(#006196));
  background: url("/gallery5api/content/images/merchzones/DifyZoneRight/DS-bg-white.png"), -webkit-linear-gradient(#0387cf, #006196);
  background: url("/gallery5api/content/images/merchzones/DifyZoneRight/DS-bg-white.png"), linear-gradient(#0387cf, #006196);
  overflow: hidden;
}
.difyzone-right-content .image-left {
  max-width: 485px;
  width: 40%;
  height: 100%;
  background-image: url("/gallery5api/content/images/merchzones/DifyZoneRight/time-saver-max.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.difyzone-right-content .difyzone-right-text {
  text-align: center;
  color: white;
  width: 55%;
  min-width: 290px;
  vertical-align: middle;
  padding: 63px 35px 0 0;
}
.difyzone-right-content .difyzone-right-text .merchzone-title {
  margin-bottom: 11px;
}
@media (max-width: 1180px) {
  .difyzone-center-images .card:nth-child(3) {
    display: none;
  }
  .difyzone-right-subheading-short {
    display: block;
  }
  .difyzone-right-subheading-long {
    display: none;
  }
}
@media (max-width: 1025px) {
  .difyzone-center-merchzone {
    margin: 0px 0px 405px 0px;
  }
  .difyzone-center-merchzone .merchzone-content {
    height: 395px;
  }
  .difyzone-right-content .image-left {
    background-image: url("/gallery5api/content/images/merchzones/DifyZoneRight/time-saver-min.png");
  }
  .difyzone-right-content .difyzone-right-text {
    width: 70%;
  }
}
@media only screen and (max-width: 959px) {
  .difyzone-left-merchzone {
    margin: 5px 0px 405px 0px;
  }
  .difyzone-left-merchzone .merchzone-content {
    height: 395px;
  }
  .difyzone-left-content {
    bottom: 0px;
    border: 1px solid #c8cbcc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 10px;
    background-clip: padding-box;
    margin: 10px 0 0 0;
  }
  .difyzone-left-text {
    text-align: center;
    color: white;
    width: 100%;
    padding: 44px;
    vertical-align: middle;
    z-index: 1;
  }
  .difyzone-left-text .merchzone-title {
    margin-bottom: 11px;
  }
  .difyzone-left-images .card {
    display: block;
    position: absolute;
  }
  .difyzone-left-images .card1 {
    top: initial;
    bottom: -80px;
    left: 0;
  }
  .difyzone-left-images .card2 {
    bottom: -80px;
    left: 50%;
  }
  .difyzone-center-images .card:nth-child(3) {
    display: none;
  }
  .difyzone-center-images .card:nth-child(4) {
    display: none;
  }
  .difyzone-center-images {
    padding: 0;
  }
}
.merchzone-genesis {
  margin-bottom: 270px;
}
.merchzone-genesis .merchzone-content {
  height: 260px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: #f3f3f3;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.merchzone-genesis .merchzone-content > div {
  width: 100%;
}
.merchzone-genesis .merchzone-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  margin-top: 10px;
  color: #494b4d;
}
.merchzone-genesis .merchzone-header .gallery-tile-callout-bar,
.merchzone-genesis .merchzone-header .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.merchzone-genesis .merchzone-header .gallery-tile-callout-bar {
  position: relative;
  top: unset;
}
.merchzone-genesis .preview-loading-box-wrapper .preview-loading-box {
  top: 45%;
}
.merchzone-genesis .design-tray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  overflow: hidden;
}
.merchzone-genesis .genesis-design {
  margin: 12px;
  cursor: pointer;
}
.merchzone-genesis .genesis-design img {
  width: 225px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.merchzone-genesis .merchzone-footer {
  text-align: right;
  margin: 10px;
}
.merchzone-genesis .merchzone-footer a {
  cursor: pointer;
}
@media only screen and (max-width: 959px) {
  .merchzone-genesis .genesis-design:first-of-type {
    display: none;
  }
}
.pillbox-keyword {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: white;
  border: 1px solid #2ba8e0;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 17px;
  background-clip: padding-box;
  background: #2ba8e0;
  padding: 5px 10px 5px 0px;
  cursor: pointer;
}
.gallery-modal-dialog-header h1 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.full-bleed-fraction-zone {
  margin-left: auto;
  margin-right: auto;
}
.full-bleed-fraction-zone::after {
  content: "";
  display: table;
  clear: both;
}
.full-bleed-tile-info {
  text-align: center;
  margin-top: 5px;
}
.full-bleed-tile-inner {
  text-align: center;
  margin-top: 10px;
}
.full-bleed-tile-preview {
  clear: both;
}
.full-bleed-tile-preview label {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.full-bleed-tile-preview label img {
  vertical-align: middle;
}
.full-bleed-buttons {
  text-align: center;
}
#FullBleedUploadPop .fraction-1of2,
#FullBleedUploadPop .fraction-1of3,
#FullBleedUploadPop .fraction-1of4 {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.new-upload-pop {
  margin: 0px -40px -48px -40px;
  border-radius: 0px 0px 10px 10px;
}
.new-upload-pop .upload-footer {
  background-color: #f3f3f3;
  border-top: 1px solid #e6e6e6;
  border-radius: inherit;
  padding: 15px 0px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-upload-pop .upload-footer .options-title {
  margin-bottom: 5px;
}
.full-bleed-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.full-bleed-tile .horizontal-image {
  height: 110px;
  margin-top: 15px;
}
.full-bleed-tile .vertical-image {
  height: 175px;
  margin-top: 15px;
}
.full-bleed-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.full-bleed-tile-title {
  margin-top: 10px;
  text-align: center;
}
.full-bleed-title-or {
  font-weight: normal;
}
.start-with-logo-fraction-zone {
  margin-left: auto;
  margin-right: auto;
}
.start-with-logo-fraction-zone::after {
  content: "";
  display: table;
  clear: both;
}
.start-with-logo-tile-info {
  text-align: center;
  margin-top: 5px;
}
.start-with-logo-tile-inner {
  text-align: center;
  margin-top: 10px;
}
.start-with-logo-tile-preview {
  clear: both;
}
.start-with-logo-tile-preview label {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.start-with-logo-tile-preview label img {
  vertical-align: middle;
}
.start-with-logo-buttons {
  text-align: center;
}
#StartWithLogoUploadPop .fraction-1of2,
#StartWithLogoUploadPop .fraction-1of3,
#StartWithLogoUploadPop .fraction-1of4 {
  display: inline-block;
  vertical-align: top;
  float: none;
}
.new-upload-pop {
  margin: 0px -40px -48px -40px;
  border-radius: 0px 0px 10px 10px;
}
.new-upload-pop .upload-footer {
  background-color: #f3f3f3;
  border-top: 1px solid #e6e6e6;
  border-radius: inherit;
  padding: 15px 0px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new-upload-pop .upload-footer .options-title {
  margin-bottom: 5px;
}
.start-with-logo-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.start-with-logo-tile .horizontal-image {
  height: 110px;
  margin-top: 15px;
}
.start-with-logo-tile .vertical-image {
  height: 175px;
  margin-top: 15px;
}
.start-with-logo-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.start-with-logo-tile-title {
  margin-top: 10px;
  text-align: center;
}
.start-with-logo-title-or {
  font-weight: normal;
}
#PersonalizationPop {
  text-transform: capitalize;
}
#PersonalizationPop .gallery-modal-dialog-content {
  text-align: center;
}
#PersonalizationPop .submitButton {
  text-transform: capitalize;
  margin-top: 20px;
}
.ppTextfieldsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
.ppTextfieldsContainer.ppTextfieldsContainer-sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ppTextfieldsContainer .ppItem {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.ppTextfieldsContainer .preview-loading-box-wrapper {
  width: 50px;
  height: 0px;
  position: relative;
  font-size: 5px;
  left: 150px;
  top: 18px;
}
.ppTextfieldsContainer .ppTextfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  margin-top: -5px;
}
.ppTextfieldsContainer .ppTextfield .ppLabel {
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-transform: translate(0, 2em);
      -ms-transform: translate(0, 2em);
          transform: translate(0, 2em);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-align: left;
  position: relative;
  top: 6px;
  left: 8px;
  color: #919699;
  opacity: .75;
}
.ppTextfieldsContainer .ppTextfield .ppLabel.ppSidebar {
  top: 2.5px;
  cursor: text;
  line-height: 18.5px;
}
.ppTextfieldsContainer .ppTextfield .ppInput {
  padding-top: 20px;
  color: black;
}
.ppTextfieldsContainer .ppTextfield .ppInput::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
          transition: inherit;
}
.ppTextfieldsContainer .ppTextfield .ppInput::-ms-input-placeholder {
  opacity: 1;
}
.ppTextfieldsContainer .ppTextfield .ppInput:focus::-webkit-input-placeholder {
  opacity: 1;
}
.ppTextfieldsContainer .ppTextfield .ppInput:placeholder-shown + .ppLabel {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.ppTextfieldsContainer .ppTextfield .ppInput:not(:placeholder-shown) + .ppLabel,
.ppTextfieldsContainer .ppTextfield .ppInput:focus + .ppLabel {
  top: 5px;
  font-size: 10px;
}
.ppTextfieldsContainer .ppTextfield .ppInput:not(:placeholder-shown) + .ppLabel.ppSidebar,
.ppTextfieldsContainer .ppTextfield .ppInput:focus + .ppLabel.ppSidebar {
  top: 2.5px;
}
.internetexplorer .ppTextfield .ppInput + .ppLabel,
.firefox .ppTextfield .ppInput + .ppLabel,
.edge .ppTextfield .ppInput + .ppLabel {
  top: 5px;
  font-size: 10px;
}
.internetexplorer .preview-loading-box-wrapper,
.firefox .preview-loading-box-wrapper,
.edge .preview-loading-box-wrapper {
  width: 50px;
  height: 0px;
  position: relative;
  font-size: 5px;
  left: 135px;
  top: 18px;
}
#logoPreviewPP {
  max-height: 46px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
          transition: -webkit-filter 0.3s ease-in-out, filter 0.3s ease-in-out;
}
#logoPreviewPP:hover {
  -webkit-filter: brightness(0.97);
          filter: brightness(0.97);
}
#uploadErrorMessageContainer {
  text-align: center;
  color: red;
}
#imgUploadHelper {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  height: 25px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.lang-jp #imgUploadHelper {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
#logoUploadContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0px 20px;
}
#logoUploadContainer .preview-loading-box-wrapper {
  background-color: #f3f3f3;
}
#logoUploadContainer .preview-loading-box-wrapper .preview-loading-box {
  top: 40%;
}
#logoUploadButtonArea {
  min-width: 94px;
  padding: 0 0 0 10px;
}
#logoUploadLabel {
  margin: 0px;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}
.logoUploadSpacer {
  width: 100%;
}
.personalizationPopContentSpinnerArea {
  position: relative;
}
.quickview-merch-section {
  margin-top: 20px;
}
.quickview-merch-section h3 {
  margin-top: 10px;
}
.quickview-preview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin: 10px auto;
  width: 400px;
  min-height: 300px;
  /* to get rid of extra padding on scenes - make the previews bigger than 400 */
  overflow: hidden;
}
.quickview-preview-wrapper .hover-responsive-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: inherit;
}
.quickview-preview-wrapper .scene-animation {
  overflow: hidden;
  position: relative;
}
.quickview-preview-wrapper .scene-animation .scene-animation-sprite {
  position: absolute;
  top: 0;
  left: 0;
}
#QuickviewPop .filter {
  padding-top: 0px;
}
#QuickviewPop .filter .filter-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#QuickviewPop .filter .filter-list li {
  min-height: 25px;
}
#QuickviewPop .filter .checkbox-label,
#QuickviewPop .filter .radio-label {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 5px 0px 0px 5px;
  font-size: 12px;
}
#QuickviewPop .filter li .stylized-checkbox,
#QuickviewPop .filter li .stylized-radio {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
}
#QuickviewPop .filter .gallery-filter-price {
  color: #919699;
}
#QuickviewPop .inline-radio-filter {
  padding-bottom: 5px;
  vertical-align: middle;
}
#QuickviewPop .inline-radio-filter .filter li {
  display: inline-block;
  margin-right: 10px;
}
.quickview-preview-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.quickview-preview-toggle .toggle-wrapper {
  margin: 10px;
  min-height: 30px;
  outline: 1px solid #c8cbcc;
  -webkit-transition: outline 0.3s ease-in-out;
          transition: outline 0.3s ease-in-out;
}
.quickview-preview-toggle .toggle-wrapper:hover {
  outline: 1px solid #919699;
}
.quickview-preview-toggle .toggle-wrapper.true {
  outline: 2px solid #0099e0;
}
.quickview-preview-toggle .toggle-wrapper .toggle-img {
  width: 75px;
  cursor: pointer;
  margin-bottom: -5px;
}
.quickview-design-tray {
  width: 100%;
}
.quickview-design-tray .quickview-suggested-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 5px 15px 20px;
}
.quickview-design-tray .quickview-suggested-section .suggested-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 10px;
}
.quickview-design-tray .quickview-suggested-section .suggested-preview-wrapper {
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 5px;
}
.quickview-design-tray .quickview-suggested-section .suggested-preview-wrapper.hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 trasparent;
          box-shadow: 0 0 0 0 trasparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
          transition: box-shadow 0.3s ease-in-out;
}
.quickview-design-tray .quickview-suggested-section .suggested-preview-wrapper.hover:hover {
  -webkit-box-shadow: 0 0 1px 1px #0099e0;
          box-shadow: 0 0 1px 1px #0099e0;
}
.quickview-design-tray .quickview-suggested-section .suggested-preview-wrapper .tile-favorites-area {
  top: 5px !important;
  right: 3px !important;
}
.quickview-design-tray .quickview-suggested-section .suggested-preview-wrapper .suggested-image-wrapper {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 10px;
}
.quickview-design-tray .quickview-suggested-section .suggested-text {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100px;
  text-transform: capitalize;
}
.quickview-design-tray .quickview-suggested-section .qv-footer-text {
  margin-top: 10px;
  text-align: center;
}
.quickview-design-tray.matching .suggested-text {
  -webkit-align-self: normal;
      -ms-flex-item-align: normal;
          align-self: normal;
  width: 200px;
  text-transform: none;
}
.quickview-design-tray.small {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.quickview-design-tray.small .quickview-suggested-section {
  margin: 0 0 20px 0;
}
.quickview-design-tray.small .quickview-suggested-section .suggested-wrapper {
  margin: 0px 5px 0px 0px;
}
/** Styling variables used globally in Gallery **/
#dialogQuickviewModalContainer .dialog-content-container {
  /* modal wrapper - getting rid of some extra padding at the bottom*/
  padding: 0px;
}
#QuickviewPop {
  width: 100%;
  line-height: 1em;
  margin: 10px 0px 10px 10px;
}
#QuickviewPop #QuickviewVeil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#QuickviewPop .quickview-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  position: relative;
}
#QuickviewPop .quickview-preview-wrapper {
  min-height: 300px;
  height: auto;
  padding: 0px 5px;
}
#QuickviewPop .quickview-preview-area {
  position: relative;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  border-radius: 10px;
}
#QuickviewPop .quickview-merch-area {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0px 0px 5px;
  padding-right: 10px;
  width: 295px;
  /* for IE 10 and IE 11 flexbox overflows without a max-width */
}
#QuickviewPop .tile-favorites-area {
  position: absolute;
  top: 10px;
  right: 7px;
  z-index: 40;
}
#QuickviewPop .quickview-sidebar {
  margin-top: 5px;
}
#QuickviewPop .quickview-merch-area {
  padding: 10px 0px 20px 20px;
  vertical-align: top;
  width: 295px;
  /* for IE 10 and IE 11 flexbox overflows without a max-width */
}
#QuickviewPop .quickview-id {
  color: #919699;
}
#QuickviewPop .price {
  font-size: inherit;
}
#QuickviewPop .color-buttons.option-set .option-set-option-wrapper {
  padding: 4.5px;
}
#QuickviewPop .color-buttons.option-set .option-set-option-wrapper.checked {
  padding: 3.5px;
}
#QuickviewPop .option-set-skin-buttons .option-set-option-wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
}
#QuickviewPop .option-set-skin-buttons .option-set-option-wrapper:hover {
  border-color: #8cbcd2;
}
#QuickviewPop .preview-loading-box-wrapper {
  background-color: #e6e6e6;
}
#QuickviewPop .preview-loading-box-wrapper .preview-loading-box {
  position: relative;
  top: 45%;
}
#QuickviewPop .preview-loading-box-wrapper .preview-loading-box .preloader-graphic.preloader-graphic-extra-large {
  height: auto;
  margin: 0 auto;
}
#QuickviewPop .select-design button {
  margin-top: 20px;
}
#QuickviewPop .device-switcher {
  text-align: center;
}
#QuickviewPop .device-switcher button {
  margin-top: 5px;
}
#QuickviewPop .device-switcher h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#QuickviewPop .device-switcher img {
  width: auto;
  margin-right: 0.5rem;
}
#QuickviewPop .device-switcher-wizard0 button {
  margin-bottom: 10px;
}
#QuickviewPop .device-switcher-wizard1 .input-with-button {
  margin-top: 5px;
}
#QuickviewPop .device-switcher-wizard2 h2 {
  margin-bottom: 5px;
}
#QuickviewPop .device-switcher-button-wrapper {
  padding: 0 1rem;
}
#QuickviewPop.quickview-pop.overflowLayout .quickview-preview {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#QuickviewPop.quickview-pop.overflowLayout .quickview-preview-area {
  overflow: hidden;
  margin: 0 20px 0 0;
}
#QuickviewPop.quickview-pop.overflowLayout .quickview-preview-wrapper {
  padding: 0px;
  margin: 0px;
  width: auto;
}
#QuickviewPop.quickview-pop.overflowLayout .quickview-merch-area {
  margin: 0px;
  padding: 0px;
}
#QuickviewPop.quickview-pop.vortexLayout .quickview-preview-area,
#QuickviewPop.quickview-pop.vortexLayout .preview-loading-box-wrapper {
  background-image: url('/gallery5api/content/images/vortex-whitelinen.jpg');
}
#QuickviewPop.quickview-pop.vortexLayout .quickview-preview-wrapper {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
#QuickviewPop.quickview-pop.vortexLayout .quickview-preview {
  height: 100%;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper .vortex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper .vortex-title,
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper .vortex-controls {
  z-index: 10;
  visibility: hidden;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 13px -3px black, -3px -1px 8px -4px white inset;
          box-shadow: 0 2px 13px -3px black, -3px -1px 8px -4px white inset;
  margin-bottom: 20px;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper button:focus {
  outline: 0;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper .preview-image {
  padding: 0px 10px;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper .preview-image img {
  max-width: 100%;
  visibility: visible;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper.loaded .vortex-container {
  cursor: move;
  height: auto;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper.loaded .vortex-title,
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper.loaded .vortex-controls {
  visibility: visible;
}
#QuickviewPop.quickview-pop.vortexLayout .vortex-wrapper.loaded .preview-image img {
  visibility: hidden;
}
#QuickviewPop.quickview-pop.vortexLayout .rounded-left {
  border-radius: 5px 0px 0px 5px;
  border-right: #c8cbcc 1px solid;
}
#QuickviewPop.quickview-pop.vortexLayout .rounded-right {
  border-radius: 0px 5px 5px 0px;
  border-left: #c8cbcc 1px solid;
}
.facebookSearchTooltip-container {
  position: relative;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body {
  text-align: center;
  width: 400px;
  position: absolute;
  z-index: 41;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.23);
  padding: 25px 30px;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-title {
  margin: 0;
  color: #494b4d;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-secondary {
  padding: 0 30px;
  margin: 10px 0;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-error {
  color: #e00808;
  margin-right: 10px;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list {
  padding: 0;
  list-style-type: none;
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
}
.lang-jp .facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container {
  text-align: left;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 11px -4px #5a6771;
          box-shadow: 0 0 11px -4px #5a6771;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
  -webkit-transition-property: background-color;
          transition-property: background-color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: initial;
          transition-delay: initial;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container:hover {
  background-color: #edf3f6;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container.selected {
  border-color: #0099e0;
  background-color: #dfecf2;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container .facebookSearchListItem-icon {
  height: 50px;
  width: 50px;
  margin: auto 10px;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container .facebookSearchListItem-info p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  line-height: 20px;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-list .facebookSearchListItem-container .facebookSearchListItem-info .facebookSearchListItem-name {
  color: #494b4d;
  padding: 3px 0;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  cursor: pointer;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.facebookSearchTooltip-container .facebookSearchTooltip-body .facebookSearchTooltip-footer .cancel-btn {
  margin: auto 15px;
  cursor: pointer;
  color: #00111a;
}
.facebookSearchTooltip-container .facebookSearchTooltip-arrow {
  z-index: 42;
  position: absolute;
  top: 88px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.facebookSearchTooltip-container .facebookSearchTooltip-arrow.facebookSearchTooltip-arrowLeft {
  left: -13px;
  border-right: 14px solid #fff;
}
.facebookSearchTooltip-container .facebookSearchTooltip-arrow.facebookSearchTooltip-arrowLeftOutline {
  left: -15px;
  border-right: 14px solid #e6e6e6;
}
.filter-header {
  border: none;
  background-image: none;
  padding: 0px;
}
.filter-header-link {
  padding: 10px 0px 10px 0px;
  font-size: 13px;
  font-weight: 600;
  color: black;
}
.filter-header-link:hover {
  color: black;
}
.graphic-button {
  padding-left: 7px;
}
.collapsible > .collapsible-header,
.collapsible > .collapsible-header:hover,
.collapsible > .collapsible-header:active {
  color: black;
  border: none;
  padding: 0px;
}
.collapsible > .collapsible-header:before {
  display: none;
}
h4.faceted-level-two-see-all {
  padding: 12px 20px 20px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #0099e0;
  margin: 0;
}
h5.faceted-level-two-header {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.graphic-button.graphic-button-arrow-l {
  padding-left: 0px;
  margin-left: -10px;
}
.filter-container {
  position: relative;
  padding: 0px 15px 0px 15px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.filter-container .preview-loading-box-wrapper {
  background-color: white;
  opacity: 0.8;
}
.filter-container .preview-loading-box-wrapper .preview-loading-box {
  top: 45%;
}
.filter-container .filter {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 5px;
}
.filter-container .filter:last-child {
  border-bottom: none;
}
.filter-container .filter-content {
  padding: 0px 0px 10px 5px;
}
.filter-container .filter-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.filter-container .faceted-more {
  display: none;
}
.filter-container .filter-link {
  color: black;
}
.filter-container .category-label {
  display: block;
  cursor: pointer;
  padding: 8px 0 8px 2px;
}
.filter-container .checkbox-label,
.filter-container .radio-label {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 0px 10px 5px;
}
.filter-container .stylized-checkbox,
.filter-container .stylized-radio {
  display: table-cell;
  vertical-align: middle;
}
.filter-container .facet-count {
  color: #0099e0;
}
.filter-container .faceted-show-more {
  color: #0099e0;
  cursor: pointer;
  padding-left: 5px;
  padding-top: 12px;
  display: block;
}
.filter-container .disabled label {
  cursor: default;
  opacity: 0.5;
}
.filter-container .disabled,
.filter-container .disabled .stylized-radio,
.filter-container .disabled .stylized-checkbox,
.filter-container .disabled .option-set-contents {
  cursor: default;
  text-decoration: none;
}
.filter-container .radio-label .gal-color-swatch {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 0px;
}
.filter-container .visual-filter-option {
  margin-right: 5px;
}
.filter-container .visual-filter-option .textbutton {
  font-size: unset;
  line-height: unset;
  font-weight: normal;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
.filter-container .visual-filter-option .textbutton.selected {
  border: 2px solid #0099e0;
}
.filter-container .visual-filter-option .textbutton .stylized-radio {
  display: none;
}
.widgetBox {
  margin-bottom: 25px;
  text-align: center;
}
.widget-header {
  font-size: 15px;
  font-weight: bold;
}
.widget-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.personalization-header {
  margin: 20px 10px 15px 10px;
}
.frp-header {
  margin: 15px 15px 15px 15px;
}
.frp-button-wrapper {
  margin: 5px 5px 0px 5px;
}
#forcedRankingFileLoader {
  width: 200px;
  padding: 0 0 5px 0;
}
#personalizationOptionButton {
  white-space: normal;
}
.color-filter .option-set-option {
  visibility: hidden;
}
.color-filter .option-set-option-wrapper {
  padding: 4px;
}
.color-filter .option-set-option-wrapper.checked {
  padding: 3px;
}
.num-photos .photo-list-item {
  display: inline-block;
  padding: 4px 0px 4px 4px;
}
.num-photos .photo-list-item .checkbox-label {
  padding-left: 0px;
}
.num-photos .photo-first-button {
  margin-top: 10px;
  margin-left: 7px;
  padding: 5px 10px;
}
.num-photos .photo-first-text {
  margin-left: 2px;
}
.new-upload-progress {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.new-upload-progress .new-upload-progress-veil {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.new-upload-progress .new-upload-progress-content {
  position: absolute;
  width: 100%;
  margin-top: 20%;
  opacity: 0.8;
}
.new-upload-progress .new-upload-progress-content .new-upload-progress-percentage {
  text-align: center;
}
.repository-image-wrapper .new-upload-progress .new-upload-progress-content {
  margin-top: 14px;
}
.new-upload-progress .new-upload-progress-bar {
  position: relative;
  height: 6px;
  margin: 10px;
}
.new-upload-progress .new-upload-progress-bar .new-upload-progress-bar-background {
  height: 100%;
  background-color: #00111a;
  opacity: 0.5;
}
.new-upload-progress .new-upload-progress-bar .new-upload-progress-bar-foreground {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #00111a;
}
/* 
 * Overwrites monolith css
 * Used in photo first pop
 */
#PhotoFirstPop .image-description,
#PhotoFirstPop .image-new,
#PhotoFirstPop .link-use-previous {
  text-align: center;
}
#PhotoFirstPop .image-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#PhotoFirstPop .image-controls .link-use-previous {
  display: block;
  padding: 10px 0px 0px 0px;
}
#PhotoFirstPop .image-preview-container {
  height: inherit;
  width: inherit;
}
#PhotoFirstPop .image-preview-container .image-preview {
  margin: 0 auto;
}
#PhotoFirstPop .item-list {
  width: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#PhotoFirstPop .item-list .item-container.image-container {
  padding: 0;
  margin: 0px 5px;
}
#PhotoFirstPop .image-upload-button {
  display: none;
}
#PhotoFirstPop .sign-in span,
#PhotoFirstPop #backButton {
  margin: 5px 0 0 0;
}
.preview-loading-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.preview-loading-box-wrapper .preview-loading-box {
  position: relative;
}
#divGalleryWrapper {
  margin: 0 10px 0 10px;
}
/*******************
 * GalleryContent  *
 *******************/
#GalleryContent {
  font-family: 'MarkPro', sans-serif;
  font-weight: 300;
  display: table;
  margin: 25px 0 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lang-jp #GalleryContent {
  font-family: 'MS Gothic', 'MS Mincho', sans-serif;
}
/***********************
 * GalleryContentLeft  *
 ***********************/
#GalleryContentLeft {
  display: table-cell;
  width: 220px;
  min-width: 220px;
  vertical-align: top;
  padding: 0 15px 0 0px;
}
/************************
 * GalleryContentRight  *
 ************************/
#GalleryContentRight {
  display: table-cell;
}
