@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
  background-repeat: no-repeat;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

/*End of reset*/
@media all and (max-width: 500px) {
  * {
    word-break: break-word;
  }
}

html {
  background-color: #011e41;
}

body,
input,
button,
select {
  font-family: "Open Sans", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  background-color: #011e41;
  font-style: normal;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #215fa6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

sup {
  font-size: 0.65em;
  position: relative;
  bottom: 0.7em;
}

sub {
  font-size: 0.65em;
  position: relative;
  bottom: -0.5em;
}

.italic {
  font-style: italic;
}

a:focus,
button:focus,
input:focus,
select:focus,
[role=tabpanel]:focus {
  outline-color: #ff7e9b;
  outline-color: #0084f0;
  outline-offset: 2px;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right 2px top;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

header a:focus,
header button:focus,
header input:focus,
header select:focus,
.tab-bar a:focus,
.tab-bar button:focus,
.tab-bar input:focus,
.tab-bar select:focus {
  outline-color: #ff7e9b;
  outline-color: #0a91ff;
}

.tab-bar a:focus,
.tab-bar button:focus,
.tab-bar input:focus,
.tab-bar select:focus {
  outline-offset: 0px;
}

.toc-expand-button:focus {
  outline-offset: 0px;
}

mark,
.nearby-entries .current-entry {
  background-color: #fff0f3;
  border: 1px solid #ffe2e7;
  padding: 0 0.1em;
  border-radius: 2px;
}

table {
  border: 1px solid #b1bfd1;
  background-color: #fff;
  margin: 0.75em 0;
}
table:first-child {
  margin-top: 0;
}
table:last-child {
  margin-bottom: 0;
}
table th {
  border-bottom: 2px solid #9b1827;
  background-color: #f3f3f3;
  text-align: left;
  font-weight: bold;
}
table td {
  border-top: 1px solid #b1bfd1;
}

th,
td {
  padding: 0.5em 0.75em;
}

button {
  border: none;
  white-space: nowrap;
  line-height: 1.5em;
  padding: 0;
  background: none;
  background-repeat: no-repeat;
  cursor: pointer;
}

p,
li,
ul,
ol {
  margin: 0.75rem 0;
}
p:first-child,
li:first-child,
ul:first-child,
ol:first-child {
  margin-top: 0;
}
p:last-child,
li:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

.bulleted {
  list-style-type: disc;
  padding-left: 1.5rem;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 1.5em;
}

h1 {
  font-size: 1.7em;
  display: block;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 2em;
}

h2 {
  font-size: 1.35em;
  display: block;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 2em;
}

h3 {
  font-size: 1.2em;
  line-height: 1.25em;
  display: block;
  font-weight: bold;
  margin-bottom: 0.75rem;
  margin-top: 1em;
}

h4 {
  font-size: 1.1em;
  display: block;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

h5 {
  font-size: 1em;
  font-style: italic;
  display: block;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.form-row,
.formRow {
  margin-bottom: 1em;
}
.form-row:last-child,
.formRow:last-child {
  margin-bottom: 0;
}
.form-row label,
.form-row legend,
.form-row .psuedoLabel,
.formRow label,
.formRow legend,
.formRow .psuedoLabel {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.form-row input[type=text],
.form-row input[type=password],
.form-row input[type=email],
.form-row input[type=tel],
.form-row textarea,
.form-row select,
.formRow input[type=text],
.formRow input[type=password],
.formRow input[type=email],
.formRow input[type=tel],
.formRow textarea,
.formRow select {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

input {
  border: 1px solid #aaa;
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #888;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  height: 32px;
  padding: 6px 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #888;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.875rem;
}

::placeholder {
  color: #666;
}

.checkbox-list ul,
.checkboxList ul {
  margin: 0;
}
.checkbox-list li,
.checkboxList li {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0.5em 0;
}
.checkbox-list li:first-child,
.checkboxList li:first-child {
  margin-top: 0;
}
.checkbox-list li:last-child,
.checkboxList li:last-child {
  margin-bottom: 0;
}
.checkbox-list input[type=checkbox],
.checkbox-list input[type=radio],
.checkboxList input[type=checkbox],
.checkboxList input[type=radio] {
  position: relative;
  top: 2px;
}
.checkbox-list label,
.checkboxList label {
  margin-bottom: 0;
  font-weight: normal;
  flex: 1;
}

select {
  height: 32px;
  border: 1px solid #888;
  background-color: #fff;
  font-size: 0.9375rem;
  padding: 0px 25px 0 5px;
  border-radius: 3px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.required {
  color: #c40000;
  font-weight: normal;
  font-size: 0.9375rem;
  margin-left: 0.5em;
}

form > .failure {
  margin-bottom: 2rem;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

@media screen {
  .modal {
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 1rem;
  }
  .modal.shown {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .modal {
    padding: 0 25px;
  }
}
@media screen {
  .modal-inner,
  .modalInner {
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .modal-inner,
  .modalInner {
    position: relative;
    max-height: calc(100% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .modal-inner,
  .modalInner {
    position: relative;
    min-width: 500px;
    max-width: 1200px;
    max-height: 85%;
  }
}
@media screen {
  .modal-body,
  .modal-foot,
  .modalBody,
  .modalFoot {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .modal-body,
  .modal-foot,
  .modalBody,
  .modalFoot {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media screen {
  .modal-head,
  .modalHead {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fafafa;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b1bfd1;
  }
  .modal-head::before,
  .modalHead::before {
    content: "";
    width: 24px;
  }
  .modal-head h2,
  .modalHead h2 {
    font-size: 1.0625rem;
    font-weight: bold;
    margin: 0;
  }
}
@media screen {
  button.modal-close,
  button.modalClose {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}
@media screen {
  .modal-body,
  .modalBody {
    flex: 1;
    overflow: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    line-height: 1.5em;
  }
  .modal-body h3,
  .modalBody h3 {
    margin-top: 1.5rem;
  }
  .modal-body h3:first-child,
  .modalBody h3:first-child {
    margin-top: 0;
  }
}
@media screen {
  .modal-foot,
  .modalFoot {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #b1bfd1;
  }
  .modal-foot button,
  .modalFoot button {
    font-size: 0.9375rem;
    margin: 0 0.5rem;
  }
}
.modal-search,
.modalSearch {
  padding: 15px;
  border-bottom: 1px solid #b1bfd1;
}

i.jstree-icon.jstree-themeicon {
  display: none;
}

.section-level-toc-item {
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.45;
}

.table-of-contents > .treeview-list {
  margin-top: 0.75rem;
}

.secondary-table-of-contents {
  margin: 0.75rem;
}

.treeview-list {
  margin: 0.5rem 0;
}
.treeview-list.indented {
  padding-left: 18px;
}
.treeview-list li {
  margin: 0.5rem 0;
  position: relative;
}
.treeview-list .toc-item-enumerator {
  padding-right: 0.5em;
  white-space: nowrap;
}
.treeview-list .toc-item-enumerator,
.treeview-list .toc-item-text {
  display: inline;
}
.treeview-list a {
  color: #000;
}
.treeview-list button.toc-expand-button {
  padding: 0;
  margin: 0;
  background: none;
  background-image: url(../images/right.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 9px;
  height: 1.5em;
  width: 16px;
  position: absolute;
  left: -17px;
  border: none;
  text-indent: -10000px;
}
.treeview-list button.toc-expand-button.expanded {
  background-image: url(../images/down.svg);
}
.treeview-list.checkboxList label {
  display: block;
  padding-left: 24px;
}
.treeview-list.checkboxList input {
  top: 2px;
  position: absolute;
}
.treeview-list .current > a {
  font-weight: bold;
}
.treeview-list a {
  display: table;
}
.treeview-list a .toc-item-enumerator,
.treeview-list a .toc-item-text {
  display: table-cell;
}

li.toc-part-of-speech {
  margin-top: 1.5rem;
}
li.toc-part-of-speech:first-child {
  margin-top: 0;
}
li.toc-part-of-speech > a > .toc-item-text {
  font-weight: bold;
  font-size: 0.925em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

ul[role=tree].newTree {
  font-size: 0.9375rem;
  line-height: 1.3;
  padding-left: 16px;
}
ul[role=tree].newTree ul {
  padding-left: 16px;
  margin-left: 0;
}
ul[role=tree].newTree li {
  margin: 0.5em 0;
  position: relative;
}
ul[role=tree].newTree input {
  position: absolute;
  top: 4.5px;
}
ul[role=tree].newTree input:hover {
  cursor: pointer;
}
ul[role=tree].newTree a {
  color: #000;
  display: block;
}
ul[role=tree].newTree a:hover {
  text-decoration: none;
}
ul[role=tree].newTree button {
  text-align: left;
}
ul[role=tree].newTree label {
  display: block;
  padding-left: 20px;
}
ul[role=tree].newTree label:hover {
  cursor: pointer;
}
ul[role=tree].newTree .treeNodeToggle {
  background-image: url("https://static.primary.prod.gcms.the-infra.com/static/Shared+Content/image/right.svg?node=f69771e910565e91fc16&version=1817600:3bdf94b8f27d5bb880db&preview=true");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 8px;
  height: inherit;
  left: -16px;
  position: absolute;
  text-indent: -10000px;
  width: 16px;
}
ul[role=tree].newTree .treeNodeToggle img {
  height: 8px;
  width: 8px;
}
ul[role=tree].newTree .treeNodeExpandable.treeNodeCurrentPage > a,
ul[role=tree].newTree a[aria-current] {
  font-weight: bold;
}
ul[role=tree].newTree .treeNodeCollapsed > ul {
  display: none;
}
ul[role=tree].newTree .treeNodeExpanded > .treeNodeToggle {
  background-image: url("https://static.primary.prod.gcms.the-infra.com/static/Shared+Content/image/down.svg?node=e7c054890fa5ee72c49d&version=1828870:daa12cdac491fccc1f2e&preview=true");
}

ul[role=tree],
ul[role=group] {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul[role=tree] li,
ul[role=group] li {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
}
ul[role=tree] li ul,
ul[role=group] li ul {
  margin-left: 24px;
}
ul[role=tree] input[type=checkbox],
ul[role=group] input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 3px;
}

ul[role=group] + ul[role=group] {
  margin: 0.5em 0;
}

[role=treeitem][aria-expanded=false] + [role=group] {
  display: none;
}

[role=treeitem][aria-expanded=true] + [role=group] {
  display: block;
}

[role=treeitem][aria-expanded=false] > ul {
  display: none;
}

[role=treeitem][aria-expanded=true] > ul {
  display: block;
}

[role=treeitem] > span {
  display: block;
  padding-left: 20px;
  position: relative;
}
[role=treeitem] > span::before {
  content: "";
  width: 20px;
  line-height: 1.5em;
  height: 1.5em;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0px;
}

[role=treeitem][aria-expanded=false] > span::before {
  background-image: url(../../images/right.svg);
}

[role=treeitem][aria-expanded=true] > span::before {
  background-image: url(../../images/down.svg);
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 768px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.blur {
  filter: blur(4px);
}

.hidden {
  display: none !important;
}

.invisible {
  text-indent: -10000px;
}

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

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}

.tags a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  background-color: #fff;
  color: #222;
  border: 1px solid #b1bfd1;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  font-size: 0.8125rem;
  line-height: 1.5em;
  padding: 0.2em 0.8em;
  border-radius: 1em;
}
.tags a:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
  text-decoration: none;
}

button.expandable:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 0.45em;
  background-repeat: no-repeat;
  background-position: right 1px center;
  background-size: 8px;
  background-image: url(../images/down.svg);
}

.historical-thesaurus-button {
  background-image: url(../images/thesaurusIcon.svg);
}

.cite-button {
  background-image: url(../images/cite.svg);
}

.searchFiltersButton {
  background-image: url(../../images/filter.svg);
  color: #215fa6;
}

.entry-controls-bar button,
.cite-button,
.searchFiltersButton,
.historical-thesaurus-button,
.entry-head .browse-entry-button {
  padding-left: 20px;
  background-size: 14px;
  line-height: 1.5em;
  background-position: center left;
}

.entryControlsBar button {
  font-size: 0.9375rem;
}

.sort {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media all and (min-width: 768px) {
  .sort {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}

.jumpTo {
  display: flex;
  align-items: center;
}
.jumpTo button {
  font-size: 0.875rem;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.jumpTo input[type=text] {
  margin-left: 10px;
  width: 60px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.sortSelect,
.thesaurus-instance-sorter,
.compoundsControlsBar .sort,
.mobileSearchNav .dropdownWithLabel {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.solid-button,
.solidButton,
button[type=submit],
.call-to-action,
.callToAction {
  transition: border-color 0.15s linear;
  transition: background-color 0.15s linear;
  background-color: #174e8d;
  color: #fff;
  border-radius: 4px;
  padding: 0.5em 1em;
  line-height: 1.5rem;
}
.solid-button:hover,
.solidButton:hover,
button[type=submit]:hover,
.call-to-action:hover,
.callToAction:hover {
  text-decoration: none;
  background-color: #103661;
}

.solid-button.expandableToggle {
  background-image: none;
}

.call-to-action,
.callToAction {
  display: inline-block;
  padding-right: 32px;
  background-image: url(../images/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 8px;
  border-radius: 0;
}

.breadcrumb,
.thesaurus-breadcrumb {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 2.4em;
}
.breadcrumb a,
.breadcrumb > span,
.thesaurus-breadcrumb a,
.thesaurus-breadcrumb > span {
  margin-right: 0.5em;
  color: #000;
  background-image: url(../images/breadsep.svg);
  background-repeat: no-repeat;
  background-position: right 1px center;
  background-size: 13px;
  padding: 5px 0px;
  padding-right: 14px;
}
@media all and (min-width: 768px) {
  .breadcrumb a,
  .breadcrumb > span,
  .thesaurus-breadcrumb a,
  .thesaurus-breadcrumb > span {
    white-space: nowrap;
  }
}
.breadcrumb a .thesaurus-breadcrumb-label,
.breadcrumb a .breadLabel,
.breadcrumb > span .thesaurus-breadcrumb-label,
.breadcrumb > span .breadLabel,
.thesaurus-breadcrumb a .thesaurus-breadcrumb-label,
.thesaurus-breadcrumb a .breadLabel,
.thesaurus-breadcrumb > span .thesaurus-breadcrumb-label,
.thesaurus-breadcrumb > span .breadLabel {
  background-color: #e4e9ef;
  padding: 4px 6px;
  padding-right: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.breadcrumb a:hover,
.thesaurus-breadcrumb a:hover {
  text-decoration: none;
  background-image: url(../images/breadsep-dark.svg);
}
.breadcrumb a:hover span,
.thesaurus-breadcrumb a:hover span {
  background-color: #c4cfdc;
}

.wpBreadcrumb a {
  background-image: none;
  padding-right: 0;
}

.thesaurus-panel .breadcrumbNode:last-child,
.thesaurus-panel .thesaurus-breadcrumb a:last-child,
.searchResults .breadcrumbNode:last-child,
.searchResults .thesaurus-breadcrumb a:last-child {
  font-weight: bold;
  background-image: none;
}
.thesaurus-panel .breadcrumbNode:last-child .thesaurus-breadcrumb-label,
.thesaurus-panel .breadcrumbNode:last-child .breadLabel,
.thesaurus-panel .thesaurus-breadcrumb a:last-child .thesaurus-breadcrumb-label,
.thesaurus-panel .thesaurus-breadcrumb a:last-child .breadLabel,
.searchResults .breadcrumbNode:last-child .thesaurus-breadcrumb-label,
.searchResults .breadcrumbNode:last-child .breadLabel,
.searchResults .thesaurus-breadcrumb a:last-child .thesaurus-breadcrumb-label,
.searchResults .thesaurus-breadcrumb a:last-child .breadLabel {
  padding-right: 10px;
}
.thesaurus-panel .breadcrumbNode:last-child:hover,
.thesaurus-panel .thesaurus-breadcrumb a:last-child:hover,
.searchResults .breadcrumbNode:last-child:hover,
.searchResults .thesaurus-breadcrumb a:last-child:hover {
  background-image: none;
}

.wpBreadcrumb {
  display: inline-block;
}

.breadcrumb {
  line-break: anywhere;
}

.breadcrumbNode {
  white-space: nowrap;
}

.inlineRadioLists {
  display: flex;
  gap: 2rem;
  margin: 0.75rem 0;
}
.inlineRadioLists .radioList {
  margin: 0;
}

.inlineRadio div,
.radioList div {
  display: flex;
  align-items: center;
}
.inlineRadio input,
.radioList input {
  margin-right: 7px;
}

.inlineRadio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.radioList {
  margin: 0.75rem 0;
}
.radioList > div {
  margin: 0.5rem 0;
}
.radioList > div:first-child {
  margin-top: 0;
}
.radioList > div:last-child {
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: flex-start;
}
.pagination .currentPage {
  background-color: #08284c;
  color: #fff;
}
.pagination a,
.pagination span {
  color: #000;
  padding: 0.225em 0.3em;
  margin: 0 0.1em;
  line-height: 1;
}
.pagination a:first-child,
.pagination span:first-child {
  margin-left: 0;
}
.pagination a:last-child,
.pagination span:last-child {
  margin-right: 0;
}
.pagination a:hover {
  background-color: #ccc;
  text-decoration: none;
}

.frequency-indicator,
.frequencyIndicator {
  display: flex;
}
.frequency-indicator span,
.frequencyIndicator span {
  flex: 1;
  padding-bottom: 12.5%;
  display: block;
  border-radius: 0px;
  background-color: #ddd;
  border-left: 1px solid #f3f3f3;
}
.frequency-indicator span.active:nth-child(1),
.frequencyIndicator span.active:nth-child(1) {
  background-color: #eb7b88;
}
.frequency-indicator span.active:nth-child(2),
.frequencyIndicator span.active:nth-child(2) {
  background-color: #e76574;
}
.frequency-indicator span.active:nth-child(3),
.frequencyIndicator span.active:nth-child(3) {
  background-color: #e44f60;
}
.frequency-indicator span.active:nth-child(4),
.frequencyIndicator span.active:nth-child(4) {
  background-color: #e0394c;
}
.frequency-indicator span.active:nth-child(5),
.frequencyIndicator span.active:nth-child(5) {
  background-color: #dd2338;
}
.frequency-indicator span.active:nth-child(6),
.frequencyIndicator span.active:nth-child(6) {
  background-color: #c71f32;
}
.frequency-indicator span.active:nth-child(7),
.frequencyIndicator span.active:nth-child(7) {
  background-color: #b11b2d;
}
.frequency-indicator span.active:nth-child(8),
.frequencyIndicator span.active:nth-child(8) {
  background-color: #9b1827;
}

.notice {
  background-color: #e7e9ed;
  padding: 1em;
  border: 1px solid #aaa;
}
@media all and (max-width: 550px) {
  .notice {
    padding: 1em 12px;
  }
}
.notice.failure {
  border-color: #c40000;
  background-color: #fff7f7;
}
.notice.success {
  border-color: green;
  background-color: #f6f9f6;
}

.meaning .updated {
  text-align: right;
  font-size: 0.8125rem;
}

.lowercase {
  text-transform: lowercase;
}

.fraction-slash {
  font-size: 0.7em;
}

.control-panel-header,
.filter h3,
#textQueryBuilderLabel {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #9b1827;
  font-size: 0.8125rem;
}

.tab-content-sidebar,
.thesaurus-sidebar,
.sidebar {
  z-index: 10;
  font-size: 0.875rem;
  line-height: 1.45em;
}

@media all and (max-width: 1023px) {
  .tab-content-sidebar,
  .thesaurusBody .sidebar,
  .tab-content .sidebar {
    display: none;
  }
}

.table-of-contents-wrapper,
.controls-subsection,
.textQueryBuilder,
.filter {
  margin-bottom: 2rem;
}
.table-of-contents-wrapper:last-child,
.controls-subsection:last-child,
.textQueryBuilder:last-child,
.filter:last-child {
  margin-bottom: 0;
}

.textQueryBuilder .searchBox {
  margin-bottom: 0.75rem;
}
.textQueryBuilder .searchBox input {
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
}
.textQueryBuilder button {
  margin-right: 1rem;
}

.nested-sidebar {
  margin-top: 1.25rem;
}

.dateFilter .inlineRadio {
  margin-bottom: 0.5rem;
}

.dateRangeFromTo,
.date-range-from-to {
  display: grid;
  margin-bottom: 0.75rem;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 5px;
}
.dateRangeFromTo > div,
.date-range-from-to > div {
  display: contents;
}
.dateRangeFromTo > div:first-child,
.date-range-from-to > div:first-child {
  margin-bottom: 2px;
}
.dateRangeFromTo input,
.date-range-from-to input {
  width: 100px;
  font-size: inherit;
}
.dateRangeFromTo select,
.date-range-from-to select {
  width: 150px;
}

.to_invalid_date_message:empty,
.from_invalid_date_message:empty {
  display: none;
}

.additionaltextQueryPart {
  display: none;
}

.boolean {
  background-color: #eaeaea;
  margin: 1rem 0;
  padding: 0.5rem;
  justify-content: center;
  gap: 3rem;
}

.textQueryPart .exactMatches {
  margin: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #ccc;
  padding: 10px 0;
}

#cookie-consent-banner {
  background-color: #2a2a2a;
  padding: 15px 10px;
}
#cookie-consent-banner #banner-close-icon {
  display: none;
}
#cookie-consent-banner .banner-content-wrapper-banner {
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  max-width: 1220px;
}
#cookie-consent-banner .banner-content-wrapper-banner h2 {
  color: #ffffff;
  font-size: 1.35rem;
  margin-bottom: 4px;
}
#cookie-consent-banner .banner-content-wrapper-banner p.banner-notice-text {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.45em;
  margin-bottom: 15px;
  max-width: none;
  padding: 0;
}
#cookie-consent-banner .banner-content-wrapper-banner a {
  color: #56b9f8;
}
#cookie-consent-banner .banner-button-container {
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: flex-end;
}
#cookie-consent-banner .banner-button-container button {
  background-color: #ffffff;
  color: #2a2a2a;
  border-radius: 4px;
  font-size: 1rem;
  height: 35px;
  line-height: 35px;
  margin: 0;
  max-width: none;
  min-width: unset;
  width: auto;
  padding: 0 13px;
}
#cookie-consent-banner #manage-settings-button {
  background-color: transparent !important;
  color: #56b9f8 !important;
  padding: 0;
}
#cookie-consent-banner #manage-settings-button:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 550px) {
  #cookie-consent-banner {
    padding: 20px;
  }
}
@media only screen and (min-width: 390px) {
  #cookie-consent-banner .banner-content-wrapper-banner p.banner-notice-text {
    font-size: 1.0625rem;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  #cookie-consent-banner .banner-button-container {
    gap: 15px;
  }
  #cookie-consent-banner .banner-button-container button {
    font-size: 1.125rem;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#wotdModal .modalInner {
  max-width: 600px;
}

#homePage {
  background-color: #011e41;
  background-image: url(../../images/launchpad.svg);
  background-size: 1200px;
  background-position: calc(50% - 870px) -5%;
}
#homePage header,
#homePage .main {
  background: none;
}
#homePage .siteLogo {
  width: auto;
  display: block;
  margin: 0 10px;
}

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

.row {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (min-width: 768px) {
  .row {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.home .searchRow {
  padding-top: 1rem;
  padding-bottom: 0;
}
.home .searchRow .wrapper {
  display: flex;
  justify-content: center;
  max-width: 695px;
}

.homeSearch {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.homeSearch .homeLogo {
  width: 100%;
  padding: 0 10px;
}

.sitePurpose {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
@media all and (max-width: 767px) {
  .sitePurpose {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sitePurpose > .wrapper {
  max-width: 800px;
  color: white;
}
.sitePurpose h2 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 300;
}
.sitePurpose p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
@media all and (min-width: 768px) {
  .sitePurpose {
    text-align: center;
  }
  .sitePurpose h2 {
    font-size: 1.8125rem;
    font-size: 2.125rem;
    line-height: 1.2;
  }
  .sitePurpose p {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.featuresRow {
  padding-top: 0;
  padding-bottom: 25px;
}
@media all and (min-width: 768px) {
  .featuresRow {
    padding-bottom: 4.25rem;
  }
}
.featuresRow > .wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .featuresRow > .wrapper {
    flex-direction: row;
  }
}
@media all and (min-width: 1024px) {
  .featuresRow > .wrapper {
    flex-direction: row;
    gap: 50px;
  }
}

.feature {
  flex: 1;
  color: #fff;
  text-align: left;
  padding: 1rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.15);
  background: rgba(125, 125, 125, 0.1);
  border-radius: 2px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.feature h2 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
}
.feature p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.2em;
}
.feature *:empty {
  display: none;
}
@media all and (min-width: 768px) {
  .feature {
    padding: 1.5rem;
    text-align: center;
  }
  .feature h2 {
    font-size: 1.3125rem;
    line-height: 1.3;
  }
  .feature p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 1024px) {
  .feature {
    padding: 2rem;
  }
}

.featuresRow .callToAction,
.sitePurpose .callToAction {
  border: 1px solid #fff;
  background-color: transparent;
}
.featuresRow .callToAction:hover,
.sitePurpose .callToAction:hover {
  background-color: #fff;
  color: #000;
  background-image: url(../images/chevron-right-black.svg);
}

.wordy {
  background-color: #dadce3;
}
.wordy a {
  color: #000;
}
.wordy .callToAction {
  color: #fff;
}
.wordy > .wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media all and (min-width: 768px) {
  .wordy > .wrapper {
    flex-direction: row;
  }
}
.wordy > .wrapper > div {
  flex: 1;
}

.wotd h2,
.recent h2,
.trending h2 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  margin-bottom: calc(1.25em + 14px);
  margin-bottom: 2rem;
}
.wotd h2:after,
.recent h2:after,
.trending h2:after {
  width: 45px;
  height: 4px;
  bottom: -10px;
  content: "";
  position: absolute;
  background-color: #3c529c;
  left: calc(50% - 22.5px);
}

.wotd {
  text-align: center;
}
.wotd h2 {
  margin-bottom: 1.5rem;
}
.wotd h3 {
  font-weight: bold;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 0;
}
.wotd .wotdPos {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-top: 0.5em;
  font-weight: normal;
}
.wotd .wotdDef {
  line-height: 1.6;
  margin: 1rem 0;
}
.wotd .wotdButton {
  font-size: 0.9375rem;
  background-color: #fff;
  border: 1px solid #907caa;
  color: #000;
}
.wotd .wotdButton:hover {
  background-color: #3c529c;
  color: white;
  border-color: #3c529c;
}

.wotdIntro {
  margin-bottom: 1rem;
}

.recent,
.trending {
  text-align: center;
}
.recent ul,
.trending ul {
  columns: 2;
}
.recent li,
.trending li {
  line-height: 1.25;
}

.hubHeader {
  background-repeat: no-repeat;
  background-size: 100%;
}
.hubHeader .storyCard {
  max-width: 700px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.hubHeader .storyCard h1 {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #011e41;
  padding: 0.35em 0.5em;
  font-family: "DM Serif Display", serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.hubHeader .storyCard p {
  font-size: 1.1875rem;
  line-height: 1.4;
}

.siteHeader {
  background-color: #011e41;
  background-size: 75%;
  background-position: right -100px;
  background-repeat: no-repeat;
  color: #000;
}
.siteHeader > .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  .siteHeader > .wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.siteHeader a {
  color: #000;
}
.siteHeader a.advancedSearchLink {
  color: white;
  font-size: 0.8125rem;
  line-height: 1.2;
  width: 60px;
}
.siteHeader > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media all and (min-width: 350px) {
  .siteHeader > .wrapper {
    gap: 25px;
  }
}
.siteHeader .mobileSearchToggleButton,
.siteHeader .accountToggleButton,
.siteHeader .siteNavToggleButton,
.siteHeader .informationMenuLink {
  width: 32px;
}
.siteHeader .headerRight {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media all and (min-width: 450px) {
  .siteHeader .headerRight {
    gap: 18px;
  }
}

.mobileQuickSearch {
  display: none;
}

.site-nav,
.entry-head,
.mobileQuickSearch,
.searchResults .tabButtonsBar {
  border-top: 1px solid #aaa;
}

.siteName {
  font-size: 1.5rem;
  font-weight: bold;
}

.siteLogo1 {
  width: 400px;
}

.siteLogo {
  display: none;
}

.siteLogoMobile {
  display: block;
  width: 75px;
}

@media all and (max-width: 350px) {
  .siteName a {
    display: block;
    width: 75px;
  }
}
@media all and (min-width: 1024px) {
  .siteLogoMobile {
    display: none;
  }
  .siteLogo {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .headerRight .siteSearchBox {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .siteHeader .mobileSearchToggleButton {
    display: none;
  }
}
.mobileQuickSearch {
  background-color: #032650;
}
.mobileQuickSearch > .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.skipToMainContainerHidden {
  background-color: white;
  padding: 0px;
  height: 0;
  overflow: hidden;
}

.skipToMainContainerShown {
  background-color: white;
  padding: 5px;
  height: 20;
}

footer {
  position: relative;
  z-index: 10;
  background-color: #011e41;
  color: #fff;
  padding: 25px 0px;
  font-size: 0.9375rem;
}
@media all and (min-width: 768px) {
  footer {
    padding: 3.5rem 0px;
  }
}
footer > .wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  footer > .wrapper {
    gap: 25px;
  }
}
footer .footerMain {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 1024px) {
  footer .footerMain {
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
  }
}
footer .footerLogo {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  footer .footerLogo {
    align-items: flex-end;
    width: 260px;
  }
}
footer .footerLogo p {
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.3;
}
@media all and (min-width: 1024px) {
  footer .footerLogo p {
    text-align: right;
  }
}
footer .oupLogo {
  width: 220px;
}
footer a {
  color: #fff;
}
footer .footerLinks {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.75rem 25px;
}
footer .footerLinks div {
  flex: 1;
}
@media all and (min-width: 1024px) {
  footer .footerLinks {
    flex: 1;
    display: flex;
    gap: 3rem;
  }
}
footer .footerLinks li {
  line-height: 1.25;
}
footer ul {
  margin: 0;
}

.footerFoot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 1024px) {
  .footerFoot {
    justify-content: center;
    flex-direction: row;
  }
}
.footerFoot ul {
  display: flex;
  gap: 25px;
}
.footerFoot li {
  margin: 0;
}

.resultsSetControlsBar {
  background-color: #fff;
  padding: 0.75rem 1em;
  border: 1px solid #b1bfd1;
  border-bottom: none;
  font-size: 0.9375rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 550px) {
  .resultsSetControlsBar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.resultsSet + .resultsSetControlsBar {
  border-bottom: 1px solid #b1bfd1;
  border-top: none;
}

.resultsSet {
  border: 1px solid #b1bfd1;
}

.resultsSetItem {
  background-color: #fff;
  padding: 1em 12px;
  border-bottom: 1px solid #b1bfd1;
}
.resultsSetItem:last-child {
  border-bottom: none;
}
.resultsSetItem .resultTitle,
.resultsSetItem .dateRange,
.resultsSetItem .date {
  line-height: 1.4rem;
  display: block;
}
.resultsSetItem .date,
.resultsSetItem .dateRange {
  font-weight: bold;
  font-size: 0.875em;
  white-space: nowrap;
}
.resultsSetItem .resultTitle {
  font-size: 1.2em;
  font-weight: 600;
}
.resultsSetItem .resultTitle .ps,
.resultsSetItem .resultTitle .pos {
  font-size: 1rem;
}
.resultsSetItem .resultTitle .lm {
  font-style: normal;
  font-weight: normal;
}
.resultsSetItem .breadcrumb {
  margin-top: 0.75em;
}
.resultsSetItem .breadcrumb:first-child {
  margin-top: 0;
}
.resultsSetItem .snippet {
  font-size: 1rem;
  line-height: 1.525;
}
.resultsSetItem .snippet,
.resultsSetItem .location,
.resultsSetItem .resultTitle {
  display: block;
  margin: 0.25rem 0;
}
.resultsSetItem .snippet:first-child,
.resultsSetItem .location:first-child,
.resultsSetItem .resultTitle:first-child {
  margin-top: 0;
}
.resultsSetItem .snippet:last-child,
.resultsSetItem .location:last-child,
.resultsSetItem .resultTitle:last-child {
  margin-bottom: 0;
}
.resultsSetItem .frequencyIndicator span {
  flex: 1;
  width: auto;
}
.resultsSetItem .etymSummary {
  font-size: 0.9em;
  padding: 1em;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.resultsSetItem .quotation-text {
  font-family: "Lora", Georgia, serif;
  line-height: 1.525;
}
.resultsSetItem .quotation-source {
  color: #444;
  font-size: 0.85em;
  line-height: 1.525;
  margin-right: 1em;
}
.resultsSetItem .quotation-source cite {
  font-style: italic;
}

.resultsSetItemHead {
  color: #000;
}
@media all and (max-width: 550px) {
  .resultsSetItemHead {
    float: right;
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.resultsSetItemHead .frequencyIndicator {
  margin-top: 0.5rem;
  width: 80px;
}

@media all and (max-width: 550px) {
  .thesaurusResult .resultsSetItemHead {
    float: none;
    margin-left: 0rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
  }
}

@media all and (min-width: 550px) {
  .resultsSet {
    display: table;
    width: 100%;
  }
  .resultsSetItem {
    display: table-row;
  }
  .resultsSetItem:last-child .resultsSetItemBody,
  .resultsSetItem:last-child .resultsSetItemHead {
    border-bottom: none;
  }
  .resultsSetItemHead {
    border-right: 2px solid #9b1827;
    min-width: 100px;
    width: 1%;
    padding: 1rem 0.75rem;
  }
  .resultsSetItemBody {
    padding: 1rem;
  }
  .resultsSetItemBody,
  .resultsSetItemHead {
    position: relative;
    display: table-cell;
    border-bottom: 1px solid #b1bfd1;
  }
}
.frequencyIndicator span.active:nth-child(1) {
  background-color: #eb7b88;
}

.frequencyIndicator span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 12.5%;
  display: block;
  border-radius: 0px;
  background-color: #ddd;
  border-left: 1px solid #f3f3f3;
}

@media all and (max-width: 550px) {
  .thesaurusResult .resultsSetItemHead {
    float: none;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  .thesaurusResult .resultsSetItemHead {
    width: 38%;
    border-right: 1px solid #b1bfd1;
    border-bottom: 2px solid #9b1827;
    vertical-align: top;
  }
}
@media all and (min-width: 768px) {
  .thesaurusResult .resultsSetItemBody {
    border-bottom: 2px solid #9b1827;
    vertical-align: top;
  }
}

.thesaurusExamples {
  margin: 0.25em 0;
  font-size: 0.9375rem;
  font-style: italic;
}

.thesaurusResultLink {
  font-weight: 500;
  font-size: 0.9375rem;
}

div[class$=invalid_date_message] {
  grid-column-end: span 2;
  color: red;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.simpleResults,
.searchResults {
  font-size: 1.0625rem;
  line-height: 1.6;
}

.searchResults .tab,
.simpleResults {
  padding: 1rem 0 2rem 0;
}
@media all and (min-width: 1024px) {
  .searchResults .tab,
  .simpleResults {
    padding: 2rem 0;
  }
}

.searchResults .tab > .wrapper {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .searchResults .tab > .wrapper {
    flex-direction: row;
  }
}
.searchResults .sidebar {
  width: 320px;
  border-right: none;
}
.searchResults .tabContent {
  flex: 1;
}

.searchSummary {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media all and (min-width: 768px) {
  .searchSummary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media all and (max-width: 1023px) {
  .searchSummary,
  .resultsSetControlsBar,
  .mobileSearchNav {
    font-size: 0.9375rem;
  }
  .searchSummary select,
  .resultsSetControlsBar select,
  .mobileSearchNav select {
    font-size: 0.9375rem;
  }
}

.simpleResults > .wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .simpleResults > .wrapper {
    flex-direction: row;
    gap: 3rem;
  }
}

.simpleResultsRight {
  max-width: 400px;
}
@media all and (min-width: 550px) {
  .simpleResultsRight {
    min-width: 330px;
  }
}

.simpleResultsLeft {
  flex: 1;
}

.suggestions {
  padding: 1em;
  padding: 1.25em;
  background-color: #e7e9ed;
  border: 3px double #b1bfd1;
  background-color: #fff;
  font-size: 1rem;
}
@media all and (max-width: 550px) {
  .suggestions {
    padding: 1em 12px;
  }
}
.suggestions h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 600;
}

.didYouMean {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  .didYouMean {
    padding: 1.5em 12px;
  }
}

#selectCategoryModal .modalSearch {
  background-color: #eee;
}

.selectCategoryModalSearchBox .searchBox {
  border: 1px solid #b1bfd1;
  border-radius: 4px;
  display: flex;
  background-color: #fff;
}
.selectCategoryModalSearchBox input {
  flex: 1;
  border: none;
  height: 40px;
}
.selectCategoryModalSearchBox button {
  width: 24px;
  margin: 0 5px;
}

.selectedCategoryContainer {
  display: flex;
  display: none;
  gap: 0.5em;
  margin-bottom: 0.5rem;
  align-items: center;
}
.selectedCategoryContainer img {
  width: 18px;
}

.searchResults .tabButtonsBar {
  padding-top: 1.25rem;
}
@media all and (max-width: 1023px) {
  .searchResults .tabButtonsBar {
    display: none;
  }
  .searchResults .modal .tabButtons {
    display: none;
  }
}

.mobileSearchNav {
  padding-top: 0.5em;
}
@media all and (min-width: 1024px) {
  .mobileSearchNav {
    display: none;
  }
}
.mobileSearchNav .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
@media all and (min-width: 768px) {
  .mobileSearchNav .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.searchResultsFoot {
  margin-top: 2rem;
  text-align: center;
}
.searchResultsFoot .pagination {
  justify-content: center;
}

.export {
  color: #215fa6;
}

.resultsNumbers {
  margin-right: 1rem;
}

.jumpTo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumpTo button {
  font-size: 0.875rem;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.jumpTo input[type=text] {
  width: 60px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.saveSearchButton {
  font-size: 0.875rem;
}

.filter-seemore {
  color: #215fa6;
  margin-top: 0.5em;
}

.filter:not(:has(ul, div, button)) {
  display: none;
}

#autocompleteModal,
#autocompleteModalMobile {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: calc(100% - 40px);
  z-index: 20;
}
#autocompleteModal ul,
#autocompleteModalMobile ul {
  border: 1px solid #b1bfd1;
}
#autocompleteModal ul:empty,
#autocompleteModalMobile ul:empty {
  border: none;
}
#autocompleteModal li,
#autocompleteModalMobile li {
  border-top: 1px solid #b1bfd1;
  margin: 0;
}
#autocompleteModal li:first-child,
#autocompleteModalMobile li:first-child {
  border-top: none;
}
#autocompleteModal a,
#autocompleteModalMobile a {
  display: block;
  padding: 0.5em;
  color: #000;
  text-align: left;
}
#autocompleteModal a:hover,
#autocompleteModalMobile a:hover {
  text-decoration: none;
  background-color: #667486;
  color: white;
}
#autocompleteModal [id^=dictionary-autocomplete] li.selected,
#autocompleteModal [id^=thesaurus-autocomplete] li.selected,
#autocompleteModalMobile [id^=dictionary-autocomplete] li.selected,
#autocompleteModalMobile [id^=thesaurus-autocomplete] li.selected {
  background-color: #667486;
}
#autocompleteModal [id^=dictionary-autocomplete] li.selected a,
#autocompleteModal [id^=thesaurus-autocomplete] li.selected a,
#autocompleteModalMobile [id^=dictionary-autocomplete] li.selected a,
#autocompleteModalMobile [id^=thesaurus-autocomplete] li.selected a {
  color: white;
}

.siteSearchBox {
  border-radius: 25px;
  text-align: left;
  padding: 0px;
  display: flex;
  align-items: center;
  height: 48px;
}
.siteSearchBox .scope {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  border-right: 1px solid #b1bfd1;
  height: 100%;
  margin-right: 0px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media all and (max-width: 370px) {
  .siteSearchBox .scope {
    flex: 1;
  }
}
.siteSearchBox .scope select {
  height: 100%;
  border: none;
  font-size: 0.9375rem;
  padding-left: 12px;
  padding-right: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.siteSearchBox .searchInputAndButton {
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.siteSearchBox input[type=text] {
  flex: 1;
  height: 100%;
  font-weight: 500;
  border: none;
  padding-left: 7px;
  border: none;
}
@media all and (min-width: 550px) {
  .siteSearchBox input[type=text] {
    font-size: 1.25rem;
  }
}
.siteSearchBox button {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border: none;
  margin-left: 0px;
}
.siteSearchBox select {
  border: none;
  width: 100%;
}
.siteSearchBox input:focus,
.siteSearchBox select:focus {
  outline-offset: -5px;
}

.contentPanel {
  border: 1px solid #aabacd;
  color: #000;
  background-color: #fff;
  transition: background-color 200ms linear;
  display: block;
  max-width: 598px;
}
.contentPanel h2 {
  font-size: 1.1875rem;
  line-height: 1.3;
}
.contentPanel:hover {
  text-decoration: none;
  background-color: #f4f5f9;
}
.contentPanel p:empty {
  display: none;
}

.contentPanelHead img {
  width: 100%;
}

.contentPanelBody {
  padding: 1.3em 1em;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media all and (min-width: 768px) {
  #accountModal .modalInner {
    width: 800px;
  }
}

.accounts {
  font-size: 0.9375rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.accounts h2 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media all and (max-width: 550px) {
  .accounts > div {
    border-bottom: 1px solid #b1bfd1;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .accounts > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media all and (min-width: 550px) {
  .accounts {
    flex-direction: row;
  }
  .accounts > div {
    flex: 1;
    padding: 0 1.75rem;
    border-right: 1px solid #b1bfd1;
  }
  .accounts > div:first-child {
    padding-left: 0;
  }
  .accounts > div:last-child {
    padding-right: 0;
    border-right: none;
  }
}

.administratorAccountSignIn {
  border-top: 1px solid #b1bfd1;
  padding-top: 1rem;
  margin-top: 1rem;
}

.personalAccountSignInButton {
  margin-right: 1rem;
}

.signOutSmallPrint {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.formRow {
  position: relative;
}

.password-check-row {
  display: flex;
  align-items: center;
}

.password-check-label {
  line-height: 1.2em;
  margin-left: 15px;
  font-size: 0.875rem;
  justify-content: center;
}

.password-requirements-icon {
  font-size: 1rem;
  left: 0;
  position: absolute;
}

.password-check-title {
  text-align: left;
  line-height: 1em;
  padding-left: 25px;
}

i.password-check-icon {
  float: left;
  line-height: 1.5em;
  font-size: 0.9375rem;
}

.password-check-row {
  clear: both;
  width: 100%;
}

.password-check-title {
  border-bottom: 1px solid #cfd5e4;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.password-helper {
  background-color: #fff;
  border: 1px solid #cfd5e4;
  display: none;
  left: 20px;
  padding: 10px;
  position: absolute;
  top: 42px;
  z-index: 1000;
  border-radius: 4px;
}

.password-helper .arrow-up {
  left: 50%;
  margin-bottom: 0;
}

.password-helper .arrow-up:after,
.password-helper .arrow-up:before {
  left: 50%;
}

.password-requirements-icon {
  float: left;
  font-size: 1.5rem;
  left: 5px;
  position: absolute;
}

.red {
  color: red;
}

.green {
  color: green;
}

.orange {
  color: orange;
}

.password-confirm-wrap,
.password-input-check-wrap {
  position: relative;
}

.password-confirm-icon,
.password-input-icon {
  font-size: 1.5rem;
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.password-confirm-icon,
.password-input-icon {
  font-size: 1rem;
}

.password-helper {
  background-color: #fff;
  border: 1px solid #cfd5e4;
  display: none;
  left: 20px;
  padding: 10px;
  position: absolute;
  top: 50px;
  z-index: 1000;
  border-radius: 4px;
}

.password-helper .arrow-up {
  left: 50%;
  margin-bottom: 0;
}

.arrow-up {
  background: #fff;
  margin-bottom: 5px;
}

.arrow-up:after,
.arrow-up:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-up:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.arrow-up:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #cfd5e4;
  border-width: 12px;
  margin-left: -12px;
}

.fade {
  opacity: 0.3;
  transition: opacity 0.4s linear;
}

.signinForFeature-prompt {
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

.personalAccountSignIn ul.bullet {
  margin-bottom: 1.2rem;
}

.paywallWrapper .accounts {
  border: 1px solid #b1bfd1;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

.thankyou {
  font-family: "Lora", Georgia, serif;
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 500;
}

.paywallOptions {
  text-align: center;
  margin-bottom: 3rem;
}
.paywallOptions .callToActionContainer {
  margin-top: 1.25rem;
}

#paywall-modal .paywallOptions {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #b1bfd1;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  #paywall-modal .modal-body {
    padding: 1.75rem;
  }
}

.tab-section #paywall-modal .modal-body {
  padding: 0 !important;
}
.tab-section #paywall-modal .paywallOptions {
  padding-bottom: 0rem;
  border-bottom: none;
  margin-bottom: 3rem;
}

.textQueryBuilder .searchBox {
  margin-bottom: 0.75rem;
}
.textQueryBuilder .searchBox input {
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
}
.textQueryBuilder button {
  margin-right: 1rem;
}

.boolean {
  background-color: #eaeaea;
  margin: 1rem 0;
  padding: 0.5rem;
  justify-content: center;
  gap: 3rem;
}

.rowForEditableContentPanels {
  background-color: #fbfbfb;
}

.editableContentPanels {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (min-width: 550px) {
  .editableContentPanels {
    flex-direction: row;
  }
  .editableContentPanels > .contentPanel {
    width: calc(50% - (25px / 2));
  }
}

@media all and (min-width: 1024px) {
  .rowForEditableContentPanels .contentPanel {
    width: auto;
    flex: 1;
  }
}

@media all and (min-width: 1024px) {
  aside .editableContentPanels .contentPanel {
    width: 100%;
  }
}

.tab-header h2 {
  margin: 3rem 0 1.5rem 0;
  /* padding-bottom: 0.25em; */
  font-weight: 500;
  /* display: inline-block; */
  background-color: #032651;
  color: #fff;
  padding: 0.5em 0.25em;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.tab-header.invisible {
  height: 0;
}
.tab-header.invisible h2 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#meaning_and_use .tab-header h2 {
  margin-top: 0;
}

.tab-bar,
.tabButtonsBar {
  background-color: #032650;
}
.tab-bar > .wrapper,
.tabButtonsBar > .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (min-width: 768px) {
  .tab-bar > .wrapper,
  .tabButtonsBar > .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1023px) {
  .tab-bar,
  .tabButtonsBar {
    padding-bottom: 0.35rem;
  }
}
@media all and (min-width: 1024px) {
  .tab-bar.fixed,
  .tabButtonsBar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

.tab-bar .tab-buttons,
.tabButtonsBar .tabButtons,
.stickyBar .tab-buttons {
  color: #f7f4f2;
  display: flex;
}
.tab-bar .tab-buttons button,
.tab-bar .tab-buttons a,
.tabButtonsBar .tabButtons button,
.tabButtonsBar .tabButtons a,
.stickyBar .tab-buttons button,
.stickyBar .tab-buttons a {
  color: #fff;
  white-space: nowrap;
}
.tab-bar .tab-buttons button:hover,
.tab-bar .tab-buttons a:hover,
.tabButtonsBar .tabButtons button:hover,
.tabButtonsBar .tabButtons a:hover,
.stickyBar .tab-buttons button:hover,
.stickyBar .tab-buttons a:hover {
  text-decoration: none;
}
@media all and (max-width: 1023px) {
  .tab-bar .tab-buttons,
  .tabButtonsBar .tabButtons,
  .stickyBar .tab-buttons {
    padding-bottom: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .tab-bar .tab-buttons button,
  .tab-bar .tab-buttons a,
  .tabButtonsBar .tabButtons button,
  .tabButtonsBar .tabButtons a,
  .stickyBar .tab-buttons button,
  .stickyBar .tab-buttons a {
    font-size: 0.875rem;
    line-height: 1.5;
    border: 1px solid #fff;
    border-right: none;
    padding: 0.35em 0.6em;
  }
  .tab-bar .tab-buttons button:last-child,
  .tab-bar .tab-buttons a:last-child,
  .tabButtonsBar .tabButtons button:last-child,
  .tabButtonsBar .tabButtons a:last-child,
  .stickyBar .tab-buttons button:last-child,
  .stickyBar .tab-buttons a:last-child {
    border-right: 1px solid #fff;
  }
  .tab-bar .tab-buttons button.tab-bar-item-active, .tab-bar .tab-buttons button.current,
  .tab-bar .tab-buttons a.tab-bar-item-active,
  .tab-bar .tab-buttons a.current,
  .tabButtonsBar .tabButtons button.tab-bar-item-active,
  .tabButtonsBar .tabButtons button.current,
  .tabButtonsBar .tabButtons a.tab-bar-item-active,
  .tabButtonsBar .tabButtons a.current,
  .stickyBar .tab-buttons button.tab-bar-item-active,
  .stickyBar .tab-buttons button.current,
  .stickyBar .tab-buttons a.tab-bar-item-active,
  .stickyBar .tab-buttons a.current {
    background-color: #fff;
    color: #000;
    cursor: default;
  }
}
@media all and (min-width: 1024px) {
  .tab-bar .tab-buttons,
  .tabButtonsBar .tabButtons,
  .stickyBar .tab-buttons {
    gap: 0 2rem;
  }
  .tab-bar .tab-buttons button,
  .tab-bar .tab-buttons a,
  .tabButtonsBar .tabButtons button,
  .tabButtonsBar .tabButtons a,
  .stickyBar .tab-buttons button,
  .stickyBar .tab-buttons a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    padding: 0.35em 0em;
  }
  .tab-bar .tab-buttons button.tab-bar-item-active, .tab-bar .tab-buttons button.current,
  .tab-bar .tab-buttons a.tab-bar-item-active,
  .tab-bar .tab-buttons a.current,
  .tabButtonsBar .tabButtons button.tab-bar-item-active,
  .tabButtonsBar .tabButtons button.current,
  .tabButtonsBar .tabButtons a.tab-bar-item-active,
  .tabButtonsBar .tabButtons a.current,
  .stickyBar .tab-buttons button.tab-bar-item-active,
  .stickyBar .tab-buttons button.current,
  .stickyBar .tab-buttons a.tab-bar-item-active,
  .stickyBar .tab-buttons a.current {
    border-bottom-color: pink;
  }
}
@media all and (min-width: 1200px) {
  .tab-bar .tab-buttons button,
  .tab-bar .tab-buttons a,
  .tabButtonsBar .tabButtons button,
  .tabButtonsBar .tabButtons a,
  .stickyBar .tab-buttons button,
  .stickyBar .tab-buttons a {
    font-size: 1.1rem;
  }
}

@media all and (min-width: 1024px) {
  .searchResults .tabButtonsBar .tabButtons,
  .searchResults .stickyBar .tabButtons {
    gap: 0 4rem;
  }
}

.entry-mobile-nav,
.mobileNav {
  background-color: #011e41;
  position: fixed;
  transition: top 0.3s;
  top: -150px;
  z-index: 20;
  width: 100%;
  left: 0;
}
@media all and (min-width: 1024px) {
  .entry-mobile-nav,
  .mobileNav {
    display: none;
  }
}
.entry-mobile-nav.fixed,
.mobileNav.fixed {
  top: 0;
}
.entry-mobile-nav .wrapper,
.mobileNav .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.entry-mobile-nav button,
.mobileNav button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}
.entry-mobile-nav img,
.mobileNav img {
  width: 32px;
}
.entry-mobile-nav .siteSearchBox,
.mobileNav .siteSearchBox {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .browseToggleButton {
    display: none;
  }
  .tab-content-sidebar,
  #entry_content_sidebar,
  .thesaurusBody .sidebar {
    width: 350px;
    padding: 3rem 1rem 3rem 0rem;
    position: static;
  }
  .tab-content-sidebar.fixed,
  #entry_content_sidebar.fixed,
  .thesaurusBody .sidebar.fixed {
    position: fixed;
    bottom: 0;
    overflow: auto;
    padding-bottom: 350px;
  }
  .tabbed .tab-content-sidebar.fixed + .tab-content-body,
  .tabbed #entry_content_sidebar.fixed + .tab-content-body,
  .tabbed .thesaurusBody .sidebar.fixed + .tab-content-body {
    margin-left: calc(350px + 3.5%);
  }
  .nontabbed .fixed + #entry_content_body {
    margin-left: calc(350px + 3.5%);
  }
  .thesaurus .sidebar.fixed + .thesaurusContentContainer {
    margin-left: calc(400px + 3.5%);
  }
}
@media all and (min-width: 1024px) {
  .thesaurusBody .sidebar {
    width: 400px;
  }
}
@media all and (max-width: 1023px) {
  .tab-content {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 1024px) {
  .thesaurusContentContainer {
    min-height: 1000px;
  }
}

.main {
  background-color: #fbfbfb;
}

.tab,
.thesaurusTab,
.simpleResults,
.thesaurusBody,
.simple {
  background-color: #fbfbfb;
}

#meaning_and_use .tab-content,
#phrasal_verbs .tab-content,
#forms .tab-content,
#compounds_and_derivatives .tab-content,
#compounds_and_derived_words .tab-content,
#initialisms .tab-content,
.nontabbed #entry_content .wrapper,
.thesaurusBody .wrapper {
  display: flex;
  gap: 3.5%;
  align-items: flex-start;
}

#meaning_and_use .tab-content-body,
#phrasal_verbs .tab-content-body,
#forms .tab-content-body,
#compounds_and_derivatives .tab-content-body,
#compounds_and_derived_words .tab-content-body,
#initialisms .tab-content-body,
#entry_content_body,
.thesaurusContentContainer {
  flex: 1;
}

#browse-modal .modalInner,
#browseModal .modalInner {
  width: 100%;
  height: 100%;
}
#browse-modal .modalBody,
#browse-modal .modal-body,
#browseModal .modalBody,
#browseModal .modal-body {
  font-size: 0.875rem;
}
#browse-modal .tab-bar,
#browseModal .tab-bar {
  background: none;
}
#browse-modal .wrapper,
#browseModal .wrapper {
  padding: 0;
}
#browse-modal .tab-buttons,
#browseModal .tab-buttons {
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}
#browse-modal .tab-buttons button,
#browse-modal .tab-buttons a,
#browseModal .tab-buttons button,
#browseModal .tab-buttons a {
  color: #000;
  padding: 0.5em;
  text-align: left;
  border: 1px solid #08284c !important;
  overflow: hidden;
}
#browse-modal .tab-buttons button.tab-bar-item-active,
#browse-modal .tab-buttons a.tab-bar-item-active,
#browseModal .tab-buttons button.tab-bar-item-active,
#browseModal .tab-buttons a.tab-bar-item-active {
  background-color: #08284c;
  color: #fff;
}

.thesaurusTabButtons {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  display: flex;
  gap: 4rem;
}
.thesaurusTabButtons button {
  padding: 1rem 0 0.75rem 0;
  border-bottom: 5px solid transparent;
}
.thesaurusTabButtons button.current {
  border-bottom: 5px solid #f3a7b8;
}

.tab-content-sidebar,
#entry_content_sidebar,
.thesaurus-sidebar,
#variant-forms-sidebar {
  font-size: 0.875rem;
  line-height: 1.45em;
}
@media all and (max-width: 1023px) {
  .tab-content-sidebar,
  #entry_content_sidebar,
  .thesaurus-sidebar,
  #variant-forms-sidebar {
    display: none;
  }
}

#cite-modal .modal-inner {
  max-width: 800px;
}
#cite-modal .citation-style {
  margin-bottom: 1.5rem;
}
#cite-modal .citation-style h3 {
  margin-bottom: 0.25em;
}

.citation-line {
  margin-bottom: 0.5rem;
}

.copy-citation-button {
  margin-right: 0.5rem;
}

.citation-copied-message {
  color: #096209;
}

.citation-download label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.citation-download {
  flex-direction: column;
  margin-top: 2rem;
}
@media all and (min-width: 768px) {
  .citation-download {
    flex-direction: row;
  }
}
.citation-download select {
  margin-bottom: 1rem;
  height: 42px;
  font-size: 1em;
}
@media all and (min-width: 768px) {
  .citation-download select {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.tippy-box {
  background-color: #08284c;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.Toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
}

button.Toggle {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}

.Toggle__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.Toggle__display {
  --offset: 4px;
  --diameter: 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: content-box;
  width: calc(var(--diameter) * 2 + var(--offset) * 2);
  height: calc(var(--diameter) + var(--offset) * 2);
  position: relative;
  border-radius: 100vw;
  background-color: #ffeef1;
  background-color: #fff;
  transition: 250ms;
}

.Toggle__display::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: var(--offset);
  box-sizing: border-box;
  width: var(--diameter);
  height: var(--diameter);
  border-radius: 50%;
  background-color: #8c95a6;
  transform: translate(0, -50%);
  will-change: transform;
  transition: inherit;
}

.Toggle:focus .Toggle__display,
.Toggle__input:focus + .Toggle__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.Toggle:focus,
.Toggle:focus:not(:focus-visible) .Toggle__display,
.Toggle__input:focus:not(:focus-visible) + .Toggle__display {
  outline: 0;
}

.Toggle[aria-pressed=true] .Toggle__display,
.Toggle__input:checked + .Toggle__display {
  background-color: #eaf7f0;
  background-color: #fff;
}

.Toggle[aria-pressed=true] .Toggle__display::before,
.Toggle__input:checked + .Toggle__display::before {
  transform: translate(100%, -50%);
}

.Toggle[disabled] .Toggle__display,
.Toggle__input:disabled + .Toggle__display {
  opacity: 0.6;
  filter: grayscale(40%);
  cursor: not-allowed;
}

[dir=rtl] .Toggle__display::before {
  left: auto;
  right: var(--offset);
}

[dir=rtl] .Toggle[aria-pressed=true] + .Toggle__display::before,
[dir=rtl] .Toggle__input:checked + .Toggle__display::before {
  transform: translate(-100%, -50%);
}

.Toggle__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}

.Toggle__icon--cross {
  color: #c40000;
  font-size: 85%;
}

.Toggle__icon--checkmark {
  color: #1d9c66;
}

#entry_content {
  font-size: 1.0625rem;
  line-height: 1.525;
}
.tabbed .tab-content-body,
.nontabbed #entry_content_body,
.paywallWrapper {
  padding: 1.75rem 0;
}
@media all and (min-width: 768px) {
  .tabbed .tab-content-body,
  .nontabbed #entry_content_body,
  .paywallWrapper {
    padding: 3rem 0;
  }
}

#ancillary-content {
  margin-top: 2rem;
}
#ancillary-content::before {
  content: "◆ ◆ ◆";
  display: block;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  color: #08284c;
}
#ancillary-content > section {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
  margin-bottom: 2rem;
}
@media all and (max-width: 550px) {
  #ancillary-content > section {
    padding: 1.5em 12px;
  }
}
#ancillary-content > section:last-child {
  margin-bottom: 0;
}

#commentaries h3 {
  color: #9b1827;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.commentary-meta {
  display: flex;
  gap: 1.75rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  color: #666;
}

.commentary-title {
  margin: 0;
  margin-top: 0.25em;
  font-size: 1.2em;
  line-height: 1.25em;
}

.commentary-author {
  font-size: 0.9375rem;
  line-height: 1.525;
}

.commentary-snippet {
  margin: 0.75em 0;
  font-family: "Lora", Georgia, serif;
}
@media all and (min-width: 1024px) {
  .commentary-snippet {
    columns: 2;
    column-gap: 25px;
  }
}

.itemBody .commentary {
  margin-top: 1rem;
}

@media all and (min-width: 550px) {
  .nearby-entries ol {
    columns: 2;
    column-gap: 15px;
  }
}
@media all and (min-width: 1024px) {
  .nearby-entries ol {
    columns: 3;
  }
}
.nearby-entries .current-entry {
  font-weight: bold;
}
.nearby-entries .nearby-entry-daterange {
  font-weight: bold;
  margin-left: 0.5em;
  font-size: 0.85em;
}
.nearby-entries li a {
  color: #000;
}

#contribute-modal .modal-inner {
  max-width: 650px;
}

.entry-head {
  background-color: #032650;
  color: #f7f4f2;
  text-align: center;
}
.entry-head a {
  color: #f6bdca;
}

.nontabbed .entry-head {
  padding-bottom: 1rem;
}

.headword-group-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .headword-group-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#entry-history-modal .modalInner {
  max-width: 700px;
}

@media all and (max-width: 1023px) {
  .entry-head {
    padding-bottom: 1rem;
  }
  .entry-head > .wrapper {
    display: flex;
    flex-direction: column;
  }
  .headword-group-wrapper {
    order: 1;
  }
  .entry-controls-bar {
    order: 2;
  }
}
.view-selector {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.view-selector .view-selector-label {
  margin-right: 0.5em;
}

.entry-controls-bar {
  font-size: 0.9375rem;
  line-height: 1.5em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 1024px) {
  .entry-controls-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 9px;
  }
}

.entry-controls-left,
.entry-controls-right {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2em 1.5em;
  text-align: center;
}
@media all and (min-width: 768px) {
  .entry-controls-left,
  .entry-controls-right {
    gap: 0.2em 2em;
  }
}

.entry-controls-right > * {
  white-space: nowrap;
}

.entry-status button {
  color: #f6bdca;
  padding-left: 0;
}

.entry-head .browse-entry-button {
  background-image: url(../images/contents-white.svg);
}
@media all and (min-width: 1024px) {
  .entry-head .browse-entry-button {
    display: none;
  }
}
.entry-head .cite-button {
  background-image: url(../images/cite-white.svg);
}
.entry-head .contribute-button {
  background-image: url(../images/feedback-white.svg);
}
.entry-head .share-button {
  background-image: url(../images/share-white.svg);
}
.entry-head .preferences-button {
  background-image: url(../images/preferences-white.svg);
}

.entry-controls-bar .PDFButton {
  background-image: url(../../images/pdf.svg);
  padding-left: 24px;
  background-size: 16px;
  line-height: 1.5em;
  background-position: center left;
}
@media all and (min-width: 1024px) {
  .entry-controls-bar .PDFButton {
    position: absolute;
    top: 45px;
    right: 25px;
    font-size: 1.0625rem;
  }
}

.headword-group {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  padding-top: 10px;
  margin-top: 0;
}
.headword-group::before {
  width: calc(100% - 1rem);
  height: 1px;
  content: "";
  position: absolute;
  background-color: pink;
  left: 0.5rem;
  top: 52px;
}
@media all and (max-width: 767px) {
  .headword-group::before {
    top: 39px;
  }
}
.headword-group::after {
  width: calc(100% - 1rem);
  height: 1px;
  content: "";
  position: absolute;
  background-color: pink;
  left: 0.5rem;
  top: 87px;
}
@media all and (max-width: 767px) {
  .headword-group::after {
    top: 65px;
  }
}
.headword-group .headword {
  font-family: "DM Serif Display", serif;
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 400;
  background-color: #032650;
  padding: 0 0.5rem;
}
@media all and (min-width: 768px) {
  .headword-group .headword {
    font-size: 3.5rem;
  }
}
.headword-group .headword-parts-of-speech {
  display: inline-block;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.2em;
  max-width: 250px;
  background-color: #032650;
  padding: 0 0.5rem;
}
@media all and (min-width: 768px) {
  .headword-group .headword-parts-of-speech {
    font-size: 1.2rem;
    font-size: 0.9rem;
    margin-top: 0px;
  }
}
.headword-group .homograph-number {
  font-size: 0.65em;
  position: relative;
  bottom: 0.7em;
  margin-left: 0.15em;
}

.taxonomic-name,
.editorial-label,
.grammar,
.external-link-lemma,
.quotation-block-label,
.work-title,
.cross-reference-lemma,
.cross-reference-variant,
.cited-form,
.subdefinition-number {
  font-style: italic;
}

.inflected-form,
.variant-lemma,
.variant-form,
.lemma {
  font-weight: bold;
}

.roman {
  font-weight: normal;
  font-style: normal;
}

.updated {
  color: #666;
  font-size: 0.8125rem;
}
.updated:hover {
  text-decoration: underline;
}

.foreign-form {
  font-style: italic;
}

.small-caps {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.03em;
}

.cross-reference-headword {
  font-weight: bold;
}

.daterange {
  background-color: #e4e9ef;
  padding: 0.45em 0.45em;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.cross-reference .homograph-number {
  font-size: 0.75em;
  position: relative;
  bottom: 0.7em;
}

.subentry-header {
  margin-bottom: 0.4rem;
}
.subentry-header .lemma {
  font-size: 1.08em;
  margin-right: 0.5em;
}

@media all and (min-width: 550px) {
  .item-content {
    display: flex;
    align-items: baseline;
  }
}

.item-enumerator,
.header-enumerator {
  padding-right: 0.7rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.item-body {
  flex: 1;
}

@media all and (max-width: 550px) {
  .item-body,
  .definition,
  .item-enumerator,
  .header-enumerator,
  .s1-header,
  .s2-header,
  .s3-header {
    display: inline;
  }
}
.entry-level-header {
  margin-bottom: 1.25rem;
}

.s1 {
  margin-top: 3rem;
}

.senses-list,
.phrases-list {
  margin-top: 0;
}
.senses-list .list,
.phrases-list .list {
  margin: 1.25rem 0;
}

.senses-list > li:first-child {
  margin-top: 0;
}

.s2 {
  margin-top: 2rem;
}
.s2 > ol {
  padding-left: 1.3rem;
}
@media all and (max-width: 767px) {
  .s2 > ol {
    padding-left: 0;
  }
}

.s3 {
  margin-top: 2rem;
}

.s4,
.phrase-group,
.compound-group {
  margin-top: 1rem;
  margin-top: 1.75rem;
  padding: 1.4rem 1.25rem;
  scroll-margin-top: 50px;
  border: 1px solid #b1bfd1;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .s4,
  .phrase-group,
  .compound-group {
    padding: 1rem 10px;
  }
}
.s4 > .item-content + ol,
.phrase-group > .item-content + ol,
.compound-group > .item-content + ol {
  padding-left: 1.3rem;
}
@media all and (max-width: 550px) {
  .s4 > .item-content + ol,
  .phrase-group > .item-content + ol,
  .compound-group > .item-content + ol {
    padding-left: 0.75rem;
  }
}
.s4 .item,
.s4 .list,
.phrase-group .item,
.phrase-group .list,
.compound-group .item,
.compound-group .list {
  border-top: 1px solid #d7dfe7;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  scroll-margin-top: 50px;
}
@media all and (max-width: 550px) {
  .s4 .item,
  .s4 .list,
  .phrase-group .item,
  .phrase-group .list,
  .compound-group .item,
  .compound-group .list {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.s4 .item:first-child,
.s4 .list:first-child,
.phrase-group .item:first-child,
.phrase-group .list:first-child,
.compound-group .item:first-child,
.compound-group .list:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.s4 ol:first-child,
.s4 li:first-child,
.phrase-group ol:first-child,
.phrase-group li:first-child,
.compound-group ol:first-child,
.compound-group li:first-child {
  margin-top: 0;
}
.s4 ol:last-child,
.s4 li:last-child,
.phrase-group ol:last-child,
.phrase-group li:last-child,
.compound-group ol:last-child,
.compound-group li:last-child {
  margin-bottom: 0;
}

.s1-header {
  margin: 1rem 0;
}
.s1-header:first-child {
  margin-top: 0;
}
.s1-header:last-child {
  margin-bottom: 0;
}

.s2-header {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.35em;
}

.s3-header {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.35em;
}

.s1 > .item-content {
  margin-bottom: 1.25rem;
}

.s1-parts-of-speech {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
.s1-parts-of-speech:last-child {
  margin-bottom: 0;
}

.daterange-container {
  float: right;
  position: relative;
  top: -1px;
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}

.small-type-note {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.875em;
  line-height: 1.525;
}
.small-type-note :first-child {
  margin-top: 0;
}
.small-type-note :last-child {
  margin-bottom: 0;
}

.definition,
.entry-level-header,
.s1-header,
.snippet {
  font-family: "Lora", Georgia, serif;
}

.sense-foot {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sense-foot.thesaurusOpen {
  flex-direction: column;
}
.sense-foot button {
  font-size: 0.875em;
  line-height: 1.525;
}
.sense-foot button.sense-history-button {
  font-size: 0.8125rem;
  color: #666;
}

.sense-foot-left > * {
  display: inline;
  margin-right: 1.75em;
}
.sense-foot-left > *:last-child {
  margin-right: 0;
}

.sense-foot-right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.thesaurusOpen .senseFootRight {
  width: 100%;
  justify-content: flex-end;
  flex-direction: row;
}

button.open {
  border-bottom: 1px solid #ccc;
}

.thesaurus-panel {
  border: 1px solid #d7dfe7;
  padding: 1.25rem 1rem;
  background-color: #fff;
  margin-top: 0.75rem;
}
.thesaurus-panel .thesaurus-breadcrumb {
  margin-bottom: 0.75rem;
}
.thesaurus-panel .call-to-action {
  font-size: 0.875em;
}

.thesaurus-category {
  margin-bottom: 2rem;
}
.thesaurus-category:last-child {
  margin-bottom: 0;
}

.revision-section {
  margin-top: 2rem;
}

.revision-section-header {
  font-weight: bold;
}

.phrases-section {
  margin-top: 2rem;
}

.factsheet {
  font-size: 0.9375rem;
  line-height: 1.525;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .factsheet {
    gap: 35px;
  }
}
@media all and (min-width: 768px) {
  .factsheet {
    flex-direction: row;
  }
  .factsheet > div {
    flex: 1;
  }
}
.factsheet .regional-pronunciation-set {
  justify-content: flex-start;
}
.factsheet .regional-pronunciation {
  align-items: flex-start;
}
.factsheet .pronunciation-item {
  align-items: flex-start;
}
.factsheet .factsheet-section-header {
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 1px solid #b1bfd1;
  padding-bottom: 0.35em;
  margin-bottom: 1.35rem;
}
.factsheet .factsheet-meaning-text,
.factsheet .earliest-known-use,
.factsheet .factsheet-frequency-text {
  font-size: 1rem;
  line-height: 1.525;
}

.factsheet-left,
.factsheet-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .factsheet-left,
  .factsheet-right {
    gap: 35px;
  }
}

.factsheet-section {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  .factsheet-section {
    padding: 1.5em 12px;
  }
}
@media all and (min-width: 1024px) {
  .factsheet-section:first-child {
    margin-top: 0;
  }
}

.section-columns {
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .section-columns {
    flex-direction: row;
  }
}

.section-footer {
  margin-top: 1rem;
}

.factsheet-section-subheader,
.factsheet-entry-status-note h4 {
  color: #9b1827;
  margin-top: 1.2rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
.factsheet-section-subheader:first-child,
.factsheet-entry-status-note h4:first-child {
  margin-top: 0;
}

.factsheet-entry-status-note {
  margin-top: 1rem;
  background-color: #e7e9ed;
  padding: 1em;
}
@media all and (max-width: 550px) {
  .factsheet-entry-status-note {
    padding: 1em 12px;
  }
}
.factsheet-entry-status-note p {
  margin-top: 0;
}

#factsheet-change .factsheet-section-subheader {
  margin-top: 1.25rem;
}

.factsheet-topics,
.factsheet-etymology {
  margin: 1rem 0;
  background-color: #e7e9ed;
  padding: 1em;
  background-color: #e7e9ed;
  border: none;
}
@media all and (max-width: 550px) {
  .factsheet-topics,
  .factsheet-etymology {
    padding: 1em 12px;
  }
}

.factsheet-frequency-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.factsheet-frequency-descriptor,
.factsheet-frequency-descriptor-label,
.factsheet-fpm-value,
.factsheet-fpm-label {
  display: inline;
}

.factsheet-frequency-descriptor,
.factsheet-fpm-value {
  font-weight: 600;
  margin-right: 0.2rem;
  font-size: 1.15em;
  color: #9b1827;
}

.factsheet-frequency-sparkline {
  width: 200px;
}
@media all and (min-width: 1024px) {
  .factsheet-frequency-sparkline {
    width: 200px;
    padding-top: 5px;
  }
}

#factsheet-frequency .section-footer {
  margin-top: 0.5rem;
}

.earliest-known-use {
  flex: 1;
}

.callout-circle {
  width: 145px;
  height: 145px;
  background-color: #9b1827;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 18px;
}
.callout-circle p:first-child {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 0.5em;
}
.callout-circle p:last-child {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.1em;
  margin: 0;
}
.callout-circle p:last-child.oe {
  font-size: 1.5rem;
}

.etymology-summary {
  background-color: #e7e9ed;
  padding: 1em;
}
@media all and (max-width: 550px) {
  .etymology-summary {
    padding: 1em 12px;
  }
}

.vertical-space {
  margin-bottom: 0.75rem;
  height: 0;
}

.etymology-arrow {
  font-weight: 1000;
  padding: 0 0.22em;
}

#etymology {
  font-family: "Lora", Georgia, serif;
  line-height: 1.7;
}

#etymology .tab-content-body > div {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  #etymology .tab-content-body > div {
    padding: 1.5em 12px;
  }
}

.etymology-summary-header {
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 1.175em;
}

.tabbed #etymology .tab-content {
  max-width: 800px;
  margin: 0 auto;
}

.etymology .language-name {
  font-weight: bold;
}
.etymology .quotation-block {
  background-color: #fff;
}

.etymology,
.etymology-summary {
  display: block;
  margin: 1.5em 0;
}
.etymology:first-child,
.etymology-summary:first-child {
  margin-top: 0;
}
.etymology:last-child,
.etymology-summary:last-child {
  margin-bottom: 0;
}

.etymology-note-header {
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.25em;
  margin-top: 1.5rem;
  font-weight: 600;
}

.tab.pronunciation h2 {
  font-size: 1.2em;
  line-height: 1.25em;
}

.pronText {
  max-width: 800px;
  margin: 0 auto 2rem;
}

.pronSection + .pronSection {
  border-top: 1px solid #b1bfd1;
  padding-top: 2rem;
  margin-top: 2rem;
}

.pronunciation-group {
  margin-bottom: 2.5rem;
}
.pronunciation-group:last-of-type {
  margin-bottom: 0;
}
.pronunciation-group:first-child {
  margin-top: 0;
}
.pronunciation-group > h3 {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin-bottom: calc(1.25em + 14px);
}
.pronunciation-group > h3:after {
  width: 45px;
  height: 4px;
  bottom: -10px;
  content: "";
  position: absolute;
  background-color: #3c529c;
  left: calc(50% - 22.5px);
}
.pronunciation-group .header {
  font-family: "Open Sans", sans-serif;
}

.pronunciation-group + .pronunciation-group {
  margin-top: 2rem;
}

.pronunciation-ipa {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  white-space: nowrap;
  line-height: 1.25em;
  margin-right: 10px;
}

.pronunciation-respelling {
  font-size: 0.95em;
  margin-top: 0.25em;
}

.pronunciation-play-button img {
  width: 24px;
}

.regional-pronunciation-set {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 5rem;
}

.regional-pronunciation {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
}
.regional-pronunciation h3 {
  color: #9b1827;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.pronunciation-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.pronunciation-item:last-child {
  margin-bottom: 0;
}
.pronunciation-item .playAll {
  color: #215fa6;
}

.pronunciation-ipa-row {
  display: flex;
}

.pronunciation-key-group:last-child h4 {
  margin-bottom: 0;
}

.pronunciation-keys {
  background-color: #e7e9ed;
  padding: 2em;
  text-align: center;
  margin-top: 2.5rem;
}
@media all and (max-width: 550px) {
  .pronunciation-keys {
    padding: 1.5em 12px;
  }
}
.pronunciation-keys section {
  margin-bottom: 1rem;
}
.pronunciation-keys section:first-child {
  margin-top: 0;
}
.pronunciation-keys section:last-child {
  margin-bottom: 0;
}

.pronunciation-key {
  text-align: left;
  margin-top: 1rem;
}

.pronunciation-key-button {
  color: #000;
  font-size: 1.0625rem;
  font-weight: 500;
}
.pronunciation-key-button h3 {
  display: inline;
  font-weight: normal;
  font-size: inherit;
}
.pronunciation-key-button[aria-expanded=true] {
  font-weight: bold;
}

.pronunciation-key-list {
  margin: 1rem 0;
  columns: 2;
  column-gap: 25px;
}
@media all and (min-width: 550px) {
  .pronunciation-key-list {
    columns: 3;
  }
}
.pronunciation-key-list li {
  display: flex;
}
.pronunciation-key-list .pronunciation-key-example {
  flex: 1;
}

.pronunciation-key-value {
  width: 50px;
  display: inline-block;
}

.pronunciation-key-respell-section {
  margin-top: 2rem;
}
.pronunciation-key-respell-section h3 {
  border-bottom: 1px solid #b1bfd1;
  padding-bottom: 0.25em;
}

mark.pronunciation-key-highlight {
  background: none;
  border: none;
  padding: 0;
  font-weight: 700;
}

.pronunciation-group-comment {
  text-align: center;
}

.frequency-chart-container h3 {
  text-align: center;
  font-weight: 600;
}
.frequency-chart-container canvas {
  margin: 1.4rem 0 1.2rem 0;
  max-width: 100%;
}

#frequency .tab-content-body {
  max-width: 950px;
  margin: 0rem auto;
}
#frequency .frequency-chart-container {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.75rem;
  margin: 2rem 0;
}
@media all and (max-width: 550px) {
  #frequency .frequency-chart-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#frequency .frequency-text {
  text-align: center;
}
#frequency .frequency-lemma {
  font-style: italic;
}
#frequency .frequency-descriptor {
  font-weight: bold;
  font-size: 1.4em;
  color: #9b1827;
}
#frequency .frequency-table-section {
  margin-top: 0.75rem;
}
#frequency .frequency-table-expand-button {
  color: #215fa6;
}
#frequency .frequency-indicator {
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#frequency td,
#frequency th {
  width: 50%;
}

.frequency-explanation,
.frequency-table-section {
  font-size: 0.9375rem;
  line-height: 1.525;
}

.phrases-list .list,
.compounds-list .list {
  padding-left: 1.3em;
}
.phrases-list .list:first-child > .item:first-child,
.compounds-list .list:first-child > .item:first-child {
  margin-top: 0;
}
.phrases-list .item,
.compounds-list .item {
  margin-top: 1.75rem;
}
.phrases-list .item:first-child,
.compounds-list .item:first-child {
  margin-top: 0;
}
.phrases-list .enumerator,
.compounds-list .enumerator {
  padding-right: 0.75em;
}

.phrase-group .item,
.compound-group .item {
  margin-top: 1.25rem;
}

.quotation-block {
  font-family: "Open Sans", sans-serif;
  padding: 1em 1em;
  margin: 0.75rem 0;
  position: relative;
  border: 1px solid #d7dfe7;
  background-color: #fafafa;
}
@media all and (max-width: 550px) {
  .quotation-block {
    padding: 1em 12px;
  }
}
.quotation-block:first-child {
  margin-top: 0;
}
.quotation-block:last-child {
  margin-bottom: 0;
}
.quotation-block h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.quotation-block {
  clear: both;
}

.quotation-block-label {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.quotation-container {
  margin: 0.5em 0;
}
@media all and (min-width: 550px) {
  .quotation-container {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 0.75rem;
  }
}

.quotation {
  font-size: 1rem;
  line-height: 1.55rem;
}
@media all and (min-width: 550px) {
  .quotation {
    display: contents;
  }
  .quotation.hidden {
    display: none;
  }
}
.quotation .quotation-date {
  font-size: 0.875rem;
  line-height: 1.3;
  padding-right: 1em;
  font-weight: bold;
  text-align: right;
}
@media all and (min-width: 550px) {
  .quotation .quotation-date {
    position: relative;
    top: 4px;
  }
}
.quotation .quotation-date .date,
.quotation .quotation-date .composition-date {
  white-space: nowrap;
}
@media all and (max-width: 550px) {
  .quotation .quotation-date,
  .quotation .quotation-body,
  .quotation .quotation-text {
    display: inline;
  }
}

.quotation .citation {
  color: #444;
  font-size: 0.85em;
  line-height: 1.525;
  margin-right: 1em;
}

.quotation-separator {
  display: block;
  margin-bottom: -7px;
  margin-top: -1px;
}

.place {
  font-style: normal;
}

.quotations-button {
  background: none;
  padding: 0;
  font-size: 0.875em;
  border: none;
  color: #215fa6;
}

.citation-text {
  margin-right: 0.75em;
}

.bibliography-button {
  width: 18px;
}

.quotation-supplementary {
  color: #555;
}
.quotation-supplementary .citation {
  color: #555;
}

@media all and (max-width: 550px) {
  .quotation-gapbefore {
    border-top: 1px dashed #d7dfe7;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 550px) {
  .quotation-gapbefore .quotation-date,
  .quotation-gapbefore .quotation-body {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }
  .quotation-gapbefore .quotation-body {
    border-top: 1px dashed #d7dfe7;
  }
}

.entry-history-modifications-explainer {
  background-color: #e7e9ed;
  padding: 1em;
  margin: 1.5rem 0;
}
@media all and (max-width: 550px) {
  .entry-history-modifications-explainer {
    padding: 1em 12px;
  }
}

.entry-history-updates {
  margin: 1.5rem 0;
}

#quotation-source-details-modal .modal-inner {
  max-width: 800px;
}
#quotation-source-details-modal h3 {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.35;
}
#quotation-source-details-modal h4 {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0;
}

#quotation-source-details-bibliographic {
  margin-top: 2rem;
}

#quotation-source-details-components {
  margin-top: 1.5rem;
}

li.bibliographic-details-component {
  margin-top: 1.5rem;
}

.inflection-sequence {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

.variant-forms-date {
  white-space: nowrap;
  font-size: 0.85em;
  font-weight: 600;
}

.variant-form-comment {
  font-size: 0.85em;
}

.variant-forms-table {
  display: inline-grid;
  background-color: #fff;
  grid-template-columns: auto;
  border: 1px solid #b1bfd1;
  border-bottom: none;
  gap: 0;
}
@media all and (min-width: 550px) {
  .variant-forms-table {
    grid-template-columns: auto auto;
  }
}

@media all and (min-width: 550px) {
  .variant-forms-set {
    display: contents;
  }
}
.variant-forms-set {
  margin: 0;
  background-color: #fff;
  padding: 0.75rem 12px;
}
@media all and (max-width: 550px) {
  .variant-forms-set {
    border-bottom: 1px solid #b1bfd1;
  }
}

@media all and (min-width: 550px) {
  .variant-forms-set-dates,
  .variant-forms-set-body {
    border-bottom: 1px solid #b1bfd1;
    padding: 0.65rem;
  }
  .variant-forms-set-dates {
    border-right: 2px solid #9b1827;
    background-color: #f5f6f7;
  }
}
#forms .tab-content-body > section {
  margin-top: 2rem;
}
#forms .tab-content-body > section:first-child {
  margin-top: 0;
}
#forms .tab-content-body > section > h3 {
  border-bottom: 1px solid #b1bfd1;
  padding-bottom: 0.5rem;
}

.variant-forms-subsection-v1 {
  margin-top: 1.75rem;
}

.variant-forms-subsection-v2,
.variant-forms-subsection-v1sub {
  margin-top: 1.25rem;
}

.variant-forms-subsection-v3 {
  margin-top: 1.15rem;
}

#forms .tab-content-body {
  font-size: 1rem;
  line-height: 1.525;
}
#forms .quotation-block {
  background-color: #fff;
}

.compounds h2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.compounds h2 .hw {
  font-size: 1.3em;
  line-height: 1.3em;
}
.compounds h2 a {
  margin-right: 0.5em;
}

.compoundsControlsBar .sort {
  flex-direction: row;
}

#compounds_list_view_body,
#compounds_and_derived_words_list_view_body {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  #compounds_list_view_body,
  #compounds_and_derived_words_list_view_body {
    padding: 1.5em 12px;
  }
}

#compounds_and_derivatives_body .resultsSetControlsBar {
  display: flex;
}

.compounds-view-body > div,
.compound-group > div {
  margin-bottom: 0.75em;
}
.compounds-view-body > div:last-child,
.compound-group > div:last-child {
  margin-bottom: 0;
}

.thesaurusHead {
  background-color: #e4e9ef;
  padding: 1.25rem 0;
}
.thesaurusHead a {
  color: #000;
}
.thesaurusHead a:hover {
  text-decoration: none;
}

.thesaurusTitle {
  font-weight: 700;
  font-size: 1.5rem;
  background-image: url(../images/thesaurusIcon.svg);
  background-size: 24px;
  padding-left: 36px;
}
.thesaurusTitle img {
  display: none;
}

.thesaurusContentContainer {
  padding: 1.75rem 0;
}
@media all and (min-width: 768px) {
  .thesaurusContentContainer {
    padding: 3rem 0;
  }
}

.thesaurusBody .thesaurusContent {
  font-size: 1.0625rem;
  line-height: 1.525;
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  .thesaurusBody .thesaurusContent {
    padding: 1.5em 12px;
  }
}

.thesaurus-sidebar .current > a {
  background-color: #e4e9ef;
  padding: 1px 3px;
}

.thesaurus-content h1,
.thesaurus-content h2,
.thesaurus-content h3,
.thesaurus-content h4,
.thesaurus-content h5,
.thesaurus-content h6 {
  margin: 0;
}
.thesaurus-content h2 {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0.5em;
}
.thesaurus-content h3 {
  font-size: 1.05em;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 0.5em;
}
.thesaurus-content h4 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
}
.thesaurus-content h5 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
}
.thesaurus-content h6 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: bold;
}

h1.thesaurus-category-header {
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  font-size: 1rem;
}

.thesaurus-category-label {
  font-size: 2em;
  line-height: 1.3;
  font-weight: bold;
  margin-right: 1rem;
}

.thesaurus-category-header-pos {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-right: 0.5rem;
  font-size: 0.9375rem;
  font-weight: normal;
  white-space: nowrap;
}

.thesaurus-category-header-count {
  font-weight: normal;
  white-space: nowrap;
}

.thesaurus-category-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b1bfd1;
  padding-bottom: 0.25rem;
}

.thesaurus-category-expand-button {
  background-size: 10px;
  padding-right: 0;
  padding-left: 1.5rem;
  font-weight: bold;
  background-image: url(../images/right.svg);
  white-space: normal;
  text-align: left;
  background-position: left 9px;
}
.thesaurus-category-expand-button.expanded {
  background-image: url(../images/down.svg);
}

.thesaurus-branch-size {
  font-size: 0.9375rem;
  font-weight: normal;
}

.thesaurus-expand-collapse-buttons {
  margin: 2rem 0;
}
.thesaurus-expand-collapse-buttons button {
  margin-right: 1.75rem;
}

.thesaurus-child-category .thesaurus-category {
  padding-left: 1.5rem;
}

.thesaurus-child-links-wrapper {
  margin-top: 1.5rem;
}

.thesaurus-instance-wrapper {
  margin: 1rem 0;
  scroll-padding-top: 75px;
}

.thesaurus-instance-lemma,
.compound-entry-title,
.thesaurus-child-link a {
  font-weight: bold;
  margin-right: 0.75em;
}

.thesaurusStartAbout {
  margin: 2.5rem 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  font-family: "Lora", Georgia, serif;
  max-width: 900px;
}

.thesaurusStartCategories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding-bottom: 3rem;
}
@media all and (min-width: 768px) {
  .thesaurusStartCategories {
    flex-direction: row;
    gap: 25px;
  }
}

.thesaurusStartCategory {
  flex: 1;
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  .thesaurusStartCategory {
    padding: 1.5em 12px;
  }
}
.thesaurusStartCategory li {
  line-height: 1.3;
}
.thesaurusStartCategory h2 > a {
  color: #000;
}

.jstree-default .jstree-node {
  margin-left: 0 !important;
}

.jstree-default .jstree-wholerow-clicked {
  background: none !important;
}

.jstree-default .jstree-wholerow-hovered {
  background: none !important;
}

.jstree-default [aria-selected=true] > a,
.highlight-node {
  font-weight: bold;
}

.thesaurusContentContainer > .browseToggleButton {
  margin-bottom: 1.5rem;
}

.jstree-closed .jstree-icon {
  background-image: url(../images/32px-custom.png) !important;
}

.informationMenu {
  padding: 1rem 0 2rem 0;
}
@media all and (min-width: 768px) {
  .informationMenu {
    padding: 2rem 0;
  }
}

.informationMenuCards {
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.9375rem;
}
@media all and (min-width: 550px) {
  .informationMenuCards {
    gap: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .informationMenuCards {
    gap: 30px;
  }
}
@media all and (min-width: 1200px) {
  .informationMenuCards {
    gap: 40px;
  }
}
.informationMenuCards .informationMenuCard {
  width: 100%;
  border: 1px solid #b1bfd1;
  padding: 17px 15px 20px 15px;
  background-color: #fff;
}
@media all and (min-width: 550px) {
  .informationMenuCards .informationMenuCard {
    width: calc(50% - (40px / 2));
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .informationMenuCards .informationMenuCard {
    width: calc(33.3% - (2 * 40px) / 3);
  }
}
@media all and (min-width: 1200px) {
  .informationMenuCards .informationMenuCard {
    width: calc(25% - (3 * 40px) / 4);
  }
}
.informationMenuCards .informationMenuCard h2 {
  font-weight: bold;
  font-size: 1.1875rem;
  margin-bottom: 0.8rem;
  margin-top: 0;
  line-height: 1.3em;
  padding-bottom: 0;
  border-bottom: none;
}
.informationMenuCards .informationMenuCard h2 a {
  color: #2a2a2a;
  background-image: url(https://static.primary.prod.gcms.the-infra.com/static/site/image/chevron-right.svg?node=f0296d3a5868d4c84521);
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 6px;
}
.informationMenuCards .informationMenuCard ul {
  margin: 0;
  padding: 0;
}
.informationMenuCards .informationMenuCard li {
  list-style-type: none;
  margin-bottom: 0.85rem;
  line-height: 1.3em;
}
.informationMenuCards .informationMenuCard li:last-child {
  margin-bottom: 0;
}
.informationMenuCards .informationMenuCard.blankCard {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.informationMenuCards .informationMenuCard.blankCard h2 {
  font-size: 1.0625rem;
}
.informationMenuCards .informationMenuCard.blankCard h2:last-child {
  margin-bottom: 0;
}

.secondaryContentBlock > .wrapper {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media all and (min-width: 1024px) {
  .secondaryContentBlock > .wrapper {
    flex-direction: row;
  }
}
@media all and (min-width: 1200px) {
  .secondaryContentBlock > .wrapper {
    gap: 5rem;
  }
}

.secondaryContentBlock {
  padding: 2rem 0;
}
@media all and (min-width: 768px) {
  .secondaryContentBlock {
    padding: 3rem 0;
  }
}
.secondaryContentBlock .editable {
  flex: 1;
}
.secondaryContentBlock .leftCol {
  width: 350px;
}
@media all and (max-width: 1023px) {
  .secondaryContentBlock .leftCol {
    display: none;
  }
}
.secondaryContentBlock aside {
  display: flex;
}
@media all and (min-width: 1024px) {
  .secondaryContentBlock aside {
    width: 300px;
    flex-direction: column;
  }
}

.pageContentsNav {
  padding-top: 4px;
}

.simple,
.personalAccountManagement,
.purchase {
  padding: 1.75rem 0;
  font-size: 1rem;
  line-height: 1.525;
}
@media all and (min-width: 768px) {
  .simple,
  .personalAccountManagement,
  .purchase {
    padding: 4rem 0;
  }
}
.simple > .wrapper,
.personalAccountManagement > .wrapper,
.purchase > .wrapper {
  max-width: 750px;
}

.contentEscapedExcerpt {
  display: none;
}

.modalBody .pageContentsNav {
  padding-top: 0;
}
.modalBody .pageContentsNav h3 {
  display: none;
}

.hubPage .row:nth-child(even) {
  background-color: #fafafa;
}
.hubPage .row:nth-child(odd) {
  background-color: #eee;
}

.purchase .subscription {
  margin-top: 2.5rem;
}
.purchase h2 {
  margin-top: 2.5rem;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.25em;
  margin-bottom: 1.4rem;
}

.subscriptionTab {
  background-color: #fff;
  border: 1px solid #b1bfd1;
  padding: 1.5em;
}
@media all and (max-width: 550px) {
  .subscriptionTab {
    padding: 1.5em 12px;
  }
}

.pricingTable {
  margin: 1.5rem 0;
}
@media all and (min-width: 350px) {
  .pricingTable {
    display: grid;
    grid-template-columns: min-content min-content min-content;
    gap: 1rem 2rem;
  }
}

.pricingOption {
  margin-bottom: 1rem;
}
@media all and (min-width: 350px) {
  .pricingOption {
    display: contents;
  }
  .pricingOption > * {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}
.pricingOption:last-child {
  margin-bottom: 0;
}

.pricingCost {
  font-weight: bold;
}

.pricingCurrencyNote {
  font-size: 0.875rem;
}

.personalAccountManagement h2 {
  margin-top: 2.5rem;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.25em;
  margin-bottom: 1.4rem;
  margin-top: 3rem;
}

.formRow label[for=marketingPreferenceClassification] {
  font-weight: normal;
}

.profileEmail {
  margin: 2em 0;
}
.profileEmail div {
  margin-bottom: 0.25rem;
}
.profileEmail div:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 550px) {
  #profileSavedSearches span,
  #profileSavedSearches a {
    display: block;
  }
  #profileSavedSearches button {
    display: inline-block;
    margin-top: 7px;
  }
}
@media all and (min-width: 550px) {
  #profileSavedSearches ul {
    display: grid;
    grid-template-columns: min-content auto min-content;
    align-items: center;
    gap: 5px 20px;
  }
  #profileSavedSearches li {
    display: contents;
  }
  #profileSavedSearches span {
    white-space: nowrap;
  }
}

.editable {
  font-size: 1.0625rem;
  line-height: 1.6;
  font-family: "Lora", Georgia, serif;
}
.editable h1,
.editable h2,
.editable h3,
.editable h4,
.editable h5,
.editable h6 {
  font-family: "Open Sans", sans-serif;
}
.editable h1:first-child,
.editable h2:first-child,
.editable h3:first-child,
.editable h4:first-child,
.editable h5:first-child,
.editable h6:first-child {
  margin-top: 0;
}
.editable p {
  margin: 1rem 0;
}
.editable p:first-child {
  margin-top: 0;
}
.editable p:last-child {
  margin-bottom: 0;
}
.editable .featureImage {
  margin-bottom: 2rem;
}
.editable blockquote,
.editable .resultsSet,
.editable .callToActionContainer,
.editable figure,
.editable .wp-block-image {
  margin: 1.5rem 0;
}
.editable blockquote:first-child,
.editable .resultsSet:first-child,
.editable .callToActionContainer:first-child,
.editable figure:first-child,
.editable .wp-block-image:first-child {
  margin-top: 0;
}
.editable blockquote:last-child,
.editable .resultsSet:last-child,
.editable .callToActionContainer:last-child,
.editable figure:last-child,
.editable .wp-block-image:last-child {
  margin-bottom: 0;
}
.editable blockquote {
  border: 1px solid #d7dfe7;
  border-left: 10px solid #9b1827;
  background-color: #fff;
  padding: 1.3rem 2rem;
  font-style: italic;
}
.editable header {
  margin-bottom: 1rem;
}
.editable h1 {
  font-size: 1.8em;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1.75rem;
}
.editable h1:first-child {
  margin-top: 0;
}
.editable h2 {
  margin-top: 2.5rem;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.25em;
  margin-bottom: 1.4rem;
}
.editable h3 {
  font-size: 1.15em;
  margin-top: 1.75rem;
}
.editable .faq__partition-body {
  padding-top: 1.75rem;
}
.editable .faq__partition-title a {
  color: #000;
  background-position: left 0px center;
  background-size: 10px;
  padding-right: 0;
  padding-left: 1.5rem;
  background-image: url(../../images/right.svg);
  background-repeat: no-repeat;
}
.editable .faq__question {
  margin-top: 2rem;
  margin-bottom: 1.4rem;
}
.editable .faq__questionInner {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px 5px;
  font-weight: normal;
  font-size: 0.875em;
}
.editable ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.editable figure img {
  margin-bottom: 0.5rem;
}
.editable figcaption {
  color: #666;
  font-size: 0.875em;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
.editable .simpleWordlist {
  list-style-type: none;
  padding: 0;
  columns: 3;
}
.editable details {
  margin: 1rem 0;
}
.editable details summary {
  font-size: 1.1rem;
  line-height: 1.25em;
  font-weight: 600;
  display: list-item;
  font-family: "Open Sans", sans-serif;
}
.editable details summary:hover {
  cursor: pointer;
}
.editable details h2,
.editable details h3,
.editable details h4 {
  display: inline;
  font-size: 1.1rem;
  line-height: 1.25em;
  font-weight: 600;
}
.editable details[open] summary {
  margin-bottom: 1rem;
}
.editable .alignright {
  max-width: 300px;
}
@media all and (min-width: 1024px) {
  .editable .alignright {
    float: right;
    margin-bottom: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
.editable .breadLabel {
  padding-right: 6px !important;
}
.editable .ipa {
  font-family: Arial, sans-serif;
  white-space: nowrap;
}
.editable .pronKeyWord {
  text-transform: uppercase;
  font-size: 0.8em;
}
.editable table {
  font-family: "Open Sans", sans-serif;
}

@media print {
  html {
    font-size: 14px;
  }
  .siteHeader,
  .footer,
  .stickyBar,
  .sidebar,
  .tab-content-sidebar,
  .sense-foot-left,
  .entry-controls-bar,
  .disambiguation,
  .entryHistoryButton,
  .quotations-button,
  .tab-bar,
  .bibliography-button,
  .pronunciation-keys,
  .cite-button,
  .resultsSetControlsBar,
  .frequency-indicator,
  .frequency-table-expand-button,
  .entry-mobile-nav,
  .factsheet-onward-link,
  #in-other-dictionaries,
  .nearby-entries,
  .callout-circle,
  .headword-group::before,
  .headword-group::after,
  #entry_content_sidebar {
    display: none;
  }
  html,
  body,
  .entry-head,
  .headword-group .headword,
  .headword-group .headword-parts-of-speech,
  .main {
    background: none !important;
  }
  .entry-head {
    color: #000;
  }
  .tabContent {
    font-size: 0.9375rem;
  }
  .tab-section.hidden {
    display: block !important;
  }
  .tab-section.hidden#factsheet {
    display: none !important;
  }
  #entry_content {
    padding: 0;
  }
  .s4 {
    padding: 0;
    border: none;
  }
  .tab-header.invisible {
    text-indent: 0;
    height: auto;
  }
  .tab-header h2 {
    color: #000;
  }
}
