/* Necessary for dropdown to be above secondary header with position: sticky which has (z-index: 1020) */
.dropdown-menu {
  z-index: 1021; 
}

@media screen and (max-width: 992px) {
  .main-header__background {
    height: auto; /* Override height: 100px when navbar collapses */
  }
}

@media screen and (max-width: 400px) {
  .main-header__logo {
    width: 200px;
  }
  .navbar {
    justify-content: center;
  }
}


/* SECONDARY HEADER */

.secondary-header__background {
  background-color: #245a84;
}

.secondary-dropdown-menu {
  background-color: #191919;
}

.secondary-dropdown-menu a {
  color: #f8f8f8 !important;
}

.secondary-dropdown-menu a:hover {
  color: #51a3e2 !important;
}

.container nav {
  box-shadow: none !important;
}

.custom-btn__1 {
  background-color: #51a3e2;
  color: #f8f8f8;
  font-size: 1rem; /* needed to override bootstrap .btn font-size */
}

.custom-btn__1:hover {
  color: #ddd !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}


/* MAIN BANNER */

.main-banner__background {
  background-color: #51a3e2;
}

#main-banner__img.lazy {
  background: none;
}

#main-banner__img {
  background: #51a3e2 center / cover no-repeat url("../../media/main-banner/scorecard-header.jpg");
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  min-height: 100%;
  opacity: .9;
  background-position-x: inherit;
}

.main-banner__title, .main-banner__subtext {
  color: #f8f8f8;
}

.main-banner__subtitle {
  color: #245a84;
}

.custom-btn__2 {
  background-color: #245a84;
  color: #f8f8f8;
  font-size: 1rem;
}

.custom-btn__2:hover {
  color: #ddd;
}

/* ATTENDEE PLATFORM */

.attendee-platform__title {
  color: #51a3e2;
  transition: .2s ease-in-out;
}

.panel-description a {
  color: #333;
  font-weight: 500;
}

.panel-description a:hover {
  color: #ddd;
}

.custom-btn__5 {
  background-color: transparent !important;
  border: 2px solid #51a3e2;
  border-radius: 10em !important;
  transition: ease-in-out .3s;
  font-weight: 700;
}

.custom-btn__5.active {
  background-color: #51a3e2 !important;
}

.md-pills .nav-link {
  color: #51a3e2;
}

.md-pills li {
  padding: .6rem 0;
}

@media (max-width: 768px) {
  .attendee-platform__content-column {
    flex-flow: wrap;
    justify-content: center;
  }

  .attendee-platform__title {
    text-align: center;
  }

  .toggle-links ul {
    justify-content: center;
    flex-flow: wrap !important;
  }

  .md-pills li {
    padding: .6rem;
  }
}

@media (max-width: 576px) {
  .attendee-platform__content-column {
    padding-top: 3rem !important;
  }
}

/* FEATURES DECK */

.features-deck__title {
  color: #51a3e2;
}

.features-deck__subtext, .features-deck__list-content li {
  color: #343434;
}

.features-deck__list-content li {
  font-size: 1.125rem;
  padding: .25rem 0;
}

.features-deck__img-container {
  height: 33%;
}

.features-deck__img-container img {
  width: 100%;
}

.features-deck__icon-container {
  width: 150px;
  margin: .5rem 0;
}


/* USE CASES */

.use-cases_background {
	background: #51a3e2 repeat center url("../../media/backgrounds/background__bluestripe.jpg");
	-webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
	clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
	height: auto;
}

.use-cases_card {
	border: 0;
	box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 1rem;
}

.use-cases_title, .use-cases_card h5 {
  color: #f8f8f8;
}

/* VIDEO FEATURE */

#scorecard-video-container {
  border-radius: .25rem;
}

.divider {
  height: 0;
  margin: 2rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(221, 221, 221, .6);
}


/* USER FEEDBACK */

.user-feedback__background {
  background: #51a3e2 repeat center url(../../media/backgrounds/background__bluestripe.jpg);
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  min-height: 40vh;
}

.user-feedback__title {
  color: #f8f8f8;
}

.user-feedback__text {
  color: #343434 !important;
}

.user-feedback__subtext {
  color: #2d3c4f;
}

.user-feedback__event-title {
  color: #245a84;
}


/* BENEFITS OVERVIEW */

.benefits-overview__title {
  color: #51a3e2;
}

.benefits-overview__subtext {
  color: #7e8894;
}

.benefits-overview__client-title {
  color: #828383;
}

.benefits-overview__client-logo-container {
  display: block;
  width: 100px;
}

.benefits-overview__client-logo {
  transition: .2s ease-in-out;
}

.benefits-overview__client-logo:hover {
  opacity: .8;
}


/* REQUEST INFO */

.request-info__background {
  background: center / cover url(../../media/backgrounds/background__cadmium.png);
  min-height: 50vh;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.request-info__title {
  color: #f8f8f8;
}


/* Override mdb dropdown colors */
.dropdown-content li > a, .dropdown-content li > span {
  color: #51a3e2;
}

.dropdown-primary .dropdown-content li a, 
.dropdown-primary .dropdown-content li span:hover, 
.dropdown-primary .dropdown-content li.active {
  background-color: #51a3e2 !important;
  border-radius: .25rem;
}

@media (max-width: 372px) {
  .g-recaptcha {
    transform: scale(0.825);
  }
}


/* MAIN FOOTER */

.main-footer__background {
  background-color: #32393c;
}

.main-footer__container {
  min-height: 33vh;
}

.main-footer__title {
  color: #f8f8f8;
}

.main-footer__title-accent {
  background-color: #fff;
  width: 60px;
}

.main-footer__subtext {
  color: #ddd !important; /* override bootstrap class .page-footer */
}

.main-footer__subtext-contact-info {
  color: #ddd !important;
}

.main-footer__subtext:hover {
  color: #f8f8f8;
  text-decoration: underline;
}

.main-footer__subtext-title {
  color: #7e8894;
}