.tiles {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
}
.tiles .tile-label {
  font-family: "Serifa", serif;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.tiles .rise-tile {
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.tiles .rise-tile.enrolled_SSP {
  border: #FFCD00 5px solid;
  border-radius: 10px;
  background-color: #F9E08D;
}
.tiles .rise-tile.enrolled_SSP.default, .tiles .rise-tile.enrolled_SSP.headlined {
  height: calc(100% - 10px) !important;
}
.tiles .rise-tile .upper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tiles .rise-tile .upper .thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tiles .rise-tile .upper .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiles .rise-tile .upper .thumbnail:after {
  content: " ";
  display: block;
  position: absolute;
  inset: 0px 0px 0px 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}
.tiles .rise-tile .upper .thumbnail:hover:after {
  background: rgba(0, 0, 0, 0.75);
}
.tiles .rise-tile .upper .thumbnail.cobrand:after {
  transition: all 0.25s ease;
  background: rgb(0, 0, 0) var(--url) top right no-repeat;
  background-size: auto 50%;
  filter: grayscale(50%) opacity(0.5) contrast(50%);
}
.tiles .rise-tile .upper .thumbnail.cobrand:hover:after {
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.75) var(--url) top right no-repeat;
  background-size: auto 100%;
  filter: grayscale(0%) opacity(1) contrast(100%);
}
.tiles .rise-tile .upper .is_active,
.tiles .rise-tile .upper .locked {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  color: white;
  background-color: var(--highlight);
  top: 10px;
  left: 10px;
  font-size: 1rem;
}
.tiles .rise-tile .upper .is_active .material-icons,
.tiles .rise-tile .upper .locked .material-icons {
  flex: 0 0 10px;
  line-height: 1rem;
  font-size: 1rem;
}
.tiles .rise-tile .upper .is_active .label,
.tiles .rise-tile .upper .locked .label {
  flex: 1 1 20px;
  display: none;
  max-width: 1000px;
  overflow: hidden;
}
.tiles .rise-tile .upper .is_active:hover .label,
.tiles .rise-tile .upper .locked:hover .label {
  display: block;
}
.tiles .rise-tile .upper .date {
  background-color: white;
  z-index: 5;
  top: 50%;
  left: -1px;
  padding: 5px;
  width: auto;
  position: absolute;
  font-family: "Serifa", serif;
  text-align: center;
  height: auto;
}
.tiles .rise-tile .upper .date .upper {
  height: auto;
  font-size: 1rem;
}
.tiles .rise-tile .upper .date .lower {
  height: auto;
}
.tiles .rise-tile .upper .badge_tier {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  z-index: 3;
}
.tiles .rise-tile .upper .badge_tier .tier_hex {
  width: 30px;
  height: 30px;
}
.tiles .rise-tile .upper .badge_tier .tier_hex polygon {
  fill: #c19a6b;
}
.tiles .rise-tile .upper .badge_tier .tier_hex polygon.silver {
  fill: #d5d5d7;
}
.tiles .rise-tile .upper .badge_tier .tier_hex polygon.gold {
  fill: #e0c56e;
}
.tiles .rise-tile .upper .badge_tier .tier_hex text {
  font-size: 7rem;
  font-weight: bold;
}
.tiles .rise-tile .upper .badge_tier .points {
  position: absolute;
  color: black;
  font-weight: bold;
  font-size: 10px;
  width: 29px;
  padding-top: 3px;
  text-align: center;
}
.tiles .rise-tile .upper .cobrand_corner {
  position: absolute;
  left: -10px;
  top: 25px;
  width: auto;
  height: 25px;
  z-index: 3;
  padding: 0px 10px;
  transform: rotate(-20deg);
  background-color: white;
}
.tiles .rise-tile .upper .posttype {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  z-index: 6;
}
.tiles .rise-tile .upper .posttype .iconspace {
  transform: rotate(260deg);
  background-color: white;
  text-align: right;
}
.tiles .rise-tile .upper .posttype .iconspace .typetitle {
  transform: rotate(-260deg);
  padding-right: 17px;
  padding-top: 15px;
}
.tiles .rise-tile .upper .button.booking {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 3;
}
.tiles .rise-tile .upper .scrolling_nav {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  width: 100%;
  height: 2rem;
  z-index: 3;
  text-align: center;
}
.tiles .rise-tile .upper .scrolling_nav span {
  color: white;
  font-size: 2rem;
  padding: 2px;
}
.tiles .rise-tile .upper .scrolling_nav .selected {
  text-decoration: underline;
}
.tiles .rise-tile .lower .ld-course-status {
  display: none;
}
.tiles .rise-tile .lower .excerpt .embedded_date {
  display: none;
}

.tiles.fullpage {
  display: block;
  height: auto;
  grid-column: 2/9;
  grid-row: 1/3;
  overflow: visible;
}
.tiles.fullpage .rise-tile {
  overflow: visible;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage {
    grid-column: 1/3;
    grid-row: 1/20;
  }
}
.tiles.fullpage .upper {
  grid-column: 2/9;
  grid-row: 1/2;
  margin-left: -30px;
  width: calc(100% + 60px);
  max-height: 200px;
  height: 200px;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .upper {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.tiles.fullpage .upper .booking {
  padding-left: 15px;
  padding-right: 15px;
}
.tiles.fullpage .lower {
  display: grid;
  column-gap: 1.5rem;
  row-gap: 0rem;
  grid-column: 1/3;
  grid-row: 2/3;
  height: auto;
}
.tiles.fullpage .lower .cobrand_banner {
  color: white;
  background-color: var(--highlight);
  padding: 10px;
  margin-bottom: 10px;
}
.tiles.fullpage .lower .featured_vid {
  position: relative;
  z-index: 3;
  margin-top: -170px;
  width: 100%;
  height: auto;
}
.tiles.fullpage .lower .featured_vid iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.tiles.fullpage .lower .featured_vid .booking {
  display: none;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .featured_vid {
    margin-top: -200px;
  }
  .tiles.fullpage .lower .featured_vid .booking {
    display: block;
    width: calc(100% - 20px);
  }
}
.tiles.fullpage .lower .title {
  grid-column: 1/8;
  grid-row: 1/2;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .title {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.tiles.fullpage .lower .author-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.tiles.fullpage .lower .author-panel .bios {
  flex: 10 10;
  min-width: 400px;
}
.tiles.fullpage .lower .author-panel .bios .entry {
  display: flex;
  flex-wrap: wrap;
}
.tiles.fullpage .lower .author-panel .bios .entry .detail {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiles.fullpage .lower .author-panel .bios .entry .detail .name {
  font-family: "Serifa";
  font-weight: bold;
  font-size: 120%;
}
.tiles.fullpage .lower .author-panel .bios.multi {
  display: flex;
  flex: 1 1 100%;
  gap: 15px;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry {
  flex: 1 1;
  text-align: center;
  align-content: start;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry .image {
  flex: 0 0 100%;
  height: 60px;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry .image img {
  height: 50px;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry .detail {
  flex: 0 0 100%;
  justify-items: flex-start;
  padding: 0px;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry .detail .name {
  font-size: 100%;
}
.tiles.fullpage .lower .author-panel .bios.multi .entry .detail .role {
  font-size: 80%;
  line-height: 120%;
  text-transform: uppercase;
}
.tiles.fullpage .lower .author-panel .socials {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 75px;
  min-width: 310px;
}
.tiles.fullpage .lower .excerpt {
  grid-column: 1/8;
  grid-row: 2/3;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .excerpt {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.tiles.fullpage .lower .content {
  grid-column: 1/8;
  grid-row: 3/100;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .content {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.tiles.fullpage .lower .content .badges a:hover {
  background-color: transparent;
}
.tiles.fullpage .lower .content .badges img {
  width: 125px;
  height: 125px;
}
.tiles.fullpage .lower .nutshell {
  grid-column: 8/10;
  grid-row: 1/10;
  min-width: 250px;
  #max-width: 300px;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .nutshell {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.tiles.fullpage .lower .schedule {
  grid-column: 8/10;
  grid-row: 10/20;
}
@media screen and (max-width: 60rem) {
  .tiles.fullpage .lower .schedule {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.tiles.fullpage .lower .schedule .associated_resource {
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

.tiles.headlined {
  display: block;
}
.tiles.headlined .excerpt {
  display: none;
}
.tiles.headlined .rise-tile .date {
  display: none;
}
.tiles.headlined .rise-tile .title {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  font-family: "Serifa", serif;
  font-size: 20px;
  line-height: auto;
  height: auto;
}
.tiles.headlined .rise-tile .title a,
.tiles.headlined .rise-tile .title a:visited,
.tiles.headlined .rise-tile .title a:hover,
.tiles.headlined .rise-tile .title a:active {
  text-align: left;
  position: absolute;
  inset: 0px 0px 0px 0px;
  color: white !important;
  font-weight: normal;
}
.tiles.headlined .rise-tile .title a:hover {
  background-color: transparent !important;
}

.tiles.headlined.with_excerpt .title {
  height: none;
  position: absolute;
  display: inline;
}
.tiles.headlined.with_excerpt .title a {
  display: inline;
  position: relative;
  float: left;
}
.tiles.headlined.with_excerpt .excerpt {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  z-index: 20;
  color: white;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Serifa", serif;
}
.tiles.headlined.with_excerpt .excerpt .embedded_date {
  font-weight: bold;
  display: inline;
}
.tiles.headlined.with_excerpt .excerpt .embedded_date:after {
  content: "//";
}
.tiles.headlined.with_excerpt .excerpt .excerpt_content {
  display: inline;
}

.tiles.micro-text {
  display: block;
}
.tiles.micro-text .rise-tile {
  position: relative;
  height: 100px;
  margin-bottom: 0.5rem;
  height: auto;
}
.tiles.micro-text .upper {
  display: none;
}
.tiles.micro-text .lower {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: auto;
}
.tiles.micro-text .lower .title,
.tiles.micro-text .lower .excerpt {
  display: inline;
  height: auto;
}
.tiles.micro-text .lower .title .embedded_date,
.tiles.micro-text .lower .excerpt .embedded_date {
  color: var(--highlight);
  display: inline;
}
.tiles.micro-text .lower .title .embedded_date:after,
.tiles.micro-text .lower .excerpt .embedded_date:after {
  content: "//";
}
.tiles.micro-text .lower .title .excerpt_content,
.tiles.micro-text .lower .excerpt .excerpt_content {
  display: inline;
}
.tiles.micro-text .lower .title::after {
  content: " // ";
  font-weight: bold;
}

.tiles.default {
  display: block;
  overflow: hidden;
  height: 100%;
}
.tiles.default .rise-tile {
  height: 100%;
  overflow: hidden;
}
.tiles.default .rise-tile .upper {
  height: 50%;
  overflow: hidden;
}
.tiles.default .rise-tile .lower {
  height: 50%;
  text-align: left;
  overflow: hidden;
}
.tiles.default .rise-tile .lower .title {
  padding: 5px 0px;
  font-family: "Serifa", serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
}
.tiles.default .rise-tile .lower .excerpt .embedded_date {
  display: none;
}

.tiles.label {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Serifa", serif;
  text-align: left;
  justify-content: center;
  align-content: center;
  padding-top: 1.5rem;
}

.tiles.side-image {
  display: block;
}
.tiles.side-image .rise-tile {
  margin-bottom: 1rem;
}
.tiles.side-image .rise-tile .upper {
  width: 30%;
}
.tiles.side-image .rise-tile .upper .posttype:hover {
  all: initial;
}
.tiles.side-image .rise-tile .upper .date {
  display: none;
}
.tiles.side-image .rise-tile .lower {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 30%;
  padding-left: 1rem;
  overflow: hidden;
}
.tiles.side-image .rise-tile .lower .excerpt .embedded_date {
  display: block;
  color: var(--highlight);
}

/*# sourceMappingURL=tiles.css.map */
