/* style.css for williamdick.com from 070522 */
/* style.css for rebeccadick.uk reviewed 2108523 */

/* RESET ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body, h1, h2, h3, h4, p, ul, li { 
  margin: 0;
  padding: 0;
} 

/**
 * Render the `main` element consistently in IE.
 */

main { display: block;}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a { background-color: transparent;}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {font-weight: bolder;}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small { font-size: 80%;}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub { bottom: -0.25em;}

sup { top: -0.5em;}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img { border-style: none;}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { text-transform: none;}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset { padding: 0.35em 0.75em 0.625em;}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress { vertical-align: baseline;}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea { overflow: auto;}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

img,
picture { 
  max-width: 100%;
  display: block;
}

figure { 
  margin: 0;
  padding: 0;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details { display: block;}

/*
 * Add the correct display in all browsers.
 */

summary { display: list-item;}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template { display: none;}

/**
 * Add the correct display in IE 10.
 */

[hidden] { display: none;}
/* END RESET Normalize
   ========================================================================== */

/* ------------------- */
/* Custom properties   */
/* ------------------- */

:root {
  /* colors */
  --clr-dark: 62 62 62; /* #3e3e3e */
  --clr-light: 250 250 250; /* #fafafa */  
  --clr-accent: 123 170 130;
  --clr-white: 255 255 255;
  --clr-black: 0 0 0;
  --clr-dark-warm: 53 51 61;
  --clr-link: 68 57 209; /* #4439d1 Blue */  
  --clr-hover: 50 140 26; /* #328c1a Green*/ 
  
  /* font-sizes */

  /* TEXT --- https://type-scale.com/?size=18&scale=1.067&text=Solo%20Exhibitions&font=Open%20Sans&fontweight=400&bodyfont=body_font_default&bodyfontweight=400&lineheight=1.75&backgroundcolor=%23ffffff&fontcolor=%23000000&preview=false 
   Minor Second 18px (112.5%)
   --- */

  --fs-1-big: 1.476rem; /* 26.56px If required */
  --fs-1: 1.383rem; /* 24.89px*/
  --fs-2: 1.296rem; /* 23.33px*/
  --fs-3: 1.215rem; /*  21.87px */
  --fs-4: 1.138rem; /* 20.49px */
  --fs-5: 1.067rem; /* 19.21px */
  --fs-p: 1rem; /* 18.00px */
  --fs-small: 0.937rem; /* -1 16.87px */
  --fs-smaller: 0.878rem; /* -2 15.81px */
  --fs-smallest: 0.823rem; /* -3 14.82px */
  --fs-tiny: 0.772rem; /* -4 13.89px */
  --fs-tiniest: 0.723rem; /* - 13.02px */
  
  /* 2 font-family */
  --ff-sans: "Open Sans", sans-serif;
  --fa-style-family: "Font Awesome 6 Free";
  --fa-style: 900;
  --fa-display:  inline-block;
}

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

html { 
  height: 100%;
  font-size: 112.5%; /*18px*/
  background: #AEAAA5 url("../images-rd/bg-html-tile.jpg") repeat center top;
  background-color: #AEAAA5; 
} 

.fancyboxMB-bg {
  background: #fff url("../images-rd/bg-lightbox-tile.jpg") repeat center top !important; 
  opacity: 1 !important
}

body { 
  font-family: 'Open Sans', sans-serif;
  line-height: 1.66; /* 18/30 */
  font-weight: 400;
  font-size: 1rem;
  color: rgb( var(--clr-dark) );
}

/* --- Accessibility --- */

.sr-only {
  position: absolute; 
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px; 
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  white-space: nowrap; /* added line */
  border: 0;
}
  
.skip-to-content {
  position: absolute;
  z-index: 9999;
  background: rgb( var(--clr-light) );
  color: rgb( var(--clr-dark) ); 
  padding: .5em 1em;
  margin-inline: auto;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  -o-transition: transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.skip-to-content:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* remove animations for people who've turned them off */
@media (prefers-reduced-motion: reduce) {  
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

p, li { max-width: 63ch;}

p.article-date { font-size: var(--fs-smaller);}

p + p, figure + p { margin-top: 0.83rem;}

.home p + p, .home figure + p  { 
  max-width: 100%;
  font-style: italic;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
          margin-top: 0rem;
}

ul { list-style-type: none;}

.disc { 
  list-style-type: disc;
  list-style-position: outside;
  width: 100%;
  margin: 0.8rem 1.66rem; 
  display: block; 
}

.disc li { 
  padding-left: 0.4em;
  max-width: 57ch;
} 

li + li { margin-top: 0.42rem;}

footer li { margin-top: 0;} 

hr {
  background-color: rgb( var(--clr-dark) /0.2 );
  height: 1px;
  width: 100%;
  border: 0;
  -webkit-box-shadow: 0 1px 1px rgb( var(--clr-white));
          box-shadow: 0 1px 1px rgb( var(--clr-white));
}

h1, h2, h3, h4, h5 { 
  font-weight: 400;
  line-height: 1.3;
  color: rgb( var(--clr-dark) );
  margin: 0 0 0.83rem 0;
  max-width: 63ch;
}

h1 {
  font-size: var(--fs-1);
  margin-bottom: 0.8rem;
  color: rgb( var(--clr-dark) /0.75 );
  position: relative;
}

.home h2 { 
  position: absolute !important;
  color: rgb( var(--clr-light) /0 ) !important;;
  top: 0 !important;;
  left: -999999px !important;
  z-index: 0 !important;;
}

.thumbs h1 {
  margin-top: 0.45rem;  
  margin-bottom: 1.4rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2
}

.prints.thumbs h1 { 
  margin-top: 0;   
  margin-bottom: 1rem;
}

h2 { font-size: var(--fs-2);}

.about h2 {
  border-top: 1px solid rgba(0,0,0,.4);
  padding-top: 0.42em;
  -webkit-box-shadow: 0 1px 0px inset rgb( var(--clr-white) /.4) ;
  box-shadow: 0 1px 0px inset  rgb( var(--clr-white) /.4) ;
  margin-top: 0.83rem;
}

figcaption h2 { 
  text-align: center;
  letter-spacing: 0.5px;
  font-size: var(--fs-small);
}

h3 { font-size: var(--fs-3);}

.policy-text h2, .policy-text h3 { 
  margin-top: 1.66rem;
  border-top: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0 -1px 2px rgba(255,255,255,.65) inset;
  box-shadow: 0 -1px 2px rgba(255,255,255,.65) inset;
  padding-top: 1rem;
}

.policy-text h2:first-of-type { 
  margin-top: 0;
  border: none;
  padding-top: 0;
}

h4 { font-size: var(--fs-4);}

h5 { font-size: var(--fs-5);}

/* --- END TEXT --- */

.border-top {
  padding-top: 0.8em;
  border-top: 1px solid rgb( var(--clr-dark) /0.2);
  margin-top: 1.66rem;
}

/* --- LINKS --- */
a { 
  text-decoration: none;
  color: rgb( var(--clr-link) );
  will-change: transform;
  -webkit-transition: color 250ms;
  -o-transition: color 250ms;
  transition: color 250ms;
}

a h2 { color: rgb( var(--clr-link)/.65 );}

a:hover h2 { color: rgb( var(--clr-hover) )}

footer a { color: rgb( var(--clr-dark) );}

a:hover, a:active, a:focus  { color: rgb( var(--clr-hover) );}

aside .card li.active { 
  color: rgb( var(--clr-hover) );
  border: none;
  padding-bottom: 0;
  -webkit-box-shadow: none;
    box-shadow: none; 
} 

aside .card li.active a { 
  color: rgb( var(--clr-hover) );
  border: none;
  padding-bottom: 0;
  -webkit-box-shadow: none;
    box-shadow: none; 
}

aside .card li.active ul a { 
  color: rgb( var(--clr-link) );
  border: none;
  padding-bottom: 0;
  -webkit-box-shadow: none;
    box-shadow: none; 
} 

a.external-link, a.linkbox-link {
  display: inline-block;
  position: relative;
}

a.external-link::after, a.linkbox-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgb( var(--clr-hover) );
  -webkit-box-shadow: 0 1px 1px  rgb( var(--clr-white) /.5);
  box-shadow: 0 1px 1px  rgb( var(--clr-white) /.5); 
  -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

a.external-link + span { font-size: var(--fs-smallest);}

a.linkbox-link::after { 
  width: 90%;
  left: 5%;
  bottom: 0.6rem;
}

.selected-work .col:first-of-type a.linkbox-link::after { 
  width: 70%;
  left: 15%;
}

.selected-work .col:last-of-type a.linkbox-link::after { 
  width: 45%;
  left: 28%;
}

.all-works .col a.linkbox-link::after, .all-works .col:last-of-type a.linkbox-link::after { 
  width: 70%;
  left: 15%;
}  

a.external-link:hover:after, a.linkbox-link:hover:after {
  -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.logo { 
  font-size: var(--fs-4);
  font-weight: 400;
  color: #7b7977;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 0.21rem;
}

.two-col .logo { margin-top: 0.05rem;}

.logo:hover { color: #e9dd15;}

/*.home .logo { color: rgb( var(--clr-white) ); }*/

/* --- Icons --- */

.icon::before, .icon::after {
  display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  background-color: transparent;
}

/* --- END Icons --- */

/* --- Buttons --- */

@media screen and (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth;}
}

.btn {
  color: rgb( var(--clr-link) );
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  display: inline-block;
  padding: 0;
}

.btn-txt { color: rgb( var(--clr-link) );}

.home .btn-txt { margin-top: 0.21rem;}

.btn:hover, .btn:focus {
  color: rgb( var(--clr-hover) );
}

.back {
   /*position: absolute;
  bottom: -32px;  for single link */
  font-size: var(--fs-tiniest);
  color: rgb( var(--clr-dark) /.65 );
  text-align: center;
  min-width: 164px;
}

.all-works .back { bottom: -51px;}

.back .fa-angle-left, .selected-works-nav li a .fa-angle-left { padding-right: 0.2em;}

.download { 
  font-size: var(--fs-small);
  margin-top: 0.35rem;
}

.download .fa-angle-down { padding-left: 0.4em;} 

#btnTop {
  display: none;
  position: fixed;
  bottom: 143px;
  right: -1.9rem;
  z-index: 99;
  border: none;
  outline: none;
  color: rgb( var(--clr-dark) );
  background: none; 
  cursor: pointer;
  padding: 1.66em;
  aspect-ratio: 1/1;
  -webkit-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
}

#btnTop::before {
  font: var(--fa-font-solid);
  content: "\f062";
  position: absolute;
  left: 0;
  top: 0;
}

/* --- End Buttons --- */

/* --- END LINKS --- */

/* --- IMAGES, FIGURES,  FIGCAPTIONS --- */

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

img[alt] { font-size: var(--fs-tiniest);}

figure { margin-bottom: 0.83rem;}

.home figure { 
  width: 203px;
  float: none;
  margin-bottom: 0;
}

.selected-work figure { margin-bottom: 0;}

.main-sidebar figure { margin: 0;}

.main-sidebar figure li { margin-top: 0;}

.main-sidebar figure li +li { margin-top: 0.1rem;}

figcaption {
  font-size: var(--fs-smallest);
  line-height: 1.3;
  color: rgb( var(--clr-dark) /0.75 );
  margin-top: 0;
  padding: 0.63em 0.21em 0.833em 0.21em;
}

figcaption li + li { margin-top: 0.2rem;}

figcaption .work-title { 
  /*letter-spacing: -0.15px;
  word-spacing: -0.15px;*/ 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; 
}

.letterspacing { letter-spacing: -0.3px;}

.letterspacing1 { letter-spacing: -0.8px;}

.work-title span { font-style: normal;}

figure.float-left {
  float: none;
  width: 203px;
}

.contact figure.float-left {
  float: none;
  width: 110px;
}


/* --- Zoom on hover effect --- */

.zoom {
  display: inline-block;
  overflow: hidden;
}

.zoom img { 
  vertical-align: middle;
  -webkit-transition: -webkit-transform 750ms cubic-bezier(.5, 0, .5, 1);
  transition: -webkit-transform 750ms cubic-bezier(.5, 0, .5, 1);
  -o-transition: transform 750ms cubic-bezier(.5, 0, .5, 1);
  transition: transform 750ms cubic-bezier(.5, 0, .5, 1);
  transition: transform 750ms cubic-bezier(.5, 0, .5, 1), -webkit-transform 750ms cubic-bezier(.5, 0, .5, 1);
}

figure:hover .zoom img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
          -webkit-box-shadow: 0px 20px 5px -15px rgba(114, 114, 111, 0.65);
                  box-shadow: 0px 20px 5px -15px rgba(114, 114, 111, 0.65);
}


/* --- End Zoom on hover effect --- */

/* --- END IMAGES, FIGURES, FIGCAPTIONS --- */

/* --- SLIDER  on Home page --- */

.tp-bannertimer { display: none;}

/* --- END SLIDER Revolution --- */

/* --- MODAL --- */

/* -- LIGHTBOX/MODAL -- */

.grid-one-column {
  display: grid;
  gap: 1.65rem;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr; 
}

/* The Modal (background) */

.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 7px;
	top: 61px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
  background-color: rgb( var(--clr-light));
  -webkit-animation: content-load 750ms 50ms ease-in forwards;
          animation: content-load 750ms 50ms ease-in forwards;
  opacity: 0;
}

/* Modal Content */

.modal-content {
	position: relative;
	margin: 0.8rem auto 0 auto;
	padding: 0;
  width: 100%;
  height: 100%;
}

#myModal .column img { display: none;} 

/* The Close Button */

.close {
  color: rgb( var(--clr-dark) /0.3) ;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	position: absolute;
	top: 373px;
	right: 43%;
	padding: 16px;
	font-size: 44px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: 200ms ease-out color;
	-o-transition: 200ms ease-out color;
	transition: 200ms ease-out color;
	z-index: 500;
}

.close:hover, .close:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
}

.prev,.next {
	cursor: pointer;
	position: absolute;
	top: 391px;
	width: auto;
	padding: 16px;
	color: rgb( var(--clr-dark) /0.3) ;
	text-shadow: 0px -1px 0px rgb( var(--clr-white) ) ;
	font-weight: bold;
	font-size: 24px;
	-webkit-transition: 200ms ease-out;
	-o-transition: 200ms ease-out;
	transition: 200ms ease-out;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.prev { left: 8px;}

.next { right: 8px;}

.prev:hover, .next:hover { color: rgb( var(--clr-hover) );}

/* Number text (1/3 etc) */

.mySlides .numbertext {
	font-family: "Open Sans",sans-serif;
	font-size: var(--fs-smallest);
	font-weight: 400;
	color: rgb( var(--clr-dark) /0.5 );
	/*text-shadow: 0px -1px 0px rgb( var(--clr-light) 0.5 );*/
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	float: right;
	padding: 0;
	position: absolute;
	top: 319px;
	left: 78%;
}

/* Caption text */

.modal-content .caption-container {
  font-family: "Open Sans",sans-serif;
	font-size: var(--fs-small);
	font-weight: 400;
	color: rgb( var(--clr-dark) /0.75 );
	/*text-shadow: 0px -#693268 0px rgb( var(--clr-light) /0.5 );*/
	width: 256px;
	position: absolute;
	top: 301px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mySlides .caption {
	font-family: "Open Sans",sans-serif;
	font-size: 0.823rem;
	font-weight: 400;
	color: rgb( var(--clr-dark) );
	text-shadow: 0px 1px 0px rgb( var(--clr-light) );
	margin: 0;
	padding: 0;
	width: 100%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#caption { max-width: 100%;}

#caption ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
}

#caption li { 
  line-height: 0.45;
  padding: 0.3em 0 0.3em 0;
}

#caption li:first-of-type { 
  font-weight: 900;}

.mySlides  {
	margin: 0 auto;
	position: relative;
}

/* Hide the slides by default */

.mySlides { display: none;}

.push-down  { 
  width: 256px;
  top: 30px;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  
          -webkit-animation: content-load 100ms 10ms ease-in forwards;
          animation: content-load 100ms 10ms ease-in forwards;
  opacity: 0;
}

@-webkit-keyframes fade-in-r-small {
  from { opacity: 0;}
  to { opacity: 1; }
}

@keyframes fade-in-r-small {
  from { opacity: 0;}
  to { opacity: 1; }
}

.mySlides img  {
  width: 100%;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-transform: translatex(-8px);
	-ms-transform: translatex(-8px);
	    transform: translatex(-8px);
      opacity: 0;
	-webkit-animation: fade-in-r-small 7500ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
	animation: fade-in-r-small 750ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
}

.paintings .mySlides img  {
  width: 100%;
  -webkit-box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.65);
	-webkit-transform: translatex(-8px);
	-ms-transform: translatex(-8px);
	    transform: translatex(-8px);
      opacity: 0;
	-webkit-animation: fade-in-r-small 7500ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
	animation: fade-in-r-small 750ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
}

.prints .mySlides img  {
  width: 100%;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transform: translatex(-8px);
	-ms-transform: translatex(-8px);
	    transform: translatex(-8px);
      opacity: 0;
	-webkit-animation: fade-in-r-small 7500ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
	animation: fade-in-r-small 750ms -200ms cubic-bezier(0, 0.37, .4, 1.02) forwards;
}


/* -- END LIGHTBOX -- */

/* --- END MODAL --- */

/* --- FORM --- */

/* ---  Contact Form  --- */

form  { 
  font-family: var(--ff-sans);
  margin-top: 0.8rem;
  background-color: rgba(229, 229, 229, 0);
  border: 1px solid rgb( var(--clr-black) /0.4);
  -webkit-box-shadow: 0px -1px 0px rgb( var(--clr-white)/0.4),
          -1px 0 0px inset rgb( var(--clr-white)/0.4),
          0px 1px 0px rgb( var(--clr-white)/0.4),
          -1px 0 0px rgb( var(--clr-white)/0.4);
          box-shadow: 0px -1px 0px rgb( var(--clr-white)/0.4),
          -1px 0 0px inset rgb( var(--clr-white)/0.4),
          0px 1px 0px rgb( var(--clr-white)/0.4),
          -1px 0 0px rgb( var(--clr-white)/0.4);
  padding: 0.83rem;
  max-width: 260px;
}

.form-group + .form-group { margin-top: 0.8rem;}

.form-inputs { margin-bottom: 0.8rem;}

.form-senders {
  margin-bottom: 0.83rem;
  background: none;
}

form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .col-onehalf, form .col-fullwidth { width: 100%;}

.text-muted { 
  font-family: var(--ff-sans);
 font-size: 12px;
 font-size: var(--fs-smallest);
 color: rgb( var(--clr-bodytxt) );
 font-weight: 400;
 margin-bottom: 0.4rem;
}

label {
  font-weight: 400;
  font-size: var(--fs-small);
  color: rgb( var(--clr-bodytxt) );
  margin-bottom: 0.2rem;
  display: inline-block;
}

label.unrequired:after { content: none;}

.text-muted:before { padding-right: 0.2em;}

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 0.2em 0.4em 0.4em 0.4rem ;
  font-size: var(--fs-small);
  line-height: 1.66;
  color: rgb( var(--clr-bodytxt) );
  background-color: rgb( var(--clr-white) /.3);
  background-image: none;
  border: 1px solid rgb( var(--clr-black) /.4);
  -webkit-box-shadow: -1px -1px 1px inset rgb( var(--clr-white)/.4);
  box-shadow: -1px -1px 1px inset rgb( var(--clr-white)/0.4);
  border-radius: 0;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(2, 52, 152, .1);
  box-shadow: inset 0 1px 1px rgba(2, 52, 152, .1);*/
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  background-clip: padding-box;
}

.d-none { display: none;}

.form-control::-webkit-input-placeholder { 
  color: rgb( var(--clr-bodytxt) );
  opacity: 1;
 }

.form-control::-moz-placeholder { 
  color: rgb( var(--clr-bodytxt) );
  opacity: 1;
 }

.form-control:-ms-input-placeholder { 
  color: rgb( var(--clr-bodytxt) );
  opacity: 1;
 }

.form-control::-ms-input-placeholder { 
  color: rgb( var(--clr-bodytxt) );
  opacity: 1;
 }

.form-control::placeholder { 
  color: rgb( var(--clr-bodytxt) /0.5 );
  opacity: 1;
 }

.help-block.with-errors { margin-top: 5px;}

/*.help-block.with-errors.message { margin-top: -18px;}*/

.help-block.with-errors ul { color: #ff5050;}

textarea {
   overflow: auto;
   resize: vertical;height: auto;
   padding-top: 0.2em;
   margin-bottom: 0.4rem;
   min-height: 180px;
}

.recaptcha-placeholder {
  width: 100%;
  height: auto;
}

.btn.disabled, .btn:disabled { opacity: .65;}

.btn-send.disabled, .btn-send:disabled {
  color: rgb( var(--clr-bg-page) ); 
  text-shadow: 0 -1px 0 rgb( var(--clr-black) );
  background-color: rgb( var(--clr-bodytxt-warm) ); 
}

.btn-send, .btn-send:visited {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3; /* 18/30 */
  font-weight: 400;
  font-size: var(--fs-p);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.15;
  color: rgb(var(--clr-link) ); 
  background-color: rgb( var(--clr-bg-page) );
  height: 49px;  
  width: 100%; 
  padding: 0.83em;
  border: 1px solid rgb( var(--clr-link) );
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  display: inline-block;
  cursor: pointer;

}

.fa-input { font-family: 'FontAwesome', 'Open Sans', sans-serif;}

.btn-send:hover, .btn-send:focus { 
  color: rgb(var( --clr-hover) );
  border: 1px solid rgb( var(--clr-hover) );

}

.alert-success {
 color: #693268;
 background-color: #d4edda;
 border-color: #D95A90;
  -webkit-box-shadow: 2px 2px 6px #D95A90;
          box-shadow: 2px 2px 6px #D95A90;
}

@media screen and (max-width: 479px) { 
  
  .g-recaptcha {
  -ms-transform:scale(0.77);
      transform:scale(0.77);
  -webkit-transform:scale(0.77);
  -ms-transform-origin:0 0;
      transform-origin:0 0;
  -webkit-transform-origin:0 0;
  }
}

/* --- END FORM --- */


/* --- LAYOUT --- */

body { 
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr; 
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: start;
              align-content: start;
  overflow-x: hidden;
  
}

header, footer, main  { grid-column: 1 / 2;}
header { grid-row: 1 / 2;}
main { grid-row: 2 / 3;} 
footer { grid-row: 3 / 4;}

.boxed {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 1fr; 
}



/* WD Exhibitions pages and Contact page */
.boxed-slider { grid-row: 2 / 3;} 

.boxed main { grid-row: 3 / 4;}

.boxed main { margin-top: 29.5vw;}

.solo.boxed main { margin-top: 41.5vw;}

.boxed footer { grid-row: 4 / 5;}

header { 
  background-color: rgba(0, 0, 0, 0.75);
  padding-block: 0.5em 0.7em;
  position: -webkit-sticky;
  position: sticky;
  height: 60px;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-top: 1px solid rgba(0,0,0,1); 
  border-bottom: 1px solid rgba(0,0,0,1);
  margin-bottom: 0.83rem; 
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 65rem;
}

header .container, footer .container {
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
    -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
}

.content {
  grid-column: 1 / 2;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.66em;
  padding-bottom: 3.32em;
  max-width: 65rem;
   -webkit-animation: content-load 150ms 1000ms ease-in forwards;
   animation: content-load 50ms 0ms ease-in forwards;  
 }

/* use flexbox on home page body and exhibitions page body as grid affects slider */
 .home, .exhibitions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
                  -webkit-box-align: stretch;
                      -ms-flex-align: stretch;
                          align-items: stretch;
                  -ms-flex-line-pack: center;
                      align-content: center;
                  min-height: 100vh;
                  overflow: auto;
}

.home header { 
  -ms-flex-item-align: start; 
  align-self: flex-start;
}

 .home .content  {
  /*grid-row: 2/3; 
  -webkit-box-pack: center; 
  -ms-flex-pack: center; 
  justify-content: center;
  -webkit-animation: content-load 50ms 0ms ease-in forwards;
  animation: content-load 50ms 0ms ease-in forwards; 
  opacity: 0;*/
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.exhibitions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
                  -webkit-box-align: stretch;
                      -ms-flex-align: stretch;
                          align-items: stretch;
                  -ms-flex-line-pack: center;
                      align-content: center;
                  min-height: 100vh;
                  overflow: auto;
}

.home article, .exhibitions article  {
  -webkit-animation: content-load 350ms 1.5s ease-out forwards;
  animation: content-load 350ms 1.5s ease-out forwards; 
  opacity: 0;
}





@-webkit-keyframes content-load {
  0% { opacity: 0;}

  100% { opacity: 1;}
}

 @keyframes content-load {
  0% { opacity: 0;}

  100% { opacity: 1;}
}

@-webkit-keyframes first-image-load {
  0% { opacity: 1;}

  50% { opacity: 1;}
 
  100% { opacity: 0;}
}

@keyframes first-image-load {
  0% { opacity: 1;}
  
  50% { opacity: 1;}
  
  100% { opacity: 0;}
}


/* --- Navigation--- */

.mobile-nav-toggle {
  cursor: pointer; 
  font-size: var(--fs-3);
  color: #7b7977;
  border: none;
  background-color: transparent;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 9999;
  top: 0.78rem;
  right: 0.7rem;
  padding: 0em 0.25em 0em 0.25em;
}

.mobile-nav-toggle::before {
  font: var(--fa-font-solid);
  content: "\f0c9";
}

.mobile-nav-toggle[aria-expanded="true"]::before {
  font: var(--fa-font-solid);
  content: "\f00d";
  color: rgb( var(--clr-light));
  cursor: pointer;
}

.mobile-nav-toggle[aria-expanded="true"]::before:hover { color: rgb( var(--clr-hover));}

nav ul.main-menu {
  list-style: none;
  margin: 0;
  position: fixed;
  overflow-y: scroll;
  z-index: 500;
  background-color: rgb( var(--clr-dark) );
  -webkit-box-shadow: none;
  box-shadow: none;
  inset: 0 0 0 1.66rem;
  padding: 2.1em 0 1.66em 1.66em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

nav ul.main-menu[data-visible="true"] {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: -0.1rem 0 0.1rem 0.1rem rgba(0, 0, 0, 0.33);
          box-shadow: -0.1rem 0 0.4rem 0.1rem rgba(0, 0, 0, 0.33);
}

nav li { max-width: 81%;}

nav li:last-of-type {
  border: none;
  padding-bottom: 0;
}

nav li:nth-child(2) {
  border-top: none;
  padding-top: 0;
}

nav li + li { margin-top: 0.8rem;}

nav li ul { padding-left: 0.8em;}

nav li ul li { 
  margin-top: 0.4rem;
  max-width: 100%;
}

nav li ul li a { font-size: var(--fs-small);}

nav a {
  color: #7b7977; 
  padding-block: 0.42em;
}

nav a.dropdown-toggle { padding: 2em 0;} /* ease of use of dropdown area */

nav a:hover,
nav a:focus, li.active a { 
  color: #e9dd15;
}


/*nav li.active a { background: url(../images-rd/bg-here-tile.png) repeat-x left bottom;}*/

.fa-caret-down { 
  opacity: 1; 
}

.has-dropdown { position: relative;}

.has-dropdown:hover .dropdown-menu { display: block;}

.dropdown-menu {
  display: block;
  font-size: var(--fs-small);
  color: rgb( var(--clr-light));
  padding: 0.2em 0 0.8em 0;
}

.dropdown-menu li {
  border-bottom: 1px solid rgb( var(--clr-light) /0.3);
  padding-bottom: 0.4em;
}

.dropdown-menu li:nth-child(1) { margin: 0.4rem 0 0.4rem 0;}

.dropdown-menu li a { 
  color: rgb( var(--clr-light));
  padding: 1.65em 0.4em 1.65em 0.4em;
}

.dropdown-menu li.active {   
  border-bottom: 1px solid rgb( var(--clr-hover));
  padding-bottom: 0.4em;
}

.dropdown-menu li.active a { color:  #e9dd15;}

.dropdown-menu li.has-dropdown .active a { color: rgb( var(--clr-link) );}

nav.selected-works-nav { 
  margin-top: -2px;
  padding-block: 0;
  width: 100%;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(0,0,0,.1); 
  -webkit-box-shadow: 0 -1px 2px rgba(255,255,255, 1) inset; 
          box-shadow: 0 -1px 2px rgba(255,255,255, 1) inset;;
  margin-bottom: 0.4rem;
}

nav.selected-works-nav li { max-width: 100%;}

nav.selected-works-nav li +li { margin-top: 0;}

nav.selected-works-nav a { color: rgb( var(--clr-dark) .65);}

nav.selected-works-nav a:hover { color: rgb( var(--clr-hover) );}

ul.all-thumb-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

ul.all-thumb-pages li { 
  font-size: var(--fs-small);
  color: rgb( var(--clr-dark) /.65 );
  text-align: center;
  margin-left: 0.8rem;
}

ul.all-thumb-pages li:first-of-type { margin-left: 0;} 


/* --- END Navigation--- */

footer {
  -ms-flex-negative: 0; 
  font-size: var( --fs-smaller);
  background-color: rgba(0, 0, 0, 0.75); 
  padding: 0.5em 0 0.5em 0;  
}

footer ul { 
  width: 100%;
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  row-gap: 0.2em;
}

footer li:last-of-type { font-size: var( --fs-tiniestest);}

footer li, footer a {color: #7b7977; }

footer a:hover, footer a:focus { color: #e9dd15;}

footer img { padding: 2px;}


.grid-single-column {
  display: grid;
  gap: 1rem;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 1fr; 
}

.home .grid-single-column { 
  position: relative;
  padding-bottom: 0.83em;
}

.grid-equal-columns {
  position: relative;
  display: grid;
  gap: 0.8rem 1rem;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(2, 1fr);
}

.about .grid-equal-columns { grid-template-columns: 1fr;}

.link-boxes { gap: 0 1rem;}

.home .link-boxes { margin-top: 37vw;}

.flex-equal-columns {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.col { 
  max-width: 100%;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.home .link-boxes .col:nth-of-type(3) { margin-top: -8px;}

.two-col main {
  width: 100%;
  padding-bottom: 1.66em;
 }

.selected-work main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.21rem;
}

.thumbs h1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  width: auto;
}

nav.selected-works-nav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: auto;
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prints nav.selected-works-nav { display: none;}

.exhibitions-list li {
  max-width: 68ch;
  padding-bottom: 0.6em;
  border-bottom: 1px solid rgb( var(--clr-dark) /0.2);
  -webkit-box-shadow: 0px 1px 1px rgb( var(--clr-white));
          box-shadow: 0px 1px 1px rgb( var(--clr-white)); 

}

.exhibitions main li:last-of-type {
  padding-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.exhibitions li span.date {       
  margin-right: 0.8rem;
  padding-right: 0;
  border: none;
  -webkit-box-shadow: none;;
          box-shadow: none;;
}

li span.details {
  -webkit-box-flex: 1; 
      -ms-flex: 1 1 0px; 
          flex: 1 1 0;
}

.group li span.date { 
  min-width: 4.7rem;
  text-align: right;
}

article:first-of-type { margin-top: 0;}

.about article figure { width: 200px;}

.about article figure:nth-of-type(1) { margin-bottom: 0;}

.about article figure:nth-of-type(1) + p {  margin-top: 0;} 

.about article figure:nth-of-type(1) { margin-top: 1.66rem;}

.about article figure.float-left { margin-top: 0;}

.about article figure:nth-of-type(2) { margin-top: 0.83rem;}

.about section.article-intro p:last-of-type { padding-right: 0.7em;}

.about section.education { 
  clear: both;
  padding-bottom: 0.83em;
}

.two-col article li {
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: stretch;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
}

.education-list li, .employment-list li {
  margin-bottom: 0.21rem;
  padding-bottom: 0.83em;
  border-bottom: 1px solid rgba(0,0,0,.4);
  -webkit-box-shadow: 0 1px 0px rgb( var(--clr-white) /.4);
          box-shadow: 0 1px 0px rgb( var(--clr-white) /.4);
}

.education-list li:last-of-type, .employment-list li:last-of-type { 
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.about li span.date {
  display: inline-block;
  width: 128px;
  text-align: left;
  padding-right: 0.42em;
}

.about ul.education-list li:nth-of-type(4) span.details, .about ul.employment-list li:last-of-type span.details { 
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
          margin-bottom:0;
  padding-bottom: 0;
}

.about ul.employment-list li:nth-of-type(3) span.details, .about ul.employment-list li:nth-of-type(5) span.details, .about ul.employment-list li:nth-of-type(8) span.details { padding-right: 4em;}

.about .grid-equal-columns .col:nth-of-type(2) {
 margin-top: -0.4rem;}

.exhibitions-list li {
  max-width: 68ch;
  padding-bottom: 0.83em;
  border-bottom: 1px solid rgb( var(--clr-dark) /0.4);
  -webkit-box-shadow: 0px 1px 1px rgb( var(--clr-white) /.4);
  box-shadow: 0px 1px 1px rgb( var(--clr-white) /.4);
}

.exhibitions-list li span.date {
  margin-right: 1.66rem;
  padding-right: 0;
}

.main-sidebar {
  border-top: 1px solid rgba(0,0,0,.4);
  padding-top: 0.83em;
  -webkit-box-shadow: 0 1px 0px inset rgb( var(--clr-white) /.4);
  box-shadow: 0 1px 0px inset rgb( var(--clr-white) /.4);
  margin-top: 1.66rem;
  width: 100%;
}

.main-sidebar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; 
}

.main-sidebar .card:first-of-type { 
  margin-top: 0.42rem;
  width: 100%;
  padding-bottom: 1.66em;
  border-bottom: 1px solid rgb( var(--clr-dark) /0.4);
  -webkit-box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
  box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
  margin-bottom: 0.42rem;
}

.about .main-sidebar .card:first-of-type, .exhibitions .main-sidebar .card:first-of-type, .news .main-sidebar .card:first-of-type, .contact .main-sidebar .card:first-of-type {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
} 

.main-sidebar .card + .card { 
  margin-top: 0.4rem;
  width: 100%;
}

.contact .main-sidebar .card:first-of-type img { 
  margin: 0 auto;
  padding-top: 0.83rem;

}

/* ---Thumbnail pages, Link Boxes pages --- */

.selected-work h1 span, .selected-work h2 span { 
  font-size: var(--fs-small);
  font-weight: 400;
  color: rgb( var(--clr-dark) / 0.75);
  display: inline-block; 
}

.link-boxes figcaption { 
  color: rgb( var(--clr-dark) );
  padding: 0;
  position: relative;
} 

.thumbnails figcaption { margin-top: -0.39rem;}

.thumbnails figcaption li + li { margin-top: -0.2rem;}

.thumbnails figcaption ul {
  margin-top: 6px;
  margin-top: 0.3rem; 
  padding: 0 0.4em;
}

/* --- END Thumbnail pages --- */

/* News Page .news */
.articles-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news article:first-of-type {
  padding-bottom: 1.66em;
  border-bottom: 1px solid rgb( var(--clr-dark) /0.4);
  -webkit-box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
  box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
  margin-bottom: 0.83rem; 
}

.news article h2 { margin: 0;}

.news article h2 + p { 
  font-size: var(--fs-smaller);
  margin-bottom: 0.83rem;
}

.news article figure { 
  float: none;
  margin-top: 0.42rem;
  margin-right: 0.83rem;
  margin-bottom: 0;
  clear: left; 
}

.news article figure + p { margin-top: 0;}

.news article:nth-of-type(2) figure:nth-of-type(1) figcaption { 
  padding-top: 0;
}


/* END news page .news */ 

/* ---  Sitemap page .sitemap --- */

.sitemap main { width: 100%;}

.sitemap main li { margin: 0;}

.sitemap main li.active { width: 21%}

.level-zero   { font-size: var(--fs-p);}

.level-one  {
  font-size: var(--fs-small); 
  margin-top: 0.2rem;
  margin-left: 1em;
}

aside .level-one { margin-left: 0;}

.level-two  { 
  font-size: var(--fs-smaller);
  margin-top: 0.2rem;
  margin-left: 1em;
}

.sitemap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; 
}

.sitemap-box .indent { 
  margin-left: 0.4rem;
  font-size: var(--fs-small);
}

.sitemap-box ul.indent li { font-size: var(--fs-smaller);}

.sitemap-box li.indent + li.indent {
  padding-top: 0.4em;
  border-top: 1px solid rgb( var(--clr-dark) /0.2);
  -webkit-box-shadow: 0 1 1px rgb( var(--clr-white));
  box-shadow: 0px -1px 1px rgb( var(--clr-white));
  margin-top: 1.25rem;
}

.sitemap-box ul.indent:nth-child(4) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

/* --- END Sitemap page --- */


@media (min-width: 480px) {

  header { position: static;}

  .main-menu li { max-width: 44%;}

  .dropdown-menu li { max-width: 100%;}

  footer ul { 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: row; 
    flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  footer li:last-of-type { 
    -webkit-box-flex: unset;
     -ms-flex-positive: unset; 
     flex-grow: unset;
  }

  figure.float-left { 
    width: 158px;
    float: left;
    margin: 0.42rem 0.83rem 0 0;
  }

  .about article figure{ width: 200px;}

  .about section.article-intro p:last-of-type { padding-right: 0;}

  .about section.article-intro p:nth-of-type(3) { padding-right: .75em;}

  .about article figure:nth-of-type(2) { 
    float: left;
    margin-top: 1.66rem;
  }

  .about article figure:nth-of-type(3) { 
    float: right;
    margin-top: 1.45rem;
  }

  .about ul.education-list li:nth-of-type(3) .details,  .about ul.education-list li:nth-of-type(4) .details { padding-right: .5em;}

  .home figure { 
    width: 146px;
    float: left;
    margin-right: 0.83rem;
    margin: 0.42rem 0.83rem 132px 0;
  }

  .about article figure.float-left + p { margin-top: -0.6rem;}

  .about article figure.float-left { margin-top: 0.5rem;}

  .about article figure.float-left figcaption { padding-bottom: 0;}

  .news article figure { float: left;}

  .news article:nth-of-type(2) figure:first-of-type { margin-left: 28px}

  .boxed .content, .solo.boxed .content { margin-top: 17.5vw;}

  .contact.boxed .content { margin-top: 6.7vw;}

  form  {  max-width: 100%;}

  .btn-send { margin-top: 0.833rem;}


  .grid-equal-columns {
    grid-template-columns: repeat(2, 150px);
    -webkit-column-gap: 1.66rem;
       -moz-column-gap: 1.66rem;
            column-gap: 1.66rem;
            row-gap: 0.8rem;
  }

  .link-boxes {
    grid-template-columns: repeat(3, 1fr); 
    gap: 0 1rem;
  }

  .exhibitions .boxed-slider { margin-bottom: 4.98rem !important;}

  .modal-content { margin-top: 0.2rem;}

  .push-down { 
    width: 179px;
    margin-left: 0;
  }

  .modal-content .caption-container {
    top: 221px;
    width: 94%;
  }

  #caption ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
        -ms-flex-wrap: nowrap; 
            flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  #caption li { padding: 0.4em 0;}

  #caption li + li { 
    margin-top: 0;
    margin-left: 0.4em;
  }

  #caption li:last-of-type { margin-left: 0.2em;}

  .prints #caption li:last-of-type { margin-left: 0.3em;}

  .close { 
    top: -27px;
    right: 1rem;
  }

  .prev, .next { top: 83px;}

  .next { right: 1.4rem;}

  .prev { left: 1rem;}
  
  .mySlides .numbertext {
    top: 253px;
    left: 38%;
  }

  .flex-equal-columns {
    width: 91%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
           -ms-flex-wrap: nowrap;
               flex-wrap: nowrap;
  }

  .two-col .flex-equal-columns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -ms-flex-line-pack: start;
                align-content: flex-start;
                margin: 0 0 0 2px;
                gap: 1.66rem;
  }

  .all-works .flex-equal-columns { 
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 0.4rem;
        -webkit-column-gap: 1.65rem;
           -moz-column-gap: 1.65rem;
                column-gap: 1.65rem; 
  }

  .exhibitions .flex-equal-columns { width: 65%;}

  .contact .flex-equal-columns { 
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 0.8rem;
           -moz-column-gap: 0.8rem;
                column-gap: 0.8rem;
  }

  form { 
    margin-top: 4.4rem;
    padding: 0.83em 1.66rem 1.66em 1.66rem;
  }

  .about li span.date {
    width: 150px;
    padding-right: 1.66em;
  }

  .about li span.details { padding-right: 0;}

  .about .education-list li:first-of-type span.details { padding-right: 1.3em;}

  .about .employment-list li:first-of-type span.details { padding-right: 3.2em;}

  .about .employment-list li:nth-of-type(8) span.details { padding-right: 3.4em;}

  .about .employment-list li:nth-of-type(9) span.details { padding-right: 0;}
  
  .thumbnails figcaption { 
    margin-top: -7px;
    margin-top: -0.35rem;
  }

  .grid-equal-columns figcaption li + li {
    letter-spacing: -0.2px;
    word-spacing: -0.1px;
  }

  .main-sidebar .row, .about .main-sidebar-smallscreens .row {
     -webkit-box-orient: horizontal; 
     -webkit-box-direction: normal; 
     -ms-flex-direction: row; 
     flex-direction: row;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
  }

  .main-sidebar .card:first-of-type {
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
   }

  .main-sidebar .card, .main-sidebar .card:first-of-type, .about .main-sidebar-smallscreens .card { width: 50%;}

  .contact .main-sidebar .card { width: 100%;} 

  .selected-work .main-sidebar .card { width: 33%;}

  .main-sidebar .card + .card, .contact .main-sidebar .card + .card { 
    margin-top: 2.6rem;
    padding-top: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50%;
    padding-left: 1.66em;
    border-left: 1px solid rgb( var(--clr-dark) /0.5);
    -webkit-box-shadow: 1px 0px 0px inset rgb( var(--clr-white) /0.3);
          box-shadow: 1px 0px 0px inset rgb( var(--clr-white) /0.3);
  }

  .about .main-sidebar .card + .card { margin-top: 0.4rem;} 

  .selected-work .main-sidebar .card + .card { 
    width: 33%;
    padding-left: 0.8em;
  }

  .contact figure.float-left {
    float: left;
    margin-right: 0.83rem;
  }

  .contact .main-sidebar .card:first-of-type img { margin: 0;}

  .privacy .main-sidebar .card:first-of-type { width: 100%}

  .sitemap footer li.active { width: 14%;}

  .form-senders .col-onehalf { width: 300px;}

  nav.selected-works-nav { margin-bottom: 0.21rem;}

}

@media (min-width: 480px) and (max-width: 767px) {
  header { position: static;}
} 



@media  (min-width: 600px) {

  .sitemap footer li.active { width: 11%;}

  figure.float-left {
    width: 194px;
    margin: 0.4rem 1rem 0 0;
  }

  .news article:nth-of-type(2) figure:first-of-type { margin-left: 64px}

  .grid-equal-columns figcaption li + li {
    letter-spacing: -0.2px;
    word-spacing: -0.1px;
  }

  .selected-work .col a.linkbox-link::after, 
  .selected-work .col:first-of-type a.linkbox-link::after, 
  .selected-work .col:last-of-type a.linkbox-link::after  {
    width: 60%;
    left: 20%;
  }

  .mySlides .numbertext {
    top: 191px;
    left: 181%;
  }

  form {
    margin-top: 6rem; 
    max-width: 360px;
  }
  
  .flex-equal-columns { gap: 1.66rem;}

  .selected-work .flex-equal-columns { width: 91%;}
  
  .all-works .flex-equal-columns { 
    width: 93%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .about article figure:nth-of-type(2), .about article figure:nth-of-type(3) { margin-bottom: 0.83rem;}

  .about article figure:nth-of-type(3) { 
    float: left;
    margin-left: 1.66rem;
  }

  .about section.article-intro {  margin-bottom: 1.66rem;}

  .two-col article li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

  }

  .about .employment-list li:nth-of-type(4) span.details, .about .employment-list li:nth-of-type(6) span.details { padding-right: 0;}

  .about ul.employment-list li:nth-of-type(5) span.details, .about ul.employment-list li:nth-of-type(8) span.details { padding-right: 2em;}

  .about .employment-list li:nth-of-type(7) span.details { padding-right: 7em;}

  .about ul.employment-list li:nth-of-type(8) span.details {
    padding-right: 2em;
  }
  
  .about .employment-list li:nth-of-type(9) span.details { padding-right: 4em;}
 
  .exhibitions-list li:nth-of-type(2) span.details, .exhibitions-list li:nth-of-type(3) span.details, .exhibitions-list li:nth-of-type(6) span.details, .exhibitions-list li:nth-of-type(11) span.details { padding-right: 2em;}

  .grid-equal-columns {
    grid-template-columns: repeat(3, 150px);
            row-gap: 1rem;
  }

  .boxed .content { margin-top: 12.7vw;}

  .solo.boxed .content { margin-top: 15vw;}

  .link-boxes { gap: 0 1.66rem;}

  .home .link-boxes { margin-top: 36vw;}

  .contact .col-onehalf:first-of-type {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

}




@media  (min-width: 680px) {

  .boxed .content, .contact.boxed .content { margin-top: 7.7vw;}

  .solo.boxed .content { margin-top: 14vw;}

  .boxed-slider { margin-bottom: 3.32rem !important; }

  .mySlides .numbertext { left: 202%;}

  .about .article-intro p { padding-right: 0.83em;}

  .about section.article-intro p:last-of-type {
    padding-right: 0.83em;
    margin-bottom: 0.83rem;
   }

  .about article figure:nth-of-type(2), .about article figure:nth-of-type(3) {        
    margin: 0;
    margin-right: 1.25rem;
   }

   .about article figure:nth-of-type(3) { 
    margin-top: -0.2rem;
    margin-right: 0;
  }

  .about article figure:nth-of-type(2) {  margin-bottom: 0.83rem;}

  .about figure.float-left { margin: 0.42rem 1.25rem 0.42rem 0;}

  .about li span.details { padding-right: 0em;}

  .about .education-list li:first-of-type span.details { padding-right: 0;}

  .about .education-list li:nth-of-type(2) span.details { padding-right: 2em;}

  .about .employment-list li:first-of-type span.details { padding-right: 6em;}

  .about .education-list li:nth-of-type(4) span.details, .about ul.employment-list li:nth-of-type(5) span.details, .about ul.employment-list li:nth-of-type(7) span.details { padding-right: 3.2em;}

  .about ul.employment-list li:nth-of-type(8) span.details { padding-right: 6em;}

  .exhibitions-list li:nth-of-type(2) span.details, .exhibitions-list li:nth-of-type(3) span.details, .exhibitions-list li:nth-of-type(6) span.details, .exhibitions-list li:nth-of-type(11) span.details { padding-right: 0;}

  .exhibitions-list li:nth-of-type(7) span.details { padding-right: 8em;}

  .news article figure { margin-right: 1.25rem;}

  .news article:nth-of-type(2) figure:first-of-type { 
    margin: 0 auto;
    margin-top: 0.42rem;
    margin-right: 60px;
    margin-left: 28px;
  }
  
  .sitemap footer li.active { width: 10%;}

  .all-works .flex-equal-columns { width: 79.6%;}
 
  .exhibitions .flex-equal-columns { width: 50.4%;}

  .contact .flex-equal-columns { 
    width: 100%;
    gap: 3.32rem;
  }

  .contact .flex-equal-columns .col-onehalf { width: 45%;}

  .contact p { max-width: 50ch;}
  .privacy .main-sidebar .card { margin-left: 0;}

}




@media  (min-width: 768px) {

  p, li {   
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual;
  }
  
  .sitemap footer li.active { width: 9%}

  .wrapped {
    /* wrap long urls */
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  figure.float-left {
    width: 194px;
    margin: 0.42rem 0.83rem 0 0;
  }

  nav ul.main-menu { inset: 0 0 0 50%;}

  .grid-equal-columns  { grid-template-columns: repeat(4, 150px);}

  .back {
    bottom: -59px;
    left: 0.2em;
  }
  
  .link-boxes  { 
    grid-template-columns: repeat(3, 194px);
    gap: 0.4rem 1.66rem;
  }
  
  .home .link-boxes  { 
    grid-template-columns: repeat(3, 159px);
    gap: 0 44px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .boxed-slider, .exhibitions .boxed-slider  { 
    max-width: 708px;
    margin-bottom: 3.32rem !important;
  }
  
  .boxed .content, .contact.boxed .content { margin-top: 7vw;}

  .solo.boxed .content { margin-top: 9vw;}

  .home figure { margin: 0.42rem 0.83rem 0 0;}
  
  .link-boxes figcaption, .link-boxes figcaption h2 {
    font-size: var(--fs-smaller);
    letter-spacing: 1px;
  }

  .selected-work .col a.linkbox-link::after, 
  .selected-work .col:first-of-type a.linkbox-link::after, 
  .selected-work .col:last-of-type a.linkbox-link::after {
    width: 54%;
    left: 22.5%;
  }

  .push-down { 
    width: 630px;
    left: 50%;
    top: 60px;
  }

  .modal-content .caption-container { 
    width: 630px;
    top: 730px;
  }

  .mySlides .numbertext {
    top: 670px;
    left: 635px;
    padding-left: 0;
    padding-right: 0;
    min-width: 51px;
  }

  .modal-content .close { 
    right: calc(1vw - 0.5%);
    top: 16px;
  }

  .next { right: calc(1vw - 0.5%);}

  .prev { left: calc(1vw - 0.5%);}

  .prev, .next { top: 336px;} 

  form { max-width: 518px;}
  
  /*form .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1.66em;
  }*/

  form .row:first-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.83em;
  }
  form .form-senders .row {  grid-template-columns: 1fr;}

  .btn-send, .btn-send:visited { margin-top: 0;}
  
  header { position: fixed;}

  .content { margin-top: 88px;}
 
  .flex-equal-columns {
    width: 95%;
    gap: 1.66rem;
  }

  .home .flex-equal-columns,
  .selected-work .flex-equal-columns { width: 100%;} 
   
  .exhibitions .flex-equal-columns { width: 65.25%;}

  .contact .flex-equal-columns { gap: 3.52rem;}

  .contact .flex-equal-columns .col-onehalf { width: 45%;}

  .contact .flex-equal-columns .col-onehalf:nth-of-type(2) { width: 45%;}

  #signup-form .btn { width: 50%;}

  .link-boxes .grid-equal-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
  }

  .home main {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
    position: relative;
  }

  .home .grid-single-column {
    padding-bottom: 1.66em;
    margin-bottom: 7px;
  }

  .home .flex { 
    margin: 0 auto;
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .home .flex figure { margin-right: 0.83rem;} 

  .about p, .about .article-intro p,  .about section.article-intro p:nth-of-type(3), .about section.article-intro p:last-of-type { padding-right: 0;}

  .about section.article-intro p { max-width: 64ch;}

  .about figure { width: 220px;}

  .about figure.float-left img { width: 100%;}

  .about .education-list li:nth-of-type(2) span.details, .about .education-list li:nth-of-type(4) span.details, .about ul.employment-list li:nth-of-type(8) span.details { padding-right: 0;}
  
  .about .employment-list li:first-of-type span.details { padding-right: 0;}

  .about ul.employment-list li:nth-of-type(5) span.details { padding-right: 4em;}

  .exhibitions-list li:nth-of-type(7) span.details { padding-right: 0em;}

  .exhibitions-list li:nth-of-type(16) span.details { padding-right: 3em;}

  .thumbnails .grid-equal-columns figcaption li + li {
    letter-spacing: -0.2px;
    word-spacing: -0.1px;
  }

  .two-col .main-sidebar > .card {
    margin-top: 0.4rem;
    word-break: break-all;
    padding: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 1%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .privacy.two-col .main-sidebar > .card { 
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}





@media  (min-width: 992px) {
/* Text Major Second 18px (112.5%/1.125em)
  https://type-scale.com/?size=18&scale=1.067&text=Solo%20Exhibitions&font=Open%20Sans&fontweight=400&bodyfont=body_font_default&bodyfontweight=400&lineheight=1.75&backgroundcolor=%23ffffff&fontcolor=%23000000&preview=false  
  */

  :root {
    
    --fs-1-big: 2.027rem; /* 36.49px If required */
    --fs-1: 1.802rem; /* 32.44px*/
    --fs-2: 1.602rem; /* 28.83px*/
    --fs-3: 1.424rem; /* 25.63px */
    --fs-4: 1.266rem; /* 22.78px */
    --fs-5: 1.125rem; /* 20.25px */
    --fs-p: 1rem; /* 18.00px */
    --fs-small: 0.889rem; /* -1 16.00px */
    --fs-smaller: 0.79rem; /* -2 14.82px*/
    --fs-smallest: 0.702rem; /* -3 12.64px */
    --fs-tiny: 0.624rem; /* -4 11.24px */
    --fs-tiniest: 0.555rem; /* -5 9.99px */
    
  }

  h1 { 
    font-size: var(--fs-1);
    margin: 0 0 0.83rem 0;
  }

  .exhibitions h1 { margin: 0 0 1.25rem 0;}

  .contact h1 { margin: 0 0 0.83rem 0;}
  
  .selected-work h1 { margin-bottom: 1.01rem;}

  .thumbs h1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; 
          margin-top: 0;
    margin-bottom: 0;
    width: auto;
  }
  
  h2, h3, h4, h5 { margin: 1.66rem 0 0.83rem 0;}

  .policy-text h2, .policy-text h3 {  max-width: 36ch;}

  h2 { font-size: var(--fs-2);} /* 28.83px */

  h3 {
    font-size: var(--fs-3); /* 25.63px */
    max-width: 33ch;
  }

  .home article h3 { margin-top: 0;}
  article:first-of-type {
    margin-top: 0;
  }
  .home article

  h4 { 
    font-size: var(--fs-4); /* 22.78px */
    margin-top:1.66rem;
    max-width: 40ch;
  }

  h5 { font-size: var(--fs-5);} /* 20.25px */

  .main-sidebar h4 { 
    margin-top: 0;
    margin-bottom: 0.7rem;
  }

  p { font-size: 1rem;} /* 18px */

  p.article-date { font-size: var(--fs-small);}

  .home p { max-width: 79ch;}

  .contact p { max-width: 63ch;}

  .small { font-size: 0.889rem;} /* 16px */

  .smaller { font-size: 0.79rem;} /* 14.22px */

  .smallest { font-size: 0.702rem;} /* 12.64px */
  
  /* --- IMAGES, FIGURE, FIGCAPTION --- */

  .img-intext { max-width: 100%;} 

  .thumbnails figcaption { margin-top: -0.25rem;}

  /* --- END IMAGES --- */

  /* --- MODAL --- */

  .modal-content { margin-top: 1.66rem;}

  .modal-content .caption-container { top: 557px;} 

  .mySlides .numbertext {
    top: 527px;
    left: 659px;
  }

  .push-down { 
    top: 30px;
    width: 500px;
  }

  .modal-content .close { 
    right: calc(1vw + 2.7%);
    top: -14px;
  }

  .next { right: calc(1vw + 3.7%);}

  .prev { left: calc(1vw + 3.7%);}

  .prev, .next { top: 243px;}

  /* --- END MODAL --- */

  /* --- FORM --- */
  
  form {
    margin-top: 7.21rem;
    padding: 0.83em 1.66em 1.66em 1.66em;
  }

  form .row { gap: 1.66em;}

  label, .form-control { 
    font-size: var(--fs-p);
    line-height: 1.66;
  }

  .form-control { height: 49px;}

  textarea { min-height: 234px;}
  
  /* --- END FORM --- */

  /* --- LAYOUT --- */
  
  header {
    padding-block: 0.1em; 
  }

  header .container, footer .container { 
    padding: 0 1em;
    margin: 0 auto;
    max-width: 65rem;
  }

  .mobile-nav-toggle { display: none;}

  .two-col .logo { margin-top: 0.3rem;}
  
  nav ul.main-menu[data-visible="true"] { 
    -webkit-box-shadow: none; 
    box-shadow: none;
  }

  nav ul.main-menu {
    margin-top: 0.5rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: transparent;
    position: static;
    overflow-y: unset;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  nav li { margin-top: 0.1rem;}
  
  nav li + li {
    margin-top: 0.1rem; 
    margin-left: 1.66em;
  }

  nav li ul li { 
    margin-left: 0;
    border-top: 1px solid rgb( var(--clr-light) /0.5);
    padding-top: 0.4em;
    margin-top: 0.4em;  
  }

  nav li ul { 
    padding-left: 0.4em;
    display: none;
  }

  nav li ul li { margin-top: 0rem;}

  .main-menu li.active { 
    border: none;
    padding-bottom: 0;
    /*background: url(images-rd/bg-here-tile.png) repeat-x left bottom;
    padding-bottom: 8px;*/
    color: #e9dd15;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    font-size: var(--fs-small);
    background-color: rgb( var(--clr-dark));
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: 11.66rem;
    top:  51px;
    padding: 0.1em 0.8em 1em 0.8em;
    -webkit-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms;
  }

  .dropdown-menu li {
    border-bottom: 1px solid rgb( var(--clr-light) /0.3);
    padding: 0.42em 0.42em;
  }

  .dropdown-menu li.active { padding-top: 0;}

  .dropdown-menu li:nth-child(1) { border-top: none;}
  
  .dropdown-menu li a { 
    color: rgb( var(--clr-light));
    padding: 0.42em 0.42em;
    display: block;
  }

  footer { font-size: var( --fs-smaller);}

  footer li:last-of-type {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: right;
    font-size: var( --fs-smallest);
  }

  .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .content-sidebar { 
    -webkit-column-gap: 1.66rem; 
    -moz-column-gap: 1.66rem; 
    column-gap: 1.66rem;
  }

  .selected-work main .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
    margin-bottom: 1.21rem;
  }

  nav.selected-works-nav { 
    -webkit-box-ordinal-group: 3; 
        -ms-flex-order: 2; 
            order: 2;
            width: auto;
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  nav.selected-works-nav  li { margin-top: 0;}

  .two-col { 
    -webkit-box-pack: start; 
    -ms-flex-pack: start; 
    justify-content: start;
  }

  main, article {
    border: none;
    margin-top: 0rem;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0;
  }

  .one-col main  {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
  }

  .two-col main { padding-bottom: 3.32em;}

  .two-col main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    -webkit-box-flex: 9999;
        -ms-flex-positive: 9999;
            flex-grow: 9999;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
  }

  .two-col main article { max-width: 35rem;}

  .boxed .content, .contact.boxed .content { margin-top: 3.1rem;}
  
  .solo.boxed .content { margin-top: 3.95rem;}

  .grid-single-column {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: start;
        align-content: start;
  }


/* --- SLIDER --- */

.boxed-slider { max-width: 861px;}

.home article {padding: 0 0.83em;}

.home article div {
  display: grid;
  grid-template-columns: 203px 1fr;
  -webkit-column-gap: 1.66em;
     -moz-column-gap: 1.66em;
          column-gap: 1.66em;;
}

.home figure { 
  width: 203px;
  margin: 0.42rem 0.83rem 0 0;
}

.home figure + p { max-width: 79ch;}
/* --- END SLIDER --- */
  
  .grid-2-columns {
    display: grid;
    grid-template-columns: 2.45rem 1fr;
    justify-items: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
            grid-column-gap: 0.8rem;
    grid-template-rows: auto;
  }

  .grid-equal-columns  { grid-template-columns: repeat(5, 150px);}

  .grid-equal-columns.thumbnails  { 
    -webkit-column-gap: 2.66rem; 
    -moz-column-gap: 2.66rem; 
    column-gap: 2.66rem;
  }

  .about .grid-equal-columns  { grid-template-columns: repeat(2, 1fr);}

  .about .grid-equal-columns .col + .col {
    padding-left: 1.66em;
    border-left: 1px solid rgb( var(--clr-dark) /0.2);
    -webkit-box-shadow: 1 0 1px rgb( var(--clr-white));
    box-shadow: -1px 0 1px rgb( var(--clr-white));
    margin-left: -0.4rem;
  }

  .about .col li + li { margin-top: 0.4rem;}

  .about li span.date {
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 1.66em;
  }

  .about article figure:nth-of-type(2) { margin-right: 1.66rem;}

  .exhibitions li span.date {
    display: inline-block;
    text-align: left;
    padding-right: 0;
    margin-right: 1.66rem;
  }

  .link-boxes { grid-template-columns: repeat(3, 194px);}

  .link-boxes figcaption h2 { 
    font-size: var(--fs-smaller);
    letter-spacing: 1px;
  }

  .all-works .link-boxes { grid-template-columns: repeat(4, 194px);}

  .flex-equal-columns { 
    width: 64%;
    gap: 1.66rem;
  }

  .about section.article-intro p { max-width: 55ch;}

  .about section.article-intro p:nth-of-type(4) { max-width: 54ch;}

  .about section.article-intro p:last-of-type {
    padding-right: 0;
    margin-bottom: 1.66rem;
  }

  .about article figure:nth-of-type(2), .about article figure:nth-of-type(3) { margin-bottom: 1.66rem;}

  .about .education-list li:first-of-type span.details {
    padding-right: 1.1em;
  }

  .about .employment-list li:first-of-type span.details, .about ul.employment-list li:nth-of-type(8) span.details {
    padding-right: 6em;
  }

  .content-no-sidebar .flex-equal-columns { 
    width: 100%;
    gap: 1.66rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .home .content-no-sidebar .flex-equal-columns { 
    width: 100%;
    gap: 1.35rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .all-works .flex-equal-columns { 
    width: 99%;
    -webkit-column-gap: 1.66rem;
       -moz-column-gap: 1.66rem;
            column-gap: 1.66rem;
            row-gap: 0.4rem;
  }

  .exhibitions-list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  }
/* News Page .news */
 .articles-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news  article {
    padding-bottom: 1.66em;
    border-bottom: 1px solid rgb( var(--clr-dark) /0.4);
    -webkit-box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
    box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
    margin-bottom: 0.83rem; 
  }

  .news article h2 { margin: 0;}

  .news article h2 + p { 
    font-size: var(--fs-smaller);
    margin-bottom: 0.83rem;
  }

  .news article figure { 
    float: left;
    clear: left; 
  }
/* END news page .news */ 

  .sitemap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
    flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; 
  }

  .sitemap-box .indent { 
    margin-left: 0.4rem;
    font-size: var(--fs-small);
  }

  .sitemap-box ul.indent li { font-size: var(--fs-smaller);}

  .sitemap-box li.indent + li.indent {
    padding-top: 0.4em;
    border-top: 1px solid rgb( var(--clr-dark) /0.2);
    -webkit-box-shadow: 0 1 1px rgb( var(--clr-white));
    box-shadow: 0px -1px 1px rgb( var(--clr-white));
    margin-top: 1.25rem;
  }

  .sitemap-box ul.indent:nth-child(4) {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }

  aside {
   -ms-flex-preferred-size: 14.5rem;
       flex-basis: 14.5rem; /*270*px*/  
  }
   
  .main-sidebar {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding:0;
    font-size: var(--fs-small);
    margin-top: 0.55rem;
    padding-left: 1.66em;
    border-left: 1px solid rgb( var(--clr-dark) /0.4);
    -webkit-box-shadow: 1px 0 0px inset rgb( var(--clr-white) /0.4);
    box-shadow: 1px 0 0px inset rgb( var(--clr-white) /0.4);
    word-break: break-all;
    max-height: 185px;
  }

  .news .main-sidebar { margin-top: -48px;}

  .main-sidebar .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-sidebar .row .card { 
    width: 100%;
    margin-top: 0;
  }

  /* .main-sidebar .card:first-of-type {
    width: 100%;
    padding-bottom: 0.83em;
    border-bottom: 1px solid rgb( var(--clr-dark) /0.4);
    -webkit-box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
    box-shadow: 0 1px 0px rgb( var(--clr-white) /0.4);
    margin-bottom: 0.83rem;
  } */

  .main-sidebar .card:first-of-type {
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }

  .error .main-sidebar .card:first-of-type {
    width: 100%;
    padding-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }
  
  .two-col .main-sidebar > .card {
    margin-top: 0.4rem;
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 1%;
        flex-basis: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .privacy.two-col .main-sidebar > .card { word-break: break-all;}

  .main-sidebar .row .card + .card, 
  .solo-exhibitions .main-sidebar .row .card + .card, 
  .group-exhibitions .main-sidebar .row .card + .card {
    width: 100%;
    margin-top: 0rem;
    padding-left: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .main-sidebar .card + .card {
    width: auto;
    margin-top: 0.45rem;
    padding-left: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .two-col .main-sidebar .card + .card {
    margin-top: 0.35rem;
    padding-top: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .work .main-sidebar .card + .card  {
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.4em;
    border-top: 1px solid rgb( var(--clr-dark) /0.2);
    -webkit-box-shadow: 0px 1px 0px inset rgb( var(--clr-white));
    box-shadow: 0px 1px 0px inset rgb( var(--clr-white));
  }

  .main-sidebar h4 { margin-top: 0;}
  
  .main-sidebar li + li { margin-top: .35rem;}

  .sitemap h1 { margin-bottom: 1.45rem;}

  .sitemap footer li.active { width: 7%;}

  .privacy aside p, .privacy aside li {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

}




@media  (min-width: 1024px) {

  .boxed .content, .contact.boxed .content { margin-top: 2.5rem;}
  
  .solo.boxed .content { margin-top: 3.95rem;}

  .grid-equal-columns.thumbnails  { 
    -webkit-column-gap: 3rem; 
    -moz-column-gap: 3em; 
    column-gap: 3rem;
  }

  .two-col main article {
    max-width: 37.3rem;
  }

  .about .employment-list li:first-of-type span.details, .about ul.employment-list li:nth-of-type(8) span.details { padding-right: 7em;}

  /* ---  MODAL --- */
  .modal-content .close { 
    right: calc(1vw + 4%);
    top: -12px;
  }

  .next { right: calc(1vw + 5%);}

  .prev { left: calc(1vw + 5%);}
  
  /* --- END MODAL --- */
}

 




@media  (min-width: 1170px) {

  .home .grid-single-column {
    padding-bottom: 0.8em;
    margin-bottom: 0px; 
  }

  /* --- SLIDER --- */

  .boxed-slider { max-width: 960px;}

  .exhibitions .boxed-slider { 
    max-width: 820px !important;
    margin: 0;
  }

  .home .boxed-slider { margin-bottom: 4.15rem !important;}
  /* --- END SLIDER --- */

  .home p { max-width: 87ch;}

  .home .link-boxes { 
    grid-template-columns: repeat(3, 194px);
    margin-top: 35vw;
    gap: 0 2.49em;
  }

  .link-boxes figcaption h2 {
    font-size: var(--fs-small);
    letter-spacing: 2px;
  }

  .grid-equal-columns.thumbnails  { 
    -webkit-column-gap: 2.33rem; 
    -moz-column-gap: 2.3em; 
    column-gap: 2.3rem;
  }

  /* --- IMAGES, FIGURE, FIGCAPTION --- */

  .grid-equal-columns figcaption li + li {
    letter-spacing: -0.11px;
    word-spacing: -0.11px;
  }

  /* --- END IMAGES, FIGURE, FIGCAPTION --- */

  /* --- MODAL --- */

  .modal-content .caption-container { 
    width: 630px;
    top: 664px;
  }

  .mySlides .numbertext {
    top: 632px;
    left: 740px;
  }

  .push-down { width: 600px;}

  .modal-content .close { 
    right: calc(1vw + 7.7%);
    top: -12px;
  }

  .prev, .next { top: 303px;}

  .next { right: calc(1vw + 8.5%);}

  .prev { left: calc(1vw + 8.5%);}

  /* --- END MODAL --- */

  .grid-one-column {
    display: grid;
    gap: 1.66rem;
    grid-template-columns: repeat(6, 1fr);
  }

  .home .grid-single-column { margin-bottom: 30px;}

  .grid-equal-columns { grid-template-columns: repeat(6, 1fr);}

  .grid-equal-columns  { grid-template-columns: repeat(6, 150px);}
  
  .link-boxes { grid-template-columns: repeat(3, 194px);} 
  
  .all-works .link-boxes { grid-template-columns: repeat(5, 194px);}

  .about section.article-intro p { max-width: 67ch;}

  .about section.article-intro p:nth-of-type(3), .about section.article-intro p:nth-of-type(4) { max-width: 66ch;}

  .about section.article-intro p:nth-of-type(5) { max-width: 64ch;}

  .about .education-list li:first-of-type span.details {
    padding-right: 2em;
  }

  .exhibitions .flex-equal-columns { width: 62.6%;}

 .two-col main article { max-width: 41rem;}

 .two-col main article.exhibitions-info { 
  max-width: 72%;
  width: 72% !important;
}

  .contact .flex-equal-columns { gap: 3.32rem;}

  .contact .flex-equal-columns .col-onehalf { width: 43%;}

  .contact .flex-equal-columns .col-onehalf:nth-of-type(2) { width: 49%;}

  #signup-form .btn { width: 46%;}
 
  aside {
    -ms-flex-preferred-size: 14.35rem;
        flex-basis: 14.35rem;
  }
  
  .sitemap footer li.active { width: 6%;}

}




@media  (min-width: 1280px) {

  .about p:nth-of-type(2) { max-width: 59ch;}

  .sitemap footer li.active { width: 5.5%;}

  /* --- IMAGES, FIGURE, FIGCAPTION --- */

  .grid-equal-columns figcaption li + li {
    letter-spacing: 0;
    word-spacing: 0;
  }

  /* --- END IMAGES, FIGURE, FIGCAPTION --- */
  
  /* --- MODAL --- */

  .modal-content .close { 
    right: calc(1vw + 11.3%);
    top: -12px;
  }

  .prev, .next { top: 293px;}

  .next { right: calc(1vw + 12%);}

  .prev { left: calc(1vw + 12%);}

  .mySlides .numbertext { left: 739px;}

  /* --- END MODAL --- */

  .home .grid-single-column { margin-bottom: 0px;}

  .all-works .flex-equal-columns { width: 100%;}

  .exhibitions .flex-equal-columns { width: 57.4%;}

  aside {
    -ms-flex-preferred-size: 14.35rem;
    flex-basis: 15.8rem;
  } 

  #signup-form .btn { width: 50%;}

}




@media  (min-width: 1440px) {

  .sitemap footer li.active { width: 5.5%;}
  
/* --- SLIDER --- */

  .link-boxes figcaption h2 {
    font-size: var(--fs-p);
    letter-spacing: 2px;
  }

  /* --- MODAL --- */
  
  .mySlides .numbertext { left: 777px;}

  .modal-content .close { 
    right: calc(1vw + 13.5%);
    top: -12px;
  }

  .prev, .next { top: 292px;}

  .next { right: calc(1vw + 14.25%);}

  .prev { left: calc(1vw + 14.25%);}

  /* ---END MODAL --- */

  .home .grid-single-column {
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .flex-equal-columns { width: 50%;}

  .all-works .flex-equal-columns { width: 100%;}

  .exhibitions .flex-equal-columns { width: 55.4%;}

  aside {
    -ms-flex-preferred-size: 15.5rem;
        flex-basis: 15.5rem;
  }
}



@media (min-width: 1920px) {

  /*.home .grid-single-column { margin-bottom: 90px;}*/

  /* --- SLIDER --- */

  /*.full-width-slider {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }*/

  .home .link-boxes { 
    gap: 0 3.32rem;
    margin-top: 37.5rem;
  }

  .sitemap footer li.active { width: 5%;}
  
/* --- MODAL --- */

  .push-down { top: 60px;}

  .modal-content .caption-container { top: 734px;}

  .modal-content .close { right: calc(1vw + 20.1%);}
  
  .prev, .next { top: 323px;}

  .next { right: calc(1vw + 20.6%);}

  .prev { left: calc(1vw + 20.6%);}

  .mySlides .numbertext { 
    left: 822px;
    top: 674px;
  }

  /* ---END MODAL --- */

  .thumbs nav.selected-works-nav.top { padding-right: 0.42em;} 
  
  .thumbs .grid-equal-columns {  
    -webkit-column-gap: 2.34rem;  
       -moz-column-gap: 2.34rem;  
            column-gap: 2.34rem; 
  }

  #btnTop { right: 20rem;}

}



@media (min-width: 2560px) {

  .modal-content .close { right: calc(1vw + 27.2%);}

  .next { right: calc(1vw + 27.6%);}

  .prev { left: calc(1vw + 27.6%);}

  #btnTop { right: 36.5rem;}
}