@charset "UTF-8";
body:not(.blog) {
  /* Buttons */
  /* Navigation arrows */
  /* Close button on the top right corner of html content */
  /* Caption */
  /* Loading indicator */
  /* Transition effects */
  /* transitionEffect: slide */
  /* transitionEffect: fade */
  /* transitionEffect: zoom-in-out */
  /* transitionEffect: rotate */
  /* transitionEffect: circular */
  /* transitionEffect: tube */
  /* Share */
  /* Thumbs */
  /* Styling for Small-Screen Devices */ }
  body.fancybox-active:not(.blog) {
    overflow: hidden; }
  body.fancybox-iosfix:not(.blog) {
    position: fixed;
    left: 0;
    right: 0; }
  body:not(.blog) .fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden; }
  body:not(.blog) .boilerplate-slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  body:not(.blog) .fancybox-outer,
  body:not(.blog) .fancybox-inner,
  body:not(.blog) .fancybox-bg,
  body:not(.blog) .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  body:not(.blog) .fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  body:not(.blog) .fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
  body:not(.blog) .fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  body:not(.blog) .fancybox-infobar,
  body:not(.blog) .fancybox-toolbar,
  body:not(.blog) .fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box; }
  body:not(.blog) .fancybox-show-infobar .fancybox-infobar,
  body:not(.blog) .fancybox-show-toolbar .fancybox-toolbar,
  body:not(.blog) .fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s; }
  body:not(.blog) .fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion; }
  body:not(.blog) .fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0; }
  body:not(.blog) .fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0); }
  body:not(.blog) .fancybox-is-closing .fancybox-stage {
    overflow: visible; }
  body:not(.blog) .fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  body:not(.blog) .fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0; }
  body:not(.blog) .fancybox-is-sliding .fancybox-slide,
  body:not(.blog) .fancybox-slide--previous,
  body:not(.blog) .fancybox-slide--current,
  body:not(.blog) .fancybox-slide--next {
    display: block; }
  body:not(.blog) .fancybox-slide--image {
    overflow: visible; }
  body:not(.blog) .fancybox-slide--image::before {
    display: none; }
  body:not(.blog) .fancybox-slide--video .fancybox-content,
  body:not(.blog) .fancybox-slide--video iframe {
    background: #000; }
  body:not(.blog) .fancybox-slide--map .fancybox-content,
  body:not(.blog) .fancybox-slide--map iframe {
    background: #E5E3DF; }
  body:not(.blog) .fancybox-slide--next {
    z-index: 99995; }
  body:not(.blog) .fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box; }
  body:not(.blog) .fancybox-slide > title,
  body:not(.blog) .fancybox-slide > style,
  body:not(.blog) .fancybox-slide > meta,
  body:not(.blog) .fancybox-slide > link,
  body:not(.blog) .fancybox-slide > script,
  body:not(.blog) .fancybox-slide > base {
    display: none; }
  body:not(.blog) .fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  body:not(.blog) .fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  body:not(.blog) .fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  body:not(.blog) .fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab; }
  body:not(.blog) .fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  body:not(.blog) .fancybox-image,
  body:not(.blog) .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  body:not(.blog) .fancybox-spaceball {
    z-index: 1; }
  body:not(.blog) .fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff; }
  body:not(.blog) .fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
  body:not(.blog) .fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default; }
  body:not(.blog) .fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px; }
  body:not(.blog) .fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color .3s ease;
    cursor: pointer;
    outline: none; }
  body:not(.blog) .fancybox-button,
  body:not(.blog) .fancybox-button:visited,
  body:not(.blog) .fancybox-button:link {
    color: #ccc; }
  body:not(.blog) .fancybox-button:focus,
  body:not(.blog) .fancybox-button:hover {
    color: #fff; }
  body:not(.blog) .fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6; }
  body:not(.blog) .fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision; }
  body:not(.blog) .fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3; }
  body:not(.blog) .fancybox-button--share svg path {
    stroke-width: 1; }
  body:not(.blog) .fancybox-button--play svg path:nth-child(2) {
    display: none; }
  body:not(.blog) .fancybox-button--pause svg path:nth-child(1) {
    display: none; }
  body:not(.blog) .fancybox-button--zoom svg path {
    fill: transparent; }
  body:not(.blog) .fancybox-navigation {
    display: none; }
  body:not(.blog) .fancybox-show-nav .fancybox-navigation {
    display: block; }
  body:not(.blog) .fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px; }
  body:not(.blog) .fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6); }
  body:not(.blog) .fancybox-navigation .fancybox-button--arrow_left {
    left: 0; }
  body:not(.blog) .fancybox-navigation .fancybox-button--arrow_right {
    right: 0; }
  body:not(.blog) .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer; }
  body:not(.blog) .fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2; }
  body:not(.blog) .fancybox-close-small:focus {
    outline: none; }
  body:not(.blog) .fancybox-close-small:focus:after {
    outline: 1px dotted #888; }
  body:not(.blog) .fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }
  body:not(.blog) .fancybox-slide--image .fancybox-close-small,
  body:not(.blog) .fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px; }
  body:not(.blog) .fancybox-slide--image .fancybox-close-small:after,
  body:not(.blog) .fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa; }
  body:not(.blog) .fancybox-slide--image .fancybox-close-small:hover:after,
  body:not(.blog) .fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent; }
  body:not(.blog) .fancybox-is-scaling .fancybox-close-small,
  body:not(.blog) .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none; }
  body:not(.blog) .fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none; }
  body:not(.blog) .fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none; }
  body:not(.blog) .fancybox-caption a,
  body:not(.blog) .fancybox-caption button,
  body:not(.blog) .fancybox-caption select {
    pointer-events: all;
    position: relative;
    /* Fix IE11 */ }
  body:not(.blog) .fancybox-caption a {
    color: #fff;
    text-decoration: underline; }
  body:not(.blog) .fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
  body:not(.blog) .fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
  body:not(.blog) .fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  body:not(.blog) .fancybox-fx-fade.fancybox-slide--previous,
  body:not(.blog) .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  body:not(.blog) .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }
  body:not(.blog) .fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; }
  body:not(.blog) .fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; }
  body:not(.blog) .fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0; }
  body:not(.blog) .fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1; }
  body:not(.blog) .fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
  body:not(.blog) .fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
  body:not(.blog) .fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); }
  body:not(.blog) .fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center; }
  body:not(.blog) .fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 35px;
    font-weight: 700; }
  body:not(.blog) .fancybox-share p {
    margin: 0;
    padding: 0; }
  body:not(.blog) p.fancybox-share__links {
    margin-right: -10px; }
  body:not(.blog) .fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all .2s; }
  body:not(.blog) .fancybox-share__button:hover {
    text-decoration: none; }
  body:not(.blog) .fancybox-share__button--fb {
    background: #3b5998; }
  body:not(.blog) .fancybox-share__button--fb:hover {
    background: #344e86; }
  body:not(.blog) .fancybox-share__button--pt {
    background: #bd081d; }
  body:not(.blog) .fancybox-share__button--pt:hover {
    background: #aa0719; }
  body:not(.blog) .fancybox-share__button--tw {
    background: #1da1f2; }
  body:not(.blog) .fancybox-share__button--tw:hover {
    background: #0d95e8; }
  body:not(.blog) .fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle; }
  body:not(.blog) .fancybox-share__button svg path {
    fill: #fff; }
  body:not(.blog) .fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7; }
  body:not(.blog) .fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  body:not(.blog) .fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto; }
  body:not(.blog) .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  body:not(.blog) .fancybox-show-thumbs .fancybox-inner {
    right: 212px; }
  body:not(.blog) .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap; }
  body:not(.blog) .fancybox-thumbs-x > ul {
    overflow: hidden; }
  body:not(.blog) .fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px; }
  body:not(.blog) .fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body:not(.blog) .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }
  body:not(.blog) .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  body:not(.blog) li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  body:not(.blog) .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  body:not(.blog) .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  body:not(.blog) .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; }
  @media all and (max-width: 800px) {
    body:not(.blog) .fancybox-thumbs {
      width: 110px; }
    body:not(.blog) .fancybox-show-thumbs .fancybox-inner {
      right: 110px; }
    body:not(.blog) .fancybox-thumbs > ul > li {
      max-width: calc(100% - 10px); } }
/*
------------------------------------------------------------------
SCSS Variables
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
html {
  box-sizing: border-box;
  height: 100%;
  overflow: auto; }
  html.safari .progress-indicator {
    transform: rotate(180deg); }

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

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Benton Sans Book;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow: auto; }
  body.mobile-menu-active {
    overflow: hidden; }

html.is-changing .container {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

html.is-changing .header-items-container {
  opacity: 0;
  margin-top: -20px; }

html.is-hidden body {
  opacity: 0; }

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

h2 {
  color: #000000;
  font-family: Benton Sans Book;
  font-size: 26px;
  font-weight: normal; }

a {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

body.gallery .caption a,
body.gallery .title-element a,
body.listing .title-element a,
body.simple main a,
body.content main a {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }
  body.gallery .caption a:hover,
  body.gallery .title-element a:hover,
  body.listing .title-element a:hover,
  body.simple main a:hover,
  body.content main a:hover {
    color: #0000FF;
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

.container {
  max-width: none;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

@media only screen and (max-width: 1024px) {
  .content_page .container {
    padding: 0; } }

/*
------------------------------------------------------------------
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
  padding: 30px 3vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3; }
  @media only screen and (max-width: 1024px) {
    .header {
      padding: 20px 3vw 20px 3vw;
      position: relative; } }
  .header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      .header .header-wrap {
        max-width: 80vw; } }
  .header .mobile-header-items-container {
    background-color: #ffffff;
    opacity: 0;
    height: 0;
    padding-top: 80px;
    transition: opacity 200ms;
    overflow: visible;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
    .header .mobile-header-items-container .menu {
      margin-top: 10px; }
      .header .mobile-header-items-container .menu > ul {
        padding-left: 3vw; }
        .header .mobile-header-items-container .menu > ul li {
          margin-left: 0; }
      .header .mobile-header-items-container .menu ul {
        flex-direction: column; }
        .header .mobile-header-items-container .menu ul.social-links {
          margin-top: 2vw;
          flex-direction: row; }
          .header .mobile-header-items-container .menu ul.social-links .social-link {
            margin-right: 4vw; }
        .header .mobile-header-items-container .menu ul li a {
          font-size: 3vw; }
          @media only screen and (max-width: 768px) {
            .header .mobile-header-items-container .menu ul li a {
              font-size: 8vw; } }
      .header .mobile-header-items-container .menu .category ul {
        top: 0 !important; }
  .header.active .mobile-header-items-container {
    opacity: 1;
    height: 100vh;
    pointer-events: auto;
    display: block;
    overflow: scroll; }
    .header.active .mobile-header-items-container .menu {
      display: block; }
      .header.active .mobile-header-items-container .menu .category ul {
        position: relative; }
  .header.active .mobile-menu-toggle {
    border: none;
    height: 50px;
    top: -10px; }
    .header.active .mobile-menu-toggle:after {
      transform: rotate(45deg); }
    .header.active .mobile-menu-toggle:before {
      transform: rotate(135deg); }
  .header.active .category .visible {
    display: block;
    position: relative;
    padding: 0 0 0 3vw !important; }
  .header.collapsed {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header.collapsed .header-wrap {
      max-width: 80vw; }
    .header.collapsed .header-items-container {
      opacity: 0; }
      .header.collapsed .header-items-container .menu {
        pointer-events: none; }
    .header.collapsed .mobile-header-items-container .menu ul {
      transition: height 0.3s, opacity 0.3s; }
    .header.collapsed .mobile-menu-toggle {
      display: block; }
    .header.collapsed .mobile-menu-toggle-wrap {
      height: 28px; }
  .header .logo {
    color: #000000;
    font-family: Benton Sans Bold;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.4;
    font-style: normal;
    position: relative;
    top: 0px;
    transform: rotate(0deg);
    margin: 0;
    white-space: nowrap;
    display: inline-block;
    z-index: 1; }
    .header .logo a {
      display: block; }
    .header .logo a:hover {
      color: #8c8c8c; }
    .header .logo img {
      max-width: 250px;
      max-height: 100px;
      display: block;
      transform-origin: left;
      -o-transform-origin: left;
      -ms-transform-origin: left;
      -moz-transform-origin: left;
      -webkit-transform-origin: left;
      transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1); }
    .header .logo span:not(.logo-wrap) {
      display: inline-block;
      transform: rotate(360deg); }
    @media only screen and (max-width: 768px) {
      .header .logo {
        font-size: 30px; } }
  .header .menu {
    position: relative; }
    .header .menu ul {
      display: flex;
      list-style: none;
      padding-left: 0; }
    .header .menu > ul {
      padding: 0px;
      margin: 0; }
      .header .menu > ul > li {
        margin: 0 15px; }
    .header .menu .category {
      cursor: default; }
      @media only screen and (max-width: 1024px) {
        .header .menu .category {
          cursor: pointer; } }
      .header .menu .category ul {
        opacity: 0;
        position: absolute;
        height: 0;
        flex-direction: column;
        pointer-events: none; }
        .header .menu .category ul.visible {
          opacity: 1;
          height: 100%;
          pointer-events: auto; }
    .header .menu li > a {
      color: #222222;
      font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.6;
      text-decoration: none;
      outline: none; }
    .header .menu li.item > a:hover {
      color: #8c8c8c;
      text-decoration: none; }
    .header .menu li.item.selected a {
      color: #8c8c8c;
      text-decoration: none; }
    .header .menu li.category > a {
      font-weight: normal;
      color: #222222; }
    .header .menu li.category > a:hover {
      color: #8c8c8c;
      text-decoration: none; }
    .header .menu li.category.selected > a {
      color: #8c8c8c;
      text-decoration: none; }
    .header .menu.has-background > ul {
      padding: 0px; }
    .header .menu.has-background .category ul {
      margin-left: -0px;
      margin-top: 0px;
      padding: 0 0px 0px 0px; }
    @media only screen and (max-width: 1024px) {
      .header .menu.has-background ul {
        padding: 0 0 0 3vw !important;
        margin: 0 !important;
        background: none !important;
        border: none !important; } }
.header .header-items-container {
  opacity: 1;
  margin-top: 0px;
  transition: opacity 300ms, margin-top 300ms; }
  @media only screen and (max-width: 1024px) {
    .header .header-items-container {
      height: 0;
      overflow: hidden;
      line-height: 33px;
      transition: height 180ms ease-in-out; } }
.cart-enabled .header .header-items-container {
  right: 50px; }

@media only screen and (min-width: 768px) {
  .cart-enabled .mobile-menu-toggle {
    right: 70px; } }

.mobile-menu-toggle-wrap {
  position: relative;
  height: 0;
  width: 50px; }

.mobile-menu-toggle {
  display: none;
  border: 3px solid #222222;
  border-width: 3px 0;
  background: transparent;
  position: absolute;
  width: 50px;
  height: 28px;
  text-indent: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  outline: none; }
  .mobile-menu-toggle:after, .mobile-menu-toggle:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: #222222; }

/*
------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------
*/
.footer {
  padding: 20px 27px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #000000;
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
  font-size: 11px; }
  @media only screen and (max-width: 1024px) {
    .footer {
      padding: 20px;
      width: 100%;
      bottom: 20px; } }
/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
body.gallery .assets-grid {
  overflow: auto;
  height: 100%; }
  body.gallery .assets-grid .title-element h2 {
    color: #000000;
    font-family: Benton Sans Book;
    font-size: 26px;
    font-weight: normal; }
  body.gallery .assets-grid .title-element .text {
    color: #000000;
    font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
    font-style: normal;
    font-size: 24px;
    line-height: 1.4; }
  body.gallery .assets-grid .section {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    body.gallery .assets-grid .section.title-wrapper {
      padding-bottom: 0; }
    body.gallery .assets-grid .section:first-of-type {
      margin-top: 0; }
      @media only screen and (max-width: 1024px) {
        body.gallery .assets-grid .section:first-of-type {
          margin-top: 20px; } }
    @media only screen and (min-width: 1024px) {
      body.gallery .assets-grid .section {
        margin: 7% 0; } }
    @media only screen and (max-width: 1024px) {
      body.gallery .assets-grid .section {
        display: block;
        height: auto !important;
        padding: 0; } }
  body.gallery .assets-grid .asset-wrap {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1024px) {
      body.gallery .assets-grid .asset-wrap {
        height: auto; } }
  body.gallery .assets-grid .asset {
    cursor: pointer;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 50%;
    margin: 3.5% 7%; }
    body.gallery .assets-grid .asset.align-left img {
      float: left; }
    body.gallery .assets-grid .asset.align-left .caption {
      clear: left; }
    body.gallery .assets-grid .asset.align-right img {
      float: right; }
    body.gallery .assets-grid .asset.align-right .caption {
      clear: right; }
    @media only screen and (max-width: 1024px) {
      body.gallery .assets-grid .asset {
        width: 90vw;
        margin: 0 5vw;
        padding: 2vw 0;
        height: auto;
        cursor: auto; } }
    body.gallery .assets-grid .asset.image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      opacity: 0;
      transition: opacity 300ms ease-in-out; }
      @media only screen and (max-width: 1024px) {
        body.gallery .assets-grid .asset.image img {
          max-height: none; } }
    body.gallery .assets-grid .asset.image .image-placeholder {
      width: 100%;
      height: auto;
      z-index: -1;
      opacity: 0;
      display: block; }
    body.gallery .assets-grid .asset.image .lazyloaded {
      opacity: 1; }
    body.gallery .assets-grid .asset.video {
      flex-direction: column;
      justify-content: center !important;
      width: 40vw; }
      @media only screen and (max-width: 1024px) {
        body.gallery .assets-grid .asset.video {
          width: 100%;
          margin: 0;
          padding: 2.5vw 5vw; } }
      body.gallery .assets-grid .asset.video .video-container {
        position: relative;
        width: 100%;
        height: 100%;
        height: 100%; }
        @media only screen and (max-width: 1024px) {
          body.gallery .assets-grid .asset.video .video-container {
            height: auto; } }
      body.gallery .assets-grid .asset.video iframe {
        max-height: 80vh; }
      body.gallery .assets-grid .asset.video img {
        display: block;
        height: 100%;
        width: auto;
        margin: 0 auto; }
        @media only screen and (max-width: 1024px) {
          body.gallery .assets-grid .asset.video img {
            width: 100%; } }
    body.gallery .assets-grid .asset.text {
      font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
      color: #000000;
      font-size: 16px;
      line-height: 1.5;
      cursor: auto; }
      body.gallery .assets-grid .asset.text p {
        max-width: 600px; }
      body.gallery .assets-grid .asset.text a {
        color: #0000FF;
        font-style: normal;
        font-weight: normal;
        text-decoration: none; }
        body.gallery .assets-grid .asset.text a:hover {
          color: #0000FF;
          text-decoration: underline; }

body.gallery .progress-indicator {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -91px;
  z-index: 1; }
  body.gallery .progress-indicator .stroke {
    stroke-dasharray: 231;
    stroke-dashoffset: 0; }
  @media only screen and (max-width: 1024px) {
    body.gallery .progress-indicator {
      display: none; } }
body.gallery .gallery-zoom-container {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  background: rgba(255, 255, 255, 0.75);
  cursor: zoom-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 99998;
  opacity: 0;
  pointer-events: none; }
  body.gallery .gallery-zoom-container.active {
    opacity: 1;
    pointer-events: auto; }
  body.gallery .gallery-zoom-container .gallery-zoomed-image {
    position: absolute; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image.is-portrait {
      top: 0;
      left: 0;
      max-width: none;
      max-height: 200vh;
      max-height: 200vh;
      width: auto; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image.is-landscape {
      top: 0;
      left: 0;
      max-height: none;
      max-width: 200vw;
      height: auto; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image.is-centered {
      -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
      top: 50% !important;
      left: 50% !important; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image.is-h-centered {
      -webkit-transform: translate(-50%, 0) !important;
      -ms-transform: translate(-50%, 0) !important;
      transform: translate(-50%, 0) !important;
      top: 0 !important;
      left: 50% !important; }
    body.gallery .gallery-zoom-container .gallery-zoomed-image.is-v-centered {
      -webkit-transform: translate(0, -50%) !important;
      -ms-transform: translate(0, -50%) !important;
      transform: translate(0, -50%) !important;
      top: 50% !important;
      left: 0 !important; }

body.gallery .caption-icon {
  display: none;
  opacity: 0.6;
  padding: 10px;
  background: #ffffff;
  height: 43px;
  width: 62px;
  z-index: 1;
  transition: opacity 300ms;
  position: absolute;
  top: 0; }
  body.gallery .caption-icon:hover {
    opacity: 0.8; }
  body.gallery .caption-icon.active {
    opacity: 0.5; }
    body.gallery .caption-icon.active:hover {
      opacity: 1; }
  body.gallery .caption-icon.visible {
    display: block; }

body.gallery .caption {
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-top: 20px; }
  body.gallery .caption.overlay-caption {
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 300ms;
    pointer-events: none;
    overflow: scroll;
    margin: 0; }
    body.gallery .caption.overlay-caption p {
      max-width: 100%; }
    body.gallery .caption.overlay-caption.visible {
      opacity: 1;
      pointer-events: auto; }

body.gallery .masonry {
  max-width: none;
  padding: 0; }
  body.gallery .masonry .asset {
    margin: 0;
    float: left;
    width: 33.3333333%; }

body.gallery .grid {
  max-width: none;
  padding: 0; }
  body.gallery .grid .asset {
    margin: 0;
    float: left;
    width: 33.3333333%; }

body.gallery .masonry .asset.text, body.gallery .grid .asset.text {
  padding: 2em; }

@media only screen and (max-width: 1024px) {
  body.gallery .masonry .asset, body.gallery .grid .asset {
    width: 100%;
    padding: 0; } }

.title-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .title-element .text {
    width: 80%;
    max-width: 800px; }
  .title-element img {
    max-height: 100vh;
    max-width: 90vw;
    width: auto;
    height: auto; }
    @media only screen and (max-width: 1024px) {
      .title-element img {
        height: auto;
        width: 90vw; } }
  @media only screen and (max-width: 1024px) {
    .title-element {
      padding: 0;
      margin-bottom: 10px; } }
/*
------------------------------------------------------------------
Collection Styles
------------------------------------------------------------------
*/
body.listing .title-element {
  color: #000000;
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    body.listing .title-element {
      padding: 0px 5% 50px 5%; } }
  body.listing .title-element h2 {
    color: #000000;
    font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4; }

body.listing .asset,
body.listing .masonry-asset {
  width: 50%;
  max-width: 50%; }
  body.listing .asset:nth-child(even) .asset-inner,
  body.listing .masonry-asset:nth-child(even) .asset-inner {
    margin: 0 10% 20% 10%; }
  body.listing .asset:nth-child(odd) .asset-inner,
  body.listing .masonry-asset:nth-child(odd) .asset-inner {
    margin: 0 15% 30% 15%; }
  body.listing .asset:nth-child(3n) .asset-inner,
  body.listing .masonry-asset:nth-child(3n) .asset-inner {
    margin: 0 5% 10% 5%; }
  body.listing .asset:nth-child(5n) .asset-inner,
  body.listing .masonry-asset:nth-child(5n) .asset-inner {
    margin: 0 8% 16% 8%; }
  body.listing .asset .asset-inner,
  body.listing .masonry-asset .asset-inner {
    position: relative; }
    body.listing .asset .asset-inner .title,
    body.listing .masonry-asset .asset-inner .title {
      display: flex;
      align-items: flex-end;
      padding: 1em 0;
      transition: opacity 300ms ease-in-out;
      color: #ffffff;
      font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
      font-style: normal;
      font-weight: normal;
      font-size: 35px;
      line-height: 1.4;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      opacity: 0;
      background: rgba(0, 0, 0, 0.2) !important; }
      @media only screen and (max-width: 768px) {
        body.listing .asset .asset-inner .title,
        body.listing .masonry-asset .asset-inner .title {
          opacity: 1; } }
    body.listing .asset .asset-inner:hover .title,
    body.listing .masonry-asset .asset-inner:hover .title {
      opacity: 1; }
    body.listing .asset .asset-inner a,
    body.listing .masonry-asset .asset-inner a {
      display: flex;
      flex-direction: column;
      position: relative; }
    body.listing .asset .asset-inner img,
    body.listing .masonry-asset .asset-inner img {
      display: flex;
      align-self: center;
      justify-self: center;
      width: 100%; }
  @media only screen and (max-width: 768px) {
    body.listing .asset,
    body.listing .masonry-asset {
      width: 100%;
      max-width: 100%; }
      body.listing .asset:nth-child(even) .asset-inner, body.listing .asset:nth-child(odd) .asset-inner,
      body.listing .masonry-asset:nth-child(even) .asset-inner,
      body.listing .masonry-asset:nth-child(odd) .asset-inner {
        margin: 5%; } }
body.listing .empty-asset {
  height: 10vw; }
  @media only screen and (max-width: 768px) {
    body.listing .empty-asset {
      display: none; } }
body.listing .asset-container {
  display: flex;
  flex-wrap: wrap; }

body.listing .container {
  max-width: none;
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    body.listing .container {
      padding: 0px; } }
body.listing .image-placeholder {
  max-width: 100%;
  height: auto;
  position: absolute; }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
body.simple .container,
body.content .container {
  max-width: 80vw;
  margin: auto; }
  @media only screen and (max-width: 1024px) {
    body.simple .container,
    body.content .container {
      max-width: none; } }
body.simple ._4ORMAT_content_wrapper,
body.content ._4ORMAT_content_wrapper {
  margin: 0 auto; }

/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #000000 !important;
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace !important;
  font-size: 18px !important;
  line-height: 1.7 !important; }

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

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

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #000000 !important;
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace !important;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: bold !important; }

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

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

.fancybox-title .child,
.f_blog_caption_typography {
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace !important;
  font-size: 14px !important; }

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

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
.social-links .social-link,
.social-links .social-share {
  margin: 0 15px; }
  .social-links .social-link:last-of-type,
  .social-links .social-share:last-of-type {
    margin-right: 0px; }
  .social-links .social-link a,
  .social-links .social-share a {
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none; }
    .social-links .social-link a:hover,
    .social-links .social-share a:hover {
      color: #555555; }

.mobile-header-items-container .social-icon {
  height: 3vw; }
  @media only screen and (max-width: 768px) {
    .mobile-header-items-container .social-icon {
      height: 8vw; } }
.social-icon {
  color: #000000;
  height: 14px;
  overflow: visible !important; }
  .social-icon:hover {
    color: #555555; }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client_page .private_page {
  padding-left: 20px;
  padding-right: 20px; }

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

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

.f_client_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  margin: 0 0 20px 0 !important; }
  @media only screen and (max-width: 1024px) {
    .f_client_header {
      margin: 0 8% 20px 8% !important; } }
.f_client_header_copy p {
  color: #000000 !important; }

.f_client_header_info .f_btn {
  color: #000000 !important;
  border: 1px solid #000000 !important;
  font-family: Benton Sans Book !important;
  font-size: 16px !important; }

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

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

.client_page main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

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

/*
------------------------------------------------------------------
Store Styles
------------------------------------------------------------------
*/
html.cart-enabled .header.align-right .menu {
  padding-right: 25px; }

html.cart-enabled .header.align-left .logo {
  padding-right: 25px; }

body.order_confirmation .btn-cancel,
.product-order-form .f-add-to-cart-button,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: #000000 !important; }

.product-order-form .f-add-to-cart-button {
  border: 1px solid rgba(0, 0, 0, 0.3) !important; }

body.product .product-info h1 {
  font-size: 26px !important; }

body.product .product-info .price {
  font-size: 16px !important; }

body.product .product-info .product-shipping-option {
  border-color: #000000; }

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

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

body.product .select2-results .select2-highlighted,
.product-order-form .f-add-to-cart-button:hover {
  background: rgba(0, 0, 0, 0.1) !important; }

body.product .select2-results .select2-highlighted {
  color: #000000 !important; }

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

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

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

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

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

body.order_confirmation .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 .order-confirmation-products th,
body.order_confirmation .order-confirmation .order-confirmation-total td:first-child {
  color: #000000 !important; }

body.order_confirmation .btn-confirm,
body.order_download .btn-return,
body.order_thank_you .btn-return,
body.order_payment_error .btn-return {
  background: #000000 !important;
  border: none !important;
  color: #ffffff !important; }

body.order_download svg {
  fill: #0000FF; }

.f-back-to-store-link {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }
  .f-back-to-store-link svg {
    fill: #0000FF; }
  .f-back-to-store-link:hover {
    color: #0000FF;
    text-decoration: underline; }
    .f-back-to-store-link:hover svg {
      fill: #0000FF; }

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

.product-list .product-name {
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
  font-weight: normal;
  color: #000000;
  font-size: 26px; }

.product-list .product-price {
  font-family: "Input Mono Normal Extra Light", "Input Mono Normal Extra Light", monospace;
  color: #000000;
  font-size: 16px;
  line-height: 1.5; }

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

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

.product-layout-default {
  padding-top: 20px; }

.product-order-form button.f-add-to-cart-button {
  color: #000000 !important;
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  transition: background 250ms ease, border-color 250ms ease; }
  .product-order-form button.f-add-to-cart-button:hover {
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 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: transparent !important; }

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

.private-page__back-button {
  color: #0000FF;
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

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

/* ---- Start Flexible Grid Styles ---- */
.flexible_grid {
  margin: 0 20px;
  max-width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .flexible_grid {
      margin: 0 px !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; } }
