@charset "UTF-8";
@font-face {
  font-family: "Eurostile Extended Black";
  src: url(fonts/EurostileExtendedBlack.woff) format(woff);
  font-display: swap;
}
@font-face {
  font-family: "MoonGloss Display Medium";
  src: url(fonts/MoonGlossDisplayMedium.woff) format(woff);
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url(fonts/RobotoMono-Italic-VariableFont_wght.woff) format(woff);
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url(fonts/RobotoMono-VariableFont_wght.woff) format(woff);
  font-display: swap;
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-text-size-adjust: 100%;
}

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

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe,
fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

.hidden,
[hidden] {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.nobreak {
  white-space: nowrap;
}

/* 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;
}

/* Show the overflow in IE.
Show the overflow in Edge. */
button,
input {
  overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
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=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 odd appearance in Chrome and Safari.
Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Correct the inability to style clickable types in iOS and Safari.
Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* "For Print" Styles
Hides printable textarea content on screens */
@media screen {
  .forprint {
    display: none !important;
  }
}
#virtualtour_content iframe {
  width: 100vw !important;
  height: 100vh !important;
}

button.button, .button button,
a.button,
.button a, button,
.type_event_button a,
[type=submit],
[type=button] {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #282828;
  background-color: #ffb000;
  border: 0;
  border-radius: 0.5rem;
  outline: 0;
  font-family: "MoonGloss Display Medium", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
a.button:hover,
.button a:hover, button:hover,
.type_event_button a:hover,
[type=submit]:hover,
[type=button]:hover,
a.button:focus,
.button a:focus, button:focus,
.type_event_button a:focus,
[type=submit]:focus,
[type=button]:focus {
  color: #000;
  background-color: #d89500;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a, button,
  .type_event_button a,
  [type=submit],
  [type=button] {
    display: inline-block;
    width: auto;
  }
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 1rem;
  font-family: "Roboto Mono", serif;
  color: #00ff66;
  background: #282828;
  line-height: 1.4;
}
@media (min-width: 37.5rem) {
  html {
    background: radial-gradient(closest-corner, #282828, #282828, #282828, #282828, #000);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

h1,
h2 {
  font-family: "Eurostile Extended Black", Arial, sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 18.75rem) {
  h1,
  h2 {
    font-size: calc(1.25rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h1,
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "MoonGloss Display Medium", sans-serif;
  font-size: 1.125rem;
  color: #ffb000;
}
@media (min-width: 18.75rem) {
  h3 {
    font-size: calc(1.125rem + 0.125 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-family: "MoonGloss Display Medium", sans-serif;
  font-size: 1rem;
  color: #00ff66;
}
@media (min-width: 18.75rem) {
  h4 {
    font-size: calc(1rem + 0.125 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h4 {
    font-size: 1.125rem;
  }
}

p,
ul,
ol,
blockquote,
address {
  margin: 0 0 1rem 0;
  font-style: normal;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover h3, a:focus h3 {
  opacity: 0.625;
}
@media (min-width: 56.25rem) {
  a:hover h3, a:focus h3 {
    opacity: 1;
  }
}

small,
.copyright {
  font-size: 0.875em;
  font-style: italic;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

select, textarea, input {
  width: 100%;
  padding: 0.5em;
  background: #c4c4c4;
  border: 2px solid #c4c4c4;
  border-radius: 0.5rem;
  font-size: 1rem;
}
select:hover, textarea:hover, input:hover, select:focus, textarea:focus, input:focus {
  border: 2px solid #ffb000;
  outline: none;
}

input {
  line-height: 1.2;
  margin: 0 0 1rem 0;
}

textarea {
  min-height: 8em;
  overflow: auto !important;
  resize: vertical !important;
  line-height: 1.4;
  font-family: inherit;
}

select {
  overflow: hidden;
  line-height: 1.2;
}

input[type=radio],
input[type=checkbox] {
  float: left;
  width: 1rem;
  height: 1rem;
  margin: 0.7em 0 0 0;
}
input[type=radio] ~ label, input[type=radio] ~ .rte-q-label,
input[type=checkbox] ~ label,
input[type=checkbox] ~ .rte-q-label {
  display: block;
  padding: 0.3125em 0 0.3125em 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}

label {
  display: block;
  padding: 0 0 0.5rem 0;
  line-height: 1.4;
  font-family: "MoonGloss Display Medium", sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffb000;
}

@media screen {
  .forprint {
    display: none !important;
  }
}
@media (min-width: 56.25rem) {
  .web-design .web-design-group .web-design-copy form .mauticform-row:not(.question-stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .web-design .web-design-group .web-design-copy form .mauticform-row:not(.question-stacked) > label {
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
  }
  .web-design .web-design-group .web-design-copy form .mauticform-row:not(.question-stacked) > label ~ * {
    width: calc(100% - 33.333%);
  }
  .web-design .web-design-group .web-design-copy form .mauticform-row:not(.question-stacked) > label ~ .mauticform-errormsg {
    width: 100%;
  }
  .web-design .web-design-group .web-design-copy form .question,
  .web-design .web-design-group .web-design-copy form .mauticform-row {
    margin: 0;
    padding: 1rem 0;
    border-top: 1px solid #ddd;
  }
  .web-design .web-design-group .web-design-copy form .related-question {
    padding-top: 0;
    border-top: none;
  }
  .web-design .web-design-group .web-design-copy form .rte-q:first-of-type .question {
    padding-top: 0;
    border-top: 0;
  }
}

@media (min-width: 37.5rem) {
  .form-section .mauticform-row:not(.question-stacked) > label {
    display: inline-block;
    width: 33.333%;
    padding: 0.5em 5% 0.5em 0;
    vertical-align: top;
  }
  .form-section .mauticform-row:not(.question-stacked) > label ~ * {
    display: inline-block;
    width: calc(66.667% - 0.375em);
    vertical-align: top;
  }
}

#scanlines {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 255, 0, 0.05) 2px, rgba(0, 0, 0, 0) 4px);
  z-index: -9999;
}

/* Lightbox overlay styling */
#lightbox-overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
  overflow: hidden;
}

/* Lightbox image styling */
#lightbox-overlay img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: zoom-out;
  transition: transform 0.3s ease-in-out;
  touch-action: manipulation;
  touch-action: pan-y;
}

@media (hover: none) {
  #lightbox-overlay img {
    cursor: default;
  }
}
.center,
.wrapper {
  width: 90%;
  max-width: 80rem;
  margin: auto;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex-shrink: 0;
}

.page-main {
  flex-grow: 1;
}

.page-header {
  position: sticky;
  background-color: #282828;
  top: 0;
  z-index: 9999;
}
@media (min-width: 37.5rem) {
  .page-header {
    position: relative;
    background-color: transparent;
  }
}
.page-header .wrapper {
  display: flex;
  padding: 1rem 0;
}
.page-header .wrapper a {
  margin: 0 auto;
  color: #ffb000;
}
@media (min-width: 37.5rem) {
  .page-header .wrapper a {
    margin: 0;
  }
}

.logo {
  display: flex;
  align-items: center;
  font-family: "Eurostile Extended Black", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.logo:before {
  content: "";
  position: relative;
  display: block;
  width: 2rem;
  height: 4rem;
  background: url(img/logo.webp) center no-repeat;
  background-size: contain;
  margin: 0 0.5rem 0 0;
}

.page-footer .wrapper {
  padding: 1rem 0;
}
@media (min-width: 37.5rem) {
  .page-footer .wrapper {
    padding: 2rem 0;
  }
}
.page-footer .wrapper .footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
@media (min-width: 37.5rem) {
  .page-footer .wrapper .footer-links {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-footer .wrapper .footer-links .copyright {
  line-height: 1;
  text-transform: uppercase;
}
.page-footer .wrapper li:not(:last-of-type) {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 37.5rem) {
  .page-footer .wrapper li:not(:last-of-type) {
    margin: 0;
  }
}
.page-footer .wrapper a {
  display: inline-block;
  color: #00ff66;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}
.page-footer .wrapper a:hover, .page-footer .wrapper a:focus {
  opacity: 0.625;
}

@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    opacity: 1;
  }
  20%, 24%, 55% {
    opacity: 0.5;
  }
}
@media (min-width: 56.25rem) {
  section {
    margin: 0 auto;
  }
}
section h2 {
  display: block;
  width: 100%;
  position: relative;
  margin: 1rem 0 0.5rem 0;
}
@media (min-width: 56.25rem) {
  section h2 {
    margin: 0 0 1rem 0;
  }
}
section .link_section {
  scroll-snap-type: x mandatory;
  scroll-padding: 1rem;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 56.25rem) {
  section .link_section {
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    scroll-snap-type: none;
  }
}
section .link_section .link {
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  width: 100%;
  flex: 1 0 80%;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 37.5rem) {
  section .link_section .link {
    flex: 1 0 45%;
  }
}
@media (min-width: 56.25rem) {
  section .link_section .link {
    flex: 1 0 30%;
    margin: 0 auto 2.5rem auto;
  }
}
@media (min-width: 100rem) {
  section .link_section .link {
    flex: 1 0 22.5%;
  }
}
section .link_section .link a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 56.25rem) {
  section .link_section .link a .link-copy {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
section .link_section .link a .link-copy:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 55vw;
  background: white;
  margin: 0;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 255, 102, 0.125), 0.25rem 0.25rem 0.5rem rgba(0, 255, 102, 0.125);
  border-radius: 0.5rem;
  border: 0.125rem solid #00ff66;
}
@media (min-width: 37.5rem) {
  section .link_section .link a .link-copy:before {
    height: 30vw;
  }
}
@media (min-width: 56.25rem) {
  section .link_section .link a .link-copy:before {
    box-shadow: none;
    height: 20vw;
  }
}
@media (min-width: 75rem) {
  section .link_section .link a .link-copy:before {
    height: 12.5vw;
  }
}
@media (min-width: 56.25rem) {
  section .link_section .link a .link-copy:hover:before, section .link_section .link a .link-copy:focus:before {
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(255, 176, 0, 0.125), 0.25rem 0.25rem 0.5rem rgba(255, 176, 0, 0.125);
  }
}
section .link_section .link a .link-copy:hover h3, section .link_section .link a .link-copy:focus h3 {
  font-size: 1.125rem;
}
@media (min-width: 18.75rem) {
  section .link_section .link a .link-copy:hover h3, section .link_section .link a .link-copy:focus h3 {
    font-size: calc(1.125rem + 0.125 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  section .link_section .link a .link-copy:hover h3, section .link_section .link a .link-copy:focus h3 {
    font-size: 1.25rem;
  }
}
section .link_section .link a .link-copy h3 {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0 0 0;
  line-height: 1.125rem;
}
@media (min-width: 56.25rem) {
  section .link_section .link a .link-copy h3 {
    position: absolute;
    margin: 0;
    font-size: 0;
  }
}
section .link_section .link:not(:last-of-type) {
  margin: 0 1.5rem 1.5rem auto;
}
@media (min-width: 56.25rem) {
  section .link_section .link:not(:last-of-type) {
    margin: 0 1.5rem 2.5rem auto;
  }
}

.web-design {
  margin: 0 0 1.5rem 0;
}
.web-design .web-design-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 56.25rem) {
  .web-design .web-design-group {
    flex-direction: row;
    align-items: center;
  }
}
.web-design .web-design-group:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 16rem;
  background-color: white;
  border-radius: 0.5rem;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 56.25rem) {
  .web-design .web-design-group:before {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 56.25rem) {
  .web-design .web-design-group .web-design-copy {
    width: 50%;
    margin: 0 0 0 1.5rem;
  }
}
.web-design .web-design-group .web-design-copy form {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 37.5rem) {
  .web-design .web-design-group .web-design-copy form {
    justify-content: flex-end;
    align-items: center;
  }
}
@media (min-width: 37.5rem) {
  .web-design .web-design-group .web-design-copy form label {
    flex: 0 1 33.333%;
    padding: 0 1rem 0 0;
    line-height: 1;
  }
}
@media (min-width: 37.5rem) {
  .web-design .web-design-group .web-design-copy form input {
    flex: 1 0 66.666%;
    margin: 0;
  }
}
@media (min-width: 37.5rem) {
  .web-design .web-design-group .web-design-copy form .button {
    margin: 1rem 0 0 0;
  }
}

section:last-of-type .link_section .link {
  margin: 0 1.5rem 0 auto;
}

#link-omni a .link-copy:before {
  background: url(img/omnivent-test.webp) center no-repeat;
  background-size: cover;
}
@media (min-width: 56.25rem) {
  #link-omni a .link-copy:hover:before, #link-omni a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/omnivent-test.webp) center no-repeat;
    background-size: cover;
  }
}

#link-womad a .link-copy:before {
  background: url(img/womad.webp) center no-repeat;
  background-size: cover;
}
@media (min-width: 56.25rem) {
  #link-womad a .link-copy:hover:before, #link-womad a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/womad.webp) center no-repeat;
    background-size: cover;
  }
}

#link-mea a .link-copy:before {
  background: url(img/mea-culpa-hm.webp) center no-repeat;
  background-size: 130%;
  background-color: #fff;
}
@media (min-width: 75rem) {
  #link-mea a .link-copy:before {
    background-size: 75%;
  }
}
@media (min-width: 100rem) {
  #link-mea a .link-copy:before {
    background-size: 120%;
  }
}
@media (min-width: 56.25rem) {
  #link-mea a .link-copy:hover:before, #link-mea a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/mea-culpa-hm.webp) center no-repeat;
    background-size: 130%;
    background-color: #fff;
  }
}
@media (min-width: 75rem) {
  #link-mea a .link-copy:hover:before, #link-mea a .link-copy:focus:before {
    background-size: 75%;
  }
}
@media (min-width: 100rem) {
  #link-mea a .link-copy:hover:before, #link-mea a .link-copy:focus:before {
    background-size: 120%;
  }
}

#link-textile a .link-copy:before {
  background: url(img/textile.webp) center no-repeat;
  background-size: contain;
  background-color: #e9e9ea;
}
@media (min-width: 56.25rem) {
  #link-textile a .link-copy:hover:before, #link-textile a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/textile.webp) center no-repeat;
    background-size: contain;
    background-color: #e9e9ea;
  }
}

#link-steelspade a .link-copy:before {
  background: url(img/steelspade.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-steelspade a .link-copy:hover:before, #link-steelspade a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/steelspade.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-pppc a .link-copy:before {
  background: url(img/pppc.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-pppc a .link-copy:hover:before, #link-pppc a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/pppc.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-goodworks a .link-copy:before {
  background: url(img/goodworks.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-goodworks a .link-copy:hover:before, #link-goodworks a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/goodworks.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-kungfutacos a .link-copy:before {
  background: url(img/kungfutacos.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-kungfutacos a .link-copy:hover:before, #link-kungfutacos a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/kungfutacos.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-redorange a .link-copy:before {
  background: url(img/redorange-thanksgiving.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-redorange a .link-copy:hover:before, #link-redorange a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/redorange-thanksgiving.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-sentara a .link-copy:before {
  background: url(img/sentara.webp) center no-repeat;
  background-size: cover;
}
@media (min-width: 56.25rem) {
  #link-sentara a .link-copy:hover:before, #link-sentara a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/sentara.webp) center no-repeat;
    background-size: cover;
  }
}

#link-groundworks a .link-copy:before {
  background: url(img/groundworks-icons.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-groundworks a .link-copy:hover:before, #link-groundworks a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/groundworks-icons.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-nomarama a .link-copy:before {
  background: url(img/nomarama.webp) center no-repeat;
  background-size: cover;
}
@media (min-width: 56.25rem) {
  #link-nomarama a .link-copy:hover:before, #link-nomarama a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/nomarama.webp) center no-repeat;
    background-size: cover;
  }
}

#link-roughcuts a .link-copy:before {
  background: url(img/roughcuts.webp) center no-repeat;
  background-size: contain;
  background-color: #e7e7e7;
}
@media (min-width: 56.25rem) {
  #link-roughcuts a .link-copy:hover:before, #link-roughcuts a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/roughcuts.webp) center no-repeat;
    background-size: contain;
    background-color: #e7e7e7;
  }
}

#link-whitesnake a .link-copy:before {
  background: url(img/whitesnake.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-whitesnake a .link-copy:hover:before, #link-whitesnake a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/whitesnake.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-civilwarland a .link-copy:before {
  background: url(img/civilwarland.webp) center no-repeat;
  background-size: 75%;
  background-color: #f0f0f0;
}
@media (min-width: 56.25rem) {
  #link-civilwarland a .link-copy:before {
    background-size: contain;
  }
}
@media (min-width: 56.25rem) {
  #link-civilwarland a .link-copy:hover:before, #link-civilwarland a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/civilwarland.webp) center no-repeat;
    background-size: contain;
    background-color: #f0f0f0;
  }
}

#link-arhoolie a .link-copy:before {
  background: url(img/arhoolie.webp) center no-repeat;
  background-size: contain;
  background-color: #e7e7e7;
}
@media (min-width: 56.25rem) {
  #link-arhoolie a .link-copy:hover:before, #link-arhoolie a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/arhoolie.webp) center no-repeat;
    background-size: contain;
    background-color: #e7e7e7;
  }
}

#link-fdgd a .link-copy:before {
  background: url(img/fdgd.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-fdgd a .link-copy:hover:before, #link-fdgd a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/fdgd.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

#link-gulliver a .link-copy:before {
  background: url(img/gulliver.webp) center no-repeat;
  background-size: contain;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  #link-gulliver a .link-copy:hover:before, #link-gulliver a .link-copy:focus:before {
    background: linear-gradient(0deg, rgba(40, 40, 40, 0.75), rgba(40, 40, 40, 0.75)), url(img/gulliver.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
  }
}

.page-sub .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-sub .wrapper:before {
  display: none;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 40vw;
    border-radius: 0.5rem;
    max-width: 46.875rem;
  }
}
.page-sub .wrapper h2 {
  display: none;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper h2 {
    margin: 0;
  }
}
.page-sub .wrapper .hero {
  border-radius: 0.5rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .hero {
    display: none;
  }
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .info {
    width: 45%;
    margin: 0 0 0 55%;
    order: 1;
  }
}
.page-sub .wrapper .info ul li {
  display: flex;
  justify-content: space-between;
}
.page-sub .wrapper .info ul li p:first-of-type {
  color: #ffb000;
  font-family: "MoonGloss Display Medium", sans-serif;
  text-transform: uppercase;
  padding: 0 1rem 0 0;
}
.page-sub .wrapper .info ul li p:last-of-type {
  font-family: "MoonGloss Display Medium", sans-serif;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .imagery {
    order: 3;
    margin: 2rem 0 0 0;
  }
}
.page-sub .wrapper .imagery .link_section .link img {
  border-radius: 0.5rem;
}
.page-sub .wrapper .details {
  position: relative;
  margin: 0 0 2rem 0;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .details {
    width: 45%;
    margin: 0 0 0 55%;
    order: 2;
  }
}
.page-sub .wrapper .details h3 {
  margin: 0 0 0.5rem 0;
}
.page-sub .wrapper .details h3:last-of-type {
  margin: 1.5rem 0 0.5rem 0;
}
.page-sub .wrapper .details p:last-of-type {
  margin: 0;
}
.page-sub .wrapper .further-details {
  order: 4;
}
.page-sub .wrapper .further-details h3 {
  margin: 0 0 0.5rem 0;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .further-details h3 {
    text-align: center;
  }
}
.page-sub .wrapper .further-details p:first-of-type {
  font-weight: bold;
}
@media (min-width: 56.25rem) {
  .page-sub .wrapper .further-details p:first-of-type {
    text-align: center;
  }
}
.page-sub .wrapper .further-details ul {
  border: 2px solid #00ff66;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media (min-width: 37.5rem) {
  .page-sub .wrapper .further-details ul {
    display: flex;
    gap: 1rem;
  }
}
@media (min-width: 37.5rem) {
  .page-sub .wrapper .further-details ul div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.page-sub .wrapper .further-details ul div li {
  display: flex;
  flex: 0 1 50%;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
}
.page-sub .wrapper .further-details ul div li:before {
  content: "•";
  display: block;
  margin: 0 0.25rem 0 0;
}

@media (min-width: 56.25rem) {
  .omnivent .wrapper:before {
    background: url(img/omnivent-test.webp) center no-repeat;
    background-size: cover;
    max-height: 57vh;
  }
}
.omnivent .wrapper section .link_section .link {
  flex: 1 0 70%;
}
@media (min-width: 37.5rem) {
  .omnivent .wrapper section .link_section .link {
    flex: 1 0 40%;
  }
}
@media (min-width: 56.25rem) {
  .omnivent .wrapper section .link_section .link {
    flex: 1 0 38%;
  }
}
@media (min-width: 75rem) {
  .omnivent .wrapper section .link_section .link {
    flex: 1 0 32%;
  }
}
@media (min-width: 100rem) {
  .omnivent .wrapper section .link_section .link {
    flex: 1 0 22.5%;
  }
}
.omnivent .wrapper section .link_section .link:not(:last-of-type) {
  margin: 0 0 1.5rem auto;
}
@media (min-width: 75rem) {
  .omnivent .wrapper .details {
    margin: 0 0 10rem 55%;
  }
}
.omnivent .wrapper .details p:last-of-type {
  margin: 0 0 1rem 0;
}
.omnivent .wrapper .further-details .research .link_section {
  border-radius: none;
  border: none;
}
.omnivent .wrapper .further-details .research .link_section .link:not(:last-of-type) {
  margin: 0 1rem 0 auto;
}
.omnivent .wrapper .further-details .further-details-copy {
  max-width: 50rem;
  margin: 2rem auto;
  font-weight: bold;
}
@media (min-width: 56.25rem) {
  .omnivent .wrapper .further-details .further-details-copy {
    margin: 4rem auto;
    text-align: center;
  }
}

@media (min-width: 56.25rem) {
  .womad .wrapper:before {
    background: url(img/womad.webp) center no-repeat;
    background-size: cover;
    max-height: 57vh;
  }
}
.womad .wrapper section .link_section .link {
  flex: 1 0 70%;
}
@media (min-width: 37.5rem) {
  .womad .wrapper section .link_section .link {
    flex: 1 0 40%;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper section .link_section .link {
    flex: 1 0 38%;
  }
}
@media (min-width: 75rem) {
  .womad .wrapper section .link_section .link {
    flex: 1 0 32%;
  }
}
@media (min-width: 100rem) {
  .womad .wrapper section .link_section .link {
    flex: 1 0 22.5%;
  }
}
.womad .wrapper section .link_section .link:not(:last-of-type) {
  margin: 0 0 1.5rem auto;
}
.womad .wrapper .details p:last-of-type {
  margin: 0 0 1rem 0;
}
.womad .wrapper .further-details h3 {
  text-align: left;
}
.womad .wrapper .further-details h4 {
  text-align: center;
  margin: 2rem 0 0 0;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details h4 {
    margin: 4rem 0 0 0;
  }
}
.womad .wrapper .further-details p:first-of-type {
  text-align: left;
  font-weight: normal;
}
.womad .wrapper .further-details img {
  width: 40%;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details img {
    width: 20vw;
    height: 100%;
    max-width: 40%;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .further-details-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .further-details-group h4 {
    flex: 1 0 100%;
  }
}
.womad .wrapper .further-details .further-details-group .images {
  display: flex;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .further-details-group .images {
    flex: 0 1 55%;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .further-details-group .copy {
    flex: 0 1 45%;
  }
}
.womad .wrapper .further-details .registration .images .image-2,
.womad .wrapper .further-details .registration .images .image-7,
.womad .wrapper .further-details .categories .images .image-2,
.womad .wrapper .further-details .categories .images .image-7 {
  position: absolute;
  z-index: -1;
  right: 20%;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .registration .images .image-2,
  .womad .wrapper .further-details .registration .images .image-7,
  .womad .wrapper .further-details .categories .images .image-2,
  .womad .wrapper .further-details .categories .images .image-7 {
    position: relative;
    right: 5%;
  }
}
.womad .wrapper .further-details .registration .images .image-3,
.womad .wrapper .further-details .registration .images .image-8,
.womad .wrapper .further-details .categories .images .image-3,
.womad .wrapper .further-details .categories .images .image-8 {
  position: absolute;
  right: 0%;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .registration .images .image-3,
  .womad .wrapper .further-details .registration .images .image-8,
  .womad .wrapper .further-details .categories .images .image-3,
  .womad .wrapper .further-details .categories .images .image-8 {
    position: relative;
    right: 30%;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .suggested-artists h4,
  .womad .wrapper .further-details .schedule h4 {
    order: 1;
  }
}
.womad .wrapper .further-details .suggested-artists .images,
.womad .wrapper .further-details .schedule .images {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .suggested-artists .images,
  .womad .wrapper .further-details .schedule .images {
    order: 3;
  }
}
@media (min-width: 56.25rem) {
  .womad .wrapper .further-details .suggested-artists .copy,
  .womad .wrapper .further-details .schedule .copy {
    order: 2;
  }
}

@media (min-width: 56.25rem) {
  .mea-culpa-cafe .wrapper:before {
    background: url(img/mea-culpa-sq.webp) center no-repeat;
    background-size: cover;
    max-height: 57vh;
  }
}

@media (min-width: 56.25rem) {
  .textile .wrapper:before {
    background: url(img/textile.webp) center no-repeat;
    background-size: cover;
    max-height: 58vh;
  }
}

@media (min-width: 56.25rem) {
  .steel-spade .wrapper:before {
    background: url(img/steelspade.webp) center no-repeat;
    background-size: cover;
    max-height: 57vh;
  }
}

@media (min-width: 56.25rem) {
  .pppc .wrapper:before {
    background: url(img/pppc.webp) center no-repeat;
    background-size: cover;
    max-height: 48vh;
  }
}
@media (min-width: 37.5rem) {
  .pppc .wrapper .imagery .link_section .link {
    flex: 0 1 50%;
  }
}
@media (min-width: 56.25rem) {
  .pppc .wrapper .imagery .link_section .link {
    flex: 0 1 50%;
    margin: 0 1rem 2.5rem 0;
  }
}
@media (min-width: 100rem) {
  .pppc .wrapper .imagery .link_section .link {
    flex: 0 1 50%;
  }
}
.pppc .wrapper .imagery .link_section .link:not(:last-of-type) {
  margin: 0 1.5rem 1.5rem auto;
}
@media (min-width: 56.25rem) {
  .pppc .wrapper .imagery .link_section .link:not(:last-of-type) {
    margin: 0 1.5rem 2.5rem auto;
  }
}

@media (min-width: 56.25rem) {
  .goodworks .wrapper:before {
    background: url(img/goodworks.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
    max-height: 41vh;
  }
}
@media (min-width: 56.25rem) {
  .goodworks .wrapper .imagery .link_section .link img {
    max-width: 50%;
  }
}

@media (min-width: 56.25rem) {
  .kungfutacos .wrapper:before {
    background: url(img/kungfutacos.webp) center no-repeat;
    background-size: contain;
    background-color: #fff;
    max-height: 37vh;
  }
}
@media (min-width: 56.25rem) {
  .kungfutacos .wrapper .imagery .link_section .link img {
    max-width: 50%;
  }
}

@media (min-width: 56.25rem) {
  .redorange {
    display: flex;
  }
}
@media (min-width: 56.25rem) {
  .redorange .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 56.25rem) {
  .redorange .wrapper:before {
    display: none;
  }
}
.redorange .wrapper video {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .redorange .wrapper video {
    width: 30vw;
    flex: 0 1 50%;
    margin: 0;
  }
}
@media (min-width: 56.25rem) {
  .redorange .wrapper .info {
    width: 100%;
    margin: 0 0 0 5%;
    flex: 1 0 44%;
  }
}
.redorange .wrapper .details {
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .redorange .wrapper .details {
    position: absolute;
    top: 10rem;
    width: 45%;
    margin: 0 0 0 55%;
  }
}

@media (min-width: 75rem) {
  .sentara,
  .groundworks,
  .nomarama {
    display: flex;
  }
}
@media (min-width: 75rem) {
  .sentara .wrapper,
  .groundworks .wrapper,
  .nomarama .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 75rem) {
  .sentara .wrapper:before,
  .groundworks .wrapper:before,
  .nomarama .wrapper:before {
    display: none;
  }
}
.sentara .wrapper video,
.groundworks .wrapper video,
.nomarama .wrapper video {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 75rem) {
  .sentara .wrapper video,
  .groundworks .wrapper video,
  .nomarama .wrapper video {
    width: 30vw;
    flex: 0 1 50%;
    margin: 0;
  }
}
@media (min-width: 56.25rem) {
  .sentara .wrapper .info,
  .groundworks .wrapper .info,
  .nomarama .wrapper .info {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 75rem) {
  .sentara .wrapper .info,
  .groundworks .wrapper .info,
  .nomarama .wrapper .info {
    width: 100%;
    margin: 0 0 0 5%;
    flex: 1 0 44%;
  }
}
.sentara .wrapper .details,
.groundworks .wrapper .details,
.nomarama .wrapper .details {
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .sentara .wrapper .details,
  .groundworks .wrapper .details,
  .nomarama .wrapper .details {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 75rem) {
  .sentara .wrapper .details,
  .groundworks .wrapper .details,
  .nomarama .wrapper .details {
    position: absolute;
    top: 10rem;
    width: 45%;
    margin: 0 0 0 55%;
  }
}

@media (min-width: 75rem) {
  .groundworks .wrapper .details,
  .nomarama .wrapper .details {
    position: relative;
    width: 100%;
    top: 0;
    margin: -8rem 0 0 55%;
  }
}
.groundworks .wrapper .details a,
.nomarama .wrapper .details a {
  text-decoration: underline;
  color: #00ff66;
}
.groundworks .wrapper .details a:hover, .groundworks .wrapper .details a:focus,
.nomarama .wrapper .details a:hover,
.nomarama .wrapper .details a:focus {
  text-decoration: none;
}

@media (min-width: 56.25rem) {
  .roughcuts .wrapper:before {
    background: url(img/roughcuts1.png) center no-repeat;
    background-size: 65%;
    background-color: #fff;
    max-height: 46vh;
  }
}
@media (min-width: 75rem) {
  .roughcuts .wrapper:before {
    background-size: 50%;
  }
}
.roughcuts .wrapper .imagery .link_section {
  flex-direction: column;
}
@media (min-width: 56.25rem) {
  .roughcuts .wrapper .imagery .link_section .link img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.roughcuts .wrapper .imagery .link_section .link:not(:last-of-type) {
  margin: 0 0 1rem 0;
}
@media (min-width: 56.25rem) {
  .roughcuts .wrapper .imagery .link_section .link:not(:last-of-type) {
    margin: 0 0 2rem 0;
  }
}

.about {
  display: flex;
}
@media (min-width: 56.25rem) {
  .about {
    justify-content: center;
  }
}
@media (min-width: 56.25rem) {
  .about .wrapper {
    display: flex;
    justify-content: center;
  }
}
.about .wrapper:after {
  display: none;
}
@media (min-width: 56.25rem) {
  .about .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    background: url(img/headshot.webp) center no-repeat;
    background-size: cover;
    width: 50%;
    height: 40vw;
    border-radius: 0.5rem;
    max-width: 46.875rem;
    max-height: 58vh;
    left: 50%;
  }
}
.about .wrapper:before {
  display: none;
}
@media (min-width: 56.25rem) {
  .about .wrapper:before {
    content: "";
    display: block;
    position: absolute;
    background: url(img/ga-cert.webp) center no-repeat;
    background-size: cover;
    width: 10vw;
    height: 10vw;
    max-width: 12.5rem;
    z-index: 100;
    right: 2rem;
    bottom: 6rem;
    transform: rotate(22.5deg);
  }
}
@media (min-width: 75rem) {
  .about .wrapper:before {
    right: 2rem;
    bottom: -2rem;
  }
}
.about .wrapper .images {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 56.25rem) {
  .about .wrapper .images {
    margin: 0;
  }
}
.about .wrapper .images .cert {
  position: absolute;
  width: 25vw;
  height: auto;
  bottom: 2rem;
  right: 1rem;
  transform: rotate(22.5deg);
}
@media (min-width: 56.25rem) {
  .about .wrapper .images .cert {
    display: none;
  }
}
@media (min-width: 56.25rem) {
  .about .wrapper .details {
    width: 40%;
    margin: 0 55% 0 0;
  }
}
.about .wrapper .details p {
  margin: 0 0 1rem 0 !important;
}

/* for Firefox */
/* for Chrome *//*# sourceMappingURL=style.css.map */