/* v1109 — Home bottom disclaimer cleanup.
   Moves disclaimer styling away from the highlighted yellow alert style and
   makes it a small footer-level legal note at the bottom of the page. */
body.home-page .home-footer-disclaimer-v1109{
  background:#061a3a;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(226,238,255,.68);
  padding:10px 0 12px;
}

body.home-page .home-footer-disclaimer-v1109 .container{
  max-width:1180px;
}

body.home-page .home-footer-disclaimer-v1109 p{
  margin:0;
  font-size:12px;
  line-height:1.45;
  font-weight:300;
  letter-spacing:0;
}

body.home-page .home-footer-disclaimer-v1109 strong{
  color:rgba(255,255,255,.86);
  font-weight:500;
}

@media (max-width: 760px){
  body.home-page .home-footer-disclaimer-v1109{
    padding:9px 0 11px;
  }
  body.home-page .home-footer-disclaimer-v1109 .container{
    padding-left:18px;
    padding-right:18px;
  }
  body.home-page .home-footer-disclaimer-v1109 p{
  margin:0;
  font-size:12px;
  line-height:1.45;
  font-weight:300;
  letter-spacing:0;
}
}


/* v1121 final override */
body.home-page .home-footer-disclaimer-v1109 p{font-size:12px!important;line-height:1.45!important;font-weight:300!important;}
body.home-page .home-footer-disclaimer-v1109 strong{font-weight:500!important;}
@media(max-width:760px){body.home-page .home-footer-disclaimer-v1109 p{font-size:11px!important;line-height:1.42!important;font-weight:300!important;}}
