/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* 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; }

/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Block alignment: Wide Width
 *
 */
/**
* Block alignment: Full Width
*
*/
a, a svg {
  transition: all 0.1s ease-in-out; }

/**
 * Styles for core blocks
 *
 */
 /* Color Options
--------------------------------------------- */
.has-primary-color {
  color: #0656AC !important; }

.has-primary-background-color {
  background-color: #0656AC; }
  .has-primary-background-color.has-background-dim {
    background-color: #0656AC; }

.has-light-primary-color {
  color: #9FD5FF !important; }

.has-light-primary-background-color {
  background-color: #9FD5FF; }
  .has-light-primary-background-color.has-background-dim {
    background-color: #9FD5FF; }

.has-lighter-primary-color {
  color: #E5F2FF !important; }

.has-lighter-primary-background-color {
  background-color: #E5F2FF; }
  .has-lighter-primary-background-color.has-background-dim {
    background-color: #E5F2FF; }

.has-dark-primary-color {
  color: #004183 !important; }

.has-dark-primary-background-color {
  background-color: #004183; }
  .has-dark-primary-background-color.has-background-dim {
    background-color: #004183; }

.has-secondary-color {
  color: #FFC527 !important; }

.has-secondary-background-color {
  background-color: #FFC527; }
  .has-secondary-background-color.has-background-dim {
    background-color: #FFC527; }

.has-light-secondary-color {
  color: #F7F274 !important; }

.has-light-secondary-background-color {
  background-color: #F7F274; }
  .has-light-secondary-background-color.has-background-dim {
    background-color: #F7F274; }

.has-lighter-secondary-color {
  color: #FDFBEB !important; }

.has-lighter-secondary-background-color {
  background-color: #FDFBEB; }
  .has-lighter-secondary-background-color.has-background-dim {
    background-color: #FDFBEB; }

.has-dark-secondary-color {
  color: #E6B01B !important; }

.has-dark-secondary-background-color {
  background-color: #E6B01B; }
  .has-dark-secondary-background-color.has-background-dim {
    background-color: #E6B01B; }

.has-grey-color {
  color: #868686 !important; }

.has-grey-background-color {
  background-color: #868686; }
  .has-grey-background-color.has-background-dim {
    background-color: #868686; }

.has-med-grey-color {
  color: #6D6D6D !important; }

.has-med-grey-background-color {
  background-color: #6D6D6D; }
  .has-med-grey-background-color.has-background-dim {
    background-color: #6D6D6D; }

.has-light-grey-color {
  color: #ACACAC !important; }

.has-light-grey-background-color {
  background-color: #ACACAC; }
  .has-light-grey-background-color.has-background-dim {
    background-color: #ACACAC; }

.has-super-light-grey-color {
  color: #F0F0F0 !important; }

.has-super-light-grey-background-color {
  background-color: #F0F0F0; }
  .has-super-light-grey-background-color.has-background-dim {
    background-color: #F0F0F0; }

.has-heading-text-color {
  color: #343434 !important; }

.has-heading-text-background-color {
  background-color: #343434; }
  .has-heading-text-background-color.has-background-dim {
    background-color: #343434; }

.has-body-text-color {
  color: #343434 !important; }

.has-body-text-background-color {
  background-color: #343434; }
  .has-body-text-background-color.has-background-dim {
    background-color: #343434; }

.has-white-color {
  color: #fff !important; }

.has-white-background-color {
  background-color: #fff; }
  .has-white-background-color.has-background-dim {
    background-color: #fff; }

.has-black-color {
  color: #000 !important; }

.has-black-background-color {
  background-color: #000; }
  .has-black-background-color.has-background-dim {
    background-color: #000; }

 /* Elements
--------------------------------------------- */
:root {
  color: #343434;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75; }
  @media print {
    :root {
      font-family: sans-serif; } }
  :root body {
    font-size: 1rem; }

a {
  color: #0656AC;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong {
  font-weight: 700; }

ol,
ul {
  margin: 0;
  padding: 0; }
  ol li,
  ul li {
    line-height: 1.4em; }
  ol ul li,
  ul ul li {
    font-size: 14px;
    list-style: disc; }
  ol + p,
  ul + p {
    padding-top: 16px; }
  ol.wp-block-list > li::marker,
  ul.wp-block-list > li::marker {
    font-weight: 700; }

cite {
  font-style: normal; }

/* Utility Classes
--------------------------------------------- */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.ir {
  display: block;
  border: 0;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.svg-icon {
  height: 1rem;
  width: 1rem;
  vertical-align: middle;
  position: relative; }

a.external {
  position: relative; }
  a.external:after {
    position: relative;
    display: inline-block;
    content: '';
    height: 15px;
    width: 16px;
    background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 2px; }

/* Back to Top button
--------------------------------------------- */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 60px;
  border: none;
  right: 128px;
  z-index: 999;
  background: #fff;
  border-radius: 3px;
  color: #fff;
  padding: 13px 14px 2px;
  transition: 200ms;
  text-decoration: none; }
  #back-to-top:hover svg path, #back-to-top:focus svg path {
    fill: #343434; }
  @media screen and (max-width: 1130px) {
    #back-to-top {
      right: 63px; } }
  @media screen and (max-width: 720px) {
    #back-to-top {
      bottom: 112px;
      right: 50px; } }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #0656AC;
    border: 2px solid #FFC527;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 auto 1.5em auto !important;
  padding: 0; }
  p.has-large-font-size {
    line-height: 1.5; }
  p.has-x-large-font-size {
    line-height: 1.375; }
  p.has-background {
    border-radius: 3px;
    padding: 16px; }
  p.is-style-pre-heading {
    text-transform: uppercase;
    color: #FFC527;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700; }
    p.is-style-pre-heading.has-primary-color {
      color: #0656AC !important; }
    p.is-style-pre-heading.has-light-primary-color {
      color: #9FD5FF !important; }
    p.is-style-pre-heading.has-lighter-primary-color {
      color: #E5F2FF !important; }
    p.is-style-pre-heading.has-dark-primary-color {
      color: #004183 !important; }
    p.is-style-pre-heading.has-secondary-color {
      color: #FFC527 !important; }
    p.is-style-pre-heading.has-light-secondary-color {
      color: #F7F274 !important; }
    p.is-style-pre-heading.has-lighter-secondary-color {
      color: #FDFBEB !important; }
    p.is-style-pre-heading.has-dark-secondary-color {
      color: #E6B01B !important; }
    p.is-style-pre-heading.has-grey-color {
      color: #868686 !important; }
    p.is-style-pre-heading.has-med-grey-color {
      color: #6D6D6D !important; }
    p.is-style-pre-heading.has-light-grey-color {
      color: #ACACAC !important; }
    p.is-style-pre-heading.has-super-light-grey-color {
      color: #F0F0F0 !important; }
    p.is-style-pre-heading.has-heading-text-color {
      color: #343434 !important; }
    p.is-style-pre-heading.has-body-text-color {
      color: #343434 !important; }
    p.is-style-pre-heading.has-white-color {
      color: #fff !important; }
    p.is-style-pre-heading.has-black-color {
      color: #000 !important; }

.is-style-pre-heading + h1, .is-style-pre-heading + h2, .is-style-pre-heading + h3, .is-style-pre-heading + h4, .is-style-pre-heading + h5 {
  margin-top: -.25em !important; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0656AC;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.1em;
  margin: 3rem auto 1.25rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #0656AC;
    text-decoration: underline; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #0656AC;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 3.125rem;
  font-weight: 900;
  margin-top: 0 !important; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.375rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3.75rem; } }

h2, h2.has-large-font-size {
  /*  Ignore when WP puts has-large-font-size on H2 */
  /*@include font-sizes($fs-40px, $fs-48px);*/
  font-weight: 700;
  font-size: 40px !important; }
  @media screen and (min-width: 768px) {
    h2, h2.has-large-font-size {
      font-size: 48px !important; } }

h3 {
  font-size: 1.625rem;
  font-weight: 800; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.875rem; } }

h4 {
  font-size: 1.375rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-size: 1rem;
  font-weight: 900; }

h6 {
  font-size: 1rem;
  font-weight: 600; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0 !important; }

/* Button
--------------------------------------------- */
.wp-block-buttons {
  margin: 24px auto 20px;
  column-gap: revert !important; }

.wp-block-button {
  margin-right: 8px !important; }
  .wp-block-button:last-of-type {
    margin-right: 0; }
  .wp-block-button .wp-block-button__link {
    background-color: #0656AC;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    padding: 4px 16px;
    text-decoration: none;
    width: auto; }
    .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
      background-color: #FFC527;
      color: #0656AC;
      outline: 0; }
    .wp-block-button .wp-block-button__link.external:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-white.svg); }
    .wp-block-button .wp-block-button__link.external:focus:after, .wp-block-button .wp-block-button__link.external:hover:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-blue.svg); }
    .wp-block-button .wp-block-button__link.learn {
      background-color: #9FD5FF;
      color: #004183; }
      .wp-block-button .wp-block-button__link.learn:hover, .wp-block-button .wp-block-button__link.learn:focus {
        background-color: #004183;
        color: #9FD5FF;
        outline: 0; }
  .wp-block-button.is-style-solid-small .wp-block-button__link {
    background-color: #0656AC;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 3px 14px; }
    .wp-block-button.is-style-solid-small .wp-block-button__link:hover, .wp-block-button.is-style-solid-small .wp-block-button__link:focus {
      background-color: #FFC527;
      color: #0656AC;
      outline: 0; }
  .wp-block-button.is-style-outline-large .wp-block-button__link {
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 4px solid #FFC527;
    color: #0656AC;
    padding: 1px 12px; }
    .wp-block-button.is-style-outline-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-large .wp-block-button__link:focus {
      background-color: #FFC527;
      color: #0656AC;
      outline: 0;
      border: 4px solid #FFC527; }
  .wp-block-button.is-style-outline-small .wp-block-button__link {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #0656AC;
    color: #0656AC;
    padding: 1px 12px; }
    .wp-block-button.is-style-outline-small .wp-block-button__link:hover, .wp-block-button.is-style-outline-small .wp-block-button__link:focus {
      background-color: #fff;
      color: #0656AC;
      outline: 0;
      border: 2px solid #FFC527; }

button.na.nicheacademyWidget.previewButton {
  /*background-color: brand-color( 'primary' ) !important;
  color: brand-color( 'white' ) !important;*/
  background-color: #343434 !important;
  color: #9FD5FF !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  padding: 10px 16px 9px;
  text-decoration: none !important;
  width: auto;
  font-family: "Inter", sans-serif;
  position: relative; }
  button.na.nicheacademyWidget.previewButton i.na.nicheacademyWidget.fa-play-circle {
    display: none;
    /* Hide this. Make a prettier icon */ }
  button.na.nicheacademyWidget.previewButton:after {
    position: relative;
    display: inline-block;
    content: '';
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    top: 2px;
    margin-left: 8px;
    background-image: url(/wp-content/themes/powerlibrary2025/images/play-circle-svgrepo-com.svg); }
  button.na.nicheacademyWidget.previewButton:hover, button.na.nicheacademyWidget.previewButton:focus {
    /*background-color: brand-color( 'secondary' ) !important;  color: brand-color( 'primary' ) !important; */
    background-color: #9FD5FF !important;
    color: #343434 !important;
    outline: 0; }
    button.na.nicheacademyWidget.previewButton:hover:after, button.na.nicheacademyWidget.previewButton:focus:after {
      background-image: url(/wp-content/themes/powerlibrary2025/images/play-circle-svgrepo-com-active.svg); }

/* File
--------------------------------------------- */
.wp-block-file {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px !important;
  background-color: transparent !important;
  border: 1px solid #0656AC;
  font-size: 16px !important;
  border-radius: 30px;
  outline: 0; }
  .wp-block-file.alignfull {
    display: block;
    margin: 8px 0 !important;
    max-width: 100% !important; }
  .wp-block-file.alignleft + .wp-block-file {
    margin-top: 0; }
  .wp-block-file a:first-of-type {
    position: relative;
    display: block;
    padding: 1px 16px 1px 58px;
    border: 1px solid #0656AC;
    background: #fff;
    text-decoration: none;
    border-radius: 30px; }
    .wp-block-file a:first-of-type:hover, .wp-block-file a:first-of-type:focus {
      border-color: #FFC527; }
  .wp-block-file .wp-block-file__button {
    position: absolute;
    top: 9px;
    left: 16px;
    background: none !important;
    font-size: 0px !important; }
    .wp-block-file .wp-block-file__button:after {
      font-size: 1rem !important;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M21 21H3M18 11L12 17M12 17L6 11M12 17V3' stroke='%230656AC' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      padding-right: 16px;
      display: inline-block;
      position: absolute;
      left: -12px;
      top: -4px;
      border-right: 1px solid #0656AC; }
    .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
      opacity: 1; }
  .wp-block-file:hover, .wp-block-file:focus {
    border-color: #FFC527; }

/* Blockquote
--------------------------------------------- */
blockquote.wp-block-quote,
blockquote.wp-block-quote.has-text-align-right, blockquote.wp-block-quote.has-text-align-left {
  padding: 50px 20px;
  background: #E5F2FF;
  color: #0656AC;
  border-left: 0; }

blockquote,
blockquote.wp-block-quote {
  text-align: left; }
  blockquote.is-style-large,
  blockquote.wp-block-quote.is-style-large {
    padding: 32px; }
  blockquote p,
  blockquote.wp-block-quote p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 800px;
    margin-bottom: 20px !important; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #0656AC;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 12px;
    max-width: 800px;
    margin: 0 auto; }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.has-primary-color,
  blockquote.wp-block-quote.has-primary-color {
    color: #0656AC; }
    blockquote.has-primary-color cite, blockquote.has-primary-color p,
    blockquote.wp-block-quote.has-primary-color cite,
    blockquote.wp-block-quote.has-primary-color p {
      color: #0656AC; }
  blockquote.has-primary-background-color,
  blockquote.wp-block-quote.has-primary-background-color {
    background-color: #0656AC; }
    blockquote.has-primary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-primary-background-color.has-background-dim {
      background-color: #0656AC; }
  blockquote.has-light-primary-color,
  blockquote.wp-block-quote.has-light-primary-color {
    color: #9FD5FF; }
    blockquote.has-light-primary-color cite, blockquote.has-light-primary-color p,
    blockquote.wp-block-quote.has-light-primary-color cite,
    blockquote.wp-block-quote.has-light-primary-color p {
      color: #9FD5FF; }
  blockquote.has-light-primary-background-color,
  blockquote.wp-block-quote.has-light-primary-background-color {
    background-color: #9FD5FF; }
    blockquote.has-light-primary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-light-primary-background-color.has-background-dim {
      background-color: #9FD5FF; }
  blockquote.has-lighter-primary-color,
  blockquote.wp-block-quote.has-lighter-primary-color {
    color: #E5F2FF; }
    blockquote.has-lighter-primary-color cite, blockquote.has-lighter-primary-color p,
    blockquote.wp-block-quote.has-lighter-primary-color cite,
    blockquote.wp-block-quote.has-lighter-primary-color p {
      color: #E5F2FF; }
  blockquote.has-lighter-primary-background-color,
  blockquote.wp-block-quote.has-lighter-primary-background-color {
    background-color: #E5F2FF; }
    blockquote.has-lighter-primary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-lighter-primary-background-color.has-background-dim {
      background-color: #E5F2FF; }
  blockquote.has-dark-primary-color,
  blockquote.wp-block-quote.has-dark-primary-color {
    color: #004183; }
    blockquote.has-dark-primary-color cite, blockquote.has-dark-primary-color p,
    blockquote.wp-block-quote.has-dark-primary-color cite,
    blockquote.wp-block-quote.has-dark-primary-color p {
      color: #004183; }
  blockquote.has-dark-primary-background-color,
  blockquote.wp-block-quote.has-dark-primary-background-color {
    background-color: #004183; }
    blockquote.has-dark-primary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-dark-primary-background-color.has-background-dim {
      background-color: #004183; }
  blockquote.has-secondary-color,
  blockquote.wp-block-quote.has-secondary-color {
    color: #FFC527; }
    blockquote.has-secondary-color cite, blockquote.has-secondary-color p,
    blockquote.wp-block-quote.has-secondary-color cite,
    blockquote.wp-block-quote.has-secondary-color p {
      color: #FFC527; }
  blockquote.has-secondary-background-color,
  blockquote.wp-block-quote.has-secondary-background-color {
    background-color: #FFC527; }
    blockquote.has-secondary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-secondary-background-color.has-background-dim {
      background-color: #FFC527; }
  blockquote.has-light-secondary-color,
  blockquote.wp-block-quote.has-light-secondary-color {
    color: #F7F274; }
    blockquote.has-light-secondary-color cite, blockquote.has-light-secondary-color p,
    blockquote.wp-block-quote.has-light-secondary-color cite,
    blockquote.wp-block-quote.has-light-secondary-color p {
      color: #F7F274; }
  blockquote.has-light-secondary-background-color,
  blockquote.wp-block-quote.has-light-secondary-background-color {
    background-color: #F7F274; }
    blockquote.has-light-secondary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-light-secondary-background-color.has-background-dim {
      background-color: #F7F274; }
  blockquote.has-lighter-secondary-color,
  blockquote.wp-block-quote.has-lighter-secondary-color {
    color: #FDFBEB; }
    blockquote.has-lighter-secondary-color cite, blockquote.has-lighter-secondary-color p,
    blockquote.wp-block-quote.has-lighter-secondary-color cite,
    blockquote.wp-block-quote.has-lighter-secondary-color p {
      color: #FDFBEB; }
  blockquote.has-lighter-secondary-background-color,
  blockquote.wp-block-quote.has-lighter-secondary-background-color {
    background-color: #FDFBEB; }
    blockquote.has-lighter-secondary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-lighter-secondary-background-color.has-background-dim {
      background-color: #FDFBEB; }
  blockquote.has-dark-secondary-color,
  blockquote.wp-block-quote.has-dark-secondary-color {
    color: #E6B01B; }
    blockquote.has-dark-secondary-color cite, blockquote.has-dark-secondary-color p,
    blockquote.wp-block-quote.has-dark-secondary-color cite,
    blockquote.wp-block-quote.has-dark-secondary-color p {
      color: #E6B01B; }
  blockquote.has-dark-secondary-background-color,
  blockquote.wp-block-quote.has-dark-secondary-background-color {
    background-color: #E6B01B; }
    blockquote.has-dark-secondary-background-color.has-background-dim,
    blockquote.wp-block-quote.has-dark-secondary-background-color.has-background-dim {
      background-color: #E6B01B; }
  blockquote.has-grey-color,
  blockquote.wp-block-quote.has-grey-color {
    color: #868686; }
    blockquote.has-grey-color cite, blockquote.has-grey-color p,
    blockquote.wp-block-quote.has-grey-color cite,
    blockquote.wp-block-quote.has-grey-color p {
      color: #868686; }
  blockquote.has-grey-background-color,
  blockquote.wp-block-quote.has-grey-background-color {
    background-color: #868686; }
    blockquote.has-grey-background-color.has-background-dim,
    blockquote.wp-block-quote.has-grey-background-color.has-background-dim {
      background-color: #868686; }
  blockquote.has-med-grey-color,
  blockquote.wp-block-quote.has-med-grey-color {
    color: #6D6D6D; }
    blockquote.has-med-grey-color cite, blockquote.has-med-grey-color p,
    blockquote.wp-block-quote.has-med-grey-color cite,
    blockquote.wp-block-quote.has-med-grey-color p {
      color: #6D6D6D; }
  blockquote.has-med-grey-background-color,
  blockquote.wp-block-quote.has-med-grey-background-color {
    background-color: #6D6D6D; }
    blockquote.has-med-grey-background-color.has-background-dim,
    blockquote.wp-block-quote.has-med-grey-background-color.has-background-dim {
      background-color: #6D6D6D; }
  blockquote.has-light-grey-color,
  blockquote.wp-block-quote.has-light-grey-color {
    color: #ACACAC; }
    blockquote.has-light-grey-color cite, blockquote.has-light-grey-color p,
    blockquote.wp-block-quote.has-light-grey-color cite,
    blockquote.wp-block-quote.has-light-grey-color p {
      color: #ACACAC; }
  blockquote.has-light-grey-background-color,
  blockquote.wp-block-quote.has-light-grey-background-color {
    background-color: #ACACAC; }
    blockquote.has-light-grey-background-color.has-background-dim,
    blockquote.wp-block-quote.has-light-grey-background-color.has-background-dim {
      background-color: #ACACAC; }
  blockquote.has-super-light-grey-color,
  blockquote.wp-block-quote.has-super-light-grey-color {
    color: #F0F0F0; }
    blockquote.has-super-light-grey-color cite, blockquote.has-super-light-grey-color p,
    blockquote.wp-block-quote.has-super-light-grey-color cite,
    blockquote.wp-block-quote.has-super-light-grey-color p {
      color: #F0F0F0; }
  blockquote.has-super-light-grey-background-color,
  blockquote.wp-block-quote.has-super-light-grey-background-color {
    background-color: #F0F0F0; }
    blockquote.has-super-light-grey-background-color.has-background-dim,
    blockquote.wp-block-quote.has-super-light-grey-background-color.has-background-dim {
      background-color: #F0F0F0; }
  blockquote.has-heading-text-color,
  blockquote.wp-block-quote.has-heading-text-color {
    color: #343434; }
    blockquote.has-heading-text-color cite, blockquote.has-heading-text-color p,
    blockquote.wp-block-quote.has-heading-text-color cite,
    blockquote.wp-block-quote.has-heading-text-color p {
      color: #343434; }
  blockquote.has-heading-text-background-color,
  blockquote.wp-block-quote.has-heading-text-background-color {
    background-color: #343434; }
    blockquote.has-heading-text-background-color.has-background-dim,
    blockquote.wp-block-quote.has-heading-text-background-color.has-background-dim {
      background-color: #343434; }
  blockquote.has-body-text-color,
  blockquote.wp-block-quote.has-body-text-color {
    color: #343434; }
    blockquote.has-body-text-color cite, blockquote.has-body-text-color p,
    blockquote.wp-block-quote.has-body-text-color cite,
    blockquote.wp-block-quote.has-body-text-color p {
      color: #343434; }
  blockquote.has-body-text-background-color,
  blockquote.wp-block-quote.has-body-text-background-color {
    background-color: #343434; }
    blockquote.has-body-text-background-color.has-background-dim,
    blockquote.wp-block-quote.has-body-text-background-color.has-background-dim {
      background-color: #343434; }
  blockquote.has-white-color,
  blockquote.wp-block-quote.has-white-color {
    color: #fff; }
    blockquote.has-white-color cite, blockquote.has-white-color p,
    blockquote.wp-block-quote.has-white-color cite,
    blockquote.wp-block-quote.has-white-color p {
      color: #fff; }
  blockquote.has-white-background-color,
  blockquote.wp-block-quote.has-white-background-color {
    background-color: #fff; }
    blockquote.has-white-background-color.has-background-dim,
    blockquote.wp-block-quote.has-white-background-color.has-background-dim {
      background-color: #fff; }
  blockquote.has-black-color,
  blockquote.wp-block-quote.has-black-color {
    color: #000; }
    blockquote.has-black-color cite, blockquote.has-black-color p,
    blockquote.wp-block-quote.has-black-color cite,
    blockquote.wp-block-quote.has-black-color p {
      color: #000; }
  blockquote.has-black-background-color,
  blockquote.wp-block-quote.has-black-background-color {
    background-color: #000; }
    blockquote.has-black-background-color.has-background-dim,
    blockquote.wp-block-quote.has-black-background-color.has-background-dim {
      background-color: #000; }

/* Latest Posts
--------------------------------------------- */
.wp-block-latest-posts {
  margin: 16px 0;
  padding: 0 !important; }
  .wp-block-latest-posts time {
    font-size: 0.875rem !important;
    color: #868686; }

/* RSS Feed
--------------------------------------------- */
.wp-block-rss .wp-block-rss__item-author, .wp-block-rss .wp-block-rss__item-publish-date {
  font-size: 0.875rem !important;
  color: #868686; }

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent !important;
  border: none;
  width: 100%;
  height: 2px;
  position: relative;
  margin: 20px auto !important;
  display: block;
  margin: 50px auto 43px  !important;
  opacity: 1;
  overflow: hidden;
  /*&.aligncenter {
  	width: 64px !important;
  	display: flex !important;
  	margin-top: 8px !important;
  	margin-left: auto !important;
  	margin-right: auto !important;
  }*/ }
  .wp-block-separator:before,
  hr:before {
    background: #FFC527;
    content: '';
    display: block;
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 50%; }
  .wp-block-separator.is-style-default,
  hr.is-style-default {
    width: 100% !important;
    max-width: 100% !important; }
  .wp-block-separator.is-style-thick,
  hr.is-style-thick {
    width: 100% !important;
    /*max-width: 100% !important;*/
    margin: 20px auto !important;
    height: 8px !important; }
    .wp-block-separator.is-style-thick:before,
    hr.is-style-thick:before {
      width: 100%; }
    @media (min-width: 768px) {
      .wp-block-separator.is-style-thick,
      hr.is-style-thick {
        margin: 50px auto 43px  !important; } }
  .wp-block-separator.has-primary-background-color::before, .wp-block-separator.has-primary-color::before,
  hr.has-primary-background-color::before,
  hr.has-primary-color::before {
    background: #0656AC; }
  .wp-block-separator.has-light-primary-background-color::before, .wp-block-separator.has-light-primary-color::before,
  hr.has-light-primary-background-color::before,
  hr.has-light-primary-color::before {
    background: #9FD5FF; }
  .wp-block-separator.has-lighter-primary-background-color::before, .wp-block-separator.has-lighter-primary-color::before,
  hr.has-lighter-primary-background-color::before,
  hr.has-lighter-primary-color::before {
    background: #E5F2FF; }
  .wp-block-separator.has-dark-primary-background-color::before, .wp-block-separator.has-dark-primary-color::before,
  hr.has-dark-primary-background-color::before,
  hr.has-dark-primary-color::before {
    background: #004183; }
  .wp-block-separator.has-secondary-background-color::before, .wp-block-separator.has-secondary-color::before,
  hr.has-secondary-background-color::before,
  hr.has-secondary-color::before {
    background: #FFC527; }
  .wp-block-separator.has-light-secondary-background-color::before, .wp-block-separator.has-light-secondary-color::before,
  hr.has-light-secondary-background-color::before,
  hr.has-light-secondary-color::before {
    background: #F7F274; }
  .wp-block-separator.has-lighter-secondary-background-color::before, .wp-block-separator.has-lighter-secondary-color::before,
  hr.has-lighter-secondary-background-color::before,
  hr.has-lighter-secondary-color::before {
    background: #FDFBEB; }
  .wp-block-separator.has-dark-secondary-background-color::before, .wp-block-separator.has-dark-secondary-color::before,
  hr.has-dark-secondary-background-color::before,
  hr.has-dark-secondary-color::before {
    background: #E6B01B; }
  .wp-block-separator.has-grey-background-color::before, .wp-block-separator.has-grey-color::before,
  hr.has-grey-background-color::before,
  hr.has-grey-color::before {
    background: #868686; }
  .wp-block-separator.has-med-grey-background-color::before, .wp-block-separator.has-med-grey-color::before,
  hr.has-med-grey-background-color::before,
  hr.has-med-grey-color::before {
    background: #6D6D6D; }
  .wp-block-separator.has-light-grey-background-color::before, .wp-block-separator.has-light-grey-color::before,
  hr.has-light-grey-background-color::before,
  hr.has-light-grey-color::before {
    background: #ACACAC; }
  .wp-block-separator.has-super-light-grey-background-color::before, .wp-block-separator.has-super-light-grey-color::before,
  hr.has-super-light-grey-background-color::before,
  hr.has-super-light-grey-color::before {
    background: #F0F0F0; }
  .wp-block-separator.has-heading-text-background-color::before, .wp-block-separator.has-heading-text-color::before,
  hr.has-heading-text-background-color::before,
  hr.has-heading-text-color::before {
    background: #343434; }
  .wp-block-separator.has-body-text-background-color::before, .wp-block-separator.has-body-text-color::before,
  hr.has-body-text-background-color::before,
  hr.has-body-text-color::before {
    background: #343434; }
  .wp-block-separator.has-white-background-color::before, .wp-block-separator.has-white-color::before,
  hr.has-white-background-color::before,
  hr.has-white-color::before {
    background: #fff; }
  .wp-block-separator.has-black-background-color::before, .wp-block-separator.has-black-color::before,
  hr.has-black-background-color::before,
  hr.has-black-color::before {
    background: #000; }

h1 + .wp-block-separator.is-style-wide, h2 + .wp-block-separator.is-style-wide, h3 + .wp-block-separator.is-style-wide, h4 + .wp-block-separator.is-style-wide, h5 + .wp-block-separator.is-style-wide, h6 + .wp-block-separator.is-style-wide, h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr {
  margin: -8px auto 20px !important; }

/* Captions
--------------------------------------------- */
#feature-image figcaption {
  color: #343434;
  text-align: left;
  font-size: 0.875rem;
  font-style: normal;
  background-color: #F0F0F0;
  margin-top: 0;
  line-height: 1.2em;
  padding: 12px 30px; }

.alignfull figcaption {
  padding-left: 16px;
  padding-right: 16px; }

@media (max-width: 768px) {
  .alignwide figcaption {
    padding-left: 16px;
    padding-right: 16px; } }

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #343434;
  text-align: left;
  font-size: 0.875rem;
  font-style: normal;
  background-color: #F0F0F0;
  margin-top: 0;
  line-height: 1.2em;
  padding: 12px 30px; }

/* Image
--------------------------------------------- */
figure {
  margin: 0; }
  figure.alignnone, figure:not(.alignfull, .alignwide, .alignnone) {
    max-width: 100%; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  img.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  img.aligncenter {
    margin-left: auto;
    margin-right: auto; }

.wp-block-image.is-icon {
  border-radius: 100%;
  padding: 8px;
  width: 32px; }
.wp-block-image figcaption {
  color: #343434;
  text-align: left;
  font-size: 0.875rem;
  font-style: normal;
  background-color: #F0F0F0;
  margin-top: 0;
  line-height: 1.2em;
  padding: 12px 30px; }

/* Gallery
--------------------------------------------- */
.wp-block-gallery .blocks-gallery-item {
  overflow: hidden; }
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 0.875rem;
    padding: 40px 10px 10px;
    width: 100%; }

/* Tables
--------------------------------------------- */
.wp-block-table {
  margin-left: 0;
  border-collapse: collapse;
  width: 100%;
  border-bottom: none; }
  .wp-block-table table {
    border-collapse: collapse;
    background: white;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 0; }
    .wp-block-table table thead {
      border-bottom: 0; }
    .wp-block-table table tbody tr:nth-child(odd) {
      background-color: #E5F2FF; }
  .wp-block-table th {
    text-align: left;
    color: #0656AC;
    font-weight: 700; }
  .wp-block-table td, .wp-block-table th {
    padding: 8px;
    color: #0656AC;
    border: 0; }
  .wp-block-table figcaption {
    font-size: 0.875rem;
    padding: 16px;
    color: #868686; }

/* Code
--------------------------------------------- */
code, kbd, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.875rem; }

code, kbd {
  padding: 0.25em 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #d8d8d8;
  color: #ce365c; }

kbd {
  color: #343434; }

pre {
  display: block;
  padding: 10px;
  margin: 0 0 16px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap; }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.wp-block-code {
  display: block;
  margin: 32px 0 !important;
  border: none;
  background: #292D3E;
  color: #a6accd; }

/* Group
--------------------------------------------- */
.wp-block-group.is-style-wide-inner-container div[class^='wp-container'], .wp-block-group.is-style-wide-inner-container div[class*=' wp-container'], .wp-block-group.is-style-wide-inner-container .wp-block-group__inner-container {
  max-width: 1200px; }
.wp-block-group.has-background {
  border-radius: 3px;
  margin: 32px auto;
  padding: 24px; }
  @media (min-width: 720px) {
    .wp-block-group.has-background {
      padding: 32px; } }
  .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container {
    color: #fff; }
    .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h1, .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h2, .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h3, .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h4, .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h5, .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container h6, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h1, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h2, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h3, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h4, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h5, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container h6 {
      color: #fff; }
    .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container p.is-style-pre-heading, .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container p.is-style-pre-heading {
      color: #FFC527; }
    .wp-block-group.has-background.has-primary-background-color .wp-block-group__inner-container a:not(.wp-block-button__link), .wp-block-group.has-background.has-body-text-background-color .wp-block-group__inner-container a:not(.wp-block-button__link) {
      color: #fff; }
  .wp-block-group.has-background.alignfull {
    border-radius: 0;
    padding: 48px 16px; }
    .wp-block-group.has-background.alignfull .wp-block-group__inner-container > .alignwide {
      margin: calc( 2 * 20px) -16px;
      max-width: calc( 100% + 32px);
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .wp-block-group.has-background.alignfull .wp-block-group__inner-container > .alignwide {
          margin: calc( 2 * 20px) calc(10% - 10vw);
          max-width: 100vw;
          width: auto; } }
    @media (min-width: 720px) {
      .wp-block-group.has-background.alignfull {
        padding: 48px 32px; } }
    @media (min-width: 992px) {
      .wp-block-group.has-background.alignfull {
        padding: 64px 32px; } }
.wp-block-group .wp-block-group__inner-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }
  .wp-block-group .wp-block-group__inner-container:after {
    content: "";
    display: table;
    clear: both; }
  .wp-block-group .wp-block-group__inner-container > *:first-child {
    margin-top: 0 !important; }
  .wp-block-group .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0 !important; }
  .wp-block-group .wp-block-group__inner-container svg {
    max-width: 100%; }

/* Cover
--------------------------------------------- */
.wp-block-cover {
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  min-height: 400px;
  margin: 40px auto;
  padding: 24px; }
  @media (min-width: 720px) {
    .wp-block-cover {
      padding: 32px; } }
  .wp-block-cover.is-style-wide-inner-container div[class^='wp-container'], .wp-block-cover.is-style-wide-inner-container div[class*=' wp-container'], .wp-block-cover.is-style-wide-inner-container .wp-block-cover__inner-container {
    max-width: 1200px; }
  .wp-block-cover.alignfull {
    border-radius: 0;
    padding: 48px 16px; }
    .wp-block-cover.alignfull .wp-block-cover__inner-container > .alignwide {
      margin: calc( 2 * 20px) -16px;
      max-width: calc( 100% + 32px);
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .wp-block-cover.alignfull .wp-block-cover__inner-container > .alignwide {
          margin: calc( 2 * 20px) calc(10% - 10vw);
          max-width: 100vw;
          width: auto; } }
    .wp-block-cover.alignfull + .alignfull {
      margin-top: -40px !important; }
    @media (min-width: 720px) {
      .wp-block-cover.alignfull {
        padding: 48px 32px; } }
    @media (min-width: 992px) {
      .wp-block-cover.alignfull {
        padding: 64px 32px; } }
  .wp-block-cover.is-light h1, .wp-block-cover.is-light h2, .wp-block-cover.is-light h3, .wp-block-cover.is-light h4, .wp-block-cover.is-light h5 {
    color: #343434; }
  .wp-block-cover.is-light p {
    color: #343434; }
    .wp-block-cover.is-light p.is-style-pre-heading {
      color: #FFC527; }
  .wp-block-cover .wp-block-cover__inner-container {
    max-width: 800px;
    margin: 0 auto; }
    .wp-block-cover .wp-block-cover__inner-container > *:first-child {
      margin-top: 0 !important; }
    .wp-block-cover .wp-block-cover__inner-container > *:last-child {
      margin-bottom: 0 !important; }
  .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container {
    color: #fff; }
    .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h1, .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h2, .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h3, .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h4, .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h5, .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container h6, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h1, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h2, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h3, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h4, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h5, .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container h6 {
      color: #fff; }
    .wp-block-cover.has-primary-background-color .wp-block-cover__inner-container a:not(.wp-block-button__link), .wp-block-cover.has-body-text-background-color .wp-block-cover__inner-container a:not(.wp-block-button__link) {
      color: #fff; }
  .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container {
    color: #fff; }
    .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h1, .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h2, .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h3, .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h4, .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h5, .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container h6, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h1, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h2, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h3, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h4, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h5, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container h6 {
      color: #fff; }
    .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container p.is-style-pre-heading, .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container p.is-style-pre-heading {
      color: #FFC527; }
    .wp-block-cover .has-primary-background-color + .wp-block-cover__inner-container a:not(.wp-block-button__link), .wp-block-cover .has-body-text-background-color + .wp-block-cover__inner-container a:not(.wp-block-button__link) {
      color: #fff; }
  .wp-block-cover.bg-books, .wp-block-cover.bg-chat {
    position: relative; }
  .wp-block-cover.bg-books::before {
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    height: 218px;
    width: 261px;
    background-image: url(/wp-content/themes/powerlibrary2025/images/background-books.png);
    top: 112px;
    left: -40px;
    z-index: 1; }
    @media screen and (max-width: 1100px) {
      .wp-block-cover.bg-books::before {
        display: none; } }
  .wp-block-cover.bg-chat {
    overflow: visible; }
    .wp-block-cover.bg-chat::after {
      content: '';
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      height: 199px;
      width: 234px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/background-speakbubbles.png);
      top: -109px;
      right: -50px; }
      @media screen and (max-width: 1125px) {
        .wp-block-cover.bg-chat::after {
          display: none; } }

/* Columns
--------------------------------------------- */
.wp-block-columns {
  padding-top: 20px; }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0 !important; }
  .wp-block-columns.is-style-equal-height .wp-block-column > div, .wp-block-columns.is-style-equal-height .wp-block-column .has-background {
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .wp-block-columns.is-style-equal-height .wp-block-column {
      display: flex; }
      .wp-block-columns.is-style-equal-height .wp-block-column > div, .wp-block-columns.is-style-equal-height .wp-block-column .has-background {
        margin-bottom: 0;
        width: 100%; } }
  @media (min-width: 782) {
    .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 64px; } }
  @media (max-width: 719px) and (min-width: 600px) {
    .wp-block-columns .wp-block-column {
      flex-basis: 100% !important;
      flex-grow: 0;
      margin: 0 !important; } }
  @media (max-width: 781px) and (min-width: 720px) {
    .wp-block-columns .wp-block-column {
      flex-basis: 100% !important;
      flex-grow: 0 !important; } }
  @media (max-width: 719px) {
    .wp-block-columns .wp-block-column {
      margin-bottom: 20px !important; }
      .wp-block-columns .wp-block-column:last-of-type {
        margin-bottom: 0; } }
  .wp-block-columns.has-primary-background-color .wp-block-column, .wp-block-columns.has-body-text-background-color .wp-block-column {
    color: #fff; }
    .wp-block-columns.has-primary-background-color .wp-block-column h1, .wp-block-columns.has-primary-background-color .wp-block-column h2, .wp-block-columns.has-primary-background-color .wp-block-column h3, .wp-block-columns.has-primary-background-color .wp-block-column h4, .wp-block-columns.has-primary-background-color .wp-block-column h5, .wp-block-columns.has-primary-background-color .wp-block-column h6, .wp-block-columns.has-body-text-background-color .wp-block-column h1, .wp-block-columns.has-body-text-background-color .wp-block-column h2, .wp-block-columns.has-body-text-background-color .wp-block-column h3, .wp-block-columns.has-body-text-background-color .wp-block-column h4, .wp-block-columns.has-body-text-background-color .wp-block-column h5, .wp-block-columns.has-body-text-background-color .wp-block-column h6 {
      color: #fff; }
    .wp-block-columns.has-primary-background-color .wp-block-column a:not(.wp-block-button__link), .wp-block-columns.has-body-text-background-color .wp-block-column a:not(.wp-block-button__link) {
      color: #fff; }

/* Media and Text 
--------------------------------------------- */
@media screen and (max-width: 719px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      -ms-grid-column: 1 !important;
      grid-column: 1 !important;
      -ms-grid-row: 1 !important;
      grid-row: 1 !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1 !important;
      grid-column: 1 !important;
      -ms-grid-row: 2 !important;
      grid-row: 2 !important;
      padding: 24px 15px 0; } }
.wp-block-media-text {
  /*&.has-primary-background-color, &.has-body-text-background-color  {
  	.wp-block-media-text__content {
  		color: brand-color( 'white' );
  		h1, h2, h3, h4, h5, h6 {
  			color: brand-color( 'white' );
  		}
  		a:not(.wp-block-button__link) {
  			color: brand-color( 'white' );
  		}
  	}
  }*/
  /* END .is-style-graphic-background */ }
  .wp-block-media-text.has-background {
    border-radius: 3px;
    overflow: hidden; }
  .wp-block-media-text.alignfull {
    border-radius: 0; }
  .wp-block-media-text + .wp-block-media-text {
    margin-top: 40px; }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 12%; }
    .wp-block-media-text .wp-block-media-text__content > *:first-child {
      margin-top: 0 !important; }
    .wp-block-media-text .wp-block-media-text__content > *:last-child {
      margin-bottom: 0 !important; }
  .wp-block-media-text.is-style-graphic-background {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  /*  &.has-media-on-the-left   MEDIA IS ON LEFT BY DEFAULT
{*/
    /* }  */ }
    @media screen and (min-width: 1000px) {
      .wp-block-media-text.is-style-graphic-background {
        max-width: 1040px !important;
        margin: calc(2 * 20px) calc(50% - 520px) !important;
        width: auto !important;
        grid-template-columns: 1fr 48% !important; } }
    @media screen and (min-width: 1040px) {
      .wp-block-media-text.is-style-graphic-background:not(.has-media-on-the-right) .wp-block-media-text__media {
        position: relative;
        z-index: 6; }
        .wp-block-media-text.is-style-graphic-background:not(.has-media-on-the-right) .wp-block-media-text__media::before {
          display: block;
          content: '';
          width: 509px;
          height: 343px;
          top: 14px;
          left: -371px;
          z-index: -1;
          position: absolute;
          background: url(/wp-content/themes/powerlibrary2025/images/mtblock-background-01.png) 0 0 transparent no-repeat; }
      .wp-block-media-text.is-style-graphic-background.has-media-on-the-right {
        margin-top: 115px !important;
        margin-bottom: 105px !important; }
        .wp-block-media-text.is-style-graphic-background.has-media-on-the-right .wp-block-media-text__media {
          position: relative;
          z-index: 5; }
          .wp-block-media-text.is-style-graphic-background.has-media-on-the-right .wp-block-media-text__media::before {
            display: block;
            content: '';
            width: 360px;
            height: 575px;
            bottom: -89px;
            right: -253px;
            z-index: -1;
            position: absolute;
            background: url(/wp-content/themes/powerlibrary2025/images/mtblock-background-02.png) 0 0 transparent no-repeat; } }
    @media screen and (min-width: 720px) {
      .wp-block-media-text.is-style-graphic-background .wp-block-media-text__content {
        padding-right: 45px;
        padding-bottom: 13px; } }
    .wp-block-media-text.is-style-graphic-background .wp-block-media-text__content .wp-block-heading:first-of-type {
      position: relative; }
      @media screen and (min-width: 720px) {
        .wp-block-media-text.is-style-graphic-background .wp-block-media-text__content .wp-block-heading:first-of-type::before {
          position: absolute;
          display: block;
          height: 4px;
          width: calc(100% + 98px);
          top: -33px;
          right: 0;
          content: '';
          background-color: #FFC527;
          z-index: 6; } }
    @media screen and (min-width: 720px) {
      .wp-block-media-text.is-style-graphic-background.has-media-on-the-right .wp-block-media-text__content {
        padding-left: 45px;
        padding-bottom: 13px; } }
    .wp-block-media-text.is-style-graphic-background.has-media-on-the-right .wp-block-media-text__content .wp-block-heading:first-of-type {
      position: relative; }
      @media screen and (min-width: 720px) {
        .wp-block-media-text.is-style-graphic-background.has-media-on-the-right .wp-block-media-text__content .wp-block-heading:first-of-type::before {
          left: 0;
          right: auto;
          width: calc(100% + 80px); } }
    @media screen and (min-width: 720px) and (max-width: 999px) {
      .wp-block-media-text.is-style-graphic-background {
        margin: calc(2 * 20px) calc(10% - 10vw) !important;
        max-width: 100vw !important;
        width: auto !important; } }
    .wp-block-media-text.is-style-graphic-background .wp-block-button {
      margin-right: 8px !important; }
      .wp-block-media-text.is-style-graphic-background .wp-block-button:last-of-type {
        margin-right: 0; }
      .wp-block-media-text.is-style-graphic-background .wp-block-button .wp-block-button__link {
        background-color: #fff;
        font-size: 18px;
        font-weight: 700;
        border: 4px solid #FFC527;
        color: #0656AC;
        padding: 1px 12px;
        border-radius: 30px;
        text-decoration: none; }
        .wp-block-media-text.is-style-graphic-background .wp-block-button .wp-block-button__link:hover, .wp-block-media-text.is-style-graphic-background .wp-block-button .wp-block-button__link:focus {
          background-color: #FFC527;
          color: #0656AC;
          outline: 0;
          border: 4px solid #FFC527; }

/* Social Links
--------------------------------------------- */
.wp-block-social-links {
  padding-left: 0 !important; }
  .wp-block-social-links .wp-social-link {
    padding-bottom: 0; }

/* Embeds
--------------------------------------------- */
.wp-block-embed {
  margin: 0 auto; }
  .wp-block-embed iframe {
    max-width: 100%; }
  .wp-block-embed.alignfull iframe, .wp-block-embed.alignwide iframe {
    width: 100%; }
  .wp-block-embed .type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; }
    .wp-block-embed .type-video > .wp-block-embed__wrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .wp-block-embed.is-type-wp-embed iframe {
    width: 100%; }
  .wp-block-embed.wp-block-embed-twitter {
    border-radius: 3px; }

/**
 * Styles for custom made blocks
 *
 */
/* Accordion
--------------------------------------------- */
.accordion-block {
  display: block;
  position: relative;
  margin: 16px 0px;
  max-width: 700px;
  padding: 0;
  /*	@include media(">=tablet") {
  		margin: $base-margin 0;
  	}*/ }
  .accordion-block + .accordion-block {
    margin-top: -8px !important; }
  .accordion-block .accordion {
    /* These will now be h3's, not buttons */
    /*border-radius: $border-radius;
    border: 1px solid $border-color;*/
    text-align: left;
    padding: 8px 16px;
    padding-right: 32px;
    font-weight: 700;
    font-size: 1.125rem;
    transition: .1s;
    cursor: pointer;
    background: #E5F2FF;
    color: #6D6D6D;
    line-height: 1.3em;
    width: calc(100% - 50px);
    margin-bottom: 0; }
    .accordion-block .accordion:hover, .accordion-block .accordion:focus, .accordion-block .accordion.active {
      /*border-color: brand-color( 'primary' );*/
      color: #343434;
      transition: .1s; }
      .accordion-block .accordion:hover svg path.fill-path, .accordion-block .accordion:focus svg path.fill-path, .accordion-block .accordion.active svg path.fill-path {
        fill: #0656AC; }
    .accordion-block .accordion svg {
      right: 22px;
      top: 17px;
      height: 10px;
      width: 16px;
      position: absolute;
      pointer-events: none;
      transition: .5s all; }
      .accordion-block .accordion svg path {
        fill: #6D6D6D; }
    .accordion-block .accordion.active svg {
      transform: rotate(-180deg); }
      .accordion-block .accordion.active svg path {
        fill: #FFC527; }
    .accordion-block .accordion.active + .panel {
      padding: 10px 16px 35px;
      max-height: 9999px; }
  .accordion-block .panel {
    max-height: 0;
    overflow: hidden;
    line-height: 1.5em;
    background: #E5F2FF;
    border-radius: 0 0 3px 3px; }
    .accordion-block .panel > *:last-child {
      margin-bottom: 0 !important; }

/* Callout
--------------------------------------------- */
.callout-block {
  margin: 16px 0;
  border-radius: 3px;
  border: 1px solid #FFC527;
  background: #F7F274; }
  .callout-block .callout-block__inner-container {
    display: flex;
    padding: 16px; }
    .callout-block .callout-block__inner-container .icon {
      position: relative;
      top: 4px;
      padding: 0 12px 0 0;
      font-size: 1.5rem;
      line-height: 1.5rem;
      color: #FFC527; }
      .callout-block .callout-block__inner-container .icon path {
        fill: #FFC527; }
    .callout-block .callout-block__inner-container .message > *:last-child {
      margin-bottom: 0 !important; }

/* Cards
--------------------------------------------- */
h2.alignwide + .card-container.alignwide {
  margin-top: -20px !important; }

.wp-block-group.has-primary-background-color .card-container h3 a, .wp-block-group.has-body-text-background-color .card-container h3 a, .wp-block-cover.has-primary-background-color .card-container h3 a, .wp-block-cover.has-body-text-background-color .card-container h3 a {
  color: #fff; }

.card-container {
  /* END .card-container-inner */ }
  .card-container .card-container-inner {
    display: flex;
    /*grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-gap: 10px;*/
    max-width: 1250px;
    margin: 0 auto;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
    z-index: 20;
    margin-bottom: 110px !important;
    padding: 0 15px; }
    .card-container .card-container-inner > p {
      margin-bottom: 0 !important; }
    .card-container .card-container-inner .card {
      background: #fff;
      padding: 20px;
      border-radius: 27px;
      box-shadow: 10px 10px 40px #00000040;
      max-width: 240px;
      min-width: 19%;
      /* subtract the padding */ }
      .card-container .card-container-inner .card .post-image {
        margin-bottom: 20px;
        margin-left: -20px;
        margin-top: -20px;
        width: calc(100% + 40px);
        overflow: hidden;
        background: #ACACAC; }
        .card-container .card-container-inner .card .post-image a img {
          transition: .2s; }
        .card-container .card-container-inner .card .post-image a:hover img, .card-container .card-container-inner .card .post-image a:focus img {
          transform: scale(1.075); }
        .card-container .card-container-inner .card .post-image img {
          margin: 0 auto;
          width: 100%;
          padding: 0 !important;
          border: none !important; }
      .card-container .card-container-inner .card .excerpt {
        font-size: 1.125rem;
        color: #0656AC;
        font-size: 18px;
        line-height: 1.55em;
        font-weight: 700;
        margin-top: -2px;
        margin-bottom: 6px; }
        .card-container .card-container-inner .card .excerpt p {
          margin-bottom: 8px; }
          .card-container .card-container-inner .card .excerpt p:last-child {
            margin-bottom: 0 !important; }
      .card-container .card-container-inner .card .subtext {
        font-size: 14px;
        padding: 3px 0 0;
        line-height: 1.2em; }
      .card-container .card-container-inner .card .wp-block-button {
        margin: 33px 0 17px;
        text-align: center; }
    @media screen and (min-width: 951px) and (max-width: 1200px) {
      .card-container .card-container-inner .card {
        max-width: calc(25% - 65px); } }
    @media screen and (max-width: 950px) {
      .card-container .card-container-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        max-width: 100% !important;
        margin: calc(2 * 20px) 0 !important; }
        .card-container .card-container-inner .card {
          margin: 0 auto; }
          .card-container .card-container-inner .card:nth-child(1), .card-container .card-container-inner .card:nth-child(2) {
            margin-bottom: 30px; } }
  @media screen and (max-width: 950px) and (max-width: 650px) {
    .card-container .card-container-inner {
      grid-template-columns: 1fr; }
      .card-container .card-container-inner .card {
        margin-bottom: 30px; }
        .card-container .card-container-inner .card:last-child {
          margin-bottom: 0px; } }

  .card-container.blue {
    position: relative;
    margin-top: 133px !important; }
    .card-container.blue::after {
      content: '';
      display: block;
      width: calc(100% + 16px);
      top: -70px;
      left: -15px;
      position: absolute;
      background-color: #E5F2FF;
      height: calc(100% + 50px);
      z-index: 10; }
  .card-container.yellow {
    position: relative;
    margin-top: 133px !important; }
    .card-container.yellow::after {
      content: '';
      display: block;
      width: calc(100% + 16px);
      top: -70px;
      left: -15px;
      position: absolute;
      background-color: #F7F274;
      height: calc(100% + 50px);
      z-index: 10; }
  .card-container.cream {
    position: relative;
    margin-top: 133px !important; }
    .card-container.cream::after {
      content: '';
      display: block;
      width: calc(100% + 16px);
      top: -70px;
      left: -15px;
      position: absolute;
      background-color: #FDFBEB;
      height: calc(100% + 50px);
      z-index: 10; }
  @media screen and (max-width: 767px) {
    .card-container {
      margin: calc(2 * 20px) -16px !important; } }
  .card-container.col-3 .card-container-inner, .card-container.col-2 .card-container-inner, .card-container.col-1 .card-container-inner {
    justify-content: space-around; }
    .card-container.col-3 .card-container-inner .card, .card-container.col-2 .card-container-inner .card, .card-container.col-1 .card-container-inner .card {
      max-width: 240px !important; }

/* END .card-container */
.card-container.grey .card {
  background: #ACACAC; }

.card-container.transparent .card {
  background: transparent;
  border: none; }
  .card-container.transparent .card .post-image {
    border-radius: 3px; }

/**
 * Styles for blocks brought in from plugins
 *
 */
/* Forminator
--------------------------------------------- */
/* VFB Pro
--------------------------------------------- */
form.vfbp-form {
  zoom: 1;
  background: #fff;
  border-radius: 0 0 3px 3px;
  padding: 24px 5px;
  border: 1px solid #E5E7EB;
  border-top: 4px solid #FFC527; }
  form.vfbp-form .vfb-form-control {
    height: 42px;
    padding: 12px 12px 8px 12px;
    font-size: 1rem; }
  form.vfbp-form .vfb-form-group {
    margin-bottom: 25px; }
  form.vfbp-form .vfb-fieldType-radio, form.vfbp-form .vfb-fieldType-name {
    margin-bottom: 15px; }
  form.vfbp-form label, form.vfbp-form label.vfb-address-label, form.vfbp-form label.vfb-name-label {
    font-size: 1rem; }
  form.vfbp-form .vfb-radio label, form.vfbp-form .vfb-checkbox label {
    line-height: 1.1; }
  form.vfbp-form .btn {
    padding: 11px 20px 6px 20px !important;
    font-size: 1rem !important; }
    form.vfbp-form .btn[type="submit"] {
      font-size: 1.25rem !important;
      background-color: #0656AC;
      border-color: #0656AC; }
      form.vfbp-form .btn[type="submit"]:hover, form.vfbp-form .btn[type="submit"]:focus {
        background-color: #043d7b;
        border-color: #043d7b;
        color: #fff; }
    form.vfbp-form .btn.btn-file {
      background-color: #E5E7EB;
      border-color: #E5E7EB;
      color: #0656AC; }
      form.vfbp-form .btn.btn-file:hover, form.vfbp-form .btn.btn-file:focus {
        background-color: #d7dae0;
        border-color: #d7dae0;
        color: #0656AC; }
  @media (max-width: 767px) {
    form.vfbp-form .vfb-name-block .vfb-col-6 {
      padding-left: 0px;
      padding-right: 0px; } }

/* Entry Content
--------------------------------------------- */
.entry-content {
  margin: 20px 15px;
  max-width: 100%;
  position: relative;
  z-index: 7; }
  .entry-content > *:first-child {
    margin-top: 0; }
    .entry-content > *:first-child.alignfull {
      margin-top: -20px !important; }
  .entry-content > *:last-child {
    margin-bottom: 0; }
    .entry-content > *:last-child.alignfull {
      margin-bottom: -40px !important; }
  .entry-content .alignwide {
    margin: calc( 2 * 20px) -16px;
    max-width: calc( 100% + 32px); }
    @media screen and (min-width: 768px) {
      .entry-content .alignwide {
        margin: calc( 2 * 20px) calc(10% - 10vw);
        max-width: 100vw;
        width: auto; } }
  .entry-content .alignfull {
    margin: calc( 2 * 20px) -16px;
    max-width: calc( 100% + 32px);
    width: 100vw; }
    @media screen and (min-width: 768px) {
      .entry-content .alignfull {
        margin: calc( 2 * 20px ) calc(50% - 50vw);
        max-width: 100vw;
        /*width: calc(100vw - 16px);
        margin-left: calc(50% - 50vw + 8px);*/
        width: calc(100vw - 2px);
        margin-left: calc(50% - 50vw + 0px); } }
    .entry-content .alignfull + .alignfull {
      margin-top: -40px; }
    .entry-content .alignfull:last-child {
      margin-bottom: 0; }
  .entry-content .alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 20px 20px 0; }
  .entry-content .alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 20px 20px; }
  .entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: table; }
  .entry-content ul, .entry-content ol {
    padding-left: 32px; }
    .entry-content ul li, .entry-content ol li {
      margin-bottom: 8px; }
      .entry-content ul li:last-child, .entry-content ol li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
    .entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
      margin-top: 8px;
      margin-bottom: 8px; }
    .entry-content ul.blocks-gallery-grid, .entry-content ol.blocks-gallery-grid {
      padding-left: 0; }
      .entry-content ul.blocks-gallery-grid li, .entry-content ol.blocks-gallery-grid li {
        padding-bottom: 0; }
        .entry-content ul.blocks-gallery-grid li:last-child, .entry-content ol.blocks-gallery-grid li:last-child {
          margin-bottom: 1em; }

/* Wrap
--------------------------------------------- */
#page {
  overflow-x: hidden; }
  @media (max-width: 860px) {
    #page > .wrap {
      top: 121px;
      margin-bottom: 121px;
      position: relative;
      padding: 0; } }

.wrap, .wide-wrap {
  max-width: 830px;
  margin: 0 auto; }
  .wrap:after, .wide-wrap:after {
    content: "";
    display: table;
    clear: both; }

.wide-wrap {
  max-width: 1200px; }

.site-inner {
  padding: 32px 0; }
  @media (min-width: 768px) {
    .site-inner {
      padding: 48px 0; } }
  .singular.content .site-inner > .wrap {
    max-width: 832px; }

/* Default Page Template
--------------------------------------------- */
.page-template-default .wrap {
  position: relative;
  /* END #sidebarnav  */ }
  .page-template-default .wrap article {
    position: relative; }
  .page-template-default .wrap #sidebarnav {
    position: absolute;
    display: block;
    width: 343px;
    margin-right: 50px;
    left: -383px;
    background-color: #0656AC;
    top: 132px;
    z-index: 7;
    padding: 21px 0 0px; }
    .page-template-default .wrap #sidebarnav > ul {
      list-style: none;
      /* END li */ }
      .page-template-default .wrap #sidebarnav > ul > li {
        padding: 11px 0 10px;
        margin-left: 25%;
        margin-right: 15px; }
        .page-template-default .wrap #sidebarnav > ul > li > a {
          color: #fff;
          font-weight: 700;
          font-size: 20px;
          text-decoration: none; }
          .page-template-default .wrap #sidebarnav > ul > li > a:hover, .page-template-default .wrap #sidebarnav > ul > li > a:focus {
            color: #FFC527; }
        .page-template-default .wrap #sidebarnav > ul > li.current > a, .page-template-default .wrap #sidebarnav > ul > li.ancestor > a, .page-template-default .wrap #sidebarnav > ul > li.current_sibling > a {
          color: #FFC527; }
        .page-template-default .wrap #sidebarnav > ul > li ul {
          background-color: #E5F2FF;
          list-style: none;
          margin-left: calc(-25% - 25px);
          margin-right: -15px;
          padding-top: 8px;
          padding-bottom: 22px;
          margin-top: 9px; }
          .page-template-default .wrap #sidebarnav > ul > li ul > li {
            margin-left: 25%;
            list-style: none;
            padding: 13px 0;
            margin-right: 15px; }
            .page-template-default .wrap #sidebarnav > ul > li ul > li > a {
              color: #0656AC;
              font-weight: 700;
              font-size: 16px;
              text-decoration: none; }
              .page-template-default .wrap #sidebarnav > ul > li ul > li > a:hover, .page-template-default .wrap #sidebarnav > ul > li ul > li > a:focus {
                color: #0656AC;
                text-decoration: underline; }
            .page-template-default .wrap #sidebarnav > ul > li ul > li > ul {
              display: none; }
            .page-template-default .wrap #sidebarnav > ul > li ul > li.current > a, .page-template-default .wrap #sidebarnav > ul > li ul > li.ancestor > a, .page-template-default .wrap #sidebarnav > ul > li ul > li.current_sibling > a {
              color: #0656AC;
              font-weight: 800; }
        .page-template-default .wrap #sidebarnav > ul > li:has(> ul.current_sibling), .page-template-default .wrap #sidebarnav > ul > li:has(> ul.current), .page-template-default .wrap #sidebarnav > ul > li:has(> ul.ancestor) {
          margin-bottom: 3px; }
        .page-template-default .wrap #sidebarnav > ul > li:last-child {
          margin-bottom: 80px; }
          .page-template-default .wrap #sidebarnav > ul > li:last-child:has(ul.current), .page-template-default .wrap #sidebarnav > ul > li:last-child:has(ul.ancestor), .page-template-default .wrap #sidebarnav > ul > li:last-child:has(ul.current_sibling) {
            margin-bottom: 0px;
            padding-bottom: 0; }
          .page-template-default .wrap #sidebarnav > ul > li:last-child > li:last-child {
            margin-bottom: 50px; }
        .page-template-default .wrap #sidebarnav > ul > li.current:last-child, .page-template-default .wrap #sidebarnav > ul > li.ancestor:last-child, .page-template-default .wrap #sidebarnav > ul > li.current_sibling:last-child {
          margin-bottom: 0; }
        .page-template-default .wrap #sidebarnav > ul > li:not(.current):not(.ancestor):not(.current_sibling) ul {
          display: none; }
    @media screen and (min-width: 861px) and (max-width: 1000px) {
      .page-template-default .wrap #sidebarnav {
        position: unset;
        margin: 50px 0 0 17px; } }
    @media screen and (max-width: 860px) {
      .page-template-default .wrap #sidebarnav {
        display: none; } }
  @media screen and (max-width: 1499px) and (min-width: 1000px) {
    .page-template-default .wrap:has(#sidebarnav) {
      max-width: calc(100vw - 650px); }
      .page-template-default .wrap:has(#sidebarnav) .entry-header__inner-container {
        max-width: calc(100vw - 670px); } }

/* END .page-template-default .wrap */
/* Page Templates
--------------------------------------------- */
/* INNER CONTAINER */
.wp-block-group > :where(:not(.alignleft):not(.alignright):not(.wp-block-group__inner-container):not(.wp-block-group__background):not(.wp-block-cover__inner-container):not(.wp-block-cover__background)), .wp-block-cover > :where(:not(.alignleft):not(.alignright):not(.wp-block-group__inner-container):not(.wp-block-group__background):not(.wp-block-cover__inner-container):not(.wp-block-cover__background)) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
.wp-block-group.is-style-wide-inner-container > :where(:not(.alignleft):not(.alignright):not(.wp-block-group__inner-container):not(.wp-block-group__background):not(.wp-block-cover__inner-container):not(.wp-block-cover__background)), .wp-block-cover.is-style-wide-inner-container > :where(:not(.alignleft):not(.alignright):not(.wp-block-group__inner-container):not(.wp-block-group__background):not(.wp-block-cover__inner-container):not(.wp-block-cover__background)) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.page-template-wide-width .wrap, .home .wrap, .blog .wrap {
  max-width: 1200px; }
.page-template-wide-width .entry-content, .home .entry-content, .blog .entry-content {
  /* INNER CONTAINER */ }
  .page-template-wide-width .entry-content .entry-header .entry-header__inner-container, .home .entry-content .entry-header .entry-header__inner-container, .blog .entry-content .entry-header .entry-header__inner-container {
    max-width: 1200px; }
  .page-template-wide-width .entry-content .wp-block-group__inner-container, .page-template-wide-width .entry-content .wp-block-cover__inner-container, .home .entry-content .wp-block-group__inner-container, .home .entry-content .wp-block-cover__inner-container, .blog .entry-content .wp-block-group__inner-container, .blog .entry-content .wp-block-cover__inner-container {
    max-width: 1200px; }

 /* Home Page
--------------------------------------------- */
.home {
  /* END #banner-full-bg */ }
  .home #banner-full-bg {
    height: 330px;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw) calc(2 * 20px) calc(50% - 50vw);
    background-image: linear-gradient(to bottom, #0656AC, #004183), linear-gradient(to bottom, #FFC527, #E6B01B);
    background-size: 50% 100%, 50% 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    margin-bottom: 109px;
    /* END #banner-inner */ }
    .home #banner-full-bg #banner-inner {
      width: 100%;
      max-width: 1283px;
      margin: 0 auto;
      display: flex;
      height: 100%; }
      .home #banner-full-bg #banner-inner #banner-left {
        width: calc(100% - 336px - 7%);
        background-image: linear-gradient(to bottom, #0656AC, #004183);
        display: flex;
        padding-left: 15px; }
        .home #banner-full-bg #banner-inner #banner-left h1 {
          font-size: 48px;
          color: #fff;
          font-weight: 400;
          line-height: 1.42em;
          margin-bottom: 0;
          align-content: center; }
          .home #banner-full-bg #banner-inner #banner-left h1 strong {
            font-size: 56px;
            font-weight: 900;
            float: left;
            clear: both; }
          .home #banner-full-bg #banner-inner #banner-left h1 em {
            font-style: normal;
            color: #FFC527; }
        @media screen and (min-width: 855px) {
          .home #banner-full-bg #banner-inner #banner-left h1 {
            font-size: 49px; }
            .home #banner-full-bg #banner-inner #banner-left h1 strong {
              font-size: 58px; } }
  @media screen and (min-width: 855px) and (min-width: 945px) {
    .home #banner-full-bg #banner-inner #banner-left h1 {
      font-size: 53px; }
      .home #banner-full-bg #banner-inner #banner-left h1 strong {
        font-size: 68px; } }

  @media screen and (min-width: 855px) and (min-width: 945px) and (min-width: 1040px) {
    .home #banner-full-bg #banner-inner #banner-left h1 {
      font-size: 57px; }
      .home #banner-full-bg #banner-inner #banner-left h1 strong {
        font-size: 80px; } }

  @media screen and (min-width: 855px) and (min-width: 945px) and (min-width: 1040px) and (min-width: 1145px) {
    .home #banner-full-bg #banner-inner #banner-left h1 {
      font-size: 61.5px; }
      .home #banner-full-bg #banner-inner #banner-left h1 strong {
        font-size: 92.5px; } }

  @media screen and (min-width: 855px) and (min-width: 945px) and (min-width: 1040px) and (min-width: 1145px) and (min-width: 1249px) {
    .home #banner-full-bg #banner-inner #banner-left h1 {
      font-size: 66px; }
      .home #banner-full-bg #banner-inner #banner-left h1 strong {
        font-size: 105px; } }

      .home #banner-full-bg #banner-inner #banner-middle {
        width: 336px;
        background-image: linear-gradient(to bottom, #0656AC, #004183), linear-gradient(to bottom, #FFC527, #E6B01B);
        background-size: 50% 100%, 50% 100%;
        background-position: 0 0, 100% 0;
        background-repeat: no-repeat;
        position: relative; }
        .home #banner-full-bg #banner-inner #banner-middle:after {
          position: relative;
          display: block;
          content: '';
          width: 336px;
          height: 336px;
          background-repeat: no-repeat;
          background-image: url(/wp-content/themes/powerlibrary2025/images/hero-image-boy-with-card.png);
          top: 13px;
          left: calc(50% - 149px); }
      .home #banner-full-bg #banner-inner #banner-right {
        width: calc(100% - 336px - 68%);
        background-image: linear-gradient(to bottom, #FFC527, #E6B01B); }
      @media screen and (max-width: 680px) {
        .home #banner-full-bg #banner-inner {
          display: block; }
          .home #banner-full-bg #banner-inner #banner-left {
            width: 100%;
            height: 314px; }
            .home #banner-full-bg #banner-inner #banner-left h1 {
              margin: 0 auto;
              max-width: 513px; } }
    @media screen and (max-width: 680px) and (max-width: 430px) {
      .home #banner-full-bg #banner-inner #banner-left {
        display: block;
        padding-top: 30px;
        height: 343px !important; } }
      @media screen and (max-width: 680px) {
          .home #banner-full-bg #banner-inner #banner-middle {
            display: none; }
          .home #banner-full-bg #banner-inner #banner-right {
            width: 100%;
            position: relative;
            height: 171px; }
            .home #banner-full-bg #banner-inner #banner-right:after {
              position: relative;
              display: block;
              content: '';
              width: 255px;
              height: 237px;
              background-repeat: no-repeat;
              background-image: url(/wp-content/themes/powerlibrary2025/images/hero-image-boy-with-card-mobile.png);
              left: calc(50% - 127.5px);
              bottom: 66px; } }
    @media screen and (max-width: 680px) {
      .home #banner-full-bg {
        margin-bottom: 245px; } }
    @media screen and (max-width: 412px) {
      .home #banner-full-bg {
        margin-bottom: 284px; } }

 /* Statewide Catalog
--------------------------------------------- */
#catalog-form #searchtype {
  background-color: #E4E4E4;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #C5C5C5;
  box-shadow: 0 -11px 10px #B0B0B0 inset;
  font-size: 18px;
  height: 44px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-top: 1px;
  padding: 9px 0 9px 5px;
  width: 150px;
  font-weight: 600; }
#catalog-form #searcharg {
  width: 190px;
  height: 32px;
  background-color: #e4e4e4;
  border-radius: 2px;
  border: 1px #d2d2d2 solid;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  float: left;
  margin-right: 5px;
  margin-top: 1px; }
#catalog-form .goButton {
  background: url(/wp-content/themes/powerlibrary2025/images/catalog-GO-button-sprite.png) 0 -1px no-repeat;
  height: 48px;
  width: 71px;
  color: transparent;
  border: none;
  padding-top: 0px;
  float: left; }
  #catalog-form .goButton:hover, #catalog-form .goButton:focus {
    background-position: 0 -49px; }

 /* E-Resources Page
--------------------------------------------- */
.post-type-archive-eresource, .tax-er_category {
  /* Stop centering things on subject view, so we can see the subject icons better. There are no  blocks on this page anyway. */ }
  .post-type-archive-eresource #the_content, .tax-er_category #the_content {
    /* END article */ }
    .post-type-archive-eresource #the_content .breadcrumbs, .tax-er_category #the_content .breadcrumbs {
      margin-bottom: 0px; }
    .post-type-archive-eresource #the_content #intro_text, .tax-er_category #the_content #intro_text {
      margin-top: 46px; }
    .post-type-archive-eresource #the_content #selector_wrapper, .tax-er_category #the_content #selector_wrapper {
      float: right;
      /*  END #view_selector */ }
      .post-type-archive-eresource #the_content #selector_wrapper .toggleAll, .tax-er_category #the_content #selector_wrapper .toggleAll {
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 2em;
        float: right;
        margin-right: 45px;
        position: relative; }
        .post-type-archive-eresource #the_content #selector_wrapper .toggleAll::before, .tax-er_category #the_content #selector_wrapper .toggleAll::before {
          position: absolute;
          left: -33px;
          bottom: 7px;
          content: '';
          width: 26px;
          height: 14px;
          transition: .5s all;
          background: url(/wp-content/themes/powerlibrary2025/images/triangle-down-yellow.svg) 0 0 transparent no-repeat; }
        .post-type-archive-eresource #the_content #selector_wrapper .toggleAll.collapse::before, .tax-er_category #the_content #selector_wrapper .toggleAll.collapse::before {
          transform: rotate(-180deg); }
      .post-type-archive-eresource #the_content #selector_wrapper #view_selector, .tax-er_category #the_content #selector_wrapper #view_selector {
        float: right;
        box-shadow: 0px 3px 6px #00000029;
        padding: 5px;
        position: relative;
        left: 0;
        top: -10px; }
        .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul, .tax-er_category #the_content #selector_wrapper #view_selector ul {
          padding: 5px 18px 5px 10px;
          display: flex;
          flex-direction: column; }
          .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li, .tax-er_category #the_content #selector_wrapper #view_selector ul li {
            list-style: none;
            order: 2;
            margin-bottom: 8px; }
            .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li a, .tax-er_category #the_content #selector_wrapper #view_selector ul li a {
              text-decoration: none;
              font-size: 16px;
              font-weight: 600;
              line-height: 2em; }
              .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li a svg, .tax-er_category #the_content #selector_wrapper #view_selector ul li a svg {
                display: none; }
              .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li a.active svg, .tax-er_category #the_content #selector_wrapper #view_selector ul li a.active svg {
                display: inline-block;
                margin-left: 8px;
                position: relative;
                top: -1px;
                left: 0;
                transition: .5s all; }
              .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li a:hover, .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li a:focus, .tax-er_category #the_content #selector_wrapper #view_selector ul li a:hover, .tax-er_category #the_content #selector_wrapper #view_selector ul li a:focus {
                text-decoration: underline; }
            .post-type-archive-eresource #the_content #selector_wrapper #view_selector ul li:has(.active), .tax-er_category #the_content #selector_wrapper #view_selector ul li:has(.active) {
              order: 1; }
        .post-type-archive-eresource #the_content #selector_wrapper #view_selector.collapsed li, .tax-er_category #the_content #selector_wrapper #view_selector.collapsed li {
          margin-bottom: 0; }
        .post-type-archive-eresource #the_content #selector_wrapper #view_selector.collapsed a:not(.active), .tax-er_category #the_content #selector_wrapper #view_selector.collapsed a:not(.active) {
          display: none; }
        .post-type-archive-eresource #the_content #selector_wrapper #view_selector.expanded ul, .tax-er_category #the_content #selector_wrapper #view_selector.expanded ul {
          margin-bottom: -8px; }
        .post-type-archive-eresource #the_content #selector_wrapper #view_selector.expanded .active svg, .tax-er_category #the_content #selector_wrapper #view_selector.expanded .active svg {
          transform: rotate(-180deg); }
    .post-type-archive-eresource #the_content #wrapper_all.alpha_selected, .tax-er_category #the_content #wrapper_all.alpha_selected {
      /* This is not gonna work, not in hierarchy */ }
      .post-type-archive-eresource #the_content #wrapper_all.alpha_selected #wrapper_alpha, .tax-er_category #the_content #wrapper_all.alpha_selected #wrapper_alpha {
        display: block; }
      .post-type-archive-eresource #the_content #wrapper_all.alpha_selected #wrapper_subjects, .post-type-archive-eresource #the_content #wrapper_all.alpha_selected .toggleAll, .tax-er_category #the_content #wrapper_all.alpha_selected #wrapper_subjects, .tax-er_category #the_content #wrapper_all.alpha_selected .toggleAll {
        display: none; }
    .post-type-archive-eresource #the_content #wrapper_all #wrapper_alpha, .tax-er_category #the_content #wrapper_all #wrapper_alpha {
      display: none;
      padding-top: 130px; }
    .post-type-archive-eresource #the_content article, .tax-er_category #the_content article {
      max-width: 800px;
      width: 100%;
      padding: 10px 0px;
      margin: 0 auto; }
      .post-type-archive-eresource #the_content article .image-side, .tax-er_category #the_content article .image-side {
        width: 200px;
        float: left;
        margin-top: 21px; }
      .post-type-archive-eresource #the_content article .text-side, .tax-er_category #the_content article .text-side {
        width: calc(100% - 200px);
        float: right; }
        .post-type-archive-eresource #the_content article .text-side h3, .tax-er_category #the_content article .text-side h3 {
          line-height: 1.1em;
          margin-bottom: 10px; }
          .post-type-archive-eresource #the_content article .text-side h3 a, .tax-er_category #the_content article .text-side h3 a {
            font-size: 20px;
            font-weight: 700;
            text-decoration: none; }
            .post-type-archive-eresource #the_content article .text-side h3 a:hover, .post-type-archive-eresource #the_content article .text-side h3 a:focus, .tax-er_category #the_content article .text-side h3 a:hover, .tax-er_category #the_content article .text-side h3 a:focus {
              text-decoration: underline; }
        .post-type-archive-eresource #the_content article .text-side .excerpt p, .tax-er_category #the_content article .text-side .excerpt p {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.75em; }
        .post-type-archive-eresource #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link, .tax-er_category #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link {
          line-height: 1.75em; }
      .post-type-archive-eresource #the_content article .wp-block-buttons, .tax-er_category #the_content article .wp-block-buttons {
        margin-top: -7px; }
        .post-type-archive-eresource #the_content article .wp-block-buttons .wp-block-button__link.external:after, .tax-er_category #the_content article .wp-block-buttons .wp-block-button__link.external:after {
          margin-left: 8px; }
    .post-type-archive-eresource #the_content #wrapper_subjects, .tax-er_category #the_content #wrapper_subjects {
      padding-top: 48px; }
      .post-type-archive-eresource #the_content #wrapper_subjects ul.subject, .tax-er_category #the_content #wrapper_subjects ul.subject {
        padding-left: 0;
        margin-top: 16px;
        /* END .subject > li */ }
        .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li, .tax-er_category #the_content #wrapper_subjects ul.subject > li {
          list-style: none; }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3 {
            position: relative; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3::before, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3::before {
              position: absolute;
              left: -122px;
              bottom: calc(50% - 50px);
              content: '';
              display: block;
              width: 100px;
              height: 100px;
              /* background-image will be supplied in the template */
              background-position: 0 0;
              background-repeat: no-repeat;
              background-color: transparent; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3 a, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3 a {
              text-decoration: none;
              font-size: 30px;
              font-weight: 700;
              line-height: 1.3em;
              position: relative; }
              .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3 a:after, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3 a:after {
                position: absolute;
                right: -40px;
                bottom: 7px;
                content: '';
                display: block;
                width: 26px;
                height: 14px;
                transition: .5s all;
                background: url(/wp-content/themes/powerlibrary2025/images/triangle-down-yellow.svg) 0 0 transparent no-repeat; }
              .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3 a:hover, .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li h3 a:focus, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3 a:hover, .tax-er_category #the_content #wrapper_subjects ul.subject > li h3 a:focus {
                text-decoration: underline; }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li article .text-side h4, .tax-er_category #the_content #wrapper_subjects ul.subject > li article .text-side h4 {
            line-height: 1.1em;
            margin-bottom: 10px; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li article .text-side h4 a, .tax-er_category #the_content #wrapper_subjects ul.subject > li article .text-side h4 a {
              font-size: 20px;
              font-weight: 700;
              text-decoration: none; }
              .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus, .tax-er_category #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .tax-er_category #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus {
                text-decoration: underline; }
          @media screen and (max-width: 499px) {
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li article .text-side, .tax-er_category #the_content #wrapper_subjects ul.subject > li article .text-side {
              FLOAT: left;
              width: 100%;
              margin-top: 15px; } }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li.collapsed, .tax-er_category #the_content #wrapper_subjects ul.subject > li.collapsed {
            margin: 95px 0; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject, .tax-er_category #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .tax-er_category #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject {
              display: none; }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li.expanded, .tax-er_category #the_content #wrapper_subjects ul.subject > li.expanded {
            margin: 95px 0 -16px; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after, .tax-er_category #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after {
              transform: rotate(-180deg); }
          @media screen and (max-width: 500px) {
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side, .tax-er_category #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side {
              width: 100%;
              float: left; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side, .tax-er_category #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side {
              width: 100%;
              margin-top: 46px;
              margin-bottom: 19px; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side, .tax-er_category #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side {
              margin-top: 0; } }
        .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon {
          position: relative;
          text-decoration: none;
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 15px;
          display: inline;
          line-height: 1.5em; }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after {
            position: absolute;
            right: -44px;
            bottom: -6px;
            content: '';
            display: block;
            width: 36px;
            height: 30px;
            background: url(/wp-content/themes/powerlibrary2025/images/taxonomy_page_icon.svg) 0 0 transparent no-repeat; }
          .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus {
            text-decoration: underline; }
            .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .post-type-archive-eresource #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .tax-er_category #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after {
              background-image: url(/wp-content/themes/powerlibrary2025/images/taxonomy_page_icon-hover.svg); }
  .post-type-archive-eresource #outro_text, .tax-er_category #outro_text {
    margin-top: 30px; }
  @media screen and (max-width: 1059px) {
    .post-type-archive-eresource main > article > .entry-content > .entry-header, .tax-er_category main > article > .entry-content > .entry-header {
      width: 100vw;
      margin-left: -125px !important;
      max-width: none !important; }
    .post-type-archive-eresource .wrap, .tax-er_category .wrap {
      max-width: calc(100% - 110px);
      margin: 0 0 0 auto; }
      .post-type-archive-eresource .wrap .breadcrumbs, .post-type-archive-eresource .wrap #intro_text, .post-type-archive-eresource .wrap #outro_text, .tax-er_category .wrap .breadcrumbs, .tax-er_category .wrap #intro_text, .tax-er_category .wrap #outro_text {
        margin-left: -110px; }
      .post-type-archive-eresource .wrap #wrapper_alpha, .tax-er_category .wrap #wrapper_alpha {
        margin-left: -110px; } }
    @media screen and (max-width: 1059px) and (max-width: 500px) {
      .post-type-archive-eresource .wrap #wrapper_alpha article .text-side, .tax-er_category .wrap #wrapper_alpha article .text-side {
        width: 100%;
        float: left; }
      .post-type-archive-eresource .wrap #wrapper_alpha article .image-side, .tax-er_category .wrap #wrapper_alpha article .image-side {
        width: 100%;
        margin-top: 46px;
        margin-bottom: 19px; }
      .post-type-archive-eresource .wrap #wrapper_alpha article:first-of-type .image-side, .tax-er_category .wrap #wrapper_alpha article:first-of-type .image-side {
        margin-top: 0; } }

.tax-er_category h2.page-title {
  font-weight: 700 !important;
  font-size: 40px !important;
  position: relative;
  margin-top: 75px; }
  .tax-er_category h2.page-title::before {
    position: absolute;
    left: -122px;
    bottom: calc(50% - 50px);
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent; }
.tax-er_category #wrapper_alpha {
  display: block !important;
  padding-top: 25px !important; }
.tax-er_category #return-to-archive {
  float: right;
  position: relative;
  top: 5px; }
  .tax-er_category #return-to-archive a {
    position: relative;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    .tax-er_category #return-to-archive a:hover, .tax-er_category #return-to-archive a:focus {
      text-decoration: underline; }
    .tax-er_category #return-to-archive a::before {
      content: '';
      position: absolute;
      display: block;
      height: 19px;
      width: 19px;
      background: url(/wp-content/themes/powerlibrary2025/images/back-arrow-yellow.svg) 0 0 no-repeat transparent;
      top: 2px;
      left: -31px; }

 /* Single E-Resource
--------------------------------------------- */
.single-eresource #the_content > article {
  margin-top: 100px; }
  .single-eresource #the_content > article h2 {
    font-size: 30px !important;
    font-weight: 800;
    margin-top: 32px; }
  .single-eresource #the_content > article #the_subjects {
    background: #FDFBEB 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: block;
    padding: 10px 19px;
    margin-bottom: 17px;
    width: fit-content; }
    .single-eresource #the_content > article #the_subjects .label {
      color: #6D6D6D;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3em; }
    .single-eresource #the_content > article #the_subjects a {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3em;
      text-decoration: none; }
      .single-eresource #the_content > article #the_subjects a:focus, .single-eresource #the_content > article #the_subjects a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 870px) {
      .single-eresource #the_content > article #the_subjects {
        margin-left: -19px; } }
  .single-eresource #the_content > article .did-this-help {
    background: #E5F2FF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: block;
    padding: 10px 19px;
    margin-bottom: 17px;
    width: fit-content;
    /*.label {color: brand-color( 'med-grey' ); font-size: 16px; font-weight: 300; line-height: 1.3em;}*/ }
    .single-eresource #the_content > article .did-this-help a {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3em;
      text-decoration: none;
      color: #004183; }
      .single-eresource #the_content > article .did-this-help a:focus, .single-eresource #the_content > article .did-this-help a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 870px) {
      .single-eresource #the_content > article .did-this-help {
        margin-left: -19px; } }
  .single-eresource #the_content > article .wp-block-buttons {
    margin-bottom: 26px;
    margin-top: 22px; }
    .single-eresource #the_content > article .wp-block-buttons .wp-block-button__link.external:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-white.svg); }
    .single-eresource #the_content > article .wp-block-buttons .wp-block-button__link.external:focus:after, .single-eresource #the_content > article .wp-block-buttons .wp-block-button__link.external:hover:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-blue.svg); }
  @media screen and (min-width: 500px) {
    .single-eresource #the_content > article .post-image-thumbnail {
      float: right;
      margin: 0 0 20px 20px; } }
.single-eresource #the_content #return-to-archive {
  float: right;
  position: relative;
  top: -40px; }
  .single-eresource #the_content #return-to-archive a {
    position: relative;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    .single-eresource #the_content #return-to-archive a:hover, .single-eresource #the_content #return-to-archive a:focus {
      text-decoration: underline; }
    .single-eresource #the_content #return-to-archive a::before {
      content: '';
      position: absolute;
      display: block;
      height: 19px;
      width: 19px;
      background: url(/wp-content/themes/powerlibrary2025/images/back-arrow-yellow.svg) 0 0 no-repeat transparent;
      top: 2px;
      left: -31px; }

 /* PA Photos and Documents Page
--------------------------------------------- */
.post-type-archive-collection #the_content .breadcrumbs, .tax-papd-institution #the_content .breadcrumbs, .tax-papd-subject #the_content .breadcrumbs, .tax-papd-time-period #the_content .breadcrumbs {
  margin-bottom: 0px; }
.post-type-archive-collection #the_content #intro_text, .tax-papd-institution #the_content #intro_text, .tax-papd-subject #the_content #intro_text, .tax-papd-time-period #the_content #intro_text {
  margin-top: 46px; }
.post-type-archive-collection #the_content #selector_wrapper, .tax-papd-institution #the_content #selector_wrapper, .tax-papd-subject #the_content #selector_wrapper, .tax-papd-time-period #the_content #selector_wrapper {
  float: right;
  /*  END #view_selector */ }
  .post-type-archive-collection #the_content #selector_wrapper .toggleAll, .tax-papd-institution #the_content #selector_wrapper .toggleAll, .tax-papd-subject #the_content #selector_wrapper .toggleAll, .tax-papd-time-period #the_content #selector_wrapper .toggleAll {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
    float: right;
    margin-right: 45px;
    position: relative; }
    .post-type-archive-collection #the_content #selector_wrapper .toggleAll::before, .tax-papd-institution #the_content #selector_wrapper .toggleAll::before, .tax-papd-subject #the_content #selector_wrapper .toggleAll::before, .tax-papd-time-period #the_content #selector_wrapper .toggleAll::before {
      position: absolute;
      left: -33px;
      bottom: 7px;
      content: '';
      width: 26px;
      height: 14px;
      transition: .5s all;
      background: url(/wp-content/themes/powerlibrary2025/images/triangle-down-yellow.svg) 0 0 transparent no-repeat; }
    .post-type-archive-collection #the_content #selector_wrapper .toggleAll.collapse::before, .tax-papd-institution #the_content #selector_wrapper .toggleAll.collapse::before, .tax-papd-subject #the_content #selector_wrapper .toggleAll.collapse::before, .tax-papd-time-period #the_content #selector_wrapper .toggleAll.collapse::before {
      transform: rotate(-180deg); }
  .post-type-archive-collection #the_content #selector_wrapper #view_selector, .tax-papd-institution #the_content #selector_wrapper #view_selector, .tax-papd-subject #the_content #selector_wrapper #view_selector, .tax-papd-time-period #the_content #selector_wrapper #view_selector {
    float: right;
    box-shadow: 0px 3px 6px #00000029;
    padding: 5px;
    position: relative;
    left: 0;
    top: -10px; }
    .post-type-archive-collection #the_content #selector_wrapper #view_selector ul, .tax-papd-institution #the_content #selector_wrapper #view_selector ul, .tax-papd-subject #the_content #selector_wrapper #view_selector ul, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul {
      padding: 5px 18px 5px 10px;
      display: flex;
      flex-direction: column; }
      .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li {
        list-style: none;
        order: 2;
        margin-bottom: 8px; }
        .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li a, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li a, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li a, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li a {
          text-decoration: none;
          font-size: 16px;
          font-weight: 600;
          line-height: 2em; }
          .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li a svg, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li a svg, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li a svg, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li a svg {
            display: none; }
          .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li a.active svg, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li a.active svg, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li a.active svg, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li a.active svg {
            display: inline-block;
            margin-left: 8px;
            position: relative;
            top: -1px;
            left: 0;
            transition: .5s all; }
          .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li a:hover, .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li a:focus, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li a:hover, .tax-papd-institution #the_content #selector_wrapper #view_selector ul li a:focus, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li a:hover, .tax-papd-subject #the_content #selector_wrapper #view_selector ul li a:focus, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li a:hover, .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li a:focus {
            text-decoration: underline; }
        .post-type-archive-collection #the_content #selector_wrapper #view_selector ul li:has(.active), .tax-papd-institution #the_content #selector_wrapper #view_selector ul li:has(.active), .tax-papd-subject #the_content #selector_wrapper #view_selector ul li:has(.active), .tax-papd-time-period #the_content #selector_wrapper #view_selector ul li:has(.active) {
          order: 1; }
    .post-type-archive-collection #the_content #selector_wrapper #view_selector.collapsed li, .tax-papd-institution #the_content #selector_wrapper #view_selector.collapsed li, .tax-papd-subject #the_content #selector_wrapper #view_selector.collapsed li, .tax-papd-time-period #the_content #selector_wrapper #view_selector.collapsed li {
      margin-bottom: 0; }
    .post-type-archive-collection #the_content #selector_wrapper #view_selector.collapsed a:not(.active), .tax-papd-institution #the_content #selector_wrapper #view_selector.collapsed a:not(.active), .tax-papd-subject #the_content #selector_wrapper #view_selector.collapsed a:not(.active), .tax-papd-time-period #the_content #selector_wrapper #view_selector.collapsed a:not(.active) {
      display: none; }
    .post-type-archive-collection #the_content #selector_wrapper #view_selector.expanded ul, .tax-papd-institution #the_content #selector_wrapper #view_selector.expanded ul, .tax-papd-subject #the_content #selector_wrapper #view_selector.expanded ul, .tax-papd-time-period #the_content #selector_wrapper #view_selector.expanded ul {
      margin-bottom: -8px; }
    .post-type-archive-collection #the_content #selector_wrapper #view_selector.expanded .active svg, .tax-papd-institution #the_content #selector_wrapper #view_selector.expanded .active svg, .tax-papd-subject #the_content #selector_wrapper #view_selector.expanded .active svg, .tax-papd-time-period #the_content #selector_wrapper #view_selector.expanded .active svg {
      transform: rotate(-180deg); }
.post-type-archive-collection #the_content #wrapper_all.time_selected #wrapper_time, .tax-papd-institution #the_content #wrapper_all.time_selected #wrapper_time, .tax-papd-subject #the_content #wrapper_all.time_selected #wrapper_time, .tax-papd-time-period #the_content #wrapper_all.time_selected #wrapper_time {
  display: block; }
.post-type-archive-collection #the_content #wrapper_all.time_selected #wrapper_subjects, .post-type-archive-collection #the_content #wrapper_all.time_selected #wrapper_institution, .tax-papd-institution #the_content #wrapper_all.time_selected #wrapper_subjects, .tax-papd-institution #the_content #wrapper_all.time_selected #wrapper_institution, .tax-papd-subject #the_content #wrapper_all.time_selected #wrapper_subjects, .tax-papd-subject #the_content #wrapper_all.time_selected #wrapper_institution, .tax-papd-time-period #the_content #wrapper_all.time_selected #wrapper_subjects, .tax-papd-time-period #the_content #wrapper_all.time_selected #wrapper_institution {
  display: none; }
.post-type-archive-collection #the_content #wrapper_all.institution_selected #wrapper_institution, .tax-papd-institution #the_content #wrapper_all.institution_selected #wrapper_institution, .tax-papd-subject #the_content #wrapper_all.institution_selected #wrapper_institution, .tax-papd-time-period #the_content #wrapper_all.institution_selected #wrapper_institution {
  display: block; }
.post-type-archive-collection #the_content #wrapper_all.institution_selected #wrapper_subjects, .post-type-archive-collection #the_content #wrapper_all.institution_selected #wrapper_time, .tax-papd-institution #the_content #wrapper_all.institution_selected #wrapper_subjects, .tax-papd-institution #the_content #wrapper_all.institution_selected #wrapper_time, .tax-papd-subject #the_content #wrapper_all.institution_selected #wrapper_subjects, .tax-papd-subject #the_content #wrapper_all.institution_selected #wrapper_time, .tax-papd-time-period #the_content #wrapper_all.institution_selected #wrapper_subjects, .tax-papd-time-period #the_content #wrapper_all.institution_selected #wrapper_time {
  display: none; }
.post-type-archive-collection #the_content #wrapper_all #wrapper_time, .post-type-archive-collection #the_content #wrapper_all #wrapper_institution, .tax-papd-institution #the_content #wrapper_all #wrapper_time, .tax-papd-institution #the_content #wrapper_all #wrapper_institution, .tax-papd-subject #the_content #wrapper_all #wrapper_time, .tax-papd-subject #the_content #wrapper_all #wrapper_institution, .tax-papd-time-period #the_content #wrapper_all #wrapper_time, .tax-papd-time-period #the_content #wrapper_all #wrapper_institution {
  display: none;
  padding-top: 48px; }
.post-type-archive-collection #the_content article, .tax-papd-institution #the_content article, .tax-papd-subject #the_content article, .tax-papd-time-period #the_content article {
  max-width: 800px;
  width: 100%;
  padding: 10px 0px;
  margin: 0 auto; }
  .post-type-archive-collection #the_content article .image-side, .tax-papd-institution #the_content article .image-side, .tax-papd-subject #the_content article .image-side, .tax-papd-time-period #the_content article .image-side {
    width: 150px;
    float: left;
    margin-top: 1px; }
  .post-type-archive-collection #the_content article .text-side, .tax-papd-institution #the_content article .text-side, .tax-papd-subject #the_content article .text-side, .tax-papd-time-period #the_content article .text-side {
    width: calc(100% - 150px);
    float: right; }
    .post-type-archive-collection #the_content article .text-side h3, .tax-papd-institution #the_content article .text-side h3, .tax-papd-subject #the_content article .text-side h3, .tax-papd-time-period #the_content article .text-side h3 {
      line-height: 1.1em;
      margin-bottom: 10px; }
      .post-type-archive-collection #the_content article .text-side h3 a, .tax-papd-institution #the_content article .text-side h3 a, .tax-papd-subject #the_content article .text-side h3 a, .tax-papd-time-period #the_content article .text-side h3 a {
        font-size: 20px;
        font-weight: 700;
        text-decoration: none; }
        .post-type-archive-collection #the_content article .text-side h3 a:hover, .post-type-archive-collection #the_content article .text-side h3 a:focus, .tax-papd-institution #the_content article .text-side h3 a:hover, .tax-papd-institution #the_content article .text-side h3 a:focus, .tax-papd-subject #the_content article .text-side h3 a:hover, .tax-papd-subject #the_content article .text-side h3 a:focus, .tax-papd-time-period #the_content article .text-side h3 a:hover, .tax-papd-time-period #the_content article .text-side h3 a:focus {
          text-decoration: underline; }
    .post-type-archive-collection #the_content article .text-side .excerpt p, .tax-papd-institution #the_content article .text-side .excerpt p, .tax-papd-subject #the_content article .text-side .excerpt p, .tax-papd-time-period #the_content article .text-side .excerpt p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75em; }
    .post-type-archive-collection #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link, .tax-papd-institution #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link, .tax-papd-subject #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link, .tax-papd-time-period #the_content article .text-side .excerpt .wp-block-button .wp-block-button__link {
      line-height: 1.75em; }
  @media screen and (max-width: 500px) {
    .post-type-archive-collection #the_content article .text-side, .tax-papd-institution #the_content article .text-side, .tax-papd-subject #the_content article .text-side, .tax-papd-time-period #the_content article .text-side {
      width: 100%;
      float: left; }
    .post-type-archive-collection #the_content article .image-side, .tax-papd-institution #the_content article .image-side, .tax-papd-subject #the_content article .image-side, .tax-papd-time-period #the_content article .image-side {
      width: 100%;
      margin-top: 46px;
      margin-bottom: 19px; }
    .post-type-archive-collection #the_content article:first-of-type .image-side, .tax-papd-institution #the_content article:first-of-type .image-side, .tax-papd-subject #the_content article:first-of-type .image-side, .tax-papd-time-period #the_content article:first-of-type .image-side {
      margin-top: 0; } }
  .post-type-archive-collection #the_content article .wp-block-buttons, .tax-papd-institution #the_content article .wp-block-buttons, .tax-papd-subject #the_content article .wp-block-buttons, .tax-papd-time-period #the_content article .wp-block-buttons {
    margin-top: -7px; }
    .post-type-archive-collection #the_content article .wp-block-buttons .wp-block-button__link.external:after, .tax-papd-institution #the_content article .wp-block-buttons .wp-block-button__link.external:after, .tax-papd-subject #the_content article .wp-block-buttons .wp-block-button__link.external:after, .tax-papd-time-period #the_content article .wp-block-buttons .wp-block-button__link.external:after {
      margin-left: 8px; }
.post-type-archive-collection #the_content #wrapper_subjects, .post-type-archive-collection #the_content #wrapper_time, .post-type-archive-collection #the_content #wrapper_institution, .tax-papd-institution #the_content #wrapper_subjects, .tax-papd-institution #the_content #wrapper_time, .tax-papd-institution #the_content #wrapper_institution, .tax-papd-subject #the_content #wrapper_subjects, .tax-papd-subject #the_content #wrapper_time, .tax-papd-subject #the_content #wrapper_institution, .tax-papd-time-period #the_content #wrapper_subjects, .tax-papd-time-period #the_content #wrapper_time, .tax-papd-time-period #the_content #wrapper_institution {
  padding-top: 48px; }
  .post-type-archive-collection #the_content #wrapper_subjects ul.subject, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy, .post-type-archive-collection #the_content #wrapper_time ul.subject, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy, .post-type-archive-collection #the_content #wrapper_institution ul.subject, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy, .tax-papd-institution #the_content #wrapper_subjects ul.subject, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy, .tax-papd-institution #the_content #wrapper_time ul.subject, .tax-papd-institution #the_content #wrapper_time ul.taxonomy, .tax-papd-institution #the_content #wrapper_institution ul.subject, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy, .tax-papd-subject #the_content #wrapper_subjects ul.subject, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy, .tax-papd-subject #the_content #wrapper_time ul.subject, .tax-papd-subject #the_content #wrapper_time ul.taxonomy, .tax-papd-subject #the_content #wrapper_institution ul.subject, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy, .tax-papd-time-period #the_content #wrapper_subjects ul.subject, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy, .tax-papd-time-period #the_content #wrapper_time ul.subject, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy, .tax-papd-time-period #the_content #wrapper_institution ul.subject, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy {
    padding-left: 0;
    margin-top: -10px;
    /* END .subject > li */ }
    .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li, .post-type-archive-collection #the_content #wrapper_time ul.subject > li, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li, .tax-papd-institution #the_content #wrapper_time ul.subject > li, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li, .tax-papd-institution #the_content #wrapper_institution ul.subject > li, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li, .tax-papd-subject #the_content #wrapper_time ul.subject > li, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li, .tax-papd-subject #the_content #wrapper_institution ul.subject > li, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li, .tax-papd-time-period #the_content #wrapper_time ul.subject > li, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li {
      list-style: none; }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 {
        position: relative;
        /* &::before 
         {
                 position: absolute; left: -122px;
                bottom: calc(50% - 50px); content: ''; display: block;
                 width: 100px;   height: 100px;
                 background-position: 0 0; background-repeat: no-repeat; background-color: transparent;
             
         }*/ }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3 a, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3 a, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3 a, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3 a, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3 a, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3 a, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3 a, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3 a, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3 a, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3 a, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3 a, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3 a, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3 a, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3 a, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3 a, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3 a, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3 a, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3 a, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3 a, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3 a, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3 a, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3 a, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3 a, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 a {
          text-decoration: none;
          font-size: 30px;
          font-weight: 700;
          line-height: 1.3em;
          position: relative; }
          .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3 a:after, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3 a:after, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3 a:after, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3 a:after, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3 a:after, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3 a:after, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3 a:after, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3 a:after, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3 a:after, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3 a:after, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3 a:after, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3 a:after, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3 a:after, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3 a:after, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3 a:after, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3 a:after, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3 a:after, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3 a:after, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3 a:after, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3 a:after, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3 a:after, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3 a:after, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3 a:after, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 a:after {
            position: absolute;
            right: -40px;
            bottom: 7px;
            content: '';
            display: block;
            width: 26px;
            height: 14px;
            transition: .5s all;
            background: url(/wp-content/themes/powerlibrary2025/images/triangle-down-yellow.svg) 0 0 transparent no-repeat; }
          .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3 a:focus, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3 a:focus, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3 a:focus, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3 a:focus, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3 a:focus, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3 a:hover, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3 a:focus, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3 a:hover, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3 a:focus, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3 a:hover, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3 a:focus, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3 a:hover, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3 a:focus, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3 a:hover, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3 a:focus, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3 a:hover, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3 a:focus, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3 a:hover, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3 a:focus, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3 a:hover, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3 a:focus, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3 a:hover, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3 a:focus, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3 a:hover, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3 a:focus, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3 a:hover, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3 a:focus, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3 a:hover, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3 a:focus, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3 a:hover, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3 a:focus, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 a:hover, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 a:focus {
            text-decoration: underline; }
          .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li h3 a small, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li h3 a small, .post-type-archive-collection #the_content #wrapper_time ul.subject > li h3 a small, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li h3 a small, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li h3 a small, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li h3 a small, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li h3 a small, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li h3 a small, .tax-papd-institution #the_content #wrapper_time ul.subject > li h3 a small, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li h3 a small, .tax-papd-institution #the_content #wrapper_institution ul.subject > li h3 a small, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li h3 a small, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li h3 a small, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li h3 a small, .tax-papd-subject #the_content #wrapper_time ul.subject > li h3 a small, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li h3 a small, .tax-papd-subject #the_content #wrapper_institution ul.subject > li h3 a small, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li h3 a small, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li h3 a small, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li h3 a small, .tax-papd-time-period #the_content #wrapper_time ul.subject > li h3 a small, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li h3 a small, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li h3 a small, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li h3 a small {
            font-size: 18px;
            font-weight: 400; }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li article .text-side h4, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4, .post-type-archive-collection #the_content #wrapper_time ul.subject > li article .text-side h4, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li article .text-side h4, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li article .text-side h4, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li article .text-side h4, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li article .text-side h4, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4, .tax-papd-institution #the_content #wrapper_time ul.subject > li article .text-side h4, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li article .text-side h4, .tax-papd-institution #the_content #wrapper_institution ul.subject > li article .text-side h4, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li article .text-side h4, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li article .text-side h4, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4, .tax-papd-subject #the_content #wrapper_time ul.subject > li article .text-side h4, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li article .text-side h4, .tax-papd-subject #the_content #wrapper_institution ul.subject > li article .text-side h4, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_time ul.subject > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li article .text-side h4, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 {
        line-height: 1.1em;
        margin-bottom: 10px; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li article .text-side h4 a, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a, .post-type-archive-collection #the_content #wrapper_time ul.subject > li article .text-side h4 a, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li article .text-side h4 a, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_time ul.subject > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_institution ul.subject > li article .text-side h4 a, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_time ul.subject > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_institution ul.subject > li article .text-side h4 a, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_time ul.subject > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li article .text-side h4 a, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a {
          font-size: 20px;
          font-weight: 700;
          text-decoration: none; }
          .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:focus, .post-type-archive-collection #the_content #wrapper_time ul.subject > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_time ul.subject > li article .text-side h4 a:focus, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:focus, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li article .text-side h4 a:focus, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:hover, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_time ul.subject > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_time ul.subject > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_institution ul.subject > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_institution ul.subject > li article .text-side h4 a:focus, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_time ul.subject > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_time ul.subject > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_institution ul.subject > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_institution ul.subject > li article .text-side h4 a:focus, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_time ul.subject > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_time ul.subject > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li article .text-side h4 a:focus, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:hover, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li article .text-side h4 a:focus {
            text-decoration: underline; }
      @media screen and (max-width: 499px) {
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li article .text-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li article .text-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li article .text-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li article .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li article .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li article .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li article .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li article .text-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li article .text-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li article .text-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li article .text-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li article .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li article .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li article .text-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li article .text-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li article .text-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li article .text-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li article .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li article .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li article .text-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li article .text-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li article .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li article .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li article .text-side {
          FLOAT: left;
          width: 100%;
          margin-top: 15px; } }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.collapsed, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.collapsed, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.collapsed, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.collapsed, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.collapsed, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.collapsed, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.collapsed, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.collapsed, .tax-papd-institution #the_content #wrapper_time ul.subject > li.collapsed, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.collapsed, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.collapsed, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.collapsed, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.collapsed, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.collapsed, .tax-papd-subject #the_content #wrapper_time ul.subject > li.collapsed, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.collapsed, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.collapsed, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.collapsed, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.collapsed, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.collapsed, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.collapsed, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.collapsed, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.collapsed, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.collapsed {
        margin: 95px 0; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.collapsed ul.taxonomy, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.taxonomy, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.collapsed ul.taxonomy, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.collapsed ul.taxonomy, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.collapsed ul.taxonomy, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.collapsed .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.subject, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_time ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_time ul.subject > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_time ul.subject > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.collapsed ul.taxonomy, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.subject, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_time ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_time ul.subject > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_time ul.subject > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.collapsed ul.taxonomy, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.subject, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.collapsed ul.taxonomy, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.collapsed .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.subject, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.collapsed ul.taxonomy {
          display: none; }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.expanded, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.expanded, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.expanded, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.expanded, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.expanded, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.expanded, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.expanded, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.expanded, .tax-papd-institution #the_content #wrapper_time ul.subject > li.expanded, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.expanded, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.expanded, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.expanded, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.expanded, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.expanded, .tax-papd-subject #the_content #wrapper_time ul.subject > li.expanded, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.expanded, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.expanded, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.expanded, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.expanded, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.expanded, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.expanded, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.expanded, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.expanded, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.expanded {
        margin: 95px 0 -25px; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li.expanded h3 a:after, .post-type-archive-collection #the_content #wrapper_time ul.subject > li.expanded h3 a:after, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li.expanded h3 a:after, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li.expanded h3 a:after, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_time ul.subject > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_institution ul.subject > li.expanded h3 a:after, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_time ul.subject > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_institution ul.subject > li.expanded h3 a:after, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_time ul.subject > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li.expanded h3 a:after, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li.expanded h3 a:after {
          transform: rotate(-180deg); }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.subject, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.taxonomy, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.subject, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.subject, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.taxonomy, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.subject, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.taxonomy, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.subject, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.taxonomy, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.subject, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.subject, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.subject, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.subject, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.subject, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.subject, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.taxonomy, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.subject, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.subject, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.subject, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.subject, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.subject, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.subject, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.taxonomy, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.subject, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.subject, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.subject, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.subject, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.subject, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.subject, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.taxonomy, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.subject, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy {
        margin-top: 16px; }
      @media screen and (max-width: 500px) {
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .text-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .text-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.taxonomy li .text-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.taxonomy li .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.subject li .text-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.taxonomy li .text-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.subject li .text-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.taxonomy li .text-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.subject li .text-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.taxonomy li .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.subject li .text-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .text-side {
          width: 100%;
          float: left; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .image-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.taxonomy li .image-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.taxonomy li .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.subject li .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.taxonomy li .image-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.subject li .image-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.taxonomy li .image-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.subject li .image-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.taxonomy li .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.subject li .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li .image-side {
          width: 100%;
          margin-top: 46px;
          margin-bottom: 19px; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.subject > li ul.taxonomy li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_time ul.subject > li ul.taxonomy li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.subject > li ul.taxonomy li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.subject li:first-of-type .image-side, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_time ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_institution ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_time ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_institution ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_time ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.subject > li ul.taxonomy li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.subject li:first-of-type .image-side, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy > li ul.taxonomy li:first-of-type .image-side {
          margin-top: 0; } }
    .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon {
      position: relative;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 15px;
      display: inline;
      line-height: 1.5em; }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:after, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon:after, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:after, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon:after, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon:after, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon:after, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon:after, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:after {
        position: absolute;
        right: -44px;
        bottom: -6px;
        content: '';
        display: block;
        width: 36px;
        height: 30px;
        background: url(/wp-content/themes/powerlibrary2025/images/taxonomy_page_icon.svg) 0 0 transparent no-repeat; }
      .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus {
        text-decoration: underline; }
        .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus:after, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus:after, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus:after, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus:after, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover:after, .post-type-archive-collection #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus:after, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-institution #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus:after, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-subject #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_subjects ul.subject .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_subjects ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_time ul.subject .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_time ul.taxonomy .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_institution ul.subject .taxonomy_page_icon:focus:after, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:hover:after, .tax-papd-time-period #the_content #wrapper_institution ul.taxonomy .taxonomy_page_icon:focus:after {
          background-image: url(/wp-content/themes/powerlibrary2025/images/taxonomy_page_icon-hover.svg); }
.post-type-archive-collection #outro_text, .tax-papd-institution #outro_text, .tax-papd-subject #outro_text, .tax-papd-time-period #outro_text {
  margin-top: 30px; }

.post-type-archive-collection #search_form_outer {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: calc(100vw - 2px);
  margin-left: calc(50% - 50vw + 0px);
  background-color: #E5F2FF; }
  .post-type-archive-collection #search_form_outer #search_form_inner {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 800px;
    padding: 22px 0px 20px;
    position: relative;
    /* END #AdvancedSearch */ }
    .post-type-archive-collection #search_form_outer #search_form_inner::before {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background-color: #FFC527;
      top: -4px;
      left: 0; }
    .post-type-archive-collection #search_form_outer #search_form_inner:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFC527;
      bottom: -1px;
      left: 0; }
    .post-type-archive-collection #search_form_outer #search_form_inner h2 {
      font-weight: 800;
      font-size: 30px !important; }
    .post-type-archive-collection #search_form_outer #search_form_inner form {
      position: relative; }
      .post-type-archive-collection #search_form_outer #search_form_inner form button {
        background-color: #0656AC;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        border-radius: 30px;
        padding: 9px 18px;
        text-decoration: none;
        width: auto;
        border: 0;
        position: absolute;
        bottom: 9px;
        right: 19px; }
        .post-type-archive-collection #search_form_outer #search_form_inner form button:focus, .post-type-archive-collection #search_form_outer #search_form_inner form button:hover {
          background-color: #FFC527;
          color: #0656AC;
          outline: 0; }
      .post-type-archive-collection #search_form_outer #search_form_inner form input {
        box-shadow: 0px 3px 6px #00000029;
        color: #343434;
        font-weight: 400;
        font-size: 16px;
        width: calc(100% - 40px);
        padding: 20px;
        border: 0; }
        .post-type-archive-collection #search_form_outer #search_form_inner form input:-internal-autofill-selected {
          -webkit-box-shadow: 0 0 0 1000px #FDFBEB inset !important;
          /* -webkit-text-fill-color: brand-color( 'lighter-secondary' ) !important;*/ }
      .post-type-archive-collection #search_form_outer #search_form_inner form ::placeholder {
        color: #6D6D6D; }
    .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch {
      font-weight: 700;
      font-size: 16px;
      text-decoration: none;
      margin-top: 30px;
      display: inline-block; }
      .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch svg {
        position: relative;
        top: -1px;
        left: 5px;
        transition: .5s all; }
      .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch.collapsed {
        margin-bottom: 12px; }
      .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch.expanded svg {
        transform: rotate(-180deg); }
      .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch:hover, .post-type-archive-collection #search_form_outer #search_form_inner .toggleAdvancedSearch:focus {
        text-decoration: underline; }
    .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch {
      display: none;
      /*  END #field_selector */ }
      .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #advanced-search-form input#adv_search_terms {
        margin-top: 29px; }
      .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector {
        box-shadow: 0px 3px 6px #00000029;
        background-color: #fff;
        display: inline-block;
        position: relative;
        min-width: 233px;
        left: 0;
        top: -22px;
        margin-top: 35px; }
        .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul {
          padding: 8px 18px 8px 15px;
          display: flex;
          flex-direction: column;
          position: absolute;
          background: #fff;
          z-index: 1;
          width: 100%;
          box-shadow: 0px 3px 6px #00000029; }
          .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul:has(.filter.active) {
            padding: 10px 18px 10px 15px; }
          .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li {
            list-style: none;
            order: 2;
            margin-bottom: 8px; }
            .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a {
              text-decoration: none;
              font-size: 16px;
              font-weight: 600;
              line-height: 2em;
              display: block; }
              .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a svg {
                display: none; }
              .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a.active svg {
                display: inline-block;
                position: relative;
                top: 13px;
                right: 0;
                float: right;
                transition: .5s all; }
              .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a.active.filter svg {
                top: 9px; }
              .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a:hover, .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a:focus {
                text-decoration: underline; }
              .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li a.filter {
                font-size: 13px;
                font-weight: 700; }
            .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector ul li:has(.active) {
              order: 1; }
        .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector.collapsed li {
          margin-bottom: 0; }
        .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector.collapsed a:not(.active) {
          display: none; }
        .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector.expanded ul {
          margin-bottom: -8px; }
        .post-type-archive-collection #search_form_outer #search_form_inner #AdvancedSearch #field_selector.expanded .active svg {
          transform: rotate(-180deg); }

.tax-papd-institution h2.page-title, .tax-papd-subject h2.page-title, .tax-papd-time-period h2.page-title {
  font-weight: 700 !important;
  font-size: 40px !important;
  position: relative;
  margin-top: 75px;
  /* &::before
   {
       position: absolute;
       left: -122px;
       bottom: calc(50% - 50px);
       content: '';
       display: block;
       width: 100px;
       height: 100px;
       background-position: 0 0;
       background-repeat: no-repeat;
       background-color: transparent;            
   }*/ }
.tax-papd-institution #wrapper_alpha, .tax-papd-subject #wrapper_alpha, .tax-papd-time-period #wrapper_alpha {
  display: block !important;
  padding-top: 25px !important; }
.tax-papd-institution #return-to-archive, .tax-papd-subject #return-to-archive, .tax-papd-time-period #return-to-archive {
  float: right;
  position: relative;
  top: 5px; }
  .tax-papd-institution #return-to-archive a, .tax-papd-subject #return-to-archive a, .tax-papd-time-period #return-to-archive a {
    position: relative;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    .tax-papd-institution #return-to-archive a:hover, .tax-papd-institution #return-to-archive a:focus, .tax-papd-subject #return-to-archive a:hover, .tax-papd-subject #return-to-archive a:focus, .tax-papd-time-period #return-to-archive a:hover, .tax-papd-time-period #return-to-archive a:focus {
      text-decoration: underline; }
    .tax-papd-institution #return-to-archive a::before, .tax-papd-subject #return-to-archive a::before, .tax-papd-time-period #return-to-archive a::before {
      content: '';
      position: absolute;
      display: block;
      height: 19px;
      width: 19px;
      background: url(/wp-content/themes/powerlibrary2025/images/back-arrow-yellow.svg) 0 0 no-repeat transparent;
      top: 2px;
      left: -31px; }

 /* Single PA Photos and Documents
--------------------------------------------- */
.single-collection #the_content > article {
  margin-top: 100px; }
  .single-collection #the_content > article h2 {
    font-size: 30px !important;
    font-weight: 800;
    margin-top: 32px; }
  .single-collection #the_content > article #the_subjects, .single-collection #the_content > article #the_institutions, .single-collection #the_content > article #the_times {
    background: #FDFBEB 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 19px;
    margin-bottom: 17px;
    color: #6D6D6D;
    float: left;
    clear: both; }
    .single-collection #the_content > article #the_subjects .label, .single-collection #the_content > article #the_institutions .label, .single-collection #the_content > article #the_times .label {
      color: #6D6D6D;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.3em; }
    .single-collection #the_content > article #the_subjects a, .single-collection #the_content > article #the_institutions a, .single-collection #the_content > article #the_times a {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3em;
      text-decoration: none; }
      .single-collection #the_content > article #the_subjects a:focus, .single-collection #the_content > article #the_subjects a:hover, .single-collection #the_content > article #the_institutions a:focus, .single-collection #the_content > article #the_institutions a:hover, .single-collection #the_content > article #the_times a:focus, .single-collection #the_content > article #the_times a:hover {
        text-decoration: underline; }
    @media screen and (min-width: 870px) {
      .single-collection #the_content > article #the_subjects, .single-collection #the_content > article #the_institutions, .single-collection #the_content > article #the_times {
        margin-left: -19px; } }
  .single-collection #the_content > article .wp-block-buttons {
    margin-bottom: 26px;
    margin-top: 22px; }
    .single-collection #the_content > article .wp-block-buttons .wp-block-button__link.external:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-white.svg); }
    .single-collection #the_content > article .wp-block-buttons .wp-block-button__link.external:focus:after, .single-collection #the_content > article .wp-block-buttons .wp-block-button__link.external:hover:after {
      margin-left: 8px;
      background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page-blue.svg); }
  @media screen and (min-width: 500px) {
    .single-collection #the_content > article .post-image-thumbnail {
      float: right;
      margin: 0 0 20px 20px; } }
  .single-collection #the_content > article .the_content {
    clear: both; }
.single-collection #the_content #return-to-archive {
  float: right;
  position: relative;
  top: -40px; }
  .single-collection #the_content #return-to-archive a {
    position: relative;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none; }
    .single-collection #the_content #return-to-archive a:hover, .single-collection #the_content #return-to-archive a:focus {
      text-decoration: underline; }
    .single-collection #the_content #return-to-archive a::before {
      content: '';
      position: absolute;
      display: block;
      height: 19px;
      width: 19px;
      background: url(/wp-content/themes/powerlibrary2025/images/back-arrow-yellow.svg) 0 0 no-repeat transparent;
      top: 2px;
      left: -31px; }

 /* 404 Page
--------------------------------------------- */
@media screen and (min-width: 1000px) {
  .error404 .entry-content > .entry-header {
    position: relative;
    overflow: hidden; }
    .error404 .entry-content > .entry-header:after {
      display: block;
      content: '';
      position: absolute;
      height: 197px;
      width: 154px;
      top: 0;
      left: -18px;
      background: url(/wp-content/themes/powerlibrary2025/images/interior-header-graphic-crop.png) 0 0 transparent no-repeat; } }
    @media screen and (min-width: 1000px) and (min-width: 2000px) {
      .error404 .entry-content > .entry-header:after {
        left: calc(50% - 900px); } }

.error404 .entry-content {
  padding-bottom: 32px; }

 /* Search form
--------------------------------------------- */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0656AC;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0656AC; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0656AC; }

.search-form {
  display: flex; }
  .search-form .svg-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px; }
    .search-form .svg-icon path, .search-form .svg-icon polygon, .search-form .svg-icon rect {
      fill: #0656AC; }
    .search-form .svg-icon circle {
      stroke: #0656AC;
      stroke-width: 1; }
  .search-form label {
    position: relative;
    width: 100%; }
  .search-form input.search-field {
    -webkit-appearance: none;
    width: 100%;
    padding: 16px 16px 16px 56px;
    font-weight: bold;
    border-radius: 3px;
    border: 2px solid rgba(6, 86, 172, 0.1);
    background: rgba(6, 86, 172, 0.1); }
  .search-form input.search-submit {
    -webkit-appearance: none;
    margin-left: 10px; }
    .search-form input.search-submit:hover, .search-form input.search-submit :focus {
      cursor: pointer; }

 /* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 46px; }
  .breadcrumbs span {
    margin: 0 3px 0 2px; }
    .breadcrumbs span:first-of-type {
      margin-left: 0; }
  .breadcrumbs a {
    color: #0656AC;
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      text-decoration: underline; }

 /* Entry Header
--------------------------------------------- */
.entry-content {
  /*END #the_content */ }
  .entry-content .entry-header {
    background: #E5F2FF;
    margin-top: 0 !important;
    padding: 32px 0; }
    .entry-content .entry-header .entry-header__inner-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 16px; }
      .entry-content .entry-header .entry-header__inner-container:after {
        content: "";
        display: table;
        clear: both; }
      .entry-content .entry-header .entry-header__inner-container h1 {
        margin: 3px auto 27px !important;
        line-height: 1.33em;
        z-index: 1;
        position: relative; }
      .entry-content .entry-header .entry-header__inner-container .post-meta {
        margin-top: 16px; }
  .entry-content .wp-block-cover:first-child,
  .entry-content .wp-block-group:first-child,
  .entry-content .wp-block-embed:first-child {
    margin-top: 0; }
  .entry-content #the_content {
    margin-top: -32px; }
    .entry-content #the_content:has(> #feature-image) {
      margin-top: -56px; }
    .entry-content #the_content #feature-image {
      max-width: 895px;
      /*width: calc(100% + 95px);
      margin-left: -30px;*/
      width: calc(100% + 10px);
      margin-left: -5px;
      margin-right: -65px;
      margin-bottom: 16px;
      z-index: 0;
      position: relative; }

main > article > .entry-content > .entry-header {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden; }
  main > article > .entry-content > .entry-header:after {
    display: block;
    content: '';
    position: absolute;
    height: 197px;
    width: 154px;
    top: 0;
    left: -18px;
    background: url(/wp-content/themes/powerlibrary2025/images/interior-header-graphic-crop.png) 0 0 transparent no-repeat; }
    @media screen and (max-width: 999px) {
      main > article > .entry-content > .entry-header:after {
        display: none; } }
    @media screen and (min-width: 2000px) {
      main > article > .entry-content > .entry-header:after {
        left: calc(50% - 900px ); } }

/* Blog
--------------------------------------------- */
.post-container {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  max-width: 1200px;
  margin: 20px auto;
  /* word-break: break-all; */ }
  .post-container a {
    text-decoration: none; }
  .post-container .post {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 3px;
    padding: 16px; }
    .post-container .post .post-image {
      margin-bottom: 16px;
      border-radius: 3px;
      overflow: hidden;
      background: #ACACAC; }
      .post-container .post .post-image img {
        margin: 0 auto; }
    .post-container .post .post-title {
      font-family: "Inter", sans-serif;
      font-weight: bold;
      margin-top: 4px !important;
      font-size: 1.125rem; }
      @media (min-width: 768px) {
        .post-container .post .post-title {
          font-size: 1.375rem; } }
      .post-container .post .post-title a {
        color: #343434; }
        .post-container .post .post-title a:hover, .post-container .post .post-title a:focus {
          text-decoration: underline; }
  @media (min-width: 768px) {
    .post-container {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .post-container {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 32px; } }

.post-meta {
  font-size: 0.875rem; }
  .post-meta .category {
    color: #0656AC;
    font-weight: 500; }
    .post-meta .category a {
      text-decoration: none; }
      .post-meta .category a:hover, .post-meta .category a:focus {
        text-decoration: underline; }
  .post-meta .date-posted {
    color: #868686; }

 /* Search Results
--------------------------------------------- */
.search-results .entry-header {
  text-align: center; }
  .search-results .entry-header p {
    margin-bottom: 0 !important; }
.search-results .search-form {
  margin-bottom: 48px; }
.search-results article {
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB; }
  .search-results article h2 {
    font-size: 1.125rem;
    margin-bottom: 4px !important; }
    @media (min-width: 768px) {
      .search-results article h2 {
        font-size: 1.375rem; } }
    .search-results article h2 a {
      text-decoration: none; }
  .search-results article .entry-meta {
    font-size: 0.875rem;
    color: #868686; }
    .search-results article .entry-meta .permalink {
      margin-bottom: 0 !important; }
  .search-results article:last-of-type {
    border: none;
    margin-bottom: 48px; }

 /* Entry Header
--------------------------------------------- */
#numbered-pagination {
  margin: 32px auto 32px auto; }
  #numbered-pagination .page-numbers {
    padding: 4px 12px;
    background: #ACACAC;
    text-decoration: none;
    border-radius: 3px; }
    #numbered-pagination .page-numbers.current {
      background: #0656AC;
      color: #fff; }
    #numbered-pagination .page-numbers:hover, #numbered-pagination .page-numbers:focus {
      background: #6d6d6d; }

 /* Find a Library
--------------------------------------------- */
.page-template-visit-library-php #addrForm {
  background: url(/wp-content/themes/powerlibrary2025/images/FindPALibrary-form-background.png) 0 0 no-repeat;
  display: block;
  height: 157px;
  max-width: 533px;
  width: 100%;
  margin-top: 3px;
  padding-top: 51px; }
  .page-template-visit-library-php #addrForm p {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0 !important; }

.page-template-visit-library-php #addrInput {
  background-color: #E4E4E4;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #C5C5C5;
  box-shadow: 0 -11px 10px #B0B0B0 inset;
  clear: left;
  float: left;
  font-weihgt: bold;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-top: 3px;
  padding: 12px 0 11px 2px;
  width: 73%; }

.page-template-visit-library-php #addressListSubmit {
  background: url(/wp-content/themes/powerlibrary2025/images/Find-Button-sprite.png) 0 -1px no-repeat;
  height: 48px;
  width: 85px;
  color: transparent;
  margin-top: 2px;
  border: none;
  padding-top: 0px;
  float: left; }
  .page-template-visit-library-php #addressListSubmit:hover, .page-template-visit-library-php #addressListSubmit:focus {
    background-position: 0 -53px; }

.page-template-visit-library-php .dashicons-location {
  text-decoration: none !important; }

.page-template-visit-library-php .dashicons-location:before {
  content: "\f230";
  color: #FFC527; }

.page-template-visit-library-php #addressList .one-result {
  border-bottom: #8B8B8B 1px solid;
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 26px;
  padding-bottom: 25px;
  max-width: calc(100% - 20px); }
  .page-template-visit-library-php #addressList .one-result .lib-name {
    font-size: 20px;
    line-height: 1em;
    display: block;
    margin-bottom: 10px; }
  .page-template-visit-library-php #addressList .one-result .label {
    color: #676767;
    text-transform: uppercase;
    font-size: inherit;
    font-weight: 300;
    display: block;
    margin: 15px 0 0px; }
  .page-template-visit-library-php #addressList .one-result a.label_directions {
    text-decoration: none;
    color: #2B6DB0;
    font-size: inherit;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin: 15px 0 0px;
    display: inline-block; }
    .page-template-visit-library-php #addressList .one-result a.label_directions:hover, .page-template-visit-library-php #addressList .one-result a.label_directions:focus {
      text-decoration: underline; }
  .page-template-visit-library-php #addressList .one-result:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/
#masthead {
  background: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  height: 120px; }
  #masthead .flex-container {
    display: flex;
    justify-content: space-between;
    max-width: 1500px;
    margin: 0 auto;
    padding: 8px 16px; }
    @media (min-width: 721px) {
      #masthead .flex-container {
        padding: 16px; } }
  #masthead .site-branding {
    position: relative;
    display: flex;
    align-items: center;
    WIDTH: 236PX; }
    #masthead .site-branding a {
      text-decoration: none;
      display: flex;
      align-items: center;
      position: absolute;
      height: 134px;
      width: 190px;
      top: -8px; }
      #masthead .site-branding a .logo {
        display: inline-block;
        max-height: 134px; }
        @media (max-width: 860px) {
          #masthead .site-branding a .logo {
            margin-left: 25px;
            z-index: 100; } }
      #masthead .site-branding a .site-title {
        vertical-align: -webkit-baseline-middle;
        display: inline-block;
        color: #0656AC; }
  #masthead .menu-button {
    cursor: pointer;
    border: none;
    background: none;
    color: #343434;
    box-shadow: none;
    padding: 8px;
    transition: .1s;
    justify-self: end;
    display: flex;
    align-self: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    position: relative;
    top: 25px;
    right: 1px; }
    #masthead .menu-button svg {
      width: 68px;
      height: 44px;
      margin-left: 4px; }
      #masthead .menu-button svg path {
        transition: .2s;
        fill: #0656AC; }
    @media (min-width: 861px) {
      #masthead .menu-button {
        display: none; } }
    #masthead .menu-button:hover, #masthead .menu-button:focus {
      color: #0656AC; }
      #masthead .menu-button:hover svg path, #masthead .menu-button:focus svg path {
        fill: #0656AC; }
  #masthead .close-button {
    display: none; }
  @media (max-width: 860px) {
    #masthead {
      position: fixed;
      width: 100%; } }

/* Hide the header by default in print media 
   Display the header only on the first page */
/*@media print {
  #masthead {
    display: none;
  }

  @page :first {
    #masthead {
      display: block;
    }
  }
}*/
@media (max-width: 860px) {
  .menu-active .close-button {
    display: flex !important;
    cursor: pointer;
    border: none;
    background: none;
    color: #343434;
    box-shadow: none;
    padding: 8px;
    transition: .1s;
    justify-self: end;
    display: flex;
    align-self: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
    position: relative;
    top: 30px;
    right: 24px; }
    .menu-active .close-button svg {
      width: 37px;
      height: 31px; }
      .menu-active .close-button svg path, .menu-active .close-button svg g, .menu-active .close-button svg rect {
        fill: #0656AC; }
    .menu-active .close-button:hover svg path, .menu-active .close-button:hover svg g, .menu-active .close-button:hover svg rect, .menu-active .close-button:focus svg path, .menu-active .close-button:focus svg g, .menu-active .close-button:focus svg rect {
      fill: #343434; }

  /* END .menu-active .close-button  */ }
.menu-active .menu-button {
  display: none !important; }

#wrapper {
  transition: all ease-out 0.25s; }

#page.menu-active #wrapper {
  overflow-y: hidden;
  padding-right: 100%; }
  @media (min-width: 861px) {
    #page.menu-active #wrapper {
      padding-right: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
#page.menu-active #push-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#desktop-menu {
  text-align: right;
  display: none;
  position: relative;
  /* END li:not(.menu-item-gtranslate)  */
/* .menu-item.menu-item-gtranslate > div  {position: static !important;     display: inline-flex    }*/
  }
  @media (min-width: 861px) {
    #desktop-menu {
      display: flex;
      align-items: center;
      position: static;
      top: 27px;
      margin-top: 32px; }
      #desktop-menu .menu-primary-container {
        position: static; }
        #desktop-menu .menu-primary-container #menu-primary {
          position: static; } }
  #desktop-menu #primary-menu > li:hover > a {
    color: #FFC527; }
  #desktop-menu #primary-menu > li > a {
    z-index: 999; }
  #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) {
    display: inline-block;
    padding: 0 24px;
    position: static; }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a {
      color: #0656AC;
      font-weight: 700;
      padding: 0px;
      text-decoration: none;
      position: relative;
      font-size: 20px;
      padding-bottom: 70px;
      margin-bottom: -70px;
      z-index: 9999;
      outline: 0 !important; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a:hover::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a:focus::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #FFC527;
        display: block;
        top: calc(100% - 67px);
        left: 0; }
      @media screen and (max-width: 1313px) and (min-width: 861px) {
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a {
          font-size: 16px; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a:hover::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) > a:focus::before {
            height: 3px;
            top: calc(100% - 69px); } }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_item > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-item > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-ancestor > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-page-ancestor > a {
      /* border-bottom: 6px solid brand-color( 'secondary' ); padding-bottom: 3px;*/
      position: relative; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_item > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-item > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-ancestor > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-page-ancestor > a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #FFC527;
        display: block;
        top: calc(100% - 67px);
        left: 0; }
      @media screen and (max-width: 1313px) and (min-width: 861px) {
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_item > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-item > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-ancestor > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-parent > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-page-ancestor > a {
          /* border-bottom: 3px solid brand-color( 'secondary' ); padding-bottom: 1px;*/ }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_item > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current_page_parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-item > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-ancestor > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-menu-parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-post-parent > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).current-page-ancestor > a::before {
            height: 3px;
            top: calc(100% - 69px); } }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).menu-item-has-children > a {
      padding-right: 28px; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).menu-item-has-children > a:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath class='fill-path' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23343434'/%3E%3C/svg%3E");
        position: absolute;
        right: 6px;
        bottom: 7px;
        bottom: 16px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).menu-item-has-children > a:hover:after, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).menu-item-has-children > a:focus:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath class='fill-path' d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='%23FFC527'/%3E%3C/svg%3E"); }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):hover .sub-menu, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus .sub-menu, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus-within .sub-menu {
      opacity: 1;
      left: 0px;
      top: 120px;
      margin: 0 calc(50% - 50vw) calc(2 * 20px) calc(50% - 50vw);
      width: 100vw;
      background-color: #E5F2FF;
      z-index: -1;
      box-shadow: inset -5px 10px 13px -6px rgba(0, 0, 0, 0.15);
      max-width: 100vw; }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus-within .sub-menu {
      opacity: 1; }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu {
      opacity: 0;
      padding: 10px 10px 0 24px;
      border-radius: 3px;
      /* END .sub-menu-inner > ul  */ }
      @media (max-width: 860px) {
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu {
          display: none; } }
      @media (min-width: 861px) {
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu {
          background: #E5F2FF;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          left: -9999px;
          top: 50px;
          position: absolute;
          width: 240px;
          z-index: 99;
          padding: 16px 0; } }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner {
        max-width: 800px;
        width: 100%;
        padding: 26px 20px 145px;
        margin: 0 auto; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul {
        /* columns: 3; column-gap: 30px; break-inside: avoid;*/
        width: calc(33.33% - 30px);
        margin-right: 30px;
        float: left;
        /* END li */ }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li {
          padding: 4px 0 3px;
          break-inside: avoid;
          /* END &.page_item_has_children */ }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > a {
            font-size: 16px;
            font-weight: 700;
            position: relative;
            text-decoration: none;
            display: inline-block;
            padding: 8px 0;
            line-height: 1.3em; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > a:hover::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > a:focus::before {
              content: '';
              position: absolute;
              width: 100%;
              height: 6px;
              background-color: #FFC527;
              display: block;
              top: calc(100% - 8px);
              left: 0; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_item, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_ancestor {
            line-height: 1.7em; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_item > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_ancestor > a {
              position: relative; }
              #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_item > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.current_page_ancestor > a::before {
                content: '';
                position: absolute;
                width: 100%;
                height: 6px;
                background-color: #FFC527;
                display: block;
                top: calc(100% - 8px);
                left: 0; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > ul.children {
            margin-left: 20px;
            display: none; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > ul.children li a {
              font-weight: 500;
              font-size: 14px;
              text-decoration: none;
              padding: 4px 16px 4px 0; }
              #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > ul.children li a:hover, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > ul.children li a:focus {
                text-decoration: underline; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li > ul.children li.current_page_item > a {
              text-decoration: underline; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children > a {
            position: relative; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children > a:after {
              display: block;
              content: '';
              background-image: url(/wp-content/themes/powerlibrary2025/images/triangle-primary-menu-svgrepo-com.svg);
              width: 16px;
              height: 16px;
              position: absolute;
              right: -18px;
              top: 11px;
              background-size: 100%;
              transition: .2s all; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:focus > ul, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:hover > ul, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:focus-within > ul, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children.current_page_ancestor > ul, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children.current_page_parent > ul {
            display: block; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:focus > a:after, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:hover > a:after, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children:focus-within > a:after, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children.current_page_ancestor > a:after, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul > li.page_item_has_children.current_page_parent > a:after {
            transform: rotate(180deg); }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu > .sub-menu-inner > ul:last-of-type {
          margin-right: 0; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .sub-menu, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .children {
        position: relative;
        left: auto;
        top: auto;
        box-shadow: none;
        background: none;
        border-radius: 3px;
        padding: 0;
        margin-bottom: 8px;
        margin-left: 0; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .sub-menu li, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .children li {
          margin: 0; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .sub-menu a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .children a {
          font-size: 1rem;
          font-weight: 400;
          padding-left: 32px; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu li {
        display: block;
        text-align: left;
        margin: 0; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu li.menu-item-has-children > a:after {
          background-image: none; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu a {
        background: transparent;
        padding: 8px 16px;
        margin: 0;
        position: relative;
        max-width: 100%;
        display: block; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .menu-item:hover, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .menu-item:focus,
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .current-menu-item {
        background: rgba(6, 86, 172, 0.1); }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .menu-item:hover > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .menu-item:focus > a,
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) .sub-menu .current-menu-item > a {
          color: #0656AC; }
    @media screen and (max-width: 1313px) and (min-width: 861px) {
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) {
        padding: 0 14px; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).has-children {
          padding-right: 29px; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate) a {
          font-size: 16px; } }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):hover > a, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus > a {
      position: relative;
      /*  border-bottom: 6px solid brand-color( 'secondary' ); padding-bottom: 3px; */ }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):hover > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus > a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #FFC527;
        display: block;
        top: calc(100% - 67px);
        left: 0; }
      @media screen and (max-width: 1313px) and (min-width: 861px) {
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):hover > a::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate):focus > a::before {
          height: 3px;
          top: calc(100% - 69px); } }
    #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu {
      padding-bottom: 35px; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .sub-menu-inner {
        padding-top: 19px;
        position: relative; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .sub-menu-inner::before {
          content: '';
          position: absolute;
          width: 110px;
          height: 96px;
          background-image: url(/wp-content/themes/powerlibrary2025/images/icon-Chat-with-a-Librarian.png);
          display: block;
          top: 29px;
          left: -178px; }
        @media screen and (max-width: 1210px) {
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .sub-menu-inner {
            max-width: 500px; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .sub-menu-inner::before {
              left: -134px; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .sub-menu-inner .nav_subheader {
              margin-left: 97px;
              margin-top: -27px;
              text-align: left; } }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu a.nav_header {
        font-weight: 700;
        text-decoration: none;
        position: relative;
        font-size: 30px;
        float: left;
        padding: 0;
        line-height: 1em; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu a.nav_header:hover::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu a.nav_header:focus::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 6px;
          background-color: #FFC527;
          display: block;
          top: calc(100% + 3px);
          left: 0; }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu a.nav_header:after {
          content: '';
          position: absolute;
          width: 13px;
          height: 13px;
          top: 9px;
          right: -20px;
          background-image: url(/wp-content/themes/powerlibrary2025/images/Chat-dropdown-triangle-big.svg);
          background-repeat: no-repeat; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu .nav_subheader {
        font-size: 16px;
        float: left;
        margin-left: 38px;
        font-weight: 400;
        margin-top: 2px;
        color: #343434; }
      #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links {
        float: left;
        clear: both;
        margin-top: 34px;
        /* END .column */ }
        #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column {
          margin-right: 59px;
          display: inline-block; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column a {
            font-size: 16px;
            font-weight: 700;
            position: relative;
            padding: 0;
            text-decoration: none;
            margin-bottom: 16px;
            text-align: left; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column > a {
            display: inline-block;
            float: left;
            position: relative; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column > a:after {
              content: '';
              position: absolute;
              width: 9px;
              height: 9px;
              top: 8px;
              right: -17px;
              background-image: url(/wp-content/themes/powerlibrary2025/images/Chat-dropdown-triangle-small.svg);
              background-repeat: no-repeat; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column > a:hover::before, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column > a:focus::before {
              content: '';
              position: absolute;
              width: 100%;
              height: 6px;
              background-color: #FFC527;
              display: block;
              top: calc(100% + 3px);
              left: 0; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column ul li a {
            background-color: #fff;
            border: 2px solid #0656AC;
            border-radius: 18px;
            display: inline-block;
            padding: 1px 11px 1px 9px;
            font-weight: 500;
            margin: 7px 0; }
            #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column ul li a:hover, #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column ul li a:focus {
              border-color: #FFC527; }
          #desktop-menu #menu-primary > li:not(.menu-item-gtranslate).chat > .sub-menu #chat-links .column:last-of-type {
            margin-right: 0; }
  #desktop-menu li.has-children {
    padding-right: 39px; }
    #desktop-menu li.has-children > a {
      position: relative; }
      #desktop-menu li.has-children > a:after {
        display: block;
        content: '';
        background-image: url(/wp-content/themes/powerlibrary2025/images/triangle-primary-menu-svgrepo-com.svg);
        width: 24px;
        height: 24px;
        position: absolute;
        right: -23px;
        top: -1px;
        background-size: 112%; }
        @media screen and (max-width: 1313px) and (min-width: 861px) {
          #desktop-menu li.has-children > a:after {
            top: -3px; } }
  #desktop-menu .menu-item.menu-item-gtranslate {
    display: none; }
    @media screen and (min-width: 1200px) {
      #desktop-menu .menu-item.menu-item-gtranslate {
        position: relative;
        list-style: none;
        display: inline-block;
        padding-left: 24px; }
        #desktop-menu .menu-item.menu-item-gtranslate > div {
          position: static !important;
          display: inline-flex;
          width: 209px;
          height: 32px; } }
    @media screen and (min-width: 1200px) and (min-width: 1314px) and (max-width: 1411px) {
      #desktop-menu .menu-item.menu-item-gtranslate > div {
        width: 111px; } }


/* END #desktop-menu */
.search-results #desktop-menu li.current_page_item > a, .search-results #desktop-menu li.current_page_parent > a, .search-results #desktop-menu li.current_page_ancestor > a {
  color: #343434; }

#push-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 120px);
  top: 120px;
  right: 0;
  background: #E5F2FF;
  z-index: 400;
  overflow: hidden;
  -webkit-box-shadow: inset -5px 10px 13px -6px rgba(0, 0, 0, 0.15);
  box-shadow: inset -5px 10px 13px -6px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  z-index: 99; }
  @media (min-width: 861px) {
    #push-menu {
      display: none; } }
  #push-menu .close-button {
    position: absolute;
    top: 20px;
    right: 32px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 500;
    transition: .1s; }
    #push-menu .close-button svg {
      width: 32px;
      height: 24px; }
      #push-menu .close-button svg path, #push-menu .close-button svg g, #push-menu .close-button svg rect {
        transition: .1s;
        fill: #343434; }
    #push-menu .close-button:hover svg path, #push-menu .close-button:hover svg g, #push-menu .close-button:hover svg rect, #push-menu .close-button:focus svg path, #push-menu .close-button:focus svg g, #push-menu .close-button:focus svg rect {
      fill: #0656AC; }
  #push-menu .nav-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px 0;
    z-index: 99; }
  #push-menu .nav-label {
    display: block;
    padding: 24px 32px;
    margin: 0;
    opacity: 0.5;
    font-size: 0.875rem;
    line-height: 2;
    font-weight: 500; }
  #push-menu ul#menu-primary-1 {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
    /* END #push-menu ul#menu-primary-1 > li */ }
    #push-menu ul#menu-primary-1 > li {
      position: relative; }
      #push-menu ul#menu-primary-1 > li > a {
        display: inline-block;
        padding: 18px 2px 18px 32px;
        color: #0656AC;
        font-weight: 700;
        font-size: 20px;
        text-decoration: none;
        margin-left: 5px;
        line-height: 1.2em; }
        #push-menu ul#menu-primary-1 > li > a:hover, #push-menu ul#menu-primary-1 > li > a:focus {
          color: #004183;
          text-decoration: none;
          font-weight: 800; }
      #push-menu ul#menu-primary-1 > li.current_page_item > a, #push-menu ul#menu-primary-1 > li.current_page_parent > a, #push-menu ul#menu-primary-1 > li.current-menu-item > a, #push-menu ul#menu-primary-1 > li.current-post-ancestor > a, #push-menu ul#menu-primary-1 > li.current-menu-parent > a, #push-menu ul#menu-primary-1 > li.current-post-parent > a, #push-menu ul#menu-primary-1 > li.current-page-ancestor > a, #push-menu ul#menu-primary-1 > li.current-page-parent > a, #push-menu ul#menu-primary-1 > li.open > a {
        color: #004183 !important;
        font-weight: 800; }
      #push-menu ul#menu-primary-1 > li .sub-menu {
        margin-bottom: 8px; }
        #push-menu ul#menu-primary-1 > li .sub-menu a {
          font-weight: 400;
          padding: 12px 32px 12px 37px;
          display: inline-block; }
        #push-menu ul#menu-primary-1 > li .sub-menu .current_page_item > a, #push-menu ul#menu-primary-1 > li .sub-menu .current_page_parent > a {
          color: #FFC527; }
        #push-menu ul#menu-primary-1 > li .sub-menu .sub-menu a {
          padding-left: 64px; }
        #push-menu ul#menu-primary-1 > li .sub-menu .children a {
          font-size: 14px; }
        #push-menu ul#menu-primary-1 > li .sub-menu > ul {
          background-color: #0656AC;
          padding: 27px 0 0;
          /* END second level li */ }
          #push-menu ul#menu-primary-1 > li .sub-menu > ul > li a {
            color: #fff;
            font-weight: 500;
            font-size: 16px;
            text-decoration: none;
            line-height: 1.2em;
            padding: 13px 9px 13px 37px; }
            #push-menu ul#menu-primary-1 > li .sub-menu > ul > li a:hover, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li a:focus {
              color: #FFC527; }
          #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current_page_item a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current_page_parent a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-menu-item a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-post-ancestor a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-menu-parent a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-post-parent a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-page-ancestor a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li.current-page-parent a {
            color: #FFC527; }
          #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children {
            background-color: #004183; }
            #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a {
              color: #fff;
              font-weight: 500;
              font-size: 14px;
              text-decoration: none;
              padding: 10px 9px 6px 37px; }
              #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a:hover, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a:focus, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current_page_item, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current_page_parent, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-menu-item, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-post-ancestor, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-menu-parent, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-post-parent, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-page-ancestor, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li > a.current-page-parent {
                color: #FFC527; }
            #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current_page_item > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current_page_parent > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-menu-item > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-post-ancestor > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-menu-parent > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-post-parent > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-page-ancestor > a, #push-menu ul#menu-primary-1 > li .sub-menu > ul > li > ul.children li.current-page-parent > a {
              color: #FFC527; }
          #push-menu ul#menu-primary-1 > li .sub-menu > ul > li:last-of-type {
            padding-bottom: 29px; }
            #push-menu ul#menu-primary-1 > li .sub-menu > ul > li:last-of-type.open {
              padding-bottom: 0; }
      #push-menu ul#menu-primary-1 > li.has-children > .showChildren {
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(/wp-content/themes/powerlibrary2025/images/triangle-primary-menu-svgrepo-com.svg);
        background-size: contain;
        position: relative;
        transition: all .2s;
        top: 4px;
        padding: 0; }
      #push-menu ul#menu-primary-1 > li.has-children > .sub-menu {
        display: none; }
      #push-menu ul#menu-primary-1 > li.has-children.open > a:first-child {
        color: #FFC527;
        padding-bottom: 3px; }
      #push-menu ul#menu-primary-1 > li.has-children.open > .showChildren {
        transform: rotate(180deg); }
      #push-menu ul#menu-primary-1 > li.has-children.open > .sub-menu {
        display: block; }
      #push-menu ul#menu-primary-1 > li.has-children.open li.page_item_has_children > .showChildren {
        display: inline-block;
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(/wp-content/themes/powerlibrary2025/images/triangle-primary-menu-white-svgrepo-com.svg);
        background-size: contain;
        position: relative;
        transition: all .2s;
        top: 7px;
        padding: 0; }
      #push-menu ul#menu-primary-1 > li.has-children.open li.page_item_has_children > .children {
        display: none; }
      #push-menu ul#menu-primary-1 > li.has-children.open li.page_item_has_children.open > a:first-child {
        color: #FFC527; }
      #push-menu ul#menu-primary-1 > li.has-children.open li.page_item_has_children.open > .showChildren {
        transform: rotate(180deg); }
      #push-menu ul#menu-primary-1 > li.has-children.open li.page_item_has_children.open > .children {
        display: block;
        padding: 19px 0; }
  #push-menu .menu-item.menu-item-gtranslate {
    padding-left: 33px !important;
    padding-top: 63px;
    height: 100px; }
    #push-menu .menu-item.menu-item-gtranslate .gt_switcher {
      width: 232px; }
      #push-menu .menu-item.menu-item-gtranslate .gt_switcher .gt_option {
        width: 230px; }
      #push-menu .menu-item.menu-item-gtranslate .gt_switcher .gt_selected a {
        width: auto; }
    #push-menu .menu-item.menu-item-gtranslate:hover, #push-menu .menu-item.menu-item-gtranslate:focus {
      background: none !important; }
    #push-menu .menu-item.menu-item-gtranslate:has(.open) {
      height: 200px; }

/* END #push-menu */
.site-footer {
  background: #fff;
  color: #fff;
  padding-top: 110px;
  /* END .footer-container1  */
  /* END .footer-container1  */ }
  .site-footer a {
    color: #FFC527;
    text-decoration: none; }
    .site-footer a:hover, .site-footer a:focus {
      text-decoration: underline; }
  .site-footer .footer-container1 {
    width: 100%;
    background-image: linear-gradient(to right, #E5F2FF 50%, #0656AC 50%, #0656AC 100%); }
    .site-footer .footer-container1 .footer-container-inner {
      width: calc(100% - 40px);
      max-width: 760px;
      padding: 0 20px;
      margin: 0 auto;
      display: flex; }
      .site-footer .footer-container1 .footer-container-inner .footer-nav-left {
        float: left;
        width: calc(40% - 50px);
        background-color: #E5F2FF;
        padding-top: 21px;
        padding-right: 50px;
        padding-bottom: 25px; }
        .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li {
          list-style: none;
          line-height: 1.2em;
          padding: 13px 0 12px; }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li a {
            color: #343434;
            font-size: 16px;
            font-weight: 400; }
            .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li a:hover, .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li a:focus, .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li a:focus-visible {
              color: #0656AC;
              text-decoration: none;
              outline: none; }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li.librarians a {
            position: relative;
            display: inline-block; }
            .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li.librarians a:after {
              position: relative;
              display: block;
              content: '';
              width: 47px;
              height: 47px;
              background-repeat: no-repeat;
              background-image: url(/wp-content/themes/powerlibrary2025/images/icon-LibrariansHub.png);
              top: -33px;
              left: calc(100% + 11px); }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li.external:not(.librarians) a {
            position: relative; }
            .site-footer .footer-container1 .footer-container-inner .footer-nav-left ul li.external:not(.librarians) a:after {
              position: relative;
              display: inline-block;
              content: '';
              height: 15px;
              width: 16px;
              background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page.png);
              background-repeat: no-repeat;
              margin-left: 5px;
              top: 3px; }
      .site-footer .footer-container1 .footer-container-inner .footer-nav-right {
        float: left;
        width: calc(60% - 54px);
        background-color: #0656AC;
        padding-top: 27px;
        padding-left: 54px;
        padding-bottom: 25px; }
        .site-footer .footer-container1 .footer-container-inner .footer-nav-right ul li {
          list-style: none;
          line-height: 1.3em;
          padding: 13px 0; }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-right ul li a {
            color: #fff;
            font-size: 24px;
            font-weight: 700; }
            .site-footer .footer-container1 .footer-container-inner .footer-nav-right ul li a:hover, .site-footer .footer-container1 .footer-container-inner .footer-nav-right ul li a:focus, .site-footer .footer-container1 .footer-container-inner .footer-nav-right ul li a:focus-visible {
              color: #FFC527;
              text-decoration: none;
              outline: none; }
        .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons {
          padding-top: 32px; }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li {
            list-style: none;
            display: inline-block;
            margin-right: 18px; }
            .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a {
              position: relative; }
              .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a:after {
                position: relative;
                display: block;
                content: '';
                width: 27px;
                height: 27px;
                background-repeat: no-repeat; }
              .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.fb {
                background-image: url(/wp-content/themes/powerlibrary2025/images/icon-Facebook.svg); }
                .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.fb:hover, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.fb:focus, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.fb:focus-visible {
                  background-image: url(/wp-content/themes/powerlibrary2025/images/icon-Facebook-active.svg);
                  outline: none; }
              .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.x {
                background-image: url(/wp-content/themes/powerlibrary2025/images/icon-X.svg); }
                .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.x:hover, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.x:focus, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.x:focus-visible {
                  background-image: url(/wp-content/themes/powerlibrary2025/images/icon-X-active.svg);
                  outline: none; }
              .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.ig {
                background-image: url(/wp-content/themes/powerlibrary2025/images/icon-Instagram.svg); }
                .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.ig:hover, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.ig:focus, .site-footer .footer-container1 .footer-container-inner .footer-nav-right #social-icons ul li a.ig:focus-visible {
                  background-image: url(/wp-content/themes/powerlibrary2025/images/icon-Instagram-active.svg);
                  outline: none; }
      @media screen and (max-width: 720px) {
        .site-footer .footer-container1 .footer-container-inner {
          display: block;
          padding: 0;
          width: 100%; }
          .site-footer .footer-container1 .footer-container-inner .footer-nav-right, .site-footer .footer-container1 .footer-container-inner .footer-nav-left {
            width: calc(100% - 78px);
            clear: both;
            padding: 27px 24px 25px 54px; } }
    @media screen and (max-width: 500px) {
      .site-footer .footer-container1 {
        background-image: none; } }
  .site-footer .footer-container2 {
    /* the white part with the paragraph and icons */
    max-width: 1200px;
    margin: 0 auto;
    padding: 53px 16px; }
    .site-footer .footer-container2 .site-info {
      width: calc(100% - 40px);
      max-width: 750px;
      padding: 0 20px;
      margin: 1px auto 46px;
      color: #343434; }
      .site-footer .footer-container2 .site-info p {
        font-weight: 300;
        font-size: 14px;
        line-height: 1.71em;
        text-align: left; }
        .site-footer .footer-container2 .site-info p a {
          text-decoration: underline;
          color: #343434; }
          .site-footer .footer-container2 .site-info p a:hover, .site-footer .footer-container2 .site-info p a:focus {
            color: #0656AC; }
          .site-footer .footer-container2 .site-info p a.external {
            position: relative; }
            .site-footer .footer-container2 .site-info p a.external:after {
              position: relative;
              display: inline-block;
              content: '';
              height: 15px;
              width: 16px;
              background-image: url(/wp-content/themes/powerlibrary2025/images/icon-leave-page.png);
              background-repeat: no-repeat;
              margin-left: 5px;
              top: 2px; }
    .site-footer .footer-container2 .site-icons {
      width: calc(100% - 40px);
      max-width: 760px;
      padding: 0 20px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 40px; }

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Move reCAPTCHA v3 badge in front */
.grecaptcha-badge {
  z-index:999;
}

/* Moves other field on site-survey up */
#field_7_13{
	margin-top: -30px;
}