@import url("https://use.typekit.net/zwo8nly.css");
h2 {
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  h2 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.8rem;
  }
}

.white-text {
  color: #ffffff;
}

.teal-text {
  color: #61a8ab;
}

a.orange-text {
  color: #f85a3b;
}
a.orange-text:hover, a.orange-text:active {
  color: #d5391a;
}

p {
  font-size: 1.25rem;
}

.orange-button {
  background-color: #f85a3b;
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
}
.orange-button:hover, .orange-button:focus, .orange-button:active {
  background-color: #d5391a;
  color: white;
}

form footer nav ul li {
  font-size: 0.75rem;
}
form footer nav ul li a {
  color: #ffffff;
}
form footer nav ul li a:hover, form footer nav ul li a:focus, form footer nav ul li a:active {
  color: #ffffff;
  text-decoration: underline !important;
}

#pageFooter nav ul li {
  font-size: 0.75rem;
}

.logo {
  width: 300px;
}

.pattern-bg {
  background-image: url("https://s3.amazonaws.com/assets.investmentu.com/leadgen/fin-lib/img/pattern-bg.png");
  background-position: center;
  background-color: #1f82c5;
}

blockquote {
  background-color: #d4fdff;
}
blockquote:before {
  position: absolute;
  top: 48px;
  left: 10px;
  content: open-quote;
}
blockquote:after {
  position: absolute;
  bottom: -6px;
  right: 10px;
  content: close-quote;
}
blockquote:before, blockquote:after {
  color: #f85a3b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90px;
  line-height: 1.3rem;
}
blockquote cite p {
  font-size: 0.9rem;
}
blockquote footer cite p {
  font-style: normal;
  font-weight: bold;
}

.grey-bg {
  background-color: #f0f0f0;
}

.card {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}

.card-img-top {
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .card-img-top {
    height: 90px;
  }
}

.card-body {
  background-color: #1f82c5;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.card-body p {
  color: #ffffff;
  line-height: 1.3em;
}

.blue-bg {
  background-color: #1e406a;
}

.form-control-lg, .btn {
  border-radius: 0.15rem;
}
