@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("http://fonts.cdnfonts.com/css/graphik");
@import url("https://use.typekit.net/yzd6vbp.css");
@import url("https://use.typekit.net/xoq5mjq.css");
@font-face {
  font-family: "Graphik";
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.eot");
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.woff2") format("woff2"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.woff") format("woff"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.ttf") format("truetype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.eot");
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.woff2") format("woff2"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.woff") format("woff"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.ttf") format("truetype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.eot");
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.woff2") format("woff2"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.woff") format("woff"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.ttf") format("truetype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.eot");
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.eot?#iefix") format("embedded-opentype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.woff2") format("woff2"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.woff") format("woff"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.ttf") format("truetype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Bold.svg#Graphik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.eot");
  src: url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.woff2") format("woff2"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.woff") format("woff"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.ttf") format("truetype"), url("https://media.crowdcomms.com/media/apps/redisconf21/fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.big-buttons {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 10px dotted #171F2F;
}
.big-buttons .big-button {
  width: 192px;
  height: 192px;
  display: flex;
  flex-direction: column;
  margin: 0 1em;
}
.big-buttons .big-button:hover {
  cursor: pointer;
}
.big-buttons .big-button .img-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-buttons .big-button .img-wrapper img {
  width: 100px;
  height: auto;
}
.big-buttons .big-button span {
  border: 2px solid white;
  padding: 6px 4px 4px 4px;
  text-align: center;
  line-height: 1.3;
  margin: 0 15px 15px 15px;
}
.big-buttons .big-button.build-with-redis {
  background-color: #8F94FC;
}
.big-buttons .big-button.build-with-redis:hover {
  background-color: #767BD5 !important;
}
.big-buttons .big-button.operate-redis-at-scale {
  background-color: #FF8500;
}
.big-buttons .big-button.operate-redis-at-scale:hover {
  background-color: #CA6B15;
}
.big-buttons .big-button.redis-industry-solutions {
  background-color: #1969FF;
}
.big-buttons .big-button.redis-industry-solutions:hover {
  background-color: #2E518A;
}

body.build-with-redis .big-buttons {
  border-bottom-color: #8F94FC;
}

body.operate-redis-at-scale .big-buttons {
  border-bottom-color: #FF8500;
}

body.redis-industry-solutions .big-buttons {
  border-bottom-color: #1969FF;
}

body.search .big-buttons,
body.filter .big-buttons {
  border-bottom-color: #e6312a;
}

@media (max-width: 768px) {
  .big-buttons {
    flex-direction: column;
    align-items: center;
  }

  .big-button {
    margin: 0 0 1em 0 !important;
  }
}
.results-header-group, .sessions,
.search.results-header, .filter.results-header {
  display: none;
}

body.browse .results-header-group, body.search .results-header-group, body.filter .results-header-group {
  display: block;
}

body.browse.build-with-redis .sessions.build-with-redis {
  display: flex;
}

body.browse.operate-redis-at-scale .sessions.operate-redis-at-scale {
  display: flex;
}

body.browse.redis-industry-solutions .sessions.redis-industry-solutions {
  display: flex;
}

body.browse .search-filter-header {
  display: none;
}

/* RESULTS HEADER GROUP */
.results-header-group {
  color: black;
  margin: 0 auto 25px auto;
}
.results-header-group .search-and-filter {
  background-color: white;
  display: flex;
  padding: 10px;
}
.results-header-group .search-and-filter div {
  flex: 1;
}
.results-header-group .search-and-filter .search {
  margin-right: 1em;
  display: flex;
}
.results-header-group .search-and-filter .search form {
  display: flex;
  flex: 1;
}
.results-header-group .search-and-filter .search input[type=text] {
  flex: 1;
  margin-right: 0.5em;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #e6312a;
  padding: 5px;
}
.results-header-group .search-and-filter .search input[type=submit] {
  background-color: white;
  border: 2px solid #e6312a;
  padding: 5px;
}
.results-header-group .search-and-filter .search input[type=submit]:hover, .results-header-group .search-and-filter .search input[type=submit]:active {
  background-color: #e6312a;
  cursor: pointer;
  color: white;
}
.results-header-group .search-and-filter .button {
  cursor: pointer;
  padding: 5px;
  border: 2px solid #e6312a;
  text-align: center;
}
.results-header-group .search-and-filter .button:hover {
  background-color: #e6312a;
  color: white;
}
.results-header-group .search-and-filter .filter {
  margin-left: 1em;
}
.results-header-group .search-and-filter .clear {
  display: none;
  margin-left: 1em;
  flex: 0.5;
}

/* BROWSE */
.browse.results-header {
  position: relative;
  padding: 10px;
  margin-top: 25px;
  background-color: white;
  transition: background-color 0.3s;
  color: white;
}
.browse.results-header .track-nav {
  padding: 5px;
  position: absolute;
  z-index: 1000;
  border: 2px solid white;
}
.browse.results-header .track-nav:hover {
  cursor: pointer;
  color: black;
  background-color: white;
}
.browse.results-header .track-nav.left {
  left: 0;
}
.browse.results-header .track-nav.next {
  right: 10px;
}
.browse.results-header .track-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
}
.browse.results-header .track-slider {
  width: 300%;
  display: flex;
  transition: margin-left 0.5s;
}
.browse.results-header .track {
  padding: 5px;
  text-align: center;
  width: 100%;
  color: white;
}

body.browse.build-with-redis .track-slider {
  margin-left: 0;
}

body.browse.operate-redis-at-scale .track-slider {
  margin-left: -100%;
}

body.browse.redis-industry-solutions .track-slider {
  margin-left: -200%;
}

body.browse.build-with-redis .search, body.browse.build-with-redis input, body.browse.build-with-redis .filter {
  border-color: #8F94FC !important;
}
body.browse.build-with-redis input[type=submit]:hover, body.browse.build-with-redis input[type=submit]:active, body.browse.build-with-redis .filter:hover {
  background-color: #8F94FC !important;
}
body.browse.build-with-redis .browse.results-header {
  background-color: #8F94FC;
}

body.operate-redis-at-scale .search, body.operate-redis-at-scale input, body.operate-redis-at-scale .filter {
  border-color: #FF8500 !important;
}
body.operate-redis-at-scale input[type=submit]:hover, body.operate-redis-at-scale input[type=submit]:active, body.operate-redis-at-scale .filter:hover {
  background-color: #FF8500 !important;
}
body.operate-redis-at-scale .browse.results-header {
  background-color: #FF8500;
}

body.browse.redis-industry-solutions .search, body.browse.redis-industry-solutions input, body.browse.redis-industry-solutions .filter {
  border-color: #1969FF !important;
}
body.browse.redis-industry-solutions input[type=submit]:hover, body.browse.redis-industry-solutions input[type=submit]:active, body.browse.redis-industry-solutions .filter:hover {
  background-color: #1969FF !important;
}
body.browse.redis-industry-solutions .browse.results-header {
  background-color: #1969FF;
}

body.search .search, body.search input, body.search .filter, body.filter .search, body.filter input, body.filter .filter {
  border-color: #e6312a !important;
}
body.search input[type=submit]:hover, body.search input[type=submit]:active, body.search .filter:hover, body.filter input[type=submit]:hover, body.filter input[type=submit]:active, body.filter .filter:hover {
  background-color: #e6312a !important;
}
body.search .browse.results-header, body.filter .browse.results-header {
  display: none;
}

body.search .sessions, body.filter .sessions {
  display: block;
}
body.search .none-found.show, body.filter .none-found.show {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
body.search .search-and-filter .clear, body.filter .search-and-filter .clear {
  display: block !important;
}

.search-filter-header {
  background-color: #8F94FC;
  margin: 0 auto;
  padding: 0.75em;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.operate-redis-at-scale .search-filter-header {
  background-color: #FF8500;
}

.redis-industry-solutions .search-filter-header {
  background-color: #1969FF;
}

@media (max-width: 768px) {
  .search-and-filter {
    flex-direction: column !important;
  }
  .search-and-filter .search {
    margin: 0 0 1em 0 !important;
  }
  .search-and-filter .filter {
    margin: 0 !important;
  }
  .search-and-filter .clear {
    margin: 1em 0 0 0 !important;
  }
}
.sessions {
  margin: 0 auto;
}
.sessions .search-filter-header {
  width: 100%;
}
.sessions .none-found {
  width: 100%;
  display: none;
}
.sessions .sessions-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.sessions .session {
  width: 240px;
  min-height: 240px;
  margin: 0 12.5px 25px 12.5px;
  background-color: white;
  padding: 0.5em;
  color: black;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s;
}
.sessions .session:hover {
  background-color: #FF8500;
}
.sessions .session:hover li {
  border-color: white !important;
  color: black !important;
}
.sessions .session p.title {
  flex: 1;
}
.sessions .session ul {
  list-style-type: none;
  margin: 0.5em 0 0 0;
}
.sessions .session ul li {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #FF8500;
  background-color: white;
  border-radius: 25px;
  margin-right: 0.5em;
  white-space: nowrap;
  margin-bottom: 0.3em;
  padding: 0.1em 0.5em 0 0.5em;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.sessions .session ul li:first-of-type {
  background-color: #FF8500;
  color: white;
}

.sessions.build-with-redis .session:hover {
  background-color: #8F94FC;
}
.sessions.build-with-redis .session li {
  border-color: #8F94FC;
}
.sessions.build-with-redis .session li:first-of-type {
  background-color: #8F94FC;
}

.sessions.operate-redis-at-scale .session:hover {
  background-color: #FF8500;
}
.sessions.operate-redis-at-scale .session li {
  border-color: #FF8500;
}
.sessions.operate-redis-at-scale .session li:first-of-type {
  background-color: #FF8500;
}

.sessions.redis-industry-solutions .session:hover {
  background-color: #1969FF;
}
.sessions.redis-industry-solutions .session li {
  border-color: #1969FF;
}
.sessions.redis-industry-solutions .session li:first-of-type {
  background-color: #1969FF;
}

.results-header-group, .search-filter-header {
  width: 1035px !important;
}

.sessions {
  width: 1060px;
}

@media (max-width: 1200px) and (min-width: 900px) {
  .results-header-group, .search-filter-header {
    width: 770px !important;
  }

  .results-header-group, .sessions {
    width: 795px;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .results-header-group, .search-filter-header {
    width: 505px !important;
  }

  .results-header-group, .sessions {
    width: 530px;
  }
}
@media (max-width: 768px) {
  .results-header-group, .sessions, .search-filter-header {
    width: 100% !important;
  }

  .sessions .session {
    width: 100%;
    min-height: unset;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sessions .session p.title {
    margin-bottom: 1em;
  }
}
.session.hideSearchFilter {
  display: none !important;
}

#filter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 20000;
}
#filter-popup.show {
  display: flex;
}
#filter-popup .popup {
  background-color: white;
  border: 1px solid white;
  margin: 1em;
  min-width: 400px;
  max-width: 600px;
  max-height: 60%;
  color: black;
  display: flex;
  flex-direction: column;
}
#filter-popup .popup .header {
  background-color: black;
  color: white;
  padding: 0.5em;
  display: flex;
}
#filter-popup .popup .header div.button {
  cursor: pointer;
  display: flex;
  align-items: center;
}
#filter-popup .popup .header div.button svg {
  height: 20px;
}
#filter-popup .popup .header div.button:hover {
  background-color: #444;
}
#filter-popup .popup .header .title {
  flex: 1;
  text-align: center;
}
#filter-popup .popup ul.list-wrapper {
  padding: 1em;
  flex: 1;
  overflow-y: scroll;
  list-style-type: none;
}
#filter-popup .popup ul.list-wrapper li {
  margin-bottom: 0.2em;
}
#filter-popup .popup ul.list-wrapper input {
  margin-right: 0.5em;
}

@media (max-width: 600px) {
  .popup {
    min-width: unset !important;
    max-width: unset !important;
    max-height: unset !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 !important;
    border: 0 !important;
  }
}
footer {
  display: flex;
  color: white !important;
  padding: 32px 64px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
footer span {
  font-size: 14px !important;
}
footer .footer-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
footer .footer-left svg {
  max-width: 400px;
  width: 60%;
  height: auto;
  margin-left: 1.5em;
}
footer .footer-right {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-right * {
  margin-left: 1em;
}
footer .footer-right *:first-child {
  margin-left: 0;
}
footer .footer-right a {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
}
footer .footnote-below {
  color: white;
  font-size: 0.7em;
  display: block;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #171F2F;
  color: white;
  font-family: Graphik, sans-serif;
  font-size: 16px;
  line-height: 1.56;
}

main {
  background: #171F2F url("https://media.crowdcomms.com/media/app_images/4080d64ac1f1424d974f63075a792599.png") no-repeat bottom right;
  background-size: auto 400px;
  min-height: 100vh;
  padding: 3em;
}

h1 {
  font-family: input-mono, monospace;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
}

p.intro {
  max-width: 500px;
  margin: 0 auto 80px auto;
}

input {
  font-family: Graphik, sans-serif;
  outline: 0;
}

@media (max-width: 768px) {
  main {
    padding: 1em;
  }
}
