/* iPub additions on top of the agency theme (navy #122369, orange #ff7200). */

.navbar-default .nav li a.nav-phone {
  color: #ff7200;
}

header .btn-outline {
  margin-left: 10px;
  background-color: transparent;
  border: 2px solid #ff7200;
  color: #ff7200;
}

header .btn-outline:hover,
header .btn-outline:focus {
  background-color: #ff7200;
  color: white;
}

section#contact .contact-lead {
  color: white;
  font-size: 18px;
  margin-bottom: 50px;
}

section#contact a {
  color: #ff7200;
}

section#contact .form-title {
  color: white;
  font-size: 20px;
  margin: 0 0 25px;
}

section#contact .web-form {
  margin-bottom: 50px;
}

section#contact altcha-widget {
  display: block;
  margin-bottom: 20px;
  --altcha-max-width: 100%;
  --altcha-color-base: white;
  --altcha-color-text: #333333;
  --altcha-color-border: #cccccc;
  --altcha-color-border-focus: #ff7200;
  --altcha-border-radius: 4px;
}

section#contact .form-result:empty {
  display: none;
}

section#contact .form-note {
  margin-top: 15px;
  font-size: 13px;
  color: #bbbbbb;
}

section#contact .company-info {
  color: #bbbbbb;
  line-height: 1.8;
}

section#contact .company-info strong {
  color: white;
}

@media (min-width: 992px) {
  footer .text-left-md {
    text-align: left;
  }

  footer .text-right-md {
    text-align: right;
  }
}

/* Privacy policy page. */
.legal {
  padding: 150px 0 80px;
}

.legal h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

.legal h2 {
  font-size: 22px;
  margin-top: 35px;
}

.legal p,
.legal li {
  font-size: 16px;
  line-height: 1.7;
}
