/**                                                                                                                            
                                                                                                                               
Theme Name: HRLR                                                                                                               
                                                                                                                               
Theme Description: A theme for the Columbia Human Rights Law Review                                                            
                                                                                                                               
*/                                                                                                                             
      
@charset "UTF-8";
/*! 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 */
  box-sizing: content-box;
}

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

html,
body {
  color: #03001D;
  font-family: Times, serif;
}

.hrlr-headline-large, .type-hrlr .headline-large {
  font-family: "Burgess", "Garamond", "Times New Roman", "Times", "serif";
  font-size: 54px;
  letter-spacing: -0.5px;
  line-height: 54px;
  font-weight: 400;
}
.hrlr-headline-large a, .type-hrlr .headline-large a {
  text-decoration: none;
}
.hrlr-headline-large a:hover, .type-hrlr .headline-large a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .hrlr-headline-large, .type-hrlr .headline-large {
    font-size: 30px;
    letter-spacing: -0.15px;
    line-height: 33px;
  }
}

.hrlr-online-headline-large, .type-hrlr_online .headline-large {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 54px;
  letter-spacing: -1.25px;
  line-height: 56px;
  font-weight: 400;
}
.hrlr-online-headline-large a, .type-hrlr_online .headline-large a {
  text-decoration: none;
}
.hrlr-online-headline-large a:hover, .type-hrlr_online .headline-large a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .hrlr-online-headline-large, .type-hrlr_online .headline-large {
    font-size: 30px;
    letter-spacing: -0.38px;
    line-height: 33px;
  }
}

.hrlr-headline-small, .type-hrlr .headline-small {
  font-family: "Burgess", "Garamond", "Times New Roman", "Times", "serif";
  font-size: 30px;
  letter-spacing: -0.3px;
  line-height: 33px;
  font-weight: 400;
}
.hrlr-headline-small a, .type-hrlr .headline-small a {
  text-decoration: none;
}
.hrlr-headline-small a:hover, .type-hrlr .headline-small a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .hrlr-headline-small, .type-hrlr .headline-small {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}

.hrlr-online-headline-small, .type-hrlr_online .headline-small {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 30px;
  letter-spacing: -0.38px;
  line-height: 33px;
  font-weight: 400;
}
.hrlr-online-headline-small a, .type-hrlr_online .headline-small a {
  text-decoration: none;
}
.hrlr-online-headline-small a:hover, .type-hrlr_online .headline-small a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .hrlr-online-headline-small, .type-hrlr_online .headline-small {
    font-size: 22px;
    letter-spacing: -0.18px;
    line-height: 26px;
  }
}

.text {
  font-family: "Times New Roman", "Times", "serif";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.text a {
  text-decoration: none;
}
.text a:hover {
  text-decoration: underline;
}

.secondary-text {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
}
.secondary-text a {
  text-decoration: none;
}
.secondary-text a:hover {
  text-decoration: underline;
}

a {
  color: #03001D;
}

.body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-content, article, .post-recirc, .hrlr-volume-container {
  grid-column: 1/span 4;
}

.site-main, .entry-header, .post-entry-content, .page .entry-content, .entry-footer, .post-recirc, .hrlr-volume-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}

@media screen and (min-width: 1000px) {
  .body {
    grid-template-columns: repeat(24, 1fr);
    grid-column-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .site-content, article, .entry-header, .post-entry-content, .page .entry-content, .entry-footer, .post-recirc, .hrlr-volume-container {
    grid-column: 1/span 24;
  }

  .site-main, .entry-header, .post-entry-content, .page .entry-content, .entry-footer, .post-recirc, .hrlr-volume-container {
    grid-template-columns: repeat(24, 1fr);
    grid-column-gap: 15px;
  }
}
.button {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  background-color: white;
  border-radius: 10px;
  padding: 25px 25px 30px 25px;
  display: block;
  text-decoration: none;
  position: relative;
  outline: 0;
}
.button a {
  text-decoration: none;
}
.button a:hover {
  text-decoration: underline;
}
.button:hover {
  filter: invert(100%);
}
.button.forwards::after {
  background: url(/wp-content/themes/hrlr/assets/icons/arrow_forward.svg);
  content: ".";
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  bottom: 25px;
  text-indent: -9999px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.button.downwards::after {
  background: url(/wp-content/themes/hrlr/assets/icons/arrow_downward.svg);
  content: ".";
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  bottom: 25px;
  text-indent: -9999px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.is-accordion {
  cursor: pointer;
}
.is-accordion:hover {
  opacity: 0.6;
}

.is-accordion.is-closed + div {
  display: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.site-title img {
  max-width: 220px;
}

#masthead {
  grid-column: 1/4;
  margin-top: 20px;
}

@media screen and (min-width: 1000px) {
  .site-title img {
    max-width: 300px;
  }

  #masthead {
    grid-column: 2/10;
    margin-top: 30px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.home {
  background-color: #F6F7F7;
}

.hrlr-online-posts-container {
  background-color: #EDF2FF;
  margin: auto -20px;
  padding: 0 20px;
}

.home .hrlr-posts-container, .home .hrlr-online-posts-container {
  grid-column-start: 1;
  grid-column-end: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
.home .hrlr-posts-container h2, .home .hrlr-online-posts-container h2 {
  border-bottom: 1px solid #03001D;
  grid-column: 1/span 4;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.home .hrlr-posts-container .homepage-entry-content, .home .hrlr-online-posts-container .homepage-entry-content {
  grid-column: 1/span 4;
  border-bottom: 1px solid #03001D;
  padding: 11px 0px 25px 0px;
}
.home .hrlr-posts-container .homepage-entry-content h4, .home .hrlr-online-posts-container .homepage-entry-content h4 {
  margin-bottom: 8px;
}
.home .hrlr-posts-container h3, .home .hrlr-online-posts-container h3 {
  grid-column: 1/span 4;
  font-size: 30px;
  line-height: 33px;
  border-bottom: 1px solid #03001D;
  position: relative;
  padding: 15px 25px 10px 25px;
}
.home .hrlr-posts-container .hrlr-post-title, .home .hrlr-online-posts-container .hrlr-post-title {
  margin-top: 90px;
}
.home .hrlr-posts-container .hrlr-post-title::before, .home .hrlr-online-posts-container .hrlr-post-title::before {
  content: ".";
  display: inline-block;
  width: 17px;
  height: 0.85em;
  background-color: #03001D;
}
.home .hrlr-posts-container .hrlr-post-volume-number, .home .hrlr-online-posts-container .hrlr-post-volume-number {
  position: absolute;
  right: 25px;
}
.home .hrlr-posts-container .hrlr-post-year, .home .hrlr-online-posts-container .hrlr-post-year {
  display: none;
}
.home .hrlr-posts-container .button, .home .hrlr-online-posts-container .button {
  grid-column: 1/span 4;
  margin: 40px 0px;
}
.home .hrlr-posts-container .online-posts-header-volume, .home .hrlr-online-posts-container .online-posts-header-volume {
  margin-top: 40px;
}

@media screen and (min-width: 1000px) {
  .hrlr-online-posts-container {
    margin: 0;
    padding: 0;
  }

  .home .hrlr-posts-container, .home .hrlr-online-posts-container {
    grid-column-start: 1;
    grid-column-end: span 18;
    grid-template-columns: repeat(18, 1fr);
    grid-column-gap: 15px;
  }
  .home .hrlr-posts-container h2, .home .hrlr-online-posts-container h2 {
    border-bottom: 1px solid #03001D;
    grid-column: 2/span 16;
    position: relative;
    padding-bottom: 10px;
  }
  .home .hrlr-posts-container .hrlr-post-title, .home .hrlr-online-posts-container .hrlr-post-title {
    margin-top: 130px;
  }
  .home .hrlr-posts-container .homepage-entry-content, .home .hrlr-online-posts-container .homepage-entry-content {
    grid-column: 8/span 10;
    border-bottom: 1px solid #03001D;
    padding: 20px 0 35px 0;
  }
  .home .hrlr-posts-container h3, .home .hrlr-online-posts-container h3 {
    border: none;
    grid-column: 2/span 6;
    padding: 20px 0 0 0;
  }
  .home .hrlr-posts-container .hrlr-post-title::before, .home .hrlr-online-posts-container .hrlr-post-title::before {
    content: ".";
    display: inline-block;
    width: 27px;
    height: 0.85em;
    background-color: #03001D;
  }
  .home .hrlr-posts-container .hrlr-post-volume-number, .home .hrlr-online-posts-container .hrlr-post-volume-number {
    display: none;
  }
  .home .hrlr-posts-container .hrlr-post-year, .home .hrlr-online-posts-container .hrlr-post-year {
    display: inline;
    position: absolute;
    right: 0;
  }
  .home .hrlr-posts-container .button, .home .hrlr-online-posts-container .button {
    grid-column: 8/span 10;
  }
}
.single-hrlr_online {
  background-color: #EDF2FF;
}
.single-hrlr_online .nav-links {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 54px;
  letter-spacing: -1.25px;
  line-height: 56px;
  font-weight: 400;
}
.single-hrlr_online .nav-links a {
  text-decoration: none;
}
.single-hrlr_online .nav-links a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .single-hrlr_online .nav-links {
    font-size: 30px;
    letter-spacing: -0.38px;
    line-height: 33px;
  }
}

.single-hrlr {
  background-color: #F6F7F7;
}
.single-hrlr .nav-links {
  font-family: "Burgess", "Garamond", "Times New Roman", "Times", "serif";
  font-size: 54px;
  letter-spacing: -0.5px;
  line-height: 54px;
  font-weight: 400;
}
.single-hrlr .nav-links a {
  text-decoration: none;
}
.single-hrlr .nav-links a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .single-hrlr .nav-links {
    font-size: 30px;
    letter-spacing: -0.15px;
    line-height: 33px;
  }
}

.post-navigation {
  grid-column: 1/span 4;
  display: none;
}
.post-navigation div {
  border-top: 1px solid #03001D;
}

.single-hrlr .abstract-only .post-entry-content::before, .single-hrlr_online .abstract-only .post-entry-content::before {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  content: "Abstract";
  display: block;
  border-top: 1px solid #03001D;
  grid-column: 1/span 4;
  padding-top: 10px;
}
.single-hrlr .abstract-only .post-entry-content::before a, .single-hrlr_online .abstract-only .post-entry-content::before a {
  text-decoration: none;
}
.single-hrlr .abstract-only .post-entry-content::before a:hover, .single-hrlr_online .abstract-only .post-entry-content::before a:hover {
  text-decoration: underline;
}
.single-hrlr .abstract-only .seccondary-download-button, .single-hrlr_online .abstract-only .seccondary-download-button {
  grid-column: 1/span 4;
}
.single-hrlr .entry-title, .single-hrlr_online .entry-title {
  grid-column-start: 1;
  grid-column-end: span 4;
  margin-top: 50px;
  margin-bottom: 5px;
}
.single-hrlr .entry-meta, .single-hrlr_online .entry-meta {
  grid-column: 1/span 4;
}
.single-hrlr .hrlr-issue-number, .single-hrlr .hrlr-online-issue, .single-hrlr_online .hrlr-issue-number, .single-hrlr_online .hrlr-online-issue {
  grid-column: 1/span 4;
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-hrlr .hrlr-online-date, .single-hrlr_online .hrlr-online-date {
  margin-left: 20px;
}
.single-hrlr .post-entry-content .author-bio, .single-hrlr_online .post-entry-content .author-bio {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  grid-column: 1/span 4;
}
.single-hrlr .post-entry-content .author-bio a, .single-hrlr_online .post-entry-content .author-bio a {
  text-decoration: none;
}
.single-hrlr .post-entry-content .author-bio a:hover, .single-hrlr_online .post-entry-content .author-bio a:hover {
  text-decoration: underline;
}
.single-hrlr .post-entry-content > *, .single-hrlr_online .post-entry-content > * {
  grid-column: 1/span 4;
  font-family: "Times New Roman", "Times", "serif";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.single-hrlr .post-entry-content > * a, .single-hrlr_online .post-entry-content > * a {
  text-decoration: none;
}
.single-hrlr .post-entry-content > * a:hover, .single-hrlr_online .post-entry-content > * a:hover {
  text-decoration: underline;
}
.single-hrlr .post-entry-content h1, .single-hrlr .post-entry-content h2, .single-hrlr .post-entry-content h3, .single-hrlr .post-entry-content h4, .single-hrlr .post-entry-content h5, .single-hrlr .post-entry-content h6, .single-hrlr_online .post-entry-content h1, .single-hrlr_online .post-entry-content h2, .single-hrlr_online .post-entry-content h3, .single-hrlr_online .post-entry-content h4, .single-hrlr_online .post-entry-content h5, .single-hrlr_online .post-entry-content h6 {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 400 !important;
}
.single-hrlr .post-entry-content p + h1, .single-hrlr_online .post-entry-content p + h1 {
  margin-top: 2em;
}
.single-hrlr .post-entry-content h1, .single-hrlr_online .post-entry-content h1 {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 30px;
  letter-spacing: -0.38px;
  line-height: 33px;
  font-weight: 400;
  border-top: 1px solid #03001D;
  grid-column: 1/span 4;
}
.single-hrlr .post-entry-content h1 a, .single-hrlr_online .post-entry-content h1 a {
  text-decoration: none;
}
.single-hrlr .post-entry-content h1 a:hover, .single-hrlr_online .post-entry-content h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .single-hrlr .post-entry-content h1, .single-hrlr_online .post-entry-content h1 {
    font-size: 22px;
    letter-spacing: -0.18px;
    line-height: 26px;
  }
}
.single-hrlr .post-entry-content h2, .single-hrlr .post-entry-content h3, .single-hrlr .post-entry-content h4, .single-hrlr .post-entry-content h5, .single-hrlr .post-entry-content h6, .single-hrlr_online .post-entry-content h2, .single-hrlr_online .post-entry-content h3, .single-hrlr_online .post-entry-content h4, .single-hrlr_online .post-entry-content h5, .single-hrlr_online .post-entry-content h6 {
  font-weight: 400 !important;
}
.single-hrlr .post-entry-content sup, .single-hrlr_online .post-entry-content sup {
  font-size: 100%;
  top: 0;
}
.single-hrlr .post-entry-content sup > a, .single-hrlr_online .post-entry-content sup > a {
  display: inline-block;
  padding: 12px 4px;
  background-color: white;
  border-radius: 8px;
}
.single-hrlr .post-entry-content ol:last-of-type, .single-hrlr_online .post-entry-content ol:last-of-type {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 30px 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.single-hrlr .post-entry-content ol:last-of-type a, .single-hrlr_online .post-entry-content ol:last-of-type a {
  text-decoration: none;
}
.single-hrlr .post-entry-content ol:last-of-type a:hover, .single-hrlr_online .post-entry-content ol:last-of-type a:hover {
  text-decoration: underline;
}
.single-hrlr .post-entry-content ol:last-of-type::before, .single-hrlr_online .post-entry-content ol:last-of-type::before {
  content: "Citations";
  display: block;
  margin-left: -30px;
  margin-bottom: 20px;
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 30px;
  letter-spacing: -0.38px;
  line-height: 33px;
  font-weight: 400;
}
.single-hrlr .post-entry-content ol:last-of-type::before a, .single-hrlr_online .post-entry-content ol:last-of-type::before a {
  text-decoration: none;
}
.single-hrlr .post-entry-content ol:last-of-type::before a:hover, .single-hrlr_online .post-entry-content ol:last-of-type::before a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .single-hrlr .post-entry-content ol:last-of-type::before, .single-hrlr_online .post-entry-content ol:last-of-type::before {
    font-size: 22px;
    letter-spacing: -0.18px;
    line-height: 26px;
  }
}
.single-hrlr .download-button, .single-hrlr_online .download-button {
  grid-column: 1/span 4;
  padding: 20px 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-hrlr .secondary-download-button, .single-hrlr_online .secondary-download-button {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
}
.single-hrlr .secondary-download-button a, .single-hrlr_online .secondary-download-button a {
  text-decoration: none;
}
.single-hrlr .secondary-download-button a:hover, .single-hrlr_online .secondary-download-button a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  .post-navigation {
    grid-column: 2/span 22;
  }

  .single-hrlr .entry-title, .single-hrlr_online .entry-title {
    grid-column-start: 2;
    grid-column-end: span 22;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .single-hrlr .entry-meta, .single-hrlr_online .entry-meta {
    grid-column: 2/span 22;
  }
  .single-hrlr .hrlr-issue-number, .single-hrlr .hrlr-online-issue, .single-hrlr_online .hrlr-issue-number, .single-hrlr_online .hrlr-online-issue {
    grid-column: 2/span 10;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .single-hrlr .hrlr-online-date, .single-hrlr_online .hrlr-online-date {
    margin-left: 30px;
  }
  .single-hrlr .post-entry-content .author-bio, .single-hrlr_online .post-entry-content .author-bio {
    grid-column: 17/span 7;
    grid-row: 2/span 1;
    height: 0px;
    margin: 0px;
  }
  .single-hrlr .post-entry-content > *, .single-hrlr_online .post-entry-content > * {
    grid-column: 4/span 10;
  }
  .single-hrlr .post-entry-content h1, .single-hrlr_online .post-entry-content h1 {
    grid-column: 2/span 22;
    padding: 20px 0;
  }
  .single-hrlr .post-entry-content ol:last-of-type, .single-hrlr_online .post-entry-content ol:last-of-type {
    grid-column: 2/span 22;
  }
  .single-hrlr .download-button, .single-hrlr_online .download-button {
    grid-column: 17/span 7;
  }
  .single-hrlr .abstract-only .post-entry-content::before, .single-hrlr_online .abstract-only .post-entry-content::before {
    font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    font-weight: 400;
    content: "Abstract";
    display: block;
    border-top: 1px solid #03001D;
    grid-column: 2/span 22;
    padding-top: 30px;
    margin-bottom: -16px;
    height: 0;
  }
  .single-hrlr .abstract-only .post-entry-content::before a, .single-hrlr_online .abstract-only .post-entry-content::before a {
    text-decoration: none;
  }
  .single-hrlr .abstract-only .post-entry-content::before a:hover, .single-hrlr_online .abstract-only .post-entry-content::before a:hover {
    text-decoration: underline;
  }
  .single-hrlr .abstract-only .secondary-download-button, .single-hrlr_online .abstract-only .secondary-download-button {
    grid-column: 4/span 10;
  }
  .single-hrlr .abstract-only .author-bio, .single-hrlr_online .abstract-only .author-bio {
    top: 0px;
  }
}
.post-type-archive-hrlr {
  background-color: #F6F7F7;
}

.post-type-archive-hrlr_online {
  background-color: #EDF2FF;
}

.publication-navigation {
  grid-column: 1/span 4;
  border-top: 1px solid #03001D;
  border-bottom: 1px solid #03001D;
  margin-top: 70px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.publication-navigation .publication-navigation-item {
  opacity: 0.3;
  margin: 0;
  line-height: 0.9;
}
.publication-navigation .publication-navigation-item.hrlr-headline-large {
  letter-spacing: 1px;
}
.publication-navigation .publication-navigation-item.is-selected {
  opacity: 1;
}
.publication-navigation .publication-navigation-item::before {
  content: "• ";
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  color: transparent;
  display: inline-block;
  width: 0.5em;
  -webkit-text-stroke: 2px black;
}
.publication-navigation .publication-navigation-item.is-selected::before {
  content: "• ";
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #03001D;
}

.post-type-archive-hrlr h2, .post-type-archive-hrlr_online h2, .post-recirc h2 {
  grid-column: 1/span 4;
  border-bottom: 1px solid #03001D;
  position: relative;
}
.post-type-archive-hrlr h2 .hrlr-post-year, .post-type-archive-hrlr h2 .hrlr-online-post-year, .post-type-archive-hrlr_online h2 .hrlr-post-year, .post-type-archive-hrlr_online h2 .hrlr-online-post-year, .post-recirc h2 .hrlr-post-year, .post-recirc h2 .hrlr-online-post-year {
  display: inline;
  position: absolute;
  right: 0;
}
.post-type-archive-hrlr h2 .hrlr-post-year, .post-type-archive-hrlr_online h2 .hrlr-post-year, .post-recirc h2 .hrlr-post-year {
  display: none;
}
.post-type-archive-hrlr .entry-content, .post-type-archive-hrlr .back-issues-note, .post-type-archive-hrlr_online .entry-content, .post-type-archive-hrlr_online .back-issues-note, .post-recirc .entry-content, .post-recirc .back-issues-note {
  grid-column: 1/span 4;
}
.post-type-archive-hrlr .back-issues-note, .post-type-archive-hrlr_online .back-issues-note, .post-recirc .back-issues-note {
  margin-top: 3em;
  margin-bottom: 1em;
}

.post-type-archive-hrlr h2, .hrlr-post-recirc h2 {
  padding-bottom: 10px;
  margin-top: 10px;
}
.post-type-archive-hrlr h2::before, .hrlr-post-recirc h2::before {
  content: ".";
  display: inline-block;
  width: 17px;
  height: 0.85em;
  background-color: #03001D;
}
.post-type-archive-hrlr h2:first-of-type, .hrlr-post-recirc h2:first-of-type {
  margin-top: 3em;
}
.post-type-archive-hrlr h3, .hrlr-post-recirc h3 {
  grid-column: 1/span 4;
  border-bottom: 1px solid #03001D;
  border-top: 1px solid #03001D;
  position: relative;
  padding: 15px 25px 10px 25px;
  font-size: 30px;
  line-height: 33px;
  z-index: -1;
}
.post-type-archive-hrlr .hrlr-post-volume-number, .hrlr-post-recirc .hrlr-post-volume-number {
  position: absolute;
  right: 25px;
}
.post-type-archive-hrlr h2 + div h3:first-child, .post-type-archive-hrlr h2 + .entry-content, .post-type-archive-hrlr h3 + .entry-content, .hrlr-post-recirc h2 + div h3:first-child, .hrlr-post-recirc h2 + .entry-content, .hrlr-post-recirc h3 + .entry-content {
  border-top: none;
}
.post-type-archive-hrlr .entry-content, .hrlr-post-recirc .entry-content {
  border-top: 1px solid #03001D;
  padding-top: 1em;
  margin-bottom: 3em;
}
.post-type-archive-hrlr h4, .hrlr-post-recirc h4 {
  margin-bottom: 0.5em;
}

.post-type-archive-hrlr_online .entry-content, .hrlr-online-post-recirc .entry-content {
  border-top: 1px solid #03001D;
  grid-column: 1/span 4;
  margin-bottom: 3em;
  padding-top: 10px;
}
.post-type-archive-hrlr_online h2 + .entry-content, .hrlr-online-post-recirc h2 + .entry-content {
  border-top: none;
  padding-top: 0;
}
.post-type-archive-hrlr_online h2, .hrlr-online-post-recirc h2 {
  padding-bottom: 15px;
  margin: 50px 0 10px;
}
.post-type-archive-hrlr_online h2:first-of-type, .hrlr-online-post-recirc h2:first-of-type {
  margin-top: 3em;
}
.post-type-archive-hrlr_online h3, .hrlr-online-post-recirc h3 {
  grid-column: 1/span 4;
  margin: 5px 0px;
}
.post-type-archive-hrlr_online .meta-info, .hrlr-online-post-recirc .meta-info {
  display: none;
}
.post-type-archive-hrlr_online .post-info, .hrlr-online-post-recirc .post-info {
  grid-column: 1/span 4;
}

.post-recirc {
  margin-bottom: 3em;
}
.post-recirc .button {
  grid-column: 1/span 4;
}

@media screen and (min-width: 1000px) {
  .publication-navigation {
    grid-column: 13/span 11;
    border-top: none;
    border-bottom: none;
    margin-top: 30px;
    display: block;
    padding: 0;
  }
  .publication-navigation .publication-navigation-item {
    margin-left: -0.75em;
  }

  .post-type-archive-hrlr h2, .hrlr-post-recirc h2 {
    grid-column: 2/span 22;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .post-type-archive-hrlr h2::before, .hrlr-post-recirc h2::before {
    content: ".";
    display: inline-block;
    width: 27px;
    height: 0.85em;
    background-color: #03001D;
  }
  .post-type-archive-hrlr h2 .hrlr-post-year, .hrlr-post-recirc h2 .hrlr-post-year {
    display: inline;
  }
  .post-type-archive-hrlr h3, .hrlr-post-recirc h3 {
    grid-column: 2/span 22;
    height: 0px;
    padding: 0;
    padding-top: 20px;
    font-family: "Burgess", "Garamond", "Times New Roman", "Times", "serif";
    font-size: 30px;
    letter-spacing: -0.3px;
    line-height: 33px;
    font-weight: 400;
    border-bottom: none;
  }
  .post-type-archive-hrlr h3 a, .hrlr-post-recirc h3 a {
    text-decoration: none;
  }
  .post-type-archive-hrlr h3 a:hover, .hrlr-post-recirc h3 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1000px) {
  .post-type-archive-hrlr h3, .hrlr-post-recirc h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.1px;
  }
}
@media screen and (min-width: 1000px) {
  .post-type-archive-hrlr h3 .hrlr-post-volume-number, .hrlr-post-recirc h3 .hrlr-post-volume-number {
    position: static;
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .post-type-archive-hrlr h3 + .entry-content, .hrlr-post-recirc h3 + .entry-content {
    border-top: none;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .post-type-archive-hrlr .entry-content, .hrlr-post-recirc .entry-content {
    grid-column: 13/span 11;
    margin-bottom: 35px;
    padding-top: 20px;
  }
  .post-type-archive-hrlr .entry-content h4, .hrlr-post-recirc .entry-content h4 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .post-type-archive-hrlr .back-issues-note, .hrlr-post-recirc .back-issues-note {
    grid-column: 13/span 11;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media screen and (min-width: 1000px) {
  .post-type-archive-hrlr_online h2, .hrlr-online-post-recirc h2 {
    grid-column: 2/span 22;
    margin: 60px 0 20px 0;
  }
  .post-type-archive-hrlr_online .entry-content, .hrlr-online-post-recirc .entry-content {
    grid-column: 2/span 22;
    margin-bottom: 3em;
    padding-top: 1em;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-column-gap: 15px;
  }
  .post-type-archive-hrlr_online .meta-info, .hrlr-online-post-recirc .meta-info {
    grid-column: 1/span 10;
    display: block;
  }
  .post-type-archive-hrlr_online .mobile-meta-info, .hrlr-online-post-recirc .mobile-meta-info {
    display: none;
  }
  .post-type-archive-hrlr_online .post-info, .hrlr-online-post-recirc .post-info {
    grid-column: 13/span 12;
  }
}
@media screen and (min-width: 1000px) {
  .post-recirc .button {
    grid-column: 13/span 11;
  }
}
.page .entry-title {
  grid-column: 1/span 4;
}
.page .entry-content {
  margin-bottom: 4em;
}
.page .entry-content > * {
  grid-column: 1/span 4;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.page .entry-content a:first-child:last-child {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  background-color: white;
  border-radius: 10px;
  padding: 25px 25px 30px 25px;
  display: block;
  text-decoration: none;
  position: relative;
  outline: 0;
  background-color: #F6F7F7;
}
.page .entry-content a:first-child:last-child a {
  text-decoration: none;
}
.page .entry-content a:first-child:last-child a:hover {
  text-decoration: underline;
}
.page .entry-content a:first-child:last-child::after {
  background: url(/wp-content/themes/hrlr/assets/icons/arrow_forward.svg);
  content: ".";
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  bottom: 25px;
  text-indent: -9999px;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 1000px) {
  .page .site-content {
    grid-column: 12/span 11;
  }
  .page .entry-title {
    grid-column: 1/span 24;
  }
  .page .entry-content > * {
    grid-column: 1/span 24;
  }
  .page h1:first-child {
    margin-top: 30px;
  }
}
.single-news .entry-title, .post-type-archive-news .entry-title {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 30px;
  letter-spacing: -0.38px;
  line-height: 33px;
  font-weight: 400;
  grid-column: 1/span 4;
}
.single-news .entry-title a, .post-type-archive-news .entry-title a {
  text-decoration: none;
}
.single-news .entry-title a:hover, .post-type-archive-news .entry-title a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .single-news .entry-title, .post-type-archive-news .entry-title {
    font-size: 22px;
    letter-spacing: -0.18px;
    line-height: 26px;
  }
}
.single-news .entry-content, .post-type-archive-news .entry-content {
  margin-bottom: 4em;
}
.single-news .entry-content > *, .single-news .news-date, .post-type-archive-news .entry-content > *, .post-type-archive-news .news-date {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  grid-column: 1/span 4;
}
.single-news .entry-content > * a, .single-news .news-date a, .post-type-archive-news .entry-content > * a, .post-type-archive-news .news-date a {
  text-decoration: none;
}
.single-news .entry-content > * a:hover, .single-news .news-date a:hover, .post-type-archive-news .entry-content > * a:hover, .post-type-archive-news .news-date a:hover {
  text-decoration: underline;
}
.single-news h1, .single-news h2, .single-news h3, .single-news h4, .single-news h5, .single-news h6, .post-type-archive-news h1, .post-type-archive-news h2, .post-type-archive-news h3, .post-type-archive-news h4, .post-type-archive-news h5, .post-type-archive-news h6 {
  font-weight: 400;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.single-news .post-navigation, .post-type-archive-news .post-navigation {
  display: none;
}

.news-navigation {
  margin-top: 30px;
  grid-column: 1/span 4;
}

@media screen and (min-width: 1000px) {
  .single-news .site-content, .post-type-archive-news .site-content {
    grid-column: 2/span 22;
  }
  .single-news .entry-title, .post-type-archive-news .entry-title {
    grid-column: 13/span 11;
  }
  .single-news .entry-content > *, .single-news .news-date, .post-type-archive-news .entry-content > *, .post-type-archive-news .news-date {
    grid-column: 13/span 11;
  }

  .post-type-archive-news .site-content {
    grid-column: 13/span 11;
  }

  .news-navigation {
    grid-column: 13/span 4;
    margin-top: 30px;
  }

  h1:first-child {
    margin-top: 30px;
  }
}
.main-navigation {
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
}
.main-navigation .scroll-container {
  overflow-y: scroll;
  height: 100vh;
}
.main-navigation .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 36px;
  margin: 15px;
  text-align: center;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0;
}
.main-navigation .menu-toggle:before {
  content: ".";
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/hrlr/assets/icons/menu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-navigation .menu-toggle:hover {
  opacity: 0.7;
}
.main-navigation #main-navigation-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 10px 12px;
  box-sizing: border-box;
  min-height: calc(100vh - 70px);
}
.main-navigation #main-navigation-menu > :last-child {
  font-size: 24px;
}
.main-navigation .hrlr-menu {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 30px;
  letter-spacing: -0.38px;
  line-height: 33px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.main-navigation .hrlr-menu a {
  text-decoration: none;
}
.main-navigation .hrlr-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .main-navigation .hrlr-menu {
    font-size: 22px;
    letter-spacing: -0.18px;
    line-height: 26px;
  }
}
.main-navigation .hrlr-menu sup {
  font-size: 50%;
  top: -0.8em;
  margin-left: 0.4em;
}
.main-navigation .hrlr-menu .hrlr-menu-item {
  display: block;
  font-size: 30px;
  line-height: 35px;
}
.main-navigation .hrlr-menu .hrlr-menu-item > a {
  display: block;
  padding: 6px 10px 12px;
  padding-left: calc(10px + 1em);
  text-indent: -1em;
}
.main-navigation .hrlr-menu.publications-menu .menu-item div {
  border-radius: 10px;
  padding: 8px 10px;
  padding-left: calc(10px + 1em);
  text-indent: -1em;
}
.main-navigation .hrlr-menu.publications-menu .menu-item:hover a {
  text-decoration: none;
}
.main-navigation .hrlr-menu.about-menu .menu-item {
  padding: 3px 0;
  padding-left: 10px;
  text-indent: 0;
}
.main-navigation .hrlr-menu.contact-menu {
  display: block;
  padding-left: 10px;
}
.main-navigation .hrlr-menu.contact-menu .menu-item {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  display: inline;
}
.main-navigation .hrlr-menu.contact-menu .menu-item a {
  text-decoration: none;
}
.main-navigation .hrlr-menu.contact-menu .menu-item a:hover {
  text-decoration: underline;
}
.main-navigation .hrlr-menu.contact-menu .menu-item:not(:last-of-type):after {
  content: ", ";
}
.main-navigation .hrlr-menu + .hrlr-menu {
  margin-top: 20px;
}
.main-navigation .footnotes {
  padding: 0 10px;
  order: 5;
}
.main-navigation .footnotes .hrlr-menu-footnote {
  font-family: "Unica", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  margin-left: 0;
  line-height: 1.4;
  list-style: none;
  color: #03001D;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  list-style: none;
}
.main-navigation .footnotes .hrlr-menu-footnote a {
  text-decoration: none;
}
.main-navigation .footnotes .hrlr-menu-footnote a:hover {
  text-decoration: underline;
}
.main-navigation .footnotes .hrlr-menu-footnote sup {
  display: inline-block;
  margin-right: 5px;
}
.main-navigation.toggled {
  background: white;
  max-width: 90%;
  overflow-y: scroll;
  width: 300px;
  height: 100%;
}
.main-navigation.toggled .menu-toggle:before {
  content: "✕";
  color: transparent;
  background: url(/wp-content/themes/hrlr/assets/icons/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}
.main-navigation.toggled #main-navigation-menu {
  display: flex;
}

.nav-bg-overlay {
  display: none;
  background: transparent;
  z-index: 9;
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.main-navigation.toggled + .nav-bg-overlay {
  display: block;
}

@media screen and (max-width: 999px) {
  .main-navigation .publications-menu {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1000px) {
  .home .main-navigation,
.home .main-navigation.toggled {
    background: white;
    width: calc((100% - (15px * 23)) * (6 / 24) + (15px * 6));
    height: 100%;
  }
  .home .main-navigation .menu-toggle,
.home .main-navigation.toggled .menu-toggle {
    display: none;
  }
  .home .main-navigation #main-navigation-menu,
.home .main-navigation.toggled #main-navigation-menu {
    background-color: white;
    min-height: calc(100vh - 20px);
    display: flex;
  }

  .main-navigation .menu-toggle {
    margin: 30px 4.2vw 0 0;
  }
  .main-navigation.toggled .menu-toggle {
    margin: 30px 15px 0;
  }
  .main-navigation .footnotes {
    order: inherit;
    flex-grow: 1;
  }
  .main-navigation .footnotes .hrlr-menu-footnote {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 22px;
    font-weight: 400;
    display: none;
  }
  .main-navigation .footnotes .hrlr-menu-footnote.visible {
    display: block;
  }
}
.error-404 {
  grid-column: 1/span 4;
}
.error-404 h1 {
  font-family: "Burgess", "Garamond", "Times New Roman", "Times", "serif";
  font-size: 54px;
  letter-spacing: -0.5px;
  line-height: 54px;
  font-weight: 400;
  margin-top: 3em;
  margin-bottom: 1em;
}
.error-404 h1 a {
  text-decoration: none;
}
.error-404 h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .error-404 h1 {
    font-size: 30px;
    letter-spacing: -0.15px;
    line-height: 33px;
  }
}
.error-404 .button {
  margin-top: 2em;
  background-color: #F6F7F7;
}

@media screen and (min-width: 1000px) {
  .error-404 {
    grid-column: 2/span 22;
  }
  .error-404 .button {
    max-width: 500px;
  }
}
#cookie-notice .cookie-notice-container {
  padding: 20px;
  width: auto;
  text-align: left;
  font-family: "Times New Roman", "Times", "serif";
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#cookie-notice .cookie-notice-container a {
  text-decoration: none;
}
#cookie-notice .cookie-notice-container a:hover {
  text-decoration: underline;
}
#cookie-notice .cn-button {
  display: inline-block;
  padding: 1px 5px;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
