div,
p,
span,
strong {
  font-size: 1.07567rem !important;
}

.btn-primary-red,
.nav-item .btn-primary {
  color: #fff;
  background-color: #d94e41 !important;
  border-color: #d94e41 !important;
}

.bg-lite-blue {
  background-color: #7a98ad !important;
}

.bg-dark-blue {
  background-color: #323f4e !important;
}

.btn-outline-primary {
  color: #42a2dc !important;
  border-color: #42a2dc !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #42a2dc !important;
  border-color: #42a2dc !important;
}

.eaglepeak-link {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
}

.checkmark-list :before {
  margin: 0 10px 0 -28px;
}

.typewrite {
  background-color: #fff;
  color: #7a858b;
  padding: 6px 10px;
  border: 1px solid #D9DDE2;
  font-weight: normal;
  margin-top: -5px;
  border-radius: 5px;
}

.typewrite .wrap {
  font-size: 1.3rem !important;
}

.create_options .card-body img {
  width: 110px;
  height: 110px;
}

.create_options .card-body .text-muted {
  min-height: 45px !important;
  display: block;
}

.create_options .card-body .card-text {
  min-height: 80px;
}

.jumbotron {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/img/calendar-faded.png");
  min-height: 450px;
  margin-top: -1.5rem !important;
  /* Position and center the image to scale nicely on all screens */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/calendar-faded-mobile.png") !important;
    /* Position and center the image to scale nicely on all screens */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff !important;
  }
}

.image-circle {
  display: block;
  border-radius: 500px;
}

.s-team {
  position: relative;
  z-index: 1;
  padding-bottom: 1em;
  background: #fff url("/img/chicago-skyline.png") no-repeat center bottom;
  text-align: center;
  background-image: url("/img/chicago-skyline.png");
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .s-team {
    background-image: url("/img/chicago-skyline_@2X.png");
    background-size: image-width("/img/chicago-skyline.png") image-height("/img/chicago-skyline.png");
  }
}

.s-team__stars {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 1em;
}

.s-team__based {
  margin-bottom: 1em;
  color: #42a2dc;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

.s-team__about {
  margin: 2em auto;
}

.s-team__photos {
  max-width: 35em;
  margin: 2em auto;
  text-align: center;
}

.s-team__photos article {
  position: relative;
  display: inline-block;
  width: 40%;
  max-width: 10em;
  height: auto;
}

.s-team__photos article:first-child {
  margin-right: 4%;
}

.s-team__photos article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  border-radius: inherit;
  display: flex;
  display: -moz-flex;
  display: flex;
  -spec-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -spec-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -spec-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -spec-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  display: flex;
  display: -moz-flex;
  display: flex;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  padding: 0.5em;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  color: #d94e41;
}

.s-team__photos article h2 {
  margin: 0;
  font-family: "Mercury SSm A", "Mercury SSm B", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.045em;
  font-style: italic;
}

.s-team__photos article h2 em {
  font-size: 0.854em;
  font-weight: normal;
}

.s-team__photos a,
.s-team__photos img {
  display: block;
  width: 100%;
  height: auto;
}

.s-team__photos a:hover .overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  border-radius: 500px;
}

@media \0 screen {
  .s-team__photos article .overlay {
    display: none;
  }
}

@media \0 screen {
  .s-team__photos a:hover .overlay {
    display: block;
  }
}

.s-team__btn [class*=btn] {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  border: 2px solid #d94e41;
  border-radius: 2px;
  box-shadow: none;
  background: transparent;
  color: #d94e41;
  font-size: 1em;
}

.s-team__btn [class*=btn]:hover,
.s-team__btn [class*=btn]:focus {
  background: #d94e41;
  color: #fff !important;
}

.contact-us .attribution {
  display: none;
}

