@charset "UTF-8";
/* CSS Document */
/* To maintain the 960px (60rem) banner width and padding */
#responsive-landing-page.foundation .scl-iam-logout {
    max-width: 60rem !important;
    margin: 0 5% 1em !important;
}
/* To indent the text elements within the banner */
.foundation .scl-iam-logout--topleft-img h3, .foundation .scl-iam-logout--topleft-img p, .foundation .scl-iam-logout--topleft-img ul, .foundation .scl-iam-logout--topleft-img ol {
    margin-left: calc(5.3125rem - 3%);
}
/* To align the in-page-disclosures with the banner width and padding */
#responsive-landing-page.foundation .in-page-disclosures {
    max-width: 60rem;
    padding: .667em 5%;
 }

/* uncrowd the last banner disclosure and the first page-level disclosure around the grey dividing line */
#responsive-landing-page.foundation .in-page-disclosures:last-of-type {
    margin-bottom:10px;
 }

#responsive-landing-page.foundation .disclosures .para:first-of-type {
    padding-top:10px
}
