html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
a img {
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
}
figure {
  margin: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: normal;
}
textarea {
  resize: vertical;
}
textarea[contenteditable] {
  -webkit-appearance: none;
}
.cf::before,
.cf::after {
  content: "";
  display: table;
}
.cf::after {
  clear: both;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 85%;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 115%;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body,
button,
textarea,
input,
select {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  min-height: 100%;
  background-color: #fff;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}
::selection {
  background: #000;
  color: #fff;
}
.notransition {
  transition: none !important;
}
.left,
.nav,
.app-bar {
  float: left;
}
.right {
  float: right;
}
.bold,
strong,
b {
  font-weight: 700;
}
em,
.italic,
italic {
  font-style: italic;
}
.uline {
  text-decoration: underline;
}
.no-uline {
  text-decoration: none;
}
.ucase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
p,
li {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  p,
  li {
    font-size: 0.9375rem;
  }
}
h4 {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 0.9375rem;
  }
}
h3 {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 0.9375rem;
  }
}
.t-r > p {
  margin-bottom: 1.25rem;
}
.t-r > p:first-child {
  margin-bottom: 1.25rem;
}
.t-r > p:last-child {
  margin-bottom: 0;
}
.t-r > h4 {
  margin-bottom: 1.25rem;
}
.t-r > h4:first-child {
  margin-bottom: 1.25rem;
}
.t-r > h4:last-child {
  margin-bottom: 0;
}
a {
  color: #000;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #000;
}
[ng-click] {
  cursor: pointer;
}
img,
video,
object {
  max-width: 100%;
}
img {
  vertical-align: middle;
}
.asset-holder {
  background: transparent;
  position: relative;
}
.asset-holder img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0px) scale(1);
  transition: all 300ms ease-in;
  opacity: 0;
}
.asset-holder.loaded img {
  opacity: 1;
}
body.loading {
  cursor: wait !important;
}
body.loading * {
  cursor: wait !important;
}
body,
.header-panel,
.app-bar,
.main-view > [ui-view] {
  transition: background-color 500ms ease-in-out;
  will-change: background-colour;
}
body .header a {
  transition: color 500ms ease-in-out;
  color: transparent;
}
body .header .burger-icon,
body .header .burger-icon:before,
body .header .burger-icon:after {
  transition: background-color 500ms ease-in-out;
  background-color: transparent;
}
body[data-theme="default"],
body[data-theme="default"] .header-panel,
body[data-theme="default"] .app-bar,
body[data-theme="default"] .main-view > [ui-view] {
  background-color: #fff;
}
body[data-theme="default"] .header a {
  color: #000;
}
body[data-theme="default"] .header .burger-icon,
body[data-theme="default"] .header .burger-icon:before,
body[data-theme="default"] .header .burger-icon:after {
  background-color: #000;
}
body[data-theme="home-default"],
body[data-theme="home-default"] .header-panel,
body[data-theme="home-default"] .app-bar {
  background-color: transparent;
}
body[data-theme="home-default"] .main-view > [ui-view] {
  background-color: #fff;
}
body[data-theme="home-default"] .app-bar.open {
  background-color: #fff;
}
body[data-theme="home-default"] .header a {
  color: #000;
}
body[data-theme="home-default"] .header .burger-icon,
body[data-theme="home-default"] .header .burger-icon:before,
body[data-theme="home-default"] .header .burger-icon:after {
  background-color: #000;
}
body[data-theme="white"],
body[data-theme="white"] .header-panel,
body[data-theme="white"] .app-bar,
body[data-theme="white"] .main-view > [ui-view] {
  background-color: #fff;
}
body[data-theme="white"] .header a {
  color: #fff;
}
body[data-theme="white"] .header .burger-icon,
body[data-theme="white"] .header .burger-icon:before,
body[data-theme="white"] .header .burger-icon:after {
  background-color: #fff;
}
body[data-theme="home-white"],
body[data-theme="home-white"] .header-panel,
body[data-theme="home-white"] .app-bar {
  background-color: transparent;
}
body[data-theme="home-white"] .main-view > [ui-view] {
  background-color: #000;
}
body[data-theme="home-white"] .app-bar.open {
  background-color: #000;
}
body[data-theme="home-white"] .header a {
  color: #fff;
}
body[data-theme="home-white"] .header .burger-icon,
body[data-theme="home-white"] .header .burger-icon:before,
body[data-theme="home-white"] .header .burger-icon:after {
  background-color: #fff;
}
body[data-theme="light-grey"],
body[data-theme="light-grey"] .header-panel,
body[data-theme="light-grey"] .app-bar,
body[data-theme="light-grey"] .main-view > [ui-view] {
  background-color: #eee;
}
body[data-theme="light-grey"] .header a {
  color: #000;
}
body[data-theme="light-grey"] .header .burger-icon,
body[data-theme="light-grey"] .header .burger-icon:before,
body[data-theme="light-grey"] .header .burger-icon:after {
  background-color: #000;
}
.header-panel {
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 3.85rem;
  background-color: transparent;
  display: none;
}
@media only screen and (min-width: 769px) {
  .header-panel {
    height: 3.6875rem;
  }
}
.header-panel.is-active {
  height: 100%;
}
.center--outer {
  display: table;
  width: 100%;
  height: 100%;
}
.center--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.work-single .center--inner,
.gallery-slider .center--inner {
  padding: 4.5rem 1.25rem;
}
@media only screen and (min-width: 1600px) {
  .work-single .center--inner,
  .gallery-slider .center--inner {
    padding: 4.5rem;
  }
}
.content-wrap {
  width: 100%;
  background-color: transparent;
  padding: 3.75rem 0.625rem 0.625rem 0.625rem;
}
@media only screen and (min-width: 769px) {
  .content-wrap {
    padding: 3.125rem 0.625rem 1.25rem 0.625rem;
  }
}
.content-wrap--gallery {
  padding: 4.375rem 1.25rem 1.25rem 1.25rem;
}
@media only screen and (min-width: 768px) {
  .content-wrap--extra-top {
    padding-top: 4.375rem;
  }
}
.main-view {
  position: relative;
  width: 100%;
  height: 100%;
}
.touchevents .main-view {
  overflow-x: hidden;
}
.touchevents .inner-scroll-touch {
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.inner-scroll {
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  animation-name: repaint;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  -ms-overflow-style: none;
}
@keyframes repaint {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0.01%);
  }
}
.inner-scroll::-webkit-scrollbar {
  width: 0px;
}
.work-thumbnails .inner-scroll {
  -ms-overflow-style: auto;
}
.inner-scroll-gallery-thumbnails {
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  animation-name: repaint;
  animation-duration: 500ms;
  animation-iteration-count: 1;
}
@keyframes repaint {
  from {
    transform: translateZ(0);
  }
  to {
    transform: translateZ(0.01%);
  }
}
[ui-view] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  will-change: transform, opacity, background-color;
}
.anim-in-out.anim-in-setup.anim-fade,
.anim-in-out.anim-in-setup .anim-fade {
  opacity: 0;
}
.anim-in-out.anim-in-setup.anim-slide-left,
.anim-in-out.anim-in-setup .anim-slide-left {
  transform: translateX(100%);
}
.anim-in-out.anim-in-setup.anim-slide-right,
.anim-in-out.anim-in-setup .anim-slide-right {
  transform: translateX(-100%);
}
.anim-in-out.anim-in.anim-fade,
.anim-in-out.anim-in .anim-fade {
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.anim-in-out.anim-in.anim-slide-left,
.anim-in-out.anim-in .anim-slide-left {
  transform: translateX(0);
  transition: all 600ms ease-in-out;
}
.anim-in-out.anim-in.anim-slide-right,
.anim-in-out.anim-in .anim-slide-right {
  transform: translateX(0);
  transition: all 600ms ease-in-out;
}
.anim-in-out.anim-out-setup.anim-fade,
.anim-in-out.anim-out-setup .anim-fade {
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.anim-in-out.anim-out-setup.anim-slide-left,
.anim-in-out.anim-out-setup .anim-slide-left {
  transform: translateX(0);
  transition: all 600ms ease-in-out;
}
.anim-in-out.anim-out-setup.anim-slide-right,
.anim-in-out.anim-out-setup .anim-slide-right {
  transform: translateX(0);
  transition: all 600ms ease-in-out;
}
.anim-in-out.anim-out.anim-swap,
.anim-in-out.anim-out .anim-swap {
  display: none;
}
.anim-in-out.anim-out.anim-fade,
.anim-in-out.anim-out .anim-fade {
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.anim-in-out.anim-out.anim-slide-left,
.anim-in-out.anim-out .anim-slide-left {
  transform: translateX(-100%);
  transition: all 600ms ease-in-out;
}
.anim-in-out.anim-out.anim-slide-right,
.anim-in-out.anim-out .anim-slide-right {
  transform: translateX(100%);
  transition: all 600ms ease-in-out;
}
.header {
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 3;
}
.nav {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 1.25rem 0 0 0;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px) {
  .nav {
    width: calc(50% - 0.625rem);
    float: right;
    padding: 0;
  }
}
.nav.open {
  visibility: visible;
  opacity: 1;
  max-height: 20rem;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 769px) {
  .nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .nav-menu__work {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 0.625rem;
  }
}
.nav-menu__info {
  padding-top: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .nav-menu__info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 0;
    padding-left: 0.625rem;
  }
}
.nav-menu li {
  display: block;
  width: auto;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu li.active a {
  opacity: 0.4;
}
.nav-menu li a {
  text-decoration: none;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .nav-menu li a {
    font-size: 1.3125rem;
  }
}
.nav-menu li a:hover {
  opacity: 0.4;
}
.menu-button {
  padding: 0.3125rem 0 0.3125rem 1.875rem;
  font-size: 1rem;
  float: right;
  background-color: transparent;
  border: none;
  outline: 0;
  margin: 0;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  cursor: pointer;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
}
.burger-icon {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon,
.burger-icon:before,
.burger-icon:after {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.burger-icon:before,
.burger-icon:after {
  position: absolute;
  content: "";
}
.burger-icon:before {
  top: -5px;
}
.burger-icon:after {
  top: 5px;
}
@media only screen and (min-width: 769px) {
  .burger-icon {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .burger-icon,
  .burger-icon:before,
  .burger-icon:after {
    display: block;
    width: 34px;
    height: 3px;
    background-color: #000;
  }
  .burger-icon:before,
  .burger-icon:after {
    position: absolute;
    content: "";
  }
  .burger-icon:before {
    top: -9px;
  }
  .burger-icon:after {
    top: 9px;
  }
}
.menu-button.is-active .burger-icon:before {
  opacity: 0;
}
.menu-button.is-active .burger-icon:after {
  opacity: 0;
}
.app-bar {
  width: 100%;
  padding: 1.25rem 1.25rem 0.875rem 1.25rem;
}
@media only screen and (min-width: 769px) {
  .app-bar {
    padding: 1.25rem;
  }
}
.app-bar__logo {
  float: left;
  font-weight: 700;
  margin: 0 !important;
}
.app-bar__logo a {
  text-decoration: none;
  line-height: inherit;
  display: block;
}
@media only screen and (min-width: 769px) {
  .app-bar__logo a {
    font-size: 1.3125rem;
  }
}
.royalSlider {
  direction: ltr;
}
work-slider .royalSlider,
.gallery-slider .royalSlider,
.royalSlider.home-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.royalSlider.home-slider {
  z-index: 0;
}
journal-slider .royalSlider {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent;
}
journal-slider .rsOverflow {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
journal-slider .rsContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.rsSlide [data-theme="default"] {
  background: #fff;
}
[data-theme="light-grey"] work-slider .rsSlide {
  background: #ddd;
}
[data-theme="dark-grey"] work-slider .rsSlide {
  background: #222;
  color: #f7f7f7;
}
.rsArrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  height: 2.125rem;
  line-height: 2.125rem;
  margin-top: -1.0625rem;
  font-size: 1.875rem;
}
journal-slider .rsArrow {
  color: red;
}
.rsArrow:hover {
  opacity: 0.4;
}
.rsArrowLeft {
  left: 1.25rem;
}
.rsArrowLeft:before {
  content: "←";
}
.rsArrowRight {
  right: 1.25rem;
}
.rsArrowRight:before {
  content: "→";
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.royalSlider {
  cursor: pointer;
}
.rsPreloader {
  position: relative;
  width: 100%;
  height: 100%;
}
.rsPreloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1rem;
  width: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border-radius: 50%;
}
[data-theme="default"] .rsPreloader:after {
  background: #000;
}
[data-theme="light-grey"] .rsPreloader:after {
  background: #000;
}
[data-theme="dark-grey"] .rsPreloader:after {
  background: #f7f7f7;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}
@media only screen and (min-width: 1025px) {
  #loading-bar {
    display: none;
  }
}
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  transition: width 350ms;
  background: #000;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.work-assets,
.gallery-grid {
  background: #fff;
}
.purchase-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.25rem 1.25rem 1.25rem;
  text-align: center;
  width: 100%;
}
.purchase-info p {
  text-align: center;
}
.work-asset {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .work-asset {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .work-asset {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .work-asset:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .work-asset:nth-of-type(2n + 1) {
    clear: none;
  }
}
@media only screen and (min-width: 1025px) {
  .work-asset:nth-of-type(4n + 1) {
    clear: both;
  }
}
.work-asset__spacer {
  overflow: hidden;
  position: relative;
  margin: 1.25rem 0.625rem 0.625rem 0.625rem;
}
.work-asset__link {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.work-asset__link:hover {
  color: inherit;
}
.work-asset__link:hover .work-asset__title {
  opacity: 0.4;
}
.work-asset__title {
  margin-top: 0.5rem;
}
.work-single {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-single.is-active {
  opacity: 1;
  visibility: visible;
}
.work-single.is-active [ui-view] {
  transition: none;
}
.work-single [ui-view] {
  transition: all 300ms ease-in-out;
  background: #ccc;
}
.work-single [ui-view][data-theme="default"] {
  background: #fff;
}
.work-single [ui-view][data-theme="light-grey"] {
  background: #ddd;
}
.work-single [ui-view][data-theme="dark-grey"] {
  background: #222;
  color: #f7f7f7;
}
.work-single [ui-view][data-theme="dark-grey"] a {
  color: #f7f7f7;
}
.work-nav {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .work-nav * {
    font-size: 1.3125rem;
  }
}
.work-nav--controls {
  top: 0;
  padding: 1.25rem 1.25rem 0 1.25rem;
  text-align: right;
}
.work-nav--controls > * {
  display: inline-block;
  margin-left: 0.83333rem;
}
@media only screen and (min-width: 768px) {
  .work-nav--controls > * {
    margin-left: 1.25rem;
  }
}
.work-nav__thumbnails {
  display: none;
}
@media only screen and (min-width: 768px) {
  .work-nav__thumbnails {
    display: inline-block;
  }
}
.work-nav__title {
  margin: 0;
  float: left;
}
.work-nav__title span:not(.extended-title) {
  font-weight: 700;
}
.work-nav__title span.extended-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .work-nav__title span.extended-title {
    display: inline-block;
  }
}
.work-nav a {
  text-decoration: none;
}
.work-nav .work-nav__thumbnails[ng-click]:hover,
.work-nav .work-nav__info[ng-click]:hover,
.work-nav .work-nav__back a:hover {
  opacity: 0.4;
}
.work-info {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  z-index: 12;
  text-align: center;
}
[data-theme="light-grey"] .work-info {
  background: rgba(221, 221, 221, 0.9);
}
[data-theme="dark-grey"] .work-info {
  background: rgba(34, 34, 34, 0.9);
}
.work-info .info {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.work-info.ng-hide {
  display: none;
}
.work-thumbnails {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  z-index: 11;
  text-align: center;
}
.work-thumbnails.ng-hide {
  display: none;
}
[data-theme="default"] .work-thumbnails {
  background: #fff;
}
[data-theme="light-grey"] .work-thumbnails {
  background: #ddd;
}
[data-theme="dark-grey"] .work-thumbnails {
  background: #222;
}
.work-thumbnails .thumbnail {
  display: inline-block;
  margin: 2px;
}
.work-thumbnails img {
  margin: 0 auto;
  vertical-align: bottom;
  max-height: 200px;
  height: 200px;
  width: auto !important;
}
.work-slide {
  position: absolute;
  top: 4.875rem;
  right: 1.25rem;
  bottom: 4.875rem;
  left: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .work-slide {
    top: 5rem;
    bottom: 5rem;
    left: 1.25rem;
    right: 1.25rem;
  }
}
.work-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100% !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.work-slide iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.6rem;
  margin-top: -1rem;
  z-index: 9;
}
.rsBtnCenterer .rsPlayBtn {
  height: 2rem;
  width: 1.6rem;
}
.rsBtnCenterer .rsPlayBtn .rsPlayBtnIcon {
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
  border-bottom: 1rem solid transparent;
}
.rsBtnCenterer .rsPlayBtn .rsPlayBtnIcon:hover {
  border-left: 1.6rem solid #000;
}
.img--fullscreen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.img--fullscreen.loaded {
  opacity: 1;
}
.home-slide {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-slide .rsImg {
  max-width: none !important;
}
.information-table tr:first-child td {
  padding-top: 0;
}
.information-table tr td {
  padding-top: 0.125rem;
}
.information-table .year {
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1025px) {
  .info p {
    font-size: 1.3125rem;
  }
}
.info-col {
  float: left;
}
.info-col--25 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .info-col--25 {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .info-col--25 {
    width: 25%;
  }
}
.info-col--50 {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .info-col--50 {
    width: 50%;
  }
}
.info-col:first-child .info-col__inner {
  margin-top: 1.25rem;
}
.info-col.clear-both {
  clear: both;
}
.info-col__inner {
  margin: 0 0.625rem;
}
@media only screen and (min-width: 768px) {
  .info-col__inner {
    margin: 1.25rem 0.625rem 0 0.625rem;
  }
}
.journal-posts .rsArrow {
  z-index: 0;
}
.column {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .column {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .column {
    width: 25%;
  }
}
journal-slider {
  position: relative;
}
.journal-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.journal-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100% !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.post {
  float: left;
  width: 100%;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .post {
    width: 100%;
  }
}
.post__spacer {
  overflow: hidden;
  position: relative;
  margin: 1.25rem 0.625rem 3.125rem 0.625rem;
}
.post:last-child .post__spacer {
  margin-bottom: 1.25rem;
}
.post__title {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1025px) {
  .post__title {
    font-size: 1.125rem;
  }
}
.post__text.t-r > p {
  margin-bottom: 1.875rem;
}
.post__text.t-r > p:first-child {
  margin-bottom: 1.875rem;
}
.post__text.t-r > p:last-child {
  margin-bottom: 0;
}
.post__text p {
  line-height: 1.5;
  font-size: 0.9375rem;
}
.post__asset {
  margin-bottom: 1.25rem;
}
.hj-gridify__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.asset-block {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  background: #f9f9f9;
}
.asset-block__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.asset-block__link {
  cursor: pointer;
  float: left;
}
.asset-block img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0px) scale(1);
}
.gallery-slider {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.gallery-slider.active {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
.gallery-slider .royalSlider {
  cursor: pointer;
}
.gallery-slider .rsSlide {
  background: #fff;
}
.gallery-slide {
  position: absolute;
  top: 4.875rem;
  right: 1.25rem;
  bottom: 4.875rem;
  left: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .gallery-slide {
    top: 3rem;
    bottom: 6rem;
    left: 2rem;
    right: 2rem;
  }
}
.gallery-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100% !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.gallery-slide iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.rsBtnCenterer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.6rem;
  margin-top: -1rem;
  z-index: 9;
}
.rsBtnCenterer .rsPlayBtn {
  height: 2rem;
  width: 1.6rem;
}
.rsBtnCenterer .rsPlayBtn .rsPlayBtnIcon {
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-left: 1.6rem solid #fff;
  border-bottom: 1rem solid transparent;
}
.rsBtnCenterer .rsPlayBtn .rsPlayBtnIcon:hover {
  border-left: 1.6rem solid #000;
}
.slider-close {
  display: inline-block;
}
.slider-close > div {
  cursor: pointer;
  display: inline;
}
.slider-close > div:hover:after {
  border-bottom: 1px solid #000;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
}
