  [x-cloak] {
  display: none; }

.svg-embed {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }
  .svg-embed > svg {
    display: block;
    width: 100%;
    height: auto; }

.page-hero {
  height: auto;
	min-height:300px;
  padding: 1rem 0; }
  
/*
.page-hero .page-hero-heading-wrapper {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 25px; }
*/

  .page-hero .page-hero-heading a {
    display: block;
    background: url("https://www.callutheran.edu/homecoming/images/Homecoming_Mark_24_FINAL_RGB_2Color_REV.png") center center no-repeat;
    background-size: contain;
    height: 180px;
    text-indent: -9000px; }
    @media (min-width: 768px) {
      .page-hero .page-hero-heading a {
        height: 250px; } }
	@media (max-height: 900px){
		.page-hero .page-hero-heading a {
			height: 250px;
		} }
  .page-hero .page-hero-subheading {
    display: none; }
  .page-hero div[class*="overlay"] {
    /*display: none;*/
   }

.event-category-toggle {
  width: 100%; }
  .event-category-toggle[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.event-categories {
  margin-bottom: 3rem; }
  .event-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .event-categories ul li {
      padding: 0;
      margin: 0; }
  .event-categories ul[aria-hidden="true"] {
    display: none; }
  @media (min-width: 768px) {
    .event-categories ul {
      flex-direction: row; } }

.event-category-button {
  border: 0;
  background: #3b2360;
  padding: 1rem;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #ffd589;
  height: 100%;
  width: 100%;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-weight:bold;
  text-transform: none;
  font-size: 1.3125rem; }
  li:first-child .event-category-button {
    border-radius: 0;
    border-top: 1px solid #ffd589; }
  li:last-child .event-category-button {
    border-radius: 0 0 1rem 1rem;
    border-bottom: 0; }
  .event-category-button:hover {
    color: #fc2; }
    .event-category-button:hover .svg-embed svg #text path {
      fill: white; }
    .event-category-button:hover .svg-embed svg #icon path {
      fill: #ffc222; }
  .event-category-button .svg-embed {
    max-width: 200px; }
    @media (min-width: 768px) {
      .event-category-button .svg-embed {
        max-width: none; } }
  .event-category-button .svg-embed svg #text path {
    fill: #3b2360; }
  .event-category-button .svg-embed svg #icon path {
    fill: #6a4c92; }
  .event-category-button.active {
    background-color: #6a4c92; }
    .event-category-button.active .svg-embed svg #text path {
      fill: #ffc222; }
    .event-category-button.active .svg-embed svg #icon path {
      fill: white; }
  @media (min-width: 768px) {
    .event-category-button {
      width: auto;
      border-right: 1px solid #ffd589; }
      li:first-child .event-category-button {
        border-radius: 1rem 0 0 1rem; }
      li:last-child .event-category-button {
        border-radius: 0 1rem 1rem 0;
        border-right: 0; } }

.event-category-clear.hide-this {
  visibility: hidden; }

.event-category-title {
  visibility: hidden; }
  .event-category-title.show-this {
    visibility: visible; }

.tile-grid-container {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .tile-grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-gap: 1rem; } }

.tile {
  position: relative;
  flex: 1 1 100%;
  background-color: #6a4c92;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1rem;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  color: white; }
  .tile:hover {
    box-shadow: 0 0 0 4px #4796c1; }
  @media (min-width: 768px) {
    .tile {
      flex: 0 0 30%;
      margin: 0.5rem;
      transition: 100ms ease-in-out transform; }
      .tile::after {
        content: '';
        display: block;
        padding-top: 66.667%; }
      .tile:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        z-index: 1000; } }
  @supports (display: grid) {
    .tile {
      margin: 0; }
      @media (min-width: 768px) {
        .tile {
          margin: 0; } } }

.tile-info {
  pointer-events: none;
  padding: 1rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.8) 100%); }
  .tile-info header {
    font-family: "Tungsten", Impact, sans-serif;
    color: #ffc222;
    font-size: 2rem;
    line-height: 1em; }
    .tile-info header span {
      font-size: 1rem;
      vertical-align: middle;
      margin-left: 0.5ch;
      color: white; }
  .tile-info address {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal; }
  .tile-info time {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold; }
  @media (min-width: 768px) {
    .tile-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .tile-info header {
        font-size: 2.375rem; } }

.event-tag-banner {
  display: flex;
  align-items: center;
  color: #3b2360;
  font-weight: bold;
  background-color: #ffc222;
  padding: 0.5rem 1rem;
  border-top: 0;
  line-height: 1em;
  pointer-events: none; }
  .event-tag-banner i {
    line-height: 1em;
    display: block;
    margin-right: 0.5ch; }
  .event-tag-banner i::before {
    margin: 0; }
  @media (min-width: 768px) {
    .event-tag-banner {
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
      position: absolute;
      padding: 0.5rem;
      top: 0.5rem;
      left: 0.5rem;
      border-radius: 3px; } }

.featured-event {
  color: #3b2360;
  background-color: #ffc222; }
  @media (min-width: 768px) {
    .featured-event {
      border-color: rgba(255, 255, 255, 0.5); } }

.rsvp-event {
  color: #00854f;
  background-color: #c5e4ce; }

.sold-out {
  color: #850000;
  background-color: #e4c5c5; }

.event-summary p {
	/*font-size:1.3em;
	margin-top:1.5em;*/
}

/*
.event-detail-featured-image {
  display: block;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .event-detail-featured-image {
      max-width: 50%; } }
*/


.flexrow-wrap {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.year-btn {
  flex: 0 0 100%;
  background-color: #3b2360;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 5px solid white;
  line-height: 1em;
  letter-spacing: 1px;
  font-family: "Tungsten", Impact, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none; }
  .year-btn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 200;
    border-bottom: 4px solid #ffc222;
    font-size: 3rem;
    line-height: 1em; }
  .year-btn:hover {
    color: white;
    background-color: #6a4c92; }
  .year-btn:after {
    padding-top: 33.333%;
    content: '';
    display: block; }
  .year-btn.year-50 {
    background-color: #ffc222;
    color: #3b2360; }
    .year-btn.year-50 span {
      border-bottom: 4px solid white; }
  @media (min-width: 768px) {
    .year-btn {
      flex: 0 0 33.333%; }
      .year-btn:after {
        padding-top: 100%; }
      .year-btn.year-50 {
        background-image: url("/homecoming/images/club50-mark.svg");
        background-color: #ffc222;
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: center 30%; }
        .year-btn.year-50 span {
          width: 100%;
          margin: 0;
          padding: 0;
          border-bottom: 0;
          color: #3b2360;
          line-height: 1em;
          font-size: 1.5rem;
          bottom: 1rem;
          top: auto;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
  @media (min-width: 992px) {
    .year-btn.year-50 span {
      font-size: 2.25rem; } }

/*# sourceMappingURL=homecoming-2020.css.map */
