@import url(https://fonts.googleapis.com/css2?family=Crimson+Text&family=Roboto+Condensed&family=Source+Sans+Pro:wght@400;600;700&display=swap);
/* Dependencies */
:root {
  --roboto: 'Roboto Condensed', 'Roboto', 'Source Sans Pro', Helvetica, Arial,
    sans-serif;
  --sansSerif: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  --serif: 'Crimson Text', Georgia, serif;

  /* core */
  --black: #000000;
  --red: #e21833;
  --white: #ffffff;
  --gold: #ffd200;

  /* core-alt */
  --redLight: #f6bac2;
  --redDark: #710c1a;
  --goldLight: #fff6cc;
  --goldDark: #997e00;

  /* Grays/Greys */
  --grayDark: #454545;
  --gray: #7f7f7f;
  --grayLight: #e6e6e6;
  --offWhite: #f1f1f1;

  /* Alternatives */

  --blue: #006bbd;
  --green: #218739;

  /* Box Shadows */
  --shadowDark: rgba(0, 0, 0, 0.8);
  --shadow: rgba(0, 0, 0, 0.6);
  --shadowLight: rgba(0, 0, 0, 0.4);
  --shadowLightest: rgba(0, 0, 0, 0.2);

  /* font weights */
  --normal: 400;
  --semiBold: 600;
  --bold: 700;

  /* named */
  --umdLink: var(--grayDark);
  --umdLinkHover: var(--red);
  --umd-box-shadow: rgba(0, 0, 0, 0.5);

  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;

  font-family: var(--sansSerif);
  font-size: 16px;
  line-height: 1em;
  vertical-align: baseline;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  line-height: 1;
  color: black;
  background: #ffffff;
  background: var(--white);
  min-width: 280px;
}
ol,
ul {
  color: #454545;
  color: var(--grayDark);
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0
}
table caption,
  table th,
  table td {
    text-align: left;
    font-weight: normal;
  }
blockquote,
q {
  quotes: '' ''
}
blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
  }
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  position: relative;
}
main {
  display: block;
  overflow: hidden;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
}
p {
  margin-bottom: 20px;
  line-height: 1.5em;
  color: #454545;
  color: var(--grayDark);
}
p:last-of-type {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #454545;
  color: var(--grayDark);
  fill: #454545;
  fill: var(--grayDark);
  font-weight: 700;
  transition: color 0.5s, fill 0.5s
}
a:hover,
  a:focus {
    color: #e21833;
    color: var(--umdLinkHover);
    fill: #e21833;
    fill: var(--umdLinkHover);
  }
hr {
  background-color: #e6e6e6;
  background-color: var(--grayLight);
  border: none;
  display: block;
  height: 1px;
  margin: 20px 0;
}
abbr {
  text-decoration: none;
  cursor: help;
}
img {
  max-width: 100%;
}
address {
  font-style: normal;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
}
[data-icon='plus'] svg {
  transform: rotate(45deg);
}
/* Common */
umd-lock {
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: block
}
@media (min-width: 480px) {
umd-lock {
    padding: 0 20px
}
  }
umd-lock[data-size='small'] {
  max-width: 800px;
}
umd-lock[data-size='medium'] {
  max-width: 960px;
}
umd-lock[data-size='large'] {
  max-width: 1180px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-content {
  opacity: 0;
  width: 0;
  transition: none
}
.skip-content:focus {
    width: auto;
    opacity: 1;
    transition: opacity 0.5s;
  }
.rich-text {
  margin-bottom: 40px
}
.rich-text p a,
  .rich-text ul a,
  .rich-text ol a {
    color: currentColor;
    color: #e21833;
    color: var(--red);
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease-out;
  }
.rich-text strong {
    font-weight: bold;
  }
.rich-text p + ul,
  .rich-text p + ol,
  .rich-text ul + p,
  .rich-text ol + p {
    margin-top: 20px;
  }
.rich-text a {
    transition: color 0.5s ease-in-out;
  }
.rich-text a:hover,
  .rich-text a:focus {
    color: #710c1a;
    color: var(--redDark);
  }
.rich-text ul,
  .rich-text ol {
    margin-bottom: 20px;
    padding-left: 30px
  }
.rich-text ul:last-of-type, .rich-text ol:last-of-type {
      margin-bottom: 0;
    }
.rich-text li {
    line-height: 1.5em;
    margin-bottom: 10px
  }
.rich-text li:last-child {
      margin-bottom: 0;
    }
.rich-text ul {
    list-style-type: disc
  }
.rich-text ul ul {
      margin: 10px 0 0;
      list-style-type: circle
    }
.rich-text ul ul ul {
        margin: 10px 0 0;
        list-style-type: square;
      }
.rich-text ul ol {
      margin: 10px 0 0;
      list-style-type: lower-alpha;
    }
.rich-text ol {
    list-style-type: decimal
  }
.rich-text ol ol {
      margin: 10px 0 0;
      list-style-type: lower-alpha
    }
.rich-text ol ol ol {
        margin: 10px 0 0;
        list-style-type: lower-roman;
      }
.rich-text ol ul {
      margin: 10px 0 0;
      list-style-type: circle;
    }
.rich-text blockquote {
    border-left: 4px solid #e6e6e6;
    border-left: 4px solid var(--grayLight);
    margin: 20px 0;
    font-style: italic;
    line-height: 1.3em;
    padding-left: 15px;
  }
.rich-text pre {
    font-family: fixed-width;
  }
.rich-text p.single-spaced {
    margin-bottom: 0;
  }
/* Serifs */
.max-large-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1em
}
@media (min-width: 650px) {
.max-large-serif {
    font-size: 118px;
    letter-spacing: -1.5px;
    font-size: calc(28px + 6vw)
}
  }
.extra-large-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1em
}
@media (min-width: 650px) {
.extra-large-serif {
    font-size: 74px;
    letter-spacing: -0.5px;
    font-size: calc(30px + 3vw)
}
  }
.large-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1em
}
@media (min-width: 650px) {
.large-serif {
    font-size: 59px;
    font-size: calc(26px + 2.2vw)
}
  }
.medium-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1em
}
@media (min-width: 650px) {
.medium-serif {
    font-size: 42px;
    letter-spacing: 0.25px;
    font-size: calc(22px + 1.5vw)
}
  }
.normal-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1em
}
@media (min-width: 650px) {
.normal-serif {
    font-size: 30px;
    font-size: calc(18px + 1vw)
}
  }
.small-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1em;
  font-weight: 600
}
@media (min-width: 650px) {
.small-serif {
    font-size: 25px;
    letter-spacing: 0.15px;
    font-size: calc(15px + 0.7vw)
}
  }
.extra-small-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
}
.minium-serif {
  font-family: 'Crimson Text', Georgia, serif;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 700;
}
/* San Serifs */
.maxium-large-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 40px;
  letter-spacing: -1.5px;
  line-height: 1em
}
@media (min-width: 650px) {
.maxium-large-san-serif {
    font-size: 104px;
    font-size: calc(26px + 5vw)
}
  }
.extra-large-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 30px;
  line-height: 1em
}
@media (min-width: 650px) {
.extra-large-san-serif {
    font-size: 65px;
    letter-spacing: -0.5px;
    font-size: calc(30px + 2.5vw)
}
  }
.large-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 26px;
  line-height: 1em
}
@media (min-width: 650px) {
.large-san-serif {
    font-size: 52px;
    font-size: calc(26px + 0.8vw)
}
  }
.medium-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 22px;
  line-height: 1em
}
@media (min-width: 650px) {
.medium-san-serif {
    font-size: 37px;
    letter-spacing: 0.25px;
    font-size: calc(22px + 0.8vw)
}
  }
.normal-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 20px;
  line-height: 1em
}
@media (min-width: 650px) {
.normal-san-serif {
    font-size: 26px;
    font-size: calc(20px + 0.5vw)
}
  }
.small-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 18px;
  line-height: 1em;
  font-weight: 700
}
@media (min-width: 650px) {
.small-san-serif {
    font-size: 22px;
    letter-spacing: 0.15px;
    font-size: calc(18px + 0.3vw)
}
  }
.extra-small-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 14px;
  font-weight: 700;
}
.minium-san-serif {
  font-family: 'Source Sans Pro', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  font-size: 12px;
  font-weight: 700;
}
/* Roboto */
.large-roboto {
  font-family: var(---roboto);
  font-size: 30px;
  line-height: 1em
}
@media (min-width: 650px) {
.large-roboto {
    font-size: 60px;
    font-size: calc(30px + 2.2vw)
}
  }
.medium-roboto {
  font-family: 'Roboto Condensed', 'Roboto', 'Source Sans Pro', Helvetica, Arial,
    sans-serif;
  font-family: var(--roboto);
  font-size: 22px;
  line-height: 1em
}
@media (min-width: 650px) {
.medium-roboto {
    font-size: 34px;
    font-size: calc(22px + 1vw)
}
  }
.small-roboto {
  font-family: 'Roboto Condensed', 'Roboto', 'Source Sans Pro', Helvetica, Arial,
    sans-serif;
  font-family: var(--roboto);
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px
}
.social-links a {
    margin-left: 15px
  }
.social-links a:first-of-type {
      margin-left: 0;
    }
.social-links svg {
    height: 20px;
    width: 20px;
  }
span.required {
  color: #e21833;
  color: var(--red);
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
input[type='text'],
input[type='email'],
textarea {
  border: none;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--grayLight);
  min-width: 240px;
  width: calc(100% - 20px);
  font-size: 13px;
}
input[type='text'],
input[type='email'] {
  height: 24px;
}
textarea {
  min-height: 140px;
}
input[type='submit'] {
  border: none;
  background-color: #e21833;
  background-color: var(--red);
  color: #ffffff;
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  transition: background 0.5s;
  padding: 15px 30px;
  min-width: 200px;
  margin-top: 20px
}
input[type='submit']:hover {
    background-color: #710c1a;
    background-color: var(--redDark);
  }
.input-block {
  margin-bottom: 20px
}
.input-block:last-of-type {
    margin-bottom: 0;
  }
[data-grid-col] {
  justify-content: flex-start
}
[data-grid-col] > * {
    width: 100%;
    margin-bottom: 20px;
  }
[data-grid-col][data-alignment='center'] {
    justify-content: center;
  }
[data-grid-col][data-alignment='right'] {
    justify-content: flex-end;
  }
@media (min-width: 480px) {
  [data-grid-col] {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px
  }

    [data-grid-col] > * {
      margin-right: 20px;
    }

  [data-grid-col='1'] > * {
    margin-bottom: 40px;
  }
    [data-grid-col='2'] > *, [data-grid-col='3'] > *, [data-grid-col='4'] > * {
      width: calc(50% - 20px);
    }
}
@media (min-width: 1024px) {
  [data-grid-col='3'] {
    margin-bottom: 20px
  }

    [data-grid-col='3'] > * {
      width: calc(33.333% - 20px);
    }
}
@media (min-width: 1180px) {
  [data-grid-col='2'] {
    margin-right: -40px;
    margin-bottom: 40px
  }

    [data-grid-col='2'] > * {
      margin-bottom: 40px;
      margin-right: 40px;
      width: calc(50% - 40px)
    }

      [data-grid-col='2'] > *:last-child,
      [data-grid-col='2'] > *:nth-last-child(2):nth-child(odd) {
        margin-bottom: 0;
      }

  [data-grid-col='4'] {
    margin-bottom: 20px
  }

    [data-grid-col='4'] > * {
      width: calc(25% - 20px);
    }
}
umd-paginate {
  display: block;
  display: flex;
  padding: 40px 0;
  justify-content: center
}
umd-paginate > div {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 500px;
  }
umd-paginate a {
    border: 1px solid #e6e6e6;
    border: 1px solid var(--grayLight);
    display: block;
    margin-left: 10px;
    padding: 10px;
    text-decoration: none;
    transition: box-shadow 0.5s, color 0.5s
  }
umd-paginate a svg {
      fill: #454545;
      fill: var(--umdLink);
      height: 1em;
      transition: fill 0.5s;
      width: 1em;
    }
umd-paginate a:hover svg,
    umd-paginate a:focus svg {
      fill: #e21833;
      fill: var(--umdLinkHover);
    }
umd-paginate a.first,
    umd-paginate a.last {
      border: 0;
      padding: 0;
      text-decoration: underline;
    }
umd-paginate a.next,
    umd-paginate a.previous {
      border: 0;
      padding: 0;
    }
umd-paginate a.previous svg {
      transform: rotate(180deg);
    }
umd-paginate p {
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 10px
  }
umd-paginate p.current {
      background-color: #e6e6e6;
      background-color: var(--grayLight);
      color: #000000;
      color: var(--black);
      padding: 10px;
    }
/* Components */
:root {
  --grayDarker: #222222;
  --header-bg: rgba(0, 0, 0, 0.9);
}
#umdheader-main.umdheader-main
  .umdheader-main__container
  .umdheader-main__logo {
  padding: 0 0 0 20px !important;
}
body .body-overlay {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
body[data-overlay='true'] .body-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  opacity: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}
umd-nav-layout {
  display: block
}
umd-nav-layout > a,
  umd-nav-layout > button {
    color: #ffffff;
    color: var(--white);
    display: block;
    fill: #ffffff;
    fill: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
  }
umd-nav-layout > a:after, umd-nav-layout > button:after {
      background-color: #e21833;
      background-color: var(--red);
      content: '';
      height: 2px;
      position: absolute;
      bottom: 5px;
      left: 0;
      visibility: hidden;
      transform: scaleX(0);
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
    }
umd-nav-layout > a[data-show='true']:after, umd-nav-layout > button[data-show='true']:after {
        background-color: #454545;
        background-color: var(--grayDark);
        transform: scaleX(1);
        visibility: visible;
      }
umd-nav-layout > a:hover,
    umd-nav-layout > a:focus,
    umd-nav-layout > button:hover,
    umd-nav-layout > button:focus {
      color: #ffffff;
      color: var(--white);
      fill: #ffffff;
      fill: var(--white)
    }
umd-nav-layout > a:hover:after, umd-nav-layout > a:focus:after, umd-nav-layout > button:hover:after, umd-nav-layout > button:focus:after {
        background-color: #e21833;
        background-color: var(--red);
        transform: scaleX(1);
        visibility: visible;
      }
umd-nav-layout button[aria-controls] {
    display: flex;
    justify-content: flex-start;
    padding-right: 20px
  }
umd-nav-layout button[aria-controls]:before {
      border: 6px solid transparent;
      border-top: 6px solid #ffffff;
      border-top: 6px solid var(--white);
      content: '';
      display: block;
      height: 0;
      position: absolute;
      right: 0;
      top: calc(50% - 3px);
      width: 0;
    }
umd-nav-layout .nav-expand-links {
    background-color: rgba(0, 0, 0, 0.9);
    background-color: var(--header-bg);
    display: none;
    max-height: 0;
    padding: 2px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out
  }
umd-nav-layout .nav-expand-links[aria-hidden='false'] {
      display: block;
      overflow-y: scroll;
      opacity: 1;
    }
umd-nav-layout .nav-expand-links a {
      align-items: center;
      background-color: unset;
      color: #ffffff;
      color: var(--white);
      display: flex;
      fill: #ffffff;
      fill: var(--white);
      line-height: 1.3em;
      padding: 15px 20px;
      position: relative;
      text-decoration: none;
      transition: background-color 0.5s
    }
umd-nav-layout .nav-expand-links a svg {
        height: 0.9em;
        margin-left: 10px;
        width: 0.9em;
      }
umd-nav-layout .nav-expand-links a:hover,
      umd-nav-layout .nav-expand-links a:focus {
        background-color: #454545;
        background-color: var(--grayDark);
        color: #ffffff;
        color: var(--white);
        fill: #ffffff;
        fill: var(--white);
      }
umd-nav-layout > button[disabled] {
  cursor: text
}
umd-nav-layout > button[disabled]:after {
    display: none;
  }
umd-nav-utilities a {
  border: 2px solid #454545;
  border: 2px solid var(--grayDark);
  color: #ffffff;
  color: var(--white);
  display: flex;
  font-weight: 700;
  padding: 8px;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s, border 0.5s
}
umd-nav-utilities a span[data-icon] {
    display: block;
    flex: none;
    height: 1em;
    margin-right: 10px;
    width: 1em;
  }
umd-nav-utilities a svg {
    fill: #ffffff;
    fill: var(--white);
    height: 100%;
    transition: fill 0.3s ease-in-out;
    width: 100%;
  }
umd-nav-utilities a:hover,
  umd-nav-utilities a:focus {
    background-color: #ffffff;
    background-color: var(--white);
    color: #e21833;
    color: var(--red);
    border: 2px solid #ffffff;
    border: 2px solid var(--white)
  }
umd-nav-utilities a:hover span svg, umd-nav-utilities a:focus span svg {
      fill: #e21833;
      fill: var(--red);
      transition: fill 0.5s;
    }
header a.skip-content {
  background: #ffffff;
  background: var(--white);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 var(--umd-box-shadow);
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 10px;
  position: absolute;
  top: -50px;
  text-decoration: none;
  transition: opacity 0.25s, top 0.25s;
  width: auto
}
header a.skip-content:focus {
    top: 10px;
    transition: opacity 0.25s, top 0.25s;
  }
@media (min-width: 480px) {
header a.skip-content {
    font-size: 16px
}

    header a.skip-content:focus {
      top: 20px;
    }
  }
header umd-nav-title-banner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%
}
header umd-nav-title-banner #logo {
    margin: 10px 0
  }
header umd-nav-title-banner #logo img {
      height: 30px;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 200px;
    }
@media (min-width: 480px) {
header umd-nav-title-banner #logo {
      margin: 20px 0
  }

      header umd-nav-title-banner #logo img {
        height: 50px;
        height: calc(30px + 2vw);
        max-width: 450px;
      }
    }
header umd-nav-title-banner .menu-button {
    display: block;
    flex: none;
    height: 60px;
    margin-left: auto;
    margin-right: -20px;
    padding: 15px;
    position: relative;
    width: 60px
  }
@media (min-width: 1024px) {
header umd-nav-title-banner .menu-button {
      display: none
  }
    }
header umd-nav-title-banner .menu-button span {
      background-color: #ffffff;
      background-color: var(--white);
      display: block;
      height: 2px;
      opacity: 1;
      position: absolute;
      transition: all 0.4s;
      width: 30px
    }
header umd-nav-title-banner .menu-button span:first-of-type {
        top: 35%;
      }
header umd-nav-title-banner .menu-button span:last-of-type {
        top: 65%;
      }
header umd-nav-title-banner .menu-button[aria-pressed='true'] span {
        opacity: 0
      }
header umd-nav-title-banner .menu-button[aria-pressed='true'] span:first-of-type {
          opacity: 1;
          top: 0;
          transform: rotate(45deg) translate(21px, 21px);
        }
header umd-nav-title-banner .menu-button[aria-pressed='true'] span:last-of-type {
          opacity: 1;
          top: 0;
          transform: rotate(-45deg) translate(-21px, 21px);
        }
header .close-menu {
  background-color: #222222;
  background-color: var(--grayDarker);
  display: flex;
  justify-content: flex-end;
  padding: 10px 15px 10px 0;
  transition: background-color 0.3s, border 0.3s;
  width: 100%
}
@media (min-width: 1024px) {
header .close-menu {
    display: none
}
  }
header .close-menu svg {
    display: block;
    fill: #ffffff;
    fill: var(--white);
    height: 20px;
    transition: fill 0.3s, filter 0.3s;
    width: 20px;
  }
header .close-menu:hover,
  header .close-menu:focus {
    background-color: #454545;
    background-color: var(--grayDark);
  }
header {
  background: linear-gradient(#000000 40%, rgba(0, 0, 0, 0.9));
  background: linear-gradient(var(--black) 40%, var(--header-bg));
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%
}
header umd-lock {
    position: relative;
    height: 100%;
  }
@media (max-width: 1023px) {
    header umd-nav-title-banner umd-nav-utilities {
      display: none;
    }

    header nav {
      background-color: rgba(0, 0, 0, 0.99);
      box-shadow: -2px 0 3px 0px rgba(0, 0, 0, 0.6);
      box-shadow: -2px 0 3px 0px var(--shadow);
      display: none;
      flex-direction: column;
      height: 100vh;
      overflow-y: scroll;
      position: absolute;
      top: 0;
      right: 0;
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
      width: calc(100% - 44px);
      max-width: 350px
    }

      header nav[data-open] {
        transform: translateX(0);
      }

      header nav[data-close] {
        transform: translateX(100%);
      }

      header nav umd-nav-layout {
        margin: 0 19px 0 20px;
      }

      header nav .nav-expand-links[aria-hidden='false'] {
        max-height: 100vh;
      }

      header nav umd-nav-utilities {
        margin: 20px 20px 0;
        display: block
      }

        header nav umd-nav-utilities > a {
          margin-bottom: 20px;
        }
  }
@media (min-width: 1024px) {
    header umd-nav-title-banner umd-nav-utilities {
      display: flex
    }

      header umd-nav-title-banner umd-nav-utilities a {
        margin-left: 20px;
      }

    header umd-nav-utilities {
      display: none;
    }

    header nav,
    header nav[data-open] {
      display: flex;
      justify-content: center;
      height: unset;
      padding-bottom: 0
    }

      header nav umd-nav-layout, header nav[data-open] umd-nav-layout {
        margin-right: 30px;
        position: relative
      }

        header nav umd-nav-layout .nav-expand-links, header nav[data-open] umd-nav-layout .nav-expand-links {
          position: absolute;
          left: 0;
          top: 100%;
          min-width: 260px
        }

          header nav umd-nav-layout .nav-expand-links[aria-hidden='false'], header nav[data-open] umd-nav-layout .nav-expand-links[aria-hidden='false'] {
            max-height: 50vh;
          }

        header nav umd-nav-layout:last-of-type, header nav[data-open] umd-nav-layout:last-of-type {
          margin-right: 0
        }

          header nav umd-nav-layout:last-of-type .nav-expand-links, header nav[data-open] umd-nav-layout:last-of-type .nav-expand-links {
            left: unset;
            right: 0;
          }
  }
footer {
  display: block;
}
umd-footer-small [slot='contact'] [data-contact='title'] {
    color: #454545;
    color: var(--grayDark);
    display: inline-block;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0.3em
  }
umd-footer-small [slot='contact'] [data-contact='title']:hover,
    umd-footer-small [slot='contact'] [data-contact='title']:active {
      color: #e21833;
      color: var(--red);
    }
umd-footer-small [slot='contact'] address {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    font-style: normal
  }
umd-footer-small [slot='contact'] address span {
      margin-bottom: 0.3em
    }
umd-footer-small [slot='contact'] address span:last-child {
        margin-bottom: 0;
      }
umd-footer-small [slot='contact'] [data-contact='phone-email'] {
    display: flex;
    flex-direction: column;
    align-items: flex-start
  }
umd-footer-small [slot='contact'] [data-contact='phone-email'] a {
      color: #db0f2a;
      display: inline-block;
      font-weight: 400;
      margin-bottom: 10px;
      position: relative
    }
umd-footer-small [slot='contact'] [data-contact='phone-email'] a:hover,
      umd-footer-small [slot='contact'] [data-contact='phone-email'] a:focus {
        color: #710c1a;
        color: var(--redDark);
      }
@media (min-width: 1024px) {
    umd-footer-small [slot='contact'] [data-contact='phone-email'] {
      flex-direction: row
    }

      umd-footer-small [slot='contact'] [data-contact='phone-email'] a {
        margin-right: 20px;
        margin-bottom: 0
      }

        umd-footer-small [slot='contact'] [data-contact='phone-email'] a:not(:first-child):before {
          background-color: #7f7f7f;
          background-color: var(--gray);
          border-radius: 50%;
          content: '';
          display: block;
          height: 4px;
          position: absolute;
          top: 50%;
          left: -13px;
          width: 4px;
        }
  }
umd-subnav-links {
  display: block;
  margin-bottom: 20px;
  position: relative
}
umd-subnav-links:last-child {
    margin: 0;
  }
umd-subnav-links .nav-parent-links li a {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--grayLight);
    align-items: center;
    display: flex;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none
  }
umd-subnav-links .nav-parent-links li a span:not([data-icon]) {
      position: relative;
      line-height: 1.2em
    }
umd-subnav-links .nav-parent-links li a span:not([data-icon]):after {
        background-color: #e21833;
        background-color: var(--umdLinkHover);
        content: '';
        height: 1px;
        opacity: 0;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: calc(100% - 2px);
        transition: opacity 0.5s;
      }
umd-subnav-links .nav-parent-links li a [data-icon] {
      height: 1em;
      margin-left: 10px;
      width: 1em;
      flex: none
    }
umd-subnav-links .nav-parent-links li a [data-icon] svg {
        height: 100%;
        width: 100%;
      }
umd-subnav-links .nav-parent-links li a:hover span:after, umd-subnav-links .nav-parent-links li a:focus span:after {
        opacity: 1;
      }
umd-subnav-links .nav-child-links {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--grayLight);
    padding-top: 10px;
    background-color: #f1f1f1;
    background-color: var(--offWhite)
  }
umd-subnav-links .nav-child-links li {
      padding: 0 20px
    }
umd-subnav-links .nav-child-links li:last-child {
        margin-bottom: 0;
      }
umd-subnav-links .nav-child-links li a {
        border: 0;
        font-size: 14px;
        font-weight: 600;
        font-weight: var(--semiBold);
        padding: 0;
        padding-bottom: 10px
      }
umd-subnav-links .nav-child-links li a:hover,
        umd-subnav-links .nav-child-links li a:focus {
          color: #710c1a;
          color: var(--redDark)
        }
umd-subnav-links .nav-child-links li a:hover span:after, umd-subnav-links .nav-child-links li a:focus span:after {
            background-color: #710c1a;
            background-color: var(--redDark);
          }
umd-diversity-subnav {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid var(--grayLight);
  display: block;
  margin-bottom: 40px;
  position: relative
}
@media (min-width: 768px) {
umd-diversity-subnav {
    border-bottom: 0
}
  }
umd-diversity-subnav a.skip-content {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 3px 0 var(--umd-box-shadow);
    border-radius: 5px;
    background-color: #ffffff;
    background-color: var(--white);
    overflow: hidden;
    position: absolute;
    top: -50px;
    z-index: 999;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.25s, top 0.25s;
    width: 0
  }
umd-diversity-subnav a.skip-content:focus {
      padding: 10px 20px;
      top: 0;
      overflow: auto;
      transition: opacity 0.25s, top 0.25s;
      width: auto;
    }
umd-diversity-subnav .normal-san-serif,
  umd-diversity-subnav .small-san-serif,
  umd-diversity-subnav .rich-text,
  umd-diversity-subnav umd-contact {
    margin-bottom: 20px;
  }
umd-diversity-subnav .normal-san-serif,
  umd-diversity-subnav .small-san-serif {
    display: block;
    font-weight: 700;
  }
umd-page-hero {
  background-color: #000000;
  background-color: var(--black);
  display: block;
  height: 35vw;
  max-height: 80vh;
  min-height: 320px;
  position: relative;
  top: 0;
  z-index: -1;
  width: 100%
}
umd-page-hero[data-size='large'] {
    height: 100vw;
  }
umd-page-hero > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
  }
umd-page-hero > div[role='img'] {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }
umd-page-hero > div:not([role]) {
      background-color: rgba(0, 0, 0, 0.5);
      background-color: var(--umd-box-shadow)
    }
umd-page-hero > div:not([role]) .extra-large-san-serif {
        color: #ffffff;
        color: var(--white);
        font-weight: 700;
        line-height: 1.3em;
        margin: 0;
        padding: 0;
        position: relative;
        top: 50%;
        text-align: center;
      }
main {
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -5px 5px -5px var(--umd-box-shadow);
  background-color: #ffffff;
  background-color: var(--white);
}
nav[aria-label='Breadcrumbs'] crumb {
  color: #454545;
  color: var(--grayDark);
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  margin-right: 30px;
  position: relative
}
nav[aria-label='Breadcrumbs'] crumb:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: -20px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #7f7f7f;
    border-left: 4px solid var(--gray);
  }
nav[aria-label='Breadcrumbs'] crumb a {
    font-weight: 500;
  }
nav[aria-label='Breadcrumbs'] crumb:last-child {
    margin-right: 0
  }
nav[aria-label='Breadcrumbs'] crumb:last-child:after {
      display: none;
    }
nav[aria-label='Breadcrumbs'] {
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid var(--grayLight);
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 20px
}
@media (max-width: 767px) {
    nav[aria-label='Breadcrumbs'] crumb {
      display: none
    }

      nav[aria-label='Breadcrumbs'] crumb[data-crumb='parent'],
      nav[aria-label='Breadcrumbs'] crumb[data-crumb='current'] {
        display: inline-block;
      }
  }
umd-column {
  display: block;
  width: 100%;
}
@media (min-width: 650px) {
  [data-umd-columns='2'],
  [data-umd-columns='3'] {
    display: flex;
    margin-bottom: 40px
  }

    [data-umd-columns='2'] umd-column > *:last-child, [data-umd-columns='3'] umd-column > *:last-child {
      margin-bottom: 0;
    }

  [data-umd-columns='2'] {
    margin-right: -40px
  }

    [data-umd-columns='2'] umd-column {
      margin-right: 40px;
      width: calc(50% - 40px);
    }

  [data-umd-columns='3'] {
    margin-right: -20px
  }

    [data-umd-columns='3'] umd-column {
      margin-right: 20px;
      width: calc(33.333% - 20px);
    }

  [data-umd-columns='wide-right'],
  [data-umd-columns='wide-left'] {
    display: flex;
    margin-bottom: 40px
  }

    [data-umd-columns='wide-right'] umd-column > *:last-child, [data-umd-columns='wide-left'] umd-column > *:last-child {
      margin-bottom: 0;
    }

  [data-umd-columns='wide-right'] {
    margin-right: -20px
  }

    [data-umd-columns='wide-right'] umd-column:first-child {
      margin-right: 20px;
      width: calc(30% - 20px);
    }

    [data-umd-columns='wide-right'] umd-column:last-child {
      width: calc(70% - 20px);
    }

  [data-umd-columns='wide-left'] {
    margin-right: -20px
  }

    [data-umd-columns='wide-left'] umd-column:first-child {
      margin-right: 20px;
      width: calc(70% - 20px);
    }

    [data-umd-columns='wide-left'] umd-column:last-child {
      width: calc(30% - 20px);
    }
}
@media (min-width: 1180px) {
  [data-umd-columns='2'] {
    margin-right: -80px
  }

    [data-umd-columns='2'] umd-column {
      margin-right: 80px;
      width: calc(50% - 80px);
    }

  [data-umd-columns='wide-right'] {
    margin-right: -40px
  }

    [data-umd-columns='wide-right'] umd-column:first-child {
      margin-right: 40px;
      width: calc(30% - 40px);
    }

    [data-umd-columns='wide-right'] umd-column:last-child {
      width: calc(70% - 40px);
    }

  [data-umd-columns='wide-left'] {
    margin-right: -40px
  }

    [data-umd-columns='wide-left'] umd-column:first-child {
      margin-right: 40px;
      width: calc(70% - 40px);
    }

    [data-umd-columns='wide-left'] umd-column:last-child {
      width: calc(30% - 40px);
    }
}
/* content block overrides */
@media (min-width: 1024px) {
    [data-umd-columns='3'] umd-feed-item, [data-umd-columns='wide-left'] umd-column:last-child umd-feed-item, [data-umd-columns='wide-right'] umd-column:first-child umd-feed-item {
      display: block
    }

      [data-umd-columns='3'] umd-feed-item [data-feed='image'], [data-umd-columns='wide-left'] umd-column:last-child umd-feed-item [data-feed='image'], [data-umd-columns='wide-right'] umd-column:first-child umd-feed-item [data-feed='image'] {
        margin-right: 0;
        margin-top: 20px;
        padding-bottom: 75%;
        width: 100%;
      }
}
address [data-address] {
    display: block;
    line-height: 1.4em;
  }
address [data-address='title'] {
    font-weight: 700;
    margin-bottom: 0;
  }
umd-contact {
  display: block
}
umd-contact [data-address='phone-email'] {
    align-items: flex-start;
    display: flex;
    flex-direction: column
  }
umd-contact [data-address='phone-email'] a {
      line-height: 1.5em;
      font-weight: 400;
      margin-right: 10px;
    }
umd-contact address + [data-address='phone-email'] {
    position: relative;
    margin-top: 10px
  }
umd-contact address + [data-address='phone-email']:before {
      background-color: #e6e6e6;
      background-color: var(--grayLight);
      content: '';
      height: 1px;
      position: absolute;
      top: -5px;
      left: 0;
      width: 50px;
    }
.call-to-action {
  align-items: center;
  box-sizing: content-box;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3em;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s, color 0.5s;
  width: calc(100% - 40px)
}
.call-to-action span[data-icon] {
    display: block;
    flex: none;
    height: 1em;
    margin-left: 10px;
    width: 1em
  }
.call-to-action span[data-icon] svg {
      height: 100%;
      transition: fill 0.3s ease-in-out;
      width: 100%;
    }
.call-to-action[data-style='underlined'] {
    justify-content: flex-start;
    padding: 0;
    position: relative;
    text-align: left;
    width: auto
  }
.call-to-action[data-style='underlined'] span:first-child {
      display: inline-block;
      position: relative
    }
.call-to-action[data-style='underlined'] span:first-child:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
        width: 0;
      }
.call-to-action[data-style='underlined']:hover,
    .call-to-action[data-style='underlined']:focus {
      background-color: transparent
    }
.call-to-action[data-style='underlined']:hover span:after, .call-to-action[data-style='underlined']:focus span:after {
        width: 100%;
      }
.call-to-action[data-color='red'] {
  border: 2px solid #e21833;
  border: 2px solid var(--red);
  color: #e21833;
  color: var(--red)
}
.call-to-action[data-color='red'] svg {
    fill: #e21833;
    fill: var(--red);
  }
.call-to-action[data-color='red']:hover,
  .call-to-action[data-color='red']:focus {
    background-color: #e21833;
    background-color: var(--umdLinkHover);
    color: #ffffff;
    color: var(--white)
  }
.call-to-action[data-color='red']:hover svg, .call-to-action[data-color='red']:focus svg {
      fill: #ffffff;
      fill: var(--white);
    }
.call-to-action[data-color='red'][data-style='solid'] {
    border: 0;
    background-color: #e21833;
    background-color: var(--red);
    color: #ffffff;
    color: var(--white)
  }
.call-to-action[data-color='red'][data-style='solid'] svg {
      fill: #ffffff;
      fill: var(--white);
    }
.call-to-action[data-color='red'][data-style='solid']:hover,
    .call-to-action[data-color='red'][data-style='solid']:focus {
      background-color: #710c1a;
      background-color: var(--redDark);
    }
.call-to-action[data-color='red'][data-style='underlined'] {
    border: 0;
    color: #e21833;
    color: var(--red);
    padding: 0
  }
.call-to-action[data-color='red'][data-style='underlined'] span:after {
      background-color: #e21833;
      background-color: var(--umdLinkHover);
    }
.call-to-action[data-color='red'][data-style='underlined']:hover,
    .call-to-action[data-color='red'][data-style='underlined']:focus {
      background-color: transparent
    }
.call-to-action[data-color='red'][data-style='underlined']:hover svg, .call-to-action[data-color='red'][data-style='underlined']:focus svg {
        fill: #e21833;
        fill: var(--umdLinkHover);
      }
.call-to-action[data-color='black'] {
  border: 2px solid #454545;
  border: 2px solid var(--grayDark);
  color: #454545;
  color: var(--grayDark)
}
.call-to-action[data-color='black'] svg {
    fill: #454545;
    fill: var(--grayDark);
  }
.call-to-action[data-color='black']:hover,
  .call-to-action[data-color='black']:focus {
    background-color: #454545;
    background-color: var(--grayDark);
    color: #ffffff;
    color: var(--white)
  }
.call-to-action[data-color='black']:hover svg, .call-to-action[data-color='black']:focus svg {
      fill: #ffffff;
      fill: var(--white);
    }
.call-to-action[data-color='black'][data-style='solid'] {
    border: 0;
    background-color: #454545;
    background-color: var(--grayDark);
    color: #ffffff;
    color: var(--white)
  }
.call-to-action[data-color='black'][data-style='solid'] svg {
      fill: #ffffff;
      fill: var(--white);
    }
.call-to-action[data-color='black'][data-style='solid']:hover,
    .call-to-action[data-color='black'][data-style='solid']:focus {
      background-color: #000000;
      background-color: var(--black);
    }
.call-to-action[data-color='black'][data-style='underlined'] {
    border: 0;
    color: #454545;
    color: var(--grayDark);
    padding: 0
  }
.call-to-action[data-color='black'][data-style='underlined'] span:after {
      background-color: #454545;
      background-color: var(--grayDark);
    }
.call-to-action[data-color='black'][data-style='underlined']:hover,
    .call-to-action[data-color='black'][data-style='underlined']:focus {
      background-color: transparent
    }
.call-to-action[data-color='black'][data-style='underlined']:hover svg, .call-to-action[data-color='black'][data-style='underlined']:focus svg {
        fill: #454545;
        fill: var(--grayDark);
      }
.call-to-action[disabled][data-color] {
  background-color: transparent;
  border: 0;
  color: #f6bac2;
  color: var(--redLight);
  cursor: not-allowed
}
.call-to-action[disabled][data-color] svg {
    fill: #f6bac2;
    fill: var(--redLight);
  }
.call-to-action[disabled][data-color] span:after {
    background-color: transparent;
  }
.call-to-action[disabled][data-color]:hover,
  .call-to-action[disabled][data-color]:focus {
    background-color: transparent;
    border: 0;
    color: #f6bac2;
    color: var(--redLight)
  }
.call-to-action[disabled][data-color]:hover svg, .call-to-action[disabled][data-color]:focus svg {
      fill: #f6bac2;
      fill: var(--redLight);
    }
.call-to-action[disabled][data-color='black'] {
  color: #7f7f7f;
  color: var(--gray)
}
.call-to-action[disabled][data-color='black'] svg {
    fill: #7f7f7f;
    fill: var(--gray);
  }
.call-to-action[disabled][data-color='black']:hover,
  .call-to-action[disabled][data-color='black']:focus {
    color: #7f7f7f;
    color: var(--gray)
  }
.call-to-action[disabled][data-color='black']:hover svg, .call-to-action[disabled][data-color='black']:focus svg {
      fill: #7f7f7f;
      fill: var(--gray);
    }
[data-cta-layout] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px
}
[data-cta-layout] .call-to-action {
    margin-bottom: 20px
  }
[data-cta-layout] .call-to-action[data-style='underlined'] {
      padding: 10px 0;
    }
@media (min-width: 480px) {
    [data-cta-layout][data-cta-layout='row'] {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start
    }

      [data-cta-layout][data-cta-layout='row'] .call-to-action {
        align-items: center;
        display: flex;
        margin-right: 20px;
        width: auto;
      }

      [data-cta-layout][data-cta-layout='row'][data-alignment='center'] {
        justify-content: center;
      }

      [data-cta-layout][data-cta-layout='row'][data-alignment='right'] {
        justify-content: flex-end
      }

        [data-cta-layout][data-cta-layout='row'][data-alignment='right'] .call-to-action {
          margin-left: 20px;
          margin-right: 0;
        }

    [data-cta-layout][data-cta-layout='column'] {
      align-items: flex-start
    }

      [data-cta-layout][data-cta-layout='column'][data-alignment='center'] {
        align-items: center;
      }

      [data-cta-layout][data-cta-layout='column'][data-alignment='right'] {
        align-items: flex-end;
      }

      [data-cta-layout][data-cta-layout='column'] .call-to-action {
        align-items: center;
        width: unset
      }

        [data-cta-layout][data-cta-layout='column'] .call-to-action[data-style='underlined']:last-child {
          padding: 10px 0;
          margin-bottom: 10px;
        }
  }
umd-notice {
  border: 1px solid #e6e6e6;
  border: 1px solid var(--grayLight);
  display: block;
  margin-bottom: 40px;
  padding: 20px
}
umd-notice[data-color='red'] {
    border: 1px solid #e21833;
    border: 1px solid var(--red);
  }
umd-notice[data-color='gold'] {
    border: 1px solid #ffd200;
    border: 1px solid var(--gold);
  }
umd-notice .rich-text,
  umd-notice [data-notice='title'].normal-san-serif,
  umd-notice div[data-cta-layout] {
    margin-bottom: 20px
  }
umd-notice .rich-text:last-child, umd-notice [data-notice='title'].normal-san-serif:last-child, umd-notice div[data-cta-layout]:last-child {
      margin-bottom: 0;
    }
umd-notice div[data-cta-layout] .call-to-action {
    margin: 0;
  }
body.modal-open {
  overflow: hidden;
}
umd-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: var(--umd-box-shadow);
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2147483647; /* Cause of the umd injected banner... */
  transition: opacity 0.5s
}
umd-modal[data-show] {
    opacity: 1;
  }
umd-modal-layout {
  display: block;
  max-height: 100%;
  margin: 0 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% - 40px)
}
umd-modal-layout umd-modal-content {
    background-color: #ffffff;
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 var(--umd-box-shadow);
    display: none;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    max-width: 700px
  }
umd-modal-layout umd-modal-content button {
      height: 30px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px
    }
umd-modal-layout umd-modal-content button svg {
        fill: #454545;
        fill: var(--grayDark);
        transition: fill 0.3s;
      }
umd-modal-layout umd-modal-content button:hover svg,
      umd-modal-layout umd-modal-content button:focus svg {
        fill: #710c1a;
        fill: var(--redDark);
      }
umd-modal-layout umd-modal-content [data-modal] {
      margin-bottom: 20px
    }
umd-modal-layout umd-modal-content [data-modal]:first-of-type {
        padding-right: 40px;
      }
umd-modal-layout umd-modal-content [data-modal]:last-child {
        margin-bottom: 0;
      }
umd-modal-layout umd-modal-content [data-modal][data-modal='header'] {
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6;
        border-bottom: 1px solid var(--grayLight);
      }
umd-modal-layout umd-modal-content [data-modal][data-modal='footer'] {
        color: #454545;
        color: var(--grayDark);
        font-weight: 400;
        line-height: 1.2em;
      }
@media (min-width: 768px) {
  umd-modal-layout umd-modal-content {
    padding: 40px
  }

    umd-modal-layout umd-modal-content button {
      height: 40px;
      right: 40px;
      top: 40px;
      width: 40px;
    }

    umd-modal-layout umd-modal-content [data-modal] {
      margin-bottom: 40px
    }

      umd-modal-layout umd-modal-content [data-modal]:first-of-type {
        padding-right: 60px;
      }

      umd-modal-layout umd-modal-content [data-modal][data-modal='header'] {
        padding-bottom: 40px;
      }
}
figure {
  margin-bottom: 20px;
  width: 100%
}
figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
figure figcaption {
    color: #454545;
    color: var(--grayDark);
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3em;
    text-align: right;
    margin-top: 5px;
  }
div[data-image='single'] {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px
}
div[data-image='single'][data-alignment='center'] {
    justify-content: center;
  }
div[data-image='single'][data-alignment='right'] {
    justify-content: flex-end;
  }
div[data-image='single'] figure {
    margin-bottom: 0;
  }
@media (min-width: 480px) {
    div[data-image='single'][data-width] figure {
      max-width: 50%;
    }

    div[data-image='single'][data-width='100'] figure {
      max-width: 100%;
    }
  }
@media (min-width: 1024px) {
    div[data-image='single'][data-width='75'] figure {
      max-width: 75%;
    }

    div[data-image='single'][data-width='65'] figure {
      max-width: 66.66%;
    }

    div[data-image='single'][data-width='50'] figure {
      max-width: 50%;
    }

    div[data-image='single'][data-width='35'] figure {
      max-width: 33.33%;
    }

    div[data-image='single'][data-width='25'] figure {
      max-width: 25%;
    }
  }
umd-tabs {
  display: block;
  margin-top: 40px
}
umd-tabs button[data-tabs] {
    border: 1px solid #e6e6e6;
    border: 1px solid var(--grayLight);
    border-bottom: none;
    color: #454545;
    color: var(--grayDark);
    font-size: 16px
  }
umd-tabs button[data-tabs]:hover,
    umd-tabs button[data-tabs]:focus {
      background-color: #e6e6e6;
      background-color: var(--grayLight);
      color: #710c1a;
      color: var(--redDark);
      transition: background-color 0.3s, color 0.3s;
    }
umd-tabs button[data-tabs] span.umd-tabs-button-span-style {
      background-color: #ffffff !important;
      background-color: var(--white) !important;
      transition: background-color 0.3s;
    }
umd-tabs button[data-tabs][data-active] {
      color: #e21833;
      color: var(--red)
    }
umd-tabs button[data-tabs][data-active]:hover,
      umd-tabs button[data-tabs][data-active]:focus {
        background-color: transparent;
        color: #710c1a;
        color: var(--redDark);
      }
umd-tabs > div[data-tabs] {
    padding-top: 20px;
    width: 100%
  }
umd-tabs > div[data-tabs] hr[data-type] {
      margin: 40px 0;
    }
umd-card {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--grayLight);
  display: flex;
  flex-direction: column;
  width: 100%
}
umd-card div[role='img'] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--grayLight);
    border-radius: 5px 5px 0 0;
    display: block;
    flex: none;
    padding-bottom: 66.666%; /* 3:2 */
    width: 100%
  }
umd-card div[role='img']:only-child {
      border-bottom: 0;
      border-radius: 5px;
      height: 100%;
      padding-bottom: 0;
      width: 100%;
    }
umd-card div.rich-text,
  umd-card div[data-cta-layout],
  umd-card p.small-san-serif {
    margin: 20px 20px 0
  }
umd-card div.rich-text:last-child, umd-card div[data-cta-layout]:last-child, umd-card p.small-san-serif:last-child {
      margin: 20px;
    }
umd-card div.rich-text {
    word-break: break-word;
  }
umd-card .small-san-serif a {
    display: inline-flex;
    text-decoration: none
  }
umd-card .small-san-serif a span[data-icon] {
      margin-left: 10px;
    }
umd-card > .call-to-action {
    margin: 20px;
    width: calc(100% - 84px);
  }
umd-card div[data-cta-layout] {
    flex: auto;
    justify-content: flex-end
  }
umd-card div[data-cta-layout] .call-to-action {
      margin: 0;
    }
umd-person-card {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  border: 1px solid var(--grayLight);
  display: block;
  padding: 20px;
  width: 100%;
  max-width: 500px
}
umd-person-card [data-person='image'] {
    margin-bottom: 20px;
    padding-bottom: 100%;
    position: relative;
    width: 100%
  }
umd-person-card [data-person='image'] img {
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 3px 0 var(--umd-box-shadow);
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100%;
    }
umd-person-card [data-person-details] {
    margin-bottom: 20px
  }
umd-person-card [data-person-details]:last-child {
      margin-bottom: 0;
    }
umd-person-card [data-person-details='name-title'] {
    padding-bottom: 10px;
    position: relative
  }
umd-person-card [data-person-details='name-title']:after {
      background-color: #e6e6e6;
      background-color: var(--grayLight);
      content: '';
      height: 2px;
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 40px;
    }
umd-person-card [data-person-details='name-title'] .small-san-serif {
      margin-bottom: 10px;
    }
umd-person-card [data-person-details='name-title'] a {
      text-decoration: none;
    }
umd-person-card [data-person-details='name-title'] p {
      font-style: italic;
    }
umd-person-card [data-person-details='contact-pronouns'] p:first-child {
      margin-bottom: 10px
    }
umd-person-card [data-person-details='contact-pronouns'] p:first-child span:first-child {
        font-weight: 700;
      }
umd-person-card [data-person-details='contact-pronouns'] li {
      align-items: flex-start;
      display: flex;
      margin-bottom: 10px;
      word-break: break-word
    }
umd-person-card [data-person-details='contact-pronouns'] li:last-child {
        margin-bottom: 0;
      }
umd-person-card [data-person-details='contact-pronouns'] li svg {
        fill: #454545;
        fill: var(--grayDark);
        height: 1.3em;
        margin-right: 10px;
        width: 1.3em;
      }
umd-person-card [data-person-details='contact-pronouns'] li a {
        font-weight: 400;
        line-height: 1.3em;
      }
div[data-grid='person'][data-card-size='large'] umd-person-card [data-person='image'] {
    padding-bottom: 133.333%;
  }
@media (min-width: 1024px) {
  umd-person-card {
    align-items: flex-start;
    display: flex;
    max-width: 700px
  }

    umd-person-card [data-person='image'] {
      flex: none;
      margin-bottom: 0;
      padding-bottom: 33.333%;
      width: 33.333%;
    }

    umd-person-card [data-person='details'] {
      padding-left: 20px;
      width: 66.666%;
    }
      div[data-grid='person'][data-card-size='large'] umd-person-card [data-person='image'] {
        padding-bottom: 64%;
        width: 48%;
      }

      div[data-grid='person'][data-card-size='large'] umd-person-card [data-person='details'] {
        width: 52%;
      }
}
umd-embed {
  border: 1px solid #e6e6e6;
  border: 1px solid var(--grayLight);
  display: block;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0
}
umd-embed[data-ratio='widescreen'] {
    padding-bottom: 56.25%; /* 16:9 */
  }
umd-embed[data-ratio='standard'] {
    padding-bottom: 75%; /* 4:3 */
  }
umd-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
umd-blockquote {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  max-width: 700px
}
umd-blockquote blockquote {
    color: #454545;
    color: var(--grayDark);
    display: inline-block;
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
umd-blockquote svg {
    display: block;
    fill: #454545;
    fill: var(--grayDark);
    height: 2em;
    width: 2em;
    margin: 0 auto 20px;
  }
umd-blockquote .quote-author {
    border-top: 1px solid #454545;
    border-top: 1px solid var(--grayDark);
    padding-top: 20px
  }
umd-blockquote .quote-author p {
      margin-bottom: 0
    }
umd-blockquote .quote-author p:first-child {
        font-weight: 700;
      }
@media (min-width: 1024px) {
umd-blockquote {
    margin-bottom: 40px
}
  }
umd-feed-item {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid var(--grayLight);
  color: #454545;
  color: var(--grayDark);
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px
}
umd-feed-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
umd-feed-item svg {
    fill: #454545;
    fill: var(--grayDark);
    height: 1.3em;
    margin-right: 10px;
    width: 1.3em;
  }
umd-feed-item [data-feed-detail] {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10px
  }
umd-feed-item [data-feed-detail]:last-child {
      margin-bottom: 0;
    }
umd-feed-item [data-feed='image'] {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 75%;
    width: 100%
  }
umd-feed-item [data-feed='image'] img {
      box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 3px 0 var(--umd-box-shadow);
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: 100%;
    }
umd-feed-item [data-feed='details'] [data-feed-detail='title'] {
      margin-bottom: 7px
    }
umd-feed-item [data-feed='details'] [data-feed-detail='title'] a {
        text-decoration: none;
      }
umd-feed-item [data-feed='details'] time {
      display: inline-block;
      font-size: 13px;
      font-style: italic;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
    }
umd-feed-item [data-feed='details'] .rich-text {
      margin-bottom: 20px;
    }
@media (min-width: 480px) {
umd-feed-item {
    align-items: flex-start;
    display: flex
}

    umd-feed-item [data-feed='image'] {
      flex: none;
      margin-right: 20px;
      margin-top: 0;
      padding-bottom: calc(25% - 20px);
      width: calc(33% - 20px);
    }

    umd-feed-item [data-feed='details'] {
      width: 66%
    }

      umd-feed-item [data-feed='details']:only-child {
        width: 100%;
      }
  }
div[data-feed-type] {
  margin-bottom: 40px;
}
div[data-feed-type='events'] umd-feed-item time {
    margin-bottom: 0;
  }
div[data-feed-type='events'] umd-feed-item umd-datetime {
    display: block;
    font-style: italic;
    line-height: 1.3em;
  }
div[data-feed-type='events'] umd-feed-item [data-feed-detail='location'] {
    margin-bottom: 20px;
  }
div[data-feed-type='video'] umd-feed-item {
  display: block
}
div[data-feed-type='video'] umd-feed-item .small-san-serif,
  div[data-feed-type='video'] umd-feed-item umd-embed,
  div[data-feed-type='video'] umd-feed-item umd-datetime,
  div[data-feed-type='video'] umd-feed-item ul,
  div[data-feed-type='video'] umd-feed-item .rich-text {
    margin-bottom: 20px
  }
div[data-feed-type='video'] umd-feed-item .small-san-serif:last-child, div[data-feed-type='video'] umd-feed-item umd-embed:last-child, div[data-feed-type='video'] umd-feed-item umd-datetime:last-child, div[data-feed-type='video'] umd-feed-item ul:last-child, div[data-feed-type='video'] umd-feed-item .rich-text:last-child {
      margin-bottom: 0;
    }
div[data-feed-type='video'] umd-feed-item div[data-cta-layout] {
    margin-bottom: 0;
  }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='datetime'] {
    margin-bottom: 20px;
  }
div[data-feed-type='video'] umd-feed-item umd-datetime {
    display: block;
    font-style: italic;
    line-height: 1.3em;
  }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] {
    display: block
  }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] p {
      margin-bottom: 20px;
    }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] ul {
      margin-bottom: 0;
    }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] li {
      align-items: flex-start;
      display: flex;
      margin-bottom: 10px
    }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] li:last-child {
        margin-bottom: 0;
      }
div[data-feed-type='video'] umd-feed-item [data-feed-detail='resources'] li a {
        font-weight: 400;
        line-height: 1.3em;
      }
table.responsive-table {
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 40px;
  width: 100%
}
table.responsive-table th {
    color: #454545;
    color: var(--grayDark);
    line-height: 1.4em;
    overflow: hidden;
  }
table.responsive-table td {
    color: #454545;
    color: var(--grayDark);
    line-height: 1.4em;
    overflow: hidden;
    word-break: break-word
  }
table.responsive-table td a[href^='mailto'] {
      white-space: nowrap;
    }
table.responsive-table td[data-vacant] span:last-child,
  table.responsive-table td[data-vacant] a:last-child {
    font-style: italic;
  }
@media (max-width: 1023px) {
    table.responsive-table thead {
      display: none;
    }

    table.responsive-table tbody tr {
      border: 1px solid #e6e6e6;
      border: 1px solid var(--grayLight);
      display: block;
      margin-bottom: 20px;
      width: 100%
    }

      table.responsive-table tbody tr:last-child {
        margin-bottom: 0;
      }

      table.responsive-table tbody tr td,
      table.responsive-table tbody tr th {
        grid-template-columns: [row-start] 33.333% [row-middle] 66.666% [row-end];
        grid-column-gap: 0;
        column-gap: 0;
        display: grid;
        width: 100%
      }

        table.responsive-table tbody tr td > span,
        table.responsive-table tbody tr td a,
        table.responsive-table tbody tr th > span,
        table.responsive-table tbody tr th a {
          display: block;
          border-bottom: 1px solid #e6e6e6;
          border-bottom: 1px solid var(--grayLight);
          padding: 10px;
        }

        table.responsive-table tbody tr td > span:first-child, table.responsive-table tbody tr th > span:first-child {
          background-color: #454545;
          background-color: var(--grayDark);
          border-bottom: 1px solid #7f7f7f;
          border-bottom: 1px solid var(--gray);
          color: #ffffff;
          color: var(--white);
          font-weight: 700;
        }

        table.responsive-table tbody tr td:last-child > span,
        table.responsive-table tbody tr td:last-child a,
        table.responsive-table tbody tr th:last-child > span,
        table.responsive-table tbody tr th:last-child a {
          border-bottom: 0;
        }

      table.responsive-table tbody tr th > span {
        font-weight: 700;
      }
}
@media (min-width: 1024px) {
    table.responsive-table th,
    table.responsive-table td {
      background-color: #ffffff;
      background-color: var(--white);
      border: 1px solid #e6e6e6;
      border: 1px solid var(--grayLight);
      padding: 20px;
      vertical-align: top
    }

      table.responsive-table th > span:first-child, table.responsive-table td > span:first-child {
        display: none;
      }

    table.responsive-table th {
      font-weight: 700;
    }

    table.responsive-table thead th {
      background-color: #454545;
      background-color: var(--grayDark);
      color: #ffffff;
      color: var(--white);
    }

    table.responsive-table tbody tr[focus-within] {
      border: 1px solid #7f7f7f;
      border: 1px solid var(--gray);
    }

    table.responsive-table tbody tr:focus-within {
      border: 1px solid #7f7f7f;
      border: 1px solid var(--gray);
    }
}
/* Diversity base */
main h1.large-san-serif {
  color: #e21833;
  color: var(--red);
}
umd-page-content {
  display: block
}
umd-page-content umd-accordion:defined {
    display: block;
    margin-bottom: 40px;
  }
umd-page-content .extra-large-san-serif,
  umd-page-content .large-san-serif,
  umd-page-content .medium-san-serif,
  umd-page-content .normal-san-serif {
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px
  }
@media (min-width: 768px) {
umd-page-content .extra-large-san-serif,
  umd-page-content .large-san-serif,
  umd-page-content .medium-san-serif,
  umd-page-content .normal-san-serif {
      margin-bottom: 40px
  }
    }
umd-page-content .small-san-serif {
    line-height: 1.2em;
    margin-bottom: 20px;
  }
umd-page-content .rich-text.small-san-serif,
  umd-page-content .rich-text.extra-small-san-serif {
    font-weight: 400;
    margin-bottom: 40px
  }
umd-page-content .rich-text.small-san-serif:last-child, umd-page-content .rich-text.extra-small-san-serif:last-child {
      margin-bottom: 0;
    }
umd-page-content [data-text-align='center'] {
    text-align: center;
  }
main {
  padding-top: 20px
}
main section {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid var(--grayLight);
    margin-bottom: 20px;
    padding-bottom: 20px
  }
main section:last-child {
      border-bottom: 0;
    }
main section > *:last-child {
      margin-bottom: 0;
    }
@media (min-width: 768px) {
main {
    padding-top: 40px
}

    main section {
      margin-bottom: 40px;
      padding-bottom: 40px;
    }

    main > umd-lock {
      align-items: flex-start;
      display: flex
    }

      main > umd-lock umd-diversity-subnav {
        margin-right: 40px;
        width: 25%;
        min-width: 250px;
      }

      main > umd-lock umd-page-content {
        width: 100%;
      }
  }
section[data-section-content='report-an-incident'] {
  margin: 0;
}
section[data-color='red'] {
  border-bottom: 0;
  background-color: #e21833;
  background-color: var(--red);
  color: #ffffff;
  color: var(--white);
  fill: #ffffff;
  fill: var(--white);
  margin: 0;
  padding: 40px 0
}
section[data-color='red'] h1.large-san-serif,
  section[data-color='red'] p,
  section[data-color='red'] a,
  section[data-color='red'] a:hover,
  section[data-color='red'] a:focus,
  section[data-color='red'] a:active {
    color: #ffffff;
    color: var(--white);
    text-decoration: none;
  }
section[data-color='red'] .rich-text a {
    position: relative
  }
section[data-color='red'] .rich-text a:after {
      background-color: #ffffff;
      background-color: var(--white);
      content: '';
      height: 1px;
      position: absolute;
      bottom: 4px;
      left: 0;
      transition: bottom 0.3s, background 0.3s;
      width: 100%;
    }
section[data-color='red'] .rich-text a:hover,
    section[data-color='red'] .rich-text a:focus {
      text-decoration: none
    }
section[data-color='red'] .rich-text a:hover:after, section[data-color='red'] .rich-text a:focus:after {
        background-color: #ffffff;
        background-color: var(--white);
        bottom: 2px;
        transition: bottom 0.3s, background 0.3s;
      }
section[data-color='red'] .call-to-action,
  section[data-color='red'] .call-to-action[data-style='solid'] {
    border: 2px solid #ffffff;
    border: 2px solid var(--white);
    background-color: transparent;
    color: #ffffff;
    color: var(--white)
  }
section[data-color='red'] .call-to-action svg, section[data-color='red'] .call-to-action[data-style='solid'] svg {
      fill: #ffffff;
      fill: var(--white);
    }
section[data-color='red'] .call-to-action:hover,
    section[data-color='red'] .call-to-action:focus,
    section[data-color='red'] .call-to-action[data-style='solid']:hover,
    section[data-color='red'] .call-to-action[data-style='solid']:focus {
      background-color: #ffffff;
      background-color: var(--white);
      color: #e21833;
      color: var(--red)
    }
section[data-color='red'] .call-to-action:hover svg, section[data-color='red'] .call-to-action:focus svg, section[data-color='red'] .call-to-action[data-style='solid']:hover svg, section[data-color='red'] .call-to-action[data-style='solid']:focus svg {
        fill: #e21833;
        fill: var(--red);
      }
section[data-color='red'] .call-to-action[data-style='underlined'] {
    border: 0;
    color: #ffffff;
    color: var(--white)
  }
section[data-color='red'] .call-to-action[data-style='underlined'] svg {
      fill: #ffffff;
      fill: var(--white);
    }
section[data-color='red'] .call-to-action[data-style='underlined'] span:after {
      background-color: #ffffff;
      background-color: var(--white);
    }
section[data-color='red'] .call-to-action[data-style='underlined']:hover,
    section[data-color='red'] .call-to-action[data-style='underlined']:focus {
      background-color: transparent
    }
section[data-color='red'] .call-to-action[data-style='underlined']:hover svg, section[data-color='red'] .call-to-action[data-style='underlined']:focus svg {
        fill: #ffffff;
        fill: var(--white);
      }
section[data-color='red'] umd-blockquote blockquote.normal-serif {
      color: #ffffff;
      color: var(--white);
    }
section[data-color='red'] umd-blockquote svg {
      fill: #ffffff;
      fill: var(--white);
    }
section[data-color='red'] umd-blockquote .quote-author {
      border-color: #ffffff;
      border-color: var(--white);
    }
section[data-color='gold'] {
  border-bottom: 0;
  background-color: #ffd200;
  background-color: var(--gold);
  color: #000000;
  color: var(--black);
  margin: 0;
  padding: 40px 0
}
section[data-color='gold'] h1.large-san-serif,
  section[data-color='gold'] p,
  section[data-color='gold'] a,
  section[data-color='gold'] a:hover,
  section[data-color='gold'] a:focus,
  section[data-color='gold'] a:active {
    color: #000000;
    color: var(--black);
    text-decoration: none;
  }
section[data-color='gold'] .rich-text a {
    position: relative
  }
section[data-color='gold'] .rich-text a:after {
      background-color: #000000;
      background-color: var(--black);
      content: '';
      height: 1px;
      position: absolute;
      bottom: 4px;
      left: 0;
      transition: bottom 0.1s, background 0.1s;
      width: 100%;
    }
section[data-color='gold'] .rich-text a:hover,
    section[data-color='gold'] .rich-text a:focus {
      text-decoration: none
    }
section[data-color='gold'] .rich-text a:hover:after, section[data-color='gold'] .rich-text a:focus:after {
        background-color: #000000;
        background-color: var(--black);
        bottom: 2px;
        transition: bottom 0.3s, background 0.3s;
      }
section[data-color='gold'] .call-to-action,
  section[data-color='gold'] .call-to-action[data-style='solid'] {
    border: 2px solid #000000;
    border: 2px solid var(--black);
    background-color: transparent;
    color: #000000;
    color: var(--black)
  }
section[data-color='gold'] .call-to-action svg, section[data-color='gold'] .call-to-action[data-style='solid'] svg {
      fill: #000000;
      fill: var(--black);
    }
section[data-color='gold'] .call-to-action:hover,
    section[data-color='gold'] .call-to-action:focus,
    section[data-color='gold'] .call-to-action[data-style='solid']:hover,
    section[data-color='gold'] .call-to-action[data-style='solid']:focus {
      background-color: #000000;
      background-color: var(--black);
      color: #ffffff;
      color: var(--white)
    }
section[data-color='gold'] .call-to-action:hover svg, section[data-color='gold'] .call-to-action:focus svg, section[data-color='gold'] .call-to-action[data-style='solid']:hover svg, section[data-color='gold'] .call-to-action[data-style='solid']:focus svg {
        fill: #ffffff;
        fill: var(--white);
      }
section[data-color='gold'] .call-to-action[data-style='underlined'] {
    border: 0;
    color: #000000;
    color: var(--black)
  }
section[data-color='gold'] .call-to-action[data-style='underlined'] svg {
      fill: #000000;
      fill: var(--black);
    }
section[data-color='gold'] .call-to-action[data-style='underlined'] span:after {
      background-color: #000000;
      background-color: var(--black);
    }
section[data-color='gold'] .call-to-action[data-style='underlined']:hover,
    section[data-color='gold'] .call-to-action[data-style='underlined']:focus {
      background-color: transparent
    }
section[data-color='gold'] .call-to-action[data-style='underlined']:hover svg, section[data-color='gold'] .call-to-action[data-style='underlined']:focus svg {
        fill: #000000;
        fill: var(--black);
      }
section[data-color='gold'] umd-blockquote blockquote.normal-serif {
      color: #000000;
      color: var(--black);
    }
section[data-color='gold'] umd-blockquote svg {
      fill: #000000;
      fill: var(--black);
    }
section[data-color='gold'] umd-blockquote .quote-author {
      border-color: #000000;
      border-color: var(--black);
    }

