/*
  We are removing this because we already inherit it from the Helix Tailwind lib
  @tailwind base;
*/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-6 {
  top: -1.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-\[50px\] {
  top: 50px;
}

.top-\[52px\] {
  top: 52px;
}

.top-\[66px\] {
  top: 66px;
}

.z-20 {
  z-index: 20;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[52px\] {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[41px\] {
  height: 41px;
}

.h-\[57px\] {
  height: 57px;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[43px\] {
  width: 43px;
}

.w-\[60px\] {
  width: 60px;
}

.w-full {
  width: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.content-center {
  align-content: center;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border-0 {
  border-width: 0px;
}

.bg-\[\#F8E6E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 230 232 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--hlx-background-main\)\] {
  background-color: var(--hlx-background-main);
}

.bg-\[var\(--hlx-error-main-background\)\] {
  background-color: var(--hlx-error-main-background);
}

.bg-\[var\(--hlx-primary-main\)\] {
  background-color: var(--hlx-primary-main);
}

.bg-\[var\(--hlx-primary-main-background\)\] {
  background-color: var(--hlx-primary-main-background);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-\[var\(--hlx-content-primary\)\] {
  color: var(--hlx-content-primary);
}

.text-\[var\(--hlx-content-secondary\)\] {
  color: var(--hlx-content-secondary);
}

.text-\[var\(--hlx-error-main\)\] {
  color: var(--hlx-error-main);
}

.text-\[var\(--hlx-focus-main\)\] {
  color: var(--hlx-focus-main);
}

.text-\[var\(--hlx-primary-main\)\] {
  color: var(--hlx-primary-main);
}

.text-\[var\(--hlx-secondary-main\)\] {
  color: var(--hlx-secondary-main);
}

.text-\[var\(--hlx-success-main\)\] {
  color: var(--hlx-success-main);
}

.underline {
  text-decoration-line: underline;
}

.outline-\[var\(--hlx-primary-main\)\] {
  outline-color: var(--hlx-primary-main);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html {
  background-color: var(--hlx-background-main);
  color: var(--hlx-content-primary);
}

body {
  color: var(--hlx-content-primary);
  .layout-content-container {
    display: flex;
  }
  .layout-content-container {
    justify-content: center;
  }
  .layout-content-container {
    background-color: var(--hlx-background-main);
  }
  .layout-content-container {
    .layout-inner-content-container {
      display: flex;
    }
    .layout-inner-content-container {
      height: calc(100vh - 100px);
    }
    .layout-inner-content-container {
      width: 1272px;
    }
    .layout-inner-content-container {
      flex-wrap: wrap;
    }
    .layout-inner-content-container {
      align-content: space-between;
    }
    .layout-inner-content-container {
      justify-content: space-between;
    }
    @media (min-width: 900px) {
      .layout-inner-content-container {
        flex-direction: row;
      }
    }
    .layout-inner-content-container {
      .layout-inner-flex {
        z-index: 10;
      }
      .layout-inner-flex {
        width: 100%;
      }
      .layout-inner-flex {
        justify-content: space-between;
      }
      .layout-inner-flex {
        background-color: var(--hlx-background-main);
      }
      @media (min-width: 900px) {
        .layout-inner-flex {
          display: grid;
        }
      }
      @media (min-width: 900px) {
        .layout-inner-flex {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }
      @media (min-width: 900px) {
        .layout-inner-flex {
          gap: 1rem;
        }
      }
      .layout-inner-flex {
        .layout-left-sidebar {
          display: block;
        }
        @media (min-width: 900px) {
          .layout-left-sidebar {
            grid-column: span 1 / span 1;
          }
        }
        .layout-left-sidebar {
          .layout-left-sidebar-img {
            display: flex;
          }
          .layout-left-sidebar-img {
            justify-content: center;
          }
          .layout-left-sidebar-title {
            margin-top: 1.5rem;
          }
          .layout-left-sidebar-title {
            margin-right: 4rem;
          }
          .layout-left-sidebar-title {
            display: none;
          }
          @media (min-width: 900px) {
            .layout-left-sidebar-title {
              display: block;
            }
          }
          .layout-left-sidebar-stepper {
            display: none;
          }
          .layout-left-sidebar-stepper {
            justify-content: center;
          }
          @media (min-width: 900px) {
            .layout-left-sidebar-stepper {
              display: flex;
            }
          }
        }
        .layout-main-content {
          margin-left: 1rem;
          margin-right: 1rem;
        }
        @media (min-width: 900px) {
          .layout-main-content {
            grid-column: span 1 / span 1;
          }
        }
        .layout-right-sidebar {
          display: none;
        }
        @media (min-width: 900px) {
          .layout-right-sidebar {
            grid-column: span 1 / span 1;
          }
        }
        @media (min-width: 900px) {
          .layout-right-sidebar {
            display: block;
          }
        }
      }
      #footer {
        width: 100%;
      }
      #footer {
        background-color: var(--hlx-background-main);
      }
    }
  }
}

.hlx-label {
  margin-bottom: 0.5rem;
  display: block;
}

.hlx-helper-text {
  margin-top: 0.5rem;
}

::-ms-reveal {
  display: none;
}

/**
  This is just removing the MSFT modal - we were putting this CSS on ever page,
  I figured adding it to the Tailwind build would be a lot simpler.
*/

#simplemodal-overlay,
#simplemodal-container {
  display: none !important;
}

#verifying_blurb {
  display: none !important;
}

/**
 * This is a workaround for responsive typography in Tailwind CSS
 * Unfortunately I don't think there is a better way to do this in Tailwind
 */

@media (min-width: 900px) {
  .md\:hlx-typography--title-xl {
    font-size: calc(42 / 16 * 1rem);
    font-weight: 500;
    line-height: calc(48 / 16 * 1rem);
  }
}

@font-face {
  font-family: Whitney;

  src: url(https://id.ascension.org/custom-ui/whitneybook.otf);
}

/* Body LG */

.hlx-typography--body-lg {
  font-weight: 400;
}

.hlx-typography--body-lg-emphasis {
  font-weight: 600;
}

.hlx-typography--body-lg-link {
  font-weight: 600;
}

/* Body Base */

.hlx-typography--body-base {
  font-weight: 400;
}

.hlx-typography--body-base-emphasis {
  font-weight: 600;
}

.hlx-typography--body-base-link {
  font-weight: 600;
}

/* Body SM */

.hlx-typography--body-sm {
  font-weight: 400;
}

.hlx-typography--body-sm-emphasis {
  line-height: 1.5rem;
}

.hlx-typography--body-sm-link {
  font-weight: 600;
}

/* Body XS */

.hlx-typography--body-xs {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.hlx-typography--body-xs-emphasis {
  font-weight: 600;
}

.hlx-typography--body-xs-link {
  font-weight: 600;
}

/* Title Fonts */

.hlx-typography--title-2xl {
  font-weight: 400;
}

.hlx-typography--title-xl {
  font-weight: 500;
}

.hlx-typography--title-lg {
  font-weight: 500;
}

.hlx-typography--title-md {
  font-weight: 500;
}

.hlx-typography--title-sm {
  font-weight: 600;
}

.hlx-typography--title-xs {
  font-weight: 600;
}

.hlx-button--text {
  font-weight: 600;
  letter-spacing: 1.25px;
}

.hlx-label {
  letter-spacing: 0.15px;
}

.peer:checked ~ .peer-checked\:font-semibold {
  font-weight: 600;
}

.peer:checked ~ .peer-checked\:text-\[var\(--hlx-primary-main\)\] {
  color: var(--hlx-primary-main);
}

@media (min-width: 900px) {
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-\[52px\] {
    margin-top: 52px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
