/* empty file */

/* h1.underline, h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px;
} */

footer.footer {
  background-color: #005596;
  color: #fff;
}

footer.footer p {
  margin: 0;
  line-height: 1.5em;
}

footer.footer a {
  color: #fff;
}

footer.footer a:hover {
  color: rgba(255,255,255,.8);
}

footer.footer div.sm-icons {
  margin-top: 3em;
}

footer.footer div.sm-icons a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  margin: 8px;
}

/* Address left aligned */
.footer .contact-details {
  text-align: left !important;
}

footer div.separator {
  height: 1px;
  background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0),white,rgba(0,0,0,0),rgba(0,0,0,0));
  background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,0),white,rgba(0,0,0,0),rgba(0,0,0,0));
}

footer div.contact-row,
footer div.copy-row {
  padding-top: 16px;
  padding-bottom: 16px;
}

footer div.copy-row div.logo a {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
}

footer div.copy-row div.logo img {
  height: 100%;
}

/* Fix spacing for radiogroups */
input[type="radio"] {
    margin-left: 10px !important;
}

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */