/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html.lock-scroll {
  overflow: hidden; }
  html.lock-scroll body {
    overflow: hidden; }
  html.lock-scroll main {
    pointer-events: none; }
  html.lock-scroll #assets {
    opacity: 0; }
    html.lock-scroll #assets img {
      display: none; }

body {
  background: #ffffff;
  color: #919191;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  body.lock-click {
    pointer-events: none; }

a {
  color: #611010;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #919191;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

h1, h2 {
  color: #828080;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

main {
  transition: all 300ms ease-in-out; }
  main.ajax-hide {
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    main {
      margin-top: 96px; } }
  main #assets {
    transition: opacity 200ms ease-out; }

.header {
  background-image: url("http://4ormat-asset.s3.amazonaws.com/vfs/445705/public_assets/20222090/bg_porkchop.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: white; }
  @media only screen and (max-width: 767px) {
    .header {
      display: none; } }
.header-mobile {
  background-image: url("http://4ormat-asset.s3.amazonaws.com/vfs/445705/public_assets/20222090/bg_porkchop.jpg");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: white;
  display: none;
  z-index: 20;
  transition: all 280ms  ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .header-mobile .logo {
    margin: 0;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: left; }
    .header-mobile .logo .logo-text .logo-link {
      font-size: 20px;
      outline: 0; }
  .header-mobile .menu .item-link {
    font-size: 16px; }
  .header-mobile .header-mobile-logo-trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 40;
    padding: 10px 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .header-mobile {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; }
      .header-mobile.hidden {
        transform: translate3d(0, -100%, 0); } }
.logo {
  text-align: center;
  margin: 0px 0;
  max-height: 200px; }
  @media only screen and (max-width: 767px) {
    .logo {
      line-height: 0; } }
  .logo .logo-link {
    text-decoration: none;
    outline: 0;
    display: inline-block; }
  .logo .logo-text {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .logo .logo-text {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .logo .logo-text .logo-link {
      color: #e9d9b5;
      font-family: Inconsolata, monospace;
      font-size: 40px;
      font-weight: bold;
      line-height: 1; }
  .logo .logo-image {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .logo .logo-image {
        margin: 0;
        max-height: 60px;
        display: block; } }
  @media only screen and (max-width: 767px) {
    .logo {
      width: calc(100% - 44px);
      font-size: 25px !important; }
      .logo a {
        line-height: 44px; } }
.menu {
  padding-left: 44px;
  margin-top: 8px;
  margin-bottom: 15px;
  text-align: center; }
  .menu .menu-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .menu .menu-item {
    display: inline;
    padding: 0 16px 0 5px;
    margin-bottom: 0px;
    position: relative;
    line-height: 13px;
    font-size: 13px; }
    .menu .menu-item:before {
      content: '';
      position: absolute;
      top: 49%;
      left: -7px;
      margin-top: -2px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #ffffff; }
    .menu .menu-item.undotted:before, .menu .menu-item:first-child:before {
      display: none; }
  .menu .item-link {
    color: #919191;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    outline: 0; }
    .menu .item-link:hover {
      color: #919191; }
  .menu .selected > .item-link {
    color: #919191;
    text-decoration: none; }
  .menu .category .category-link {
    background: url(https://bucket2.format-assets.com/theme_versions/1620898/assets/images/arrow-down.svg) right 64% no-repeat;
    padding-right: 30px; }
  .menu .category .item {
    white-space: nowrap; }
  .menu .category .item:before {
    display: none; }
  .menu .category:hover .category-item {
    display: block; }
  .menu .category-item {
    display: none;
    top: 100%;
    padding-top: 10px;
    position: absolute;
    z-index: 10;
    left: 0;
    min-width: 100%;
    text-align: left; }
    .menu .category-item .item-link {
      display: block;
      padding: 8px 20px;
      background-color: #ffffff; }

.right-aligned .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.right-aligned .logo {
  text-align: left;
  margin-left: 30px; }

.right-aligned .social {
  text-align: right;
  margin: 10px 0 0;
  padding-right: 30px; }

.right-aligned .menu-social-group {
  max-width: 60%; }

.right-aligned .menu {
  margin-bottom: 0; }
  .right-aligned .menu .menu-item {
    padding-bottom: 5px; }
  .right-aligned .menu .menu-list {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.mobile-menu-trigger {
  display: none;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  width: 44px;
  height: 44px;
  top: 10px;
  right: 20px;
  background: none;
  z-index: 98;
  border: 0;
  padding: 0;
  outline: 0; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-trigger {
      display: block; } }
  .mobile-menu-trigger svg {
    fill: #919191; }
  .mobile-menu-trigger .menu-active {
    display: none; }
  .mobile-menu-trigger.active .menu-inactive {
    display: none; }
  .mobile-menu-trigger.active .menu-active {
    display: inline; }

.mobile-menu {
  position: fixed;
  background-color: #ffffff;
  top: 64px;
  left: 0;
  right: 0;
  bottom: -70px;
  transition: box-shadow 250ms ease-out 250ms, all 250ms ease-out;
  visibility: hidden;
  -webkit-transform: translate3d(0, -1%, 0);
  transform: translate3d(0, -1%, 0);
  opacity: 0;
  z-index: 20;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 70px; }
  .mobile-menu .category .category-link {
    cursor: auto;
    opacity: 0.75;
    padding: 0;
    background: none; }
  .mobile-menu .category .category-item {
    position: relative;
    display: block;
    text-align: center; }
  .mobile-menu .menu-list {
    display: block; }
  .mobile-menu .menu-item {
    padding: 0; }
    .mobile-menu .menu-item .item-link {
      display: block;
      padding: 10px 0; }
  .mobile-menu .social {
    margin-top: 40px; }
  .mobile-menu.active {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; }
  .mobile-menu.scrolled {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.social {
  font-size: 16px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 8px; }
  .social .social-item {
    display: inline-block;
    margin: 0 5px; }
  .social .social-button {
    display: inline-block; }
  .social #share_4ormat_link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin: 0 5px;
    outline: 0; }
  .social .social-item-link {
    color: rgba(0, 0, 0, 0.5);
    outline: 0;
    text-decoration: none; }

.gallery-social {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 30;
  transition: all 200ms ease-in-out; }
  .gallery-social * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .gallery-social .social {
    margin-bottom: 0; }
  .gallery-social.active {
    opacity: 1;
    visibility: visible; }
  .gallery-social .social-item-link, .gallery-social #share_4ormat_link {
    color: #232323; }
  @media only screen and (max-width: 668px) {
    .gallery-social {
      display: none; } }
.asset {
  transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  padding: 0 10px 10px 0;
  width: auto; }
  .asset.asset-loaded {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .asset.disable-transitions {
    transition: none; }
  @media only screen and (max-width: 520px) {
    .asset {
      width: 50%; } }
  .asset.full {
    width: 100%; }
  .asset.text {
    text-align: center;
    min-height: 250px;
    height: 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .asset.text .text-snippet {
      -ms-flex-item-align: end;
      -webkit-align-self: flex-end;
      align-self: flex-end;
      margin: 0 15px;
      width: 100%; }
    .asset.text .centered {
      -ms-flex-item-align: center;
      -webkit-align-self: center;
      align-self: center; }
    .asset.text .text-readmore {
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 50px;
      text-transform: uppercase;
      letter-spacing: 1px;
      -ms-flex-item-align: end;
      -webkit-align-self: flex-end;
      align-self: flex-end;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 100%; }
  .asset.image {
    display: inline-block;
    position: relative; }
  .asset .overlay {
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    position: absolute;
    line-height: 1.2em;
    bottom: calc(-100% - 20px);
    color: #fff;
    padding: 15px 10px;
    width: 100%;
    z-index: 10;
    transition: bottom 500ms ease-in-out;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); }
    .asset .overlay p {
      margin: 0; }
  .asset:hover .overlay {
    transition: bottom 380ms cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0; }
  .asset .gallery-item-link {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none; }
    .asset .gallery-item-link:focus .overlay {
      bottom: 0; }
    .asset .gallery-item-link.text {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .asset img {
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    transition: opacity 0.2s ease-in-out; }
  .asset.video img {
    height: auto;
    opacity: 0; }
  .asset.video .image-with-placeholder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .asset .video-indicator {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    font-size: 18px; }
  .asset .overlay-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    transition: all 200ms ease-in-out; }
  .asset:hover .overlay-cover {
    opacity: 0.9;
    background-color: #000000; }
  .asset .image-with-placeholder {
    position: relative;
    line-height: 0; }
    .asset .image-with-placeholder.loaded .image-placeholder {
      opacity: 0; }
    .asset .image-with-placeholder .image-placeholder {
      position: relative;
      z-index: 10;
      opacity: 1;
      height: 100%;
      margin-bottom: -1px;
      transition: opacity 300ms ease-out; }
    .asset .image-with-placeholder img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      transform: translate3d(0, 0, 0); }
      .asset .image-with-placeholder img.youtube-ratio {
        transform: translateY(-13%); }

.masonry-container {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1101px; }
  .masonry-container.auto-width {
    max-width: none; }

.auto-width .asset {
  width: 270px; }
  @media only screen and (max-width: 520px) {
    .auto-width .asset {
      width: 50%; } }
.auto-width #masonry-gallery {
  margin: 0 auto; }
  @media only screen and (max-width: 520px) {
    .auto-width #masonry-gallery {
      width: 100% !important; } }
#masonry-gallery {
  margin-right: -10px; }

.gallery-overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease-out, visibility 180ms ease-out;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch; }
  .gallery-overlay:after {
    position: absolute;
    bottom: -70px;
    width: 100%;
    height: 70px;
    content: '';
    background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .gallery-overlay {
      display: none; } }
  .gallery-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
    @media only screen and (max-width: 767px) {
      .gallery-overlay.active {
        display: block; } }
  .gallery-overlay .gallery-item-inner {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 520px) {
      .gallery-overlay .gallery-item-inner {
        padding-bottom: 20%; } }
    .gallery-overlay .gallery-item-inner .fluid-width-video-wrapper {
      max-width: 90vw;
      max-height: 80vh;
      padding: 0 20px; }
      @media only screen and (max-width: 520px) {
        .gallery-overlay .gallery-item-inner .fluid-width-video-wrapper {
          padding: 0; } }
    .gallery-overlay .gallery-item-inner img {
      max-width: 90vw;
      max-height: 80vh;
      margin: 0 auto;
      padding: 0 20px;
      width: auto;
      height: auto; }
      @media only screen and (max-width: 520px) {
        .gallery-overlay .gallery-item-inner img {
          padding: 0; } }
    .gallery-overlay .gallery-item-inner.captioned {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media only screen and (max-width: 767px) {
        .gallery-overlay .gallery-item-inner.captioned {
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .gallery-overlay .gallery-item-inner.captioned .image-container, .gallery-overlay .gallery-item-inner.captioned .video-container {
        width: 100%;
        margin-top: 2%;
        margin-bottom: 40px;
        display: table; }
  .gallery-overlay.fullscreen-gallery-overlay {
    transform: translate3d(0, 0, 0); }
    .gallery-overlay.fullscreen-gallery-overlay .gradient-hidden:after {
      opacity: 0; }
    .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner.captioned .image-container {
      width: 100vw;
      margin-top: 0;
      margin-bottom: 0; }
    @media only screen and (max-width: 668px) {
      .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner.captioned .video-container {
        margin-top: 40px;
        padding-top: 0; } }
    .gallery-overlay.fullscreen-gallery-overlay .image-container {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100vh;
      width: 100vw;
      left: 0;
      top: 0;
      padding-top: 0 !important;
      z-index: -10;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .gallery-overlay.fullscreen-gallery-overlay .captioned .video-container {
      margin-top: 0; }
    .gallery-overlay.fullscreen-gallery-overlay .video-container {
      display: table;
      width: 80vw !important;
      margin: 0 auto;
      z-index: 0; }
      .gallery-overlay.fullscreen-gallery-overlay .video-container > div {
        height: 100%;
        width: 100%; }
      .gallery-overlay.fullscreen-gallery-overlay .video-container iframe {
        margin: 0 auto;
        display: block; }
      .gallery-overlay.fullscreen-gallery-overlay .video-container .fluid-width-video-wrapper {
        max-width: 100vw; }
    .gallery-overlay.fullscreen-gallery-overlay .image-caption-wrapper {
      position: relative;
      display: table;
      width: 100%;
      margin-top: 90vh;
      padding-bottom: 45px;
      z-index: 20;
      opacity: 1;
      transition: opacity 180ms ease-out;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.6) 100%); }
      .gallery-overlay.fullscreen-gallery-overlay .image-caption-wrapper.fixed-visible {
        opacity: 1 !important; }
      .gallery-overlay.fullscreen-gallery-overlay .image-caption-wrapper.hidden {
        opacity: 0; }
      .gallery-overlay.fullscreen-gallery-overlay .image-caption-wrapper .image-caption {
        position: relative;
        z-index: 20;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    .gallery-overlay.fullscreen-gallery-overlay .video .captioned .image-caption-wrapper {
      margin-top: 0; }
    @media only screen and (max-width: 668px) {
      .gallery-overlay.fullscreen-gallery-overlay .video .captioned .image-caption {
        margin-top: 20px;
        margin-bottom: 20px; } }
    .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner {
      -webkit-overflow-scrolling: auto !important;
      transform: translate3d(0, 0, 0); }
      .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner img {
        object-fit: contain;
        max-width: 100vw;
        max-height: 100vh;
        padding: 0; }
      @media only screen and (min-width: 1025px) {
        .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner img {
          width: 100%;
          height: 100%; } }
      @media only screen and (max-width: 668px) {
        .gallery-overlay.fullscreen-gallery-overlay .gallery-item-inner.captioned img {
          margin-top: -10%; } }
.gallery-item {
  height: 100vh;
  overflow-y: auto; }
  .gallery-item .text-container-outter {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 880px) {
      .gallery-item .text-container-outter {
        width: calc(100% - 150px); } }
    @media only screen and (max-width: 668px) {
      .gallery-item .text-container-outter {
        width: calc(100% - 100px); } }
    @media only screen and (max-width: 520px) {
      .gallery-item .text-container-outter {
        width: 100%; } }
  .gallery-item .text-container {
    color: #232323;
    max-width: 720px;
    min-width: 320px;
    min-height: 240px;
    max-height: 70vh;
    overflow-y: auto;
    margin: 10px;
    padding: 10px; }
  .gallery-item.video .gallery-item-inner {
    overflow: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .gallery-item.video .gallery-item-inner .video-container {
      width: 80vw;
      position: relative; }
      .gallery-item.video .gallery-item-inner .video-container .video-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 10;
        opacity: 0.5;
        text-align: center; }
        @media only screen and (max-width: 668px) {
          .gallery-item.video .gallery-item-inner .video-container .video-overlay {
            display: block; } }
        .gallery-item.video .gallery-item-inner .video-container .video-overlay.active {
          display: none; }
        .gallery-item.video .gallery-item-inner .video-container .video-overlay .video-overlay-message {
          position: absolute;
          bottom: -25px;
          width: 100%;
          left: 0;
          font-size: 14px; }
  .gallery-item.image .gallery-item-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 668px) and (min-width: 520px) {
      .gallery-item.image .gallery-item-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .gallery-item .flex-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .gallery-item .image-caption {
    margin: 20px auto;
    max-width: 540px;
    padding: 0 20px 0;
    text-align: center;
    color: #232323;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: normal; }
    .gallery-item .image-caption h2 {
      color: #232323;
      font-size: 14px; }

.gallery-overlay-close {
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: fixed;
  outline: 0; }
  @media only screen and (max-width: 668px) {
    .gallery-overlay-close {
      top: 20px;
      right: 10px; } }
  .gallery-overlay-close svg {
    fill: #000; }

.gallery-overlay-navigation {
  position: fixed;
  top: calc(50% - 15px);
  z-index: 20;
  outline: 0; }
  @media only screen and (max-width: 520px) {
    .gallery-overlay-navigation {
      display: none !important;
      top: auto;
      bottom: 40px; } }
  .gallery-overlay-navigation.next {
    right: 30px; }
    @media only screen and (max-width: 668px) {
      .gallery-overlay-navigation.next {
        right: 10px; } }
  .gallery-overlay-navigation.previous {
    left: 30px; }
    @media only screen and (max-width: 668px) {
      .gallery-overlay-navigation.previous {
        left: 10px; } }
  .gallery-overlay-navigation svg {
    fill: #000; }
    @media only screen and (max-width: 668px) {
      .gallery-overlay-navigation svg {
        height: 24px; } }
.gallery-control {
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in-out; }
  .gallery-control * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .gallery-control.active {
    opacity: 1;
    visibility: visible; }

#up-arrow {
  position: fixed;
  top: 22px;
  right: 23px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 8px;
  z-index: 10;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-out, visibility 500ms ease-out;
  pointer-events: none; }
  #up-arrow:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: #232323;
    opacity: 0.7; }
  #up-arrow img {
    z-index: 10;
    position: relative; }
  #up-arrow.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media only screen and (max-width: 767px) {
    #up-arrow {
      display: none !important; } }
.title-element {
  max-width: 700px;
  margin: 0 auto 60px auto;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .title-element {
      padding: 0 20px; } }
  .title-element img {
    max-width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0); }
  .title-element ul, .title-element ol {
    max-width: 60%;
    text-align: left;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .title-element ul, .title-element ol {
        max-width: 90%; } }
  .title-element h2 {
    margin-bottom: 0; }

.listing .listing-asset-container {
  max-width: 1095px; }

.listing #assets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -25px; }
  @media only screen and (max-width: 767px) {
    .listing #assets {
      margin-right: 0; } }
  @media only screen and (max-width: 520px) {
    .listing #assets {
      margin-left: 0; } }
  .listing #assets .asset {
    width: 310px;
    max-width: 100%;
    margin: 0 20px 5px 0; }
    @media only screen and (max-width: 767px) {
      .listing #assets .asset {
        width: 200px;
        padding: 5px;
        margin: 0; } }
    @media only screen and (max-width: 520px) {
      .listing #assets .asset {
        width: 50%; } }
.listing .caption {
  color: #232323;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #999999;
  font-family: Helvetica, Ariel, sans-serif;
  padding: 8px 20px 20px; }
  .listing .caption p {
    margin: 0; }

._4ORMAT_content_wrapper,
#content_page_wrapper {
  margin: 0 auto !important;
  max-width: 1200px !important; }
  ._4ORMAT_content_wrapper p,
  #content_page_wrapper p {
    line-height: 1.4 !important; }

.loading-indicator {
  position: fixed; }

.hide {
  display: none; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.button-unstyled {
  background: none;
  border: 0;
  padding: 0; }

.footer {
  color: #919191;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0 60px 0; }

.gallery-overlay img {
  display: none; }

.gallery-overlay .flex-active-slide img, .gallery-overlay .flex-adjacent-slide img {
  display: block; }

.f_blog_wrapper {
  margin: 0 auto;
  text-align: left;
  max-width: 780px !important; }
  .f_blog_wrapper h1 {
    color: #828080;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8; }
    .f_blog_wrapper h1 + h3 {
      color: #828080;
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 21px;
      font-weight: bold;
      line-height: 1.8;
      font-size: 14; }

.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #232323 !important;
  font-family: Lato, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.8 !important; }

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

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

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #232323 !important;
  font-family: Lato, sans-serif !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: bold !important;
  line-height: 1.4 !important; }

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

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

.fancybox-title .child,
.f_blog_caption_typography {
  font-family: Lato, sans-serif !important;
  font-size: 14px !important; }

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

@media only screen and (max-width: 668px) {
  .f-share-panel,
  #share_4ormat_link {
    display: none; } }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: transparent;
  position: relative; }

.jspDrag {
  background: #919191;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client_page .private_page form p {
  color: #919191 !important;
  font-size: 14px !important; }

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

.f_client_header {
  border-bottom: 1px solid rgba(145, 145, 145, 0.3) !important;
  margin: 0 8%; }

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

.f_client_header_info .f_btn {
  color: #919191 !important;
  border: 1px solid #919191 !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important; }

.client_page .f_assets-container {
  margin: 0 8%; }

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

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