.product-list .product-name {
  font-family: Nobel Book;
  font-weight: normal;
  color: #222222;
  font-size: 22px;
  font-style: normal;
  line-height: 1.2; }

.product-list .product-price {
  font-family: Nobel Light;
  color: #222222;
  font-size: 17px;
  line-height: 1.6; }

.product-list .product-name,
.product-list .product-price {
  text-align: center; }

.product-info .xl-headline {
  font-size: 33px; }

.product-order-form button.f-add-to-cart-button {
  color: #222222 !important;
  font-size: 14px !important;
  font-family: Nobel Light !important;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .product-order-form button.f-add-to-cart-button:hover {
    border-color: rgba(34, 34, 34, 0.8) !important;
    background: rgba(34, 34, 34, 0.05) !important; }
  .product-order-form button.f-add-to-cart-button:disabled {
    cursor: not-allowed; }
    .product-order-form button.f-add-to-cart-button:disabled:hover {
      background: #ffffff !important; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

.proofing-header__project-title {
  color: #222222 !important;
  font-size: 22px !important;
  font-family: Nobel Book !important;
  font-weight: normal !important;
  line-height: 1.2 !important; }

.proofing-header__client-name {
  color: #222222;
  font-family: Nobel Light;
  font-size: 17px;
  line-height: 1.6; }

.proofing-header__actions__container {
  background: #ffffff; }

.proofing-header__action {
  font-family: Nobel Light;
  font-size: 17px;
  line-height: normal;
  color: #222222;
  border: 1px solid #222222; }
  .proofing-header__action:hover {
    color: #222222; }
  .proofing-header__action--download, .proofing-header__action--favorites, .proofing-header__action--view, .proofing-header__action--cart--desktop {
    color: #222222 !important;
    font-size: 17px;
    font-family: Nobel Light;
    border-radius: 2px;
    background: #ffffff;
    border-color: rgba(34, 34, 34, 0.5) !important;
    transition: background 250ms ease, border-color 250ms ease; }
    .proofing-header__action--download:hover, .proofing-header__action--favorites:hover, .proofing-header__action--view:hover, .proofing-header__action--cart--desktop:hover {
      color: #222222 !important;
      border-color: rgba(34, 34, 34, 0.8) !important;
      background: rgba(34, 34, 34, 0.05) !important; }

.private-page {
  color: #222222;
  font-family: Nobel Light;
  font-size: 17px;
  line-height: 1.6; }

.private-page__header {
  color: #222222;
  font-family: Nobel Book;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  font-size: 22px; }

.private-page__logo {
  color: #0e0d0d;
  font-family: Nobel Book;
  font-size: 34px;
  font-style: normal;
  font-weight: normal; }

.private-page__form-submit {
  color: #222222 !important;
  font-size: 17px !important;
  font-family: Nobel Light !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  border-color: rgba(34, 34, 34, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .private-page__form-submit:hover {
    border-color: rgba(34, 34, 34, 0.8) !important;
    background: rgba(34, 34, 34, 0.05) !important; }

.private-page__field-input:not(.private-page__field-input--invalid),
.download-folder__download-button,
.private-page__form-submit {
  border-color: rgba(34, 34, 34, 0.5); }
  .private-page__field-input:not(.private-page__field-input--invalid):focus,
  .download-folder__download-button:focus,
  .private-page__form-submit:focus {
    border-color: rgba(34, 34, 34, 0.8); }

.client_page .f_assets-container {
  font-size: 17px; }

.img-title .f_asset-title_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, calc(0 / 100));
  z-index: 0;
  pointer-events: none; }

.f_assets-container .overlay_text_copy {
  color: #FFFFFF;
  font-size: 80px;
  font-family: Nobel Book;
  font-weight: normal;
  line-height: 1.2 !important; }
  @media only screen and (max-width: 767px) {
    .f_assets-container .overlay_text_copy {
      font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    .f_assets-container .overlay_text_copy {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 1000px) {
    .f_assets-container .overlay_text_copy {
      font-size: 80px; } }
.f-load-more .spinner-wrap .spinner-circle {
  stroke: #222222; }

.private-page__back-button {
  color: #FF0049;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }

.private-page__form-container {
  background-color: #ffffff; }

.f_asset-filename, .f_asset-filename * {
  text-align: Left; }

.f_asset-filename, .f_asset-filename * {
  color: #222222 !important;
  font-family: Nobel Light !important;
  font-size: 17px !important;
  font-weight: normal !important;
  line-height: inherit !important; }

/* ---- Start Flexible Grid Styles ---- */
.flexible_grid {
  margin: 0 20px;
  max-width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .flexible_grid {
      margin: 0 20px !important; } }
/* ---- End Flexible Grid Styles ---- */
.f_client_gallery {
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 160px); }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .f_client_gallery {
      grid-template-columns: repeat(2, 160px); } }
  @media only screen and (min-width: 768px) {
    .f_client_gallery {
      grid-template-columns: repeat(auto-fill, 200px); } }
  .f_client_gallery .f_asset-image {
    margin: 0 !important; }
  .f_client_gallery .f_asset_inner {
    height: 160px;
    width: 160px; }
    @media only screen and (max-width: 767px) {
      .f_client_gallery .f_asset_inner {
        height: auto;
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .f_client_gallery .f_asset_inner {
        height: 200px;
        width: 200px; } }
    .f_client_gallery .f_asset_inner img {
      max-height: 160px;
      max-width: 160px; }
      @media only screen and (max-width: 767px) {
        .f_client_gallery .f_asset_inner img {
          max-height: auto;
          max-width: auto; } }
      @media only screen and (min-width: 768px) {
        .f_client_gallery .f_asset_inner img {
          max-height: 200px;
          max-width: 200px; } }
#content_page_wrapper ._4ORMAT_module_image_set_04 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_03 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_02 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_01 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 18px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_05 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_04 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_map_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #2F333F;
  --navigation-icon-color: #ffffff;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --image-spacing: 20px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_02 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_mailing_list_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_05 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --secondary-color: #fbfbfb;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --navigation-color: #000000;
  --overlay-opacity: 0.45;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 26px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 12px;
  --description-typography-line-height: 1.6;
  --pagination-display: block;
  --slideshow-height: 726px;
  --slide-cta-items-align: start;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_slideshow_01 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --button-padding: 15px 30px;
  --button-font-size: 14px;
  --overlay-opacity: 0.5;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 42px;
  --heading-typography-line-height: 1.5;
  --description-typography-font-family: ;
  --description-typography-font-size: 15px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --slide-content-align: center;
  --slide-items-align: center;
  --slide-description-text-align: center;
  --slide-link-position: absolute;
  --slide-link-width: 100%;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_02 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_layered_01 {
  --primary-color: #FFFFFF;
  --inverted-primary-color: #000000;
  --button-style: solid;
  --overlay-opacity: 0.5;
  --content-padding: 100px;
  --heading-typography-font-family: ;
  --heading-typography-font-size: 36px;
  --heading-typography-line-height: 1.4;
  --description-typography-font-family: ;
  --description-typography-font-size: 14px;
  --description-typography-line-height: 1.5;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_24 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_25 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title_text_hover_state: underline;
  --title-typography-font-family: ;
  --title-typography-line-height: ;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_title_26 {
  --primary-color: #ffffff;
  --inverted-primary-color: #000000;
  --overlay-opacity: 0.35;
  --title-text-size: 100px;
  --description-text-size: 16px;
  --title-page-flexbox-alignment: center;
  --title-page-text-alignment: center;
  --overlay-color: #000000;
  --overlay-color-rgb: 0, 0, 0;
  --title-typography-font-family: ;
  --title-typography-line-height: 1.6;
  --description-typography-font-family: ;
  --description-typography-font-size: px;
  --description-typography-line-height: 1.6;
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_01 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_02 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_06 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_03 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_05 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_07 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_08 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_07 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 0px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_09 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 50%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_08 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 0px;
  --horizontal-offset: 25%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 36px;
  --grid-column-count: 4;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_09 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_uploaded_video_06 {
  --slideshow-height: 726px;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px;
  --video-base-color: #000000;
  --video-text-color: #ffffff;
  --video-accent-color: #f1f1f1; }

#content_page_wrapper ._4ORMAT_module_image_set_12 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_10 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 0px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_11 {
  --slideshow-background: rgba(164, 164, 164, 0.2);
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 2;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_image_set_13 {
  --slideshow-background: transparent;
  --slideshow-height: 726px;
  --vertical-spacing: 16px;
  --horizontal-offset: 0%;
  --horizontal-spacing: 16px;
  --show-scrollbar: scroll;
  --grid-spacing-gap: 48px;
  --grid-column-count: 3;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-size: 48;
  --slider-icon-width: 16px;
  --slider-icon-height: 8px;
  --slider-icon-margin: 10px; }

#content_page_wrapper ._4ORMAT_module_comparison_slider_01 {
  --slideshow-height: 726px;
  --slider-default-position: 50;
  --slider-color: #000000;
  --slider-icon-color: #FFFFFF;
  --label-text-color: ##222222;
  --label-font: ;
  --label-font-size: 17;
  --label-overlay-background-color: 0, 0, 0;
  --label-padding-horizontal: 0px;
  --label-padding-bottom: 20px;
  --slider-line-thickness: 6;
  --slider-size: 48;
  --slider-icon-width: 9px;
  --slider-icon-height: 14px;
  --slider-icon-margin: 6px;
  --slider-icon-shape: 50%; }

h2, p, li {
  transition: font-size ease-in-out 130ms; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  color: #222222; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline span {
  color: #222222;
  font-family: Nobel Book;
  line-height: 1.2 !important;
  font-size: 33px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
  color: #222222;
  font-family: Nobel Book;
  line-height: 1.2 !important;
  font-size: 22px;
  font-weight: bold; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 span {
    font-family: inherit; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
  color: #222222;
  font-family: Nobel Light;
  line-height: 1.6 !important;
  font-size: 17px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
  color: #222222;
  font-family: Nobel Light;
  line-height: 1.6 !important;
  font-size: 14px; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span {
  color: #FF0049;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline a span:hover {
    color: #FF0049;
    text-decoration: underline; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn),
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input:not(.btn) {
  color: #222222 !important;
  font-size: 17px !important;
  font-family: Nobel Light !important;
  border-color: rgba(34, 34, 34, 0.5) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button {
  color: #222222 !important;
  font-size: 17px !important;
  font-family: Nobel Light !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  border: 1px solid rgba(34, 34, 34, 0.5) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover, body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input.btn:hover,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row a.format_flex_button:hover {
    border-color: rgba(34, 34, 34, 0.8) !important;
    background: rgba(34, 34, 34, 0.05) !important; }

body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row,
body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row {
  padding-top: 36px;
  padding-bottom: 36px; }
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link {
    text-decoration: underline;
    font-weight: normal;
    font-style: normal; }
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper:not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row._4ORMAT_full_width_module .format-slideshow .format-slideshow__slide-heading--link:hover {
      text-decoration: underline; }

@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
    font-size: 8vw; } }
  @media only screen and (max-width: 767px) and (max-width: 250px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) and (min-width: 412.5px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2.xl-headline {
      font-size: 33px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
    font-size: 6vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) and (min-width: 366.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row h2 {
      font-size: 22px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 425px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row p,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row li {
      font-size: 17px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
    font-size: 3vw; } }
  @media only screen and (max-width: 767px) and (max-width: 266.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 8px; } }
  @media only screen and (max-width: 767px) and (min-width: 466.6666666667px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) #content_page_wrapper ._4ORMAT_content_page_row p.small-text {
      font-size: 14px; } }
@media only screen and (max-width: 767px) {
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
  body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
    font-size: 4vw; } }
  @media only screen and (max-width: 767px) and (max-width: 300px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 12px; } }
  @media only screen and (max-width: 767px) and (min-width: 425px) {
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row ._4ORMAT_module_contact_label,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row textarea._4ORMAT_module_contact_input,
    body.nested_content:not(.client):not(.store):not(.product):not(.blog) :not(._4ORMAT_content_page_TITLE) ._4ORMAT_content_page_row input._4ORMAT_module_contact_input {
      font-size: 17px; } }
/* Normalize.css */
[hidden] {
  display: none; }

a:active, a:hover {
  outline: 0; }

a:focus {
  outline: thin dotted; }

abbr[title] {
  border-bottom: 1px dotted; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

b, strong {
  font-weight: 700; }

body, figure {
  margin: 0; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button, input {
  line-height: normal; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, select {
  text-transform: none; }

button[disabled], html input[disabled] {
  cursor: default; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

dfn {
  font-style: italic; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  border: 0; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

mark {
  background: #ff0;
  color: #000; }

pre {
  white-space: pre-wrap; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub {
  bottom: -.25em; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* Social icons font */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot");
  src: url("/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot?#iefix") format("eot"), url("/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.woff") format("woff"), url("/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.ttf") format("truetype"), url("/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Base CSS rules and variables */
body {
  color: #222222;
  font-family: Nobel Light;
  font-size: 17px;
  line-height: 1.6;
  background: #ffffff; }

body a {
  color: #FF0049;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }

body a:hover,
body a:focus {
  color: #FF0049;
  text-decoration: underline; }

body h1,
body:not(.content) h2 {
  color: #222222;
  font-family: Nobel Book;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  font-size: 22px; }

#logo {
  color: #0e0d0d;
  font-family: Nobel Book;
  font-size: 34px;
  font-style: normal;
  font-weight: normal; }

#menu a {
  color: #222222;
  font-family: Nobel Book;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

#menu a:hover,
#menu a:focus {
  color: #E21912;
  text-decoration: none; }

#menu a.active {
  color: #E21912;
  text-decoration: none; }

#menu .category ul a {
  /* categories have too much space to their right. this corrects that */
  margin-right: 0.2em;
  color: #ffffff;
  background: #000000;
  font-style: normal;
  font-weight: bold; }

#menu .category ul a:hover,
#menu .category ul a:focus {
  color: #ffffff;
  background: #2c2c2c;
  font-style: normal; }

#menu .category ul a.active {
  color: #ffffff;
  background: #2c2c2c;
  font-weight: bold;
  text-decoration: none; }

#social li,
#social li a {
  position: relative;
  color: #222222; }

#social li a svg {
  width: auto;
  height: 15px;
  overflow: visible;
  position: absolute;
  top: 2px;
  left: 5px; }

/* Share button */
#social #share_button {
  width: 44px;
  margin-right: 0; }

#social #share_button a {
  font-family: Helvetica, Arial, sans-serif;
  filter: alpha(opacity=100);
  opacity: 1;
  text-transform: lowercase;
  font-size: 11px;
  color: #000000; }

.gallery .caption,
.gallery .caption h1,
.gallery .caption h2,
.gallery .caption p,
.gallery .caption a {
  color: #444444;
  font-family: "Droid Serif", serif;
  font-size: 14px; }

.gallery .caption h1,
.gallery .caption h2 {
  font-size: 18px; }

.listing .caption,
.listing .caption p,
.listing .caption a {
  color: #777777;
  font-family: Nobel Light;
  font-size: 14px;
  font-style: normal; }

/* General */
.listing,
.simple,
.gallery {
  background: #ffffff;
  color: #222222;
  font-family: Nobel Light;
  font-size: 17px;
  line-height: 1.6; }

.listing a,
.simple a,
.gallery a {
  outline: none;
  text-decoration: none;
  color: #FF0049;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }

.listing a:hover,
.simple a:hover,
.gallery a:hover {
  color: #FF0049;
  text-decoration: underline; }

.listing p,
.simple p,
.gallery p {
  margin: 0; }

.listing em,
.gallery em,
.simple em {
  font-style: italic; }

.simple strong,
.listing strong,
.gallery strong {
  font-weight: bold; }

.gallery .clear,
.listing .clear,
.simple .clear {
  clear: both; }

.client_page .private_page form input[type='submit'] {
  color: #222222 !important;
  border: 1px solid #222222 !important; }

.gallery #wrapper,
.listing #wrapper,
._4ORMAT_content_wrapper {
  margin: 0 auto; }

.gallery #wrapper > header,
.listing #wrapper > header,
.simple #wrapper > header {
  position: relative;
  z-index: 10;
  width: 980px;
  margin: 0 auto 30px;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

@media (max-height: 800px) {
  .gallery #wrapper > header,
  .listing #wrapper > header,
  .simple #wrapper > header {
    margin-bottom: 10px; } }

#wrapper > header .site_logo {
  margin: 0; }

.gallery #logo,
.listing #logo,
.simple #logo {
  text-align: center;
  display: block;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
  max-width: 100%; }

@media (max-height: 800px) {
  .gallery #logo,
  .listing #logo,
  .simple #logo {
    margin-top: 0.4em;
    margin-bottom: 0; } }

.gallery #logo.text,
.listing #logo.text,
.simple #logo.text {
  padding: 5px 0;
  text-decoration: none; }

.gallery #logo img,
.listing #logo img,
.simple #logo img {
  max-height: 160px;
  max-width: 100%;
  min-height: 50px;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1); }

.gallery .nav_top,
.listing .nav_top,
.simple .nav_top {
  margin: 0 auto;
  max-width: 980px; }

.nav_top .menu_wrap {
  text-align: center; }

/* Required to Render UL and OL elements correctly */
.gallery ol,
.listing ol,
.simple ol {
  list-style: decimal inside none; }

.gallery ul,
.listing ul,
.simple ul {
  list-style: disc inside none; }

/* Menu */
.gallery #menu,
.listing #menu,
.simple #menu {
  text-align: center;
  padding: 0.8em 10px;
  line-height: 1; }

@media (max-height: 800px) {
  .gallery #menu,
  .listing #menu,
  .simple #menu {
    margin-top: 0;
    margin-bottom: 0; } }

.gallery #menu a,
.listing #menu a,
.simple #menu a {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  vertical-align: middle;
  outline: none; }

.gallery #menu i,
.listing #menu i,
.simple #menu i {
  font-size: 18px;
  vertical-align: middle;
  margin-top: -1px;
  text-decoration: none; }

.gallery #menu ul,
.listing #menu ul,
.simple #menu ul {
  list-style-type: none; }

.gallery #menu li.top_level,
.listing #menu li.top_level,
.simple #menu li.top_level {
  display: inline-block;
  padding: 0 2px 0 2px;
  vertical-align: top;
  zoom: 1;
  margin: 0.4em 0.8em;
  *display: inline;
  position: relative; }

.gallery #menu .dropdown,
.listing #menu .dropdown,
.simple #menu .dropdown {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  float: none;
  z-index: 100;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 190px;
  max-height: 0;
  overflow: hidden;
  padding-left: 0;
  z-index: 9999;
  *left: 0;
  *top: 20px;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease; }

.gallery #menu .category:hover .dropdown,
.simple #menu .category:hover .dropdown,
.listing #menu .category:hover .dropdown,
.gallery #menu .category:focus .dropdown,
.listing #menu .category:focus .dropdown,
.simple #menu .category:focus .dropdown {
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -ms-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease; }

.gallery #menu .dropdown .item,
.listing #menu .dropdown .item,
.simple #menu .dropdown .item {
  position: relative;
  z-index: 3; }

.gallery #menu .dropdown a,
.listing #menu .dropdown a,
.simple #menu .dropdown a {
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  -webkit-font-smoothing: antialiased;
  line-height: 1em;
  padding: 1em 1.35em;
  display: block;
  text-align: center; }

.gallery #menu li.arrow + li a,
.simple #menu li.arrow + li a,
.listing #menu li.arrow + li a {
  border-top: 0; }

.listing #menu li.arrow,
.simple #menu li.arrow,
.gallery #menu li.arrow,
.gallery #menu li.arrow:hover,
.simple #menu li.arrow:hover,
.listing #menu li.arrow:hover {
  height: 20px;
  position: relative;
  background: none;
  z-index: 1; }

.listing #menu li.arrow:after,
.simple #menu li.arrow:after,
.gallery #menu li.arrow:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -11px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #000000;
  content: ""; }

.simple #menu a:focus,
.listing #menu a:focus,
.gallery #menu a:focus {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* SOCIAL STUFF ------- ------- ------- ------- ------- ------- */
.listing #wrapper > footer,
.simple #wrapper > footer,
.gallery #wrapper > footer {
  position: relative;
  width: 90%;
  margin: 35px auto;
  padding: 30px 0 39px;
  clear: both;
  border-top: 1px solid #eaeaea;
  max-width: 1140px; }

.gallery #wrapper > footer p,
.listing #wrapper > footer p,
.simple #wrapper > footer p {
  float: left;
  max-width: 80%;
  font-family: Nobel Book;
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: normal; }

.gallery #wrapper > footer #social,
.listing #wrapper > footer #social,
.simple #wrapper > footer #social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center; }

.gallery #wrapper > footer #social li,
.listing #wrapper > footer #social li,
.simple #wrapper > footer #social li {
  line-height: 1;
  vertical-align: top; }

.gallery #wrapper > footer #social a,
.listing #wrapper > footer #social a,
.simple #wrapper > footer #social a {
  vertical-align: middle;
  height: 25px;
  width: 30px;
  display: block;
  text-decoration: none; }

/* Share button */
.simple #wrapper > footer #social li#share_button,
.gallery #wrapper > footer #social li#share_button,
.listing #wrapper > footer #social li#share_button {
  margin-right: 1px; }

.gallery #wrapper > footer #social li#share_button a,
.listing #wrapper > footer #social li#share_button a,
.simple #wrapper > footer #social li#share_button a {
  text-indent: 0;
  width: auto;
  height: auto;
  margin: 0;
  line-height: 1;
  padding: 4px 3px 3px;
  top: -2px; }

.gallery #wrapper > footer #social li span,
.listing #wrapper > footer #social li span,
.simple #wrapper > footer #social li span {
  text-indent: -9000em;
  display: block; }

/* General */
/* Video dimensions */
.gallery .asset .video .youtube_cont,
.gallery .asset .video .vimeo_cont {
  margin: 0 auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.gallery .asset .video .youtube_cont img,
.gallery .asset .video .vimeo_cont img {
  position: static;
  width: auto;
  height: auto;
  max-height: 550px;
  max-width: 100%;
  display: inline-block; }

.gallery .youtube_cont.preview .load_iframe,
.gallery .vimeo_cont.preview .load_iframe {
  top: 0; }

.gallery .youtube_cont.preview .load_iframe svg,
.gallery .vimeo_cont.preview .load_iframe svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  z-index: 10; }

.gallery .youtube_cont.preview iframe,
.gallery .vimeo_cont.preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

.gallery div {
  outline: none !important; }

.gallery .asset .txt,
.listing .asset .txt {
  text-align: left; }

.gallery .asset .txt .txt_inner,
.listing .asset .txt .txt_inner {
  margin: 0 auto;
  padding-top: 20px; }

.listing #title .content .copy,
.gallery #title .content .copy {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 100px; }

.gallery #title .content .hide,
.listing #title .content .hide {
  text-align: center; }

.listing #title .arrow,
.gallery #title .arrow {
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 9999; }

.listing #title .arrow a,
.gallery #title .arrow a {
  text-decoration: none;
  color: #666; }

.listing #wrapper #page_content,
.gallery #wrapper #page_content {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 9; }

.listing #wrapper #page_content {
  margin: 40px auto 0;
  max-width: 1140px;
  width: 90%; }

.simple:not(.product_page) #wrapper #page_content {
  margin: 40px auto 0; }
  .simple:not(.product_page) #wrapper #page_content ._4ORMAT_content_page_row:not(._4ORMAT_full_width_module) {
    margin: 0 auto;
    max-width: 1140px;
    width: 90%; }

/* Listing Pages */
/* Listing Column System */
.listing .two-columns .page-asset, .listing .three-columns .page-asset, .listing .four-columns .page-asset {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.listing .two-columns .page-asset {
  width: -webkit-calc((100% /2) - 0px);
  width: calc((100% /2) - 0px); }

.listing .three-columns .page-asset {
  width: -webkit-calc((100% /3) - 0px);
  width: calc((100% /3) - 0px); }

.listing .four-columns .page-asset {
  width: -webkit-calc((100% /4) - 0px);
  width: calc((100% /4) - 0px); }

.listing .grid, .listing .masonry {
  align-content: center;
  margin-right: -0px;
  overflow: hidden; }

/* Grid Layout */
.listing .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.listing .grid .grid-item img {
  max-width: 100%;
  height: auto; }

.listing .grid .grid-item .image-wrap {
  position: relative; }

.listing .grid .grid-item .image-wrap .image-placeholder {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 100%;
  z-index: 1; }

.listing .grid .grid-item .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: top; }

.listing .grid .grid-item .image-wrap .image-placeholder {
  transition: opacity 0.25s ease-in-out; }

.listing .grid .grid-item .image-wrap.image-loaded .image-placeholder {
  opacity: 0; }

/* Masonry Layout */
.listing .masonry-item .image-wrap {
  position: relative; }

.listing .masonry-item .image-wrap .image-placeholder {
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 100%;
  z-index: 1; }

.listing .masonry-item .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: top; }

.listing .masonry-item .image-wrap.image-loaded .image-placeholder {
  opacity: 0; }

.listing .masonry-item img {
  max-width: 100%;
  height: auto;
  display: block; }

.listing .page-asset {
  margin: 0 0px 0px 0;
  opacity: 0;
  transition: opacity 250ms ease-out; }

.listing .page-asset.asset-loaded {
  opacity: 1; }

.listing .page-asset .item-link {
  text-decoration: none; }

.listing .page-asset img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.listing .page-asset:hover .bg_hover {
  opacity: 0.8; }

.listing .caption {
  position: relative;
  padding: 10px 0px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.4em;
  text-align: center;
  color: #777777;
  font-family: Nobel Light;
  font-size: 14px;
  font-style: normal;
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .listing .caption.bottom {
      display: block; } }
.listing .copy {
  margin: 0 auto 2em;
  max-width: 35em; }

.listing .bg_hover {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: none; }
  @media screen and (max-width: 767px) {
    .listing .bg_hover {
      display: none; } }
.listing .bg_hover:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .300s ease;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .listing .bg_hover:after {
      opacity: 0.7;
      filter: alpha(opacity=70); } }
.listing .page-asset:hover .bg_hover:after {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.listing .page-asset:hover .bg_hover .caption {
  opacity: 1; }

.listing .bg_hover .caption {
  position: relative;
  padding: 0 20px;
  margin: 0;
  line-height: 1.4em;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 100%;
  z-index: 12;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .300s ease;
  z-index: 1;
  color: #777777;
  font-family: Nobel Light;
  font-size: 14px;
  font-style: normal; }
  @media screen and (max-width: 767px) {
    .listing .bg_hover .caption {
      font-size: 20px;
      opacity: 1; } }
.gallery .assets_container {
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }

.gallery .assets_container.short {
  max-height: 584px; }

.gallery .assets_container .asset div.video,
.gallery .assets_container .asset div.image {
  margin: 0 auto;
  background: #f7f7f7;
  font-size: 0;
  height: 550px;
  line-height: 550px; }

.gallery .assets_container div.image img {
  display: inline-block;
  margin: 0 auto;
  min-height: 1px;
  min-width: 1px;
  max-height: 550px;
  max-width: 100%;
  vertical-align: middle;
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px); }

.gallery .asset .jspDrag {
  background: #cdcdcd;
  width: 5px; }

.gallery .assets_container div.txt {
  display: block;
  background: #f7f7f7;
  margin: 0 auto;
  max-width: 38em; }

.gallery .thumb-divider {
  margin: 23px auto 35px;
  width: 1140px;
  height: 1px;
  max-width: 90%;
  background: #eaeaea; }

/* Gallery Thumbs List */
.gallery .pagination {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll; }

.gallery .scroll-wrapper {
  height: 96px;
  width: 100%;
  overflow: hidden; }

.gallery .pagination.one-item .thumb_container a {
  padding: 0; }

.gallery .pagination .jspHorizontalBar {
  display: none; }

.gallery .pagination ul.thumb_container {
  display: inline-block;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 110px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* to remove spacing between inline-block elements */
  font-size: 0;
  white-space: nowrap; }

.gallery .pagination.is_centered {
  text-align: center; }

.gallery .pagination.is_centered ul.thumb_container {
  min-width: 0;
  width: auto !important; }

.gallery .pagination.is_centered li:first-child {
  margin-left: 0 !important; }

.gallery .pagination.is_centered li:last-child {
  margin-right: 0 !important; }

.gallery .pagination li {
  display: inline-block;
  margin: 0;
  position: relative; }

.gallery .pagination li a {
  padding: 1px;
  display: block;
  border: 1px solid transparent;
  outline: 0; }

.no-touch.gallery .pagination li:hover,
.gallery .pagination li.current,
.no-touch.gallery .pagination li.current:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.gallery .pagination ul li a .thumb_wrap {
  overflow: hidden;
  display: block;
  position: relative; }

.gallery .pagination ul li a .thumb_wrap svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -12px;
  z-index: 10; }

.gallery .pagination ul li a .thumb_wrap .overlay,
.gallery .asset .load_iframe .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: block; }

.gallery .pagination ul li a .thumb_wrap .copy {
  display: block;
  background: #f7f7f7;
  height: 90px;
  width: 90px; }

.gallery .pagination ul li a .thumb_wrap .copy h1 {
  font-size: 12px; }

.gallery .pagination li img {
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
  vertical-align: bottom;
  width: auto;
  height: 90px; }

.gallery .pagination li i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 10;
  font-size: 70px;
  margin-left: -44px;
  margin-top: -34px; }

.gallery .pagination li i.icon-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  width: 21px;
  height: 2px;
  border-top: 2px solid #454545;
  border-bottom: 2px solid #454545; }

.gallery .pagination li i.icon-text:after {
  display: block;
  width: 11px;
  height: 2px;
  background: #454545;
  content: "";
  margin: 2px 0; }

.gallery .pagination li i.icon-text:before {
  display: block;
  width: 19px;
  height: 2px;
  background: #454545;
  content: "";
  margin: 6px 0 0 0; }

.gallery .pagination .jspHorizontalBar .jspDrag {
  height: 4px; }

/* Gallery Arrows */
.gallery a.nav {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  height: 550px;
  width: 58px;
  -webkit-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  -ms-transition: opacity .1s ease;
  -o-transition: opacity .1s ease;
  transition: opacity .1s ease; }

.gallery a.nav.disabled {
  cursor: default;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.no-touch.gallery a.nav.disabled:hover {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.no-touch.gallery a.nav.disabled:hover span {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.gallery a.nav span {
  position: absolute;
  top: 50%;
  margin-top: -47px;
  height: 94px;
  line-height: 92px;
  vertical-align: middle;
  width: 100%;
  background: #000000;
  display: block;
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.no-touch.gallery a.nav:hover span {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.gallery a.nav i {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  height: 94px;
  color: #ffffff;
  line-height: 92px;
  font-size: 45px;
  text-decoration: none;
  width: 100%;
  text-align: center; }

.gallery a.nav.prev {
  left: 0;
  z-index: 9; }

.gallery a.nav.next {
  right: 0;
  z-index: 9; }

.gallery a.nav.prev i {
  text-indent: -4px; }

.gallery a.nav i {
  vertical-align: middle; }

.gallery a.nav.hidden {
  display: none; }

.gallery .asset .caption p,
.gallery .caption-container p {
  padding-top: 5px; }

.gallery .asset .caption .copy,
.gallery .caption-container {
  display: none;
  overflow: auto;
  line-height: 1.6em;
  width: 90%;
  max-width: 30em;
  text-align: left;
  margin: 2em auto 3em;
  overflow: hidden; }

.gallery .caption-container {
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  -ms-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  text-align: center; }

.gallery .caption-inner {
  display: inline-block;
  text-align: left; }

.gallery .asset .caption .copy p,
.gallery .caption-container p {
  line-height: 1.5em; }

.gallery .asset .caption .copy {
  position: absolute;
  left: -9000em;
  display: block; }

.listing .listing_title img {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px; }

.listing #assets.listing .asset {
  float: left; }

.listing .asset.image_text .txt {
  max-height: 100px;
  text-align: left; }

.listing .asset,
.gallery .asset {
  padding: 0;
  background: #f7f7f7;
  margin-bottom: 10px; }

.listing .asset .txt .txt_inner,
.gallery .asset .txt .txt_inner {
  overflow: auto;
  height: 550px;
  width: 38em;
  max-width: 100%;
  overflow: hidden; }

.listing .asset .txt .txt_double_inner,
.gallery .asset .txt .txt_double_inner {
  padding-right: 20px; }

/* .listing .asset .txt.title_txt .txt_inner,
.gallery .asset .txt.title_txt .txt_inner {
	overflow: auto;
	width: 38em;
	height: 550px;
} */
.gallery .asset .load_iframe {
  background: none !important; }

.gallery .asset .load_iframe .icon-play {
  color: #fff;
  font-size: 130px;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  max-height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -91px;
  z-index: 1; }

/* Image title with text */
.gallery .asset.title_image .txt.title_txt,
.listing .asset.title_image .txt.title_txt {
  width: 100%;
  margin: 0;
  max-width: none; }

.gallery .asset.title_image .txt.title_txt .txt_inner,
.listing .asset.title_image .txt.title_txt .txt_inner {
  height: auto;
  max-height: none;
  display: none; }

.listing .asset.title_image .txt.title_txt,
.gallery .asset.title_image .txt.title_txt {
  padding-top: 0;
  background: none;
  padding-top: 30px;
  background: #ffffff; }

.listing .asset .txt.title_txt,
.gallery .asset .txt.title_txt {
  max-height: 550px; }

.gallery .asset .txt .txt_inner .jspDrag {
  width: 6px;
  background: #cdcdcd; }

/* IE7 Bug Fix */
.jspPane {
  *left: 0px; }

/* Flex slider */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.gallery .flex-container a:active,
.gallery .flexslider a:active,
.gallery .flex-container a:focus,
.gallery .flexslider a:focus {
  outline: none; }

.gallery .slides,
.gallery .flex-control-nav,
.gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.gallery .flexslider {
  margin: 0;
  padding: 0; }

.gallery .flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  width: 100%; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.gallery .flexslider .slides img {
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.gallery .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .gallery .slides {
  display: block; }

* html .gallery .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.gallery .no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.gallery .flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.gallery .flex-viewport {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.gallery .loading .flex-viewport {
  max-height: 300px; }

.gallery .flexslider .slides {
  zoom: 1; }

.gallery .carousel li {
  margin-right: 5px; }

/* Direction Nav */
.gallery .flex-direction-nav {
  *height: 0; }

.gallery .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.gallery .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.gallery .flex-direction-nav .flex-prev {
  left: -36px; }

.gallery .flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.gallery .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.gallery .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.gallery .flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.gallery .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.gallery .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.gallery .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.gallery .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.gallery .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.gallery .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.gallery .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.gallery .flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.gallery .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .gallery .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .gallery .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

/*
 * Font Custom: bare CSS
 */
@font-face {
  font-family: "foray-icons";
  src: url(/fonts/theme_custom_fonts/foray-icons.eot);
  src: url(/fonts/theme_custom_fonts/foray-icons.eot?#iefix) format("embedded-opentype"), url(/fonts/theme_custom_fonts/foray-icons.woff) format("woff"), url(/fonts/theme_custom_fonts/foray-icons.ttf) format("truetype"), url(/fonts/theme_custom_fonts/foray-icons.svg#foray-icons) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-dropdown:before,
.icon-navigate-left:before,
.icon-navigate-right:before,
.icon-play:before {
  font-family: "foray-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.icon-dropdown:before {
  content: "\f100"; }

.icon-navigate-left:before {
  content: "\f101"; }

.icon-navigate-right:before {
  content: "\f102"; }

.icon-play:before {
  content: "\f103"; }

/*.icon-angle-left, .icon-angle-right {
	font-family: 'FontAwesome'!important;
}*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

@media screen and (max-width: 800px) {
  .gallery .assets_container .asset div.video,
  .gallery .assets_container .asset div.image,
  .gallery a.nav {
    height: 450px;
    line-height: 450px; }
  .gallery .assets_container div.image img {
    max-height: 450px; }
  .gallery .asset .txt .txt_inner,
  .gallery .asset .txt.title_txt .txt_inner,
  .gallery .asset .video .youtube_cont img,
  .gallery .asset .video .vimeo_cont img {
    height: 450px; }
  .gallery .asset .video .youtube_cont img,
  .gallery .asset .video .vimeo_cont img {
    height: auto;
    max-height: 100%; }
  .listing #wrapper #page_content.square .gallery ul .image {
    width: 50%; }
  .listing #wrapper #page_content.landscape .gallery ul .image {
    width: 49%; }
  .listing .landscape .gallery ul .image {
    margin: 0 1% 1% 0; }
  .listing .landscape .gallery ul .image.row-fourth {
    clear: none; }
  .listing .landscape .gallery ul .image.row-third {
    clear: left; }
  .listing .landscape .gallery ul .image.fourth {
    margin: 0 1% 1%; }
  .listing .landscape .gallery ul .image.third {
    margin-right: 0; }
  .listing .landscape .gallery ul .image span.bg_hover, .listing .landscape .gallery ul .image span.bg_hover {
    padding-top: 5px; } }

@media screen and (max-width: 600px) {
  .gallery .assets_container .asset div.video,
  .gallery .assets_container .asset div.image,
  .gallery a.nav {
    height: 250px;
    line-height: 250px; }
  .gallery .assets_container div.image img {
    max-height: 250px; }
  .gallery .asset .txt .txt_inner,
  .gallery .asset .txt.title_txt .txt_inner {
    max-width: 90%;
    height: 250px; }
  /*
	.gallery a.nav {
		width: 35px;
		display: none;
	}
	*/
  .gallery .pagination li img {
    height: 80px; }
  .simple #wrapper > footer #social li#share_button,
  .gallery #wrapper > footer #social li#share_button,
  .listing #wrapper > footer #social li#share_button,
  .f-share-panel {
    display: none; }
  #using {
    text-indent: -9999px; } }

@media screen and (max-width: 500px) {
  .listing .square .gallery ul .image {
    width: 50%; }
  .listing .landscape .gallery ul .image {
    width: 49%; } }

@media screen and (max-width: 300px) {
  .listing .square .gallery ul .image,
  .listing .landscape .gallery ul .image {
    width: 100%;
    margin-right: 0; } }

/* VIDEOS */
body.gallery .video .preview {
  width: 100%;
  height: 100%;
  /* let the bg of the container show through when you scale window down to mobile sizes, instead of being black */
  background-color: transparent !important; }

/* Blog styling */
.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #222222 !important;
  font-family: Nobel Light !important;
  font-size: 20px !important;
  line-height: 1.5 !important; }

.f_blog_body_typography > p {
  line-height: 1.5 !important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path {
  fill: #222222 !important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #222222 !important;
  font-family: Nobel Book !important;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: normal !important; }

.f_blog_title_typography_hover:hover {
  color: #222222 !important;
  text-decoration: underline !important; }

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #222222 !important;
  text-decoration: underline !important; }

.fancybox-title .child,
.f_blog_post_image_hoverwrap {
  text-decoration: none !important; }

.f_blog_caption_typography {
  font-family: Nobel Light !important;
  font-size: 14px !important;
  color: #222222 !important; }

.f_blog_caption_typography_font-size {
  font-size: 14px !important; }

/** mobile update */
.mobile_menu_btn,
#caption-trigger,
#caption-mobile {
  display: none; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client_page .f_assets-container,
.client_page .f_client_header {
  display: block;
  width: auto;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 768px) {
    .client_page .f_assets-container,
    .client_page .f_client_header {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      width: 90%; } }
.client_page .title-fullwidth,
.client_page .flexible_grid {
  width: auto;
  max-width: 100%; }

.client_page .private_page form p {
  color: #222222 !important;
  font-size: 17px !important; }

@media screen and (min-width: 768px) {
  .client_page .proofing-header_fullwidth {
    width: auto;
    max-width: unset;
    margin-left: 20px;
    margin-right: 20px; } }

.f_client_header {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3) !important; }

.f_client_header_copy p {
  color: #222222 !important; }

.client_page .private_page form input[type='submit'] {
  color: #222222 !important;
  border: 1px solid #222222 !important; }

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #222222 !important; }

.f_asset_info .f-lightbox-bottom-bar-actions .f-lightbox-favorite svg {
  top: 4px; }

.f_asset_info .f-lightbox-bottom-bar-actions .f-lightbox-download svg {
  top: -1px; }

@media screen and (max-width: 767px) {
  button {
    outline: none; }
  #wrapper {
    padding-top: 70px; }
  html, body {
    height: 100%; }
  .gallery #wrapper > header,
  .listing #wrapper > header,
  .simple #wrapper > header {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 90;
    min-height: 62px; }
  #wrapper > header .site_logo {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 90;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  #wrapper > header.hide > .site_logo,
  header.hide .mobile_menu_btn {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .gallery #wrapper > header > .nav_top,
  .listing #wrapper > header > .nav_top,
  .simple #wrapper > header > .nav_top {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    padding: 0px 0 0;
    margin: 0;
    margin-top: -1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: margin-top 0.3s ease-out;
    -moz-transition: margin-top 0.3s ease-out;
    -ms-transition: margin-top 0.3s ease-out;
    -o-transition: margin-top 0.3s ease-out;
    transition: margin-top 0.3s ease-out; }
  .gallery #wrapper > header > .nav_top.anim-down,
  .listing #wrapper > header > .nav_top.anim-down,
  .simple #wrapper > header > .nav_top.anim-down {
    margin-top: -1%; }
  body.menu_opened {
    overflow: hidden; }
  body.menu_opened.gallery #wrapper > header > .nav_top,
  body.menu_opened.listing #wrapper > header > .nav_top,
  body.menu_opened.simple #wrapper > header > .nav_top {
    margin-top: 0; }
  .gallery #wrapper > header > .nav_top > h1,
  .listing #wrapper > header > .nav_top > h1,
  .simple #wrapper > header > .nav_top > h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .gallery #wrapper > header > h1 #logo.text,
  .listing #wrapper > header > h1 #logo.text,
  .simple #wrapper > header > h1 #logo.text,
  .gallery #wrapper > header > .nav_top #logo2.text,
  .listing #wrapper > header > .nav_top #logo2.text,
  .simple #wrapper > header > .nav_top #logo2.text {
    padding: 19px 70px 19px 25px;
    text-align: left;
    margin: 0;
    font-size: 20px;
    display: block; }
  #logo2 {
    color: #0e0d0d;
    font-family: Nobel Book;
    font-size: 34px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none; }
  .mobile_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 91;
    right: 10px;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    top: 50%;
    margin-top: -25px;
    transition: transform 0.5s ease-out; }
  .mobile_menu_btn svg {
    display: block;
    margin: 0;
    padding: 0; }
  .mobile_menu_btn svg path {
    fill: #222222; }
  .mobile_menu_btn svg#mobile_menu_btn_open {
    display: block; }
  .mobile_menu_btn svg#mobile_menu_btn_close {
    display: none; }
  body.menu_opened .mobile_menu_btn svg#mobile_menu_btn_open {
    display: none; }
  body.menu_opened .mobile_menu_btn svg#mobile_menu_btn_close {
    display: block; }
  .gallery .nav_top,
  .listing .nav_top,
  .simple .nav_top {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 70px;
    background: #ffffff; }
  .gallery .nav_top .menu_wrap,
  .listing .nav_top .menu_wrap,
  .simple .nav_top .menu_wrap {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .gallery .nav_top #menu li,
  .listing .nav_top #menu li,
  .simple .nav_top #menu li {
    display: block; }
  .gallery #menu li.top_level,
  .listing #menu li.top_level,
  .simple #menu li.top_level {
    padding: 0;
    margin: 0; }
  .gallery #menu, .listing #menu, .simple #menu {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #menu a,
  .gallery #menu .dropdown a,
  .listing #menu .dropdown a,
  .simple #menu .dropdown a {
    font-size: 20px;
    padding: 12px 0;
    display: block;
    margin: 0; }
  .gallery #menu .dropdown,
  .listing #menu .dropdown,
  .simple #menu .dropdown {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    overflow: auto;
    width: 100%;
    max-height: none; }
  .gallery #menu .dropdown .arrow,
  .listing #menu .dropdown .arrow,
  .simple #menu .dropdown .arrow {
    display: none; }
  .gallery #menu .dropdown a,
  .listing #menu .dropdown a,
  .simple #menu .dropdown a {
    background: none;
    color: #222222; }
  .gallery #menu li.category,
  .listing #menu li.category,
  .simple #menu li.category {
    margin-bottom: 25px;
    margin-top: 25px; }
  .gallery #menu li.category > a,
  .listing #menu li.category > a,
  .simple #menu li.category > a {
    font-size: 11px; }
  .gallery #menu li.category i,
  .listing #menu li.category i,
  .simple #menu li.category i {
    display: none; }
  #social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 33px 0; }
  #social li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  #social #share_button {
    display: none; }
  #social #share_button a {
    font-size: 20px;
    position: static;
    width: auto;
    height: auto; }
  #social li.social_icon {
    font-size: 30px;
    margin: 0 10px; }
  #social li.social_icon a {
    width: 39px;
    height: 30px;
    display: block; }
  #social li.social_icon a svg {
    height: 30px; }
  header .post_text {
    font-size: 14px;
    text-align: center;
    font-family: karla, sans-serif;
    margin: 10px 0 25px; }
  .listing #wrapper #page_content {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .simple #wrapper #page_content {
    width: 100%; }
  .listing .two-columns .page-asset {
    width: -webkit-calc((100% /2) - 0px);
    width: calc((100% /2) - 0px); }
  .listing .three-columns .page-asset {
    width: -webkit-calc((100% /3) - 0px);
    width: calc((100% /3) - 0px); }
  .listing .four-columns .page-asset {
    width: -webkit-calc((100% /4) - 0px);
    width: calc((100% /4) - 0px); }
  .listing .grid, .listing .masonry {
    margin-right: -0px; }
  .listing .page-asset {
    margin: 0 0px 0px 0; }
  .listing #wrapper > footer,
  .simple #wrapper > footer,
  .gallery #wrapper > footer {
    display: none; }
  .listing .copy {
    margin: 25px 0;
    padding: 0; }
  .gallery #wrapper {
    height: 100%;
    padding-top: 0; }
  .gallery #wrapper #page_content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery .flexslider {
    height: 100%; }
  .gallery .flexslider .slides > li {
    position: relative; }
  .gallery .flex-viewport {
    height: 100%; }
  .gallery .scroll-wrapper {
    position: fixed;
    bottom: 5px;
    height: auto;
    z-index: 11; }
  .gallery .scroll-wrapper,
  .gallery #wrapper > header > h1,
  .listing #wrapper > header > h1,
  .simple #wrapper > header > h1 {
    background: #ffffff; }
  .gallery .pagination ul.thumb_container {
    height: auto; }
  .gallery .pagination li {
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    display: inline-block; }
  .gallery .pagination ul li a .thumb_wrap .copy {
    width: 44px;
    height: 44px; }
  .gallery .pagination li img {
    max-height: 44px;
    width: auto; }
  .listing .asset, .gallery .asset {
    margin-bottom: 0; }
  .gallery .flexslider .slides,
  .gallery .flexslider .slides > li {
    height: 100%;
    max-height: 100%; }
  .listing .asset .txt,
  .gallery .asset .txt {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: scroll; }
  .gallery .asset .txt .txt_inner,
  .gallery .asset .txt.title_txt .txt_inner {
    height: auto; }
  .gallery .assets_container div.image img,
  .gallery .assets_container .asset div.video,
  .gallery .assets_container .asset div.image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: normal; }
  .gallery .assets_container .asset div.image {
    height: 100%; }
  .gallery .assets_container .image.portrait img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .gallery .assets_container .video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .gallery a.nav {
    display: none; }
  #content_page_wrapper .row.naked input, #content_page_wrapper .row.naked textarea {
    border-width: 2px;
    border-radius: 0px; }
  #content_page_wrapper .row.naked .last input, #content_page_wrapper .row.naked .last textarea {
    border-right-width: 2px !important; }
  #content_page_wrapper .row.naked.last input, #content_page_wrapper .row.naked.last textarea {
    border-bottom-width: 2px !important; }
  #content_page_wrapper input[type="submit"] {
    border-radius: 0px !important;
    border-width: 2px !important;
    padding: 15px 20px !important; }
  #content_page_wrapper ._4ORMAT_module_contact_label {
    opacity: 0.3 !important; }
  .simple #wrapper #page_content, .listing #wrapper #page_content {
    margin: 0 auto; }
  #caption-trigger {
    position: fixed;
    z-index: 9;
    width: 50px;
    height: 50px;
    bottom: 116px;
    right: 5px;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    display: none; }
  #caption-trigger.show {
    display: block; }
  #caption-close {
    z-index: 9;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 5px;
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #ffffff; }
  #caption-mobile {
    position: fixed;
    bottom: 106px;
    width: 100%;
    padding: 25px 55px 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*visibility: hidden;*/
    z-index: 10;
    /*display:none;*/
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 101%, 0);
    -moz-transform: translate3d(0, 101%, 0);
    -ms-transform: translate3d(0, 101%, 0);
    -o-transform: translate3d(0, 101%, 0);
    transform: translate3d(0, 101%, 0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
  #caption-mobile.show {
    display: block;
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  #caption-mobile .txt {
    padding-right: 25px;
    overflow-y: auto; }
  body.menu_opened > #using {
    display: none !important; }
  html body header #using {
    position: relative !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    display: block !important;
    padding: 10px 0 20px !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: karla, sans-serif !important; }
  .listing .square .gallery .image .bg_hover {
    position: static;
    opacity: 1; }
  .listing .square .gallery .image .bg_hover:after {
    display: none; }
  .listing .gallery .image .bg_hover .text {
    margin-top: 5px;
    margin-bottom: 15px; }
  .gallery #logo,
  .listing #logo,
  .simple #logo {
    text-align: left;
    margin: 0 60px 0 0;
    padding: 10px;
    display: block; }
  .gallery #logo img,
  .listing #logo img,
  .simple #logo img {
    transform: none;
    width: auto;
    max-height: 60px;
    height: auto;
    display: block; }
  .tooltip {
    z-index: 0 !important; }
  #content_page_wrapper textarea.invalid,
  #content_page_wrapper .row.naked textarea.invalid {
    margin-bottom: 45px; }
  .gallery .flexslider .slides > li {
    -webkit-backface-visibility: visible; }
  .gallery .flex-viewport {
    -webkit-backface-visibility: visible; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .gallery .scroll-wrapper {
    display: none; }
  #caption-mobile {
    bottom: -1px; }
  .gallery a.nav {
    height: auto;
    position: fixed;
    top: 50%; }
  .gallery .assets_container .asset div.video,
  .gallery .assets_container .asset div.image {
    height: 100%; }
  .gallery .assets_container div.image img {
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #caption-trigger {
    bottom: 5px; }
  #caption-close {
    bottom: 5px; }
  .gallery #using {
    left: 10px !important;
    right: auto !important; }
  .gallery #using.hide {
    display: none !important; }
  .gallery header {
    display: none; }
  .gallery a.nav {
    display: inline-block;
    width: 44px; }
  .gallery a.nav.next i:before {
    margin-right: 0;
    margin-left: 2px; }
  .gallery a.nav.prev i:before {
    margin-right: 0;
    margin-left: 3px; }
  #assets {
    top: 0 !important; }
  #wrapper {
    padding-top: 0; } }

/*
------------------------------------------------------------------
Store Pages
------------------------------------------------------------------
*/
.product-shipping-option {
  border-color: #222222 !important; }

body.order_confirmation_page .btn-cancel,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  color: #222222 !important; }

body.product_page #content_page_wrapper {
  max-width: 1140px;
  margin: 0 auto;
  width: 90%; }
  @media only screen and (max-width: 767px) {
    body.product_page #content_page_wrapper {
      width: 100%; } }
  body.product_page #content_page_wrapper ._4ORMAT_content_page_row {
    width: 100%; }

body.product_page .select2-drop {
  background: #ffffff !important;
  border: 1px solid rgba(34, 34, 34, 0.2) !important;
  color: #222222 !important; }

body.product_page .select2-drop ul,
body.product_page .select2-drop ul .select2-result-label {
  border-color: rgba(34, 34, 34, 0.2) !important; }

body.product_page .select2-results .select2-highlighted {
  background: rgba(34, 34, 34, 0.1) !important; }

body.product_page .select2-results .select2-highlighted {
  color: #222222 !important; }

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(34, 34, 34, 0.6) !important; }

body.order_confirmation_page .order-confirmation {
  border: 1px solid #222222 !important; }

body.order_confirmation_page .order-confirmation .order-confirmation-details {
  border-top: 1px solid #222222 !important;
  border-bottom: 1px solid #222222 !important; }

body.order_confirmation_page .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #222222 !important; }

body.order_confirmation_page .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation_page .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #222222 !important; }

body.order_confirmation_page .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation .order-confirmation .order-confirmation-details dl dd,
body.order_confirmation .order-confirmation .order-confirmation-details th,
body.order_confirmation .order-confirmation .order-confirmation-details td {
  color: #222222 !important; }

body.order_confirmation_page .btn-confirm,
body.order_thank_you_page .btn-return,
body.order_download_page .btn-return,
body.order_payment_error_page .btn-return {
  background: #222222 !important;
  border: none !important;
  color: #ffffff !important; }

body.order_download_page svg {
  fill: #FF0049; }

.f-back-to-store-link svg {
  fill: #FF0049; }

@media only screen and (max-width: 767px) {
  body.product_page #page_content,
  body.store_page #page_content,
  body.order_confirmation_page #page_content,
  body.order_thank_you_page #page_content,
  body.order_download_page #page_content,
  body.order_payment_error_page #page_content {
    padding: 0 0 70px 0 !important; }
  #content_page_wrapper .order-confirmation.ninecol {
    margin: 0 !important; } }

.order-download ul {
  padding: 0px; }
