@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap");
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
html,
body {
  font-family: "Work Sans", sans-serif;
  background: #fff;
  width: 100%;
  height: 100%;
  line-height: 1.2; }

html {
  font-size: 18px;
  color: #333; }

body {
  overflow-x: hidden; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a:focus,
a:active,
a:hover {
  outline: revert; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, th, td, blockquote, button, figure, fieldset, legend, menu {
  font-weight: normal;
  padding: 0;
  margin: 0; }

.site-body {
  width: 100%;
  padding-left: 25%; }
  @media only screen and (max-width: 990px) {
    .site-body {
      padding-left: 0; } }
.loading {
  background-image: url(/loading.gif);
  background-position: center;
  background-repeat: no-repeat; }

h1,
.h1 {
  font-size: 48px;
  line-height: 76px; }

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 43px; }

h3,
.h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px; }

h4,
.h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px; }

h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 13px; }

h6,
.h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 13px; }

p,
li {
  font-size: 20px;
  line-height: 30px;
  color: #333; }
  p a,
  li a {
    color: #333; }
    p a:hover, p a:focus,
    li a:hover,
    li a:focus {
      text-decoration: none; }
  p img,
  li img {
    display: block;
    max-width: 100%; }

p + p {
  margin-top: 20px; }

li {
  list-style: none; }

.site-header {
  width: 25%;
  max-width: 400px;
  padding: 50px 0 0 3%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  @media only screen and (max-width: 990px) {
    .site-header {
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      position: static; } }
.logo-jords {
  display: block;
  max-width: 95%; }
  @media only screen and (max-width: 990px) {
    .logo-jords {
      max-width: 50%;
      margin: 0 auto; } }
  @media only screen and (max-width: 480px) {
    .logo-jords {
      max-width: 90%; } }
.header-intro {
  padding: 0 10px;
  border-left: 5px solid #385B7B; }
  @media only screen and (max-width: 990px) {
    .header-intro {
      max-width: 90%;
      margin: 0 auto; } }
  @media only screen and (max-width: 480px) {
    .header-intro {
      max-width: 100%; } }
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translateX(-100%);
  transition: transform 0.2s ease; }
  .nav-is-open .site-nav {
    transform: translateX(0);
    width: 25%; }
  @media only screen and (max-width: 990px) {
    .nav-is-open .site-nav {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .nav-is-open .site-nav {
      width: 100%; } }
.nav-items {
  display: block;
  padding: 70px 0 30px;
  background-color: #385B7B; }

.nav-item a {
  font-size: 18px;
  text-decoration: none;
  color: #f5f5f5;
  display: block;
  padding: 5px 20px; }
  .nav-item a:hover {
    text-decoration: underline; }

.btn-nav {
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: transparent;
  border: 0;
  z-index: 100; }
  .btn-nav svg {
    width: 32px;
    height: 32px; }
    .btn-nav svg.open {
      display: block; }
    .btn-nav svg.close {
      display: none; }
  .nav-is-open .btn-nav svg.open {
    display: none; }
  .nav-is-open .btn-nav svg.close {
    display: block; }

.sm-links {
  display: flex;
  justify-content: center;
  width: 80%;
  padding-bottom: 40px;
  gap: 20px; }
  .sm-links a {
    color: #4A4A4A;
    opacity: 0.9;
    transition: color 0.2s ease, opacity 0.2s ease; }
    .sm-links a:hover {
      color: #385B7B;
      opacity: 1; }
  @media only screen and (max-width: 990px) {
    .sm-links {
      max-width: 50%;
      margin: 0 auto; } }
  @media only screen and (max-width: 480px) {
    .sm-links {
      max-width: 100%; } }
.site-footer {
  width: 80%;
  padding: 0 20px 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 990px) {
    .site-footer {
      width: 93%; } }
  @media only screen and (max-width: 480px) {
    .site-footer {
      width: 100%; } }
.signoff {
  padding-bottom: 20px; }

.copyright {
  font-size: 12px;
  text-align: center; }

.site-content {
  width: 100%;
  padding: 50px 20px; }

.site-content-section {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 990px) {
    .site-content-section {
      width: 93%; } }
  @media only screen and (max-width: 480px) {
    .site-content-section {
      width: 100%; } }
.work-title {
  font-family: "Georgia", Times, serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
  color: #385B7B;
  margin-bottom: 10px; }
  @media only screen and (max-width: 480px) {
    .work-title {
      font-size: 28px;
      margin-bottom: 5px; } }
.work-intro {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px; }

.work-items {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 100px; }
  @media only screen and (max-width: 990px) {
    .work-items {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media only screen and (max-width: 480px) {
    .work-items {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 0;
      margin-bottom: 50px; } }
.work-item {
  cursor: pointer; }
  .work-item .img-container {
    position: relative;
    padding-top: 56.2%;
    border: 1px solid #fff;
    transition: border 0.2s ease; }
  .work-item img {
    margin: auto;
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover; }
  .work-item .thumb {
    display: none; }
  .work-item figcaption {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 0 20px; }
  .work-item.business_card .img-container {
    border-color: #9B9B9B; }
  .work-item:hover .img-container {
    border-color: #385B7B; }
  .portrait .work-item .img-container {
    padding-top: 137.2%; }
  @media only screen and (max-width: 990px) {
    .work-item .large {
      display: none; }
    .work-item .thumb {
      display: block; } }
.caption-title {
  font-family: "Georgia", Times, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #333; }

.is-flipable {
  perspective: 1000px; }

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d; }
  .flipper img {
    backface-visibility: hidden; }
  .flipper .is-front {
    z-index: 2;
    transform: rotateY(0deg); }
  .flipper .is-back {
    transform: rotateY(180deg); }
  .flipper:hover {
    transform: rotateY(180deg); }

.modal {
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100; }
  .modal-is-open .modal {
    opacity: 1;
    visibility: visible; }

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
  min-height: 200px;
  max-width: 90%;
  max-height: 100vh;
  padding: 24px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .modal-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .modal-content figcaption {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 24px;
    max-width: 1024px;
    background-color: #fff; }
  .modal-content figcaption:empty {
    display: none; }
  @media only screen and (max-width: 480px) {
    .modal-content {
      max-width: 100%;
      border-radius: 0; } }
.btn-modal {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: transparent;
  border: 0; }
  .btn-modal svg {
    display: block;
    width: 24px;
    height: 24px; }

form {
  width: 50%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 800px) {
    form {
      width: 100%; } }
  form label,
  form input,
  form textarea,
  form button {
    display: block;
    width: 100%;
    margin: 0; }
  form label {
    font-size: 16px; }
  form input,
  form textarea,
  form button {
    font-size: 16px;
    border: 0;
    border-radius: 6px; }
  form input,
  form textarea {
    padding: 6px 12px;
    background-color: #fff;
    outline: 1px solid #4A4A4A; }
  form input:focus,
  form textarea:focus {
    outline: 2px solid #385B7B; }
  form button {
    color: #fcfcfc;
    padding: 12px;
    background-color: #385B7B; }
  form button:hover,
  form button:focus {
    background-color: #385B7B; }
