.textforAWD {
  font-size: 10px;
}
footer {
  background-color: #222970;
  font-size: 15px;
  overflow: hidden;
  /*shapes*/
}
footer h1,
footer h2,
footer h3 {
  color: #ffffff;
  font-weight: 500;
}
footer h3 {
  text-transform: uppercase;
}
footer p {
  color: #ffffff;
  font-weight: 300;
}
footer a {
  color: #ffffff;
  font-weight: 300;
}
footer a:hover {
  color: #ffffff;
}
footer a:focus {
  color: #2c96d0;
}
footer .state-logos {
  margin-top: 30px;
}
footer .state-logos p {
  margin-left: -10px;
  margin-right: -10px;
}
footer .state-logos a {
  display: inline-block;
  padding: 10px;
}
@media (max-width: 768px) {
  footer .state-logos a {
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer .state-logos a img {
    height: auto;
    max-height: 48px;
    max-width: 100%;
  }
}
footer .footer-column1 .footer-info {
  padding: 0;
}
footer .footer-column1 .footer-info img {
  height: auto;
  max-width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer .footer-column1 .footer-info img {
    display: none;
  }
}
footer .copyright {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .copyright .creator {
    display: block;
    padding-top: 5px;
  }
}
footer .fab {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #ffffff;
  padding: 0.6em 0.6em 0.6em 0.66em;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 15px 5px 15px 0;
  border: 2px solid #ffffff;
  cursor: pointer;
  font-size: 17px;
}
footer .fab:hover {
  border: 2px solid #2c96d0;
  color: #2c96d0;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
footer .block.newsletter .input-group {
  width: 100%;
}
footer .container_fluid.certs {
  background-color: white;
}
footer .subscribe {
  background-color: #2C96D0;
}
footer .subscribe h3 {
  font-size: 20px;
}
footer .subscribe .block.newsletter h3 {
  display: none;
}
footer div.subscribe {
  background-image: url('/pub/media/wysiwyg/subscribe-bg.jpg');
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  footer div.subscribe {
    background-image: none;
  }
}
footer form.subscribe {
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  display: flex;
}
footer form.subscribe .mage-error {
  padding-left: 10px;
}
footer .subscribe .form-group {
  margin: 0;
  width: calc(100% - 150px);
}
@media (max-width: 768px) {
  footer .subscribe .form-group {
    width: calc(100% - 80px);
  }
}
footer .subscribe .action.subscribe {
  background: transparent;
  font-size: 16px;
  margin: 0;
  padding: 10px 40px;
  width: 80px;
  border-radius: 0;
}
@media (max-width: 768px) {
  footer .subscribe .action.subscribe {
    padding: 10px 0;
  }
}
footer .subscribe button.subscribe.btn-fancy:hover {
  color: #222970;
}
footer .subscribe input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: white;
  font-size: 16px;
  height: auto;
  padding: 10px 10px;
}
footer .subscribe input#newsletter {
  font-size: 16px;
  padding: 22px 10px;
}
footer .subscribe input#newsletter:hover,
footer .subscribe input#newsletter:focus {
  box-shadow: none;
}
footer .subscribe input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2e9ff;
  opacity: 1;
  /* Firefox */
}
footer .subscribe input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c2e9ff;
}
footer .subscribe input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c2e9ff;
}
footer .certs-slider a {
  text-align: center;
}
footer .certs-slider img {
  display: inline-block;
  max-height: 70px;
  object-fit: scale-down;
}
footer .certs-slider .logos h2 {
  display: none;
}
footer .certs-slider h3 {
  color: #222970;
  margin-top: 30px;
}
footer .footer-chevron {
  background-image: url(../../images/footer-chevron-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 627px;
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 365px;
}
