/* 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-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

.banner-logo {
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 900px) {
  #banner-text {
    font-size: 48px;
  }
}

/* LINKS */
a.regular-link {
  color: #f15559;
  text-decoration: none;
}

a.regular-link:hover {
  color: #dd4145;
  text-decoration: underline;
}

a.regular-link:visited {
  color: #dd4145;
  text-decoration: none;
}

.bl {
  font-weight: 700;
  font-size: 1.1em;
  font-family: "Montserrat", Montserrat, sans-serif;
}

a.bl {
  font-family: "Montserrat", sans-serif;
  color: #585858;
  text-decoration: none;
}
a.bl:hover {
  color: black;
  padding-bottom: 3px;
  transition: all 0.3s ease-out;
}
a.bl-active {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: black;
  padding-bottom: 3px;
}

a.evaluation {
  color: #636363;
  font-family: Montserrat;
  font-weight: 700;
  text-decoration: none;
}

a.evaluation:hover {
  color: #333333;
  border-bottom: #333333 1px solid;
}

p {
  color: #333333;
  font-family: Montserrat;
}

p.dates {
  font-weight: 700;
  font-size: 18px;
}

p.desc {
  font-weight: 400;
  font-size: 16px;
  padding: 0 10%;
}

h5.logostitle {
  color: #333333;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
}

h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.exec {
  background: darkblue;
  color: white;
  font-family: Montserrat;
  font-weight: 600;
  width: 200px;
  height: 25px;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.copres {
  background: goldenrod;
  color: white;
  font-family: Montserrat;
  font-weight: 600;
  width: 200px;
  height: 25px;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.deluxe {
  background: purple;
  color: white;
  font-family: Montserrat;
  font-weight: 600;
  width: 200px;
  height: 25px;

  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.logocard {
  background: #f5f5f5;
  line-height: 7em;
  margin: 10px;
  height: 100px;
  box-shadow: none;
  border-radius: 0px 0px 30px 0px;
  vertical-align: middle;
  flex: 0 0 300px;
}

.mt-3.row {
  justify-content: center;
}

.logoimg {
  height: 100%;
  width: 90%;
  margin: auto;
  display: inline-block;
}

.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;
}

.box-container {
  display: flex;
  justify-content: center;
}

.box a {
  flex: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  padding: 10px 10px;
  font-size: 0.9em;
  width: 100%;
}

.box:first-child {
  margin-right: 10px;
} 

.box:nth-child(2) {
  margin-left: 10px;
}

.form-control {
  height: 45px;
  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);
}
.filter-container {
  height: auto;
  margin: 50px auto 50px 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: "Montserrat";
  font-size: 16px;
  border: none;
  border-radius: 10px 0 10px 0;
  width: 100%;
  margin: 0;
  padding: 20px 20px 20px 50px;
}

.search-container i.fa-search {
  line-height: 45px;
  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: 45px;
  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;
  text-decoration: none;
}

.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;
  line-height: 45px;
  vertical-align: middle;
  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;
  text-decoration: none;
}

.filter-checkbox-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.filter-checkbox a.collapsed:before {
  color: #737c83;
  transform: rotate(0);
  text-decoration: none;
}

@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 .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-event-card {
  margin: 20px auto 20px auto;
  max-width: 70%; /*Change the width of the whole container*/
}

.videocard {
  border-radius: 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;
  padding: 10px;
  height: 220px;
  width: 95%; /*Changed default width to 95%*/
  margin: auto;
  overflow: hidden;
}

.container-engagement-card {
  width: 100%;
  margin: 0 auto 5px auto;
  padding: 20px 50px 10px;
}

/*Added padding to .row class*/
.row-padding {
  padding-left: 10%;
  padding-right: 10%;
}

.engagement-row-padding {
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
}

.eventoff {
  margin-bottom: 3em;
  padding: 0;
}

.engagement-eventoff {
  margin-bottom: 3em;
  width: 340px;
  height: 400px;
}
.eventcard: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);
}

.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;
}
.redribbon:before {
  right: 100%;
}

.redribbon:after {
  left: 100%;
}

.closed-redribbon {
  background: #636363;
}

.closed-redribbon:before,
.closed-redribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 30%;
  height: 100%;
  background: #636363;
}

.btnwidth {
  width: 175px;
  margin: 5px auto 5px auto;
}

.btnred {
  background-color: var(--bg_color);
}

#btn {
  color: var(--text-color) !important;
}

.btnred:hover {
  background-color: var(--hover_color);
}

.engagement-btnred {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  background-color: #f15559;
  color: #fff;
}

.eventcard button {
  font-weight: bold;
  font-size: 16px;
}

.btngray {
  color: black;
}

.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: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eventcard {
  border-radius: 25px 0 25px 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;
  padding: 10px;
  width: 90%; /Changed default width to 95%/
  margin: auto !important;
  overflow: hidden;
}

.card p {
  font-size: 16px;
}

.card {
  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;
}

.card: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);
}

.img-container {
  position: relative;
}

.eventcard img {
  height: 100px;
  width: 100px;
  margin: 10px auto 10px auto;
}

/*For Mobile*/
@media only screen and (max-width: 480px) {
  .eventcard {
    width: 100%;
  }
  .container-event-card {
    max-width: 90%; /*Change the width of the whole container*/
  }
  .row-padding {
    padding: 0;
  }
}

/*For Large Mobile*/
@media only screen and (max-width: 640px) and (min-width: 480px) {
  .eventcard {
    width: 100%;
  }
  .container-event-card {
    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) {
  .container {
    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;
  }
  .container-event-card {
    max-width: 85%; /*Change the width of the whole container*/
  }
  .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%;
}

/* VIDEO STUFF */

.video-label {
  font-size: 80%;
  position: absolute;
  border-radius: 2px;
  bottom: 10px;
  right: 2px;
  background-color: rgb(58, 52, 52);
  color: white;
}

.video-label-watch-related {
  font-size: 80%;
  position: absolute;
  border-radius: 2px;
  top: 110px;
  right: 17%;
  background-color: rgb(58, 52, 52);
  color: white;
}

/* play related challenges*/

.related {
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  width: 25%;
}

.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%;
  }
}

.card2: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);
}


.relatedimg {
  height: 120px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  object-fit: cover;
}

.related-date {
  margin-left: -10px;
}

.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;
  overflow: hidden;
  margin: auto;
  border-radius: 0 0 0 0;
}

.card2 h5 {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card2 h6 {
  font-size: 12px;
}

@media screen and (max-width: 585px) {
  .game-title h1 {
    font-size: 8vw;
  }
}

.eventcard p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
