/* ================================
// Description: Custom CSS for James Lahey (jameslahey.com)
// Version: 1.0
// Author: Jonathan Gallivan @ GallivanMedia.com for PUNCTURE
// Author URI: https://puncture.co
// Date created: Nov 06, 2015
// Date revised: Feb 28, 2020
*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize
    _   __                           ___          
   / | / /___  _________ ___  ____ _/ (_)___  ___ 
  /  |/ / __ \/ ___/ __ `__ \/ __ `/ / /_  / / _ \
 / /|  / /_/ / /  / / / / / / /_/ / / / / /_/  __/
/_/ |_/\____/_/  /_/ /_/ /_/\__,_/_/_/ /___/\___/ 

*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*! PocketGrid 1.1.0 | MIT License | http://arnaudleray.github.io/pocketgrid/
    ____             __        __  ______     _     __
   / __ \____  _____/ /_____  / /_/ ____/____(_)___/ /
  / /_/ / __ \/ ___/ //_/ _ \/ __/ / __/ ___/ / __  / 
 / ____/ /_/ / /__/ ,< /  __/ /_/ /_/ / /  / / /_/ /  
/_/    \____/\___/_/|_|\___/\__/\____/_/  /_/\__,_/   

*/
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: '';
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
.block {
  float: left;
  width: 100%;
}

/* Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  width: 100%;
  min-height: 100%;
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #222;
  background-color: #fff;
}
body.dark {
  background-color: #999;
}
header {
  height: 50px;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.quarter {
  width: 100%;
}
.container {
  margin: 0 auto;
  padding: 0 30px;
}
img {
  outline: 0 !important;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #222;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
a:hover {
  color: #777;
}
li.active a {
  color: #fff !important;
}
.sans-serif {
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Nav Toggle
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#nav-toggle {
  display: block;
  position: absolute;
  top: 8px;
  right: 20px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  background: url('../images/sprite-mobile.png') 0 0 no-repeat;
  vertical-align: top;
  background-size: 70px 70px;
}
#nav-toggle:hover {
  cursor: pointer;
  background-position: 0 -35px;
}

/* Mobile Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#mobile-menu-frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#instagram {
  display: none;
}
header {
  background-color: #000;
  color: #fff;
}
.logo img {
  width: 200px;
  height: auto;
  margin-top: 15px;
}
.nav {
  display: none;
  overflow: hidden;
}
.sub-nav {
  display: none;
  position: absolute;
  top: -2500px;
  z-index: 999;
  padding: 12px 0;
  background-color: #333;
  color: #fff;
  overflow: hidden;
}
.internal-nav {
  display: none;
  position: absolute;
  top: -2500px;
  z-index: 10;
  padding: 12px 0;
  background-color: #333;
  color: #fff;
  overflow: hidden;
}
.internal-nav.no-shadow {
  box-shadow: none;
}
.tri-nav {
  display: none;
  position: absolute;
  top: -2500px;
  padding: 12px 0;
  background-color: #4a4a4a;
  color: #fff;
  overflow: hidden;
}

/* Spinner
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#spin {
  position: absolute;
  z-index: 5001;
  display: none;
  top: 25px;
  left: 20px;
  width: 25px;
  height: 25px;
  border-width: 4px;
  border-style: solid;
  border-color: #fff #ccc #999 #666;
  border-radius: 40px;
  -webkit-animation: spin 0.8s linear infinite;
  -moz-animation: spin 0.8s linear infinite;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

/* Spinner (Contact Form)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body img.gform_ajax_spinner {
  position: absolute;
  max-width: 50px;
  height: auto;
}

/* Video Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.video-block {
  padding: 15px 0;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 15px 0;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#background-images {
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: -1;
}
#background-paintings {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#background-photographs {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#background-exhibitions {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#background-projects {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#intro {
  position: fixed;
  bottom: 30px;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#intro i {
  padding-right: 5px;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}
#intro .promo {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
#intro .promo sup {
  font-size: 11px;
}
#intro a {
  color: #fff;
  text-decoration: none;
}
.feature-image {
  margin: 0 0 40px 0;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.exhibition .feature-image {
  margin: 30px 0 40px 0;
}
.content {
  margin-top: 50px;
}
.content.work-content {
  margin-top: 0;
}
.content .copy {
  font-family: 'Big Caslon', Georgia, 'Times New Roman', Times, serif;
  line-height: 1.6em;
}
.content .copy h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.6rem;
}
.content .copy h2 {
  margin: 50px 0 0 0;
  padding: 0;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4rem;
}
.content .copy ul {
  margin: 18px 0 0 23px;
  padding: 0;
  color: #666;
}
.content .copy ul li {
  margin: 0;
  padding: 0 0 7px 0;
  list-style-type: square;
}
.content .copy ul li a {
  text-decoration: none;
}
.content .copy ul li a:hover {
  text-decoration: underline;
  color: #222;
}
.meta-data {
  font-weight: bold;
  font-size: 15px;
}
.description {
  margin-top: 40px;
}
.block-group.gallery {
  margin: 20px -12px;
}
.block-group.gallery .block {
  padding: 2px 12px 18px 12px;
}
.block-group.gallery .block:nth-child(4n + 1) {
  clear: left;
}
.block-group.gallery .block img {
  width: auto;
  max-width: 100%;
  /* max-height: 200px; */
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#ui-datepicker-div a,
a.tooltip,
a.tooltip:hover {
  text-decoration: none;
}
.field-wrap:after,
.ninja-forms-cont:after {
  clear: both;
  content: '';
}
.field-wrap:after,
.ninja-forms-cont:after,
a.tooltip span:before {
  content: '';
}
.ninja-forms-form-wrap *,
.ninja-forms-form-wrap :after,
.ninja-forms-form-wrap :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.tooltip {
  outline: 0;
}
a.tooltip strong {
  line-height: 30px;
}
a.tooltip span {
  display: none;
  padding: 14px 20px;
  margin-top: -10px;
  margin-left: 28px;
  width: 240px;
  line-height: 16px;
  z-index: 1;
  position: relative;
}
a.tooltip span:before {
  border-top: 10px solid transparent;
  border-right: 15px solid #ccc;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -15px;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #333;
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.ninja-forms-field-error,
.ninja-forms-req-symbol {
  color: red;
}
a.tooltip span {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 5px 5px 8px #ccc;
  -webkit-box-shadow: 5px 5px 8px #ccc;
  box-shadow: 5px 5px 8px #ccc;
}
#ui-datepicker-div {
  background: #f1f1f1;
  border-radius: 3px;
}
#ui-datepicker-div a {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-calendar td,
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-header {
  padding: 5px;
  text-align: center;
}
#ui-datepicker-div .ui-icon {
  text-indent: 0;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}
.ninja-forms-no-display {
  display: none;
}
.ninja-forms-form .wp-switch-editor {
  height: auto;
}
.ninja-forms-form .mceIframeContainer {
  background: #fff;
}
.ninja-forms-form .label-above label,
.ninja-forms-form .label-below label {
  display: block;
}
#ninja_forms_required_items,
.field-wrap {
  margin-bottom: 20px;
}
#pass-strength-result {
  background-color: #eee;
  border-color: #ddd !important;
  border-style: solid;
  border-width: 1px;
  margin: 13px 5px 5px 1px;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
}
#pass-strength-result.bad {
  background-color: #ffb78c;
  border-color: #ff853c !important;
}
#pass-strength-result.good {
  background-color: #ffec8b;
  border-color: #fc0 !important;
}
#pass-strength-result.short {
  background-color: #ffa0a0;
  border-color: #f04040 !important;
}
#pass-strength-result.strong {
  background-color: #c3ff88;
  border-color: #8dff1c !important;
}
.ninja-forms-cont {
  position: relative;
}
.ninja-forms-cont:after {
  display: block;
}
.ninja-forms-form-wrap input,
.ninja-forms-form-wrap select,
.ninja-forms-form-wrap textarea {
  width: auto;
  height: auto;
  vertical-align: inherit;
}
.ninja-forms-form-wrap label {
  font-weight: 700;
}
.ninja-forms-form-wrap .list-checkbox-wrap ul label,
.ninja-forms-form-wrap .list-radio-wrap ul label {
  font-weight: 400;
}
.field-wrap:after {
  display: block;
}
.field-wrap.label-left .ninja-forms-field,
.field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 8px;
}
.field-wrap.label-right .ninja-forms-field,
.field-wrap.label-right .ninja-forms-star-rating-control {
  margin-right: 8px;
}
.field-wrap.label-left label,
.field-wrap.label-right label {
  display: inline;
}
.label-above label {
  margin-bottom: 5px;
}
.MultiFile-wrap {
  display: inline-block;
}
.credit_card-wrap div input,
.credit_card-wrap div label,
.text-wrap.label-above label,
.textarea-wrap.label-above label {
  display: block;
  width: 100%;
}
.profile_pass-wrap.label-left input,
.text-wrap.label-left input,
.textarea-wrap.label-left textarea {
  margin-left: 10px;
}
.profile_pass-wrap.label-right input,
.text-wrap.label-right input,
.textarea-wrap.label-right textarea {
  margin-right: 10px;
}
.list-dropdown-wrap.label-above select,
.list-dropdown-wrap.label-below select,
.profile_pass-wrap input,
.text-wrap.label-above input,
.text-wrap.label-below input,
.text-wrap.label-inside input,
.textarea-wrap.label-above textarea,
.textarea-wrap.label-below textarea,
.textarea-wrap.label-inside textarea {
  width: 100%;
}
.textarea-wrap textarea {
  height: 200px;
}
.profile_pass-wrap input {
  margin-bottom: 10px;
}
.list-checkbox-wrap span ul li input,
.list-radio-wrap span ul li input {
  margin-right: 5px;
}
.list-checkbox-wrap ul,
.list-checkbox-wrap ul li,
.list-radio-wrap ul,
.list-radio-wrap ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-checkbox-wrap.label-left label,
.list-checkbox-wrap.label-left ul,
.list-checkbox-wrap.label-left ul li,
.list-checkbox-wrap.label-right label,
.list-checkbox-wrap.label-right ul,
.list-checkbox-wrap.label-right ul li,
.list-radio-wrap.label-left label,
.list-radio-wrap.label-left ul,
.list-radio-wrap.label-left ul li,
.list-radio-wrap.label-right label,
.list-radio-wrap.label-right ul,
.list-radio-wrap.label-right ul li {
  float: left;
}
.rtl .list-checkbox-wrap.label-left label,
.rtl .list-checkbox-wrap.label-left ul,
.rtl .list-checkbox-wrap.label-left ul li,
.rtl .list-checkbox-wrap.label-right label,
.rtl .list-checkbox-wrap.label-right ul,
.rtl .list-checkbox-wrap.label-right ul li,
.rtl .list-radio-wrap.label-left label,
.rtl .list-radio-wrap.label-left ul,
.rtl .list-radio-wrap.label-left ul li,
.rtl .list-radio-wrap.label-right label,
.rtl .list-radio-wrap.label-right ul,
.rtl .list-radio-wrap.label-right ul li {
  float: right;
}
.list-checkbox-wrap.label-left ul li,
.list-checkbox-wrap.label-right ul li,
.list-radio-wrap.label-left ul li,
.list-radio-wrap.label-right ul li {
  padding: 0 8px;
}
.list-checkbox-wrap.label-above ul li,
.list-checkbox-wrap.label-below ul li,
.list-radio-wrap.label-above ul li,
.list-radio-wrap.label-below ul li {
  padding: 0 0 0 10px;
}
.list-multi-wrap.label-left label,
.list-multi-wrap.label-right select {
  float: left;
}
.credit_card-wrap div {
  margin-bottom: 10px;
}
.credit_card-wrap div span {
  font-size: 0.8em;
}
.honeypot-wrap,
.hp-wrap {
  display: none;
}

.ninja-forms-form-wrap {
  margin-top: 30px;
}
.ninja-forms-required-items {
  display: none;
}
label {
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  padding: 7px 10px;
  width: 100%;
  min-width: 100px;
  max-width: 400px;
  color: #333;
  background-color: #fff;
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  border: 2px solid #333;
  outline: medium none;
}
input[type='submit'],
input[type='button'] {
  min-width: 200px;
  padding: 15px 10px 10px 10px;
  background-color: #000;
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border: none;
}
input[type='submit']:hover,
input[type='button']:hover {
  background-color: #333;
}
#seizure {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(#900, #e00);
  background: -moz-linear-gradient(#900, #e00);
  background: -o-linear-gradient(#900, #e00);
  background: linear-gradient(#900, #e00);
  -webkit-animation: bg 0.15s infinite;
  -moz-animation: bg 0.15s infinite;
  -o-animation: bg 0.15s infinite;
  animation: bg 0.15s infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
#satisfaction {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.documents {
  display: block;
  position: relative;
}
.button {
  display: block;
  margin-top: 20px;
}
.button a {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  background-color: #000;
  font-family: Interstate, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.button a:hover {
  background-color: #333;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
  padding: 1rem;
  background-color: #333;
  color: #fff;
}
footer .left {
  display: none;
}
footer .copyright {
  padding: 13px 0;
  font-family: 'Big Caslon', Georgia, 'Times New Roman', Times, serif;
  font-size: 12px;
  line-height: 1.2rem;
  color: #eee;
}
footer .copyright span {
  white-space: nowrap;
}

/* Splash Screen
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#splash-image {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
}
#splash-text {
  display: block;
  z-index: 11000;
  color: #fff;
  line-height: 1.4em;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
}
#splash-text.top {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
}
#splash-text.right {
  position: fixed;
  top: 50%;
  right: 0;
  width: 50%;
  text-align: right;
  transform: translate(0, -50%);
}
#splash-text.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px 15px 15px;
  padding-bottom: 2vh;
}
#splash-text.left {
  position: fixed;
  top: 50%;
  width: 50%;
  text-align: left;
  transform: translate(0, -50%);
}
.main-heading {
  font-size: 1.5em;
  padding-bottom: 10px;
}
.sub-heading {
  font-size: 1.5em;
  padding-bottom: 10px;
}
.teaser-text {
  font-size: 0.8em;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
}
#splash-buttons {
  position: fixed;
  z-index: 11000;
  bottom: 0;
  width: 100%;
  padding: 15px;
  display: block;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
}
#splash-buttons span {
  display: none;
  font-family: 'Big Caslon';
  color: #aaa;
}
a.splash-button {
  font-weight: bold;
  font-size: 1.1em;
  color: #fff;
  text-decoration: underline;
}
.button-bar-text {
  font-family: 'Big Caslon';
  font-size: 0.8em;
  padding-bottom: 15px;
}
#alert-text {
  position: fixed;
  z-index: 11000;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 15px 30px;
  font-size: 1.5em;
  color: #fff;
  background: #000;
}

/* Responsiveness
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 540px) {
  .container {
    width: 480px;
    padding: 0;
  }
  .left {
    width: 26.21359223301%;
  }
  .right {
    width: 73.78640776699%;
  }
  header {
    height: 74px;
  }
  #nav-toggle {
    top: 17px;
    right: 20px;
    line-height: 46px;
    width: 46px;
    height: 46px;
    background-size: 92px 92px;
  }
  #nav-toggle:hover {
    background-position: 0 -47px;
  }
  .quarter {
    width: 25%;
  }
  .logo img {
    width: 236px;
    height: auto;
    margin-top: 25px;
  }
  .content .copy h1 {
    font-size: 28px;
  }
  footer .left {
    display: block;
  }
}

@media (min-width: 828px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 1120px) {
  .container {
    width: 1030px;
  }
  #instagram {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
  }
  #instagram a {
    color: #fff;
  }
  #instagram i {
    font-size: 2.5rem;
  }
  #nav-toggle {
    display: none;
  }
  .nav {
    display: block;
  }
  .nav .menu {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .nav .menu li {
    display: inline;
    list-style-type: none;
  }
  .nav .menu li a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
  }
  .nav .menu li a:hover {
    color: #888;
  }
  .nav .menu > li > a:after {
    content: '|';
    padding-right: 9px;
    padding-left: 13px;
    color: #666;
  }
  .nav .menu > li:last-child > a:after {
    content: '';
  }
  .sub-nav {
    position: relative;
    top: auto;
  }
  .sub-nav .nav .menu {
    margin: 0;
  }
  .sub-nav .nav .menu li {
    line-height: 30px;
    white-space: nowrap;
  }
  .internal-nav {
    position: relative;
    top: auto;
  }
  .internal-nav .nav .menu {
    margin: 0;
  }
  .internal-nav .nav .menu li {
    line-height: 30px;
    white-space: nowrap;
  }
  .internal-nav .nav .menu li a {
    color: #777;
  }
  .internal-nav .nav .menu li a:hover {
    color: #999;
  }
  .tri-nav {
    position: relative;
    top: auto;
  }
  .tri-nav .nav .menu {
    margin: 0;
  }
  .tri-nav .nav .menu li {
    line-height: 30px;
    white-space: nowrap;
  }
  .tri-nav .nav .menu li a {
    color: #999;
  }
  .tri-nav .nav .menu li a:hover {
    color: #aaa;
  }
  .main-heading {
    font-size: 2em;
    padding-bottom: 18px;
  }
  #alert-text {
    font-size: 2em;
    padding: 20px;
  }
  .sub-heading {
    font-size: 2em;
    padding-bottom: 20px;
  }
  .teaser-text {
    font-size: 1em;
  }
  .button-bar-text {
    font-size: 0.9em;
  }
  #splash-text.bottom {
    padding: 0 15px 30px 15px;
    padding-bottom: 4vh;
  }
  #splash-buttons span {
    display: inline;
  }
}

@media (min-width: 1500px) {
  .teaser-text {
    font-size: 1.1em;
  }
  .main-heading {
    font-size: 2.3em;
    padding-bottom: 30px;
  }
  #alert-text {
    font-size: 2.3em;
    padding: 20px;
  }
  .sub-heading {
    font-size: 2.3em;
    padding-bottom: 30px;
  }
  .teaser-text {
    font-size: 1.2em;
  }
  .button-bar-text {
    font-size: 0.9em;
  }
  .button-bar-text {
    font-size: 1em;
  }
}

/* Web Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Bold.eot');
  src: url('../fonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Interstate-Bold.woff') format('woff'),
    url('../fonts/Interstate-Bold.ttf') format('truetype'),
    url('../fonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.eot');
  src: url('../fonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Interstate-Regular.woff') format('woff'),
    url('../fonts/Interstate-Regular.ttf') format('truetype'),
    url('../fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Big Caslon';
  src: url('../fonts/BigCaslon.eot');
  src: url('../fonts/BigCaslon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BigCaslon.woff') format('woff'),
    url('../fonts/BigCaslon.ttf') format('truetype'),
    url('../fonts/BigCaslon.svg#BigCaslon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaStd-Medium.eot');
  src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaStd-Medium.woff') format('woff'),
    url('../fonts/FuturaStd-Medium.ttf') format('truetype'),
    url('../fonts/FuturaStd-Medium.svg#Futura') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Work Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Lift text up to top */
article.work {
  display: flex;
  flex-direction: column;
}
article.work .description {
  order: 1;
  margin-top: 0;
}
article.work .gallery {
  order: 2;
}
