/* =====================================================
   Riverbed Union Theme
   Replaces css/style.css and css/riverbed.css
   Keep loaded after bootstrap.css and icomoon.css
   ===================================================== */

@import url("https://fonts.googleapis.com/css2?family=Rye&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap");

/* ------------------------------
   Global Base
   ------------------------------ */

* {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Bree Serif", Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2a2118;
  background: url("../images/riverbed-background.png") center center no-repeat fixed;
  background-size: cover;
}

body,
p,
.ru-lead,
.ru-muted,
.ru-copy p,
.ru-story p,
.ru-player__status {
  font-family: "Bree Serif", Georgia, serif;
}

p {
  margin: 0 0 1.5em 0;
  color: rgba(42, 33, 24, 0.86);
}

a,
a:hover,
a:active,
a:focus {
  color: #7a5526;
  outline: none;
  text-decoration: none !important;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fh5co-heading,
.ru-kicker,
.work .desc h3,
.ru-player__now,
.ru-streams a,
.btn,
button {
  font-family: "Rye", Georgia, serif !important;
  font-weight: 400;
  letter-spacing: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fh5co-heading {
  color: #1b1008;
  margin: 0 0 30px 0;
}

figure {
  margin: 0 0 2.5em 0;
  width: 100%;
}

::selection {
  color: #eadfc8;
  background: #5d3b18;
}

/* ------------------------------
   Fixed Layout
   ------------------------------ */

#fh5co-page {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  background: transparent;
  overflow: hidden;
  position: relative;
}

#fh5co-aside {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 38px;
  background: transparent;
  border-right: none;
  box-shadow: none;
}

#fh5co-aside:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(245, 236, 217, 0.42);
  pointer-events: none;
  z-index: 0;
}

#fh5co-main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 320px;
  width: auto;
  height: 100vh;
  margin-left: 0;
  float: none;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
}

#fh5co-main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
  background: rgba(245, 236, 217, 0.42);
  pointer-events: none;
  z-index: 0;
}

#fh5co-main > * {
  position: relative;
  z-index: 2;
}

/* ------------------------------
   Sidebar Navigation
   ------------------------------ */

#fh5co-aside:after {
  display: none;
}

#fh5co-aside #fh5co-logo {
  margin: 0 0 10px 0;
  padding: 0 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#fh5co-aside #fh5co-logo a {
  display: block;
  color: #120b06;
}

.ru-sidebar-logo {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 20 auto;
  mix-blend-mode: multiply;
}

#fh5co-main-menu {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

#fh5co-aside #fh5co-main-menu ul {
  margin: 0;
  padding-right: 15px;
  text-align: right;
  position: relative;
  top: -6px;
}

#fh5co-aside #fh5co-main-menu ul li {
  text-align: right;
}

#fh5co-aside #fh5co-main-menu ul li {
  margin: 10 4 2px 0;
  padding: 0;
  list-style: none;
}

#fh5co-aside #fh5co-main-menu ul li a {
  display: inline-block;
  min-width: 118px;
  padding: 6px 10px;
  text-align: right;
  color: #2a2118;
  font-family: "Rye", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  border-radius: 2px;
  position: relative;
}

#fh5co-aside #fh5co-main-menu ul li a:after {
  display: none;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a,
#fh5co-aside #fh5co-main-menu ul li a:hover,
#fh5co-aside #fh5co-main-menu ul li a:focus {
  background: transparent;
  color: #1b130b;
  box-shadow: none;
}

#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:before,
#fh5co-aside #fh5co-main-menu ul li a:hover:before,
#fh5co-aside #fh5co-main-menu ul li a:focus:before {
  content: "\27A4";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  color: #7a5526;
  font-family: Georgia, serif;
  font-size: 14px;
}

#fh5co-aside .fh5co-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  width: 100%;
  padding: 0 28px;
  color: #120b06;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-shadow: none;
  position: absolute;
  z-index: 2;
}

#fh5co-aside .fh5co-footer p {
  margin-bottom: 0;
  color: #120b06;
}

/* ------------------------------
   Mobile Nav Toggle
   ------------------------------ */

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 1;
  padding: 20px;
  transition: 0.3s ease;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #120b06;
  background: #120b06;
  transition: all 0.2s ease-out;
}

.fh5co-nav-toggle i:before,
.fh5co-nav-toggle i:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #120b06;
  position: absolute;
  left: 0;
  transition: 0.2s;
}

.fh5co-nav-toggle i:before {
  top: -7px;
}

.fh5co-nav-toggle i:after {
  bottom: -7px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i:before {
  top: 0;
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i:after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

/* ------------------------------
   Shared Content Panels
   ------------------------------ */

.fh5co-narrow-content {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

#fh5co-main > .fh5co-narrow-content {
  max-width: none;
  margin: 30px;
  padding: 30px;
}

.ru-hero,
#fh5co-main > .fh5co-narrow-content:not(:first-child) {
  background: transparent;
  border: none;
  box-shadow: none;
}

#fh5co-main > .fh5co-narrow-content:not(:first-child) {
  margin-bottom: 30px;
}

#fh5co-main > .fh5co-narrow-content:not(:first-child) * {
  position: relative;
  z-index: 3;
}

.fh5co-heading {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 28px;
  color: #1b1008;
  text-transform: none;
}

.fh5co-heading-colored {
  color: #7a5526;
}

.fh5co-lead,
.ru-lead {
  color: rgba(27, 16, 8, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.ru-muted {
  color: rgba(27, 16, 8, 0.72);
}

.ru-kicker {
  color: #5d3b18;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ru-panel {
  border-top: 1px solid rgba(63, 45, 25, 0.16);
  padding-top: 32px;
}

.ru-copy p,
.ru-story p {
  color: rgba(27, 16, 8, 0.84);
  font-size: 17px;
}

.ru-quote {
  margin: 36px 0;
  padding: 26px 0 26px 28px;
  border-left: 6px solid #7a5526;
  color: #1b1008;
  font-size: 28px;
  line-height: 1.25;
}

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

.btn,
button {
  border-radius: 0;
  text-transform: none;
  transition: 0.25s ease;
}

.btn.btn-primary,
.btn-primary,
.ru-button {
  background: rgba(93, 59, 24, 0.10) !important;
  border: 2px solid rgba(54, 35, 18, 0.55) !important;
  color: #1b1008 !important;
  border-radius: 0;
  font-family: "Rye", Georgia, serif !important;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 32px !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.ru-button:hover,
.ru-button:focus,
.ru-button:active {
  background: #5d3b18 !important;
  border-color: #5d3b18 !important;
  color: #eadfc8 !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary.btn-outline,
.ru-button--ghost {
  background: transparent !important;
  color: #1b1008 !important;
  border-color: rgba(42, 33, 24, 0.42) !important;
}

.btn-primary.btn-outline:hover,
.ru-button--ghost:hover,
.ru-button--ghost:focus {
  background: rgba(93, 59, 24, 0.18) !important;
  color: #1b1008 !important;
  border-color: #5d3b18 !important;
}

/* ------------------------------
   Home Hero
   ------------------------------ */

.ru-hero {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  padding: 30px;
  position: relative;
  overflow: visible;
  margin: 30px;
}

.ru-hero:after {
  display: none;
}

.ru-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.ru-hero__copy h1 {
  color: #1b1008;
  font-family: "Rye", Georgia, serif;
  font-size: 66px;
  line-height: 1.05;
  margin-bottom: 24px;
  font-weight: 400;
  text-shadow: none;
}

.ru-hero .ru-lead {
  color: rgba(27, 16, 8, 0.88);
}

.ru-hero .ru-kicker {
  color: #5d3b18;
}

.ru-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ------------------------------
   Album Cards / Work Tiles
   ------------------------------ */

.row-bottom-padded-lg {
  padding-bottom: 7em;
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}

.col-padding {
  padding: 10px !important;
}

.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table;
  overflow: hidden;
}

.work .desc {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  background: rgba(234, 223, 200, 0.88);
  opacity: 0;
  transition: 0.3s;
}

.work .desc h3 {
  color: #1b1008;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  transform: translate3d(0, -15px, 0);
  transition: transform 0.3s, opacity 0.3s;
}

.work .desc span {
  display: block;
  color: rgba(27, 16, 8, 0.72);
  font-family: "Bree Serif", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
  transform: translate3d(0, 15px, 0);
  transition: transform 0.3s, opacity 0.3s;
}

.work:hover .desc {
  opacity: 1;
}

.work:hover .desc h3,
.work:hover .desc span {
  transform: translate3d(0, 0, 0);
}

.ru-album-work.work {
  height: 430px;
}

.ru-album-work.work .desc {
  height: 430px;
}

.ru-album-meta {
  margin-top: 18px;
  color: rgba(42, 33, 24, 0.68);
}

/* ------------------------------
   Music Page Grid
   ------------------------------ */

.ru-music-page {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.ru-music-intro {
  text-align: center;
  padding-bottom: 18px;
}

.ru-music-intro .fh5co-heading {
  font-size: 30px;
  margin-bottom: 20px;
}

.ru-music-intro .ru-lead {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.65;
}

.ru-music-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.ru-music-card {
  text-align: center;
}

.ru-music-card a {
  display: block;
  color: #2a2118;
}

.ru-music-cover {
  width: 100%;
  display: block;
  border: 1px solid rgba(63, 45, 25, 0.22);
  box-shadow: 0 14px 28px rgba(63, 45, 25, 0.16);
  margin-bottom: 18px;
}

.ru-music-card h3 {
  color: #1b1008;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ru-music-card p {
  color: rgba(42, 33, 24, 0.72);
  font-size: 13px;
  margin-bottom: 0;
}

/* ------------------------------
   Images / Posters
   ------------------------------ */

.ru-poster {
  display: inline-block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: 0 18px 38px rgba(63, 45, 25, 0.22);
}

.ru-poster img,
.ru-page-art img {
  width: auto;
  max-width: 100%;
  max-height: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.ru-poster--wide {
  max-width: 620px;
}

.ru-poster--wide img {
  max-width: 620px;
  max-height: 420px;
}

.ru-poster--small {
  max-width: 360px;
}

.ru-poster--small img {
  max-width: 360px;
  max-height: 420px;
}

/* ------------------------------
   Audio Player
   ------------------------------ */

.ru-player {
  border: 1px solid rgba(63, 45, 25, 0.28);
  padding: 28px;
  background: rgba(238, 226, 203, 0.34);
  box-shadow: 0 14px 34px rgba(63, 45, 25, 0.14);
}

.ru-player__now {
  min-height: 28px;
  color: #1b1008;
  font-size: 18px;
}

.ru-player__status {
  min-height: 23px;
  color: rgba(42, 33, 24, 0.68);
}

.ru-clip-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.ru-clip {
  width: 100%;
  min-height: 80px;
  padding: 14px;
  text-align: left;
  background: rgba(234, 223, 200, 0.34);
  border: 1px solid rgba(63, 45, 25, 0.22);
  color: #2a2118;
}

.ru-clip:hover,
.ru-clip:focus {
  background: rgba(93, 59, 24, 0.16);
  border-color: rgba(54, 35, 18, 0.50);
  outline: none;
}

.ru-clip strong,
.ru-clip span {
  display: block;
}

.ru-clip strong {
  color: #1b1008;
}

.ru-clip span {
  color: rgba(42, 33, 24, 0.62);
}

/* ------------------------------
   Streaming Links
   ------------------------------ */

.ru-listen-everywhere {
  border-top: 1px solid rgba(63, 45, 25, 0.16);
  padding-top: 38px;
  text-align: center;
}

.ru-listen-everywhere .fh5co-heading {
  margin-bottom: 24px;
}

.ru-streams {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.ru-streams a {
  color: #2a2118;
  border: 1px solid rgba(63, 45, 25, 0.24);
  background: rgba(255, 248, 230, 0.24);
  padding: 10px 13px;
}

.ru-streams a:hover,
.ru-streams a:focus {
  color: #eadfc8;
  background: #5d3b18;
}

/* ------------------------------
   Merch
   ------------------------------ */

.ru-merch {
  min-height: 250px;
  padding: 28px;
  background: rgba(255, 248, 230, 0.26);
  border: 1px solid rgba(63, 45, 25, 0.18);
}

.ru-merch h3 {
  color: #1b1008;
  margin-bottom: 16px;
}

.ru-merch p {
  color: rgba(42, 33, 24, 0.78);
}

.ru-price {
  color: #7a5526;
  font-weight: 700;
}

.ru-footer-landscape {
  display: none;
}

.ru-legacy-note {
  max-width: 620px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------------------------------
   Animation Override
   ------------------------------ */

.js .animate-box,
.animate-box {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ------------------------------
   Tablet
   ------------------------------ */

@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 280px;
  }

  #fh5co-main {
    left: 280px;
    width: auto;
    margin-left: 0;
  }

  .ru-hero {
    margin-left: 42px;
    margin-right: 42px;
  }
}

@media screen and (max-width: 992px) {
  .ru-hero {
    padding: 54px 42px;
  }

  .ru-hero__copy h1 {
    font-size: 56px;
  }

  .ru-clip-list {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------
   Mobile
   ------------------------------ */

@media screen and (max-width: 768px) {
  html,
  body {
    overflow: auto;
    height: auto;
  }

  #fh5co-page {
    display: block;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  #fh5co-aside {
    width: 270px;
    height: 100vh;
    position: fixed;
    transform: translateX(-270px);
    background: rgba(238, 226, 203, 0.96);
    overflow-y: auto;
  }

  body.offcanvas #fh5co-aside {
    transform: translateX(0);
    width: 270px;
  }

  #fh5co-main {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: visible;
  }

  body.offcanvas #fh5co-main,
  body.offcanvas .fh5co-nav-toggle {
    transform: translateX(270px);
  }

  .fh5co-nav-toggle {
    visibility: visible;
  }

  .ru-sidebar-logo {
    max-width: 150px;
  }

  #fh5co-main > .fh5co-narrow-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fh5co-narrow-content {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .ru-hero {
    min-height: auto;
    padding: 96px 26px 42px;
    margin: 0 0 32px 0;
  }

  .ru-hero__copy h1 {
    font-size: 44px;
  }

  .ru-music-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ru-music-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .work,
  .work .desc,
  .ru-album-work.work,
  .ru-album-work.work .desc {
    height: 320px;
  }

  .work .desc {
    opacity: 1;
    background: rgba(234, 223, 200, 0.72);
  }
}

/* ===================================
   ALBUM GRID
   =================================== */

.ru-album-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 22px;
}

.ru-album-card {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #22160d;
}

.ru-album-card img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto 16px;
    transition: transform .25s ease;
}

.ru-album-card:hover img {
    transform: translateY(-6px);
}

.ru-album-card h3 {
    font-family: "Rye", serif;
    font-size: 24px;
    margin: 0 0 10px;
}

.ru-album-card p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 991px) {
    .ru-album-grid {
        grid-template-columns: 1fr;
    }

    .ru-album-card img {
        max-width: 350px;
    }
}

.ru-divider:before,
.ru-divider:after {
    display: none;
}

/* ======================================
   RIVERBED SECTION DIVIDER
   ====================================== */

.ru-divider {
    text-align: center;
    margin: 0 30px;
    line-height: 0;
}

.ru-divider img {
    display: inline-block;
    max-width: 520px;
    width: 52%;
    max-height: 95px;
    height: auto;
    opacity: 0.48;
    filter: sepia(15%);
}
/* ======================================
   SHARED SITE HEADER
   ====================================== */

.ru-site-header {
    margin: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ru-coming-soon-banner {
    text-align: center;
    margin-bottom: 18px;
}

.ru-coming-soon-banner img {
    display: block;
    width: 100%;
    max-width: 620px;
    max-height: 100px;
    height: auto;
    margin: 0 auto;
}

.ru-streaming-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding: 12px 20px;
    border-top: 1px solid rgba(63,45,25,.15);
    border-bottom: 1px solid rgba(63,45,25,.15);
}

.ru-streaming-header a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2a2118;
    border: 1px solid rgba(63,45,25,.22);
    background: rgba(255,248,230,.26);
    font-size: 22px;
}

.ru-streaming-header a:hover,
.ru-streaming-header a:focus {
    color: #eadfc8;
    background: #5d3b18;
    border-color: #5d3b18;
    transform: translateY(-2px);
}

.ru-stream-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

/* ======================================
   SHARED SITE FOOTER
   ====================================== */

.ru-site-footer {
    margin: 60px 30px 30px;
    padding-top: 40px;
    border-top: 1px solid rgba(63,45,25,.20);
}

.ru-site-footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.ru-footer-column h4,
.ru-footer-brand h3 {
    margin-bottom: 16px;
    color: #1b1008;
    font-family: "Rye", Georgia, serif;
}

.ru-footer-brand p {
    max-width: 320px;
}

.ru-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ru-footer-column li {
    margin-bottom: 10px;
}

.ru-footer-column a {
    color: rgba(27,16,8,.85);
}

.ru-footer-column a:hover {
    color: #7a5526;
}

.ru-footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid rgba(63,45,25,.12);
    text-align: center;
}

.ru-footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: rgba(27,16,8,.65);
}

/* ======================================
   MOBILE HEADER / FOOTER CLEANUP
   ====================================== */

@media screen and (max-width: 768px) {

    #fh5co-main:before {
        left: 0;
        background: rgba(245, 236, 217, 0.58);
    }

    .ru-site-header {
        margin: 78px 18px 26px;
        display: block;
    }

    .ru-coming-soon-banner {
        margin: 0 auto 18px;
        text-align: center;
    }

    .ru-coming-soon-banner img {
        max-width: 100%;
        max-height: 86px;
    }

    .ru-streaming-header {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 260px;
        margin: 0 auto;
        padding: 14px 0;
        border-top: 1px solid rgba(63,45,25,.18);
        border-bottom: 1px solid rgba(63,45,25,.18);
    }

    .ru-streaming-header a {
        width: 54px;
        height: 54px;
        margin: 0 auto;
        font-size: 22px;
    }

    .ru-hero {
        padding: 28px 22px 22px;
        margin: 0 0 18px;
    }

    .ru-hero__copy {
        max-width: none;
    }

    .ru-hero__copy h2 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 24px;
    }

    .ru-hero .ru-lead {
        font-size: 18px;
        line-height: 1.55;
    }

    #fh5co-main > .fh5co-narrow-content {
        margin: 18px;
        padding: 22px;
    }

    .fh5co-heading {
        font-size: 34px;
        line-height: 1.18;
    }

    .ru-site-footer {
        margin: 36px 18px 20px;
        padding: 26px 22px 10px;
        background: rgba(245, 236, 217, 0.48);
        border-top: 1px solid rgba(63,45,25,.20);
    }

    .ru-site-footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ru-footer-brand p,
    .ru-footer-column a,
    .ru-footer-bottom p {
        font-size: 16px;
        line-height: 1.5;
    }

}