/* this styling formats the links in the footer required for legal compliance 
* it's derived from the demo supplied here: https://github.com/Unity-Technologies/onetrust-integration-demo/blob/main/styles.css
*/

/* pmdt specific footer customisations */
ul.unity-footer-menu-legal, ul.unity-footer-menu-legal li {
  padding: 0;
  margin: 0;
}
ul.unity-footer-menu-legal li {
  list-style-type: none;
  padding-right: 20px;
  display: inline;
}

/* the injected one-trust widget will overlap all the footer content obscuring some legal links */
.footer .container .onetrust-inset {
  padding-left: 50px;
}

/* cookie settings button */
.footer #ot-sdk-btn-container {
  display: inline-block;
  line-height: 20px;
}
.footer #ot-sdk-btn.ot-sdk-show-settings {
  color: #337ab7;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  transition: inherit;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: inherit;
  color: #23527c;
  border-bottom: 1px solid #FFF;
}
.footer #ot-sdk-btn.ot-sdk-show-settings:before {
  content: "";
  display: inline-block;
  /* path is relative to the build directory, pmdt will copy the image in the expected location */
  background: transparent url(privacyoptions.svg) no-repeat center center;
  width: 30px;
  text-decoration: none;
  height: 14px;
  margin-right: 5px;
  margin-top: 2px;
}

footer .copyright-line {
  font-size: 0.8em; line-height: 22px;
}
.header-wrapper, #sidebar, .feedbackbox, .footer-wrapper, .tip-visible {display:none !important} .mb20 .nextprev {display:none !important} div.master-wrapper {padding-top:0px !important} div.content-block {margin-left: 0 !important} div.content-wrap div.content {padding:18px 10px 0 10px !important} p {max-width:none !important} div.content-wrap {width:100% !important} #content-wrap.opened-sidebar { width:100% !important; padding-left:0 !important} .suggest, .scrollToFeedback, .otherversionswrapper {display:none !important} table.list tr:hover {outline: none !important} div.master-wrapper {min-width:0 !important} div.content-wrap div.content div.section {min-height:0 !important} .container {width:auto !important;} .sidenav, #search-results, header, footer {display:none !important} .article.grid-right {margin: 0 0 40px 0 !important} .sideaffix {display:none !important} h1:before, h2:before, h3:before, h4:before {margin-top:0 !important; height:0 !important} .col-md-10 {float:none !important; width:auto !important} .page-history, .page-edit {display:none !important}
