/* Dec 4, 1:42PM */

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
  color: #333333;
}

/* BANNER */
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 30px;
}

.banner-container {
  justify-content: center;
}

#banner-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block; /* helps keep the text + logo together */
  color: white;
}

.banner-logo {
  width: 1em;
  height: 1em;
}

/* Nav links under banner (About, Event Lineup, Challenges) */
.bl {
  font-weight: 700;
  font-size: 1.1em;
  font-family: 'Montserrat', Montserrat, sans-serif;
}
a.bl {
  color: #eaeaea;
  text-decoration: none;
}
a.bl:hover {
  color: #ffffff;
  padding-bottom: 3px;
  transition: all 0.3s ease-out;
}
a.bl-active {
  color: #fff;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 3px solid #fff; /* fallback if no color from event */
}


/* Evaluation Form */
a.evaluation {
  color: #636363;
  font-weight: 700;
  text-decoration: none;
}
a.evaluation:hover {
  color: #333;
  border-bottom: #333 1px solid;
}

p.dates {
  font-weight: 700;
  font-size: 18px;
}

p.desc {
  font-weight: 400;
  font-size: 16px;
  padding: 0 10%;
}

/* Buttons */
.btnwidth {
  width: 175px;
  margin: 5px auto;
}
.btngray:hover {
  background-color: #333;
  color: #fff;
}
.recordings a {
  background: #DADADA;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
.recordings a:hover {
  background: #AAAAAA;
  transition: all 0.2s ease-out;
}
.box a {
  flex: 1;
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 0.9em;
  width: 100%;
}  

/* CARD CATEGORY (Event Lineup, Challenges) */
.cardcategory {
  width: min(80%, 2000px);
  margin: 0 auto;
}
.cardcategory a.see-more-button {
  font-size: 16px;
}
.cardcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 0px;
  gap: 20px;
  /* margin: 3rem 0px; */
}
.cardheader {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between; 
  align-items: start; 
  margin-top: min(12px); 
  margin-bottom: min(24px);
}

.card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease-in;
  width: 325px !important;
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
}
.card-item:hover {
  transform: translate3d(0px, -5px, 0px);
}
.tag-container {
  display: inline-block;
  width: 45%;
  background-color: #F5EFFD;
  color: #7C3BBE;
  border: 1px solid #7C3BBE;
  border-radius: 20px;
  margin-bottom: 12px;
  text-align: center;
}
.event-tag {
  font-size: 12px;
  padding: 4px 8px;
}
.event-name {
  font-size: clamp(18px, 1.25rem, 24px) !important;
  font-weight: 700;
  text-align: left;
  margin: 0;
}
.event-host {
  font-size: clamp(16px, 1.2rem, 22px) !important;
  font-weight: 600;
  text-align: left;
  padding-top: 12px;
  margin: 0;
}
.event-description {
  font-size: clamp(12px, 1rem, 18px) !important;
  margin: 8px 0 !important;
  text-align: left;
}
.event-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 8px !important;
}
.event-icon {
  font-size: 16px !important;
}
.event-date, .event-time, .event-location {
  margin: 0 !important;
  padding-left: 5px;
  font-size: clamp(12px, 1rem, 14px) !important;
  text-align: left;
}
.event-register {
  font-weight: bold;
  background-color: #FFCB1D;
  color: black;
  width: 100%;
  border-radius: 4px;
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.event-register:hover {
  background-color: #ffe077;
  color: black;
}


.filter-container {
  height: 100px;
  margin: 100px auto 20px auto;
}

.filter-container .search-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.search-container input{
  font-family: "Poppins";
  border: none;
  border-radius: 10px 0 10px 0;
  width: 100%;
  margin: 0;
  padding: 20px 20px 20px 50px;
  font-size: 16px;
}

.search-container i.fa-search {
  line-height: 39px;
  vertical-align: middle;
  text-align: left;
  position: absolute;
  z-index: 2;
  color: #737c83;
  left: 20px;
}

.search-container .filter-checkbox {
  position: absolute;
  right: 20px;
  line-height: 39px;
  vertical-align: middle;
}

.search-container .filter-checkbox a {
  background: rgb(236, 236, 236);
  padding: 8px 20px 8px 8px;
  color: #737c83;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.search-container .filter-checkbox a:hover {
  background: rgb(224, 224, 224);
}

.filter-checkbox a:before,
.filter-checkbox a.collapsed:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  width: 25px;
  height: 39px;
  vertical-align: middle;
  line-height: 39px;
  font-size: 15px;
  font-weight: 900;
  color: #737c83;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
}

.search-container{
  max-width: 600px;
}

.filter-checkbox-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.filter-checkbox a.collapsed:before {
  color: #737c83;
  transform: rotate(0);
}

@media only screen and (max-width: 1080px) {
  .filter-container .search-container {
    width: 80%;
    margin: 0 auto;
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .filter-container .search-container {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
  }
}

.search-container input.search-icon {
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("https://use.fontawesome.com/releases/v5.8.2/svgs/solid/search.svg");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.search-results-container .grid.card-container {
  display: flex;
}


/* .search-results-container .card {
  width: 90%;
  height: fit-content;
  padding: 1em;
  border: 0;
  margin: 10px;
} */

@media only screen and (max-width: 768px) {
  .search-results-container .card {
    margin-top: 50px;
  }
}

.search-results-container .img-container {
  margin: 0 auto 30px auto;
}

.search-results-container .img-container img {
  max-height: 100px;
  max-width: 240px;
}

.search-results-container .card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search-results-container .card ul li {
  font-size: 11px;
  font-weight: 600;
  background-color: rgb(243, 243, 243);
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  margin: 5px;
}

.search-results-container a {
  text-decoration: none;
  color: #333333;
}

.search-results-container .hvr-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.search-results-container .hvr-shadow:hover,
.search-results-container .hvr-shadow:focus,
.search-results-container .hvr-shadow:active {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  -moz-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  background: white;
  transition-timing-function: ease-in-out;
  transition: 0.3s;
}

.search-results-container .card h5 {
  color: #e3b317;
}

.search-results-container .pagination {
  justify-content: center;
  margin: 80px auto 80px auto;
}

.search-results-container .pagination .page-item .page-link {
  display: inline;
  border: none;
}

.search-results-container .pagination .page-item.active .page-link {
  background-color: #ffcb1c;
  border: #ffcb1c;
  color: black;
}
.search-results-container .pagination .page-item.disabled .page-link {
  color: rgb(160, 160, 160);
  cursor: not-allowed;
}

.search-results-container .pagination .page-item .page-link:hover {
  color: black;
}

.search-results-container .pagination .page-item .page-link:focus,
.search-results-container .pagination .page-item .page-link:active {
  border: none;
  outline: none;
  box-shadow: none;
}

/* COMPANY LOGOS (footer portion) */
.logostitle {
  color: #333;
  font-weight: 700;
  font-size: 15px;
}
.exec, .copres, .deluxe {
  color: #fff;
  font-weight: 600;
  width: 200px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.exec {
  background: darkblue;
}
.copres {
  background: goldenrod;
}
.deluxe {
  background: purple;
}
.logocard {
  background: #f5f5f5;
  margin: 10px;
  border-radius: 0 0 30px 0;
  text-align: center;
  box-shadow: none;
  flex: 0 0 300px;
}
.logoimg {
  height: 8vw;
  width: auto;
  margin: auto;
  display: inline-block;
}


@media only screen and (max-width: 1000px) {
  .logoimg {
    height: 70px;
  }
}

@media screen and (max-width: 900px) {
  #banner-text {
    font-size: 48px;
  }
  .cardheader {
    flex-direction: column;
  }
}

/* For Mobile */
@media only screen and (max-width: 600px) {
  .cardcategory hr {
    display: none;
  }
  .event-name {
    font-size: clamp(16px, 4vw, 22px) !important;
  }
  .event-host {
    font-size: clamp(14px, 3.5vw, 20px) !important;
  }
  .event-date, .event-time, .event-location {
    font-size: clamp(10px, 2.5vw, 12px) !important;
  }
}

.register a {
  background: #333333;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  color: #ffcb1d;
  text-decoration: none;
}

.register a:hover {
  background: #f3f3f3;
  transition: all 0.2s ease-out;
  color: #333333;
  text-decoration: none;
}

.recordings a {
  background: #dadada;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}

.recordings a:hover {
  background: #aaaaaa;
  transition: all 0.2s ease-out;
}

.enterevent a {
  /*background: #8F4E9E !important; */
  background: var(--bg_color) ;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: var(--text_color) !important;
}

.enterevent a:hover {
  /* background: #7B3A8A !important; */
  background: var(--hover_color);
  transition: all 0.2s ease-out;
}

.form-control {
  height: 40px;
  padding: 15px;
  border-radius: 10px 0 10px 0;
}

.form-control:focus {
  border-color: rgba(255, 203, 30, 0.226);
  box-shadow: 0 0 0 0.15rem rgba(255, 203, 30, 0.37);
}

.search-results-container .grid.card-container {
  display: flex;
}

.search-results-container .grid.card-container .grid-col {
  flex: 1;
  padding: 0 0.1em;
}

.search-results-container .grid .grid-col.grid-col--1,
.search-results-container .grid .grid-col.grid-col--2,
.search-results-container .grid .grid-col.grid-col--3 {
  display: none;
}

@media (min-width: 768px) {
  .search-results-container .grid .grid-col.grid-col--2 {
    display: block;
  }
}

@media (min-width: 1080px) {
  .search-results-container .grid .grid-col.grid-col--3 {
    display: block;
  }
}

.search-results-container .card {
  width: 90%;
  height: fit-content;
  padding: 1em;
  border: 0;
  margin: 10px;
}

@media only screen and (max-width: 768px) {
  .search-results-container .card {
    margin-top: 50px;
  }
}

.search-results-container .img-container {
  margin: 0 auto 30px auto;
}

.search-results-container .img-container img {
  max-height: 100px;
  max-width: 240px;
}

.search-results-container .card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.search-results-container .card ul li {
  font-size: 11px;
  font-weight: 600;
  background-color: rgb(243, 243, 243);
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  margin: 5px;
}

.search-results-container a {
  text-decoration: none;
  color: #333333;
}

.search-results-container .hvr-shadow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.search-results-container .hvr-shadow:hover,
.search-results-container .hvr-shadow:focus,
.search-results-container .hvr-shadow:active {
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  -moz-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  background: white;
  transition-timing-function: ease-in-out;
  transition: 0.3s;
}

/* .search-results-container .card h5{
color: #E3B317;
} */

.search-results-container .pagination {
  justify-content: center;
  margin: 80px auto 80px auto;
}

.search-results-container .pagination .page-item .page-link {
  display: inline;
  border: none;
}

/* .search-results-container .pagination .page-item.active .page-link {
background-color: #FFCB1C;
border: #FFCB1C;
color: black;
} */
.search-results-container .pagination .page-item.disabled .page-link {
  color: rgb(160, 160, 160);
  cursor: not-allowed;
}

.search-results-container .pagination .page-item .page-link:hover {
  color: black;
}

.search-results-container .pagination .page-item .page-link:focus,
.search-results-container .pagination .page-item .page-link:active {
  border: none;
  outline: none;
  box-shadow: none;
}

.panel-body {
  padding: 0px 15px;
  border: none;
  font-size: 15px;
  color: #615f5f;
  line-height: 27px;
  background-color: #f5f5f5;
}
.panel-default {
  border: none !important;
}

.companies #accordion h4 {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 10px;
}

/* CARD AND FLOAT EFFECT */

.logo-float {
  border-radius: 0 0 30px 0;
  background: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
  cursor: pointer;
  text-align: center;
  cursor: default;
  margin: 1rem;
  overflow: hidden;
}

.logo-float:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;

  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  animation-name: reverse;
  animation-duration: 0.5s;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  animation-name: floatAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes floatAnimation {
  from {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes reverse {
  from {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  to {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
  }
}


.container-engagement-card {
  width: 100%;
  margin: 0 auto 5px auto;
  padding: 20px 50px 10px;
}

/*Added padding to .row class*/
.row-padding {
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.engagement-row-padding {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
}

.engagement-eventoff {
  margin-bottom: 3em;
  width: 340px;
  height: 400px;
}

.redribbon {
  margin: 0;
  padding: 0;
  background: #dd3033;
  color: white;
  padding: 0.1em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size: 21px;
  font-weight: bold;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
}
.redribbon:before,
.redribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 30%;
  height: 100%;
  background: #dd3033;
}

.active {
  background: black;
}
.redribbon:before {
  right: 100%;
}

.redribbon:after {
  left: 100%;
}

.closed-ribbon {
  background: #636363;
}

.closed-ribbon:before,
.closed-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 30%;
  height: 100%;
  background: #636363;
}

.btnwidth {
  width: 175px;
  margin: 5px auto 5px auto;
}

.btngray {
  background-color: #f3f3f3;
  color: black;
}

.engagement-btnred {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: #f15559;
  color: #fff;
}

.eventcard button {
  font-weight: bold;
  font-size: 16px;
}

.btngray:hover {
  background-color: #333333;
  color: #fff;
}

.eventdate {
  margin: 10px auto 10px auto;
  font-weight: bold;
  font-size: 15px;
}

.card h3 {
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card p {
  font-size: 16px;
}

.eventcard img {
  height: 100px;
  width: 100px;
  margin: 10px auto 10px auto;
}

/*Jan 15 2021*/

.eventcontainer {
  max-width: 65%; /*Change the width of the whole container*/
}

/*For Mobile*/
@media only screen and (max-width: 480px) {
  .tag-container {
    width: 50%;
  }
  .eventcard {
    width: 100%;
    margin-top: -8% !important;
  }
  .eventcontainer {
    max-width: 90%; /*Change the width of the whole container*/
  }
  .row-padding {
    padding: 0;
  }
  .see-more-button {
    font-size: 3vw;
  }
}

/*For Large Mobile*/
@media only screen and (max-width: 640px) and (min-width: 480px) {
  .eventcard {
    width: 100%;
  }
  .eventcontainer {
    max-width: 75%; /*Change the width of the whole container*/
  }
  .row-padding {
    padding: 0;
  }
}

/*For smaller screens*/
@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  .eventcontainer {
    max-width: 90%; /*Change the width of the whole container*/
  }
  .row-padding {
    padding: 0;
  }
}

/*For tablets*/
@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .eventcard {
    max-width: 100%;
    margin-bottom: 10% !important;
  }
  .eventcontainer {
    max-width: 85%; /*Change the width of the whole container*/
    margin-top: -5%;
  }
  .row-padding {
    padding: 0;
  }
  .eventrow {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .truncate {
    width: 167px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* engagements CSS */
.engagements-navigation {
  display: flex;
  justify-content: center;
}

.engagements-navigation span {
  margin: 40px;
}

.engagements-navigation-item {
  font-weight: bold;
  text-align: center;
  color: #636363;
  font-size: calc(100% + 1vw);
}

.engagements-navigation-item.active,
.engagements-navigation-item:hover {
  color: #333333;
  text-decoration: none;
}

.engagement-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
}

/* socmed challenge page CSS */
.socmed-challenge-title {
  text-align: center;
}

.socmed-container {
  width: 100%;
}

.socmed-container iframe {
  display: block;
  margin: 50px auto 0;
}

/* game page CSS */
.game-title {
  text-align: center;
}

.game-container {
  position: relative;
  width: 80%;
  height: 100%;
}

.game-container iframe {
  margin: 50px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 12.5%;
  padding-bottom: 50px;
}

/* play related challenges*/

.related {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.video-container {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 420px) and (max-width: 992px) {
  .related {
    width: 50% !important;
    object-fit: cover;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 420px) and (max-width: 549px) {
  .related {
    width: 50% !important;
    object-fit: cover;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 419px) {
  .related {
    width: 80% !important;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
  }
}

.relatedimg {
  height: 120px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.card2 {
  font-family: "Montserrat";
  font-size: small;
  background-color: rgba(255, 255, 255, 0.973);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
}

.card2 h5 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card2 h6 {
  font-size: 12px;
}

.card2:hover {
  background-color: rgb(58, 52, 52);
  color: #ffcb1d;
}

.btn.yellow {
  color: #f5f5f5 !important;
  background-color: #333333 !important;
}

.eventcard p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
