.text-uppercase {
  text-transform: uppercase; }

.padding-0 {
  padding: 0; }

.padding-top-0 {
  padding-top: 0; }

.padding-right-0 {
  padding-right: 0; }

.padding-bottom-0 {
  padding-bottom: 0; }

.padding-left-0 {
  padding-left: 0; }

.padding-1 {
  padding: 0.5rem; }

.padding-top-1 {
  padding-top: 0.5rem; }

.padding-right-1 {
  padding-right: 0.5rem; }

.padding-bottom-1 {
  padding-bottom: 0.5rem; }

.padding-left-1 {
  padding-left: 0.5rem; }

.padding-2 {
  padding: 1rem; }

.padding-top-2 {
  padding-top: 1rem; }

.padding-right-2 {
  padding-right: 1rem; }

.padding-bottom-2 {
  padding-bottom: 1rem; }

.padding-left-2 {
  padding-left: 1rem; }

.padding-3 {
  padding: 2rem; }

.padding-top-3 {
  padding-top: 2rem; }

.padding-right-3 {
  padding-right: 2rem; }

.padding-bottom-3 {
  padding-bottom: 2rem; }

.padding-left-3 {
  padding-left: 2rem; }

.padding-4 {
  padding: 3rem; }

.padding-top-4 {
  padding-top: 3rem; }

.padding-right-4 {
  padding-right: 3rem; }

.padding-bottom-4 {
  padding-bottom: 3rem; }

.padding-left-4 {
  padding-left: 3rem; }

.padding-5 {
  padding: 4rem; }

.padding-top-5 {
  padding-top: 4rem; }

.padding-right-5 {
  padding-right: 4rem; }

.padding-bottom-5 {
  padding-bottom: 4rem; }

.padding-left-5 {
  padding-left: 4rem; }

.margin-0 {
  margin: 0; }

.margin-top-0 {
  margin-top: 0; }

.margin-right-0 {
  margin-right: 0; }

.margin-bottom-0 {
  margin-bottom: 0; }

.margin-left-0 {
  margin-left: 0; }

.margin-1 {
  margin: 0.5rem; }

.margin-top-1 {
  margin-top: 0.5rem; }

.margin-right-1 {
  margin-right: 0.5rem; }

.margin-bottom-1 {
  margin-bottom: 0.5rem; }

.margin-left-1 {
  margin-left: 0.5rem; }

.margin-2 {
  margin: 1rem; }

.margin-top-2 {
  margin-top: 1rem; }

.margin-right-2 {
  margin-right: 1rem; }

.margin-bottom-2 {
  margin-bottom: 1rem; }

.margin-left-2 {
  margin-left: 1rem; }

.margin-3 {
  margin: 2rem; }

.margin-top-3 {
  margin-top: 2rem; }

.margin-right-3 {
  margin-right: 2rem; }

.margin-bottom-3 {
  margin-bottom: 2rem; }

.margin-left-3 {
  margin-left: 2rem; }

.margin-4 {
  margin: 3rem; }

.margin-top-4 {
  margin-top: 3rem; }

.margin-right-4 {
  margin-right: 3rem; }

.margin-bottom-4 {
  margin-bottom: 3rem; }

.margin-left-4 {
  margin-left: 3rem; }

.margin-5 {
  margin: 4rem; }

.margin-top-5 {
  margin-top: 4rem; }

.margin-right-5 {
  margin-right: 4rem; }

.margin-bottom-5 {
  margin-bottom: 4rem; }

.margin-left-5 {
  margin-left: 4rem; }

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.section-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 90%; }
  .section-wrapper a:focus {
    outline: none; }
  .section-wrapper a.focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #0c64df; }
  .section-wrapper p,
  .section-wrapper span {
    font-size: 16px; }
  .section-wrapper .system-notification-image {
    display: block;
    width: 200px;
    height: 140px;
    margin: 60px auto;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat; }
    .section-wrapper .system-notification-image.support-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/support-img.png); }
    .section-wrapper .system-notification-image.not-found-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/not-found-img.png); }
    .section-wrapper .system-notification-image.privacy-policy-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/privacy-policy-img.png); }
    .section-wrapper .system-notification-image.forbidden-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/forbidden-img.png); }
    .section-wrapper .system-notification-image.cookie-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/cookie-img.png); }
    .section-wrapper .system-notification-image.session-expired-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/session-expired-img.png); }
    .section-wrapper .system-notification-image.user-locked-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/user-locked-img.png); }
    .section-wrapper .system-notification-image.user-deleted-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/user-deleted-img.png); }
    .section-wrapper .system-notification-image.user-logged-out-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/user-logged-out-img.png); }
    .section-wrapper .system-notification-image.system-deleted-icon {
      background-image: url(/a/22.3.8.10/i/components/system-notification/images/not-found-img.png); }
  .section-wrapper .section-column {
    width: 100%; }
  .section-wrapper section h2 {
    font-weight: 600; }

@media print, screen and (min-width: 47em) {
  .section-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .section-wrapper .system-notification-image {
      display: block;
      width: 500px;
      height: 400px;
      margin: 0 30px 25px auto;
      background-position-y: 32px; }
    .section-wrapper .section-column {
      width: 612px; }
    .section-wrapper .alert-container + section .secondary:first-child {
      margin-top: 28px; } }
