/* _print.scss */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@-webkit-keyframes scale-star-compact {
  0% {
    background-size: 1.0625em; }
  100% {
    background-size: 350%; } }
@keyframes scale-star-compact {
  0% {
    background-size: 1.0625em; }
  100% {
    background-size: 350%; } }

/* 00-base/mixins/library/vendors/font-awesome/_font-awesome.scss */
/* 00-base/mixins/library/vendors/font-awesome/_font-awesome.scss */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    font-weight: 700 !important;
    font-style: italic;
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
    page-break-inside: avoid;
    font-size: 12pt; }
    pre *,
    blockquote * {
      font-size: 12pt; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr {
    border-bottom: 1px solid #ebebeb !important; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid;
    text-align: left !important; }
  h2::after {
    display: none !important; }
  html, body {
    font-size: 10pt;
    line-height: 16pt; }
  * {
    font-size: 10pt !important;
    line-height: 16pt !important; }
  body {
    padding: 1em; }
  main,
  .layout-container,
  .region,
  .block {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    max-width: none !important; }
  .site-name {
    font-weight: 700; }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-indent: 0 !important;
    margin-bottom: 0.9375rem;
    margin-top: 2.1875rem;
    display: block !important;
    width: 100%; }
  ul, ol {
    margin: 0;
    padding: 0; }
  .table-container {
    position: static !important;
    overflow: visible !important;
    max-width: 100% !important; }
  table {
    max-width: 100% !important;
    border: 1px solid #000 !important;
    table-layout: fixed !important; }
    table span {
      display: inline-block !important;
      max-width: 100% !important; }
    table * {
      max-width: 100% !important;
      border-color: #000 !important; }
    table caption {
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #000; }
    table th:not(:last-child) {
      border-right: 1px solid #000; }
    table td:not(:last-child) {
      border-right: 1px solid #000; }
    table thead {
      display: table-header-group !important;
      -webkit-column-break-inside: auto;
         page-break-inside: auto;
              break-inside: auto; }
    table tfoot {
      display: table-row-group !important; }
    table tr {
      page-break-inside: avoid !important; }
  table th {
    text-align: left; }
  form {
    display: block !important; }
  h1,
  #page-title {
    font-weight: bold;
    font-size: 22pt !important;
    line-height: 28pt !important; }
    h1 span,
    #page-title span {
      font-weight: bold;
      font-size: 22pt !important;
      line-height: 28pt !important; }
  h2 {
    font-weight: bold;
    font-size: 18pt !important;
    line-height: 24pt !important; }
    h2 a {
      font-size: 18pt !important;
      line-height: 24pt !important; }
    h2 span {
      font-weight: bold;
      font-size: 18pt !important;
      line-height: 24pt !important; }
  h3 {
    font-weight: bold;
    font-size: 16pt !important;
    line-height: 20pt !important; }
    h3 a {
      font-size: 16pt !important;
      line-height: 20pt !important; }
  h4 {
    font-weight: bold;
    font-size: 14pt !important;
    line-height: 18pt !important; }
    h4 a {
      font-size: 14pt !important;
      line-height: 18pt !important; }
  h5 {
    font-weight: bold;
    font-size: 12pt !important;
    line-height: 16pt !important; }
    h5 a {
      font-size: 12pt !important;
      line-height: 16pt !important; }
  h5, h6 {
    font-weight: bold; }
  strong {
    font-weight: 700; }
  body {
    padding-top: 0.8125rem !important; }
  .layout-container {
    max-width: none; }
  .print--letterhead {
    display: block !important; }
  #masthead-actions {
    display: none !important; }
  .region--masthead-prefix {
    display: none !important; }
  .region--masthead-primary {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 2.1875rem !important;
    border-bottom: 0 !important;
    padding-top: 1.25rem !important; }
    .region--masthead-primary .region-inner {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .menu-toggle-wrapper {
    display: none !important; }
  .region--masthead-primary__right {
    display: none !important; }
  .region--masthead-secondary {
    display: none !important; }
  .dialog-off-canvas-main-canvas {
    padding-top: 0 !important; }
  #block-horizontalmenu {
    display: none !important; }
  .menu--main,
  .region--sidebar-first .block-menu {
    display: none !important; }
  .block-system-branding-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .block-system-branding-block .site-logo {
      position: relative;
      width: 100%; }
      .block-system-branding-block .site-logo::before {
        display: block; }
      .block-system-branding-block .site-logo .logo--default {
        display: none !important; }
      .block-system-branding-block .site-logo .logo--print {
        display: block !important; }
    .block-system-branding-block .print-logo {
      display: block; }
    .block-system-branding-block .site-name a {
      font-size: 1.25rem !important; }
  .block-system-branding-block .site-logo img {
    max-height: 5rem !important;
    width: auto !important; }
  #block-de-theme-local-tasks {
    display: none !important; }
  .block-system-breadcrumb-block {
    display: none !important; }
  .section-content {
    clear: both;
    padding-top: 2.1875em !important; }
  .region-content-wrapper {
    padding: 0 !important; }
  #footer {
    display: none; }
  .pager span {
    display: none !important; }
  .more-link {
    display: none !important; }
  .sidebar-menu {
    display: none !important; }
  .messages {
    display: none !important; }
  .field--name-body img {
    display: none !important; }
  .section-row {
    opacity: 1 !important; }
  .mm-page {
    padding-top: 0 !important; }
  .search-toggle-wrapper {
    display: none !important; }
  .block-ogc-search-global-search-block {
    display: none !important; }
  .block-facets {
    display: none !important; }
  .search-view .view-header {
    display: none !important; }
  .search-view .view-filters {
    display: none !important; }
  .template--accordion {
    margin-bottom: 0 !important;
    border-bottom: 0 !important; }
    .template--accordion > h2 {
      padding: 0 !important;
      margin-bottom: 0.9375rem !important;
      margin-top: 2.1875rem !important;
      border-top: 0 !important;
      border-bottom: 0 !important; }
      .template--accordion > h2:focus {
        border-top: 0 !important;
        border-bottom: 0 !important; }
      .template--accordion > h2::after {
        display: none !important; }
    .template--accordion .accordion-content {
      position: static !important;
      width: auto !important;
      height: auto !important;
      margin: 0 !important;
      overflow: visible !important;
      margin-bottom: 0 !important;
      padding: 0 !important; }
  .print-button {
    display: none !important; }
  .iframe-container {
    display: none !important; }
  .video-embed-field-responsive-video {
    display: none !important; }
  .embedded-entity {
    display: none !important; }
  .template--fancy-list .item-number {
    font-size: 36pt !important;
    line-height: 36pt !important; }
  .node--type-cta {
    display: none !important; }
  .no-print,
  .field--name-field-awards,
  .homepage-banner,
  .facet-blocks-toggle {
    display: none !important; }
  img {
    max-height: 300px !important;
    width: auto !important; }
  .page-title {
    margin-top: 0 !important;
    text-align: left !important; }
  .page-title::after {
    display: none !important; }
  .node--type-page.node--view-mode-full .node__content > .field:not(.field--name-field-page-components),
  .node--type-news.node--view-mode-full .node__content > .field:not(.field--name-field-page-components),
  .node--type-landing-page.node--view-mode-full .node__content > .field:not(.field--name-field-page-components) {
    max-width: 100% !important; }
  .sidebar {
    border-top: 0 !important; }
  .cta__text {
    padding: 20px 0 !important;
    text-align: left !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important; }
  .cta__title,
  .cta__link {
    text-align: left !important; }
  .paragraph,
  .webform-container,
  .group-text,
  form {
    padding: 0 !important;
    text-align: left !important;
    max-width: 100% !important; }
  .paragraph--type--cta-webform .paragraph__content {
    display: block !important;
    max-width: 95% !important; }
    .paragraph--type--cta-webform .paragraph__content .field {
      padding: 0 !important; }
    .paragraph--type--cta-webform .paragraph__content .field--name-field-webform-reference {
      margin-top: 20px !important; }
  .field--name-field-webform-reference {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important; }
  .field--name-field-left-column,
  .field--name-field-center-column,
  .field--name-field-right-column {
    width: 100% !important;
    border: 0 !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important; } }

/*# sourceMappingURL=maps/print.css.map */
