:root {
  --white: white;
  --black: black;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.wednesday-link {
  color: #2f3148;
  text-align: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.wednesday-link:hover {
  color: #3a48e8;
}

.wednesday-link:visited {
  border-bottom: 3px solid #3a48e8;
  border-radius: 3px;
}

.wednesday-link.w--current {
  color: #2f3148;
  margin-right: 2px;
}

.nav-menu {
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-bar-link-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  display: flex;
}

.wednesday-university-logo {
  width: auto;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.navbar {
  background-color: #fff;
}

.nav {
  color: #3a48e8;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.brand {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.podcast-container {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.podcast-container.recent-podcasts-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.podcast-container.quote-container {
  justify-content: center;
  padding-top: 116px;
  padding-bottom: 116px;
  display: flex;
}

.podcast-container.listen-to-us {
  display: flex;
}

.podcast-container.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.picture {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  height: 400px;
}

.picture.picture-end {
  order: 1;
}

.heading-l {
  color: #312f4f;
  text-align: left;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.heading-l.center {
  text-align: center;
}

.heading-l.fade {
  color: #a8a8a8;
}

.text {
  color: #312f4f;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.text.text-bold {
  font-weight: 600;
}

.text.why-should-you {
  margin-top: 32px;
}

.text-span {
  font-weight: 600;
}

.content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.social-action-button {
  cursor: pointer;
  border: 2px solid #3a48e8;
  border-radius: 8px;
  margin: auto auto auto 0;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-action-button:hover {
  color: #fff;
  background-color: #3a48e8;
}

.social-action-button.slack-action-button {
  margin-left: 20px;
  display: none;
}

.text-block {
  color: #3a48e8;
  margin-left: 10px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.text-block:hover {
  color: #3a48e8;
}

.social-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.where-to-listen-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 260px 260px;
  grid-template-columns: 260px 260px 260px;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-m {
  color: #312f4f;
  font-family: Epilogue, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.podcast-link-container {
  cursor: pointer;
  background-color: #f9f9fb;
  border: 2px solid #f9f9fb;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: border .2s;
}

.podcast-link-container:hover {
  border-width: 2px;
  border-color: #feb94f;
}

.circular-container {
  background-image: radial-gradient(circle, #f9f9fb, #f3f3f5);
  border-radius: 114px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: visible;
}

.section {
  background-image: linear-gradient(to right, #3a48e8, #743ae8);
}

.section.newsletter {
  display: none;
}

.heading-4 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.newsletter-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  color: #3a48e8;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 8px;
  margin-left: 10px;
  padding: 10px 25px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
  transition: all .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #ffffff1a;
  border: 2px solid #fff;
}

.form {
  align-items: center;
  display: flex;
}

.form-block {
  display: block;
}

.wednesday-info {
  color: #2f3148;
  max-width: 680px;
  margin-left: 32px;
  margin-right: auto;
  font-family: Epilogue, sans-serif;
}

.footer-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.social-links {
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.social-link-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  height: auto;
  margin-left: 12px;
  display: flex;
}

.listen-to-us-images {
  width: 100px;
}

.designation {
  color: #2f3148cc;
  font-family: Epilogue, sans-serif;
}

.host-social-container {
  margin-top: 10px;
}

.link-block {
  margin-left: 10px;
}

.hosts-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.host-picture {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 400px;
  display: block;
  overflow: hidden;
}

.hero-with-text-section {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-container-restricted-to-grid {
  display: none;
}

.podcast-item-container {
  background-color: #fff;
  border: 1px solid #e1e2eb;
  border-radius: 32px;
  justify-content: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: block;
  box-shadow: 6px 6px 12px #0000000f;
}

.podcast-item-container.display-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.podcast-item-container.display-flex.margin-top-30px {
  margin-top: 30px;
}

.podcast-description {
  color: #2f3148;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
}

.published-date {
  color: #2f3148;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.divider {
  background-color: #312f4f;
  border-radius: 2px;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.duration {
  color: #2f3148;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.publish-and-duration-container {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.podcast-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.podcast-details-container {
  flex: 1;
  margin-top: -16px;
  margin-left: 40px;
}

.podcast-details {
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.html-embed {
  margin-top: 15px;
  display: block;
}

.section-3 {
  background-image: linear-gradient(#f9fafb, #fff);
}

.collection-list-wrapper {
  margin-top: 30px;
}

.primary-button {
  color: #3a48e8;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #3a48e8;
  border-radius: 8px;
  align-self: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
  display: none;
  position: static;
  left: auto;
  right: auto;
}

.primary-button:hover {
  color: #fff;
  background-color: #3a48e8;
}

.content {
  margin-left: 24px;
}

.why-listen {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wednesday-logo {
  width: 150px;
  margin-top: 40px;
}

.action-button {
  cursor: pointer;
  background-image: linear-gradient(315deg, #743ae8, #3a48e8);
  border-radius: 8px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.action-button:hover {
  background-image: linear-gradient(315deg, #3a48e8, #743ae8);
  box-shadow: 3px 3px 8px 2px #3a48e84d;
}

.action-button.get-in-touch-button {
  align-self: flex-start;
  margin-top: 30px;
}

.hero-container-with-text-restricted-to-grid {
  display: none;
}

.sponsor-section {
  background-color: #f7f7fa;
}

.heading-10 {
  color: #312f4f;
  text-align: center;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
}

.sponsor-collection-list-wrapper {
  margin-top: 50px;
}

.collection-item {
  background-color: #e1e2eb;
  border: 1px #e1e2eb;
  border-radius: 20px;
  align-items: stretch;
  height: 160px;
  padding: 0;
  display: block;
}

.image-45 {
  text-align: left;
}

.heading-27 {
  color: #2f3148;
  text-align: center;
  margin-top: 0;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.primary-button-2 {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(288deg, #743ae8, #3a48e8);
  border-radius: 12px;
  width: 200px;
  height: 56px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: box-shadow .3s;
}

.primary-button-2:hover {
  background-image: linear-gradient(288deg, #3a48e8, #743ae8);
  box-shadow: 6px 6px 16px #3a48e84d;
}

.primary-button-2:active {
  box-shadow: none;
}

._404-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-28 {
  text-align: center;
  font-family: Epilogue, sans-serif;
  font-size: 64px;
  line-height: 90px;
}

.sponsor-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.bullet {
  background-color: #2f3148;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-right: 16px;
}

.bullet-container {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.empty-state {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  width: 70%;
  display: flex;
}

.sponsor-us-button {
  color: #2f3148;
  text-align: center;
  cursor: pointer;
  margin: 0 2px 0 0;
  padding: 10px 0;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.sponsor-us-button:hover {
  color: #3a48e8;
}

.sponsor-us-button:visited {
  border-bottom: 3px solid #3a48e8;
  border-radius: 3px;
}

.sponsor-us-button.w--current {
  color: #2f3148;
  margin-right: 2px;
  font-family: Epilogue, sans-serif;
}

.sponsor-us-button.contact {
  color: #3a48e8;
  text-align: center;
  cursor: pointer;
  border: 2px solid #3a48e8;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 42px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 0;
  padding: 0 16px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.sponsor-us-button.contact:hover {
  color: #fff;
  background-color: #3a48e8;
  box-shadow: 0 4px 16px #3a48e84d;
}

.sponsor-us-button.contact:active {
  box-shadow: none;
}

.hero-section {
  background-image: url('../images/pod-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-picture {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  height: 400px;
}

.hero-picture.picture-end {
  order: 1;
}

.steps-for-subscription {
  justify-content: center;
  align-items: center;
  display: flex;
}

.step {
  width: 83%;
}

.content-for-step {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.step-blocks {
  color: #fff;
  background-color: #312f4f;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  padding: 5px 10px;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading-s {
  margin-left: 10px;
  font-family: Epilogue, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.step-2-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.email-newsletter-field {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Epilogue, sans-serif;
  font-weight: 400;
}

.email-newsletter-field:hover {
  background-color: #0000;
  border: 2px solid #fff;
}

.email-newsletter-field::placeholder {
  color: #fff6;
}

.image-46 {
  align-self: flex-start;
  margin-top: 12px;
}

.text-span-2 {
  margin-top: -16px;
  display: block;
}

.link {
  text-decoration: none;
}

.insta, .twitter, .image-49 {
  max-width: none;
}

.podcast-item-container-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow, .text-span-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer {
  background-color: #f3f3f7;
}

.tab-text {
  font-family: Epilogue, sans-serif;
}

.tab-text.active {
  color: #fff;
}

.tab {
  background-color: #fff;
  border-top: 1px solid #e1e2eb;
  border-left: 1px solid #e1e2eb;
  border-right: 1px solid #e1e2eb;
  border-radius: 8px 8px 0 0;
}

.tab.w--current {
  color: #fff;
  background-color: #3a48e8;
  border-radius: 8px 8px 0 0;
}

.tabs-menu {
  border-bottom: 1px solid #e1e2eb;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .wednesday-university-logo {
    height: 48px;
  }

  .picture {
    display: none;
  }

  .hero-container-restricted-to-grid {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .image-5 {
    order: 1;
    align-self: center;
  }

  .image-6 {
    order: -1;
  }

  .hero-text-container {
    display: none;
  }

  .hero-container-with-text-restricted-to-grid {
    display: flex;
  }

  .primary-button-2 {
    margin-top: 30px;
  }

  .hero-section {
    background-image: url('../images/pod-bg.png');
  }

  .hero-picture {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu {
    margin-top: 0;
  }

  .wednesday-university-logo {
    height: 48px;
  }

  .picture {
    display: none;
  }

  .social-links {
    flex: none;
  }

  .hero-with-text-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
  }

  .hero-container-restricted-to-grid {
    background-image: url('../images/pod-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: space-between;
    display: flex;
  }

  .image-5 {
    order: 1;
    align-self: auto;
  }

  .image-6 {
    order: -1;
  }

  .hero-text-container {
    display: none;
  }

  .hero-container-with-text-restricted-to-grid {
    display: flex;
  }

  .div-block-19 {
    align-self: center;
  }

  .hero-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
  }

  .hero-picture {
    display: none;
  }

  .text-span-2 {
    line-height: 40px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .top-line {
    background-color: #3a48e8;
    width: 24px;
    top: 19px;
  }

  .wednesday-link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    position: static;
    overflow: visible;
  }

  .wednesday-link.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    float: right;
    clear: none;
    text-align: left;
    object-fit: none;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 21px;
    display: block;
    position: static;
    overflow: visible;
  }

  .nav-bar-link-container {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wednesday-university-logo {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-button-animated {
    width: 45px;
    height: 45px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 0;
    position: relative;
  }

  .nav-button-animated.w--open {
    margin-right: 0;
    position: relative;
  }

  .nav {
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .bottom-line {
    background-color: #3a48e8;
    width: 24px;
    top: 29px;
  }

  .podcast-container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .podcast-container.listen-to-us, .picture {
    display: block;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .podcast-logo {
    width: 300px;
  }

  .where-to-listen-container {
    grid-template-rows: repeat(auto-fit, minmax(260px, 1fr)) minmax(260px, 1fr);
    grid-template-columns: minmax(260px, 1fr) repeat(auto-fit, minmax(260px, 1fr));
    grid-auto-rows: minmax(260px, 1fr);
    grid-auto-columns: 1fr;
  }

  .circular-container {
    width: 240px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .wednesday-info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-text-container {
    display: block;
  }

  .hero-container-with-text-restricted-to-grid {
    display: none;
  }

  .primary-button-2 {
    margin-top: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    display: block;
  }

  ._404-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sponsor-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sponsor-us-button {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
    position: static;
    overflow: visible;
  }

  .sponsor-us-button.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .sponsor-us-button.contact {
    width: 100%;
  }

  .hero-picture {
    display: block;
  }

  .step {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    float: none;
    clear: none;
    position: static;
  }

  .wednesday-university-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .podcast-container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .podcast-container.quote-container {
    padding-top: 64px;
    padding-bottom: 98px;
  }

  .picture {
    align-self: center;
    height: 300px;
    display: none;
  }

  .picture.picture-end {
    order: 1;
  }

  .text {
    font-size: 16px;
    line-height: 30px;
  }

  .text.why-should-you {
    font-size: 18px;
  }

  .where-to-listen-container {
    grid-template-rows: 1fr;
    grid-template-columns: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 1fr;
  }

  .circular-container {
    width: 180px;
    height: 180px;
  }

  .newsletter-container {
    grid-template-columns: 1fr;
  }

  .submit-button {
    margin-top: 15px;
    margin-left: 0;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .wednesday-info {
    align-self: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-links {
    align-self: flex-start;
    margin-top: 15px;
  }

  .social-link-block.first {
    margin-left: 0;
  }

  .hosts-container {
    grid-template-columns: 1fr;
  }

  .hero-with-text-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container-restricted-to-grid {
    display: none;
  }

  .podcast-item-container {
    padding: 32px;
  }

  .podcast-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .podcast-details-container {
    margin-top: 0;
    margin-left: 0;
  }

  .content {
    margin-top: 10px;
    margin-left: 0;
  }

  .why-listen {
    flex-direction: column;
    width: auto;
  }

  .heading-27 {
    font-size: 16px;
    line-height: 30px;
  }

  ._404-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sponsor-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-18 {
    width: auto;
  }

  .hero-section {
    background-image: url('../images/pod-bg.png');
    background-position: 50% -40%;
    background-repeat: no-repeat;
    background-size: auto 340px;
  }

  .hero-picture {
    align-self: center;
    height: 300px;
    display: block;
  }

  .hero-picture.picture-end {
    order: 1;
  }

  .step {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-for-step {
    flex-direction: column;
  }

  .step-blocks {
    margin-top: 0;
  }

  .heading-s {
    text-align: center;
  }

  .step-2-section {
    margin-top: 40px;
  }

  .image-46 {
    align-self: flex-start;
    height: 64px;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    object-fit: none;
    width: auto;
    margin: 0;
    padding: 16px;
  }

  .wednesday-university-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav {
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .podcast-container {
    display: block;
  }

  .podcast-container.quote-container {
    padding-bottom: 80px;
  }

  .picture {
    height: 250px;
  }

  .podcast-logo {
    width: auto;
  }

  .social-action-button {
    flex: none;
    align-self: flex-start;
  }

  .social-action-button.slack-action-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block {
    flex: none;
  }

  .social-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .where-to-listen-container {
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(120px, 1fr) repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-rows: 1fr;
    grid-auto-flow: row dense;
    place-content: start;
    align-items: start;
  }

  .heading-m {
    font-size: 16px;
    line-height: 20px;
  }

  .podcast-link-container {
    border-radius: 20px;
  }

  .circular-container {
    width: 100%;
    min-width: 100px;
    height: 120px;
    min-height: 100px;
  }

  .form-block {
    margin-top: 20px;
  }

  .social-link-block {
    height: 29px;
  }

  .listen-to-us-images {
    width: 60px;
  }

  .hosts-container {
    grid-row-gap: 31px;
    display: block;
  }

  .host-picture {
    height: 300px;
  }

  .podcast-item-container {
    border-radius: 16px;
    padding: 24px;
    overflow: hidden;
  }

  .published-date {
    margin-top: 4px;
  }

  .divider {
    display: none;
  }

  .duration {
    margin-bottom: 2px;
  }

  .publish-and-duration-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .podcast-details-container {
    margin-top: 0;
  }

  .podcast-details {
    flex-direction: column;
    align-items: stretch;
    margin-top: 16px;
  }

  .primary-button-2 {
    width: 100%;
    height: 48px;
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .heading-28 {
    font-size: 44px;
    line-height: 56px;
  }

  .sponsor-collection-list {
    grid-template-columns: 1fr;
  }

  .hero-section {
    background-position: 50% 0;
    background-size: auto 270px;
    background-attachment: scroll;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-picture {
    height: 250px;
  }

  .image-46 {
    height: 40px;
  }

  .arrow {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .collection-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .host-div.margin-bottom-32px {
    margin-bottom: 32px;
  }

  .tabs-menu {
    justify-content: space-around;
    display: flex;
  }
}

#w-node-d7b92637-0fc4-edad-4b1d-34b375333333-7f9f0153 {
  align-self: auto;
}

#w-node-_571234eb-feb7-6b22-22d0-35e953f024c2-7f9f0153 {
  place-self: center;
}

#w-node-_9d380bb9-ec0f-689d-664b-43c4b9fe07bd-7f9f0153, #w-node-_259f5e72-9afa-9187-9eeb-eee60a031793-7f9f0153, #w-node-_780d2f12-fefb-e634-79e5-fd5478e3a4be-7f9f0153, #w-node-_5a78317f-a9af-5f16-28ba-0267cf7e5597-7f9f0153, #w-node-_5a222c25-5e04-82cb-5b0e-e9838a0e4d13-7f9f0153 {
  place-self: auto center;
}

#w-node-_4b942859-ff41-8840-1856-f42b2dc4ef8f-2dc4ef8a {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_4b942859-ff41-8840-1856-f42b2dc4ef8e-2dc4ef8a {
    justify-self: center;
  }
}


