/**
 * @file
 * Visual styles for the basic block.
 */

/**
 * Mission Statement
 *
 * Provides CSS for the FiRa Consortium's mission statement block.
 */

.fr-vision-wrapper {
  margin-bottom: 10rem;
  text-align: center;
}

.fr-vision-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgb(48, 126, 188);
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}

.fr-vision-title-text {
  margin: 0 1rem;
}

.fr-vision-dot {
  margin: 0 0.5rem;
  color: #ccc;
}

.fr-vision-dot1 {
  font-size: 0.5rem;
}

.fr-vision-dot2 {
  font-size: 0.65rem;
}

.fr-vision-dot3 {
  font-size: 0.8rem;
}

.fr-vision-text {
  margin: 0 1rem;
  color: rgb(48, 126, 188);
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
}

@media screen and (max-width: 992px) {
  .fr-vision-title {
    line-height: 1.05;
  }
}

@media screen and (max-width: 575px) {
  .fr-vision-wrapper {
    margin-bottom: 6.25rem;
  }

  .fr-vision-title {
    margin-bottom: 1rem;
    font-size: 3.65rem;
  }

  .fr-vision-dot {
    display: none;
  }

  .fr-vision-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

/**
 * About Consortium
 *
 * Provides CSS for the FiRa Consortium's about block.
 */

.fr-about-row {
  margin-bottom: 2rem;
}

.fr-about-wrapper {
  margin-bottom: 10rem;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.fr-about-cel1 {
  margin-top: 5px;
  color: #333;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.6rem;
}

.fr-about-cel2 {
  text-align: left;
  color: #307ebc;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
}

.fr-about-cel4 {
  text-align: left;
  color: #5e5e5e;
  font-family: Roboto, sans-serif;
  line-height: 1.85rem;
}

.fr-about-cel3 li {
  text-align: right;
}

.fr-about-cel4 li {
  margin-bottom: 1rem;
}

.fr-callout-logo {
  float: left;
  width: 170px;
  margin-right: 40px;
}

.fr-callout {
  margin: 3rem;
  padding: 2rem 2.5rem;
  transition: 0.5s;
  border-radius: 10px;
  background: rgba(170, 170, 170, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 3px rgba(0, 0, 0, 0.7);
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  font-variant: small-caps;
}

.fr-about-logos {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-around;
}

.fr-about-logo {
  width: 200px;
  max-height: 200px;
}

@media screen and (max-width: 992px) {
  .fr-about-cel1 {
    margin-bottom: 1rem;
  }

  .fr-about-cel4 {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .fr-about-wrapper {
    margin-bottom: 2rem;
  }

  .fr-about-cel1 {
    font-size: 2rem;
    line-height: 1.06;
  }

  .fr-about-cel1 br {
    display: none;
  }

  .fr-about-cel2,
  .fr-about-cel4 {
    font-size: initial;
    line-height: 1.5;
  }

  .fr-about-cel3 {
    max-width: 345px;
    margin: 10px auto;
  }
}

/**
 * Learn More
 *
 * Provides CSS for the FiRa Consortium's learn more use cases block.
 */

.fr-learn-more {
  text-align: center;
  font-size: 18px;
}

/**
 * Contact Us Intro block
 *
 * Provides CSS for the intro text block on the contact page.
 */

#block-contactformintro {
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
