div.rcnav:not(.cup) { background: #fff; position: relative; top:0; z-index:4; transition: top 0.35s ease-in-out; }
@media (min-height: 992px) {
	div.rcnav:not(.cup) { position: sticky; top:120px; }
	.hasSecondaryNav div.rcnav:not(.cup) { top: 162px; }
	.primary-nav-hidden div.rcnav:not(.cup) { top: 0px; }
	.primary-nav-hidden.hasSecondaryNav div.rcnav:not(.cup) { top: 60px; }
}
@media (max-width: 1020px) and (min-height: 992px) {
	div.rcnav:not(.cup), .hasSecondaryNav div.rcnav:not(.cup) { top: 132px; }
}
@media (max-width: 760px) {
	div.rcnav:not(.cup) { position: sticky; top:132px; }
	.primary-nav-hidden div.rcnav:not(.cup) { top: 60px; }
}

.cup.rcnav { display: flex; padding: 0 24px;}
.cup.rcnav.edit { flex-direction: column; }

.rcnav .nav label { font-weight: bold; position:relative; z-index:1; display: inline-block; cursor:pointer; margin:6px 12px 0; padding: 12px 0; outline-offset:6px; border-bottom: solid 2px transparent; }
.rcnav .nav>div { display:none; position: absolute; z-index: 6; top: 100%; left:0; right:0; }
.rcnav .nav input:focus+label {  }
.rcnav .nav input:checked+label { border-bottom-color: #f00; }
.rcnav .nav input:checked+label+div { display: flex; }
.rcnav .nav label:focus+label+div { display:flex; }

.rcnav .nav input { appearance:none; -webkit-appearance:none; position: absolute; z-index:2; border:none; background:none; cursor:pointer; margin: 20px 0 0 12px; outline-offset: 2px; width: 1em; height: 1em;}
.rcnav .nav input.off { outline:none; }

        .rcnav .open { display: flex; justify-content: space-between; padding: 24px 24px 24px calc(75% - 540px); background: #f7f7f7; }
.rcnav .open>div { flex-grow:2; margin: 0 24px; }
.rcnav .open div.main { margin-bottom: 24px; }
        .rcnav .open div.right { flex-basis: 33%; flex-grow:1; }
        .rcnav .open div.right.col2 { flex-basis: 50%; }
	.rcnav .open h4 { margin-bottom: 12px; }
	.rcnav .open ul { list-style-type: none; margin:0 24px 0 0; padding:0; }
        .rcnav .open li { padding-bottom: 6px; }
        .rcnav .open a { text-decoration: none; }
.rcnav .open .main a { font-weight: bold; }

.rcnav div.searchbar { display:flex; position: relative; flex-grow:1; }

div.searchbar>div:first-child { display:flex; flex-grow:1; padding: 12px 24px 12px 0;  }
div.searchbar input { padding: 9px 12px 9px 32px; margin: 9px 24px 9px 0; border: solid 1px #ccc; border-bottom-color: #000; width:100%; max-width: 592px; }
div.searchbar::before { content: ""; width: 1em; height: 24px; position: absolute; top: 32px; left: 12px; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00xOC45LDE4LjFsLTYtNmMxLTEuMiwxLjYtMi44LDEuNi00LjNjMC0zLjctMy02LjgtNi44LTYuN1MxLDQuMSwxLDcuOHMzLDYuOCw2LjgsNi43YzEuNiwwLDMuMS0wLjYsNC40LTEuNiBsNiw2TDE4LjksMTguMXogTTcuOCwxMy40Yy0zLjEsMC01LjYtMi41LTUuNi01LjZzMi41LTUuNiw1LjYtNS42YzMuMSwwLDUuNiwyLjUsNS42LDUuNmMwLDAsMCwwLDAsMEMxMy40LDEwLjksMTAuOSwxMy40LDcuOCwxMy40IEM3LjgsMTMuNCw3LjgsMTMuNCw3LjgsMTMuNHonLz48L3N2Zz4=) no-repeat left top }
xdiv.searchbar input:invalid+div { visibility: hidden; }
xdiv.searchbar input:focus+div { visibility: visible; }

.rcnav ul.filters { flex-basis: 100%; display: flex; flex-wrap:wrap; margin:0 0 6px; padding:0; list-style: none; }
.rcnav ul.filters>li { background: #000; color: #fff; font-size: 12px; padding: 4px 12px; margin-right: 6px; border-radius: 12px; white-space:nowrap; cursor:pointer; }
.rcnav ul.filters>li::after { content: "\2613"; padding: 0 2px; margin: 0 -6px 0 6px; border-radius: 12px; }
.rcnav ul.filters>li:hover { background: #444; }
.rcnav ul.filters>li.n { background:none; color: inherit; margin-left:auto; }
.rcnav ul.filters>li.n::after { display:none; }
.rcnav ul.filters>li.n>a:not(:hover) { color: #999; }
.rcnav ul.filters>li.n>a::before { content: attr(data-n); padding-right: 4px; }
.rcnav ul.filters>li.n>a.a { color:#000; font-weight: bold; }


@media (min-width: 760px) {
	.rcnav .nav { float: right; margin-bottom: 12px;}
	.rcnav .nav:focus-within { outline: dotted 1px #999; outline-offset 6px; }
	.rcnav .nav input:not(.on):checked ~ input.off { position: fixed; display:block; visibility:visible; z-index:0; top:0; left:0; right:0; bottom:0; width: 100vw; height:100vh;  }
	.rcnav .open.dark { background:#000; color:#fff; }
    .rcnav .open.dark * { color: #fff; }
    .rcnav .open h4 { border-bottom: solid 1px #999; padding-bottom: 12px;}
	.rcnav .open ul.col2 { columns:2; }

}
@media (max-width: 760px) {
	#main .secondarynav { padding-right: 64px; }
	.cup.rcnav { padding:0; }
	.rcnav div.searchbar { padding-right: 64px; }
	.rcnav div.searchbar:not(.on) { display:none; }
    .rcnav div.searchbar>div:first-child { padding:0 12px; }
	.rcnav div.searchbar:before { top: 24px; left:24px; }
    .hasSecondaryNav div.rcnav:not(.cup) { z-index:999;}
	.rcnav div.searchbar input { margin-right: 12px;}
	.rcnav div.searchbar .button { padding: 6px 12px; margin-top: 9px; margin-right:0;}
	.rcnav div.searchbar:not(.on) ~ ul.filters { margin-bottom:0; }

	.rcnav>a.button { display:none; }
    .rcnav .nav { position: static; left:0; top:0; width: 100%; background: #fff; z-index:9; }
	.rcnav .nav input { right:0; width: 100%; height: 40px; margin-top:12px; display:block; visibility:visible;}
    .rcnav .nav input:checked { z-index:0; }
	.rcnav .nav .off,.rcnav .nav .on { top:-40px; margin:0; right: 12px; width: 24px; height: 24px; z-index:2; visibility:visible; outline:none !important;}
    .rcnav .nav .off { display:block; border-radius:0; background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiA0Jz48cG9seWxpbmUgZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwJyBzdHJva2Utd2lkdGg9JzEnIHBvaW50cz0nMSAwIDQgMy4yNzMgNyAwJy8+PC9zdmc+) no-repeat center top/20px}
	.rcnav .nav input.on:not(:checked) ~.off { z-index:1; bottom:0; height: auto; transform: scaleY(-1); background-position: center bottom; background-color: transparent; }
    .rcnav .nav input.on:checked ~ label { display:none; }
    .rcnav .nav label { display: block; padding-right: 32px; border-top: solid 2px #000; border-bottom:none !important}
    .rcnav .nav input#rcnav0+label { border-top:none; }
    .rcnav .nav label::after { content:"+"; position: absolute; right: 9px; top: 12px; }
    .rcnav .nav input:checked+label::after { content:"-";  }
    .rcnav .nav>div { position: relative; top:auto; }
    .rcnav .open { padding: 12px 0; background: #fff; flex-direction: column; }
	.rcnav .open div { margin: 0 12px; }
	.rcnav .open li { border-bottom: solid 1px #eee; }
	#rcFilter { padding: 24px 12px 44px 24px; }
}
@media (max-width: 760px) and (max-height: 992px) {
.rcnav .nav .off,.rcnav .nav .on { position: fixed; top: 94px; }
.primary-nav-hidden .rcnav .nav .off,.primary-nav-hidden .rcnav .nav .on { top: 22px; }
}

.rcgrid.cup.columns {
  padding-bottom: 24px !important;
}
.tabs .rcgrid.cup.columns + .rcgrid.cup.columns {
  margin-top: -24px;
}
.rcgrid.flickr .crow .crow {
  animation: flickr linear 1.5s;
}
@keyframes flickr {
  0% {
    opacity: 0;
  }
  96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rcgrid p.type {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.rcgrid .feature p.type {
  font-size: 16px;
}
.rcgrid p.info {
  margin: 0;
  font-size: 12px;
}
.rcgrid p.text,
.rcgrid span.text {
  display: block;
  margin-bottom: auto;
  overflow: hidden;
  opacity: 0;
  max-height: 0px;
}
.rcgrid span.text > p:last-child {
  margin-bottom: 0;
}
.rcgrid > .background + .crow {
  padding-top: 24px;
}
.rcgrid .primary .feature {
  position: absolute;
  background: #00AC3E;
  color: #fff;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
}
.rcgrid .featuretitle {
  flex-basis: 25%;
}
.rcgrid .featuredetail {
  flex-basis: 25%;
  flex-grow: 1;
}
.rcgrid a.full {
  opacity: 0;
  outline-color: #0088CE77;
  position: static;
}
.rcgrid a.full.link::after {
  display: none;
}
.rcgrid.tiles a.full {
  opacity: 1;
  text-indent: 0;
}
.rcgrid.tiles a.full.link::after {
  display: inline-block;
}
.rcgrid.tiles a.full.arrow::after {
  bottom: 32px;
}
.rcgrid audio {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 600px;
}
.rcgrid .cup .crow.gap,
.rcgrid .cup .crow.gaap {
  padding-bottom: 0;
  justify-items: space-between;
}
.rcgrid div.crow.c1 {
  flex-direction: column;
  flex-wrap: nowrap;
}
.rcgrid div.crow.c3.uneven > div:first-child {
  flex-basis: calc(66.6% - 8px);
}
.rcgrid div.pri {
  display: flex;
}
.rcgrid .crow.gap > div,
.rcgrid .crow.gaap > div {
  margin-top: 0 !important;
}
.rcgrid .crow > .double > div {
  height: auto !important;
}
.rcgrid.tiles div.crow > div.cup {
  padding: 16px;
  border: none;
}
.rcgrid.tiles div.crow > div.cup::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 16px;
  left: 0;
  right: 0;
  background: #f7f7f7;
  border-radius: 12px;
}
.rcgrid.tiles div.crow > div.cup .background {
  border-radius: 12px 12px 0 0;
  left: -16px;
  top: -16px;
  right: -16px;
}
.rcgrid.tiles.twhite .crow > div.cup::before {
  background: #fff;
}
.rcgrid.tiles.tblack .crow > div.cup::before {
  background: #000;
}
.rcgrid.tiles.tchar .crow > div.cup::before {
  background: #1d1c1d;
}
.rcgrid.dark.tiles.tshade .crow > div.cup::before {
  background: #d8dada;
}
@media (min-width: 1280px) {
  .rcgrid.tiles .crow.c1 > div.cup:nth-child(n+2) {
    margin-top: 8px !important;
  }
  .rcgrid.tiles .crow.c1.gaap > div.cup:nth-child(n+2) {
    margin-top: 24px !important;
  }
}
.rcgrid.tiles p.type {
  font-weight: normal;
  margin-bottom: 10px;
}
.rcgrid.tiles div.crow .plate > div.primary + div.secondary {
  padding-top: 16px;
}
.rcgrid.tiles .primary .background {
  overflow: hidden;
}
.rcgrid.tiles .primary .background::before {
  content: "";
  position: absolute;
  transform: none;
  transition: transform 0.5s ease-in;
}
.rcgrid.tiles div.plate:hover .primary .background::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  transform: scale(1.05);
}
.rcgrid.tiles .plate:hover {
  outline: none;
}
.rcgrid.tiles .plate:focus-within a.full:before {
  outline: solid 3px #0088CE77;
  border-radius: 12px;
}
.rcgrid.tiles p.text {
  max-height: none;
  opacity: 0.8;
  overflow: visible;
}
.rcgrid.tiles p.text::after {
  content: " ";
  width: 2em;
  display: inline-block;
}
.rcgrid.tiles .c4 > div:not(.triple) p.text,
.rcgrid.tiles .c3 > .crow:not(.double) p.text,
.rcgrid.tiles .c3 > .c3 p.text,
.rcgrid.tiles .c2 > .c2 p.text {
  font-size: 14px;
}
.rcgrid.tiles .c2 .primary.hasbg {
  flex-basis: 50% !important;
  padding: 24px !important;
}
.rcgrid .c2 .crow.gap .plate:hover.hastx .primary.hasbg,
.rcgrid .c2 .crow.gap .plate:focus-within.hastx .primary.hasbg {
  padding: 0;
  flex-basis: 0;
  flex-grow: 0;
  transition: flex-basis 0.5s ease-in-out;
  transition-delay: 0.25s;
}
.rcgrid .c2 .crow.gap .plate:hover.hastx .secondary,
.rcgrid .c2 .crow.gap .plate:focus-within.hastx .secondary {
  display: flex;
  flex-direction: column;
}
.rcgrid .c2 .crow.gap .plate:hover.hastx p.text,
.rcgrid .c2 .crow.gap .plate:focus-within.hastx p.text,
.rcgrid .c2 .crow.gap .plate:hover.hastx span.text,
.rcgrid .c2 .crow.gap .plate:focus-within.hastx span.text {
  max-height: 8em;
  opacity: 1;
  transition: opacity 0.75s, max-height 0.5s;
  transition-delay: 0.75s;
}
.rcgrid .crow .plate {
  outline-offset: 6px;
  margin-bottom: 16px;
}
.rcgrid div.crow .plate div.secondary {
  padding-bottom: 0;
}
.rcgrid .plate.hastx:hover a.full {
  transition-delay: 1s;
}
.rcgrid .plate:hover,
.rcgrid .plate:focus-within {
  outline: solid 1px #ccc;
}
.rcgrid .plate:hover a.full,
.rcgrid .plate:focus-within a.full {
  text-indent: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.rcgrid .plate:hover a.full.link::after,
.rcgrid .plate:focus-within a.full.link::after {
  display: inline-block;
}
.rcgrid div.crow.c2.fiverow {
  flex-direction: column;
  justify-content: stretch;
  flex-wrap: nowrap;
  position: relative;
  min-height: 33vw;
}
.rcgrid div.crow.c2.fiverow > div {
  flex-basis: 50%;
  width: calc(50% - 12px);
}
.rcgrid div.crow.c2.fiverow > div:nth-of-type(n+3) {
  flex-basis: 33.3%;
  margin-left: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  height: calc(33.3% + 1px);
}
.rcgrid div.crow.c2.fiverow > div:nth-of-type(n+3) .text {
  display: none;
}
.rcgrid div.crow.c2.fiverow > div:nth-of-type(4) {
  top: 33.3%;
}
.rcgrid div.crow.c2.fiverow > div:nth-of-type(5) {
  top: 66.6%;
}
@media (min-width: 1280px) {
  .rcgrid div.crow.c2.fiverow {
    min-height: 420px;
  }
}
.rcgrid div.crow.hasr .aspect.asquare::before {
  padding-top: 50%;
}
.rcgrid div.crow.flip:not(.c1) {
  flex-direction: row-reverse;
}
.rcgrid .secondary.button {
  align-self: flex-start;
}
/* layouts with no images */
.rcgrid.noimg .primary.hasbg {
  display: none;
}
.rcgrid.noimg .aspect::before {
  display: none;
}
.rcgrid.noimg .secondary h3,
.rcgrid.noimg .secondary h4 {
  margin-bottom: 0;
}
.rcgrid.noimg p.text,
.rcgrid.noimg span.text {
  display: block;
  text-overflow: ellipsis;
  max-height: 8em;
  opacity: 1;
}
.rcgrid.noimg div.cup {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding-top: 24px;
  padding-bottom: 12px;
}
.dark .rcgrid.noimg div.cup {
  border-color: #fff;
}
.light .rcgrid.noimg div.cup {
  border-color: #000;
}
.rcgrid.noimg .crow div.cup {
  margin-bottom: -1px;
}
.rcgrid.noimg .crow.gap .plate:hover .secondary {
  display: block;
}
@media (min-width: 1280px) {
  .rcgrid.noimg .crow.gap.c2:not(.fiverow) > div {
    flex-basis: calc(50% - 16px);
  }
  .rcgrid.noimg .crow.gap.c4 > div:not(.double):not(.triple) {
    flex-basis: calc(25% - 24px);
  }
}
.rcgrid.noimg a.full {
  text-indent: 0;
  position: static;
  opacity: 1;
}
.rcgrid.noimg a.full.link::after {
  display: inline-block;
}
/* only feature images */
.rcgrid.ftonly div.cup:not(.feature) {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding-top: 24px;
  padding-bottom: 12px;
}
.dark .rcgrid.ftonly div.cup:not(.feature) {
  border-color: #fff;
}
.light .rcgrid.ftonly div.cup:not(.feature) {
  border-color: #000;
}
.rcgrid.ftonly div.cup:not(.feature) .primary.hasbg {
  display: none;
}
.rcgrid.ftonly div.cup:not(.feature) .aspect::before {
  display: none;
}
.rcgrid.ftonly div.cup:not(.feature) p.text,
.rcgrid.ftonly div.cup:not(.feature) span.text {
  display: block;
  text-overflow: ellipsis;
  max-height: 8em;
  opacity: 1;
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  .rcgrid.ftonly div.cup:not(.feature) p.text,
  .rcgrid.ftonly div.cup:not(.feature) span.text {
    max-height: unset;
  }
}
.rcgrid.ftonly div.cup:not(.feature) a.full {
  text-indent: 0;
  position: static;
  opacity: 1;
}
.rcgrid.ftonly div.cup:not(.feature) a.full.link::after {
  display: inline-block;
}
.rcgrid.ftonly .crow div.cup:not(.feature) {
  margin-bottom: -1px;
}
.rcgrid.noinfo p.info {
  display: none;
}
.rcgrid.notype p.type {
  display: none;
}
.rcgrid .notext p.text,
.rcgrid .notext span.text {
  display: none;
}
.rcgrid.notype .cup.feature a.full {
  text-indent: 0;
  position: static;
  opacity: 1;
}
.rcgrid.notype .cup.feature a.full::after {
  display: inline-block;
}
.rcgrid div.showmore {
  flex-basis: 100% !important;
  text-align: center;
}
.rcgrid div.showmore ~ div.cup {
  display: none;
}
.rcgrid.related:not(.done) {
  display: none;
}
/* progressive disclosure */
.rcgrid.phover .plate:focus-within {
  border-radius: 1.3px;
  outline-offset: 16px;
  outline: solid 2px #000;
}
.rcgrid.phover span.text,
.rcgrid.phover .crow .c2 p.text,
.rcgrid.phover .crow .c3 p.text,
.rcgrid.phover .crow > div:not(.feature) p.text {
  visibility: hidden;
  margin-bottom: -24px !important;
}
.rcgrid.phover .secondary.button {
  width: 40px;
  margin-left: auto;
  min-width: 1em;
  min-height: 40px;
  z-index: -1;
  overflow: hidden;
  padding: 10px 16px;
  border-color: transparent;
}
.rcgrid.phover .secondary.button::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
}
.rcgrid.phover .crow > .cup::before {
  transition: filter 0.3s linear;
}
.rcgrid.phover .crow > .cup:not(.feature):hover {
  overflow: hidden;
}
.rcgrid.phover .crow > .cup:not(.feature):hover .plate {
  outline: none;
}
.rcgrid.phover .crow > .cup:not(.feature):hover::before {
  filter: invert(1);
}
.rcgrid.phover .crow > .cup:not(.feature):hover .secondary {
  filter: invert(1);
}
.rcgrid.phover .crow > .cup:not(.feature):hover p.type {
  display: none;
}
.rcgrid.phover .crow > .cup:not(.feature):hover span.text,
.rcgrid.phover .crow > .cup:not(.feature):hover p.text {
  visibility: visible;
}
.rcgrid.phover .crow > .cup:not(.feature):hover .secondary.button {
  width: auto;
  margin-left: 0;
  z-index: 4;
  overflow: visible;
  border-color: inherit;
  animation: phoverbtn ease-in 0.25s;
}
.rcgrid.phover .crow > .cup:not(.feature):hover .secondary.button::after {
  display: none;
}
.rcgrid.phover .crow > .cup:focus-within span.text,
.rcgrid.phover .crow > .cup:focus-within p.text {
  visibility: visible;
}
.rcgrid.phover .crow > .cup:focus-within .secondary.button {
  width: auto;
  margin-left: 0;
  z-index: 4;
  overflow: visible;
  border-color: inherit;
}
.rcgrid.phover .crow > .cup:focus-within .secondary.button::after {
  display: none;
}
.rcgrid.phover .crow > .crow:first-child > .feature .secondary.button {
  width: auto;
  margin-left: 0;
  z-index: 4;
  overflow: visible;
  border-color: inherit;
  animation: none;
}
.rcgrid.phover .crow > .crow:first-child > .feature p.type,
.rcgrid.phover .crow > .crow:first-child > .feature .secondary.button::after {
  display: none;
}
.rcgrid.phover.twhite .secondary.button::after {
  background-color: #f7f7f7;
}
.rcgrid.phover.dark .secondary.button::after {
  background-color: #333;
}
@keyframes phoverbtn {
  0% {
    opacity: 0;
    color: transparent;
  }
  50% {
    opacity: 1;
    color: transparent;
  }
  100% {
    color: inherit;
  }
}
@media (max-width: 992px) and (min-width: 760px) {
  .rcgrid .c4.wide .c3.triple + .c1 {
    flex-direction: row;
  }
}
@media (max-width: 760px) {
  .rcgrid .cup.feature .aspect::before {
    padding-top: 50%;
  }
  .rcgrid:not(.phover) .feature .plate.full {
    flex-direction: row-reverse;
    flex-wrap: wrap !important;
    margin-bottom: 24px;
  }
  .rcgrid .featuretitle {
    order: -1;
    flex-basis: 100%;
  }
  .rcgrid .featuredetail {
    flex-basis: 50%;
  }
  .rcgrid.noimg .featuredetail {
    flex-basis: 100%;
  }
  .rcgrid .feature .primary.hasbg {
    min-height: 25vw;
  }
  .rcgrid .feature .crow.never .primary.hasbg {
    min-height: 16vw;
  }
  .rcgrid .crow.gap .crow.gap {
    padding-left: 0;
  }
  .rcgrid .crow.gap.c4.never > div {
    flex-basis: calc(50% - 12px);
  }
  .rcgrid div.crow.c2.fiverow {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -24px;
  }
  .rcgrid div.crow.c2.fiverow > div {
    margin-left: 24px;
    border-top: none;
    flex-basis: calc(50% - 24px);
  }
  .rcgrid div.crow.c2.fiverow > div:nth-of-type(n+3) {
    position: static;
    height: auto;
    flex-basis: calc(33.3% - 24px);
  }
  .rcgrid div.mscroll {
    overflow: scroll;
    display: block;
    scroll-snap-type: x mandatory;
  }
  .rcgrid div.mscroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .rcgrid .mscroll .crow:not(.c1) {
    flex-direction: row !important;
    scroll-snap-align: start;
  }
  .rcgrid .mscroll > .crow.c2,
  .rcgrid .mscroll > .crow.m2 {
    width: 166%;
    gap: 24px;
  }
  .rcgrid .mscroll > .crow.c3,
  .rcgrid .mscroll > .crow.m3 {
    width: 250%;
    gap: 24px;
  }
  .rcgrid .mscroll > .crow.c4,
  .rcgrid .mscroll > .crow.m4 {
    width: 333%;
    gap: 24px;
  }
  .rcgrid .mscroll > .crow > div {
    scroll-snap-align: start;
    max-width: calc(83vw - 32px);
    gap: 24px;
    flex-basis: 100% !important;
    flex-wrap: nowrap;
  }
  .rcgrid .mscroll > .crow > .crow:not([data-n = '1']) {
    max-width: 166vw;
  }
  .rcgrid .mscroll > .crow.m4 > .crow:not([data-n = '1']) {
    max-width: 250vw;
  }
  .rcgrid .mscroll > .crow > .crow > div {
    max-width: calc(83vw - 32px);
    flex-basis: 100%;
  }
  .rcgrid div.pri > .crow.gap {
    flex-direction: row;
    width: 200%;
    flex-wrap: nowrap;
  }
  .rcgrid.noimg div.pri > .crow.c2.gap {
    width: 250%;
    flex-direction: row;
  }
  .rcgrid.noimg div.pri > .crow.gap > div {
    border: none;
    border-right: solid 1px #000000;
    padding-right: 12px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .rcgrid.noimg div.pri > .crow.gap > div:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .rcgrid.noimg div.pri > .crow.c2.gap > div {
    flex-basis: calc(20% - 12px) !important;
  }
  .rcgrid.noimg div.pri > .crow.c4.gap > div {
    flex-basis: calc(25% - 12px);
  }
  .rcgrid .mscroll .headXT,
  .rcgrid .mscroll .headXS {
    font-size: 4.4vw;
  }
  .rcgrid .mscroll p.text,
  .rcgrid .mscroll span.text {
    visibility: visible !important;
  }
  .rcgrid .mscroll .secondary.button {
    width: auto;
    margin-left: 0;
    z-index: 4;
    overflow: visible;
    border-color: inherit;
  }
  .rcgrid .mscroll .secondary.button::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .rcgrid .cup.feature .plate.full {
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
  .rcgrid .cup.feature .aspect::before {
    padding-top: 75%;
  }
}
.rcgrid a.personal {
  display: inline-block;
  background: #d8dada;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 12px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  cursor: pointer;
}
.rcgrid a.personal::after {
  content: "\2613";
  padding: 0 2px;
  margin: 0 -6px 0 6px;
  border-radius: 12px;
}
.rcgrid a.personal:hover {
  background-color: #eee;
}
.rcgrid a[name='readagain'] ~ div:not(.background) {
  max-height: 420px;
  overflow: hidden;
  transition: max-height 0.5s;
}
.rcgrid a[name='readagain'] ~ div:not(.show) {
  max-height: 0;
  padding: 0;
}



#rcFilter { max-width: 760px; }
#rcFilter .boxes { columns:2; }
#rcFilter label { display: block; }
#rcFilter label>input { margin-right: 6px; }
#rcFilter h4 { border-bottom: solid 1px #000; padding-bottom: 12px; }
#rcFilter h5 { font-size: 16px; border-top: solid 1px #eee; padding-top: 12px; margin-top:12px }
#rcFilter h4+h5 { border:none; }
#rcFilter .cup.cta { position: sticky; background: #fff; bottom:-44px; margin:0; padding: 12px 0 6px; }

@media (min-width: 1280px) {
#rcFilter { max-width: 992px; }
#rcFilter .boxes { columns:3; }
}
@media (max-width: 760px) {
#rcFilter label { padding-left: 18px; }
#rcFilter label>input { margin-left: -18px; width: 12px; }
}


#rcNoResults:not(.active) { display: none;}
#rcNoResults p { background-color:#ED7000; padding: 6px 12px; max-width: 1280px; margin: 12px 24px;}
#rcNoResults p::before { content:"\26A0"; padding-right: 6px; }

#rcResults { flex-basis: 100%; padding-top:6px;}
#rcResults:not(.active) { display: none; }

#rcResults>div { position: relative; min-height: 72px; margin: 6px 24px; padding-left: 144px; padding-bottom: 12px; border-bottom: solid 1px #ccc;}
#rcResults a.thumb { position: absolute; left: 0; width: 120px; height: 60px; overflow:hidden; background: #fafafa no-repeat center center/cover; }
#rcResults a.thumb>img { width: 120px; display:inline-block; margin: -10px 0; }
#rcResults a.title { display:block; text-decoration:none; font-weight: bold;}
#rcResults p { margin: 4px 0 6px; max-width: 100%; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
#rcResults p.info { margin:0; font-size: 12px; }
#rcResults span.type { font-weight: bold; padding-right: 12px; }
#rcResults>div:nth-child(n+6) { display:none; }

#rcResults>div.lower { padding-top: 30px; margin-top: -6px; border-top: solid 1px #000; }
#rcResults>div.lower::before { display:block; position: absolute; top:0; left:0; right:0; height: 24px; font-size: 12px; content:attr(data-more); border-bottom: solid 1px #ccc; }

@media (max-width: 992px) {
#rcResults>div { padding-left: 102px; }
#rcResults a.thumb { width: 90px; }
#rcResults p { font-size: 12px; }
}

@media (max-width: 640px) {
#rcResults>div { padding-left: 72px; }
#rcResults a.thumb { width: 60px; height: 80px; }
#rcResults p { white-space: initial; }
}

.rcgrid .fav-container {
	justify-content: flex-start !important;
	column-gap: 23px;
	width: auto;
}
.rcgrid .fav-u {
	margin-left: 10px;
}
.rcgrid .fav-confirm {
	display: block;
	position: relative;
	z-index: 16;
	margin-top: 10px;
}
.rcgrid .fav-confirm > a {
	margin-right: 10px;
}
.rcnav .fav-nav-icon,
.rcgrid .fav-share-icon,
.rcgrid .fav-del-icon,
.rcgrid .fav-save-icon {
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	display: inline-block;
	padding: 12px;
	position: relative;
	z-index: 3;
	margin: -3px 3px 0;
	vertical-align: top;
}
.rcnav .fav-nav {
	position: absolute;
    z-index:9;
	top: 20px;
	right: 0;
}
@media (max-width: 760px) {
	.rcnav .fav-nav {
		top: -46px;
		right: 39px;
	}
}
.rcnav .fav-nav-icon,
.rcgrid .fav-save-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M10.8 5.70011 12 9.6h4.3L12.8 12.4l1.6 4.3999-3.6-2.79993L7.3 16.69987 8.6 12.3 5.2 9.6H9.5l1.3-3.89992m0-3.79991L8.6 8.50005H1.8L7.3 12.8 5.2 19.6998l5.6-4.2999 5.6 4.2999L14.2 12.8l5.6-4.2999H12.9Z'/%3E%3C/svg%3E");
}
.rcnav .fav-nav-icon.saved,
.rcgrid .fav-save-icon.saved {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M10.8 1.9L8.6 8.5H1.8l5.5 4.3l-2.1 6.9l5.6-4.3l5.6 4.3l-2.2-6.9l5.6-4.3h-6.9L10.8 1.9z'/%3E%3C/svg%3E");
}
.rcgrid .fav-del-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M5.18 19.8H16.43V6.3H5.18ZM6.3 7.43h9V18.68h-9Zm6.75-3.38V1.8H8.55V4.05H4.05V5.18h13.5V4.05Zm-1.12 0H9.68V2.93h2.25ZM8.24 16.43H9.36V9.68H8.24Zm4 0h1.12V9.68H12.24Z'/%3E%3C/svg%3E");
}
.rcgrid .fav-share-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M16.425 13.05a3.36091 3.36091 0 0 0-2.716 1.388l-5.32-2.66a3.05077 3.05077 0 0 0 0-1.956l5.32-2.66a3.36259 3.36259 0 1 0-.659-1.987 3.32889 3.32889 0 0 0 .16095.978l-5.32 2.66a3.375 3.375 0 1 0 0 3.974l5.32 2.66a3.33989 3.33989 0 0 0-.16095.978 3.375 3.375 0 1 0 3.375-3.375Zm0-10.125a2.25 2.25 0 1 1-2.25 2.25A2.25214 2.25214 0 0 1 16.425 2.925ZM5.175 13.05a2.25 2.25 0 1 1 2.25-2.25A2.25207 2.25207 0 0 1 5.175 13.05Zm11.25 5.625a2.25 2.25 0 1 1 2.25-2.25A2.25207 2.25207 0 0 1 16.425 18.675Z'/%3E%3C/svg%3E");
}
.rcgrid .fav-disabled {
	pointer-events: none;
}
#fav-share li {
	list-style: none;
}
#fav-share li > a {
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 15px;
	padding-left: 30px;
}
#fav-share a.linkedin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z'/%3E%3C/svg%3E");
}
#fav-share a.twitter {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M19.8 5.25A8.13 8.13 0 0 1 18 7.15v.5A10.36 10.36 0 0 1 7.6 18.05a10.29 10.29 0 0 1-5.8-1.9 2.77 2.77 0 0 0 .9.1 7.27 7.27 0 0 0 4.5-1.6 3.54 3.54 0 0 1-3.4-2.5 1.7 1.7 0 0 0 .7.1 3.08 3.08 0 0 0 1-.1 3.75 3.75 0 0 1-2.9-3.6 3.37 3.37 0 0 0 1.7.5 3.4 3.4 0 0 1-1.6-3 3.45 3.45 0 0 1 .5-1.8 10.56 10.56 0 0 0 7.5 3.8 2 2 0 0 1-.1-.8A3.75 3.75 0 0 1 17 4.65a6.31 6.31 0 0 0 2.3-.8 3.89 3.89 0 0 1-1.6 2A8.3 8.3 0 0 0 19.8 5.25Z'/%3E%3C/svg%3E");
}
#fav-share a.facebook {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M19.8 2.8v16a1.00209 1.00209 0 0 1-1 1H14.3v-7h2.3L17 10H14.3V8.3c0-.8.2-1.3 1.3-1.3H17V4.6c-.3 0-1.1-.1-2.1-.1a3.28453 3.28453 0 0 0-3.5 3.6v2H9.1v2.7h2.3v7H2.8a1.00209 1.00209 0 0 1-1-1V2.8a.94477.94477 0 0 1 1-1h16A.94477.94477 0 0 1 19.8 2.8Z'/%3E%3C/svg%3E");
}
#fav-share a.copy {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M10.21 12.34a1 1 0 0 1-.73-.3l-.21-.21-.8.79.22.22a2.16 2.16 0 0 0 3 0L17 7.52a2.15 2.15 0 0 0 0-3L15 2.43a2.14 2.14 0 0 0-1.52-.63A2.1 2.1 0 0 0 12 2.43L6.63 7.75a2.15 2.15 0 0 0 0 3l.62.61L4.56 14.08a2.15 2.15 0 0 0 0 3l2.05 2.05a2.14 2.14 0 0 0 1.52.63 2.1 2.1 0 0 0 1.51-.63L15 13.85a2.15 2.15 0 0 0 0-3l-.23-.23-.8.79.23.23a1 1 0 0 1 .3.72 1 1 0 0 1-.3.72L8.85 18.38a1 1 0 0 1-.72.29 1 1 0 0 1-.72-.29L5.35 16.32a1 1 0 0 1-.3-.72 1 1 0 0 1 .3-.72l5.32-5.32a1 1 0 0 1 1.45 0l.64.65L10.93 12A1 1 0 0 1 10.21 12.34Zm1.18-4.2a2.09 2.09 0 0 0-1.51.62L8 10.6 7.43 10a1 1 0 0 1 0-1.45l5.32-5.32a1 1 0 0 1 .72-.3 1 1 0 0 1 .72.3l2.06 2.06a1 1 0 0 1 0 1.44L13.56 9.41l-.65-.65A2.13 2.13 0 0 0 11.39 8.14Z'/%3E%3C/svg%3E");
}
#fav-share a.email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.6 21.6'%3E%3Cpath d='M1.8 4.05v13.5h18V4.05ZM18.34 5.18l-7.54 6-7.54-6Zm.34 11.25H2.93V6.35l7.87 6.3 7.88-6.3Z'/%3E%3C/svg%3E");
}
