body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

::-moz-selection {
  background: rgb(253, 2, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(253, 2, 0);
  color: rgb(255, 255, 255);
}

#chromeframe {
  background: rgb(253, 2, 0);
  color: rgb(255, 255, 255);
}

a {
  color: rgb(0, 0, 0);
}
a:hover {
  color: rgb(253, 2, 0);
}

p a:hover {
  color: rgb(253, 2, 0);
}

header.siteheader {
  background: rgb(255, 255, 255);
}
header.siteheader a svg:hover {
  fill: rgb(253, 2, 0);
}
header.siteheader nav[role=social-nav] ul {
  background: rgb(0, 0, 0);
}
header.siteheader nav[role=social-nav] ul a svg {
  fill: rgb(255, 255, 255);
}
header.siteheader nav[role=social-nav] ul a svg:hover {
  fill: rgb(253, 2, 0);
}

button, a.btn {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
button:hover, button:focus, a.btn:hover, a.btn:focus {
  background-color: rgb(253, 2, 0);
}

#module-intro blockquote {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5, h6, nav a, a.btn {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

i {
  font-style: italic;
}

/* ==========================================================================
   Custom Skinny Reset
   ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, footer, header, nav, section {
  display: block;
  padding: 0;
  margin: 0;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html, body {
  height: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
strong, p a {
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

p {
  margin: 1em 0;
}

small {
  font-size: 80%;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
}

button, input {
  line-height: normal;
}

button {
  border: none;
}

input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

*:focus {
  outline: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  scroll-behavior: smooth;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

li, input, select, strong, small, label, textarea, a, a:hover, a:visited, button, path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
}

.hidden {
  visibility: hidden;
}

.nolist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

p {
  line-height: 1.3em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullets, .alpha, .numerals {
  padding: 1em 0 0 18px;
}
.bullets li, .alpha li, .numerals li {
  margin-bottom: 1em;
}

.bullets {
  list-style: disc;
}

.alpha {
  list-style: lower-roman;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.h-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.align {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

sup {
  font-size: 40%;
  vertical-align: super;
}

/* Chrome Frame */
#chromeframe {
  display: block;
  padding: 1em 10%;
  position: fixed;
  text-align: center;
  bottom: -1em;
  width: 80%;
  z-index: 1000;
}

a {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

button, a.btn {
  display: inline-block;
  line-height: 1;
  padding: 0.7em 1.1em;
}

/* ==========================================================================
   Keyframes
   ========================================================================== */
/* ==========================================================================
   Transitions
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
.siteheader {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
  height: 10vh;
  max-height: 100px;
  min-height: 75px;
  z-index: 10; /* Ensures it stays on top */
  background-color: transparent;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  will-change: transform, visibility;
}
.siteheader.hidden {
  transform: translateY(-100%); /* Slide the header off-screen */
  visibility: hidden; /* Hide the header visually, but keep it in the DOM */
}
.siteheader.visible {
  visibility: visible;
}
.siteheader h1 {
  flex: 1;
  text-align: center;
}
.siteheader h1 a {
  display: inline-block;
}
.siteheader nav[role=primary-nav] {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
}
.siteheader nav[role=primary-nav] a {
  margin-right: 1vw;
  text-decoration: none;
}
.siteheader nav[role=primary-nav] a:last-child {
  margin-right: 0;
}
.siteheader nav[role=social-nav] {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.siteheader nav[role=social-nav] ul {
  margin-left: 0.2em;
  padding: 0 0.5vw;
}
.siteheader nav[role=social-nav] ul li {
  padding: 0.5em 0 0.4em;
  margin: 0 0.3vw;
  display: inline-block;
}
.siteheader nav[role=social-nav] ul li a {
  text-decoration: none;
  display: inline-block;
}

/* ==========================================================================
   Not Found
   ========================================================================== */
#module-not-found {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 3vw 0;
}
#module-not-found header h1 {
  font-size: clamp(2em, 9vw, 12.5em);
  line-height: 1.2em;
  max-width: 60vw;
  padding: 0 0 0 2.5vw;
  margin: 0;
}
#module-not-found header a {
  padding: 1.3vw 2vw;
  max-width: 42.5vw;
  margin: 5vw 0 0 2.5vw;
  bottom: 1.5vw;
  font-size: clamp(1.1em, 1.8vw, 2.2em);
  box-sizing: border-box;
}

/* ==========================================================================
   Home
   ========================================================================== */
#module-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 3vw 0;
}
#module-intro header h1 {
  font-size: clamp(2em, 9vw, 12.5em);
  line-height: 1.2em;
  max-width: 60vw;
  padding: 0 0 0 2.5vw;
  margin: 0;
}
#module-intro blockquote {
  padding: 1.3vw 2vw;
  position: absolute;
  right: 0;
  max-width: 42.5vw;
  margin: 0;
  bottom: 1.5vw;
  font-size: clamp(1.1em, 1.8vw, 2.2em);
  box-sizing: border-box;
}

#module-culture-show {
  position: relative;
  width: 95vw;
  margin: 0 auto;
  /* Content Section Below Video */
}
#module-culture-show #culture-show-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  height: 56.25vw;
}
#module-culture-show .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  background-image: url("images/default-image.jpg");
}
#module-culture-show .video-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#module-culture-show .play-button {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1.5vw;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 1;
}
#module-culture-show .play-button:hover {
  transform: scale(1.1);
}
#module-culture-show .play-button svg {
  fill: rgb(255, 255, 255);
}
#module-culture-show iframe {
  display: none;
  width: 100%;
  height: 100%;
}
#module-culture-show section {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
  padding: 4vw;
  gap: 4vw;
}
#module-culture-show section .content-left {
  flex: 1;
}
#module-culture-show section .content-left h2 {
  display: inline;
  margin: 0;
  font-size: clamp(1.8em, 3.8vw, 6em);
  background: rgb(253, 2, 0);
  padding: 0 1.5vw;
}
#module-culture-show section .content-left h3 {
  display: block;
  font-size: clamp(1.2em, 1.5vw, 2em);
  font-weight: normal;
  background: none;
}
#module-culture-show section .content-left p {
  font-size: clamp(1em, 1vw, 1.2em);
  color: grey;
}
#module-culture-show section .content-left p a {
  color: rgb(255, 255, 255);
}
#module-culture-show section .content-left p a:hover, #module-culture-show section .content-left p a:focus {
  color: rgb(253, 2, 0);
}
#module-culture-show section .content-right {
  flex: 2;
}
#module-culture-show section .content-right p {
  font-size: clamp(1em, 1.3vw, 1.4em);
  line-height: 1.6;
}

#module-media {
  margin: 4vw auto;
  padding: 4vw 0;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
#module-media h2, #module-media h3 {
  width: 100%;
  text-align: left;
  color: rgb(255, 255, 255);
}
#module-media .media-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}
#module-media .media-title svg {
  fill: rgb(255, 255, 255);
}
#module-media .media-title h2 {
  font-size: clamp(1.8em, 3.2vw, 5em);
}
#module-media .media-title-small {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 1vw;
}
#module-media .media-title-small h3 {
  position: relative;
  font-size: clamp(1.6em, 2.6vw, 3.8em);
  background-color: rgb(0, 0, 0);
  padding: 0 1vw 0 2.5vw;
  width: inherit;
}
#module-media .media-title-small h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 96.5vw;
  height: 0.2em;
  background-color: rgb(255, 255, 255);
  z-index: -1;
  transform: translateY(-50%);
}
#module-media .media-title-small h3 svg {
  fill: rgb(255, 255, 255);
  scale: 0.8;
  vertical-align: middle;
  margin-bottom: 3px;
}
#module-media #media-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5vw;
  padding: 0 2.5vw;
}
#module-media #media-intro #media-podcast, #module-media #media-intro #media-12-questions {
  flex: 1;
  min-width: 48%;
  margin-bottom: 2.5vw;
}
#module-media #media-intro #media-12-questions img {
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 24.75vw;
}
#module-media #media-intro .module-podcasts {
  background: rgb(253, 2, 0);
  height: 24.75vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  padding: 0 2.5vw;
}
#module-media #media-intro .module-podcasts img {
  width: 20vw;
  height: auto;
}
#module-media #media-intro .module-podcasts .media-links {
  width: 20vw;
  padding: 0;
  margin: 0;
}
#module-media #media-intro .module-podcasts .media-links p {
  margin: 1.2vw 0;
  padding: 0;
  font-size: clamp(0.7em, 1vw, 1.2em);
}
#module-media #media-intro .module-podcasts .media-links p strong {
  font-size: clamp(1.2em, 1.6vw, 1.8em);
}
#module-media #media-intro .module-podcasts .media-links a {
  display: block;
  background: #B01514;
  text-align: center;
  padding: 0.45vw 0 0.2vw;
  margin: 0.5vw 0;
}
#module-media #media-intro .module-podcasts .media-links a:hover {
  background: rgb(0, 0, 0);
}
#module-media #media-intro .module-podcasts .media-links a svg, #module-media #media-intro .module-podcasts .media-links a img {
  width: 13vw;
  max-width: 260px;
  height: auto;
}
#module-media .media-collaborations,
#module-media .media-culture-chronicles {
  position: relative;
  width: 100%;
  height: 32vw;
  min-height: 32vw;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 2vw;
}
#module-media .media-collaborations a, #module-media .media-collaborations a:visited,
#module-media .media-culture-chronicles a,
#module-media .media-culture-chronicles a:visited {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
}
#module-media .media-collaborations a:hover, #module-media .media-collaborations a:visited:hover,
#module-media .media-culture-chronicles a:hover,
#module-media .media-culture-chronicles a:visited:hover {
  color: rgb(253, 2, 0);
}
#module-media .media-collaborations a p, #module-media .media-collaborations a:visited p,
#module-media .media-culture-chronicles a p,
#module-media .media-culture-chronicles a:visited p {
  margin: 0;
  padding: 1vw 0 0;
}
#module-media .media-collaborations a p small, #module-media .media-collaborations a:visited p small,
#module-media .media-culture-chronicles a p small,
#module-media .media-culture-chronicles a:visited p small {
  display: block;
}
#module-media .media-collaborations .carousel-wrapper,
#module-media .media-culture-chronicles .carousel-wrapper {
  display: flex;
  position: relative;
  cursor: grab;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#module-media .media-collaborations .carousel-wrapper.is-dragging,
#module-media .media-culture-chronicles .carousel-wrapper.is-dragging {
  cursor: grabbing;
}
#module-media .media-collaborations .carousel-item,
#module-media .media-culture-chronicles .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 33vw;
  height: 100%;
  padding-left: 2.5vw;
  overflow: hidden;
}
#module-media .media-collaborations .carousel-item img,
#module-media .media-culture-chronicles .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

#module-merch {
  width: 95vw;
  margin: 0 2.5vw;
  max-width: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2vw;
  background: url("images/module-merch-bg@2x.jpg") no-repeat center center;
  background-size: cover;
  aspect-ratio: 16/9;
  padding: 0;
}
#module-merch header {
  position: relative;
}
#module-merch h1 {
  font-size: clamp(3.4em, 9vw, 12.5em);
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding: 0 0.2em;
  margin: 0 20vw 0 0;
  text-align: left;
}
#module-merch .btn {
  align-self: flex-start;
  margin: 0 0 0 2.5vw;
  font-size: clamp(1.2em, 3vw, 2em);
  background-color: rgb(253, 2, 0);
}
#module-merch .btn:hover {
  background-color: rgb(0, 0, 0);
}
#module-merch img {
  position: absolute;
  bottom: 2.5vw;
  right: 2.5vw;
  width: clamp(150px, 20vw, 300px);
  height: auto;
}

#module-signup {
  background-color: rgb(253, 2, 0);
  width: 90vw;
  margin: 2.5vw;
  max-width: 90%;
  padding: 2.5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#module-signup header {
  display: flex;
  flex-direction: column;
  width: 70%;
}
#module-signup header h4, #module-signup header p {
  color: rgb(255, 255, 255);
}
#module-signup header h4 {
  font-size: clamp(1.6em, 3vw, 2.5em);
  margin: 0;
}
#module-signup header p {
  font-size: clamp(1em, 2vw, 1.6em);
  margin: 0;
}
#module-signup .btn {
  font-size: clamp(1.2em, 3vw, 2em);
  background-color: rgb(0, 0, 0);
}
#module-signup .btn:hover {
  color: rgb(253, 2, 0);
  background-color: rgb(255, 255, 255);
}

#module-goalinitiatives {
  margin: 2.5vw;
}
#module-goalinitiatives a {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5vw 5%;
  width: 90%;
  max-width: 90%;
}
#module-goalinitiatives a img {
  transition: transform 0.4s ease;
  width: 35%;
  height: auto;
}
#module-goalinitiatives a p {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  color: grey;
}
#module-goalinitiatives a p small {
  font-weight: bold;
}
#module-goalinitiatives a p svg {
  fill: rgb(255, 255, 255);
  transition: transform 0.4s ease;
  max-width: 196px;
  width: 22vw;
  height: auto;
}
#module-goalinitiatives a:hover {
  box-shadow: rgb(253, 2, 0) 0 1vw 0;
}
#module-goalinitiatives a:hover img {
  transform: scale(1.05);
}
#module-goalinitiatives a:hover svg {
  fill: grey;
}

#module-pub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 2.5vw;
  width: 95vw;
  max-width: 95%;
}
#module-pub a {
  padding: 0;
  margin: 0;
}
#module-pub a img {
  width: 100%;
  height: auto;
  display: block;
}
#module-pub a:hover {
  box-shadow: rgb(253, 2, 0) 0 1vw 0;
}

/* ==========================================================================
   Hero
   ========================================================================== */
#module-hero {
  display: flex;
  justify-content: center;
  width: 100vw;
  max-width: 95vw;
  min-height: 70vh;
  margin: 0 auto;
  position: relative;
}
#module-hero .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 1vw;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#module-hero .grid-container .grid-item {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}
#module-hero .grid-container .grid-item .fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
#module-hero .grid-container .top-left {
  background-image: url("images/hero-the-1st-half@2x.jpg");
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#module-hero .grid-container .top-right {
  grid-row: span 2;
  min-height: 70vh;
  height: 100%;
}
#module-hero .grid-container .bottom-left {
  grid-row: span 2;
  height: 100%;
}
#module-hero .grid-container .bottom-right {
  height: 100%;
  min-height: 35vh;
}

body {
  font-size: 1.1em;
  line-height: 1.4;
  height: auto;
  min-height: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100vw;
  max-width: 100%;
}
footer h6 {
  font-size: clamp(2.2em, 8vw, 11.5em);
  align-self: flex-end;
  padding: 0 2.5vw;
  margin: 15vw 0;
}
footer section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(0, 0, 0);
  width: 95%;
  padding: 0 2.5%;
  max-width: 100%;
}
footer section p {
  display: flex;
  color: grey;
  flex-direction: column;
  gap: 0.3vw;
  font-size: clamp(0.7em, 2vw, 0.9em);
}
footer section p a svg {
  fill: rgb(255, 255, 255);
}
footer section p a:hover svg {
  fill: grey;
}

/* < 2200 ------------------------------------------ */
/* < 1550 ------------------------------------------ */
/* < 1440 ------------------------------------------ */
/* < 1350 ------------------------------------------ */
/* < 1200 ------------------------------------------ */
/* < 1024 ------------------------------------------ */
@media (max-width: 1024px) {
  #module-hero {
    padding-top: 1vw;
    min-height: 0;
  }
  #module-hero .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  #module-hero .grid-container .top-left, #module-hero .grid-container .bottom-left, #module-hero .grid-container .top-right, #module-hero .grid-container .bottom-right {
    grid-column: span 1;
    aspect-ratio: 1/1;
    max-height: 47vw;
    min-height: 47vw;
    grid-row: span 1;
  }
  .siteheader {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
    height: 120px;
    max-height: 120px;
    min-height: 120px;
  }
  .siteheader h1 {
    order: 1;
    text-align: left;
    padding: 1vh 0 0 2vw;
    width: 17vw;
    margin: 0;
    scale: 0.8;
  }
  .siteheader nav[role=social-nav] {
    order: 2;
    width: 77vw;
    justify-content: flex-end;
    padding: 0 2vw 0 0;
    position: absolute;
    right: 0;
    top: 1.3vh;
  }
  .siteheader nav[role=social-nav] ul {
    padding: 0 2vw;
  }
  .siteheader nav[role=social-nav] ul li {
    padding: 0.52em 0 0.4em;
    margin: 0 1vw;
  }
  .siteheader nav[role=primary-nav] {
    order: 3;
    width: 100%;
    justify-content: center;
    background: rgb(0, 0, 0);
    padding: 1vh 0;
  }
  .siteheader nav[role=primary-nav] a {
    margin: 0 2.5vw;
    color: rgb(255, 255, 255);
  }
  #module-intro {
    flex-direction: column;
    gap: 2vh;
    padding: 2vh 0;
  }
  #module-intro header {
    flex: 1;
  }
  #module-intro header h1 {
    font-size: clamp(3.5em, 15vw, 12.5em);
    max-width: 95vw;
    padding: 0 0 0 2.5vw;
  }
  #module-intro blockquote {
    flex: 2;
    position: relative;
    align-self: center;
    width: 100%;
    max-width: 95vw;
    padding: 2vw 2vw;
  }
  #module-culture-show section {
    flex-direction: column;
    padding: 4vh 4vw;
    gap: 0;
  }
  #module-culture-show section .content-left {
    order: 1;
    text-align: left;
  }
  #module-culture-show section .content-left h2 {
    padding: 0 10px;
    margin-right: -10px;
  }
  #module-culture-show section .content-right {
    order: 2;
  }
  #module-media #media-intro {
    flex-direction: column;
  }
  #module-media #media-intro .media-title {
    gap: 3vw;
  }
  #module-media #media-intro .media-title h2 {
    font-size: clamp(2.4em, 3.6vw, 5.6em);
  }
  #module-media #media-intro #media-podcast,
  #module-media #media-intro #media-12-questions {
    min-width: 100%;
  }
  #module-media #media-intro #media-12-questions img {
    height: auto;
  }
  #module-media #media-intro .module-podcasts {
    height: auto;
    padding: 2.5vw;
    gap: 2.5vw;
  }
  #module-media #media-intro .module-podcasts img {
    width: 45vw;
    height: auto;
  }
  #module-media #media-intro .module-podcasts .media-links {
    width: 40vw;
  }
  #module-media #media-intro .module-podcasts .media-links p {
    margin: 2vw 0;
    font-size: clamp(0.6em, 2.2vw, 1.2em);
  }
  #module-media #media-intro .module-podcasts .media-links p strong {
    font-size: clamp(1.3em, 3.6vw, 2.8em);
  }
  #module-media #media-intro .module-podcasts .media-links a {
    padding: 1.5vw 0 0.7vw;
    margin: 1.5vw 0;
  }
  #module-media #media-intro .module-podcasts .media-links a svg, #module-media #media-intro .module-podcasts .media-links a img {
    width: 32vw;
    max-width: 260px;
    height: auto;
  }
  #module-media .media-collaborations,
  #module-media .media-culture-chronicles {
    height: 45vw;
    min-height: 45vw;
  }
  #module-media .media-collaborations .carousel-wrapper .carousel-item,
  #module-media .media-culture-chronicles .carousel-wrapper .carousel-item {
    width: 45vw;
  }
  #module-signup {
    flex-direction: column;
    align-items: flex-start;
  }
  #module-signup header {
    width: 100%;
    gap: 2vw;
  }
  #module-signup .btn {
    align-self: flex-end;
    margin-top: 1rem;
  }
  #module-goalinitiatives a p svg {
    max-width: 120px;
  }
  footer section {
    flex-direction: column;
    padding: 5px 2.5%;
  }
  footer section p.copyright {
    order: 2;
    margin: 0.5em;
    margin-bottom: 0;
  }
  footer section p.ryveann {
    order: 1;
    margin: 0;
    font-size: 8px;
  }
  footer section p.ryveann a{
    transform: translateX(-0.8em);
  }
  footer section p.ryveann svg {
    width: 8.7em;
    height: 2em;
  }
}
/* < 760 ------------------------------------------ */
@media (max-width: 760px) {
  #module-media .media-collaborations,
  #module-media .media-culture-chronicles {
    height: 48vw;
    min-height: 48vw;
  }
  #module-merch {
    justify-content: end;
    aspect-ratio: 3/4;
    gap: 10vw;
  }
  #module-merch .btn {
    margin: 0 0 7.5vw 2.5vw;
  }
  #module-merch img {
    position: absolute;
    bottom: 7.5vw;
  }
}
/* < 650 ------------------------------------------ */
@media (max-width: 650px) {
  #module-media .media-collaborations,
  #module-media .media-culture-chronicles {
    height: 65vw;
    min-height: 65vw;
  }
}
/* < 500 ------------------------------------------ */
/* Portrait Only -------------------------- */
/* < 750 Device Landscape Only -------------------- */
/* < 650 Landscape Only -------------------------- */
/* < 750 Landscape Only -------------------------- */
/* < 700 < 1024 Landscape Only -------------------------- */
/* < 767 Portrait Only -------------------------- */
/* < 950 Max Height -------------------------- */
/* < 800 Max Height -------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/* Youtube Button Navigation 2025-03 */
@media screen and (min-width: 1024px) {
    .siteheader nav[role=primary-nav]{
      width: 30%;
      flex-basis: 45%;
    }
    .siteheader h1{
      width: 30%;
      flex-basis: 10%;
    }
    .siteheader nav[role=social-nav]{
      width: 30%;
      flex-basis: 45%;
    }
}
@media screen and (min-width: 600px) {
    .siteheader nav[role=social-nav]{
      align-items: stretch;
    }
    .siteheader nav[role=social-nav] .btn{
      display: flex !important;
      align-items: center;
    }
    .youtube-btn{
      display: flex !important;
      margin-right: 0.2em;
      padding: 0.2em 0.5em;
      background-color: white;
    }
    .youtube-btn:hover{
      background-color: #FF0033;
    }
    .youtube-btn svg{
      width: 6em;
    }
    .youtube-btn:hover svg path{
      fill: #FFF;
    }
    .youtube-btn:hover svg path[fill="#fff"]{
      fill: #FF0033;
    }   
}
@media screen and (max-width: 1050px) {
    .youtube-btn svg{
        width: 5em;
      }
}
@media screen and (max-width: 540px) {
    .siteheader nav[role=social-nav] a{
        font-size: 15px;
    }    
    .siteheader nav[role=social-nav] ul li {
        padding: 0.52em 0 0.4em;
        margin: 0 0 !important;
    }
}