@charset "UTF-8";
/**
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * This application file (dor.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    display: block;
    position: relative;
    z-index: 1;
  }
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* A11Y animation reset.
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

video,
audio {
  width: 100%;
}

@font-face {
  font-family: 'Stanford';
  src: url("../assets/fonts/stanford.woff") format("woff"), url("../assets/fonts/stanford.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Theme color map */
.color-black {
  color: #2e2d29;
}

.bg-black {
  background-color: #2e2d29;
}

.color-clay {
  color: #5f574f;
}

.bg-clay {
  background-color: #5f574f;
}

.color-light-clay {
  color: #7c756d;
}

.bg-light-clay {
  background-color: #7c756d;
}

.color-x-light-clay {
  color: #98928a;
}

.bg-x-light-clay {
  background-color: #98928a;
}

.color-driftwood {
  color: #b6b1a9;
}

.bg-driftwood {
  background-color: #b6b1a9;
}

.color-light-driftwood {
  color: #d8d4cd;
}

.bg-light-driftwood {
  background-color: #d8d4cd;
}

.color-x-light-driftwood {
  color: #f8f6f3;
}

.bg-x-light-driftwood {
  background-color: #f8f6f3;
}

.color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.color-cardinal-red {
  color: #8c1515;
}

.bg-cardinal-red {
  background-color: #8c1515;
}

.color-lagunita {
  color: #007c92;
}

.bg-lagunita {
  background-color: #007c92;
}

.color-teal {
  color: #00505c;
}

.bg-teal {
  background-color: #00505c;
}

.color-bright-red {
  color: #b1040e;
}

.bg-bright-red {
  background-color: #b1040e;
}

.color-palo-alto {
  color: #175e54;
}

.bg-palo-alto {
  background-color: #175e54;
}

.color-purple {
  color: #53284f;
}

.bg-purple {
  background-color: #53284f;
}

.color-poppy {
  color: #e98300;
}

.bg-poppy {
  background-color: #e98300;
}

.color-x-light-poppy {
  color: #fcf2e6;
}

.bg-x-light-poppy {
  background-color: #fcf2e6;
}

html {
  box-sizing: border-box;
}

body {
  overflow: auto !important;
  overflow-x: hidden !important;
}

@media (min-width: 64em) {
  main {
    min-height: calc(100vh - 40px);
  }
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.field--name-body ol li,
.field--name-body ul li {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .field--name-body ol li,
  .field--name-body ul li {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
  }
}

.field--name-body ol {
  margin-left: 0;
  padding-left: 26px;
}

.field--name-body ol li {
  padding-left: 10px;
}

.field--name-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-left: 10px;
}

.field--name-body ul li {
  position: relative;
  padding-left: 24px;
}

.field--name-body ul li:before {
  content: '\2022';
  position: absolute;
  left: 0;
  font-size: 1.125rem;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0 0 0 10px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #5f574f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 35px;
  letter-spacing: -1px;
  color: #2e2d29;
  margin-top: 0;
}

@media (min-width: 64em) {
  h1 {
    font-size: 3rem;
    line-height: 3.125rem;
    margin-bottom: 1.5rem;
  }
}

.h1-eyebrow {
  font-weight: 400;
  color: #7c756d;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

@media (min-width: 64em) {
  .h1-eyebrow {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}

.h2, .category-page .category-title-wrap span, .media-hero__title-wrap h1, .grid-3up--large .grid-3up__inner h2,
h2 {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
  color: #2e2d29;
  margin-top: 0;
}

@media (min-width: 64em) {
  .h2, .category-page .category-title-wrap span, .media-hero__title-wrap h1, .grid-3up--large .grid-3up__inner h2,
  h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    margin-bottom: 1.75rem;
  }
}

.h3, .p-lede, .has-lede p, .page-title__description p, .page-title__person-title h2, .page-title__lede h2, .media-element__name, .all-offices__abbr, .search-block--home h2, .profile-view h2.greeting,
h3,
.search-announcements__title h2 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem;
  color: #2e2d29;
  margin-top: 0;
}

@media (min-width: 64em) {
  .h3, .p-lede, .has-lede p, .page-title__description p, .page-title__person-title h2, .page-title__lede h2, .media-element__name, .all-offices__abbr, .search-block--home h2, .profile-view h2.greeting,
  h3,
  .search-announcements__title h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 1.375rem;
  }
}

.p-lede, .has-lede p {
  font-weight: 400;
}

.h4, .book-nav a, .glossary-terms__item h3, .glossary-terms__item .search-announcements__title h2, .search-announcements__title .glossary-terms__item h2,
h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #2e2d29;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .h4, .book-nav a, .glossary-terms__item h3, .glossary-terms__item .search-announcements__title h2, .search-announcements__title .glossary-terms__item h2,
  h4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.h4-small {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #2e2d29;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .h4-small {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.h4-condensed {
  color: #2e2d29;
  line-height: 1.25rem;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .h4-condensed {
    line-height: 1.5625rem;
  }
}

.h5, .book-nav h2, .contact-block h3, .contact-block .search-announcements__title h2, .search-announcements__title .contact-block h2, .page-title__lede a, .media-hero__title-wrap h2, .media-hero__link, .all-offices__heading, .grid-3up--large .grid-3up__inner a,
h5 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  color: #5f574f;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .h5, .book-nav h2, .contact-block h3, .contact-block .search-announcements__title h2, .search-announcements__title .contact-block h2, .page-title__lede a, .media-hero__title-wrap h2, .media-hero__link, .all-offices__heading, .grid-3up--large .grid-3up__inner a,
  h5 {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
}

.h6,
h6 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-bottom: 0.78125rem;
  color: #2e2d29;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .h6,
  h6 {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.p, .office-contact-numbers > *,
p {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-top: 0;
}

@media (min-width: 64em) {
  .p, .office-contact-numbers > *,
  p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.p-condensed {
  line-height: 1.25rem;
  margin-top: 0;
}

@media (min-width: 64em) {
  .p-condensed {
    line-height: 1.5625rem;
  }
}

.p-small {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-top: 0;
}

@media (min-width: 64em) {
  .p-small {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.all-topics h2 {
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .all-topics h2 {
    margin-bottom: 40px;
  }
}

.all-topics__group {
  margin-bottom: 50px;
  border-bottom: 1px solid #d8d4cd;
  padding-bottom: 60px;
}

@media (min-width: 64em) {
  .all-topics .list-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.all-topics__items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 64em) {
  .all-topics__items {
    margin-right: 10%;
    width: 40%;
  }
}

.all-topics__item {
  margin-bottom: 14px;
}

.all-topics__item .view-books .book-menu--topic .book-menu__list {
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 22px;
}

.all-topics__item .view-books .book-menu--topic .book-menu__list:before {
  display: none;
}

.all-topics__item .view-books .book-menu--topic .book-menu__item {
  padding-left: 0;
}

.all-topics__item .view-books .book-menu--topic .book-menu__item:before {
  display: none;
}

.landing-topics .view-filters .filter-wrap__inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.landing-topics .view-filters .filter-wrap .form-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.has-announcement-banner {
  padding-bottom: 90px;
}

.block-announcements-list-block {
  margin-bottom: 40px;
}

.block-announcements-list-block > h2 {
  letter-spacing: -0.3px;
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: solid #d8d4cd 1px;
}

.block-announcements-list-block .fc-toolbar h2 {
  display: none;
}

.block-announcements-list-block .fc-unthemed .fc-list-view .fc-list-table tbody .fc-list-item {
  padding: 1.5rem 0;
  border-bottom: solid 0 #dddddd;
}

@media (min-width: 80em) {
  .block-announcements-list-block .fc-unthemed .fc-list-view .fc-list-table tbody .fc-list-item {
    border-bottom: solid 1px #dddddd;
  }
}

.block-announcements-list-block .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

.block-announcements-list-block .fc-toolbar.fc-footer-toolbar {
  margin-top: 0;
}

.block-announcements-list-block .fc-unthemed .fc-list-view table tr:last-child {
  border-bottom: unset;
}

.block-announcements-list-block .fc-state-default.fc-corner-right,
.block-announcements-list-block .fc-state-default.fc-corner-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.block-announcements-list-block .fc-state-default {
  background-color: transparent;
  background-image: none;
  color: #98928a;
  text-shadow: unset;
  box-shadow: unset;
  padding: 50px;
  border-radius: 0;
}

.block-announcements-list-block .fc-button-group {
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: 100%;
}

.block-announcements-list-block .fc button {
  height: auto;
  padding: 15px 50px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.block-announcements-list-block .fc-toolbar .fc-center {
  display: block;
}

.block-announcements-list-block .event-wrapper {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 80em) {
  .block-announcements-list-block .event-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: solid 0 #dddddd;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.block-announcements-list-block .event-details-wrapper {
  margin-left: 0;
  margin-right: 54px;
}

@media (min-width: 80em) {
  .block-announcements-list-block .event-details-wrapper {
    margin-left: 80px;
    margin-right: 0;
  }
}

.block-announcements-list-block .event-details-wrapper a {
  color: #2e2d29;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: normal;
}

@media (min-width: 80em) {
  .block-announcements-list-block .event-details-wrapper a {
    font-size: 22px;
  }
}

.block-announcements-list-block .event-image-wrapper {
  position: absolute;
  top: 30px;
  right: 0;
}

@media (min-width: 80em) {
  .block-announcements-list-block .event-image-wrapper {
    position: static;
  }
}

.block-announcements-list-block .event-image-wrapper img {
  width: 40px;
  height: 40px;
}

@media (min-width: 80em) {
  .block-announcements-list-block .event-image-wrapper img {
    width: auto;
    height: auto;
  }
}

.block-announcements-list-block .event-date-wrapper {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
}

.landing-announcements .layout--full-width .layout__region--content {
  max-width: 100%;
}

@media (min-width: 80em) {
  .landing-announcements .layout--full-width .layout__region--content {
    max-width: 1275px;
  }
}

.landing-announcements .slick-track {
  background-color: #f8f6f3;
}

.landing-announcements main .layout--full-width .layout__region--content {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 80em) {
  .landing-announcements main .layout--full-width .layout__region--content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.landing-announcements .layout__region--first-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 80em) {
  .landing-announcements .layout__region--first-inner {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
}

.block-views-blockannouncements-carousel {
  background-color: #f8f6f3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.node--view-mode-carousel-slide {
  background-color: #f8f6f3;
}

.node--view-mode-carousel-slide .node__content {
  border-right: unset;
  display: table;
  padding: 75px 0;
}

@media (min-width: 48em) {
  .node--view-mode-carousel-slide .node__content {
    padding: 40px 0;
  }
}

@media (min-width: 80em) {
  .node--view-mode-carousel-slide .node__content {
    padding: 95px 40px;
    border-right: solid 1px #d8d4cd;
  }
}

.node--view-mode-carousel-slide .node__content .slide--image,
.node--view-mode-carousel-slide .node__content .slide--content {
  display: table-cell;
  vertical-align: top;
  height: 150px;
}

@media (min-width: 48em) {
  .node--view-mode-carousel-slide .node__content .slide--image,
  .node--view-mode-carousel-slide .node__content .slide--content {
    height: 261px;
  }
}

.node--view-mode-carousel-slide .node__content .slide--image {
  width: 356px;
}

@media (max-width: 63.99em) {
  .node--view-mode-carousel-slide .node__content .slide--image {
    display: none;
  }
}

.node--view-mode-carousel-slide .node__content .slide--content {
  width: 315px;
}

@media (min-width: 48em) {
  .node--view-mode-carousel-slide .node__content .slide--content {
    width: 708px;
  }
}

@media (min-width: 64em) {
  .node--view-mode-carousel-slide .node__content .slide--content {
    width: 905px;
  }
}

@media (min-width: 64em) {
  .node--view-mode-carousel-slide .node__content .slide--image + .slide--content {
    width: 560px;
    padding-left: 42px;
  }
}

.node--view-mode-carousel-slide .node__content .announcement-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #2e2d29;
}

@media (min-width: 48em) {
  .node--view-mode-carousel-slide .node__content .announcement-title a {
    font-size: 28px;
  }
}

.node--view-mode-carousel-slide .node__content .announcement-date {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.3px;
}

@media (min-width: 48em) {
  .node--view-mode-carousel-slide .node__content .announcement-date {
    font-size: 28px;
  }
}

.slick--view--announcements {
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .slick--view--announcements {
    margin-bottom: 60px;
  }
}

@media (min-width: 57.5em) {
  .slick--view--announcements .slick-list.draggable {
    padding: 0 50px !important;
  }
}

.slick--view--announcements .slick-prev {
  left: 0px;
}

.slick--view--announcements .slick-prev:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_lt-clay.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-position: center;
  background-size: cover;
}

.slick--view--announcements .slick-prev:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick--view--announcements .slick-next {
  right: 0px;
}

.slick--view--announcements .slick-next:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_lt-clay.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center;
  background-position: center;
  background-size: cover;
}

.slick--view--announcements .slick-prev,
.slick--view--announcements .slick-next {
  background-color: #f8f6f3;
  border-radius: 0;
  width: 30px;
  height: 300px;
}

@media (min-width: 57.5em) {
  .slick--view--announcements .slick-prev,
  .slick--view--announcements .slick-next {
    width: 50px;
    height: 340px;
  }
}

@media (min-width: 80em) {
  .slick--view--announcements .slick-prev,
  .slick--view--announcements .slick-next {
    height: 450px;
  }
}

.slick--view--announcements .slick-prev:before,
.slick--view--announcements .slick-next:before {
  position: relative;
}

@media (max-width: 47.99em) {
  .slick--view--announcements .slick-prev:before,
  .slick--view--announcements .slick-next:before {
    width: 10px;
    height: 15px;
  }
}

.block-mini-cal-block .ui-state-default, .block-mini-cal-block .ui-widget-content .ui-state-default, .block-mini-cal-block .ui-widget-header .ui-state-default, .block-mini-cal-block .ui-button, .block-mini-cal-block html .ui-button.ui-state-disabled:hover, .block-mini-cal-block html .ui-button.ui-state-disabled:active {
  border: unset;
  background: transparent;
  color: #98928a;
}

.block-mini-cal-block .ui-widget.ui-widget-content {
  border: unset;
}

.block-mini-cal-block .ui-widget-header {
  border: unset;
  background: unset;
  font-weight: normal;
  text-transform: uppercase;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-prev {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_lt-clay.svg");
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 5px;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: unset;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-prev:hover, .block-mini-cal-block .ui-widget-header .ui-datepicker-prev:active {
  background-image: unset;
  border: unset;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-next {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_lt-clay.svg");
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 5px;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: unset;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-next:hover, .block-mini-cal-block .ui-widget-header .ui-datepicker-next:active {
  background-image: unset;
  border: unset;
}

.block-mini-cal-block .ui-widget-header .ui-datepicker-title {
  color: #5f574f;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-align: center;
}

.block-mini-cal-block table tr, .block-mini-cal-block table.dor-table tr, .block-mini-cal-block table.dor-table-bordered tr {
  border-top: unset;
  border-bottom: unset;
}

.block-mini-cal-block table th, .block-mini-cal-block table.dor-table th, .block-mini-cal-block table.dor-table-bordered th {
  background-color: unset;
  color: #98928a;
}

.block-mini-cal-block .ui-datepicker td {
  border: 0;
  padding: 1px;
  width: 40px;
  height: 42px;
  font-weight: normal;
}

.block-mini-cal-block .ui-datepicker td.highlight a {
  background-color: #f8f6f3;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-weight: normal;
  color: #2e2d29;
  position: relative;
  left: 14px;
}

.block-mini-cal-block .ui-state-default.ui-state-highlight.ui-state-active {
  background-color: #e98300;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  position: relative;
  left: 14px;
}

.node--type-announcement.node--view-mode-teaser .search-announcements__type {
  text-transform: uppercase;
}

.landing-announcements .view-filters .filter-wrap__inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.landing-announcements .view-filters .filter-wrap .form-item {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}

.landing-announcements .view-filters .filter-wrap .form-item.form-item-date-min, .landing-announcements .view-filters .filter-wrap .form-item.form-item-date-max {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.landing-announcements .view-filters .filter-wrap [data-drupal-selector="edit-date"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.view-display-id-needs_review table {
  table-layout: initial;
}

@media (min-width: 57.5em) {
  .view-display-id-needs_review table {
    table-layout: fixed;
  }
}

.view-display-id-needs_review .views-field-title {
  width: 40%;
}

.view-display-id-needs_review .views-field-type {
  width: 20%;
}

.view-display-id-needs_review .views-field-revision-uid {
  width: 10%;
}

.view-display-id-needs_review .views-field-changed {
  width: 18%;
}

.view-display-id-needs_review .views-field-nid {
  width: 12%;
}

.toolbar-tray-open .view-display-id-needs_review table {
  table-layout: initial;
}

.award-winner--related p {
  margin-bottom: 0;
}

.award-winner--related a h4 {
  color: #2e2d29;
}

.award-winner--related a p {
  color: #5f574f;
}

.award-winner.flyover .titlebar {
  background: #b6b1a9;
  color: #fff;
}

.award-winner.flyover .page-title {
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 30px;
}

.award-winner.flyover .page-title h3, .award-winner.flyover .page-title .search-announcements__title h2, .search-announcements__title .award-winner.flyover .page-title h2 {
  color: #b6b1a9;
}

.award-winner.flyover .page-teaser {
  padding: 0 60px;
}

.award-winner.flyover .page-teaser p {
  font-size: 22px;
  letter-spacing: -0.3px;
  line-height: 30px;
  margin-bottom: 0;
}

.award-winner.flyover .page-content {
  padding-top: 30px;
}

.award-winner.flyover .page-content p {
  color: #5f574f;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.award-winner.flyover .page-content .link {
  color: #007C92;
}

.award-winner.flyover .page-content .link a {
  color: #007C92;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.award-winner.flyover .page-content .link a::after {
  display: none;
}

.block-announcement-banner-block {
  position: fixed;
  background-color: #f8f6f3;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
}

.block-announcement-banner-block .announcement-items {
  margin: 0;
}

.book-menu {
  position: relative;
}

.book-menu__sub-items {
  margin-top: 20px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.book-menu__sub-items .active.tertiary {
  text-decoration: underline;
}

.book-menu__toggle {
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.39;
}

.book-menu__toggle:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 2px;
  right: 10px;
}

@media (min-width: 64em) {
  .book-menu__toggle:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 40px;
    right: 10px;
  }
}

.book-menu--topic .book-menu__toggle {
  position: relative;
  color: #007c92;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.book-menu--topic .book-menu__toggle > span {
  margin-right: 10px;
}

.book-menu--topic .book-menu__toggle:focus {
  outline: none;
}

.user-is-tabbing .book-menu--topic .book-menu__toggle:focus {
  outline: 2px solid #007c92;
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__toggle {
    width: 280px;
    padding-left: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.875rem;
  }
}

.book-menu--topic .book-menu__toggle--before {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_circle-group.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: relative;
  top: 15px;
}

.book-menu--topic .book-menu__toggle--after {
  width: 12px;
  height: 12px;
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-up_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -2px;
  position: relative;
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__toggle--after {
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-up_lagunita.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: -2px;
  }
}

.book-menu--topic .book-menu__toggle:before, .book-menu--topic .book-menu__toggle:after {
  display: none;
}

.book-menu__toggle--open {
  background-color: #8c1515;
}

.book-menu--topic .book-menu__toggle--open {
  background-color: transparent;
  transition: all 0.6s ease 0s;
}

.book-menu__toggle--open .book-menu__toggle--after {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-up_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 2px;
}

@media (min-width: 64em) {
  .book-menu__toggle--open .book-menu__toggle--after {
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-up_lagunita.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: 2px;
  }
}

@media (min-width: 64em) {
  .book-menu__toggle--open:after {
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.book-menu__toggle--open + .book-menu__items {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
}

.book-menu__items {
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 10px 20px 20px 20px;
  background-color: #8c1515;
  z-index: 300;
  top: 55px;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

@media (max-width: 63.99em) {
  .book-menu__items {
    top: -120px;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
  }
}

@media (min-width: 64em) {
  .book-menu__items {
    right: 0;
    width: 360px;
  }
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__items {
    left: -118px;
  }
}

.book-menu--topic .book-menu__items {
  top: 50px;
  background-color: #f8f6f3;
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__items {
    width: 380px;
    top: 90px;
    padding-top: 40px;
  }
}

.book-menu__items > .active > a {
  text-decoration: underline;
}

.book-menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 400px;
}

@media (min-width: 64em) {
  .book-menu__list {
    max-height: 440px;
  }
}

.book-menu--policy .book-menu__list {
  scrollbar-width: thin;
  scrollbar-color: #fff #b6b1a9;
}

.book-menu--policy .book-menu__list::-webkit-scrollbar {
  width: 10px;
}

.book-menu--policy .book-menu__list::-webkit-scrollbar-track {
  background: #b6b1a9;
}

.book-menu--policy .book-menu__list::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #b6b1a9;
}

.book-menu--topic .book-menu__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  max-height: inherit;
}

@media (max-width: 63.99em) {
  .book-menu--topic .book-menu__list {
    left: -6px;
  }
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__list {
    padding-left: 20px;
    max-height: inherit;
    overflow: hidden;
  }
}

.book-menu--topic .book-menu__list:before {
  content: '';
  border-left: 2px solid #98928a;
  display: inline-block;
  height: 94%;
  position: absolute;
  left: 6px;
}

@media (min-width: 64em) {
  .book-menu--topic .book-menu__list:before {
    left: 26px;
  }
}

.book-menu__item {
  margin-bottom: 12px;
  max-width: 94%;
  color: #fff;
}

@media (min-width: 64em) {
  .book-menu__item {
    margin-bottom: 16px;
    max-width: 95%;
  }
}

.book-menu--topic .book-menu__item {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
}

.book-menu--topic .book-menu__item:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_circle.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  left: 2px;
  background-size: 100%;
}

.book-menu--topic .book-menu__item:before {
  transition: all 0.6s ease 0s;
}

.book-menu--topic .book-menu__item.active:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_circle-fill.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  left: 2px;
  background-size: 100%;
}

.book-menu--topic .book-menu__item.active a {
  color: #2e2d29;
}

.book-menu--topic .book-menu__item:active:before, .book-menu--topic .book-menu__item:focus:before, .book-menu--topic .book-menu__item:hover:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_circle-fill.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  left: 2px;
  background-size: 100%;
}

.book-menu__item a {
  font-size: 1.125rem;
}

.book-menu--policy .book-menu__item a:active, .book-menu--policy .book-menu__item a:focus, .book-menu--policy .book-menu__item a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.book-menu--topic .book-menu__item a {
  display: block;
  padding-bottom: 24px;
  margin-top: -4px;
  position: relative;
  color: #5f574f;
}

.book-menu--topic .book-menu__item a:active, .book-menu--topic .book-menu__item a:focus, .book-menu--topic .book-menu__item a:hover {
  color: #2e2d29;
}

@media (max-width: 63.99em) {
  .book-menu__item a {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: normal;
  }
}

.book-menu__item:last-child a {
  padding-bottom: 0;
}

.book-menu__search-wrap {
  position: relative;
  margin: 20px 0;
}

.book-menu__search-wrap:after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #98928a;
  position: absolute;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 8px;
}

.book-menu__search-wrap input[type=search] {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

.book-menu__search-wrap :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.book-menu__search-wrap ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.book-menu__search-submit {
  position: absolute;
  top: 0;
  right: 0;
}

.book-menu__search-submit .search-block__icon {
  top: 10px;
  right: -6px;
}

.book-menu__search-submit button {
  background-color: transparent;
}

.book-menu__back-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 40px;
  margin-top: 10px;
}

.book-menu__back-link:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100%;
}

@media (min-width: 64em) {
  .book-menu__back-link {
    display: none;
  }
}

.book-menu__back-link span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 1px;
  margin-left: 4px;
}

.n3934597 .book-nav {
  display: none;
}

.book-nav {
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0;
  background-color: #f8f6f3;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .book-nav__container {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) and (max-width: 79.99em) {
  .book-nav__container {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 80em) {
  .book-nav__container {
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 80em) and (max-width: 79.99em) {
  .book-nav__container {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.book-nav__wrap {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (min-width: 64em) {
  .book-nav__wrap {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.book-nav__inner {
  box-sizing: border-box;
  -ms-flex-preferred-size: calc(100% - 50px);
  flex-basis: calc(100% - 50px);
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .book-nav__inner {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 50px);
  }
}

@media (max-width: 63.99em) {
  .book-nav__inner {
    padding-left: 17px;
  }
}

@media (min-width: 64em) {
  .book-nav__inner {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(79.16667% - 50px);
    flex-basis: calc(79.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .book-nav__inner {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(79.16667% - 50px);
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .book-nav__inner {
    padding-left: 12px;
  }
}

.book-nav h2:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_circle-group-x-light-clay.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-position: center;
  position: relative;
  top: 15px;
  left: 0;
  background-position: center;
  background-size: 100%;
}

.book-nav h2:before {
  margin-right: 5px;
}

.book-nav a:active, .book-nav a:hover, .book-nav a:focus {
  color: #007c92;
}

.book-nav ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.book-nav .chapter-number {
  font-size: 1.125rem;
  margin-right: 10px;
}

.is-topic.has-book .book-nav .chapter-number {
  margin-right: 0;
}

.brand-bar {
  background-color: #8c1515;
}

.brand-bar__container {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brand-bar__logo {
  font-family: 'Stanford', Arial, "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  font-size: 1.375rem;
  color: #fff;
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
  transition-delay: 0.01ms, 0.01ms !important;
}

.brand-bar__logo:hover {
  text-decoration: underline;
}

.brand-bar__logo:active, .brand-bar__logo:hover, .brand-bar__logo:focus {
  color: #fff;
  opacity: .75;
  text-decoration: none;
}

@media (max-width: 79.99em) {
  .brand-bar__logo {
    padding-left: 17px;
  }
}

/*
Buttons
https://app.zeplin.io/project/5e6682f618ae0f143906fcd7/screen/5e66841b8d37001375621b4b
https://app.zeplin.io/project/5e6682f618ae0f143906fcd7/screen/5e6683810a273719afb60405
Note, if we need buttons in many different colors, we can make this into a mixin.
 */
.btn, .media-library-item__edit, .tabledrag-toggle-weight-wrapper button,
input[type='file'],
input[type='submit'],
.su-button {
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: #007c92;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: all 0.6s ease 0s;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
}

.btn:focus, .media-library-item__edit:focus, .tabledrag-toggle-weight-wrapper button:focus, .btn:hover, .media-library-item__edit:hover, .tabledrag-toggle-weight-wrapper button:hover, .btn.btn-viewed, .btn-viewed.media-library-item__edit, .tabledrag-toggle-weight-wrapper button.btn-viewed,
input[type='file']:focus,
input[type='file']:hover,
input[type='file'].btn-viewed,
input[type='submit']:focus,
input[type='submit']:hover,
input[type='submit'].btn-viewed,
.su-button:focus,
.su-button:hover,
.su-button.btn-viewed {
  background-color: #b6b1a9;
  color: #2e2d29;
}

.btn.btn-hollow, .btn-hollow.media-library-item__edit, .tabledrag-toggle-weight-wrapper button.btn-hollow,
input[type='file'].btn-hollow,
input[type='submit'].btn-hollow,
.su-button.btn-hollow {
  border: 1px solid #007c92;
  background-color: transparent;
  color: #007c92;
}

.btn.btn-hollow:focus, .btn-hollow.media-library-item__edit:focus, .tabledrag-toggle-weight-wrapper button.btn-hollow:focus, .btn.btn-hollow:hover, .btn-hollow.media-library-item__edit:hover, .tabledrag-toggle-weight-wrapper button.btn-hollow:hover, .btn.btn-hollow.btn-viewed, .btn-hollow.btn-viewed.media-library-item__edit, .tabledrag-toggle-weight-wrapper button.btn-hollow.btn-viewed,
input[type='file'].btn-hollow:focus,
input[type='file'].btn-hollow:hover,
input[type='file'].btn-hollow.btn-viewed,
input[type='submit'].btn-hollow:focus,
input[type='submit'].btn-hollow:hover,
input[type='submit'].btn-hollow.btn-viewed,
.su-button.btn-hollow:focus,
.su-button.btn-hollow:hover,
.su-button.btn-hollow.btn-viewed {
  background-color: transparent;
  color: var(--warm-grey);
  border: 1px solid #b6b1a9;
}

.btn.btn-small, .btn-small.media-library-item__edit, .tabledrag-toggle-weight-wrapper button.btn-small,
input[type='file'].btn-small,
input[type='submit'].btn-small,
.su-button.btn-small {
  padding: 2px 18px;
}

.callout {
  font-size: 1.125rem;
  line-height: 1.875rem;
  background-color: #f8f6f3;
  color: #5f574f;
  padding: 70px 25px 25px;
  margin: 50px 0;
  position: relative;
}

.callout strong {
  color: #2e2d29;
}

.callout.callout--procedure:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_callout_procedure.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 45px;
  background-size: 100%;
  background-size: 100%;
}

.callout.callout--procedure:before {
  content: 'Procedure';
}

.callout.callout--funder:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_callout_funder-req.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 45px;
  background-size: 100%;
  background-size: 100%;
}

.callout.callout--funder:before {
  content: 'Funder Requirements';
}

.callout.callout--high-priority:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_callout_priority.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 45px;
  background-size: 100%;
  background-size: 100%;
}

.callout.callout--high-priority:before {
  content: 'Important';
  background-color: #8c1515;
  color: #fff;
}

.callout:before {
  content: '';
  font-size: 1rem;
  background-color: #d8d4cd;
  background-size: 30px !important;
  background-position: 6px center;
  font-weight: 600;
  padding: 14px 0 10px 40px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  line-height: 1em;
}

.category {
  min-height: 100px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 63.99em) {
  .category {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 64em) {
  .category {
    min-height: 90px;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .category {
    padding-top: 30px;
  }
}

.category__label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #98928a;
  margin-top: 2px;
  margin-right: 6px;
}

@media (min-width: 64em) {
  .category__label {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.category__items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  .category__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category__item {
  margin: 0;
  padding: 0 10px 0 0;
}

@media (max-width: 63.99em) {
  .category__item {
    display: inline-block;
  }
}

.category__item:before {
  display: none;
}

.category__item a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 2.08;
}

@media (min-width: 64em) {
  .category__item a {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.category-page .section-title {
  display: block;
}

@media (min-width: 64em) {
  .category-page .section-title {
    margin-top: 70px;
  }
}

.category-page .category-title-wrap {
  margin-bottom: 14px;
}

.category-page .category-title-wrap span {
  display: inline-block;
}

.category-page .category-title-wrap h2 {
  display: inline-block;
}

.category-page__wrap .section-title:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 63.99em) {
  .category-page__wrap {
    margin-top: 30px;
  }
}

.category-page .icon {
  position: relative;
}

.category-page .icon--policy .category-title-wrap:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 44px;
  right: 0;
}

@media (min-width: 64em) {
  .category-page .icon--policy .category-title-wrap:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 100%;
    position: absolute;
    top: 44px;
    right: 0;
  }
}

.category-page .icon--how-to .category-title-wrap:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_course-contact_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 40px;
  right: 0;
}

@media (min-width: 64em) {
  .category-page .icon--how-to .category-title-wrap:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_course-contact_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 100%;
    position: absolute;
    top: 52px;
    right: 0;
  }
}

.category-page .icon--glossary .category-title-wrap:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 52px;
  right: 0;
}

@media (min-width: 64em) {
  .category-page .icon--glossary .category-title-wrap:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 58px;
    height: 58px;
    background-size: 100%;
    position: absolute;
    top: 52px;
    right: 0;
  }
}

.category-page .icon--tools .category-title-wrap:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 50px;
  right: 0;
}

@media (min-width: 64em) {
  .category-page .icon--tools .category-title-wrap:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 100%;
    position: absolute;
    top: 50px;
    right: 0;
  }
}

.ckeditor-accordion-container > dl {
  border: none;
}

.ckeditor-accordion-container > dl dt.active > a {
  background-color: #fff;
}

.ckeditor-accordion-container > dl dt {
  border-bottom: 1px solid #d8d4cd;
  margin-bottom: 0 !important;
}

.ckeditor-accordion-container > dl dt.active {
  border-bottom: 1px solid #fff;
}

.ckeditor-accordion-container > dl dt.active a > .ckeditor-accordion-toggle:before {
  -ms-transform: unset;
  transform: unset;
}

.ckeditor-accordion-container > dl dt.active a > .ckeditor-accordion-toggle:after {
  content: unset;
}

.ckeditor-accordion-container > dl dt.active a > .ckeditor-accordion-toggle:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_accordion_minus.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -12px;
  left: -10px;
  background-position: center;
  background-size: contain;
}

@media (max-width: 63.99em) {
  .ckeditor-accordion-container > dl dt.active a > .ckeditor-accordion-toggle:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_accordion_minus_mobile.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -7px;
    left: -10px;
    background-position: center;
    background-size: contain;
  }
}

.ckeditor-accordion-container > dl dt a > .ckeditor-accordion-toggle:before {
  -ms-transform: unset;
  transform: unset;
}

.ckeditor-accordion-container > dl dt a > .ckeditor-accordion-toggle:after {
  content: unset;
}

.ckeditor-accordion-container > dl dt a > .ckeditor-accordion-toggle:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_accordion_plus.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -12px;
  left: -10px;
  background-position: center;
  background-size: contain;
}

@media (max-width: 63.99em) {
  .ckeditor-accordion-container > dl dt a > .ckeditor-accordion-toggle:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_accordion_plus_mobile.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -7px;
    left: -10px;
    background-position: center;
    background-size: contain;
  }
}

.ckeditor-accordion-container > dl dt:first-of-type {
  border-top: 1px solid #d8d4cd;
}

.ckeditor-accordion-container > dl dt a.ckeditor-accordion-toggler {
  color: #2e2d29;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 19px 15px 19px 50px;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.ckeditor-accordion-container > dl dt a.ckeditor-accordion-toggler:focus, .ckeditor-accordion-container > dl dt a.ckeditor-accordion-toggler:hover {
  color: #2e2d29;
  background-color: #fff;
  text-decoration: none;
}

@media (max-width: 63.99em) {
  .ckeditor-accordion-container > dl dt a.ckeditor-accordion-toggler {
    padding: 14px 15px 14px 30px;
    font-size: 1rem;
  }
}

.ckeditor-accordion-container > dl dt {
  margin-bottom: 10px;
}

.component__item {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d8d4cd;
}

@media (min-width: 64em) {
  .component__item {
    margin-bottom: 60px;
    padding-bottom: 80px;
  }
}

.component__item:last-child {
  border-bottom: none;
}

.paragraph--type--text-responsible-person h3, .paragraph--type--text-responsible-person .search-announcements__title h2, .search-announcements__title .paragraph--type--text-responsible-person h2 {
  margin-bottom: 20px;
}

.paragraph--type--filtered-list .viewsreference--view-title {
  display: none;
}

@media (min-width: 57.5em) {
  .contact-block {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 57.5em) {
  .contact-block__title {
    width: 30%;
  }
}

.contact-block h3, .contact-block .search-announcements__title h2, .search-announcements__title .contact-block h2 {
  color: #98928a;
}

@media (min-width: 57.5em) {
  .contact-block__address {
    width: 30%;
  }
}

@media (max-width: 57.49em) {
  .contact-block__info {
    margin-bottom: 10px;
  }
}

@media (min-width: 57.5em) {
  .contact-block__info {
    width: 40%;
  }
}

.contact-block__info span {
  display: block;
}

.contact-block_map-link {
  display: block;
}

.contact-block span {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.view-filters .filter-wrap {
  background-color: #f8f6f3;
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.view-filters .filter-wrap__inner {
  max-width: 1175px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 24px;
}

@media (max-width: 79.99em) {
  .view-filters .filter-wrap__inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .view-filters .filter-wrap__inner {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) and (max-width: 79.99em) {
  .view-filters .filter-wrap__inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 63.99em) {
  .view-filters .filter-wrap__inner {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition-property: opacity, visibility;
    transition-duration: .6s;
    transition-delay: 0.1s;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 63.99em) {
  .view-filters .filter-wrap__inner.filter-visible {
    visibility: visible;
    opacity: 1;
    height: inherit;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (min-width: 64em) {
  .view-filters .filter-wrap__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .is-all-terms .view-filters .filter-wrap__inner,
  .landing-glossary .view-filters .filter-wrap__inner {
    margin-bottom: 10px;
  }
}

.n3934597 .view-filters .filter-wrap__inner [data-drupal-selector="edit-date"] {
  display: -ms-flexbox;
  display: flex;
}

.view-filters .filter-wrap input,
.view-filters .filter-wrap select {
  background-color: #f8f6f3;
}

@media (min-width: 64em) {
  .view-filters .filter-wrap .form-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media (min-width: 64em) {
  .view--filters-3up .view-filters .filter-wrap .form-item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .n3934597 .view--filters-3up .view-filters .filter-wrap .form-item {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .n3934597 .view--filters-3up .view-filters .filter-wrap .form-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.view-filters .filter-wrap label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0;
}

@media (max-width: 63.99em) {
  .view-filters .filter-wrap label {
    color: #98928a;
  }
}

@media (min-width: 64em) {
  .view-filters .filter-wrap input,
  .view-filters .filter-wrap .form-type-select {
    width: 94%;
  }
}

.view-filters #views-exposed-form-people-people .filter-wrap .filter-wrap__inner {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 64em) {
  .view-filters .filter-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .view-filters .filter-sort > div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (min-width: 80em) {
  .view-filters .filter-sort > div {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

.view-filters .filter-sort .form-item-sort-bef-combine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (min-width: 64em) {
  .view-filters .filter-sort .form-item-sort-bef-combine {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.view-filters .filter-sort label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0;
}

@media (max-width: 63.99em) {
  .view-filters .filter-sort label {
    color: #98928a;
    font-size: 0.75rem;
    line-height: 2.08;
    letter-spacing: 1px;
  }
}

@media (max-width: 63.99em) {
  .view-filters .filter-sort .form-type-select:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-down_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 100%;
    top: 16px;
    right: -22px;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .view-filters .filter-sort .form-type-select {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

.view-filters .filter-sort .form-type-select .form-select-sort {
  border: none;
  background-color: transparent;
  line-height: 1.39;
  font-size: 1rem;
}

@media (min-width: 64em) {
  .view-filters .filter-sort .form-type-select .form-select-sort {
    font-size: 1.125rem;
  }
}

.view-filters .show-filters {
  color: #726963;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 17px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.view-filters .show-filters:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-down_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: 100%;
  position: relative;
  top: 3px;
  right: -5px;
}

.view-filters .show-filters.is-expanded:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 64em) {
  .view-filters .show-filters {
    display: none;
  }
}

.view-filters .input-search {
  position: relative;
}

.view-filters .input-search:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: absolute;
  top: 12px;
  right: 30px;
}

@media (min-width: 80em) {
  .n3934597 .view-filters .input-search:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    top: 12px;
    right: 50px;
  }
}

@media (max-width: 63.99em) {
  .view-filters .input-search:after {
    right: 8px;
    top: 10px;
  }
}

.view-filters .input-date {
  position: relative;
}

.view-filters .input-date:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_calendar_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: absolute;
  top: 14px;
  right: 30px;
}

@media (max-width: 63.99em) {
  .view-filters .input-date:after {
    right: 8px;
    top: 10px;
  }
}

.view-glossary-terms {
  margin-top: 30px;
}

.view-glossary-terms .attachment {
  border-bottom: 1px solid #b6b1a9;
  margin-bottom: 20px;
}

.view-glossary-terms .attachment ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 63.99em) {
  .view-glossary-terms .attachment ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .view-glossary-terms .attachment ul {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.view-glossary-terms .attachment li:before {
  display: none;
}

.main .views-glossary-alpha li {
  padding-left: 16px;
  padding-right: 16px;
}

.views-glossary-alpha a {
  color: #5f574f;
  font-size: 1rem;
  line-height: 1.39;
}

@media (min-width: 64em) {
  .views-glossary-alpha a {
    font-size: 1.125rem;
  }
}

.views-glossary-alpha a:active, .views-glossary-alpha a:hover, .views-glossary-alpha a:focus {
  color: #007c92;
}

.view--has-filters .view-empty {
  padding: 50px 0 100px;
  text-align: center;
  font-weight: 600;
}

.view-empty {
  padding: 0 50px 50px;
}

@media (min-width: 64em) {
  .total-items {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

@media (max-width: 63.99em) {
  .total-items h2 {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.flag-mydor {
  position: relative;
}

.layout__region--content .flag-mydor {
  margin-bottom: 40px;
}

@media (min-width: 64em) {
  .flag-mydor {
    margin-top: 40px;
  }
}

.flag-mydor a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.flag-mydor a:before {
  margin-right: 10px;
}

.flag-mydor .flag-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.flag-mydor .flag-text--narrow {
  font-size: 12px;
  line-height: 2.08;
  letter-spacing: 1px;
}

@media (max-width: 63.99em) {
  .flag-mydor.action-flag a:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_add.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .flag-mydor.action-flag a:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_add.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-size: 100%;
  }
}

.flag-mydor.action-flag .flag-text--add-narrow {
  display: block;
}

@media (min-width: 64em) {
  .flag-mydor.action-flag .flag-text--add-narrow {
    display: none;
  }
}

.flag-mydor.action-flag .flag-text--add-wide {
  display: none;
}

@media (min-width: 64em) {
  .flag-mydor.action-flag .flag-text--add-wide {
    display: block;
  }
}

.flag-mydor.action-flag .flag-text--remove-narrow {
  display: none;
}

.flag-mydor.action-flag .flag-text--remove-wide {
  display: none;
}

@media (max-width: 63.99em) {
  .flag-mydor.action-unflag a:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_remove.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .flag-mydor.action-unflag a:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_remove.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-size: 100%;
  }
}

.flag-mydor.action-unflag .flag-text--add-narrow {
  display: none;
}

.flag-mydor.action-unflag .flag-text--add-wide {
  display: none;
}

.flag-mydor.action-unflag .flag-text--remove-narrow {
  display: block;
}

@media (min-width: 64em) {
  .flag-mydor.action-unflag .flag-text--remove-narrow {
    display: none;
  }
}

.flag-mydor.action-unflag .flag-text--remove-wide {
  display: none;
}

@media (min-width: 64em) {
  .flag-mydor.action-unflag .flag-text--remove-wide {
    display: block;
  }
}

footer {
  z-index: 100;
  position: relative;
}

.global-footer {
  color: #fff;
  background-color: #8c1515;
}

.global-footer a {
  text-decoration: none;
  color: #fff;
}

.global-footer a:active, .global-footer a:hover, .global-footer a:focus {
  text-decoration: underline;
  color: #fff;
  opacity: 1;
}

@media (min-width: 23.4375em) {
  .global-footer nav {
    display: block;
  }
}

@media (max-width: 63.99em) {
  .global-footer nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.global-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  min-height: 120px;
}

@media (min-width: 64em) {
  .global-footer__container {
    padding-left: 70px;
    padding-right: 20px;
  }
}

@media (min-width: 64em) {
  .global-footer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 63.99em) {
  .global-footer__brand {
    padding-top: 30px;
  }
}

@media (min-width: 64em) {
  .global-footer__brand {
    padding-right: 50px;
  }
}

.global-footer__brand a {
  font-family: 'Stanford', Arial, "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  font-size: 1.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.global-footer__brand a:hover {
  text-decoration: underline;
}

.global-footer__brand a:active, .global-footer__brand a:hover, .global-footer__brand a:focus {
  opacity: .75;
  text-decoration: none;
}

.global-footer__brand span {
  line-height: .7;
  font-size: 2rem;
}

.global-footer__menu {
  list-style-type: none;
}

.global-footer__menu--global ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 64em) {
  .global-footer__menu--global ul {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 64em) {
  .global-footer__menu--global a {
    margin-right: 14px;
  }
}

.global-footer__copyright-wrap {
  font-size: 0.9375rem;
}

@media (min-width: 64em) {
  .global-footer__copyright-wrap {
    font-size: 0.8125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.global-footer__copyright {
  padding-bottom: 20px;
}

@media (max-width: 63.99em) {
  .global-footer__copyright {
    text-align: center;
  }
}

@media (min-width: 64em) {
  .global-footer__copyright {
    margin-right: 10px;
  }
}

@media (min-width: 64em) {
  .global-footer .footer-menu {
    margin-bottom: 6px;
    padding-top: 20px;
  }
}

.global-footer .footer-menu li {
  padding: 0;
}

@media (max-width: 63.99em) {
  .global-footer .footer-menu li {
    padding: 9px 0;
  }
}

.global-footer .footer-menu a {
  font-size: 0.9375rem;
  line-height: 1.33;
}

@media (max-width: 63.99em) {
  .global-footer .footer-menu a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
  }
}

@media (min-width: 64em) {
  .global-footer .legal-menu {
    margin-bottom: 6px;
  }
}

.global-footer .legal-menu li {
  padding: 0;
}

@media (max-width: 63.99em) {
  .global-footer .legal-menu li {
    padding: 9px 0;
  }
}

.global-footer .legal-menu a {
  font-size: 0.8125rem;
  line-height: 1.54;
}

@media (max-width: 63.99em) {
  .global-footer .legal-menu a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.7;
  }
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
input[type='text'] {
  width: 100%;
  height: 40px;
  line-height: 1.67;
  font-size: 1.125rem;
  padding: 0 0 0 10px;
  border-radius: 0;
  border: 1px solid #b6b1a9;
  -webkit-appearance: none !important;
}

@media (min-width: 64em) {
  input[type='text'],
  input[type='password'],
  input[type='date'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='month'],
  input[type='week'],
  input[type='email'],
  input[type='number'],
  input[type='search'],
  input[type='tel'],
  input[type='time'],
  input[type='url'],
  input[type='color'],
  input[type='text'] {
    height: 45px;
  }
}

button,
input[type=button] {
  border: none;
}

.form-item {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 600;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 2.14;
}

details {
  margin-bottom: 20px;
}

summary {
  margin-bottom: 20px;
}

form .description {
  margin-top: 4px;
  line-height: 1.5;
}

.form-type-select {
  position: relative;
}

.form-type-select:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_drop-down_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-size: 100%;
}

.form-type-select:before {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 30;
  pointer-events: none;
}

.form-type-select select {
  font-size: 1.125rem;
  padding: 2px 38px 2px 10px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  outline: none;
  appearance: none;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  background-image: none;
  height: 45px;
  border: 1px solid #b6b1a9;
  width: 100%;
  color: #5f574f;
}

.filter-sort .form-type-select select {
  padding: 2px 4px 2px 10px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 63.99em) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

.glossary-terms {
  border-bottom: 1px solid #b6b1a9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 64em) {
  .glossary-terms {
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 64em) {
  .glossary-terms__alpha {
    margin-right: 190px;
  }
}

.glossary-terms__alpha h3, .glossary-terms__alpha .search-announcements__title h2, .search-announcements__title .glossary-terms__alpha h2 {
  line-height: 1.36;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #98928a;
  font-weight: 400;
  margin-bottom: 6px;
}

@media (min-width: 64em) {
  .glossary-terms__titles {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .glossary-terms__item {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
  }
}

.glossary-terms__item h3 a, .glossary-terms__item .search-announcements__title h2 a, .search-announcements__title .glossary-terms__item h2 a {
  color: #2e2d29;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .40s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.mm-wrapper_opened .hamburger .hamburger-inner, .mm-wrapper_opened
.hamburger .hamburger-inner:after, .mm-wrapper_opened
.hamburger .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mm-wrapper_opened .hamburger-box {
  width: 28px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 24px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .40s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #7c756d;
}

.mm-wrapper_opened .hamburger-inner, .mm-wrapper_opened
.hamburger-inner:after, .mm-wrapper_opened
.hamburger-inner:before {
  width: 30px;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .40s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.mm-wrapper_opened .hamburger--slider .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
* Page header prototypes.
*/
@media (max-width: 63.99em) {
  .header {
    position: relative;
    z-index: 300;
  }
}

.page-title {
  position: relative;
}

.is-page .page-title {
  background-color: #b6b1a9;
}

@media (min-width: 64em) {
  .page-view-category .page-title {
    margin-bottom: 60px;
  }
}

.path-search .page-title,
.has-supergraphic .page-title {
  background-color: #00505c;
}

.path-search .page-title:before,
.has-supergraphic .page-title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon-dor-letters.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  background-size: 100%;
}

.path-search .page-title:before,
.has-supergraphic .page-title:before {
  background-size: 3700px;
  background-position: -320px -170px;
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .path-search .page-title:before,
  .has-supergraphic .page-title:before {
    background-size: 4400px;
  }
}

.is-policy-book .page-title:before,
.landing-glossary .page-title:before,
.landing-funding .page-title:before,
.landing-policies-resources .page-title:before,
.landing-how-to .page-title:before,
.landing-forms-tools .page-title:before,
.landing-how .page-title:before,
.is-training .page-title:before,
.is-training-courses .page-title:before {
  display: none;
}

.landing-search-announcements .page-title,
.landing-announcements .page-title,
.is-announcement .page-title {
  background-color: #e98300;
}

.is-all-terms .page-title,
.landing-glossary .page-title,
.landing-policies-resources .page-title,
.landing-how .page-title,
.is-how-to .page-title,
.is-glossary-term .page-title,
.is-tool .page-title,
.is-forms-tools .page-title,
.is-policy-book .page-title {
  background-color: #b1040e;
}

.landing-offices .page-title,
.landing-people .page-title,
.landing-research-offices .page-title,
.is-person .page-title,
.is-office .page-title {
  background-color: #b6b1a9;
}

.landing-funding .page-title {
  background-color: #53284f;
}

.is-training .page-title {
  background-color: #175e54;
}

.is-topic .page-title {
  background-color: #00505c;
  overflow: hidden;
}

.page-title__bg:before {
  background-position: 0 -90px;
}

@media (max-width: 63.99em) {
  .landing-policies-resources .page-title__bg:before,
  .is-policy-book .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: 0;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .landing-policies-resources .page-title__bg:before,
  .is-policy-book .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-size: 100%;
  }
  .landing-policies-resources .page-title__bg:after,
  .is-policy-book .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

@media (max-width: 63.99em) {
  .is-all-terms .page-title__bg:before,
  .landing-glossary .page-title__bg:before,
  .is-glossary-term .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: 0;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .is-all-terms .page-title__bg:before,
  .landing-glossary .page-title__bg:before,
  .is-glossary-term .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-size: 100%;
  }
  .is-all-terms .page-title__bg:after,
  .landing-glossary .page-title__bg:after,
  .is-glossary-term .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

@media (max-width: 63.99em) {
  .landing-how .page-title__bg:before,
  .is-how-to .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_how-to_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: 0;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .landing-how .page-title__bg:before,
  .is-how-to .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_how-to_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: 100%;
    position: absolute;
    top: 10px;
    right: 20px;
    background-size: 100%;
  }
  .landing-how .page-title__bg:after,
  .is-how-to .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_how-to_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

@media (max-width: 63.99em) {
  .is-forms-tools .page-title__bg:before,
  .is-tool .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: 0;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .is-forms-tools .page-title__bg:before,
  .is-tool .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    background-size: 100%;
  }
  .is-forms-tools .page-title__bg:after,
  .is-tool .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

@media (max-width: 63.99em) {
  .landing-training .page-title__bg:before,
  .is-training-courses .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_all_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: 100%;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: 0;
    background-position: 0 0;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .landing-training .page-title__bg:before,
  .is-training-courses .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_all_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 100%;
  }
  .landing-training .page-title__bg:after,
  .is-training-courses .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_all_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

@media (max-width: 63.99em) {
  .landing-funding .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 44%;
    background-position: 100% 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 100% 10px;
    background-size: 44%;
  }
}

@media (min-width: 64em) {
  .landing-funding .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 56%;
    background-position: 100% -100px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 100% -100px;
    background-size: 56%;
  }
  .landing-funding .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 100%;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.header-has-link .page-title__bg:after {
  display: none;
}

.page-title__header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
  padding-bottom: 18px;
  position: relative;
  z-index: 200;
}

@media (max-width: 63.99em) {
  .page-title__header-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .is-policy-book .page-title__header-wrap,
  .is-office .page-title__header-wrap {
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media (min-width: 64em) {
  .page-title__header-wrap {
    margin-top: 24px;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c58a8a;
  }
}

.is-office .page-title__header-wrap {
  border-bottom: 0 solid #d8d4cd;
}

@media (min-width: 64em) {
  .is-office .page-title__header-wrap {
    border-bottom: 1px solid #d8d4cd;
  }
}

.page-title__header-wrap ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.page-title__header-wrap a {
  color: #fff;
  line-height: 1.39;
}

.page-title__header {
  color: #fff;
  width: 100%;
}

.is-policy-book .page-title__header {
  position: relative;
}

@media (max-width: 63.99em) {
  .is-policy-book .page-title__header:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #98928a;
    width: 90%;
    left: 20px;
    margin: 0 auto;
  }
}

.is-office .page-title__header {
  position: relative;
}

@media (max-width: 63.99em) {
  .is-office .page-title__header:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-bottom: 1px solid #d8d4cd;
    width: 90%;
    left: 20px;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .page-title__header {
    width: 50%;
  }
}

.page-title__header a {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.67;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .page-title__header a {
    font-size: 0.875rem;
    line-height: 1.79;
  }
}

.is-policy-book .page-title__header--open:after {
  border: none;
  width: 100%;
}

.page-title__contents {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
}

@media (max-width: 63.99em) {
  .page-title__contents {
    -ms-flex-direction: column;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .is-policy-book .page-title__contents {
    padding: 0 17px;
  }
  .page-title__contents--open {
    visibility: visible;
    opacity: 1;
    height: auto;
    background-color: #8c1515;
  }
}

@media (min-width: 64em) {
  .page-title__contents {
    width: 50%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}

.page-title__contents-item {
  border: none;
}

@media (max-width: 63.99em) {
  .page-title__contents-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #c58a8a;
    padding-top: 20px;
    padding-bottom: 16px;
  }
}

@media (min-width: 64em) {
  .page-title__contents-item.active > a {
    border-bottom: 1px solid #fff;
  }
}

.page-title__contents-item.book-menu--topic {
  border: none;
}

@media (max-width: 63.99em) {
  .page-title__contents-item.book-menu--topic {
    padding-bottom: 0;
  }
}

@media (min-width: 64em) {
  .page-title__contents-item.book-menu--topic {
    border-left: 1px solid #d8d4cd;
  }
}

.page-title__contents-item.book-menu--topic > a:active, .page-title__contents-item.book-menu--topic > a:focus, .page-title__contents-item.book-menu--topic > a:hover {
  border-bottom: none;
}

@media (max-width: 63.99em) {
  .page-title__contents-item > a {
    display: block;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: normal;
  }
}

@media (min-width: 64em) {
  .page-title__contents-item > a {
    padding: 35px 26px 31px 20px;
    font-size: 1.125rem;
  }
}

.page-title__contents-item > a:active, .page-title__contents-item > a:focus, .page-title__contents-item > a:hover {
  text-decoration: none;
}

@media (min-width: 64em) {
  .page-title__contents-item > a:active, .page-title__contents-item > a:focus, .page-title__contents-item > a:hover {
    border-bottom: 1px solid #fff;
  }
}

@media (min-width: 64em) {
  .page-title__contents-item a.book-menu__toggle {
    padding-right: 36px;
  }
}

.page-title__contents-item.book-menu--office a {
  white-space: nowrap;
}

.page-title__wrap {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
}

.header-has-link.header-no-lede .page-title__wrap {
  width: 100%;
}

.has-flipped-heading .page-title__wrap {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.is-office .page-title__wrap {
  margin-bottom: 18px;
}

.page-title__inner {
  min-height: 270px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

@media (max-width: 79.99em) {
  .page-title__inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .page-title__inner {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    min-height: 320px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) and (max-width: 79.99em) {
  .page-title__inner {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.has-book .page-title__inner,
.is-policy-book .page-title__inner {
  min-height: 360px;
}

@media (max-width: 63.99em) {
  .book-parent .page-title__inner {
    min-height: 435px;
  }
}

.landing-topics .page-title__inner,
.is-announcement .page-title__inner,
.landing-how .page-title__inner,
.is-training .page-title__inner {
  min-height: 320px;
}

.page-title__inner h1 {
  color: #fff;
}

@media (min-width: 64em) {
  .page-title__inner h1 {
    padding-bottom: 6px;
  }
}

@media (max-width: 63.99em) {
  .book-parent .page-title__inner h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 63.99em) {
  .is-topic .page-title__inner h1 {
    margin-bottom: 1.5rem;
  }
}

.has-person-title .page-title__inner h1 {
  margin-bottom: 0;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .page-title__inner h1 {
    width: 90%;
  }
}

@media (min-width: 64em) {
  .header-has-link.header-no-lede .page-title__inner h1 {
    margin-bottom: -20px;
  }
}

@media (min-width: 64em) {
  .header-has-link.header-no-lede .page-title__inner h1 {
    width: 90%;
  }
}

@media (min-width: 80em) {
  .page-title__inner h1 {
    width: 46%;
  }
  .page-node-type-page .page-title__inner h1,
  .layout-builder-admin .page-title__inner h1,
  .is-topic .page-title__inner h1 {
    width: 100%;
  }
  .is-policy-book .page-title__inner h1 {
    width: 84%;
  }
  .is-announcement .page-title__inner h1 {
    width: 62%;
  }
  .is-tool .page-title__inner h1 {
    width: 80%;
  }
}

.page-title h2 {
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  max-width: 80%;
}

.page-title__description {
  margin-top: 8px;
}

@media (min-width: 64em) {
  .page-title__description {
    margin-top: -14px;
    margin-bottom: 10px;
  }
}

.page-title__description p {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 64em) {
  .page-title__description p {
    width: 64%;
  }
}

.page-title__person-title {
  margin-bottom: 10px;
}

.page-title__lede {
  position: relative;
  margin-bottom: 18px;
  margin-top: 10px;
}

@media (min-width: 64em) {
  .page-title__lede {
    margin-bottom: 30px;
    margin-top: -14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 64em) {
  .is-policy-book .page-title__lede,
  .header-no-lede .page-title__lede {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .is-policy-book .page-title__lede h2,
  .header-no-lede .page-title__lede h2 {
    width: 68%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  .header-has-link.header-no-lede .page-title__lede {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 63.99em) {
  .page-title__lede h2 {
    margin-bottom: 10px;
  }
  .header-has-link .page-title__lede h2 {
    margin-bottom: 20px;
  }
}

.page-title__lede a {
  color: #fff;
  position: relative;
  z-index: 100;
}

.page-title__lede a:active, .page-title__lede a:hover, .page-title__lede a:focus {
  text-decoration: underline;
}

@media (max-width: 63.99em) {
  .page-title__lede a {
    width: 58%;
    display: block;
    line-height: 1.67;
  }
  .page-title__lede a:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: -10px;
  }
}

@media (max-width: 63.99em) {
  .landing-search-announcements .page-title__lede a {
    width: 40%;
  }
  .landing-search-announcements .page-title__lede a:after {
    right: -40px;
  }
}

@media (max-width: 63.99em) {
  .landing-topics .page-title__lede a:after {
    right: 30px;
  }
}

@media (min-width: 64em) {
  .page-title__lede a:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: absolute;
    top: 5px;
  }
}

@media (max-width: 63.99em) {
  .page-title__lede a:after {
    margin-left: 10px;
  }
}

@media (min-width: 64em) {
  .page-title__lede a {
    left: -8px;
  }
}

.page-title__header-link {
  display: none;
}

@media (min-width: 64em) {
  .page-title__header-link {
    display: block;
  }
}

.page-title__header-toggle {
  display: block;
  cursor: pointer;
  padding: 20px 22px 20px 12px;
  width: 75%;
  margin-left: 20px;
}

.page-title__header-toggle:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 4px;
  left: 8px;
}

.page-title__header-toggle--open {
  background-color: #8c1515;
}

.page-title__header-toggle--open:after {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (min-width: 64em) {
  .page-title__header-toggle {
    display: none;
  }
}

.page-title a:active, .page-title a:hover, .page-title a:focus {
  color: #fff;
}

@media (max-width: 63.99em) {
  .page-title__menu {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
  }
}

.landing-topics.has-supergraphic .page-title:before {
  height: 320px;
}

.landing-how-to .view-filters .filter-wrap__inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.landing-how-to .view-filters .filter-wrap .form-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tableauViz {
  -ms-transform: scale(0.73, 0.73);
  transform: scale(0.73, 0.73);
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 137%;
}

.tableau-wrapper {
  max-height: 870px;
}

@media (max-width: 63.99em) {
  .layout-content {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout-content {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) and (max-width: 79.99em) {
  .layout-content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 80em) {
  .layout-content {
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 80em) and (max-width: 79.99em) {
  .layout-content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 64em) {
  .layout {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 64em) {
  .layout--onecol {
    margin: 0 auto;
  }
}

.layout--slim-hero {
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 64em) {
  .layout--flush-sides {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.layout--full-width {
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.layout--margin-bottom {
  margin-bottom: 64px;
}

@media (min-width: 64em) {
  .layout--margin-bottom {
    margin-bottom: 16px;
  }
}

@media (min-width: 64em) {
  .layout--margin-bottom-large {
    margin-bottom: 60px;
  }
}

@media (min-width: 64em) {
  .layout--sidebar-second {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.layout__region {
  position: relative;
}

@media (min-width: 64em) {
  .layout__region--content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.layout--full-width .layout__region--content {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 79.99em) {
  .layout--full-width .layout__region--content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 80em) {
  .layout--full-width .layout__region--content {
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 80em) and (max-width: 79.99em) {
  .layout--full-width .layout__region--content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 64em) {
  .layout--full-width .layout__region--content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout__region--content {
    padding-left: 0;
  }
}

@media (min-width: 80em) {
  .layout--three-quarter-content .layout__region--content {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(75% - 50px);
    flex-basis: calc(75% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding-left: 12px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--three-quarter-content .layout__region--content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 50px);
  }
}

@media (min-width: 64em) {
  .layout--split-half .layout__region--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .layout--split-half .layout__region--content > .block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 63.99em) {
  .layout__region--first {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 63.99em) {
  .layout--border-bottom .layout__region--first {
    border-bottom: 1px solid #d8d4cd;
    margin-bottom: 10px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(27.8125% - 30px);
    flex-basis: calc(27.8125% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: none), (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: active) {
  .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(27.8125% - 30px);
  }
}

@media (min-width: 80em) {
  .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(29.16667% - 50px);
    flex-basis: calc(29.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(29.16667% - 50px);
  }
}

@media (min-width: 80em) {
  .layout--sidebar-narrow .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(20.83333% - 50px);
    flex-basis: calc(20.83333% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--sidebar-narrow .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(20.83333% - 50px);
  }
}

@media (min-width: 80em) {
  .layout--sidebar-wide .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(37.5% - 50px);
    flex-basis: calc(37.5% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--sidebar-wide .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(37.5% - 50px);
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout--sidebar-second .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(29.16667% - 30px);
    flex-basis: calc(29.16667% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: none), (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: active) {
  .layout--sidebar-second .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(29.16667% - 30px);
  }
}

@media (min-width: 80em) {
  .layout--sidebar-second .layout__region--first {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(34.16667% - 50px);
    flex-basis: calc(34.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--sidebar-second .layout__region--first {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(34.16667% - 50px);
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout__region--second {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: none), (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: active) {
  .layout__region--second {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 30px);
  }
}

@media (min-width: 80em) {
  .layout__region--second {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(79.16667% - 50px);
    flex-basis: calc(79.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout__region--second {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(79.16667% - 50px);
  }
}

@media (min-width: 80em) {
  .layout--sidebar-wide .layout__region--second {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(70.83333% - 50px);
    flex-basis: calc(70.83333% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--sidebar-wide .layout__region--second {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(70.83333% - 50px);
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .layout--sidebar-second .layout__region--second {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(75% - 30px);
    flex-basis: calc(75% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: none), (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: active) {
  .layout--sidebar-second .layout__region--second {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 30px);
  }
}

@media (min-width: 80em) {
  .layout--sidebar-second .layout__region--second {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(67.08333% - 50px);
    flex-basis: calc(67.08333% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .layout--sidebar-second .layout__region--second {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(67.08333% - 50px);
  }
}

.has-book .layout-container {
  overflow-x: hidden;
}

a {
  color: #007c92;
  transition: all 0.6s ease 0s;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  color: #5f574f;
}

a.color-clay:active, a.color-clay:hover, a.color-clay:focus {
  color: #007c92;
}

a.color-black:active, a.color-black:hover, a.color-black:focus {
  color: #007c92;
}

a.color-cardinal-red:active, a.color-cardinal-red:hover, a.color-cardinal-red:focus {
  color: #5f574f;
}

/*
 * Off canvas mobile menu.
 * For the desktop menu, see _main-menu-widescreen.scss
 */
.mm-wrapper__blocker.mm-slideout,
.off-canvas-menu-wrap {
  display: none;
}

.mm-menu {
  top: 90px !important;
  max-height: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
  width: 100%;
  height: 100vh;
  /*
  mmenu overrides.
   */
}

@media (min-width: 64em) {
  .mm-menu {
    display: none;
  }
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #fff;
}

.mm-menu:before {
  display: none;
}

.mm-menu .main-menu__item-list--level-1 {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-left: 20px;
}

.mm-menu .main-menu__item-list--level-1 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.mm-menu .main-menu__item--level-0 a {
  font-size: 1.25rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mm-menu .main-menu__item--level-1 a {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
}

.mm-menu .main-menu__item--level-1 > .no-link {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
  margin-top: 20px;
}

.mm-menu .main-menu__item--level-2 a {
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
}

.mm-menu .main-menu__item--level-2 > .no-link {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.mm-menu .main-menu__item--level-2 > .no-link:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mm-menu .main-menu__item--level-2 > .no-link:after {
  position: relative;
}

.mm-menu .main-menu__item--level-2 > .no-link.toggled {
  margin-bottom: 0;
}

.mm-menu .main-menu__item--level-2 > .no-link.toggled:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mm-menu .main-menu__item--level-2 > .no-link:after {
  transition: all .55s;
  margin-left: 10px;
  top: 3px;
}

.mm-menu .main-menu__item--level-3 > a:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-size: 100%;
}

.mm-menu .main-menu__item--level-3 > a:before {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.mm-menu .main-menu__item-list--level-2 {
  max-width: 70%;
}

.mm-menu .main-menu__item-list--level-3 {
  visibility: hidden;
  opacity: 0;
  transition: all .35s;
  max-height: 0;
  overflow: hidden;
}

.mm-menu .main-menu__item-list--level-3.submenu-is-open {
  visibility: visible;
  opacity: 1;
  height: inherit;
  overflow: inherit;
  padding-top: 10px;
  padding-left: 10px;
  max-height: inherit;
}

.mm-menu #mm-1 .mm-navbar {
  display: none;
}

.mm-menu .mm-panel {
  background: #8c1515;
}

.mm-menu .mm-navbar.mm-navbar_sticky {
  background: #8c1515;
}

.mm-menu .mm-navbar__title span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.mm-menu .mm-navbar {
  border-bottom: none;
}

.mm-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-left: none;
}

.mm-menu .mm-btn.mm-btn_prev.mm-navbar__btn .mm-sronly {
  position: inherit !important;
  clip: inherit !important;
  overflow: inherit !important;
  height: inherit !important;
  width: inherit !important;
  word-wrap: inherit !important;
  min-width: inherit !important;
  -webkit-clip-path: inherit !important;
  clip-path: inherit !important;
  position: relative;
  left: 20px;
  text-transform: uppercase;
  top: 2px;
}

.mm-menu .mm-btn.mm-btn_next:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

.mm-menu .mm-btn.mm-btn_next:after {
  position: relative;
  left: 30px;
}

.mm-menu .mm-btn.mm-btn_prev {
  font-size: 0.75rem;
  line-height: 1.67;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mm-menu .mm-btn.mm-btn_prev:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: 100%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 100%;
}

.mm-menu .mm-btn.mm-btn_prev:before {
  position: relative;
  left: 20px;
}

.mm-menu .is-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

/*
 * Mega menu.
 * We wrap these elements in a medium or greater media query.
 * For the mobile menu, see _main-menu-off-canvas.scss
 */
.masthead__main-menu {
  display: none;
}

@media (min-width: 64em) {
  .masthead__main-menu {
    display: block;
  }
}

.masthead__main-menu .main-menu {
  /* mega menu list */
}

.masthead__main-menu .main-menu a {
  text-decoration: none;
  color: #5f574f;
}

.masthead__main-menu .main-menu a:hover {
  text-decoration: underline;
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu ul * {
    margin-left: 0;
    padding-left: 0;
  }
}

.masthead__main-menu .main-menu__item-list {
  list-style: none;
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list {
    margin: 0;
    padding: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
  }
}

.masthead__main-menu .main-menu__item {
  /* A top level navigation item in the mega menu */
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item {
    list-style: none;
    padding: 0;
    margin: 0;
  }
}

.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span,
.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a {
  position: relative;
}

.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span:after,
.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a:after {
  display: block;
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span:active, .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span:hover, .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span:focus,
  .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a:active,
  .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a:hover,
  .masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a:focus {
    text-decoration: none;
    color: #8c1515;
  }
}

.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span.open,
.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a.open {
  color: #fff;
}

.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > span.focus,
.masthead__main-menu .main-menu__item.level-0-cols.main-menu__item--active > a.focus {
  background-color: #8c1515;
  color: #fff;
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--active-trail > a {
    background-color: #8c1515;
    color: #fff;
    border-bottom: none;
    z-index: 1;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--level-0 .focus {
    background-color: #8c1515;
    color: #fff;
  }
}

.masthead__main-menu .main-menu__item--level-0 > a.open {
  /* Open state of first descendant link within a top level navigation item */
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--level-0 > a.open {
    background-color: #8c1515;
    color: #fff;
  }
}

.masthead__main-menu .main-menu__item--level-0 > span,
.masthead__main-menu .main-menu__item--level-0 > a {
  /* First descendant link within a top level navigation item */
  color: #5f574f;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .masthead__main-menu .main-menu__item--level-0 > span,
  .masthead__main-menu .main-menu__item--level-0 > a {
    font-size: 1.125rem;
    padding: 34px 8px;
    line-height: 1.6;
  }
}

@media (min-width: 80em) {
  .masthead__main-menu .main-menu__item--level-0 > span,
  .masthead__main-menu .main-menu__item--level-0 > a {
    font-size: 1.25rem;
    padding: 32px 16px;
  }
}

@media (min-width: 90em) {
  .masthead__main-menu .main-menu__item--level-0 > span,
  .masthead__main-menu .main-menu__item--level-0 > a {
    padding: 32px 16px;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--level-0 > span:active, .masthead__main-menu .main-menu__item--level-0 > span:hover, .masthead__main-menu .main-menu__item--level-0 > span:focus,
  .masthead__main-menu .main-menu__item--level-0 > a:active,
  .masthead__main-menu .main-menu__item--level-0 > a:hover,
  .masthead__main-menu .main-menu__item--level-0 > a:focus {
    text-decoration: none;
    color: #8c1515;
  }
}

.masthead__main-menu .main-menu__item--level-0 > span.open,
.masthead__main-menu .main-menu__item--level-0 > a.open {
  background-color: #8c1515;
  color: #fff;
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--level-0 > span.focus,
  .masthead__main-menu .main-menu__item--level-0 > a.focus {
    background-color: #8c1515;
    color: #fff;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--submenu-level-0 > a {
    position: relative;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item--submenu-level-1 > .no-link {
    display: block;
    font-size: 0.875rem;
    line-height: 2.14;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.5;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -2px;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-2 li {
    margin-bottom: 20px;
  }
}

.masthead__main-menu .main-menu__item-list--level-2 .no-link {
  cursor: pointer;
}

@media (max-width: 63.99em) {
  .masthead__main-menu .main-menu__item-list--level-2 .no-link {
    display: none;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-2 .no-link {
    font-weight: 400;
    display: block;
    font-size: 1.125rem;
    line-height: 1.39;
    margin-bottom: 0;
  }
  .masthead__main-menu .main-menu__item-list--level-2 .no-link:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .masthead__main-menu .main-menu__item-list--level-2 .no-link:after {
    position: relative;
  }
  .masthead__main-menu .main-menu__item-list--level-2 .no-link:after {
    transition-property: opacity, visibility;
    transition-duration: .6s;
    transition-delay: 0.1s;
    margin-left: 20px;
    top: 2px;
  }
}

@media (min-width: 64em) and (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-2 .no-link.toggled:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-3 {
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: .6s;
    transition-delay: 0.1s;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-3.submenu-is-open {
    visibility: visible;
    opacity: 1;
    height: inherit;
    overflow: inherit;
    padding-top: 20px;
    padding-left: 20px;
    max-height: inherit;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-3 > li > a:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-size: 100%;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__item-list--level-3 > li > a:before {
    margin-right: 10px;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .masthead__main-menu .main-menu__sub-nav-group--one-col {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .masthead__main-menu .main-menu__sub-nav-group--one-col li {
    padding-left: 0 !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav-group .level-1-cols {
    width: 50%;
    position: relative;
  }
}

@media (min-width: 80em) {
  .masthead__main-menu .main-menu__sub-nav-group .level-1-cols:first-child {
    padding-left: 18px;
  }
}

.masthead__main-menu .main-menu__sub-nav-group a {
  font-size: 1.0625rem;
}

@media (min-width: 80em) {
  .masthead__main-menu .main-menu__sub-nav-group a {
    font-size: 1.125rem;
  }
}

.masthead__main-menu .main-menu__sub-nav {
  /* main-menu__sub-navigation panel */
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav {
    position: absolute;
    top: 118px;
    background-color: #8c1515;
    color: #fff;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 320;
    transition-property: opacity, visibility;
    transition-duration: .6s;
    transition-delay: 0.1s;
    visibility: hidden;
    opacity: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .masthead__main-menu .main-menu__sub-nav {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms, 0.01ms !important;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding: 44px 20px 30px 20px;
  }
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav a {
    color: #fff;
  }
}

.masthead__main-menu .main-menu__sub-nav.open {
  /* Main-menu__sub-navigation panel open state */
}

@media (min-width: 64em) {
  .masthead__main-menu .main-menu__sub-nav.open {
    visibility: visible;
    opacity: 1;
    z-index: 320;
  }
}

.masthead__main-menu .main-menu__sub-nav li {
  /* list item within main-menu__sub-navigation panel */
  display: block;
  list-style-type: none;
}

.masthead__main-menu .is-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.masthead__main-menu .col-heading-is-hidden {
  margin-top: 40px;
}

.main-menu__item-list > .main-menu__item--active > .main-menu__item-link,
.main-menu__item-list > .main-menu__item--active > .main-menu__item {
  color: #8c1515;
}

.masthead {
  background-color: #f8f6f3;
}

.masthead__container {
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-right: 0;
}

@media (max-width: 79.99em) {
  .masthead__container {
    padding-right: 0;
  }
}

@media (min-width: 64em) {
  .masthead__container {
    height: 90px;
  }
}

@media (max-width: 79.99em) {
  .masthead__wordmark {
    padding-left: 17px;
  }
}

@media (min-width: 64em) {
  .masthead__wordmark {
    padding-right: 20px;
  }
}

.masthead__wordmark-logo {
  display: none;
}

@media (min-width: 64em) {
  .masthead__wordmark-logo {
    display: block;
  }
}

@media (min-width: 80em) {
  .masthead__wordmark-logo {
    position: relative;
    margin-left: 14px;
    top: -2px;
  }
}

@media (min-width: 64em) {
  .masthead__wordmark-logo--mobile {
    display: none;
  }
}

.masthead__first {
  display: -ms-flexbox;
  display: flex;
}

.masthead__second {
  display: -ms-flexbox;
  display: flex;
}

.masthead__off-canvas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 64em) {
  .masthead__off-canvas {
    display: none;
  }
}

.masthead__off-canvas-expand {
  height: 60px;
  width: 50px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mm-wrapper_opened .masthead__off-canvas-expand {
  background-color: #8c1515;
}

.masthead__search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 0;
}

@media (max-width: 63.99em) {
  .masthead__search {
    margin-right: 0;
  }
}

.masthead__search-expand {
  cursor: pointer;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  -ms-flex-pack: center;
  justify-content: center;
}

.masthead__search-expand:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_lt-clay.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-size: cover;
}

@media (min-width: 64em) {
  .masthead__search-expand {
    height: 90px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .masthead__search-expand {
    position: relative;
  }
}

.masthead__search-expand:focus, .masthead__search-expand:hover {
  background-color: #8c1515;
}

.masthead__search-expand:focus:before, .masthead__search-expand:hover:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-size: cover;
}

.masthead__search-expand.search-is-expanded {
  background-color: #8c1515;
}

.masthead__search-expand.search-is-expanded:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-size: cover;
}

.masthead__mydor {
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 64em) {
  .masthead__mydor {
    display: block;
  }
}

.masthead__mydor-expand {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
}

.masthead__mydor-expand:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_mydor_lt-clay.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-size: 100%;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .masthead__mydor-expand {
    position: relative;
  }
}

@media (min-width: 64em) {
  .masthead__mydor-expand {
    height: 90px;
  }
}

.masthead__mydor-expand:focus, .masthead__mydor-expand:hover {
  background-color: #8c1515;
}

.masthead__mydor-expand:focus:before, .masthead__mydor-expand:hover:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_mydor_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-size: 100%;
}

.masthead__omnibar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 64em) {
  .masthead__omnibar {
    width: 60px;
  }
}

@media (min-width: 80em) {
  .masthead__omnibar {
    left: 5px;
  }
}

.body-omnibar-open .masthead__omnibar {
  background-color: #8c1515;
}

.masthead__omnibar:before {
  content: '';
  border-left: 1px solid #d8d4cd;
  display: block;
  width: 1px;
  position: relative;
  height: 60px;
  background-size: cover;
}

@media (min-width: 64em) {
  .masthead__omnibar:before {
    height: 90px;
    left: -5px;
  }
}

.mm-wrapper_opened .masthead__omnibar:before,
.is-dimmed .masthead__omnibar:before {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.masthead__omnibar-expand {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
}

.masthead__omnibar-expand:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_omnibar_cardinal-red.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-size: cover;
}

@media (max-width: 63.99em) {
  .masthead__omnibar-expand {
    width: 50px;
    height: 60px;
  }
}

@media (min-width: 64em) {
  .masthead__omnibar-expand {
    height: 90px;
    width: 60px;
  }
}

.masthead__omnibar-expand:focus, .masthead__omnibar-expand:hover {
  background-color: #8c1515;
}

.masthead__omnibar-expand:focus:before, .masthead__omnibar-expand:hover:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_omnibar_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-size: cover;
}

.masthead__omnibar-expand.omnibar-is-expanded:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_close_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-size: cover;
}

.masthead__omnibar-menu {
  position: absolute;
  top: 90px;
  right: 0;
  width: 100vw;
  background-color: #8c1515;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  z-index: 1000;
}

@media (max-width: 63.99em) {
  .masthead__omnibar-menu {
    top: 60px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .masthead__omnibar-menu {
    width: 50vw;
  }
}

@media (min-width: 80em) {
  .masthead__omnibar-menu {
    width: 33vw;
  }
}

.masthead__omnibar-menu.omnibar-menu-is-open {
  height: 85vh;
  visibility: visible;
  opacity: 1;
  overflow: auto;
}

.media-hero {
  margin: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .media-hero {
    margin-bottom: 0;
  }
}

.media-hero__image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media (min-width: 64em) {
  .media-hero__image img {
    height: 780px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .media-hero__content-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) and (max-width: 79.99em) {
  .media-hero__content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 80em) {
  .media-hero__content-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 80em) and (max-width: 79.99em) {
  .media-hero__content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.media-hero__content-wrap-inner {
  position: absolute;
  bottom: 54px;
  margin-top: 50px;
}

@media (min-width: 64em) {
  .media-hero__content-wrap-inner {
    top: 0;
  }
}

.media-hero__content {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}

@media (max-width: 63.99em) {
  .media-hero__content {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 64em) {
  .media-hero__content {
    width: 460px;
    padding: 30px 30px 30px 30px;
  }
}

.media-hero__teaser p {
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .media-hero__teaser p {
    line-height: 1.5625rem;
  }
}

.media-hero__title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.media-hero__title-wrap h1 {
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .media-hero__title-wrap h1 {
    max-width: 80%;
  }
}

.media-hero__title-wrap h2 {
  color: #8c1515;
}

.media-hero__link {
  line-height: 2.14;
}

.media-hero__link a {
  display: block;
  position: relative;
}

.media-hero__link a:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_green.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 6px;
  left: 4px;
}

@media (min-width: 64em) {
  .media-hero__link a:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_green.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: relative;
    top: 6px;
    left: 4px;
  }
}

.media-element {
  background-color: #f8f6f3;
  padding: 28px 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 2px 0;
}

@media (min-width: 64em) {
  .media-element {
    margin: 16px 0 14px 0;
  }
}

.has-caption .media-element {
  margin: 10px 0 2px 0;
}

@media (min-width: 64em) {
  .has-caption .media-element {
    margin: 16px 0 10px 0;
  }
}

.cke_editable .media-element {
  display: block;
}

.media-element--image {
  padding: 0;
  background-color: transparent;
  display: block;
}

.media-element--image img {
  max-width: 100%;
  height: auto;
}

.media-element--document-private:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (min-width: 64em) {
  .media-element--document-private:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_lagunita.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

.media-element--document:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (min-width: 64em) {
  .media-element--document:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_lagunita.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

.media-element--audio:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_audio_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (min-width: 64em) {
  .media-element--audio:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_audio_lagunita.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 56px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

.media-element:after {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-element--audio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-element a {
  font-weight: 600;
  color: #007c92;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media (min-width: 64em) {
  .media-element a {
    font-size: 1.1875rem;
  }
}

.media-element__audio-file {
  width: 80%;
}

figure {
  padding: 0;
  margin: 0;
}

figure.has-caption {
  margin-bottom: 8px;
}

figure figcaption {
  font-size: 0.8125rem;
  line-height: 1.38;
  margin-top: 6px;
}

@media (min-width: 64em) {
  figure figcaption {
    font-size: 1rem;
    line-height: 1.25;
  }
}

figure img {
  width: 100%;
  height: auto;
}

figure + h2 {
  margin-top: 30px;
}

@media (min-width: 64em) {
  figure + h2 {
    margin-top: 50px;
  }
}

figure + h3, .search-announcements__title figure + h2 {
  margin-top: 26px;
}

@media (min-width: 64em) {
  figure + h3, .search-announcements__title figure + h2 {
    margin-top: 44px;
  }
}

.media-library-item__edit {
  margin: 12px 12px 12px 0;
}

.cke_widget_element > figure.has-caption {
  width: 90%;
}

.cke_widget_element > .media-element {
  width: 90%;
}

@media (min-width: 64em) {
  .view-books-policies {
    padding-left: 40px;
    margin-top: 66px;
  }
}

@media (min-width: 80em) {
  .view-books-policies ul.split-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: start;
  }
}

.view-books-policies ul.split-list li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.date-updated {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #98928a;
}

.block-views-blocknode-created-date-node-created-date .date-updated {
  margin-top: 40px;
}

.field--name-body h2 {
  margin-top: 40px;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .field--name-body {
    width: 100%;
  }
  .layout--conatined-full-width .field--name-body {
    width: 100%;
  }
}

@media (min-width: 80em) {
  .field--name-body {
    width: 79%;
  }
  .layout--conatined-full-width .field--name-body {
    width: 100%;
  }
}

p.address {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .page-title__contents {
    width: 90%;
  }
}

@media (min-width: 64em) {
  .is-page.has-supergraphic:not(.is-policies) .page-title__contents {
    width: 80%;
  }
}

.is-office.has-supergraphic .page-title:before,
.is-page.has-supergraphic:not(.is-policies) .page-title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon-dor-letters.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  background-size: 100%;
}

.is-office.has-supergraphic .page-title:before,
.is-page.has-supergraphic:not(.is-policies) .page-title:before {
  background-size: 3700px;
  background-position: -320px -170px;
}

.is-office.has-supergraphic .page-title__bg::before,
.is-office.has-supergraphic .page-title__bg::after,
.is-page.has-supergraphic:not(.is-policies) .page-title__bg::before,
.is-page.has-supergraphic:not(.is-policies) .page-title__bg::after {
  content: initial;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .is-office.has-supergraphic .page-title__inner,
  .is-page.has-supergraphic:not(.is-policies) .page-title__inner {
    max-width: 90%;
  }
}

.is-office.has-supergraphic #book-menu,
.is-page.has-supergraphic:not(.is-policies) #book-menu {
  width: 100%;
}

.is-office.has-supergraphic .book-menu__list,
.is-page.has-supergraphic:not(.is-policies) .book-menu__list {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden scroll;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: visible;
  }
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list .book-menu__toggle--open,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list .book-menu__toggle--open {
    background-color: #8c1515;
  }
}

.is-office.has-supergraphic .book-menu__list .book-menu__toggle--open .book-menu__items,
.is-page.has-supergraphic:not(.is-policies) .book-menu__list .book-menu__toggle--open .book-menu__items {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: inline-block;
}

.is-office.has-supergraphic .book-menu__list > li,
.is-page.has-supergraphic:not(.is-policies) .book-menu__list > li {
  position: relative;
  text-align: left;
  padding: 0;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list > li,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list > li {
    padding: 35px 12px 31px;
  }
  .is-office.has-supergraphic .book-menu__list > li.has-children,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list > li.has-children {
    padding: 35px 34px 31px 17px;
  }
}

.is-office.has-supergraphic .book-menu__list > li > a,
.is-page.has-supergraphic:not(.is-policies) .book-menu__list > li > a {
  font-size: 1rem;
  display: block;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list > li > a,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list > li > a {
    font-size: 1.125rem;
  }
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list > li:last-of-type,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list > li:last-of-type {
    padding: 35px 35px 31px 12px;
  }
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__list > li.active,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__list > li.active {
    border-bottom: 4px solid #fff;
  }
}

.is-office.has-supergraphic .book-menu__toggle,
.is-page.has-supergraphic:not(.is-policies) .book-menu__toggle {
  padding-right: 0;
}

.is-office.has-supergraphic .book-menu__toggle > ul,
.is-page.has-supergraphic:not(.is-policies) .book-menu__toggle > ul {
  display: none;
}

.is-office.has-supergraphic .book-menu__toggle:after,
.is-page.has-supergraphic:not(.is-policies) .book-menu__toggle:after {
  content: initial;
}

.is-office.has-supergraphic .book-menu__toggle--open > ul,
.is-page.has-supergraphic:not(.is-policies) .book-menu__toggle--open > ul {
  display: inline-block;
}

.is-office.has-supergraphic .book-menu__items,
.is-page.has-supergraphic:not(.is-policies) .book-menu__items {
  position: static;
  width: 100%;
  padding: 30px 20px 20px;
  top: 97px;
  display: none;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .book-menu__items,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__items {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: 0;
  }
}

@media (min-width: 80em) {
  .is-office.has-supergraphic .book-menu__items,
  .is-page.has-supergraphic:not(.is-policies) .book-menu__items {
    top: 80px;
  }
}

.is-office.has-supergraphic .has-children,
.is-page.has-supergraphic:not(.is-policies) .has-children {
  display: block;
}

.is-office.has-supergraphic .has-children:after,
.is-page.has-supergraphic:not(.is-policies) .has-children:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 22px;
  right: 12px;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .has-children,
  .is-page.has-supergraphic:not(.is-policies) .has-children {
    display: initial;
  }
  .is-office.has-supergraphic .has-children:after,
  .is-page.has-supergraphic:not(.is-policies) .has-children:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 38px;
    right: 15px;
  }
  .is-office.has-supergraphic .has-children:after,
  .is-page.has-supergraphic:not(.is-policies) .has-children:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.is-office.has-supergraphic .has-children.book-menu__toggle--open:after,
.is-page.has-supergraphic:not(.is-policies) .has-children.book-menu__toggle--open:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-office.has-supergraphic.no-children:after,
.is-page.has-supergraphic:not(.is-policies).no-children:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_next_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 0;
  height: 0;
  background-size: 100%;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 2px;
  right: 10px;
}

.is-office.has-supergraphic .page-title__header-wrap,
.is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.is-office.has-supergraphic .page-title__header-wrap ul,
.is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap ul {
  padding-left: 20px;
}

@media (min-width: 64em) {
  .is-office.has-supergraphic .page-title__header,
  .is-page.has-supergraphic:not(.is-policies) .page-title__header {
    padding: 35px 0 30px;
  }
}

@media (max-width: 63.99em) {
  .is-office.has-supergraphic .page-title__header-wrap .page-title__contents,
  .is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap .page-title__contents {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #b6b1a9;
  }
  .is-office.has-supergraphic .page-title__header-wrap .page-title__contents--open .book-menu__list > li,
  .is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap .page-title__contents--open .book-menu__list > li {
    padding: 20px 0;
    border-bottom: 1px solid #c58a8a;
  }
  .is-office.has-supergraphic .page-title__header-wrap .page-title__contents--open .page-title__contents-item,
  .is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap .page-title__contents--open .page-title__contents-item {
    border-bottom: 0 solid #c58a8a;
  }
}

.is-office.has-supergraphic .page-title__header-wrap,
.is-page.has-supergraphic:not(.is-policies) .page-title__header-wrap {
  border-bottom: 1px solid #e8efee;
}

.all-offices--featured {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 64em) {
  .all-offices--featured {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.all-offices__wrap h3, .all-offices__wrap .search-announcements__title h2, .search-announcements__title .all-offices__wrap h2 {
  margin-bottom: 0;
}

.all-offices__item-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.all-offices__item {
  border-top: 1px solid #b6b1a9;
  padding-top: 30px;
  padding-bottom: 30px;
  list-style: none;
}

@media (min-width: 64em) {
  .all-offices__content {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 64em) {
  .all-offices--featured .all-offices__content {
    -ms-flex-align: start;
    align-items: start;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .all-offices--main .all-offices__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.all-offices__desc .field--name-body {
  width: 100%;
}

.all-offices__desc p {
  line-height: 1.39;
}

.all-offices--featured .all-offices__desc {
  margin-top: 20px;
}

.all-offices--featured .all-offices__media {
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .all-offices--featured .all-offices__media {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(29.16667% - 50px);
    flex-basis: calc(29.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    margin: 0;
    padding-left: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .all-offices--featured .all-offices__media {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(29.16667% - 50px);
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .all-offices--featured .all-offices__media {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(37.5% - 50px);
    flex-basis: calc(37.5% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding-right: 6px;
    padding-left: 10px;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: none), (min-width: 64em) and (max-width: 79.99em) and (-ms-high-contrast: active) {
  .all-offices--featured .all-offices__media {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(37.5% - 50px);
  }
}

.all-offices--featured .all-offices__media img {
  width: 100%;
  height: auto;
}

@media (min-width: 64em) {
  .all-offices__title {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(58.33333% - 50px);
    flex-basis: calc(58.33333% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding: 0;
    margin: 0 10px 0 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .all-offices__title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(58.33333% - 50px);
  }
}

@media (min-width: 80em) {
  .all-offices--featured .all-offices__title {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(41.66667% - 50px);
    flex-basis: calc(41.66667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    margin: 0 40px 0 0;
    padding-right: 0;
    padding-left: 20px;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .all-offices--featured .all-offices__title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(41.66667% - 50px);
  }
}

.all-offices__title a {
  color: #2e2d29;
}

.all-offices__title a:focus, .all-offices__title a:hover {
  color: #007c92;
}

.all-offices__title h2 {
  margin-bottom: 0;
}

@media (max-width: 23.4275em) {
  .all-offices__telephone {
    display: block;
  }
}

@media (min-width: 23.4375em) and (max-width: 79.99em) {
  .all-offices__telephone {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    min-width: 92px;
  }
}

@media (min-width: 80em) {
  .all-offices__telephone {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(25% - 50px);
    flex-basis: calc(25% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding: 0;
    margin: 0 70px 0 0;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .all-offices__telephone {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 50px);
  }
}

@media (min-width: 64em) {
  .all-offices--featured .all-offices__telephone {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(16.66667% - 50px);
    flex-basis: calc(16.66667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    margin: 0 60px 0 0;
    padding: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .all-offices--featured .all-offices__telephone {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(16.66667% - 50px);
  }
}

.all-offices__telephone span {
  line-height: 1.25;
}

@media (max-width: 63.99em) {
  .all-offices__telephone span {
    font-size: 0.8125rem;
  }
}

.all-offices__telephone-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 23.4275em) {
  .all-offices__address {
    display: block;
  }
}

@media (min-width: 23.4375em) and (max-width: 79.99em) {
  .all-offices__address {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 80em) {
  .all-offices__address {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(29.16667% - 50px);
    flex-basis: calc(29.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding: 0;
    margin: 0;
  }
}

@media all and (min-width: 80em) and (-ms-high-contrast: none), (min-width: 80em) and (-ms-high-contrast: active) {
  .all-offices__address {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(29.16667% - 50px);
  }
}

@media (min-width: 64em) {
  .all-offices--featured .all-offices__address {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(29.16667% - 50px);
    flex-basis: calc(29.16667% - 50px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
    padding: 0;
    margin: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .all-offices--featured .all-offices__address {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(29.16667% - 50px);
  }
}

@media (min-width: 90em) {
  .all-offices--featured .all-offices__address {
    position: relative;
    right: -240px;
  }
}

@media (max-width: 63.99em) {
  .all-offices__address div,
  .all-offices__address span {
    font-size: 0.8125rem;
  }
}

.all-offices__heading {
  color: #98928a;
}

.all-offices__address-street > span {
  display: block;
  line-height: 1.25;
}

.all-offices__address-area {
  line-height: 1.25;
}

.all-offices__abbr {
  color: #98928a;
  margin-bottom: 0;
}

.all-offices--main .all-offices__title {
  margin-bottom: 14px;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .all-offices--featured .all-offices__info {
    padding-left: 20px;
  }
}

@media (max-width: 63.99em) {
  .all-offices__people-view-all a {
    font-size: 0.8125rem;
  }
}

.is-office .page-title__wrap h2 {
  color: #fff;
}

.is-office .page-title__inner {
  min-height: 380px;
}

.is-office .page-title__inner h1 {
  width: 48%;
}

.is-office .component__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.omnibar-menu {
  padding-bottom: 100px;
}

.omnibar-menu span {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.39;
  cursor: pointer;
}

.omnibar-menu__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-left: 25px;
  padding-right: 23px;
  margin-bottom: 8px;
}

.omnibar-menu__list > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.omnibar-menu__link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.39;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.omnibar-menu__link:active, .omnibar-menu__link:hover, .omnibar-menu__link:focus {
  color: #b6b1a9;
}

.omnibar-menu__link.is-expanded {
  margin-bottom: 10px;
}

.omnibar-menu__link--globe {
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 2.14;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.omnibar-menu__link--globe:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_omnibar_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-size: 100%;
}

.omnibar-menu__link--globe:before {
  margin-right: 12px;
}

.omnibar-menu__link--map-pin {
  text-transform: initial;
}

.omnibar-menu__link--map-pin:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_you_are_here_poppy.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-size: 100%;
}

.omnibar-menu__link--map-pin:before {
  margin-right: 12px;
}

.omnibar-menu__item--expanded > span {
  position: relative;
  padding-left: 42px;
}

.omnibar-menu__item--expanded > span:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_plus_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.omnibar-menu__item--expanded > span:after {
  position: absolute;
  right: 0;
}

.omnibar-menu__item--expanded > span.is-expanded {
  border-bottom: 1px solid #c58a8a;
  padding-bottom: 20px;
}

.omnibar-menu__item--expanded > span.is-expanded:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_minus_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.omnibar-menu__item--expanded > span.is-expanded:after {
  position: absolute;
  right: 0;
}

.omnibar-menu__item--level-0 {
  border-bottom: 1px solid #c58a8a;
  padding-top: 16px;
  padding-bottom: 16px;
}

.omnibar-menu__item--level-0 ul {
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.omnibar-menu__item--level-0 ul.omnibar-submenu-open {
  visibility: visible;
  opacity: 1;
  height: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .omnibar-menu__item--level-0 ul.omnibar-submenu-open {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms, 0.01ms !important;
  }
}

.omnibar-menu__item--level-0 span:active, .omnibar-menu__item--level-0 span:hover, .omnibar-menu__item--level-0 span:focus {
  color: #b6b1a9;
}

.omnibar-menu__item--level-1 {
  margin-bottom: 10px;
  list-style: none;
}

.omnibar-menu__item--level-1 > a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #c58a8a;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.omnibar-menu__item--level-1 > a:active, .omnibar-menu__item--level-1 > a:hover, .omnibar-menu__item--level-1 > a:focus {
  color: #b6b1a9;
}

.omnibar-menu__item--level-1:last-child {
  margin-bottom: 0;
}

.omnibar-menu__item--level-1:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}

.omnibar-menu__item--level-1 span {
  display: block;
  font-weight: 400;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.22px;
  text-transform: uppercase;
}

.omnibar-menu__item--level-2 {
  list-style: disc;
  color: #fff;
}

.omnibar-menu__list-below {
  transition-duration: 0.8s, 1s;
  margin-left: 42px;
  padding-left: 0;
}

.omnibar-menu__here {
  margin-left: 20px;
}

.omnibar-menu__here span {
  cursor: initial;
}

.omnibar-menu__here span:first-child {
  font-size: 0.875rem;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.omnibar-menu__here span:first-child:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_you_are_here_poppy.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.omnibar-menu__here span:first-child:after {
  position: relative;
  top: 10px;
  margin-left: 6px;
}

.omnibar-menu__here span:last-child {
  font-weight: 400;
  font-size: 1.125rem;
  margin-left: 6px;
}

body {
  background-color: transparent;
}

@media (max-width: 63.99em) {
  body.mm-wrapper_opened {
    background-color: rgba(46, 45, 41, 0.5);
  }
}

@media (max-width: 63.99em) {
  body.mm-wrapper_opened .masthead {
    background-color: transparent;
  }
}

@media (min-width: 64em) {
  body.is-how-to .view-filters .filter-wrap {
    top: -60px;
  }
}

body.body-omnibar-open, body.search-dimmed, body.is-dimmed {
  overflow: hidden;
}

body.body-omnibar-open .mm-slideout:before, body.search-dimmed .mm-slideout:before, body.is-dimmed .mm-slideout:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(46, 45, 41, 0.5);
  z-index: 9;
}

body.body-omnibar-open .masthead, body.search-dimmed .masthead, body.is-dimmed .masthead {
  background-color: transparent;
}

body.body-omnibar-open .masthead__omnibar:before {
  border-color: transparent;
}

.page-utility h1 {
  margin-top: 20px;
}

.page-utility [data-drupal-link-system-path="user/password"],
.page-utility [data-drupal-link-system-path="user/login"] {
  display: none;
}

.page-utility #user-login-form .su-button {
  margin-bottom: 50px;
}

.page-utility #edit-actions input[type='submit'] {
  margin-bottom: 50px;
}

.page-utility #edit-reset {
  display: block;
  margin-bottom: 50px;
}

.pager {
  margin-bottom: 65px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 64em) {
  .pager {
    margin-bottom: 80px;
  }
  .grid-3up--no-filters .pager {
    margin-bottom: 0;
  }
}

.page-view-category .pager {
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .page-view-category .pager {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

.main .pager ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.main .pager ul li {
  padding-left: 0;
}

.pager__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.pager__item {
  padding: 0;
  -ms-flex-preferred-size: 16%;
  flex-basis: 16%;
}

@media (max-width: 63.99em) {
  .pager__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.pager__item a {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  border: 1px solid #d8d4cd;
  padding: 12px 10px;
  text-align: center;
  margin: 0 -1px -1px 0;
  color: #98928a;
  line-height: 2.14;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.grid-3up--no-filters .pager__item a,
.page-view-category .pager__item a {
  position: relative;
  background-color: transparent;
  border: none;
  color: #007c92;
  text-align: left;
  font-size: 0.875rem;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  padding: 0 0 0 22px;
}

.grid-3up--no-filters .pager__item a:before,
.page-view-category .pager__item a:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_plus_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .pager__item a {
    padding: 14px 10px;
    font-size: 0.875rem;
  }
}

.pager__item:active a, .pager__item:focus a, .pager__item:hover a, .pager__item.is-active a {
  color: #2e2d29;
  border: 1px solid #98928a;
  z-index: 2;
}

.grid-3up--no-filters .pager__item:active a,
.page-view-category .pager__item:active a, .grid-3up--no-filters .pager__item:focus a,
.page-view-category .pager__item:focus a, .grid-3up--no-filters .pager__item:hover a,
.page-view-category .pager__item:hover a, .grid-3up--no-filters .pager__item.is-active a,
.page-view-category .pager__item.is-active a {
  border: none;
}

.pager__item--previous, .pager__item--next {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  text-transform: uppercase;
}

@media (min-width: 64em) {
  .pager__item--previous, .pager__item--next {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
  }
}

.pager__item--first, .pager__item--last, .pager__item--ellipsis {
  display: none;
}

.pager__item:before {
  display: none;
}

.person-info__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.person-info__label {
  color: #98928a;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 80em) {
  .person-info__label {
    min-width: 120px;
    font-size: 0.875rem;
  }
}

.person-info__item {
  font-size: 0.9375rem;
  color: #5f574f;
}

@media (min-width: 80em) {
  .person-info__item {
    font-size: 1rem;
  }
}

@media (min-width: 64em) {
  .person-header__content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 63.99em) {
  .person-header__media {
    margin-bottom: 20px;
  }
}

@media (min-width: 64em) {
  .person-header__media {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}

.person-header__media img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 64em) {
  .person-header__media img {
    max-width: 150px;
  }
}

@media (min-width: 64em) {
  .person-header__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.avatar-image {
  float: left;
  margin-right: 20px;
  clear: both;
}

@media (max-width: 63.99em) {
  .avatar-image {
    min-height: 52px;
  }
}

.avatar-image img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

@media (min-width: 64em) {
  .avatar-image img {
    width: 60px;
    height: 60px;
  }
}

.is-policy-book {
  overflow-x: hidden;
}

.is-policy-book .page-title__wrap {
  display: inline;
}

.is-policy-book .page-title__wrap h2 {
  font-size: 1.25rem;
  line-height: normal;
}

@media (min-width: 32.5em) {
  .is-policy-book .page-title__wrap h2 {
    font-size: 1.75rem;
    line-height: 1.07;
  }
}

.node--type-policy-book.node--view-mode-authority-contact {
  margin-bottom: 30px;
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .node--type-policy-book.node--view-mode-authority-contact > .node__content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content > div {
  border-top: solid 1px #d8d4cd;
  border-right: solid 1px #d8d4cd;
  border-left: solid 1px #d8d4cd;
  padding: 10px 20px;
  width: 100%;
}

@media (min-width: 64em) {
  .node--type-policy-book.node--view-mode-authority-contact > .node__content > div {
    border-top: solid 1px #d8d4cd;
    border-right: solid 0 #d8d4cd;
    border-bottom: solid 1px #d8d4cd;
    border-left: solid 1px #d8d4cd;
    padding: 10px 20px 20px;
    width: 39%;
  }
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content > div:last-of-type {
  border-bottom: solid 1px #d8d4cd;
  border-right: solid 1px #d8d4cd;
}

@media (min-width: 64em) {
  .node--type-policy-book.node--view-mode-authority-contact > .node__content > div:last-of-type {
    border-right: solid 1px #d8d4cd;
    border-bottom: solid 1px #d8d4cd;
  }
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content .authority > div > div:first-of-type {
  font-size: 0.875rem;
  line-height: 2.14;
  font-weight: 600;
  letter-spacing: 1px;
  color: #98928a;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content .authority > div > div p {
  font-size: 1rem;
  color: #2e2d29;
  font-weight: unset;
  line-height: 1.25;
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content .contact > div > div:first-of-type {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content .contact > div > div:last-of-type {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2e2d29;
  position: relative;
}

.node--type-policy-book.node--view-mode-authority-contact > .node__content .contact > div > div:last-of-type p {
  font-size: 1rem;
  line-height: normal;
}

.node--type-person.node--view-mode-contact label {
  padding-bottom: 0;
  line-height: normal;
}

.node--type-person.node--view-mode-contact label a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2e2d29;
  position: relative;
}

.node--type-person.node--view-mode-contact label a:hover, .node--type-person.node--view-mode-contact label a:active, .node--type-person.node--view-mode-contact label a:focus {
  color: #175e54;
}

.node--type-person.node--view-mode-contact .node__content {
  color: #5f574f;
  font-weight: 400;
  padding-bottom: 10px;
}

.view-display-id-toc .view-filters .filter-wrap__inner,
.view-display-id-chapter_toc .view-filters .filter-wrap__inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.view-display-id-toc .view-filters .filter-wrap .form-item,
.view-display-id-chapter_toc .view-filters .filter-wrap .form-item {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}

.view-display-id-toc > .view-content ul,
.view-display-id-chapter_toc > .view-content ul {
  list-style: none;
  padding-left: 0;
}

.view-display-id-toc > .view-content .chapter-number.large,
.view-display-id-chapter_toc > .view-content .chapter-number.large {
  color: #726963;
  font-size: 1.5625rem;
  font-weight: normal;
  position: absolute;
  left: 3px;
  top: 52px;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content .chapter-number.large,
  .view-display-id-chapter_toc > .view-content .chapter-number.large {
    font-size: 7.5rem;
    font-weight: 300;
    left: 3px;
    top: 38px;
  }
}

.view-display-id-toc > .view-content > ul .section a,
.view-display-id-chapter_toc > .view-content > ul .section a {
  color: #2e2d29;
}

.view-display-id-toc > .view-content > ul .section a:hover,
.view-display-id-chapter_toc > .view-content > ul .section a:hover {
  color: #007c92;
}

.view-display-id-toc > .view-content > ul .parent,
.view-display-id-chapter_toc > .view-content > ul .parent {
  position: relative;
}

.view-display-id-toc > .view-content > ul .parent > ul,
.view-display-id-chapter_toc > .view-content > ul .parent > ul {
  margin-top: 50px;
  position: relative;
  left: -20px;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content > ul .parent > ul,
  .view-display-id-chapter_toc > .view-content > ul .parent > ul {
    position: static;
  }
}

.view-display-id-toc > .view-content > ul .parent > a,
.view-display-id-toc > .view-content > ul .parent > span,
.view-display-id-chapter_toc > .view-content > ul .parent > a,
.view-display-id-chapter_toc > .view-content > ul .parent > span {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
  color: #2e2d29;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content > ul .parent > a,
  .view-display-id-toc > .view-content > ul .parent > span,
  .view-display-id-chapter_toc > .view-content > ul .parent > a,
  .view-display-id-chapter_toc > .view-content > ul .parent > span {
    font-size: 1.75rem;
  }
}

.view-display-id-toc > .view-content > ul .parent > a > a:hover, .view-display-id-toc > .view-content > ul .parent > a > a:active, .view-display-id-toc > .view-content > ul .parent > a > a:focus,
.view-display-id-toc > .view-content > ul .parent > span > a:hover,
.view-display-id-toc > .view-content > ul .parent > span > a:active,
.view-display-id-toc > .view-content > ul .parent > span > a:focus,
.view-display-id-chapter_toc > .view-content > ul .parent > a > a:hover,
.view-display-id-chapter_toc > .view-content > ul .parent > a > a:active,
.view-display-id-chapter_toc > .view-content > ul .parent > a > a:focus,
.view-display-id-chapter_toc > .view-content > ul .parent > span > a:hover,
.view-display-id-chapter_toc > .view-content > ul .parent > span > a:active,
.view-display-id-chapter_toc > .view-content > ul .parent > span > a:focus {
  color: #007c92;
}

.view-display-id-toc > .view-content > ul > li,
.view-display-id-chapter_toc > .view-content > ul > li {
  padding: 50px 0 75px 30px;
  border-top: solid 1px #d8d4cd;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content > ul > li,
  .view-display-id-chapter_toc > .view-content > ul > li {
    padding: 60px 0 90px 200px;
  }
}

.view-display-id-toc > .view-content > ul > li .chapter-number,
.view-display-id-chapter_toc > .view-content > ul > li .chapter-number {
  font-size: 1rem;
  color: #726963;
  margin-right: 15px;
  position: absolute;
  left: 2px;
  top: 3px;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content > ul > li .chapter-number,
  .view-display-id-chapter_toc > .view-content > ul > li .chapter-number {
    font-size: 1.125rem;
    margin-right: 20px;
  }
}

.view-display-id-toc > .view-content > ul > li li,
.view-display-id-chapter_toc > .view-content > ul > li li {
  margin-bottom: 15px;
}

.view-display-id-toc > .view-content .child,
.view-display-id-chapter_toc > .view-content .child {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content .child,
  .view-display-id-chapter_toc > .view-content .child {
    padding-left: 40px;
  }
}

.view-display-id-toc > .view-content .child a,
.view-display-id-chapter_toc > .view-content .child a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.39;
  letter-spacing: normal;
  color: #2e2d29;
}

.view-display-id-toc > .view-content .child a:hover, .view-display-id-toc > .view-content .child a:active, .view-display-id-toc > .view-content .child a:focus,
.view-display-id-chapter_toc > .view-content .child a:hover,
.view-display-id-chapter_toc > .view-content .child a:active,
.view-display-id-chapter_toc > .view-content .child a:focus {
  color: #007c92;
}

@media (min-width: 32.5em) {
  .view-display-id-toc > .view-content .child a,
  .view-display-id-chapter_toc > .view-content .child a {
    font-size: 1.125rem;
  }
}

.view-display-id-chapter_toc .chapter-number {
  font-size: 1rem;
  color: #726963;
  margin-right: 15px;
  position: absolute;
  left: 2px;
  top: 3px;
}

@media (min-width: 32.5em) {
  .view-display-id-chapter_toc .chapter-number {
    font-size: 1.125rem;
    margin-right: 20px;
  }
}

.view-display-id-chapter_toc .child {
  margin-bottom: 15px;
}

.related-field.not-related-policy {
  padding-top: 48px;
  padding-bottom: 10px;
  border-top: 1px solid #d8d4cd;
  margin-top: 74px;
}

@media (min-width: 64em) {
  .related-field.not-related-policy {
    margin-top: 70px;
    padding-top: 60px;
  }
}

.related-field--announcements, .related-field--announcement-documents, .related-field--offices-documents, .related-field--person-documents, .related-field--persons, .related-field--offices {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.related-field--announcements.not-related-policy, .related-field--announcement-documents.not-related-policy, .related-field--offices-documents.not-related-policy, .related-field--person-documents.not-related-policy, .related-field--persons.not-related-policy, .related-field--offices.not-related-policy {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.related-field.has-related-policy {
  position: relative;
}

.related-field.related-field--policies {
  margin-bottom: 0;
  position: relative;
}

.related-field.is-sub-policy {
  margin: 0;
  padding: 0;
  border-top: none;
}

@media (min-width: 64em) {
  .related-field.is-sub-policy {
    padding-left: 100px;
  }
}

.related-field.indented-title, .related-field.related-field--external-links {
  margin-top: 44px;
}

.page-no-related-policy .related-field.policy-title,
.page-no-sub-policy .related-field.policy-title {
  display: none;
}

.related-field--policies:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  background-size: 100%;
}

@media (min-width: 64em) {
  .related-field--policies:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    background-size: 100%;
  }
}

.related-field.not-related-policy:before {
  display: none;
}

.related-field--external-links:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_link_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .related-field--external-links:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_link_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
  }
}

.related-field__items {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0;
}

.related-field__item {
  margin-bottom: 6px;
  overflow: hidden;
}

@media (min-width: 64em) {
  .related-field__item {
    margin-bottom: 16px;
  }
}

@media (max-width: 63.99em) {
  .related-field--persons .related-field__item {
    margin-bottom: 12px;
  }
}

@media (max-width: 63.99em) {
  .related-field--offices .related-field__item {
    margin-bottom: 12px;
  }
}

.related-field__item a {
  color: #2e2d29;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.39;
}

@media (min-width: 64em) {
  .related-field--offices .related-field__item a {
    display: block;
    padding-top: 6px;
  }
}

@media (min-width: 64em) {
  .related-field--persons .related-field__item a {
    display: block;
    padding-top: 6px;
  }
}

.related-field__item a:active, .related-field__item a:hover, .related-field__item a:focus {
  color: #007c92;
}

.related-field__item ul {
  list-style: none;
}

.related-field__label h3, .related-field__label .search-announcements__title h2, .search-announcements__title .related-field__label h2 {
  border-bottom: 1px solid #d8d4cd;
  padding-bottom: 10px;
}

.related-field__label h2 {
  margin-bottom: 36px;
}

@media (min-width: 64em) {
  .related-field__label h2 {
    margin-bottom: 48px;
  }
}

.related-field.has-related-policy {
  padding-left: 60px;
}

@media (min-width: 64em) {
  .related-field.has-related-policy {
    padding-left: 100px;
  }
}

@media (min-width: 64em) {
  .related-field--training-documents.has-related-policy, .related-field--training-links.has-related-policy {
    padding-left: 0;
  }
}

.related-field.block-related-training-header.has-related-policy {
  padding-left: 0;
}

@media (min-width: 64em) {
  .related-field.block-related-training-header.has-related-policy {
    padding-left: 0;
  }
}

@media (min-width: 64em) {
  .related-field--person-documents.has-related-policy {
    padding-left: 0;
  }
}

@media (min-width: 64em) {
  .related-field--topic-documents.has-related-policy {
    padding-left: 0;
  }
}

.related-field__announcement-date {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
}

.related-field .sub-title {
  color: #98928a;
  font-size: 1rem;
  line-height: 1.25;
}

@media (min-width: 64em) {
  .related-field .sub-title {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}

.related-field .sub-title--upper {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
}

@media (min-width: 64em) {
  .related-field .sub-title--upper {
    font-size: 0.875rem;
  }
}

.related-field .has-chapter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.related-field .has-chapter .related-field__chapter {
  font-size: 1.125rem;
  line-height: 1.39;
  letter-spacing: normal;
  min-width: 70px;
}

.related-field--topic.not-related-policy {
  margin-top: 0;
  padding-top: 0;
  border: none;
  padding-bottom: 0;
}

.related-field.has-icon--how-to:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_course-contact_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .related-field.has-icon--how-to:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_course-contact_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
  }
}

.page-no-related-how-to .related-field.has-icon--how-to {
  display: none;
}

.related-field.has-icon--glossary:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .related-field.has-icon--glossary:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
  }
}

.page-no-related-glossary .related-field.has-icon--glossary {
  display: none;
}

.related-field.has-icon--tools:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .related-field.has-icon--tools:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
  }
}

.page-no-related-tools .related-field.has-icon--tools {
  display: none;
}

.indented-title.empty {
  display: none;
}

.indented-title.empty.contextual-region {
  display: block;
}

.section-title {
  padding-top: 50px;
  margin-top: 46px;
  padding-bottom: 10px;
  border-top: 1px solid #d8d4cd;
}

@media (min-width: 64em) {
  .section-title {
    padding-top: 36px;
    margin-top: 36px;
  }
}

.section-title.empty {
  display: none;
}

.page-has-related-training .section-title--training {
  display: block;
}

@media (min-width: 64em) {
  .section-title--announcements {
    padding-top: 56px;
    margin-top: 56px;
  }
}

.page-has-related-announcement .section-title--announcements {
  display: block;
}

.page-has-related-policies .section-title.block-policies-resources {
  display: block;
}

.page-has-office-person .section-title.block-offices-people {
  display: block;
}

.page-has-related-topic .section-title--topics {
  display: block;
}

.page-has-related-announcement .section-title--announcements {
  display: block;
}

.page-has-office-person .section-title--offices {
  display: block;
}

.node--type-training.node--view-mode-related {
  margin-bottom: 40px;
}

.node--type-training.node--view-mode-related > div > div {
  margin-left: 70px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
  margin-top: -4px;
  position: relative;
}

.node--type-training.node--view-mode-related .related-field__link {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.39;
  letter-spacing: normal;
  color: #2e2d29;
}

.node--type-training.node--view-mode-related .related-field__link:hover, .node--type-training.node--view-mode-related .related-field__link:active, .node--type-training.node--view-mode-related .related-field__link:focus {
  color: #175e54;
}

.view-id-related_policies {
  padding-left: 60px;
}

@media (min-width: 64em) {
  .view-id-related_policies {
    padding-left: 100px;
  }
}

.view-id-related_policies .related-field.has-related-policy {
  padding-left: 0;
}

.view-id-related_policies ul {
  padding-left: 0;
}

.view-id-related_policies ul li {
  margin-bottom: 16px;
}

.view-related-documents.view-display-id-block_1, .view-related-documents.view-display-id-block_2, .view-related-documents.view-display-id-block_6 {
  padding-left: 60px;
}

@media (min-width: 64em) {
  .view-related-documents.view-display-id-block_1, .view-related-documents.view-display-id-block_2, .view-related-documents.view-display-id-block_6 {
    padding-left: 100px;
  }
}

.is-topic .node--type-office.node--view-mode-contact .office-abbreviation {
  text-transform: uppercase;
}

.is-topic .node--type-office.node--view-mode-contact .office-phone a {
  color: #5f574f;
  font-weight: normal;
  padding-top: 0;
}

.is-topic .node--type-person.node--view-mode-details a,
.is-topic .node--type-person.node--view-mode-details .person-title {
  font-size: 1.125rem;
}

.is-topic .node--type-person.node--view-mode-details .person-office a,
.is-topic .node--type-person.node--view-mode-details .person-phone a {
  color: #5f574f;
  font-weight: normal;
  padding-top: 0;
}

.is-topic .node--type-person.node--view-mode-details .person-email a {
  color: #007c92;
  font-weight: normal;
  padding-top: 0;
}

.search-announcements {
  margin-bottom: 90px;
}

.search-announcements__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 63.99em) {
  .search-announcements__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 64em) {
  .search-announcements__wrap {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 64em) {
  .search-announcements__date {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(19.16667% - 40px);
    flex-basis: calc(19.16667% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .search-announcements__date {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(19.16667% - 40px);
  }
}

.search-announcements__date-item {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #98928a;
  line-height: 2.08;
}

@media (min-width: 64em) {
  .search-announcements__date-item {
    line-height: 2.14;
    font-size: 0.875rem;
  }
}

@media (max-width: 63.99em) {
  .search-announcements__title {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

@media (min-width: 64em) {
  .search-announcements__title {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(47.5% - 40px);
    flex-basis: calc(47.5% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    left: -50px;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .search-announcements__title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(47.5% - 40px);
  }
}

.search-announcements__title h2 {
  margin-bottom: 0;
}

@media (max-width: 63.99em) {
  .search-announcements__title h2 {
    margin-bottom: 2px;
  }
}

.search-announcements__title h2 a {
  color: #2e2d29;
}

.search-announcements__title h2 a:active, .search-announcements__title h2 a:hover, .search-announcements__title h2 a:focus {
  color: #007c92;
}

.search-announcements__type:before {
  content: "• ";
  color: inherit;
  display: inline;
  width: 1em;
  margin-left: 0;
}

@media (max-width: 63.99em) {
  .search-announcements__media {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 20px;
  }
}

@media (min-width: 64em) {
  .search-announcements__media {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(33.33333% - 40px);
    flex-basis: calc(33.33333% - 40px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .search-announcements__media {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 40px);
  }
}

.search-announcements__media img {
  width: 100%;
}

@media (max-width: 32.49em) {
  .search-announcements__media img {
    width: 40px;
    height: 38px;
    object-fit: cover;
  }
}

@media (max-width: 63.99em) {
  .search-announcements__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search-announcements .item-list > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.search-announcements .item-list li {
  border-top: 1px solid #b6b1a9;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 4px;
}

@media (min-width: 64em) {
  .search-announcements .item-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.search-block {
  position: absolute;
  top: 90px;
  background: #8c1515;
  width: 100%;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-block {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0.01ms, 0.01ms !important;
  }
}

@media (min-width: 64em) {
  .search-block {
    top: 120px;
  }
}

.search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.search-block--home {
  position: relative;
  visibility: visible;
  opacity: 1;
  top: inherit;
  background-color: #f8f6f3;
}

@media (min-width: 64em) {
  .search-block--home {
    top: inherit;
  }
}

.search-block--home h2 {
  margin-bottom: 10px;
}

.search-block--open {
  opacity: 1;
  visibility: visible;
  z-index: 201;
}

.search-block__inner {
  padding: 37px 0 37px 0;
}

@media (min-width: 64em) {
  .search-block__inner {
    padding: 48px 0 48px 0;
  }
}

.search-block--home .search-block__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding: 37px 0 37px 0;
}

@media (min-width: 64em) {
  .search-block--home .search-block__inner {
    padding: 56px 0 90px 0;
  }
}

.search-block__form {
  padding: 0 20px;
  position: relative;
}

.search-block__form form {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 64em) {
  .search-block__form {
    padding: 0 60px;
  }
}

.search-block input[type='text'] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #b6b1a9;
}

.search-block--home input[type='text'] {
  border: 1px solid #b6b1a9;
  height: 40px;
  color: #2e2d29;
}

@media (min-width: 64em) {
  .search-block--home input[type='text'] {
    height: 60px;
  }
}

.search-block__button-wrap {
  position: absolute;
  right: 0;
  top: 12px;
}

.search-block button {
  background-color: transparent;
  box-shadow: none;
  background-image: none;
}

.search-block__icon {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.search-block--home .search-block__icon {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: 100%;
  position: relative;
  top: -2px;
  right: -6px;
}

@media (min-width: 64em) {
  .search-block--home .search-block__icon {
    background-image: url("/themes/custom/dor/src/icon/raw/icon_small_search_driftwood.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 100%;
    position: relative;
    top: 4px;
  }
}

.field_simple_text.split-column {
  background-color: #eeeeee;
  padding: 30px 60px;
}

@supports (display: grid) {
  @media (min-width: 64em) {
    .field_simple_text.split-column .paragraph--type--simple-text {
      display: -ms-grid;
      display: grid;
      grid-gap: 1px;
      -ms-grid-columns: [col1-start] 33% [col2-start] 67% [col2-end];
      grid-template-columns: [col1-start] 33% [col2-start] 67% [col2-end];
    }
  }
}

.field_simple_text .is-expandable p:not(:first-of-type) {
  display: none;
}

.field_simple_text .is-expandable .expanded p:not(:first-of-type) {
  display: block;
}

.field_simple_text .is-expandable .expanded .show-less {
  display: block;
}

.field_simple_text .is-expandable .expanded .show-more {
  display: none;
}

.field_simple_text .is-expandable .show-more-less {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  cursor: pointer;
}

.field_simple_text .is-expandable .show-less {
  display: none;
}

.slim-hero__wrap {
  position: relative;
}

.slim-hero__teaser-wrap {
  position: absolute;
  width: 100%;
  padding: 0 12px;
  bottom: 34%;
}

@media (min-width: 48em) {
  .slim-hero__teaser-wrap {
    bottom: 32%;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .slim-hero__teaser-wrap {
    padding: 0 0 0 60px;
  }
}

@media (min-width: 80em) {
  .slim-hero__teaser-wrap {
    padding: 0 20px;
  }
}

.slim-hero__teaser {
  max-width: 1160px;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .slim-hero__teaser-inner {
    max-width: 60%;
  }
}

@media (min-width: 80em) {
  .slim-hero__teaser-inner {
    max-width: 48%;
  }
}

.slim-hero__teaser-inner p {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  text-shadow: 2px 2px 1px #141414;
}

.slim-hero img {
  width: 100%;
  height: auto;
}

table,
table.dor-table,
table.dor-table-bordered {
  margin-bottom: 2.25em;
  margin-top: 2.25em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
}

table caption,
table.dor-table caption,
table.dor-table-bordered caption {
  background-color: #f8f6f3;
  padding: 0.85714em 0.42857em;
  text-align: left;
}

table caption h4,
table.dor-table caption h4,
table.dor-table-bordered caption h4 {
  margin-bottom: 0;
}

table th,
table.dor-table th,
table.dor-table-bordered th {
  padding: 16px;
  background-color: #f8f6f3;
  color: #5f574f;
  text-align: left;
  font-weight: 600;
}

table td,
table.dor-table td,
table.dor-table-bordered td {
  padding: 0.85714em;
  line-height: 1.28571em;
  vertical-align: top;
}

table td.colored,
table.dor-table td.colored,
table.dor-table-bordered td.colored {
  background-color: #f8f6f3;
}

table tr,
table.dor-table tr,
table.dor-table-bordered tr {
  border-top: solid 2px #d8d4cd;
  border-bottom: solid 2px #d8d4cd;
}

table.dor-table-bordered caption {
  border-top: solid 2px #d8d4cd;
}

table.dor-table-bordered caption,
table.dor-table-bordered th, table.dor-table-bordered td {
  border-left: solid 2px #d8d4cd;
  border-right: solid 2px #d8d4cd;
}

table.dor-table-bordered th {
  vertical-align: bottom;
}

table.dor-table-bordered .show-hide-link td {
  border-left: none;
  border-right: none;
}

table.dor-table-auto-collapse tr {
  border-bottom: none 0 !important;
  border-left: none 0 !important;
  border-right: none 0 !important;
}

table.dor-table-auto-collapse tr td {
  border-bottom: none 0 !important;
  border-left: none 0 !important;
  border-right: none 0 !important;
}

table.views-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 1.125rem;
}

table.views-table .flag-mydor {
  margin-top: 0;
}

table.views-table a:active, table.views-table a:hover, table.views-table a:focus {
  text-decoration: underline;
}

table.views-table td,
table.views-table th {
  padding: 14px 12px 10px 12px;
}

table.views-table tfoot {
  font-weight: 600;
}

.tabledrag-toggle-weight-wrapper {
  margin-bottom: 20px;
}

a.tabledrag-handle .handle {
  width: 30px;
  height: 30px;
}

th {
  vertical-align: top;
}

.grid-3up, .grid-3up .layout-builder__region {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.grid-3up--no-filters .grid-3up, .grid-3up--no-filters .grid-3up .layout-builder__region, .grid-3up .grid-3up--no-filters .layout-builder__region {
  margin-bottom: 0;
  position: relative;
}

.grid-no-borders .grid-3up, .grid-no-borders .grid-3up .layout-builder__region, .grid-3up .grid-no-borders .layout-builder__region {
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 0;
}

.page-view-category .grid-3up, .page-view-category .grid-3up .layout-builder__region, .grid-3up .page-view-category .layout-builder__region,
.path-frontpage .grid-3up,
.path-frontpage .grid-3up .layout-builder__region,
.grid-3up .path-frontpage .layout-builder__region {
  margin-bottom: 0;
}

.landing-policies-resources .grid-3up .layout__region, .grid-3up .landing-policies-resources .layout-builder__region .layout__region,
.path-frontpage .grid-3up .layout__region,
.grid-3up .path-frontpage .layout-builder__region .layout__region {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-3up__item {
  border: 1px solid #d8d4cd;
  position: relative;
  margin: 0 -1px -1px 0;
}

.grid-3up--no-filters .grid-3up__item {
  padding-bottom: 0;
}

.grid-no-borders .grid-3up__item {
  border: none;
  margin: 0 0 20px 0;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 47.99em) {
  .grid-3up__item {
    width: 100%;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .grid-3up__item {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 -1px -1px 0;
  }
}

@media all and (min-width: 48em) and (max-width: 63.99em) and (-ms-high-contrast: none), (min-width: 48em) and (max-width: 63.99em) and (-ms-high-contrast: active) {
  .grid-3up__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 30px);
  }
}

@media all and (min-width: 48em) and (max-width: 63.99em) and (-ms-high-contrast: none), (min-width: 48em) and (max-width: 63.99em) and (-ms-high-contrast: active) {
  .grid-3up__item {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .grid-3up__item {
    box-sizing: border-box;
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    margin: 0 -1px -1px 0;
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .grid-3up__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 30px);
  }
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (min-width: 64em) and (-ms-high-contrast: active) {
  .grid-3up__item {
    width: 33%;
  }
}

.grid-3up--large .grid-3up__item {
  border: none;
}

@media (max-width: 63.99em) {
  .grid-3up--large .grid-3up__item {
    border-bottom: 1px solid #d8d4cd;
  }
}

@media (min-width: 64em) {
  .grid-3up--large .grid-3up__item:nth-child(5), .grid-3up--large .grid-3up__item:nth-child(2) {
    border-right: 1px solid #d8d4cd;
    border-left: 1px solid #d8d4cd;
  }
}

@media (min-width: 64em) {
  .grid-3up--large .grid-3up__item:nth-of-type(-n+3) {
    border-bottom: 1px solid #d8d4cd;
  }
}

@media (min-width: 64em) {
  .grid-3up__item.title-list:nth-of-type(-n+3) {
    border-bottom: none;
  }
}

.grid-3up__item img {
  width: 100%;
  height: auto;
}

.grid-3up__item--hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  transition-delay: 0.1s;
  margin: 0 !important;
}

.grid-3up__item--show {
  visibility: visible;
  height: inherit;
  opacity: 1;
}

.grid-3up h3.category-title, .grid-3up .search-announcements__title h2.category-title, .search-announcements__title .grid-3up h2.category-title,
.grid-3up h2,
.grid-3up .layout-builder__region h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.39;
  margin-bottom: 10px;
}

.grid-3up h3.category-title a, .grid-3up .search-announcements__title h2.category-title a, .search-announcements__title .grid-3up h2.category-title a,
.grid-3up h2 a,
.grid-3up .layout-builder__region h2 a {
  color: #2e2d29;
}

.grid-3up h3.category-title a:active, .grid-3up .search-announcements__title h2.category-title a:active, .search-announcements__title .grid-3up h2.category-title a:active, .grid-3up h3.category-title a:hover, .grid-3up .search-announcements__title h2.category-title a:hover, .search-announcements__title .grid-3up h2.category-title a:hover, .grid-3up h3.category-title a:focus, .grid-3up .search-announcements__title h2.category-title a:focus, .search-announcements__title .grid-3up h2.category-title a:focus,
.grid-3up h2 a:active,
.grid-3up h2 a:hover,
.grid-3up h2 a:focus {
  color: #007c92;
}

.grid-3up__content {
  margin-bottom: 40px;
}

.grid-3up--no-filters .grid-3up__content {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 120px;
}

@media (min-width: 64em) {
  .grid-3up--no-filters .grid-3up__content {
    min-height: 150px;
  }
}

.grid-3up__person_info {
  margin-bottom: 20px;
}

.grid-3up__person-footer {
  line-height: 1.4;
  margin-top: auto;
}

.grid-3up__person-footer > span {
  display: block;
}

.grid-3up__person-email {
  font-weight: 600;
}

.grid-3up__footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #98928a;
  text-transform: uppercase;
  line-height: 2.08;
}

@media (min-width: 64em) {
  .grid-3up__footer {
    font-size: 0.875rem;
    line-height: 2.14;
  }
}

.grid-3up__inner {
  padding: 20px 10px;
}

.grid-3up--large .grid-3up__inner {
  padding: 44px 0 40px 0;
}

@media (min-width: 64em) {
  .grid-3up--large .grid-3up__inner {
    padding: 72px 10px 48px 10px;
  }
}

.grid-3up--large .grid-3up__inner h2 {
  margin-bottom: 10px;
}

.grid-3up--large .grid-3up__inner p {
  line-height: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .grid-3up--large .grid-3up__inner p {
    line-height: 1.5625rem;
  }
}

.grid-3up--large .grid-3up__inner a {
  color: #007c92;
}

.grid-3up--large .grid-3up__inner a:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_green.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  position: relative;
  top: 4px;
  left: 2px;
}

@media (min-width: 64em) {
  .grid-3up--large .grid-3up__inner a:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_green.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: 100%;
    position: relative;
    top: 6px;
    left: 2px;
  }
}

.grid-3up--large .grid-3up__inner a:active, .grid-3up--large .grid-3up__inner a:hover, .grid-3up--large .grid-3up__inner a:focus {
  color: #5f574f;
}

.grid-3up--large .grid-3up__inner a.title-list__link:after {
  display: none;
}

.grid-3up__lede {
  font-size: 1rem;
  line-height: 1.25;
  color: #98928a;
  margin-bottom: 2px;
}

@media (min-width: 64em) {
  .grid-3up__lede {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}

.grid-3up .body--teaser, .grid-3up .body--teaser p {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5f574f;
}

.grid-3up .views-field-flagged {
  position: absolute;
  right: 16px;
  bottom: 0;
  padding-bottom: 10px;
}

.grid-3up .views-field-flagged .has-mydor:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_saved.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.grid-3up .views-field-flagged .has-mydor > span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.grid-3up .field--name-body {
  width: 100%;
}

.grid-3up__show-all {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  color: #007c92;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 22px;
}

.grid-3up__show-all:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_plus_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  background-size: 100%;
}

.grid-3up--no-filters .grid-3up__show-all {
  margin-top: 20px;
}

.grid-3up__show-all--open {
  margin-top: 14px;
}

.grid-3up__show-all--open:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_minus_lagunita.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  top: 14px;
  left: 0;
  background-size: 100%;
}

.grid-3up__show-all.is-hidden {
  display: none;
}

.person-details {
  padding-bottom: 30px;
  line-height: 1.25;
}

.person-contact {
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  line-height: 1.25;
}

.topic-submenu__wrap {
  position: relative;
}

@media (max-width: 63.99em) {
  .topic-submenu__wrap:before {
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 1px solid #d8d4cd;
    height: 2px;
    width: 100%;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media (min-width: 64em) {
  .topic-submenu__wrap:before {
    position: relative;
    left: 80px;
  }
}

@media (min-width: 64em) {
  .topic-submenu__wrap {
    position: relative;
    left: 80px;
  }
}

.topic-submenu .layout__region--content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .topic-submenu .layout__region--content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

.joyride-tip-guide {
  background-color: #2e2d29;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.joyride-tip-guide .tour-tip-label {
  color: #fff;
}

.joyride-tip-guide .tour-tip-body,
.joyride-tip-guide .tour-progress {
  color: #d8d4cd;
}

.joyride-tip-guide a.joyride-close-tip, .joyride-tip-guide a.joyride-next-tip {
  color: #6fc3ff;
}

.joyride-tip-guide .joyride-nub {
  border: 10px solid #2e2d29;
}

.joyride-tip-guide .joyride-nub.top {
  top: -20px;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.joyride-tip-guide .joyride-nub.bottom {
  bottom: -20px;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

#block-homepagetour,
#block-topicstour,
#block-topicsoverviewtour,
#block-rphtour,
#block-policytour,
#block-announcementstour,
#block-toolsdocumentstour,
#block-toolanddocumentstour,
#block-howtotour,
#block-trainingcoursestour,
#block-trainingtour,
#block-howtostour {
  display: none;
}

.spb-popup-main-wrapper {
  background-color: #2e2d29;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  color: #d8d4cd;
  padding: 20px 50px 20px 20px;
}

.spb-popup-main-wrapper h2 {
  color: #d8d4cd;
}

.spb-popup-main-wrapper .field--name-body {
  color: #d8d4cd;
  width: 100%;
}

.spb-popup-main-wrapper a:not(.btn):not(.media-library-item__edit) {
  color: #6fc3ff;
}

.spb-popup-main-wrapper .spb_close,
.spb-popup-main-wrapper .spb_minimize {
  border: 1px solid;
  cursor: pointer;
  float: right;
  margin: 3px;
  padding: 0 10px;
  color: #6fc3ff;
  background: transparent;
}

.spb-popup-main-wrapper .spb_top_center {
  top: 0;
  left: 50%;
  margin: auto;
}

.term-id {
  /*
// Icon-term assignment.
 */
}

.term-id--54--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc1-cert_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--54--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc1-cert_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--54--large .subject-icon--icon:before {
  transition: background-size 2s, background-image 2s;
}

.term-id--54--white .titlebar:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc1-cert_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 85%;
}

.term-id--54--white .titlebar:before {
  margin: 20px;
}

.term-id--55--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc2-cert_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--55--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc2-cert_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--55--large .subject-icon--icon:before {
  transition: background-size 2s, background-image 2s;
}

.term-id--55--white .titlebar:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_cc2-cert_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 85%;
}

.term-id--55--white .titlebar:before {
  margin: 20px;
}

.term-id--56--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_dpa-property-cert_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--56--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_dpa-property-cert_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--56--large .subject-icon--icon:before {
  transition: background-size 2s, background-image 2s;
}

.term-id--56--white .titlebar:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_dpa-property-cert_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 85%;
}

.term-id--56--white .titlebar:before {
  margin: 20px;
}

.view-display-id-audiences .term-id--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_audience_no-circle_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .view-display-id-audiences .term-id--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_audience_no-circle_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.view-display-id-audiences .term-id--large .subject-icon--icon:before {
  transition: background-size 2s, background-image 2s;
}

.audience--flyover .titlebar:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_audience_no-circle_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.audience--flyover .titlebar:before {
  margin: 20px;
}

.block-views-blocktraining-courses .grid-3up .node__content, .grid-3up .block-views-blocktraining-courses .layout-builder__region .node__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.block-views-blocktraining-courses .grid-3up .node__content .flag-mydor, .grid-3up .block-views-blocktraining-courses .layout-builder__region .node__content .flag-mydor {
  margin: 0;
}

.key-wrapper {
  margin-bottom: 1.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.key-wrapper > span {
  margin-right: 7px;
}

.key-wrapper .key {
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.key-wrapper .has-mydor:before {
  content: " ";
  background-image: url(/themes/custom/dor/src/icon/raw/icon_small_saved.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
}

.user-logged-in .block-views-blocktraining-courses .filter-sort {
  border-bottom: solid 1px #d8d4cd;
  margin-bottom: 2rem;
}

.term-id {
  /*
// Icon-term assignment.
 */
}

.term-id--58--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

.term-id--58--large .subject-icon--icon:before {
  transition: background-size 2s, background-image 2s;
}

@media (min-width: 48em) {
  .term-id--58--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--58.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--58 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--58 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--58 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--59--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 85%;
}

@media (min-width: 48em) {
  .term-id--59--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--59.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--59 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--59 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--59 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--60--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center 25%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center 25%;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--60--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center 25%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 25%;
    background-size: contain;
  }
}

.term-id--60.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--60 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--60 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--60 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--61--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--61--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--61.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--61 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--61 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--61 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--62--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--62--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--62.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--62 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--62 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--62 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--63--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--63--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--63.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--63 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--63 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--63 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--64--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--64--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--64.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--64 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--64 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--64 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--65--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--65--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--65.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--65 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--65 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--65 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--66--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--66--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--66.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--66 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--66 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--66 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--67--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--67--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--67.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--67 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--67 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--67 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--68--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--68--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--68.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--68 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--68 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--68 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--69--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--69--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--69.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--69 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--69 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--69 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--70--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--70--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--70.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--70 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--70 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--70 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--71--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--71--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--71.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--71 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--71 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--71 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--72--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--72--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--72.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--72 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--72 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--72 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--73--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--73--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--73.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--73 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--73 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--73 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--74--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--74--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--74.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--74 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--74 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--74 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--75--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--75--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id--75.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id--75 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id--75 .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id--75 .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.term-id--76--large .subject-icon--icon:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 35px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
}

@media (min-width: 48em) {
  .term-id--76--large .subject-icon--icon:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_palo-alto.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 75px;
    height: 75px;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
  }
}

.term-id.related:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_driftwood.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 85%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: -70px;
  background-position: center;
  background-size: 85%;
}

@media (max-width: 63.99em) {
  .term-id .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 320px;
    height: 340px;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -36px;
    right: -38px;
    opacity: 0.13;
    background-position: 0 0;
    background-size: contain;
  }
}

@media (min-width: 64em) {
  .term-id .page-title__bg:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 650px;
    height: 650px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.13;
    background-size: contain;
  }
  .term-id .page-title__bg:after {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    right: 20px;
    bottom: 34px;
  }
}

.flyover.training-subject.term-id--58--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--58--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_animal-care-and-use_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--59--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--59--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_coi_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--60--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--60--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--61--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--61--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_export-controls_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--62--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--62--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_finance_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--63--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--63--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_human-subjects_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--64--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--64--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_industry-sponsored-clinical-trial_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--65--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--65--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_intl-activities_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--66--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--66--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--67--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--67--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-k-awards_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--68--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--68--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_nih-nrsa_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--69--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--69--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_pi-ship_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--70--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--70--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_privacy-and-security_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--71--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--71--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_property-management_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--72--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--72--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_research-administration_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--73--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--73--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_responsible-and-ethical-conduct_no-circle_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--74--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--74--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_sexual-harassment-prevention_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--75--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--75--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_shared-faciities_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.flyover.training-subject.term-id--76--white .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

@media (min-width: 64em) {
  .flyover.training-subject.term-id--76--white .title:before {
    content: " ";
    background-image: url("/themes/custom/dor/src/icon/raw/icon_training_space-inventory_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 85%;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 85%;
  }
}

.block-views-blocktraining-subjects-subjects {
  border-bottom: solid 1px #d8d4cd;
}

.block-views-blocktraining-subjects-subjects > h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -1px;
  margin: 20px 0;
}

@media (min-width: 64em) {
  .block-views-blocktraining-subjects-subjects > h2 {
    font-size: 1.75rem;
    margin: 50px 0;
  }
}

.block-views-blocktraining-subjects-cert-programs {
  margin-top: 60px;
  border-bottom: solid 1px #d8d4cd;
}

.block-views-blocktraining-subjects-audiences {
  margin: 60px 0;
}

.view-id-training_subjects .grid-3up__item {
  border: unset;
  padding: 0;
}

.view-id-training_subjects .grid-3up__inner {
  padding: 5px 0;
}

@media (min-width: 48em) {
  .view-id-training_subjects .grid-3up__inner {
    padding: 20px 0;
  }
}

.view-training-taxonomies .grid-3up__inner {
  padding: 0 10px 20px;
}

.view-training-taxonomies .grid-3up__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 57.5em) {
  .view-training-taxonomies .grid-3up__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.view-training-taxonomies .grid-3up__item .field--name-body {
  margin-bottom: 20px;
}

.view-training-taxonomies .grid-3up__item .node__content {
  position: absolute;
  bottom: 8px;
  padding-top: 20px;
}

.view-training-taxonomies .grid-3up__item a,
.view-training-taxonomies .grid-3up__item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2e2d29;
}

@media (min-width: 64em) {
  .view-training-taxonomies .grid-3up__item a,
  .view-training-taxonomies .grid-3up__item p {
    font-size: 1.125rem;
  }
}

.view-training-taxonomies .grid-3up__item a:hover, .view-training-taxonomies .grid-3up__item a:active, .view-training-taxonomies .grid-3up__item a:focus,
.view-training-taxonomies .grid-3up__item p:hover,
.view-training-taxonomies .grid-3up__item p:active,
.view-training-taxonomies .grid-3up__item p:focus {
  color: #00505c;
}

.view-training-taxonomies .grid-3up__item h2 {
  margin: 10px 0;
}

.subject-icon,
.certification-icon,
.audience-icon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subject-icon.teaser,
.certification-icon.teaser,
.audience-icon.teaser {
  -ms-flex-direction: row;
  flex-direction: row;
}

.subject-icon.teaser h3, .subject-icon.teaser .search-announcements__title h2, .search-announcements__title .subject-icon.teaser h2,
.certification-icon.teaser h3,
.certification-icon.teaser .search-announcements__title h2,
.search-announcements__title .certification-icon.teaser h2,
.audience-icon.teaser h3,
.audience-icon.teaser .search-announcements__title h2,
.search-announcements__title .audience-icon.teaser h2 {
  margin-bottom: 5px;
}

@media (min-width: 48em) {
  .subject-icon.teaser h3, .subject-icon.teaser .search-announcements__title h2, .search-announcements__title .subject-icon.teaser h2,
  .certification-icon.teaser h3,
  .certification-icon.teaser .search-announcements__title h2,
  .search-announcements__title .certification-icon.teaser h2,
  .audience-icon.teaser h3,
  .audience-icon.teaser .search-announcements__title h2,
  .search-announcements__title .audience-icon.teaser h2 {
    margin-bottom: 0;
  }
}

.subject-icon--inner,
.certification-icon--inner,
.audience-icon--inner {
  width: 100%;
  margin-left: 20px;
}

@media (min-width: 48em) {
  .subject-icon--inner,
  .certification-icon--inner,
  .audience-icon--inner {
    width: 244px;
    margin-left: 20px;
  }
}

.subject-icon--inner a:link,
.subject-icon--inner p,
.certification-icon--inner a:link,
.certification-icon--inner p,
.audience-icon--inner a:link,
.audience-icon--inner p {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5f574f;
}

.subject-icon--inner a:link:hover, .subject-icon--inner a:link:active, .subject-icon--inner a:link:focus,
.subject-icon--inner p:hover,
.subject-icon--inner p:active,
.subject-icon--inner p:focus,
.certification-icon--inner a:link:hover,
.certification-icon--inner a:link:active,
.certification-icon--inner a:link:focus,
.certification-icon--inner p:hover,
.certification-icon--inner p:active,
.certification-icon--inner p:focus,
.audience-icon--inner a:link:hover,
.audience-icon--inner a:link:active,
.audience-icon--inner a:link:focus,
.audience-icon--inner p:hover,
.audience-icon--inner p:active,
.audience-icon--inner p:focus {
  color: #00505c;
}

@media (min-width: 64em) {
  .subject-icon--inner a:link,
  .subject-icon--inner p,
  .certification-icon--inner a:link,
  .certification-icon--inner p,
  .audience-icon--inner a:link,
  .audience-icon--inner p {
    font-size: 1rem;
  }
}

.subject-icon--inner label,
.certification-icon--inner label,
.audience-icon--inner label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: normal;
  color: #175e54;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .subject-icon--inner label,
  .certification-icon--inner label,
  .audience-icon--inner label {
    font-size: 3.25rem;
  }
}

.subject-icon--icon,
.certification-icon--icon,
.audience-icon--icon {
  width: 40px;
  height: 35px;
}

@media (min-width: 48em) {
  .subject-icon--icon,
  .certification-icon--icon,
  .audience-icon--icon {
    width: 75px;
    height: 75px;
  }
}

.landing-training .stanford-modal-overlay.ui-dialog .ui-dialog-titlebar-close,
.page-node-type-training .stanford-modal-overlay.ui-dialog .ui-dialog-titlebar-close {
  opacity: .5;
  height: 60px;
}

@media (min-width: 64em) {
  .landing-training .stanford-modal-overlay.ui-dialog .ui-dialog-titlebar-close,
  .page-node-type-training .stanford-modal-overlay.ui-dialog .ui-dialog-titlebar-close {
    height: 81px;
  }
}

.landing-training .stanford-modal-overlay.ui-dialog .titlebar,
.page-node-type-training .stanford-modal-overlay.ui-dialog .titlebar {
  height: 60px;
}

@media (min-width: 64em) {
  .landing-training .stanford-modal-overlay.ui-dialog .titlebar,
  .page-node-type-training .stanford-modal-overlay.ui-dialog .titlebar {
    height: 81px;
  }
}

.landing-training .stanford-modal-overlay .ui-button .ui-icon,
.page-node-type-training .stanford-modal-overlay .ui-button .ui-icon {
  top: 19px;
}

@media (min-width: 64em) {
  .landing-training .stanford-modal-overlay .ui-button .ui-icon,
  .page-node-type-training .stanford-modal-overlay .ui-button .ui-icon {
    top: 28px;
  }
}

.training-subject--flyover a,
.training-subject--flyover p,
.certification--flyover a,
.certification--flyover p,
.audience--flyover a,
.audience--flyover p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

@media (min-width: 64em) {
  .training-subject--flyover a,
  .training-subject--flyover p,
  .certification--flyover a,
  .certification--flyover p,
  .audience--flyover a,
  .audience--flyover p {
    font-size: 1.375rem;
  }
}

.training-subject--flyover .grid-3up__inner,
.certification--flyover .grid-3up__inner,
.audience--flyover .grid-3up__inner {
  padding: 0 10px 20px;
}

.training-subject--flyover .grid-3up__item,
.certification--flyover .grid-3up__item,
.audience--flyover .grid-3up__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (min-width: 57.5em) {
  .training-subject--flyover .grid-3up__item,
  .certification--flyover .grid-3up__item,
  .audience--flyover .grid-3up__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.training-subject--flyover .grid-3up__item .field--name-body,
.certification--flyover .grid-3up__item .field--name-body,
.audience--flyover .grid-3up__item .field--name-body {
  margin-bottom: 20px;
}

.training-subject--flyover .grid-3up__item .node__content,
.certification--flyover .grid-3up__item .node__content,
.audience--flyover .grid-3up__item .node__content {
  position: absolute;
  bottom: 8px;
  padding-top: 20px;
}

.training-subject--flyover .grid-3up__item a,
.training-subject--flyover .grid-3up__item p,
.certification--flyover .grid-3up__item a,
.certification--flyover .grid-3up__item p,
.audience--flyover .grid-3up__item a,
.audience--flyover .grid-3up__item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2e2d29;
}

@media (min-width: 64em) {
  .training-subject--flyover .grid-3up__item a,
  .training-subject--flyover .grid-3up__item p,
  .certification--flyover .grid-3up__item a,
  .certification--flyover .grid-3up__item p,
  .audience--flyover .grid-3up__item a,
  .audience--flyover .grid-3up__item p {
    font-size: 1.125rem;
  }
}

.training-subject--flyover .grid-3up__item a:hover, .training-subject--flyover .grid-3up__item a:active, .training-subject--flyover .grid-3up__item a:focus,
.training-subject--flyover .grid-3up__item p:hover,
.training-subject--flyover .grid-3up__item p:active,
.training-subject--flyover .grid-3up__item p:focus,
.certification--flyover .grid-3up__item a:hover,
.certification--flyover .grid-3up__item a:active,
.certification--flyover .grid-3up__item a:focus,
.certification--flyover .grid-3up__item p:hover,
.certification--flyover .grid-3up__item p:active,
.certification--flyover .grid-3up__item p:focus,
.audience--flyover .grid-3up__item a:hover,
.audience--flyover .grid-3up__item a:active,
.audience--flyover .grid-3up__item a:focus,
.audience--flyover .grid-3up__item p:hover,
.audience--flyover .grid-3up__item p:active,
.audience--flyover .grid-3up__item p:focus {
  color: #00505c;
}

.training-subject--flyover .grid-3up__item h2,
.certification--flyover .grid-3up__item h2,
.audience--flyover .grid-3up__item h2 {
  margin-bottom: 8px;
}

.training-subject--flyover label,
.certification--flyover label,
.audience--flyover label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: normal;
  color: #175e54;
  padding-bottom: 3px;
  margin-bottom: 0;
}

@media (min-width: 64em) {
  .training-subject--flyover label,
  .certification--flyover label,
  .audience--flyover label {
    font-size: 1.75rem;
  }
}

.is-subjects.user-logged-in .is-term .description {
  border-bottom: solid 1px #b6b1a9;
}

.training-subject--flyover .page-title__inner h1,
.audience--flyover .page-title__inner h1,
.certification--flyover .page-title__inner h1 {
  color: #2e2d29;
}

.training-subject--flyover .layout,
.audience--flyover .layout,
.certification--flyover .layout {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.training-subject--flyover .is-term,
.audience--flyover .is-term,
.certification--flyover .is-term {
  display: block;
}

.training-subject--flyover .is-term h2,
.audience--flyover .is-term h2,
.certification--flyover .is-term h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -1px;
  color: #2e2d29;
  margin-bottom: 20px;
}

@media (min-width: 64em) {
  .training-subject--flyover .is-term h2,
  .audience--flyover .is-term h2,
  .certification--flyover .is-term h2 {
    font-size: 3rem;
  }
}

.training-subject--flyover .is-term > h3, .training-subject--flyover .search-announcements__title .is-term > h2, .search-announcements__title .training-subject--flyover .is-term > h2,
.audience--flyover .is-term > h3,
.audience--flyover .search-announcements__title .is-term > h2,
.search-announcements__title .audience--flyover .is-term > h2,
.certification--flyover .is-term > h3,
.certification--flyover .search-announcements__title .is-term > h2,
.search-announcements__title .certification--flyover .is-term > h2 {
  font-size: 1.75rem;
  color: teal;
  font-weight: normal;
  margin-bottom: 3px;
}

.training-subject--flyover .is-term .description,
.audience--flyover .is-term .description,
.certification--flyover .is-term .description {
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.training-subject--flyover .feed-icon,
.audience--flyover .feed-icon,
.certification--flyover .feed-icon {
  display: none;
}

.training-subject--flyover header > div p,
.audience--flyover header > div p,
.certification--flyover header > div p {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #2e2d29;
}

.training-subject--flyover .titlebar,
.audience--flyover .titlebar,
.certification--flyover .titlebar {
  height: 80px;
  background-color: #00505c;
  width: 100%;
}

.training-subject--flyover .layout__region--bottom,
.audience--flyover .layout__region--bottom,
.certification--flyover .layout__region--bottom {
  padding: 125px 20px 20px;
}

@media (min-width: 64em) {
  .training-subject--flyover .layout__region--bottom,
  .audience--flyover .layout__region--bottom,
  .certification--flyover .layout__region--bottom {
    padding: 190px 80px 80px;
  }
}

@media (min-width: 64em) {
  .training-subject--flyover .layout,
  .audience--flyover .layout,
  .certification--flyover .layout {
    display: block;
  }
}

.block-field-blocknodetrainingfield-subject > div {
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.block-field-blocknodetrainingfield-subject > div > div:first-of-type {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #98928a;
  margin-top: 2px;
  margin-right: 6px;
}

@media (min-width: 64em) {
  .block-field-blocknodetrainingfield-subject > div > div:first-of-type {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.block-field-blocknodetrainingfield-subject > div > div {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #98928a;
  margin-top: 2px;
  margin-right: 6px;
}

@media (min-width: 64em) {
  .block-field-blocknodetrainingfield-subject > div > div {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.block-field-blocknodetrainingfield-subject > div a {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 2.08;
}

@media (min-width: 64em) {
  .block-field-blocknodetrainingfield-subject > div a {
    font-size: 0.875rem;
    line-height: 2.14;
  }
}

.is-training .related-field--persons {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #d8d4cd;
}

.is-training .related-field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .is-training .related-field__items {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.is-training .related-field__item {
  width: 100%;
}

@media (min-width: 64em) {
  .is-training .related-field__item {
    width: 50%;
  }
}

.block-views-blocktraining-snapshot {
  margin-bottom: 80px;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .block-views-blocktraining-snapshot .node--view-mode-course .node__content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content > div {
  border-top: solid 1px #d8d4cd;
  border-right: solid 1px #d8d4cd;
  border-left: solid 1px #d8d4cd;
  padding: 10px 20px 40px;
  width: 100%;
}

@media (min-width: 64em) {
  .block-views-blocktraining-snapshot .node--view-mode-course .node__content > div {
    border-top: solid 1px #d8d4cd;
    border-right: solid 0 #d8d4cd;
    border-bottom: solid 1px #d8d4cd;
    border-left: solid 1px #d8d4cd;
    padding: 10px 20px 40px;
    width: 33%;
  }
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content > div:last-of-type {
  border-bottom: solid 1px #d8d4cd;
  border-right: solid 1px #d8d4cd;
}

@media (min-width: 64em) {
  .block-views-blocktraining-snapshot .node--view-mode-course .node__content > div:last-of-type {
    border-right: solid 1px #d8d4cd;
    border-bottom: solid 1px #d8d4cd;
  }
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .audience > div > div:first-of-type,
.block-views-blocktraining-snapshot .node--view-mode-course .node__content .time > div > div:first-of-type {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .audience > div > div:last-of-type,
.block-views-blocktraining-snapshot .node--view-mode-course .node__content .time > div > div:last-of-type {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #175e54;
  position: relative;
  padding-left: 40px;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .link > div > div > div {
  padding-bottom: 10px;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .link > div > div:first-of-type {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  color: #98928a;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .link a {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #175e54;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .audience > div > div:last-of-type:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_audience_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 2px;
  background-size: cover;
}

.block-views-blocktraining-snapshot .node--view-mode-course .node__content .time > div > div:last-of-type:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_duration_palo-alto.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: 2px;
  background-size: cover;
}

.is-training .page-title__wrap {
  display: block;
}

.node--type-training.node--view-mode-teaser .node__content {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.08;
  letter-spacing: 1px;
  color: #b6b1a9;
  margin-top: 5px;
}

@media (min-width: 64em) {
  .node--type-training.node--view-mode-teaser .node__content {
    font-size: 0.875rem;
  }
}

.user-login-form {
  margin-bottom: 1rem;
}

.user-login-form h1 {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

@media (min-width: 64em) {
  .profile-view__wrap {
    display: -ms-flexbox;
    display: flex;
  }
}

.profile-view__media {
  padding-right: 50px;
}

.profile-view dl {
  padding: 10px 10px 10px 0;
  margin-bottom: 30px;
  font-size: 1.0625rem;
}

.profile-view dt {
  float: left;
  clear: left;
  width: 100px;
  color: #98928a;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 80em) {
  .profile-view dt {
    font-size: 0.875rem;
  }
}

.profile-view dt::after {
  content: ":";
}

.profile-view dd {
  margin: 0 0 0 110px;
  padding: 0 0 10px 0;
  font-size: 0.9375rem;
  color: #5f574f;
}

@media (min-width: 80em) {
  .profile-view dd {
    font-size: 1rem;
  }
}

.profile-view h2.greeting {
  margin-bottom: 0;
}

.view-mydor {
  border-top: 1px solid #d8d4cd;
  padding-top: 30px;
  margin-top: 40px;
}

.view-mydor h3, .view-mydor .search-announcements__title h2, .search-announcements__title .view-mydor h2 {
  display: none;
}

.block-views-blockmydor-mydor-order {
  margin-bottom: 60px;
}

.page-user-view .views-form {
  position: relative;
}

.page-user-view #views-form-mydor-mydor-order {
  overflow: auto;
  margin-top: 20px;
}

.page-user-view #block-dor-local-tasks {
  position: relative;
}

@media (min-width: 64em) {
  .page-user-view ul.tabs {
    position: absolute;
    right: 0;
    z-index: 11111;
  }
}

.page-user-view .layout-container {
  margin: 0;
}

.page-user-edit ul.tabs {
  position: relative;
}

.views-field.views-field-nid {
  width: 350px;
}

.stanford-modal-overlay.ui-dialog {
  left: inherit;
  right: 0;
  max-width: 100%;
  padding: 0;
  position: absolute !important;
  z-index: 201;
}

@media (min-width: 23.4375em) and (max-width: 63.99em) {
  .stanford-modal-overlay.ui-dialog {
    max-width: 80%;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  .stanford-modal-overlay.ui-dialog {
    max-width: 784px;
  }
}

@media (min-width: 80em) {
  .stanford-modal-overlay.ui-dialog {
    max-width: 880px;
  }
}

.stanford-modal-overlay.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
}

.stanford-modal-overlay.ui-dialog .ui-dialog-title {
  display: none;
}

.stanford-modal-overlay.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  border-radius: 0;
  color: #fff;
  height: 60px;
  margin: 0;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 102;
}

.stanford-modal-overlay.ui-corner-all {
  border-radius: 0;
}

.stanford-modal-overlay .ui-button {
  background: transparent;
  border: none;
  border-left: 1px solid #fff;
}

.stanford-modal-overlay .ui-button:hover {
  background: #fff;
  border: none;
  border-left: 1px solid #e98300;
}

.stanford-modal-overlay .ui-button:hover .ui-icon {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_close_poppy.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.stanford-modal-overlay .ui-button .ui-icon {
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_close_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  top: 18px;
  left: 18px;
  background-position: center;
  margin: 0;
}

.stanford-modal-overlay.ui-widget {
  font-family: 'Source Sans Pro', sans-serif;
}

.stanford-modal-overlay.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0;
}

.stanford-modal-overlay.ui-widget.ui-widget-content .page-content .btn, .stanford-modal-overlay.ui-widget.ui-widget-content .page-content .media-library-item__edit, .stanford-modal-overlay.ui-widget.ui-widget-content .page-content .tabledrag-toggle-weight-wrapper button, .tabledrag-toggle-weight-wrapper .stanford-modal-overlay.ui-widget.ui-widget-content .page-content button {
  color: #fff;
}

.stanford-modal-overlay.ui-widget.ui-widget-content .page-content a:not(.btn):not(.media-library-item__edit) {
  color: #007c92;
}

.stanford-modal-overlay.ui-widget.ui-widget-content .page-content a:not(.btn):not(.media-library-item__edit):focus, .stanford-modal-overlay.ui-widget.ui-widget-content .page-content a:not(.btn):not(.media-library-item__edit):hover {
  color: #5f574f;
}

.stanford-modal-overlay .ui-dialog-content {
  padding: 0 !important;
  overflow: inherit !important;
}

.stanford-modal-overlay .titlebar {
  border: none;
  height: 60px;
  padding: 0;
  position: relative;
  z-index: 100;
}

.stanford-modal-overlay .titlebar .title,
.stanford-modal-overlay .titlebar .link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.stanford-modal-overlay .titlebar .title {
  float: left;
  margin-left: 26px;
  margin-top: 18px;
  padding-left: 31px;
}

@media (max-width: 63.99em) {
  .stanford-modal-overlay .titlebar .title {
    text-indent: -999em;
  }
}

.stanford-modal-overlay .titlebar .link {
  float: right;
  margin-right: 70px;
  margin-top: 18px;
  padding-right: 20px;
}

.stanford-modal-overlay .titlebar .link .titlebar-page-link {
  color: #fff;
  text-decoration: none !important;
}

.stanford-modal-overlay .titlebar .link .titlebar-page-link:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 4px;
  right: 0;
}

.stanford-modal-overlay .titlebar .link .titlebar-page-link:focus, .stanford-modal-overlay .titlebar .link .titlebar-page-link:hover {
  text-decoration: underline !important;
}

.stanford-modal-overlay div[class*="entity-overlay__container--node-"] {
  overflow: hidden !important;
}

.flyover {
  height: calc(100% + 120px);
}

.flyover .link--footer {
  display: block;
  padding-top: 20px;
}

.flyover .link--footer a {
  position: relative;
  font-size: 1.25rem;
}

.flyover .link--footer a:after {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_arrow_green.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 100%;
  position: absolute;
  top: 2px;
  right: -26px;
}

.flyover .link--footer a:hover {
  color: #007c92;
}

.flyover .page-title {
  background-color: transparent;
  border-bottom: 2px solid #d8d4cd;
  padding: 165px 60px 0;
}

@media (max-width: 63.99em) {
  .flyover .page-title {
    padding: 120px 20px 0;
  }
}

.flyover .page-title h2 {
  color: #2e2d29;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.04;
  margin-bottom: 1.875rem;
}

@media (max-width: 63.99em) {
  .flyover .page-title h2 {
    font-size: 2em;
  }
}

.flyover .page-title h3, .flyover .page-title .search-announcements__title h2, .search-announcements__title .flyover .page-title h2 {
  font-size: 1.75rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.07;
  margin-bottom: 0;
}

.flyover .page-content {
  padding: 60px;
}

@media (max-width: 63.99em) {
  .flyover .page-content {
    padding: 20px;
  }
}

.flyover.announcement .titlebar {
  background: #e98300;
}

.flyover.announcement .page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flyover.announcement .page-title h3, .flyover.announcement .page-title .search-announcements__title h2, .search-announcements__title .flyover.announcement .page-title h2 {
  color: #e98300;
}

.flyover.office .titlebar, .flyover.person .titlebar {
  background-color: #b6b1a9;
}

.flyover.office .page-title, .flyover.person .page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flyover.office .page-title h3, .flyover.office .page-title .search-announcements__title h2, .search-announcements__title .flyover.office .page-title h2, .flyover.person .page-title h3, .flyover.person .page-title .search-announcements__title h2, .search-announcements__title .flyover.person .page-title h2 {
  color: #b6b1a9;
}

.flyover.page .titlebar, .flyover.topic .titlebar {
  background-color: #00505c;
}

.flyover.page .page-title, .flyover.topic .page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flyover.page .page-title h3, .flyover.page .page-title .search-announcements__title h2, .search-announcements__title .flyover.page .page-title h2, .flyover.topic .page-title h3, .flyover.topic .page-title .search-announcements__title h2, .search-announcements__title .flyover.topic .page-title h2 {
  color: #00505c;
}

.flyover.training-subject .titlebar, .flyover.training .titlebar {
  background-color: #175e54;
}

.flyover.training-subject .page-title h3, .flyover.training-subject .page-title .search-announcements__title h2, .search-announcements__title .flyover.training-subject .page-title h2, .flyover.training .page-title h3, .flyover.training .page-title .search-announcements__title h2, .search-announcements__title .flyover.training .page-title h2 {
  color: #175e54;
}

.flyover.training-subject .titlebar, .flyover.certification .titlebar, .flyover.audience .titlebar {
  background-color: #00505c;
}

.flyover.training-subject .page-title, .flyover.certification .page-title, .flyover.audience .page-title {
  border-bottom: none;
}

.flyover.training-subject .page-title h2, .flyover.certification .page-title h2, .flyover.audience .page-title h2 {
  margin-bottom: 20px;
}

.flyover.training-subject .page-title h3, .flyover.training-subject .page-title .search-announcements__title h2, .search-announcements__title .flyover.training-subject .page-title h2, .flyover.certification .page-title h3, .flyover.certification .page-title .search-announcements__title h2, .search-announcements__title .flyover.certification .page-title h2, .flyover.audience .page-title h3, .flyover.audience .page-title .search-announcements__title h2, .search-announcements__title .flyover.audience .page-title h2 {
  color: #00505c;
}

.flyover.training-subject .page-content, .flyover.certification .page-content, .flyover.audience .page-content {
  padding-top: 0;
}

.flyover.training-subject .description, .flyover.certification .description, .flyover.audience .description {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.flyover.training-subject .description p, .flyover.certification .description p, .flyover.audience .description p {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

@media (min-width: 64em) {
  .flyover.training-subject .description p, .flyover.certification .description p, .flyover.audience .description p {
    font-size: 1.375rem;
  }
}

.flyover.training-subject .key-wrapper, .flyover.certification .key-wrapper, .flyover.audience .key-wrapper {
  border-top: solid 1px #b6b1a9;
  margin-top: 20px;
  padding-top: 10px;
}

.flyover.tool .titlebar, .flyover.how-to .titlebar, .flyover.glossary-term .titlebar, .flyover.policy-book .titlebar {
  background: #b1040e;
}

.flyover.tool .page-title, .flyover.how-to .page-title, .flyover.glossary-term .page-title, .flyover.policy-book .page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flyover.tool .page-title h3, .flyover.tool .page-title .search-announcements__title h2, .search-announcements__title .flyover.tool .page-title h2, .flyover.how-to .page-title h3, .flyover.how-to .page-title .search-announcements__title h2, .search-announcements__title .flyover.how-to .page-title h2, .flyover.glossary-term .page-title h3, .flyover.glossary-term .page-title .search-announcements__title h2, .search-announcements__title .flyover.glossary-term .page-title h2, .flyover.policy-book .page-title h3, .flyover.policy-book .page-title .search-announcements__title h2, .search-announcements__title .flyover.policy-book .page-title h2 {
  color: #b1040e;
}

.flyover.policy-book .title, .flyover.topic .title {
  float: left;
  margin-left: 26px;
  margin-top: 18px;
  padding-left: 31px;
}

.flyover.policy-book .title:before, .flyover.topic .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_policy_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

.flyover.how-to .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_course-contact_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

.flyover.glossary-term .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_glossary_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

.flyover.tool .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_resource_tool_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

.flyover.training .title:before,
.flyover.training-subject .title:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_all_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
}

/* Toolbar adjustments */
.toolbar-fixed .stanford-modal-overlay {
  top: 39px !important;
}

.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .stanford-modal-overlay {
  top: 79px !important;
}

.toolbar-horizontal .masthead__main-menu .main-menu__sub-nav {
  /* main-menu__sub-navigation panel */
}

@media (min-width: 64em) {
  .toolbar-horizontal .masthead__main-menu .main-menu__sub-nav {
    top: 157px;
  }
}

.toolbar-horizontal.toolbar-tray-open .masthead__main-menu .main-menu__sub-nav {
  /* main-menu__sub-navigation panel */
}

@media (min-width: 64em) {
  .toolbar-horizontal.toolbar-tray-open .masthead__main-menu .main-menu__sub-nav {
    top: 197px;
  }
}

.view > .contextual > button {
  position: inherit !important;
  clip: inherit !important;
  overflow: inherit !important;
  height: inherit !important;
  width: inherit !important;
  word-wrap: inherit !important;
  min-width: inherit !important;
  -webkit-clip-path: inherit !important;
  clip-path: inherit !important;
  width: 26px !important;
  height: 26px !important;
}

.view > .contextual > .contextual-links {
  top: 24px;
}

.contextual-region.view {
  position: inherit;
}

.contextual-region.node {
  position: relative;
}

.grid-3up .contextual-region.node {
  position: inherit !important;
}

.grid-3up--large .contextual-region.node {
  position: inherit !important;
}

.grid-3up--large .contextual-region.node--view-mode-title {
  position: relative !important;
}

.contextual-region .contextual.open .contextual-links {
  display: block;
}

.contextual-region .contextual .contextual-links li a {
  font-weight: 600 !important;
  font-size: 0.8125rem;
}

.contextual-region .contextual .contextual-links li a:after {
  display: none !important;
}

.messages-wrap {
  border: 1px solid #b6b1a9;
  font-size: 0.9375rem;
  padding: 4px 14px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden;
}

@media (min-width: 64em) {
  .messages-wrap {
    font-size: 1.125rem;
  }
}

.messages {
  padding: 20px 20px 16px 68px;
  margin-bottom: 14px;
  margin-top: 10px;
  position: relative;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 64em) {
  .messages {
    padding: 20px 20px 16px 80px;
  }
}

.messages:before {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.messages--status {
  background-color: #007c92;
}

.messages--status:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_prerequisite_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  background-size: 100%;
}

.messages--warning {
  background-color: #e98300;
}

.messages--warning:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_training_ehs_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  background-size: 100%;
}

.messages--error {
  background-color: #8c1515;
}

.messages--error:before {
  content: " ";
  background-image: url("/themes/custom/dor/src/icon/raw/icon_small_close_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 20px;
  background-size: 100%;
}

.messages > ul {
  margin: 0;
  padding-left: 16px;
}

.messages__item {
  margin-bottom: 6px;
}

.messages__item ul {
  margin-top: 6px;
}

.messages a {
  color: #fff;
  text-decoration: underline;
}

ul.tabs {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
}

ul.tabs > li {
  display: block;
  margin: 0;
  padding: 0;
}

ul.tabs > li:before {
  display: none;
}

ul.tabs > li a {
  background-color: #53284f;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0;
  position: relative;
}

ul.tabs > li a:hover {
  background-color: #8c1515;
}

ul.tabs > li a.is-active {
  background-color: #8c1515;
}

abbr[title] {
  text-decoration: none;
}

.node--unpublished {
  position: relative;
}

.node--unpublished:before {
  content: "Unpublished";
  font-size: 6.25rem;
  color: #8c1515;
  position: relative;
  z-index: -10;
  width: 100%;
  margin: 0 auto;
  font-family: serif;
  letter-spacing: 6px;
}

.views-margin--bottom {
  margin-bottom: 90px;
}

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

.title-list .item-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a.large-links, .title-list a.large-links:active, .title-list a.large-links:hover, .title-list a.large-links:focus, .title-list a.large-links {
  color: #5f574f;
  margin-bottom: 8px;
  display: block;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: 400;
  text-transform: inherit;
}

@media (min-width: 64em) {
  a.large-links, .title-list a.large-links:active, .title-list a.large-links:hover, .title-list a.large-links:focus, .title-list a.large-links {
    font-size: 1.125rem;
    line-height: 1.39;
    letter-spacing: normal;
  }
}

a.large-links:active, .title-list a.large-links:active, a.large-links:hover, .title-list a.large-links:hover, a.large-links:focus, .title-list a.large-links:focus {
  color: #007c92;
}

.padding--top-bottom {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (min-width: 64em) {
  .padding--top-bottom {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.padding--top-bottom-medium {
  padding-top: 44px;
  padding-bottom: 38px;
}

@media (min-width: 64em) {
  .padding--top-bottom-medium {
    padding-top: 56px;
    padding-bottom: 46px;
  }
}

.padding--top-bottom-large {
  padding-top: 74px;
  padding-bottom: 58px;
}

@media (min-width: 64em) {
  .padding--top-bottom-large {
    padding-top: 96px;
    padding-bottom: 86px;
  }
}

.layout--margin-padding-top {
  padding-top: 28px;
}

@media (min-width: 64em) {
  .layout--margin-padding-top {
    padding-top: 36px;
  }
}

.view-is-empty {
  display: none !important;
}

iframe {
  width: 100%;
  margin-bottom: 30px;
}

.video-embed-field-responsive-video {
  margin-bottom: 50px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.block-is-hidden {
  display: none;
}
