
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
}

/* Override the default design system colors */
.utah-design-system {
    --primary-color: #0e80a7;
    --primary-color-dark: #205162;
    --primary-color-light: #edf5f8;

    --secondary-color: #3c7b24;
    --secondary-color-dark: #2e4326;
    --secondary-color-light: #e1eadd;

    --accent-color: #ffb100;
    --accent-color-dark: #745a1e;
    --accent-color-light: #fff9ec;
}

.embed-container {
    position: relative;
    height: 100%;
    padding-bottom: 10%;
    max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  small {
    position: absolute;
    z-index: 40;
    bottom: 0;
    margin-bottom: -15px;
  }