/* Add to all projects*/
/*@import (less) "normalize";*/
/* =Variables Generic */
/*
* === LILO THEME ===
*/
/* =Mixins Generic */
/* stylelint-enable */
/* Responsive Mixins */
.mixin-example {
  padding: 10px;
}
@media (min-width: 1200px) {
  .mixin-example {
    padding: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-enable */
/* =Utility Generic */
/* 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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
.ordered-list {
  list-style-type: decimal;
}
.unordered-list {
  list-style: disc;
  margin-left: 2em;
}
.decimal {
  list-style-type: decimal;
  padding-left: 40px;
}
.decimal li {
  padding: 0.5em 0;
}
blockquote {
  font-style: italic;
  border-left: 3px solid;
  padding-left: 20px;
  margin: 0 20px;
}
blockquote i {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #006298;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #00314c;
  text-decoration: underline;
}
.hide,
.hidden {
  display: none;
}
.offscreen {
  position: absolute;
  text-indent: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.error,
.error-message {
  color: #c00;
}
.error::-webkit-input-placeholder,
.error-message::-webkit-input-placeholder {
  color: red;
  font-size: 12px;
}
.error::-moz-placeholder,
.error-message::-moz-placeholder {
  color: red;
  font-size: 12px;
}
.error:-ms-input-placeholder,
.error-message:-ms-input-placeholder {
  color: red;
  font-size: 12px;
}
.column-two {
  column-count: 2;
}
.workflow-loading-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 56, 101, 0.8);
  color: #fff;
}
.workflow-loading-wrapper.hide {
  display: none;
}
.wrap-text {
  word-break: break-all;
}
.grid-column-two {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 2%;
}
.grid-column-two--equal-size {
  grid-template-columns: 1fr 1fr;
}
.loading {
  background: url(../images/ajax-loader.gif) no-repeat center center;
  padding: 40px;
}
.curriculum-alignment-state .alignment-results-icon {
  padding: 10px 11px;
  background-color: #006298;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 12px;
}
.curriculum-alignment-state .alignment-results-header {
  font-weight: 600;
}
.curriculum-alignment-state .curriculum-standard {
  margin-bottom: 1em;
}
.curriculum-alignment-state .standardNumber {
  font-weight: 600;
  margin-right: 10px;
}
.sideBarArticle,
.document-comment {
  background-color: #6ecef636;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1em;
  margin-bottom: 2em;
}
.sideBarArticle .removeDrive,
.document-comment .removeDrive {
  margin: 0;
}
.sideBarArticle .sidebarContent,
.document-comment .sidebarContent {
  margin-top: 1em;
}
.sideBarArticle .sidebarContent h2,
.document-comment .sidebarContent h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
}
.sideBarArticle .sidebarContent h2 .hitHighlite,
.document-comment .sidebarContent h2 .hitHighlite {
  color: #d54405;
  font-weight: bold;
  padding-left: 5px;
}
.sidebarArticleToggle.toggled .hide-message {
  display: none;
}
.sidebarArticleToggle.toggled .show-message {
  display: inline-block;
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebarArticleToggle.toggled .show-message [class*="fa-"] {
  margin-right: 5px;
}
.sidebarArticleToggle.toggled .show-message_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle.toggled .show-message_primary:hover,
.sidebarArticleToggle.toggled .show-message_primary:active,
.sidebarArticleToggle.toggled .show-message_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle.toggled .show-message_inverted:active,
.sidebarArticleToggle.toggled .show-message_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle.toggled .show-message_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_accent:active,
.sidebarArticleToggle.toggled .show-message_accent:visited,
.sidebarArticleToggle.toggled .show-message_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.sidebarArticleToggle.toggled .show-message_filter:hover,
.sidebarArticleToggle.toggled .show-message_filter:active,
.sidebarArticleToggle.toggled .show-message_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.sidebarArticleToggle.toggled .show-message_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_filter--active:active,
.sidebarArticleToggle.toggled .show-message_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle.toggled .show-message_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.sidebarArticleToggle.toggled .show-message_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.sidebarArticleToggle.toggled .show-message_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sidebarArticleToggle.toggled .show-message--expanded {
  width: 100%;
}
.sidebarArticleToggle.toggled .show-message_clean {
  background: transparent;
  border: none;
}
.sidebarArticleToggle.toggled .show-message_clean:hover {
  background: #000;
  color: #fff;
}
.sidebarArticleToggle.toggled .show-message--small {
  font-size: 11px;
  padding: 5px 8px;
}
.sidebarArticleToggle.toggled .show-message:hover,
.sidebarArticleToggle.toggled .show-message:active,
.sidebarArticleToggle.toggled .show-message:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message {
  display: inline-block;
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebarArticleToggle .hide-message [class*="fa-"] {
  margin-right: 5px;
}
.sidebarArticleToggle .hide-message_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle .hide-message_primary:hover,
.sidebarArticleToggle .hide-message_primary:active,
.sidebarArticleToggle .hide-message_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle .hide-message_inverted:active,
.sidebarArticleToggle .hide-message_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.sidebarArticleToggle .hide-message_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_accent:active,
.sidebarArticleToggle .hide-message_accent:visited,
.sidebarArticleToggle .hide-message_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.sidebarArticleToggle .hide-message_filter:hover,
.sidebarArticleToggle .hide-message_filter:active,
.sidebarArticleToggle .hide-message_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.sidebarArticleToggle .hide-message_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_filter--active:active,
.sidebarArticleToggle .hide-message_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .hide-message_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.sidebarArticleToggle .hide-message_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.sidebarArticleToggle .hide-message_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.sidebarArticleToggle .hide-message--expanded {
  width: 100%;
}
.sidebarArticleToggle .hide-message_clean {
  background: transparent;
  border: none;
}
.sidebarArticleToggle .hide-message_clean:hover {
  background: #000;
  color: #fff;
}
.sidebarArticleToggle .hide-message--small {
  font-size: 11px;
  padding: 5px 8px;
}
.sidebarArticleToggle .hide-message:hover,
.sidebarArticleToggle .hide-message:active,
.sidebarArticleToggle .hide-message:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.sidebarArticleToggle .show-message {
  display: none;
}
.getLink__header {
  font-size: large;
  margin-bottom: 5px;
  display: block;
}
.getLink__subheader {
  font-size: smaller;
}
.getLink__box {
  margin-top: 10px;
  border: 1px solid black;
  background-color: white;
  padding: 10px;
}
.getLink__url {
  word-break: break-all;
  font-size: small;
}
.getLink__button {
  margin-top: 10px;
}
.breadcrumbs {
  display: inline-block;
  margin-bottom: 2em;
  font-size: smaller;
}
.breadcrumbs_crumb {
  display: inline;
}
.breadcrumbs_crumb::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin: 0 5px;
}
.breadcrumbs_crumb--last::after {
  content: "";
}
.button-row--left {
  text-align: left;
}
.button-row--center {
  text-align: center;
}
.button-row--right {
  text-align: right;
}
.button-row .prev [class*="fa-"] {
  margin-right: 5px;
  font-size: 1.5em;
}
.button-row .prev > * {
  display: flex;
  align-items: center;
}
.button-row .next [class*="fa-"] {
  margin-left: 5px;
  font-size: 1.5em;
}
.button-row .next > * {
  display: flex;
  align-items: center;
}
[class*="button-row"] li {
  display: inline-block;
  margin-right: 5px;
}
[class*="button-row"] .button {
  margin-right: 5px;
}
.topic-list {
  list-style: none;
  padding: 0;
  display: inline;
  max-width: 60%;
}
@media (max-width: 768px) {
  .topic-list {
    max-width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.topic-list .topic {
  display: inline-block;
}
.topic-list .topic a {
  text-decoration: none;
}
.topic-list .topic.category-name {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
  height: auto !important;
}
.topic-list .topic .category-link {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.topic-list .topic .category-link [class*="fa-"] {
  margin-right: 5px;
}
.topic-list .topic .category-link_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .topic .category-link_primary:hover,
.topic-list .topic .category-link_primary:active,
.topic-list .topic .category-link_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .topic .category-link_inverted:active,
.topic-list .topic .category-link_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .topic .category-link_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_accent:active,
.topic-list .topic .category-link_accent:visited,
.topic-list .topic .category-link_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.topic-list .topic .category-link_filter:hover,
.topic-list .topic .category-link_filter:active,
.topic-list .topic .category-link_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.topic-list .topic .category-link_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_filter--active:active,
.topic-list .topic .category-link_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .topic .category-link_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.topic-list .topic .category-link_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.topic-list .topic .category-link_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.topic-list .topic .category-link--expanded {
  width: 100%;
}
.topic-list .topic .category-link_clean {
  background: transparent;
  border: none;
}
.topic-list .topic .category-link_clean:hover {
  background: #000;
  color: #fff;
}
.topic-list .topic .category-link--small {
  font-size: 11px;
  padding: 5px 8px;
}
.topic-list .topic .category-link:hover,
.topic-list .topic .category-link:active,
.topic-list .topic .category-link:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  transition: all 0.3s ease;
}
.topic-list .active button {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.topic-list .active button [class*="fa-"] {
  margin-right: 5px;
}
.topic-list .active button_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .active button_primary:hover,
.topic-list .active button_primary:active,
.topic-list .active button_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .active button_inverted:active,
.topic-list .active button_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.topic-list .active button_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_accent:active,
.topic-list .active button_accent:visited,
.topic-list .active button_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.topic-list .active button_filter:hover,
.topic-list .active button_filter:active,
.topic-list .active button_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.topic-list .active button_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_filter--active:active,
.topic-list .active button_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.topic-list .active button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.topic-list .active button_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.topic-list .active button_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.topic-list .active button--expanded {
  width: 100%;
}
.topic-list .active button_clean {
  background: transparent;
  border: none;
}
.topic-list .active button_clean:hover {
  background: #000;
  color: #fff;
}
.topic-list .active button--small {
  font-size: 11px;
  padding: 5px 8px;
}
.topic-list .active button:hover,
.topic-list .active button:active,
.topic-list .active button:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.button {
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.button [class*="fa-"] {
  margin-right: 5px;
}
.button_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.button_primary:hover,
.button_primary:active,
.button_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.button_inverted:active,
.button_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.button_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_accent:active,
.button_accent:visited,
.button_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.button_filter:hover,
.button_filter:active,
.button_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.button_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_filter--active:active,
.button_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.button_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.button_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button--expanded {
  width: 100%;
}
.button_clean {
  background: transparent;
  border: none;
}
.button_clean:hover {
  background: #000;
  color: #fff;
}
.button--small {
  font-size: 11px;
  padding: 5px 8px;
}
.button_circle-icon {
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 1.5em;
  padding: 0;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.button_circle-icon svg {
  margin-left: -3px;
}
.button_circle-icon:hover {
  background-color: #e6e6e6;
  border: 1px #e6e6e6 solid;
  transition: all 0.3s ease;
}
.button-wrapper {
  margin: 10px 0;
}
.card {
  background-color: #fff;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}
.card--blue {
  background-color: #006298;
}
.card__title-link a {
  color: #000;
}
.card .topicListItem {
  padding: 3px 0;
}
.card__image-card {
  padding: 0;
}
.card__image-card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.card__image-card .header {
  display: block;
  padding: 0 1em 0.5em 1em;
  text-align: center;
  font-size: 1.3em;
}
.card__image-card .header--small {
  font-size: 0.8em;
}
.card__image-card--horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
  height: 150px;
}
.card__image-card--horizontal .image {
  object-fit: cover;
  height: 150px;
  width: 200px;
  display: flex;
  border-radius: 0 4px 4px 0;
}
.card__image-card--horizontal .subcategory__header {
  padding: 1em;
}
.card__image-card--horizontal .subcategory__header .topic-title {
  margin-bottom: 0;
}
.related-topics__carousel img {
  background-position: 50%;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 0 auto;
  height: 150px;
}
.card__browse-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card__browse-all--content {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  text-align: right;
}
.card__browse-all--content a {
  color: #fff;
  font-size: 1.5em;
}
.card__browse-all--content [class*="fa-"] {
  color: #fff;
  font-size: 40px;
  align-self: center;
}
.card__SBRC-card .topicListItem {
  display: inline-block;
  width: 50%;
}
.card__SBRC-card .topicListItem li {
  margin: 5px 0;
}
.card__SBRC-card .image {
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  width: 50%;
}
.card__SBRC-card img {
  max-width: 100px;
  max-height: 100px;
}
.card__suggested-persons {
  max-width: 200px;
  margin: 0 0.5em;
}
.card__border-card {
  display: flex;
  align-items: center;
  border: 1px solid #d6d6d6;
  border-left: 6px solid #d54405;
  height: 75px;
  padding: 1em;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.3s ease;
}
.card__border-card:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.card__border-card-header {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
.card__border-card-header:hover {
  text-decoration: none;
}
.carousel {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  background-color: #f2f2f2;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .carousel {
    margin: 0 -30px;
    grid-template-columns: 25px 1fr 25px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carousel__card {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  max-height: 100%;
  padding: 2em;
}
@media (max-width: 599px) {
  .carousel__card {
    padding: 1em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carousel__card .description {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .carousel__card .description {
    grid-row: 2;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carousel .image {
  background-position: 50%;
  background-repeat: no-repeat;
  object-fit: cover;
  margin: 0 auto;
  max-height: 340px;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .carousel .image {
    grid-row: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .carousel .image img {
    max-height: 200px;
    object-fit: cover;
  }
}
.carousel .button {
  margin-top: 15px;
}
.carousel .copyright {
  position: absolute;
  bottom: 10px;
  font-size: 10px;
}
@media (max-width: 599px) {
  .carousel .copyright {
    position: relative;
    bottom: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carousel .topics-carousel__nav-prev,
.carousel .topics-carousel__nav-next {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 40px;
  height: 45px;
  position: relative;
  top: 200px;
}
.carousel .slick-slide {
  display: inline-grid;
}
@media (max-width: 599px) {
  .carousel .slick-slide {
    display: grid;
    grid-template-columns: auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .carousel .slick-slide img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carousel .slick-prev,
.carousel .slick-next {
  height: 50px;
  width: 50px;
  font-size: 1.5em;
  overflow: hidden;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  color: #000;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1.5em;
  margin-left: 15px;
}
.carousel .slick-prev:hover,
.carousel .slick-next:hover {
  overflow: hidden;
}
.carousel .slick-prev {
  grid-column: 1;
  left: unset;
}
.carousel .slick-prev:before {
  content: "\f053";
}
.carousel .slick-next {
  right: 0;
  position: absolute;
}
.carousel .slick-next:before {
  content: "\f054";
}
.carousel .slick-next:hover {
  right: 0;
  position: absolute;
}
.carousel .slick-list {
  grid-column: 2;
  padding: 1em;
}
.carousel .slick-dots {
  grid-row: 2;
  grid-column: 1 / 4;
  position: absolute;
  top: 0;
}
.carousel .slick-dots li button:before {
  font-size: 14px;
}
.citationWrapper {
  background-color: #f2f2f2;
  border-top: 3px solid #000;
  padding: 1em;
  margin: 1em 0;
}
.citation_types {
  margin: 1em 0;
}
.citation_types a {
  margin-right: 10px;
}
.citation_types a.active {
  text-decoration: underline;
}
.citation_types .mobile-citation-types {
  display: none;
}
@media (max-width: 599px) {
  .citation_types {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .citation_types a {
    display: none;
  }
  .citation_types .mobile-citation-types {
    display: block;
  }
}
.citation_section {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}
.citation_section .ct_ScholarlyJournal div {
  word-break: break-word;
}
.citation_button-list {
  display: flex;
  justify-content: flex-end;
}
.citation_exports {
  display: inline;
}
.citation_exports--item {
  display: inline-block;
  text-align: center;
  margin-right: 1em;
}
@media (max-width: 599px) {
  .citation_exports--item {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.citation_exports--item .icon {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px auto;
}
.citation_exports--item img {
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .citation_exports .subheader {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.citation_exports .note {
  font-size: 0.7em;
  float: right;
  width: 150px;
  text-align: left;
}
@media (max-width: 1024px) {
  .citation_exports .note {
    padding: 2em 0 1em 0;
    width: auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.citation_exports .mobile-citation-exports {
  display: none;
}
@media (max-width: 599px) {
  .citation_exports .mobile-citation-exports {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.citation .docUrl {
  word-break: break-word;
}
.document-tgnumber {
  display: inline;
}
.document-tgnumber > * {
  display: inline-block;
}
.curriculum-sidebar .header {
  background-color: #0083cb;
  color: #fff;
  display: grid;
  grid-template-columns: 50px auto;
}
.curriculum-sidebar .header-name {
  align-self: center;
  justify-self: left;
  padding: 0.5em;
}
.curriculum-sidebar .back-button {
  background-color: #006298;
  color: #fff;
  font-size: 1.5em;
}
.curriculum-sidebar .back-button:hover {
  color: #fff;
}
.curriculum-sidebar .ui-accordion-header {
  background-color: #f2f2f2;
  color: #000;
  text-indent: 0;
  padding-left: 25px;
  font-size: 0.8em;
  margin: 0;
}
.curriculum-sidebar .ui-accordion-header-icon {
  background: url("../images/caret-right-solid.svg") no-repeat;
}
.curriculum-sidebar .ui-accordion-header-active {
  border: 1px solid #4F5A63;
}
.curriculum-sidebar .ui-accordion-header-active .ui-icon {
  background: url("../images/caret-down-solid.svg") no-repeat;
}
.curriculum-sidebar .ui-accordion-header .header-selection {
  color: #006298;
  font-size: 1.2em;
  text-indent: 0;
}
.curriculum-sidebar .ui-accordion-header .header-selection:hover {
  text-decoration: underline;
}
.curriculum-sidebar .ui-accordion-content {
  background-color: #fff;
  border: 0;
}
.curriculum-sidebar .aligned-text {
  text-align: left;
  text-transform: capitalize;
}
/* Jquery popup overrides */
.ui-dialog {
  padding: 0;
  border: 0;
}
.ui-dialog.ui-widget {
  border: 0;
}
.ui-dialog.ui-widget input,
.ui-dialog.ui-widget textarea {
  padding-left: 3px;
}
.ui-dialog .ui-dialog-title {
  font-weight: 200;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background: url("../images/close.svg") no-repeat;
  transition: background 0.3s ease;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon:hover {
  background: url("../images/close-filled.svg") no-repeat;
  transition: background 0.3s ease;
}
.ui-dialog .ui-widget-header .ui-button {
  border: 0;
  background-color: transparent;
}
.ui-dialog .ui-dialog-content {
  padding: 1em;
}
.ui-dialog .ui-dialog-buttonset .ui-button {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-dialog .ui-dialog-buttonset .ui-button [class*="fa-"] {
  margin-right: 5px;
}
.ui-dialog .ui-dialog-buttonset .ui-button_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog .ui-dialog-buttonset .ui-button_primary:hover,
.ui-dialog .ui-dialog-buttonset .ui-button_primary:active,
.ui-dialog .ui-dialog-buttonset .ui-button_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog .ui-dialog-buttonset .ui-button_inverted:active,
.ui-dialog .ui-dialog-buttonset .ui-button_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog .ui-dialog-buttonset .ui-button_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_accent:active,
.ui-dialog .ui-dialog-buttonset .ui-button_accent:visited,
.ui-dialog .ui-dialog-buttonset .ui-button_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter:hover,
.ui-dialog .ui-dialog-buttonset .ui-button_filter:active,
.ui-dialog .ui-dialog-buttonset .ui-button_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter--active:active,
.ui-dialog .ui-dialog-buttonset .ui-button_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset .ui-button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonset .ui-button_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ui-dialog .ui-dialog-buttonset .ui-button_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ui-dialog .ui-dialog-buttonset .ui-button--expanded {
  width: 100%;
}
.ui-dialog .ui-dialog-buttonset .ui-button_clean {
  background: transparent;
  border: none;
}
.ui-dialog .ui-dialog-buttonset .ui-button_clean:hover {
  background: #000;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonset .ui-button--small {
  font-size: 11px;
  padding: 5px 8px;
}
.ui-dialog .ui-dialog-buttonset .ui-button:hover,
.ui-dialog .ui-dialog-buttonset .ui-button:active,
.ui-dialog .ui-dialog-buttonset .ui-button:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.ui-dialog .ui-button-text-only .ui-button-text {
  padding: 0;
}
.ui-dialog.citationDialog.ui-widget-content {
  border: 0;
  padding: 0;
}
.ui-dialog.citationDialog .ui-dialog-content {
  padding: 1em;
}
.ui-dialog.citationDialog .ui-corner-all {
  border: 0;
}
.ui-dialog.citationDialog .ui-dialog-title {
  font-weight: 200;
}
.ui-dialog.citationDialog .ui-dialog-titlebar {
  border: 0;
  border-radius: 0;
}
.ui-dialog.citationDialog .ui-dialog-titlebar.ui-widget-header .ui-state-default {
  background: transparent;
  border: 0;
}
.ui-dialog.citationDialog .ui-dialog-titlebar.ui-widget-header .ui-state-default:hover {
  background: transparent !important;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #006298;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect [class*="fa-"],
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload [class*="fa-"] {
  margin-right: 5px;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_primary,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_primary:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_primary:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_primary:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_primary:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_primary:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_inverted,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_inverted:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_inverted:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_inverted:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_inverted:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_accent,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_accent:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_accent:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_accent:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_accent:visited,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_accent:visited,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_accent:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter--active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter--active:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter--active:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter--active:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter--active:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_filter--active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_link,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_link:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect--expanded,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload--expanded {
  width: 100%;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_clean,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_clean {
  background: transparent;
  border: none;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect_clean:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload_clean:hover {
  background: #000;
  color: #fff;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect--small,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload--small {
  font-size: 11px;
  padding: 5px 8px;
}
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload:hover,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload:active,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsClickToSelect:focus,
.ui-dialog.citationDialog .citationToolsFormatsContainer .citationToolsDownload:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-dialog.citationDialog button [class*="fa-"] {
  margin-right: 5px;
}
.ui-dialog.citationDialog button_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog button_primary:hover,
.ui-dialog.citationDialog button_primary:active,
.ui-dialog.citationDialog button_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog button_inverted:active,
.ui-dialog.citationDialog button_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.ui-dialog.citationDialog button_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_accent:active,
.ui-dialog.citationDialog button_accent:visited,
.ui-dialog.citationDialog button_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.ui-dialog.citationDialog button_filter:hover,
.ui-dialog.citationDialog button_filter:active,
.ui-dialog.citationDialog button_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.ui-dialog.citationDialog button_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_filter--active:active,
.ui-dialog.citationDialog button_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ui-dialog.citationDialog button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.ui-dialog.citationDialog button_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ui-dialog.citationDialog button_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ui-dialog.citationDialog button--expanded {
  width: 100%;
}
.ui-dialog.citationDialog button_clean {
  background: transparent;
  border: none;
}
.ui-dialog.citationDialog button_clean:hover {
  background: #000;
  color: #fff;
}
.ui-dialog.citationDialog button--small {
  font-size: 11px;
  padding: 5px 8px;
}
.ui-dialog.citationDialog button:hover,
.ui-dialog.citationDialog button:active,
.ui-dialog.citationDialog button:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.translate-wrapper {
  display: none;
}
.translate-wrapper.visible {
  display: block;
}
.translate-wrapper.active {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin: 10px 0px;
  z-index: 2;
  position: absolute;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.translate-wrapper.active .translate-popup {
  margin: 1em;
  position: relative;
  background-color: #fff;
}
.translate-wrapper.active .translate-popup:before,
.translate-wrapper.active .translate-popup:after {
  left: 20%;
  border: solid transparent;
  border-bottom-color: #ccc;
  content: " ";
  height: 0;
  width: 0;
  top: -35px;
  position: absolute;
  border-width: 10px;
  margin-left: -25px;
}
.translate-wrapper.active .translate-popup__dropdown {
  margin: 10px 0;
}
main .document {
  border-top: 3px solid #000;
  padding-top: 1em;
}
main .document .read-speaker {
  display: none;
}
main .document pre {
  font-size: 16px;
}
main .document .hitHighlite {
  color: #d54405;
}
main .document .navigation .nav-button [class*="fa-"] {
  width: 35px;
  margin: auto;
}
main .document .about_info {
  border: 1px solid #d6d6d6;
  margin: 1em;
  background-color: rgba(0, 98, 152, 0.1);
}
main .document .about_info .subheader {
  margin: 0.5em 0 0 1em;
  font-size: 1em;
  font-weight: 200;
}
main .document .about_info_content {
  margin: 0.5em 0 1em 1em;
  font-size: 0.85em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 768px) {
  main .document .about_info_content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  main .document .about_info_content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
main .document .about_info_content .docData {
  padding: 5px;
}
main .document [id="relatedDocumentIndex"] {
  padding-top: 2em;
}
.bodyTextTable {
  border: 1px solid #d6d6d6;
}
.bodyTextTable tr,
.bodyTextTable td {
  border: 1px solid #d6d6d6;
  padding: 3px;
}
.font_adjust .font_adjust_icon {
  display: flex;
  justify-content: center;
}
.font_adjust .toolbar-button {
  display: inline-flex;
  border: 1px solid #000;
  height: 18px;
  margin: 2px 0;
}
.font_adjust [class*="font-size-icon"] {
  display: flex;
  justify-self: center;
  align-self: center;
  width: 15px;
  height: 100%;
  margin: 0 2px;
}
.font_adjust .font-size-icon--small {
  background: url("../images/FONT-DECREASE.svg") no-repeat;
}
.font_adjust .font-size-icon--large {
  background: url("../images/FONT-INCREASE.svg") no-repeat;
}
.document-text {
  padding: 0 30px;
  margin-top: 2em;
}
.document-text .SideNotePara {
  margin-bottom: 1em;
  position: relative;
}
.document-text .SideNotePara dd {
  padding-bottom: 0.5em;
}
.document-text .citation-title {
  font-size: 2em;
  font-weight: 200;
  color: #000;
  margin-bottom: 1em;
}
.document-text h1 {
  font-size: smaller;
  margin-bottom: 1em;
}
.document-text .toclink,
.document-text h2 {
  font-size: 1.3em;
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 1em;
}
.document-text .toclink .hitHighlite,
.document-text h2 .hitHighlite {
  color: #d54405;
  font-weight: bold;
  padding-left: 5px;
}
.document-text .toclink:before,
.document-text .toclink span:before {
  content: '';
  display: block;
  position: relative;
  width: 0;
  height: 3em;
  margin-top: -3em;
}
.document-text .toclink {
  display: flex;
}
.document-text .toclink .word {
  padding-right: 5px;
}
.document-text h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0.5em;
}
.document-text h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0.5em;
}
.document-text ul {
  list-style: initial;
  padding-left: 60px;
}
.document-text ul li {
  margin: 5px 0;
  position: relative;
}
.document-text .lower-latin {
  list-style-type: lower-latin;
  padding-left: 60px;
}
.document-text p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  overflow-wrap: break-word;
}
.SideNotePara ul,
.sidebarContent ul {
  list-style-type: disc;
  padding-left: 60px;
}
.SideNotePara li,
.sidebarContent li {
  margin: 5px 0;
  position: relative;
}
.SideNotePara dl,
.sidebarContent dl {
  padding-top: 1em;
}
.SideNotePara dd,
.sidebarContent dd {
  padding-bottom: 0.5em;
}
.SideNotePara a,
.sidebarContent a {
  word-break: break-word;
}
.doc-copyright {
  margin-left: 30px;
}
.document-tools {
  display: block;
  height: 50px;
}
.document-tools.navigation {
  overflow-x: unset;
  overflow-y: unset;
}
.pageBreak {
  display: block;
  margin: 1em 0;
}
.Bolt .pageBreak {
  display: none;
}
.more-results {
  padding-top: 1em;
}
.more-results .citation-view {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
}
.more-results .citation-view .documentLink {
  font-weight: normal;
}
.more-results .button {
  display: flex;
  margin: auto;
}
.more-results .more-results-wrapper .block-header:first-child {
  border-top: 3px solid #000;
  padding-top: 1.8em;
  margin-top: 1em;
}
.readmore-login {
  display: flex;
}
.readmore-login .button {
  display: flex;
  margin: auto;
}
.fulltext {
  display: none;
}
.lti-container {
  display: grid;
  margin: 2em;
  align-items: center;
}
.lti-container ul {
  grid-column: 2;
}
.lti-container ul li {
  display: inline-block;
}
.media_caption {
  font-size: smaller;
  background-color: #f2f2f2;
  padding: 1em;
}
.media_caption:empty {
  padding: 0;
}
.interactive-simulation {
  width: 1px;
  min-width: 100%;
}
.inlineVideo .inline-video-close {
  display: none;
}
.inlineVideo .bannerCaption {
  margin-top: 30px;
  font-size: smaller;
}
.inlineVideo .toggle-transcript button {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 1em 0 0 0;
}
.inlineVideo .toggle-transcript button [class*="fa-"] {
  margin-right: 5px;
}
.inlineVideo .toggle-transcript button_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.inlineVideo .toggle-transcript button_primary:hover,
.inlineVideo .toggle-transcript button_primary:active,
.inlineVideo .toggle-transcript button_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.inlineVideo .toggle-transcript button_inverted:active,
.inlineVideo .toggle-transcript button_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.inlineVideo .toggle-transcript button_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_accent:active,
.inlineVideo .toggle-transcript button_accent:visited,
.inlineVideo .toggle-transcript button_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.inlineVideo .toggle-transcript button_filter:hover,
.inlineVideo .toggle-transcript button_filter:active,
.inlineVideo .toggle-transcript button_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.inlineVideo .toggle-transcript button_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_filter--active:active,
.inlineVideo .toggle-transcript button_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript button_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.inlineVideo .toggle-transcript button_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.inlineVideo .toggle-transcript button_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.inlineVideo .toggle-transcript button--expanded {
  width: 100%;
}
.inlineVideo .toggle-transcript button_clean {
  background: transparent;
  border: none;
}
.inlineVideo .toggle-transcript button_clean:hover {
  background: #000;
  color: #fff;
}
.inlineVideo .toggle-transcript button--small {
  font-size: 11px;
  padding: 5px 8px;
}
.inlineVideo .toggle-transcript button:hover,
.inlineVideo .toggle-transcript button:active,
.inlineVideo .toggle-transcript button:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
.inlineVideo .toggle-transcript .showing .show-transcript {
  display: none;
}
.inlineVideo .toggle-transcript .showing .hide-transcript {
  display: block;
}
.inlineVideo .toggle-transcript .show-transcript {
  display: block;
}
.inlineVideo .toggle-transcript .hide-transcript {
  display: none;
}
.inlineVideo .videoscript {
  min-height: 485px !important;
  position: relative;
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .headerPubUrl {
    word-break: break-word;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.video-transcript .transcript {
  display: grid;
  grid-gap: 1em;
}
.video-transcript .transcript .videoTranscript {
  grid-row: 1;
}
.video-transcript .transcript .SideNotePara {
  display: none;
}
.video-transcript .transcript .document-text {
  padding-right: 0;
  margin: 0;
}
.video-transcript .transcript .media_caption {
  margin-bottom: 1em;
}
#glossaryTip {
  padding-top: 3em;
}
#glossaryTip #glossaryClose {
  top: 40px !important;
}
.LessonPlansActivities .document-text,
.Experiments .document-text {
  padding-left: 30px;
}
.Lesson_overview h2,
.Learning_outcomes h2,
.Skills_applied h2,
.Lesson_sequence h2,
.Sources h2,
.Assessment h2,
.Differentiating_instructions h2,
.Related_activities h2,
.Related_sources h2,
.Curriculum_standards h2 {
  color: #003865;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #fff;
  padding-bottom: 1em;
}
.Lesson_overview h2::after,
.Learning_outcomes h2::after,
.Skills_applied h2::after,
.Lesson_sequence h2::after,
.Sources h2::after,
.Assessment h2::after,
.Differentiating_instructions h2::after,
.Related_activities h2::after,
.Related_sources h2::after,
.Curriculum_standards h2::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 55px;
  height: 4px;
  background-color: #d54405;
}
.Lesson_overview h3,
.Learning_outcomes h3,
.Skills_applied h3,
.Lesson_sequence h3,
.Sources h3,
.Assessment h3,
.Differentiating_instructions h3,
.Related_activities h3,
.Related_sources h3,
.Curriculum_standards h3 {
  color: #d54405;
  font-weight: bold;
  font-size: 16px;
}
.Lesson_overview h4,
.Learning_outcomes h4,
.Skills_applied h4,
.Lesson_sequence h4,
.Sources h4,
.Assessment h4,
.Differentiating_instructions h4,
.Related_activities h4,
.Related_sources h4,
.Curriculum_standards h4 {
  font-weight: 200;
  border-bottom: 1px solid #d6d6d6;
  font-size: 16px;
}
.Lesson_overview .resource-link,
.Learning_outcomes .resource-link,
.Skills_applied .resource-link,
.Lesson_sequence .resource-link,
.Sources .resource-link,
.Assessment .resource-link,
.Differentiating_instructions .resource-link,
.Related_activities .resource-link,
.Related_sources .resource-link,
.Curriculum_standards .resource-link {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.Lesson_overview .resource-link [class*="fa-"],
.Learning_outcomes .resource-link [class*="fa-"],
.Skills_applied .resource-link [class*="fa-"],
.Lesson_sequence .resource-link [class*="fa-"],
.Sources .resource-link [class*="fa-"],
.Assessment .resource-link [class*="fa-"],
.Differentiating_instructions .resource-link [class*="fa-"],
.Related_activities .resource-link [class*="fa-"],
.Related_sources .resource-link [class*="fa-"],
.Curriculum_standards .resource-link [class*="fa-"] {
  margin-right: 5px;
}
.Lesson_overview .resource-link_primary,
.Learning_outcomes .resource-link_primary,
.Skills_applied .resource-link_primary,
.Lesson_sequence .resource-link_primary,
.Sources .resource-link_primary,
.Assessment .resource-link_primary,
.Differentiating_instructions .resource-link_primary,
.Related_activities .resource-link_primary,
.Related_sources .resource-link_primary,
.Curriculum_standards .resource-link_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.Lesson_overview .resource-link_primary:hover,
.Learning_outcomes .resource-link_primary:hover,
.Skills_applied .resource-link_primary:hover,
.Lesson_sequence .resource-link_primary:hover,
.Sources .resource-link_primary:hover,
.Assessment .resource-link_primary:hover,
.Differentiating_instructions .resource-link_primary:hover,
.Related_activities .resource-link_primary:hover,
.Related_sources .resource-link_primary:hover,
.Curriculum_standards .resource-link_primary:hover,
.Lesson_overview .resource-link_primary:active,
.Learning_outcomes .resource-link_primary:active,
.Skills_applied .resource-link_primary:active,
.Lesson_sequence .resource-link_primary:active,
.Sources .resource-link_primary:active,
.Assessment .resource-link_primary:active,
.Differentiating_instructions .resource-link_primary:active,
.Related_activities .resource-link_primary:active,
.Related_sources .resource-link_primary:active,
.Curriculum_standards .resource-link_primary:active,
.Lesson_overview .resource-link_primary:focus,
.Learning_outcomes .resource-link_primary:focus,
.Skills_applied .resource-link_primary:focus,
.Lesson_sequence .resource-link_primary:focus,
.Sources .resource-link_primary:focus,
.Assessment .resource-link_primary:focus,
.Differentiating_instructions .resource-link_primary:focus,
.Related_activities .resource-link_primary:focus,
.Related_sources .resource-link_primary:focus,
.Curriculum_standards .resource-link_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_inverted,
.Learning_outcomes .resource-link_inverted,
.Skills_applied .resource-link_inverted,
.Lesson_sequence .resource-link_inverted,
.Sources .resource-link_inverted,
.Assessment .resource-link_inverted,
.Differentiating_instructions .resource-link_inverted,
.Related_activities .resource-link_inverted,
.Related_sources .resource-link_inverted,
.Curriculum_standards .resource-link_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.Lesson_overview .resource-link_inverted:active,
.Learning_outcomes .resource-link_inverted:active,
.Skills_applied .resource-link_inverted:active,
.Lesson_sequence .resource-link_inverted:active,
.Sources .resource-link_inverted:active,
.Assessment .resource-link_inverted:active,
.Differentiating_instructions .resource-link_inverted:active,
.Related_activities .resource-link_inverted:active,
.Related_sources .resource-link_inverted:active,
.Curriculum_standards .resource-link_inverted:active,
.Lesson_overview .resource-link_inverted:focus,
.Learning_outcomes .resource-link_inverted:focus,
.Skills_applied .resource-link_inverted:focus,
.Lesson_sequence .resource-link_inverted:focus,
.Sources .resource-link_inverted:focus,
.Assessment .resource-link_inverted:focus,
.Differentiating_instructions .resource-link_inverted:focus,
.Related_activities .resource-link_inverted:focus,
.Related_sources .resource-link_inverted:focus,
.Curriculum_standards .resource-link_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_inverted:hover,
.Learning_outcomes .resource-link_inverted:hover,
.Skills_applied .resource-link_inverted:hover,
.Lesson_sequence .resource-link_inverted:hover,
.Sources .resource-link_inverted:hover,
.Assessment .resource-link_inverted:hover,
.Differentiating_instructions .resource-link_inverted:hover,
.Related_activities .resource-link_inverted:hover,
.Related_sources .resource-link_inverted:hover,
.Curriculum_standards .resource-link_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_accent,
.Learning_outcomes .resource-link_accent,
.Skills_applied .resource-link_accent,
.Lesson_sequence .resource-link_accent,
.Sources .resource-link_accent,
.Assessment .resource-link_accent,
.Differentiating_instructions .resource-link_accent,
.Related_activities .resource-link_accent,
.Related_sources .resource-link_accent,
.Curriculum_standards .resource-link_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.Lesson_overview .resource-link_accent:hover,
.Learning_outcomes .resource-link_accent:hover,
.Skills_applied .resource-link_accent:hover,
.Lesson_sequence .resource-link_accent:hover,
.Sources .resource-link_accent:hover,
.Assessment .resource-link_accent:hover,
.Differentiating_instructions .resource-link_accent:hover,
.Related_activities .resource-link_accent:hover,
.Related_sources .resource-link_accent:hover,
.Curriculum_standards .resource-link_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_accent:active,
.Learning_outcomes .resource-link_accent:active,
.Skills_applied .resource-link_accent:active,
.Lesson_sequence .resource-link_accent:active,
.Sources .resource-link_accent:active,
.Assessment .resource-link_accent:active,
.Differentiating_instructions .resource-link_accent:active,
.Related_activities .resource-link_accent:active,
.Related_sources .resource-link_accent:active,
.Curriculum_standards .resource-link_accent:active,
.Lesson_overview .resource-link_accent:visited,
.Learning_outcomes .resource-link_accent:visited,
.Skills_applied .resource-link_accent:visited,
.Lesson_sequence .resource-link_accent:visited,
.Sources .resource-link_accent:visited,
.Assessment .resource-link_accent:visited,
.Differentiating_instructions .resource-link_accent:visited,
.Related_activities .resource-link_accent:visited,
.Related_sources .resource-link_accent:visited,
.Curriculum_standards .resource-link_accent:visited,
.Lesson_overview .resource-link_accent:focus,
.Learning_outcomes .resource-link_accent:focus,
.Skills_applied .resource-link_accent:focus,
.Lesson_sequence .resource-link_accent:focus,
.Sources .resource-link_accent:focus,
.Assessment .resource-link_accent:focus,
.Differentiating_instructions .resource-link_accent:focus,
.Related_activities .resource-link_accent:focus,
.Related_sources .resource-link_accent:focus,
.Curriculum_standards .resource-link_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_filter,
.Learning_outcomes .resource-link_filter,
.Skills_applied .resource-link_filter,
.Lesson_sequence .resource-link_filter,
.Sources .resource-link_filter,
.Assessment .resource-link_filter,
.Differentiating_instructions .resource-link_filter,
.Related_activities .resource-link_filter,
.Related_sources .resource-link_filter,
.Curriculum_standards .resource-link_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.Lesson_overview .resource-link_filter:hover,
.Learning_outcomes .resource-link_filter:hover,
.Skills_applied .resource-link_filter:hover,
.Lesson_sequence .resource-link_filter:hover,
.Sources .resource-link_filter:hover,
.Assessment .resource-link_filter:hover,
.Differentiating_instructions .resource-link_filter:hover,
.Related_activities .resource-link_filter:hover,
.Related_sources .resource-link_filter:hover,
.Curriculum_standards .resource-link_filter:hover,
.Lesson_overview .resource-link_filter:active,
.Learning_outcomes .resource-link_filter:active,
.Skills_applied .resource-link_filter:active,
.Lesson_sequence .resource-link_filter:active,
.Sources .resource-link_filter:active,
.Assessment .resource-link_filter:active,
.Differentiating_instructions .resource-link_filter:active,
.Related_activities .resource-link_filter:active,
.Related_sources .resource-link_filter:active,
.Curriculum_standards .resource-link_filter:active,
.Lesson_overview .resource-link_filter:focus,
.Learning_outcomes .resource-link_filter:focus,
.Skills_applied .resource-link_filter:focus,
.Lesson_sequence .resource-link_filter:focus,
.Sources .resource-link_filter:focus,
.Assessment .resource-link_filter:focus,
.Differentiating_instructions .resource-link_filter:focus,
.Related_activities .resource-link_filter:focus,
.Related_sources .resource-link_filter:focus,
.Curriculum_standards .resource-link_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_filter--active,
.Learning_outcomes .resource-link_filter--active,
.Skills_applied .resource-link_filter--active,
.Lesson_sequence .resource-link_filter--active,
.Sources .resource-link_filter--active,
.Assessment .resource-link_filter--active,
.Differentiating_instructions .resource-link_filter--active,
.Related_activities .resource-link_filter--active,
.Related_sources .resource-link_filter--active,
.Curriculum_standards .resource-link_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.Lesson_overview .resource-link_filter--active:hover,
.Learning_outcomes .resource-link_filter--active:hover,
.Skills_applied .resource-link_filter--active:hover,
.Lesson_sequence .resource-link_filter--active:hover,
.Sources .resource-link_filter--active:hover,
.Assessment .resource-link_filter--active:hover,
.Differentiating_instructions .resource-link_filter--active:hover,
.Related_activities .resource-link_filter--active:hover,
.Related_sources .resource-link_filter--active:hover,
.Curriculum_standards .resource-link_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_filter--active:active,
.Learning_outcomes .resource-link_filter--active:active,
.Skills_applied .resource-link_filter--active:active,
.Lesson_sequence .resource-link_filter--active:active,
.Sources .resource-link_filter--active:active,
.Assessment .resource-link_filter--active:active,
.Differentiating_instructions .resource-link_filter--active:active,
.Related_activities .resource-link_filter--active:active,
.Related_sources .resource-link_filter--active:active,
.Curriculum_standards .resource-link_filter--active:active,
.Lesson_overview .resource-link_filter--active:focus,
.Learning_outcomes .resource-link_filter--active:focus,
.Skills_applied .resource-link_filter--active:focus,
.Lesson_sequence .resource-link_filter--active:focus,
.Sources .resource-link_filter--active:focus,
.Assessment .resource-link_filter--active:focus,
.Differentiating_instructions .resource-link_filter--active:focus,
.Related_activities .resource-link_filter--active:focus,
.Related_sources .resource-link_filter--active:focus,
.Curriculum_standards .resource-link_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.Lesson_overview .resource-link_filter--active,
.Learning_outcomes .resource-link_filter--active,
.Skills_applied .resource-link_filter--active,
.Lesson_sequence .resource-link_filter--active,
.Sources .resource-link_filter--active,
.Assessment .resource-link_filter--active,
.Differentiating_instructions .resource-link_filter--active,
.Related_activities .resource-link_filter--active,
.Related_sources .resource-link_filter--active,
.Curriculum_standards .resource-link_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.Lesson_overview .resource-link_link,
.Learning_outcomes .resource-link_link,
.Skills_applied .resource-link_link,
.Lesson_sequence .resource-link_link,
.Sources .resource-link_link,
.Assessment .resource-link_link,
.Differentiating_instructions .resource-link_link,
.Related_activities .resource-link_link,
.Related_sources .resource-link_link,
.Curriculum_standards .resource-link_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.Lesson_overview .resource-link_link:hover,
.Learning_outcomes .resource-link_link:hover,
.Skills_applied .resource-link_link:hover,
.Lesson_sequence .resource-link_link:hover,
.Sources .resource-link_link:hover,
.Assessment .resource-link_link:hover,
.Differentiating_instructions .resource-link_link:hover,
.Related_activities .resource-link_link:hover,
.Related_sources .resource-link_link:hover,
.Curriculum_standards .resource-link_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.Lesson_overview .resource-link--expanded,
.Learning_outcomes .resource-link--expanded,
.Skills_applied .resource-link--expanded,
.Lesson_sequence .resource-link--expanded,
.Sources .resource-link--expanded,
.Assessment .resource-link--expanded,
.Differentiating_instructions .resource-link--expanded,
.Related_activities .resource-link--expanded,
.Related_sources .resource-link--expanded,
.Curriculum_standards .resource-link--expanded {
  width: 100%;
}
.Lesson_overview .resource-link_clean,
.Learning_outcomes .resource-link_clean,
.Skills_applied .resource-link_clean,
.Lesson_sequence .resource-link_clean,
.Sources .resource-link_clean,
.Assessment .resource-link_clean,
.Differentiating_instructions .resource-link_clean,
.Related_activities .resource-link_clean,
.Related_sources .resource-link_clean,
.Curriculum_standards .resource-link_clean {
  background: transparent;
  border: none;
}
.Lesson_overview .resource-link_clean:hover,
.Learning_outcomes .resource-link_clean:hover,
.Skills_applied .resource-link_clean:hover,
.Lesson_sequence .resource-link_clean:hover,
.Sources .resource-link_clean:hover,
.Assessment .resource-link_clean:hover,
.Differentiating_instructions .resource-link_clean:hover,
.Related_activities .resource-link_clean:hover,
.Related_sources .resource-link_clean:hover,
.Curriculum_standards .resource-link_clean:hover {
  background: #000;
  color: #fff;
}
.Lesson_overview .resource-link--small,
.Learning_outcomes .resource-link--small,
.Skills_applied .resource-link--small,
.Lesson_sequence .resource-link--small,
.Sources .resource-link--small,
.Assessment .resource-link--small,
.Differentiating_instructions .resource-link--small,
.Related_activities .resource-link--small,
.Related_sources .resource-link--small,
.Curriculum_standards .resource-link--small {
  font-size: 11px;
  padding: 5px 8px;
}
.Lesson_overview .resource-link:hover,
.Learning_outcomes .resource-link:hover,
.Skills_applied .resource-link:hover,
.Lesson_sequence .resource-link:hover,
.Sources .resource-link:hover,
.Assessment .resource-link:hover,
.Differentiating_instructions .resource-link:hover,
.Related_activities .resource-link:hover,
.Related_sources .resource-link:hover,
.Curriculum_standards .resource-link:hover,
.Lesson_overview .resource-link:active,
.Learning_outcomes .resource-link:active,
.Skills_applied .resource-link:active,
.Lesson_sequence .resource-link:active,
.Sources .resource-link:active,
.Assessment .resource-link:active,
.Differentiating_instructions .resource-link:active,
.Related_activities .resource-link:active,
.Related_sources .resource-link:active,
.Curriculum_standards .resource-link:active,
.Lesson_overview .resource-link:focus,
.Learning_outcomes .resource-link:focus,
.Skills_applied .resource-link:focus,
.Lesson_sequence .resource-link:focus,
.Sources .resource-link:focus,
.Assessment .resource-link:focus,
.Differentiating_instructions .resource-link:focus,
.Related_activities .resource-link:focus,
.Related_sources .resource-link:focus,
.Curriculum_standards .resource-link:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  transition: all 0.3s ease;
}
.Lesson_overview b,
.Learning_outcomes b,
.Skills_applied b,
.Lesson_sequence b,
.Sources b,
.Assessment b,
.Differentiating_instructions b,
.Related_activities b,
.Related_sources b,
.Curriculum_standards b {
  font-weight: 600;
}
.Lesson_overview,
.Curriculum_standards {
  background-color: #f2f2f2;
}
.Lesson_overview .SideNotePara,
.Curriculum_standards .SideNotePara {
  padding: 0 10px;
}
.Lesson_overview .SideNotePara:last-of-type,
.Curriculum_standards .SideNotePara:last-of-type {
  padding-bottom: 10px;
}
.SideNotePara .imageGroup {
  display: block;
}
.document-explorer {
  border-top: 3px solid #000;
}
.document-explorer .custom-fa-explorer::before {
  content: "\f1e5";
}
@media (max-width: 1024px) {
  .document-explorer {
    margin-top: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-explorer > * {
  background-color: #f2f2f2;
}
.document-explorer_title {
  font-size: 1.5em;
  padding: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.document-explorer_section {
  padding: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.document-explorer_section:last-of-type {
  padding-bottom: 2em;
  border-bottom: 0;
}
.document-explorer_section ul {
  list-style: initial;
  padding: 10px 0 0 20px;
}
.document-explorer_section .toggleButton__collapsed,
.document-explorer_section .toggleButton__expanded {
  margin-right: 10px;
}
.document-explorer_section .toggleButton__toggle {
  margin: 0px;
  font-weight: bold;
}
.document-explorer_section .collapsibleList__item {
  padding: 2px 5px;
}
.document-explorer_section .collapsibleList__entries {
  list-style: none;
}
.document-explorer .more-results-wrapper .block-header {
  font-size: 1em;
  text-transform: none;
  font-weight: bold;
}
.document-explorer .more-results-wrapper .citation-view,
.document-explorer .more-results-wrapper .article-date-group {
  padding: 0.5em 0;
}
.document-explorer .more-results-wrapper .citation-view h3,
.document-explorer .more-results-wrapper .article-date-group h3 {
  margin: 0px;
}
@supports (-webkit-line-clamp: 2) {
  .document-explorer .more-results-wrapper .citation-view .documentLink,
  .document-explorer .more-results-wrapper .article-date-group .documentLink {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@supports not (-webkit-line-clamp: 2) {
  .document-explorer .more-results-wrapper .citation-view .title,
  .document-explorer .more-results-wrapper .article-date-group .title {
    overflow: hidden;
    position: relative;
    max-height: 3rem;
  }
  .document-explorer .more-results-wrapper .citation-view .title:after,
  .document-explorer .more-results-wrapper .article-date-group .title:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12%;
    height: 24px;
  }
}
.document-explorer .more-results-wrapper .citation-view .documentLink,
.document-explorer .more-results-wrapper .article-date-group .documentLink {
  font-weight: normal;
}
.document-explorer .more-results-wrapper .citation-view .citation-details,
.document-explorer .more-results-wrapper .article-date-group .citation-details {
  font-size: small;
}
.document-explorer .more-results-wrapper .citation-view > *,
.document-explorer .more-results-wrapper .article-date-group > * {
  display: block;
}
.document-explorer .more-results-wrapper .citation-view .date,
.document-explorer .more-results-wrapper .article-date-group .date {
  font-size: small;
}
.document-explorer .signin-notes {
  padding: 0.5em;
  font-size: small;
}
.document-explorer .library-links-info {
  background-color: #d54405;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  margin: -1em -1em 1em;
}
.document-explorer_title {
  text-transform: capitalize;
  font-weight: 300;
}
.ICFE .custom-fa-explorer::before {
  content: "\f552";
  color: #d54405;
}
.student-notes {
  height: auto;
  padding: 0.9em;
  background-color: #f2f2f2;
  border-left: solid #d54405;
}
.student-notes_header {
  height: 2.5em;
  border-bottom: solid #d6d6d6 1px;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}
.student-notes_header .header-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f2a900;
  border: solid #ffc72c 2px;
  border-radius: 30px;
  font-size: 1.2em;
  color: #d54405;
  vertical-align: middle;
}
.student-notes_header .header-icon svg {
  margin: 5px 0 10px 4.5px;
}
.student-notes_header .header-text {
  font-weight: 600;
  color: #006298;
  margin-left: 10px;
}
.student-notes__items {
  font-weight: 300;
  margin: 0 1em 1em;
}
.student-notes__items .note_item {
  position: absolute;
  overflow: hidden;
}
.student-notes__items .note_item.hidden {
  right: 0;
}
.student-notes__pagination {
  margin: 0 1em;
}
.student-notes__count {
  display: inline-block;
  font-size: 0.8em;
  font-style: italic;
  font-weight: 100;
  color: #006298;
}
.student-notes .pagination-group {
  display: inline-block;
  float: right;
}
.student-notes .pagination-group .paginate-previous {
  margin-right: -7px;
}
.student-notes .pagination-group .paginate-next,
.student-notes .pagination-group .paginate-previous {
  color: #006298;
  border: solid #006298 2px;
  cursor: pointer;
}
.student-notes .pagination-group .paginate-next:disabled,
.student-notes .pagination-group .paginate-previous:disabled {
  color: #4F5A63;
  border-color: #002133;
  cursor: default;
}
.launchpad {
  padding: 0.1em 0.8em 0.8em;
  position: relative;
}
.launchpad .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}
.launchpad .tab_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.launchpad-tools:last-of-type {
  margin-right: 0;
}
.launchpad .authorities {
  background-color: #fff;
  border-radius: 4px;
  border: solid #d6d6d6 1px;
  padding: 5px 19px 5px 5px;
  width: 100%;
  height: 30px;
}
.launchpad .standard-data-section .collapsibleList__entries {
  margin-left: 8px;
}
.launchpad .standard-data-section .standard-header {
  display: inline-block;
  margin-left: 16px;
}
.launchpad .standard-data-section .toggleButton__collapsed,
.launchpad .standard-data-section .toggleButton__expanded {
  display: none;
}
.launchpad .standard-data-section .toggleButton__toggle {
  position: relative;
}
.launchpad .standard-data-section .toggleButton__toggle::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 5px;
  transition: transform 0.3s ease;
  font-size: 0.8em;
  font-weight: bold;
}
.launchpad .standard-data-section .toggleButton__toggle--expanded::before {
  transform: rotateZ(90deg);
}
.launchpad .standard-data-section .root-level-data {
  font-weight: 300;
  font-size: 0.9em;
  color: #4F5A63;
}
.launchpad .collapsibleList .standard-number {
  margin-right: 5px;
  font-size: 0.8em;
}
.launchpad .collapsibleList .standard-text {
  font-size: 0.8em;
}
.launchpad-content {
  margin-top: 20px;
}
.launchpad-content .no-aligned {
  font-size: 12px;
  color: #4F5A63;
  padding: 1em 2em 2em;
  border: solid #d6d6d6 1px;
  border-radius: 4px;
}
.launchpad-content .no-aligned_img {
  background: url("../../Lilo/images/no-alignments-illustration.svg") no-repeat;
  background-size: 200px 200px;
  width: 200px;
  height: 200px;
  margin: auto;
}
.tool-section {
  margin-bottom: 2.5em;
}
.tool-section__clippings {
  border-top: solid #000 3px;
  padding-top: 10px;
}
.tool-section__header-container {
  border-bottom: solid #d6d6d6 1px;
  margin-bottom: 20px;
}
.tool-section__header-container .upper {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 6px;
}
.tool-section__header-container .upper .circuler {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding: 5px;
  border: solid #000 1px;
  border-radius: 15px;
  vertical-align: middle;
}
.tool-section__header-container .global-tool {
  display: inline-block;
  float: right;
}
.tool-section__header-container .global-tool ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.tool-section__header-container .global-tool ul button {
  margin-left: 0;
}
.tool-section .action-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.tool-section .action-group button {
  font-size: 1em;
  margin: 10px 5px 5px;
}
.tool-section .action-group .tool-add-new {
  font-size: 12px;
  margin: 0;
}
.tool-section .tool-content {
  overflow: auto;
  max-height: 590px;
  margin: 0 0 5px 0;
}
.tool-section .tool-content .single-tool {
  margin: 10px 0 20px 0;
  width: 99%;
}
.tool-section .tool-content .single-tool:last-of-type {
  margin: 10px 0 0 0;
}
.tool-section .tool-content .tool-text {
  display: block;
  width: calc(100% - 22px);
  height: 100px;
  padding: 10px;
  border: solid #d6d6d6 1px;
  border-radius: 2px;
  border-bottom: none;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  resize: none;
}
.tool-section .tool-content .action-group {
  border: solid #d6d6d6 1px;
  border-radius: 0 0 2px 2px;
}
.document-summary .doc-title {
  text-align: center;
  margin: 3em auto;
}
@media (max-width: 768px) {
  .document-summary .doc-title {
    text-align: left;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-summary .doc-title .definition {
  font-family: "Georgia", serif;
  font-size: 2em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .document-summary .doc-title .definition {
    font-size: 1.5em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-summary .doc-copyright {
  margin-left: 0;
}
.document-summary .volume-info {
  padding-left: 2px;
}
.document-summary .icon-bg {
  background-color: #4F5A63;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.document-summary .icon-bg [class*="fa-"] {
  color: #fff;
  font-size: 30px;
  height: 30px;
  width: 30px;
  margin: 10px;
}
.document-summary .document-lexile {
  display: inline-flex;
  align-items: center;
}
.document-summary .document-lexile .definition {
  margin-left: 5px;
}
.document-summary .document-lexile .input__dropdown {
  margin: 0;
}
.document-summary .document-content-level {
  display: inline-block;
  align-items: center;
}
.image-viewer__header {
  background-color: #f2f2f2;
  padding: 2em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.image-viewer__header .document-title .definition {
  font-family: "Georgia", serif;
  font-size: 1.7em;
  font-weight: 400;
}
.image-viewer__header .publication {
  padding-top: 5px;
}
.image-viewer__header .publication .label {
  margin-right: 5px;
}
.ICFE .doc-title .definition {
  display: inline-block;
}
.ICFE .doc-title .content-set-status {
  justify-content: center;
  margin: 5px 10px;
}
@media (max-width: 768px) {
  .ICFE .doc-title .content-set-status {
    margin-left: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.filters .gridtab > dt {
  pointer-events: auto;
  transition: background 1s;
  background: #fff;
  margin-right: 5px;
  margin-bottom: 1px;
  text-align: center;
  padding: 7px 16px;
}
.filters .gridtab > dt:hover,
.filters .gridtab > dt.is-active,
.filters .gridtab > dt:active,
.filters .gridtab > dt:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.filters .gridtab--0 > dd {
  min-width: 98%;
  max-width: 98%;
  margin: -2px 0 0px 0px !important;
}
.filters .gridtab--0 > dt {
  border: solid 1px #006298;
}
.filters_content--input {
  height: 2.5em;
  margin-right: 5px;
  padding-left: 3px;
}
.filters_content .fa-long-arrow-right {
  margin: 0 10px;
}
.filters_content .facet {
  padding: 3px 0;
}
.filters_content .count {
  margin-left: 0.5em;
}
.filters_content .content_item {
  padding: 1em;
}
.filters .checkbox-group {
  max-height: 500px;
  overflow: auto;
}
.filters .checkbox-group .filters_content--input {
  width: 80%;
  height: 2.5em;
}
.filters_list {
  margin-bottom: 1em;
}
.filters .list {
  display: block;
  padding: 0.5em 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 0.5em;
}
.filters .list_item {
  margin: 3px 0;
  display: block;
}
.filters .list_item.hide {
  display: none;
}
.filters .list .PastWeek,
.filters .list .PastMonth,
.filters .list .PastYear {
  display: inline-block;
  margin: 5px 0;
}
.filters .searchwithin_contents input {
  width: 80%;
  height: 2.5em;
  padding-left: 3px;
  margin-right: 5px;
}
.filters .button-list {
  display: flex;
  justify-content: flex-end;
}
.filters .button-list .button {
  margin-left: 5px;
}
.filters_limiters {
  margin: 1em 0;
}
.filters .limiter-container > li {
  margin: 7px 0 0 0;
  border-radius: 0 4px 4px 4px;
  border: 1px solid #003865;
  padding: 0.5em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.filters .limiter-container .facet .facet-checkbox {
  margin-right: 10px;
  vertical-align: middle;
}
.filters .limiter-container .facet label {
  margin-left: 5px;
}
.filters .limiter-controls {
  background-color: #fff;
  border-top: 1px solid #d6d6d6;
  padding: 0.5em 0;
}
.filters .custom-select-box {
  width: 75px;
}
.select-wrapper {
  font-size: 14px;
}
.select-wrapper .custom-select-box.hasCustomSelect:focus + .custom-select-box {
  outline: 1px dotted #002133;
  outline: 5px auto -webkit-focus-ring-color;
}
.sortByLabel {
  margin-right: 5px;
}
.search-filter {
  margin: 5px 5px 5px 0;
}
.search-filter .type {
  color: #4F5A63;
  font-size: 14px;
  font-weight: normal;
}
.search-filter .value {
  color: #000;
  font-size: 14px;
}
.search-filter ~ .search-filter {
  margin: 5px;
}
.pass-through {
  font-size: 14px;
}
.pass-through .index {
  color: #4F5A63;
  font-size: 14px;
}
.pass-through .index:after {
  content: ':';
}
.pass-through .searchTerm {
  color: #000;
  font-size: 14px;
}
.operator {
  text-transform: uppercase;
  font-size: 14px;
}
.applied-searchterm {
  display: grid;
  grid-template-columns: 80px auto;
}
.applied-searchterm_title {
  padding-top: 3px;
  font-style: italic;
  font-size: 12px;
  color: #000;
}
.applied-filters_container {
  display: grid;
  grid-template-columns: 80px auto;
}
.applied-filters_list {
  max-width: 600px;
}
.applied-filters {
  margin: 1em 0;
}
.applied-filters_title {
  display: block;
  padding-top: 10px;
  font-style: italic;
  font-size: 12px;
  color: #000;
}
.applied-filters_filter {
  display: inline-block;
  background-color: #003865;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin: 5px;
}
.applied-filters_filter .type {
  font-style: italic;
}
.applied-filters_filter .value a {
  color: #fff;
}
.applied-filters_filter:hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.footnote-bar {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.5em 1em;
  font-size: smaller;
  position: relative;
}
.footnote-bar--gray {
  background-color: #d6d6d6;
  text-align: right;
}
.hero-bar .gale-tag,
.hero-bar .gale-logo {
  height: 60px;
}
@media (max-width: 599px) {
  .hero-bar .gale-tag,
  .hero-bar .gale-logo {
    height: 40px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.hero-bar .gale-tag a:hover,
.hero-bar .gale-logo a:hover {
  text-decoration: none;
}
.hero-bar .brand-primary {
  background: #d54405;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d54405 0%, #c43d04 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d54405 0%, #c43d04 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d54405 0%, #c43d04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d24204', endColorstr='#c43d04', GradientType=0);
  /* IE6-9 */
  position: relative;
  float: left;
  height: 60px;
  padding: 9px 0 13px 54px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .hero-bar .brand-primary {
    font-size: 20px;
    padding: 6px 0 10px 45px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.hero-bar .brand-secondary {
  position: absolute;
  margin: 10px 0 0 60px;
  color: #fff;
  font-size: 28px;
  text-shadow: 0 0 4px #000c;
  font-weight: 200;
}
.hero-bar .gale-logo__pinwheel {
  background: url("../images/gale-logo-pinwheel.svg") no-repeat;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 19px;
  margin-top: 12px;
  z-index: 2;
}
@media (max-width: 599px) {
  .hero-bar .gale-logo__pinwheel {
    height: 25px;
    width: 25px;
    margin-top: 8px;
    left: 14px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.hero-bar .gale-logo__curve {
  background: url("../images/gale-badge-curve.svg") no-repeat;
  height: 60px;
  width: 60px;
  position: absolute;
  margin-left: -1px;
}
@media (max-width: 599px) {
  .hero-bar .gale-logo__curve {
    height: 40px;
    width: 40px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .gale-tag .gale-logo {
  margin: -2em 0 0 -2em;
  background: url("../images/Gale Badge.svg") no-repeat;
  height: 60px;
  width: 200px;
}
@media (max-width: 599px) {
  .homepageWrapper .gale-tag .gale-logo {
    height: 40px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .gale-tag .gale-logo span {
  position: absolute;
  text-indent: -9999px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.subheader {
  text-transform: uppercase;
  font-weight: 200;
}
.label-padding {
  padding: 0 1em 1.5em 0;
}
.page-header {
  font-size: 2.5em;
  font-weight: 200;
  color: #000;
}
.page-header__image-bg {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
}
.page-header__image-bg--curriculum {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/icfe_curriculum-bg.svg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
@media (max-width: 1024px) {
  .page-header__image-bg--curriculum {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.page-header__image-bg--browse-subjects {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/browse-subjects-header.jpg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
.page-header__image-bg ~ .description {
  color: #fff;
  max-width: 800px;
}
.page-header--icfe {
  font-size: 1.5em;
  color: #006298;
  padding: 0.5em 0;
}
.block-header {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.block-header [class*="fa-"] {
  margin-right: 0.5em;
}
.topic-title {
  font-size: 1em;
  font-weight: bold;
  color: #d54405;
  margin-bottom: 0.5em;
}
.topic-title--caps {
  text-transform: uppercase;
}
.subject-title {
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.results-header {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
}
.search-results-header {
  display: inline-flex;
}
@media (max-width: 599px) {
  .search-results-header {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results-header .result-count {
  margin-right: 1em;
}
@media (max-width: 599px) {
  .search-results-header .result-count {
    display: block;
    white-space: nowrap;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.portal-header {
  font-family: "Georgia", serif;
  font-size: 2em;
  font-weight: normal;
}
.searchResultsTitle .count,
.block-header .count {
  margin-left: 0.5em;
}
.accent-word {
  font-weight: 100;
}
.accent-bar {
  width: 55px;
  height: 3px;
  background-color: #d54405;
  margin-bottom: 1em;
  margin-top: 3px;
}
.description {
  margin: 0.5em 0;
}
.resProdTitle {
  font-weight: 100;
  font-size: 1em;
  text-shadow: 0 0 4px #000c;
}
@media (max-width: 599px) {
  .resProdTitle {
    font-size: smaller;
    line-height: 0.5em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.resProdTitle em {
  font-weight: 400;
  font-size: inherit;
  font-style: normal;
}
@media (max-width: 599px) {
  .resProdTitle em {
    line-height: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#helpContent {
  display: none;
  max-width: 1024px;
  margin: 0 auto 40px;
  color: #555;
}
#helpContent ol,
#helpContent ul {
  margin: 13px 0;
  padding-left: 40px;
}
#helpContent ul {
  list-style: disc;
}
#helpContent ol {
  list-style: decimal;
}
#helpContent.viewAll section {
  min-height: 100px;
}
#helpContent section {
  background: #fff;
  padding: 20px 25px;
  margin: 6em 0;
  min-height: 500px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}
#helpContent section.help-module {
  display: none;
  padding-top: 3em;
}
#helpContent section.help-module :target:before {
  content: '';
  display: block;
  position: relative;
  height: 4em;
}
#helpContent section.help-module.active {
  display: block;
}
#helpContent.viewAll section.help-module {
  display: block;
}
#helpContent.viewAll section.help-module .control-group {
  display: none;
}
#helpContent.viewAll section.help-module .all-help-link {
  display: none;
}
#helpContent.viewAll section.help-module .control-group.first {
  display: block;
}
#helpContent .control-group {
  zoom: 1;
  border-bottom: 1px dotted #ccc;
}
#helpContent .control-group::before {
  content: '';
  display: block;
}
#helpContent .control-group::after {
  content: '';
  display: table;
  clear: both;
}
#helpContent .control-group .help-close {
  border: none;
  background: none;
  float: left;
  cursor: pointer;
}
#helpContent .control-group .help-close h1,
#helpContent .control-group .help-close .help-title {
  float: left;
  font-weight: 400;
  font-size: 30px;
  color: #333;
  margin: 0;
  background: url("../../Rio/images/help/help.png") no-repeat -7px -1px;
  text-indent: 32px;
  padding-bottom: 10px;
}
#helpContent .control-group .help-close h1:hover,
#helpContent .control-group .help-close .help-title:hover {
  color: #bc512f;
  background-position: -7px -71px;
}
#helpContent .control-group .all-help-link {
  display: block;
  float: right;
  margin-right: 10px;
  background: url("../../Rio/images/help/help.png") no-repeat -4px -136px;
  height: 32px;
  padding-left: 34px;
  color: #333;
  padding-top: 2px;
  margin-top: 8px;
}
#helpContent .control-group .all-help-link:hover {
  color: #bc512f;
  background-position: -4px -177px;
}
#helpContent .header-group h2 {
  font-weight: 400;
  font-size: 22px;
  margin: 10px 0 5px 0;
  padding-top: 5px;
}
#helpContent .header-group h2 .label-1 {
  color: #9b9b9b;
}
#helpContent .header-group h2 .label-2 {
  color: #444;
}
#helpContent .header-group p {
  margin: 0;
  padding-bottom: 15px;
}
#helpContent .body-group {
  margin-left: 40px;
}
#helpContent li.ebook,
#helpContent.viewAll section.help-module.ebook {
  display: none;
}
#helpContent .help-citation {
  margin: 5px;
}
#helpContent .para.citation {
  display: none;
}
#helpContent .RIO .para.citation.Magazines,
#helpContent .LILO .para.citation.Magazines,
#helpContent .RIO .para.citation.Journals,
#helpContent .LILO .para.citation.Journals,
#helpContent .RIO .para.citation.News,
#helpContent .LILO .para.citation.News,
#helpContent .RIO .para.citation.Media,
#helpContent .LILO .para.citation.Media,
#helpContent .RIO .para.citation.Books,
#helpContent .LILO .para.citation.Books,
#helpContent .RIO .para.citation.Plays,
#helpContent .LILO .para.citation.Plays {
  display: block;
}
#helpContent .ITKE .para.citation.Magazines,
#helpContent .ITKE .para.citation.News,
#helpContent .ITKE .para.citation.Books {
  display: block;
}
#helpContent .LIT .para.citation.Magazines,
#helpContent .LIT .para.citation.Journals,
#helpContent .LIT .para.citation.News,
#helpContent .LIT .para.citation.Media,
#helpContent .LIT .para.citation.Books,
#helpContent .LIT .para.citation.Plays {
  display: block;
}
#helpContent .SBRC .para.citation.Magazines,
#helpContent .SBRC .para.citation.Journals,
#helpContent .SBRC .para.citation.News,
#helpContent .SBRC .para.citation.Media,
#helpContent .SBRC .para.citation.Books {
  display: block;
}
#helpContent .EbookRio .para.citation.Books,
#helpContent .EbookLilo .para.citation.Books {
  display: block;
}
#helpContent .GLRS .para.citation.Magazines,
#helpContent .GLRS .para.citation.Journals,
#helpContent .GLRS .para.citation.News,
#helpContent .GLRS .para.citation.Media,
#helpContent .GLRS .para.citation.Books,
#helpContent .GLRS .para.citation.Monographs,
#helpContent .GLRS .para.citation.Manuscripts,
#helpContent .GLRS .para.citation.Plays {
  display: block;
}
#helpContent .Bolt .para.citation.Magazines,
#helpContent .Bolt .para.citation.Journals,
#helpContent .Bolt .para.citation.News,
#helpContent .Bolt .para.citation.Media,
#helpContent .Bolt .para.citation.Books,
#helpContent .Bolt .para.citation.Plays {
  display: block;
}
#helpContent a.externalLink {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  word-wrap: break-word;
}
body.helpActive#home .bucket-wrapper,
body.helpActive#home .ebook-outer-wrapper {
  display: none !important;
}
body.helpActive#home #helpContent section {
  margin: 2em 0;
}
body.helpActive:not(#home) main {
  display: none !important;
}
body.helpActive #helpContent {
  display: block;
  margin-bottom: 0;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  body.helpActive #helpContent {
    padding-bottom: 120px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media only screen and (max-width: 736px) {
  #helpContent {
    margin: 50px auto 40px;
  }
  #helpContent .body-group {
    margin-left: 0;
  }
}
body.ITKE #helpContent .fontSize,
body.HWRC #helpContent .fontSize {
  display: block;
}
body.GPS #helpContent li.ebook {
  display: list-item;
}
body.GPS #helpContent.viewAll section.help-module.ebook {
  display: block;
}
body.GPS #helpContent section.help-module .ebookProductOnly {
  display: none;
}
.AMFN #helpContent.viewAll section#topicEssaysAndResources {
  display: none;
}
.AMFN .essaysAndResources {
  display: none;
}
.PNCH #helpContent.viewAll section#topicBrowsePublications {
  display: none;
}
.PNCH .browsePublications {
  display: none;
}
.ROAM #helpContent.viewAll section#topicMapLocator {
  display: none;
}
.ROAM .topicMapLocator {
  display: none;
}
.Ebook.Lilo #helpContent.viewAll section.help-module.ebook {
  display: block;
}
.Ebook.Lilo #helpContent li.ebook {
  display: list-item;
}
.Ebook.Lilo.G-Scrib #helpContent .gvrl,
.Ebook.Lilo.G-Twayne #helpContent .gvrl,
.Ebook.Lilo.GENVRL #helpContent .gvrl {
  display: none !important;
}
.stage-wrapper {
  margin-top: 30px;
  background-size: cover;
}
.homepageWrapper {
  height: 320px;
  color: #fff;
  padding: 0 2em;
  background-size: cover, cover;
}
.homepageWrapper .stage-header {
  color: #fff;
  font-weight: 200;
  font-size: 2.5em;
  margin-top: 60px;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .homepageWrapper .stage-header {
    margin-top: 42px;
    line-height: 0.9em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .stage-header ~ div {
  padding: 10px 0;
}
.homepageWrapper .stage-header ~ div.title-bar__button-group {
  padding-top: 70px;
}
.homepageWrapper .stage-header .gale {
  font-weight: 500;
}
.homepageWrapper .stage-header .resProdSubTitle {
  border-left: 6px solid #d54405;
  font-size: smaller;
  font-weight: 600;
  display: block;
  padding-left: 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-shadow: 0 0 4px #000c;
  line-height: 1.2;
}
@media (max-width: 599px) {
  .homepageWrapper .stage-header .resProdSubTitle {
    margin-top: 10px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .customer-logo {
  float: right;
  display: inline-block;
  margin: -20px 0 0 0;
}
@media (max-width: 599px) {
  .homepageWrapper .customer-logo {
    margin: -32px -25px 0 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .customer-logo #locationBrandingLogo {
  border-radius: 5px;
}
.homepageWrapper .customer-logo #locationBrandingLogo img {
  background-color: #fff;
  border-radius: 5px;
  max-height: 80px;
  max-width: 160px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 4px #4f5a63;
  box-shadow: 0px 0px 4px #4f5a63;
}
@media (max-width: 599px) {
  .homepageWrapper .customer-logo #locationBrandingLogo img {
    max-height: 60px;
    max-width: 100px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.homepageWrapper .searchLinks__searchLinkList {
  display: none;
}
.hero-bar {
  height: 60px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 599px) {
  .hero-bar {
    height: 40px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.hero-bar .gale-tag {
  display: inline-block;
}
.hero-bar .customer-logo {
  float: right;
  display: inline-block;
  margin: 0 30px 0 0;
}
.hero-bar .customer-logo #locationBrandingLogo {
  border-radius: 5px;
  max-height: 42px;
}
.hero-bar .customer-logo #locationBrandingLogo img {
  background-color: #fff;
  border-radius: 5px;
  max-height: 35px;
  padding: 4px;
  margin-top: 8px;
}
.workflow .hero-bar {
  background-position: unset;
}
.legend-block {
  position: absolute;
  right: 220px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 1em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.legend-block_list {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.legend-block_list-element {
  margin: 0.5em 0;
}
.legend-block_list-element .legendText {
  height: 25px;
  padding-left: 5px;
}
.legend-block_list-element [class*="fa-"] {
  float: left;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .legend-block {
    right: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.legend-labels {
  margin: 1em 0;
}
.legend-labels_list {
  display: inline-block;
}
.legend-labels_list li {
  display: inline-block;
  margin: 5px 10px 0 0;
}
.legend-labels_list-item {
  display: inline;
  margin-right: 1em;
  font-weight: 200;
}
.legend-labels_list-label {
  margin-left: 3px;
}
[id*="scribbledListLink"] label {
  pointer-events: none;
}
.scribbledList .highlightedText,
.scribbledList .userNotes {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scribbledList .default-msg {
  white-space: normal;
}
.scribbledDocs .scribbled-list-container {
  top: 56px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 1em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .scribbledDocs .scribbled-list-container {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .scribbledDocs .scribbled-list-container .scribbledList {
    max-height: 50vh;
  }
}
@media (max-width: 768px) {
  .scribbledDocs .scribbled-list-container {
    left: 10px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .scribbledDocs .scribbled-list-container .scribbledList {
    width: 100%;
  }
}
@media (max-height: 500px) {
  .scribbledDocs .scribbled-list-container {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .scribbledDocs .scribbled-list-container .scribbledList {
    max-height: 30vh;
  }
}
.scribbledDocs .scribbled-list-container::before {
  right: 50px;
  border: solid transparent;
  border-bottom-color: #ccc;
  content: " ";
  height: 0;
  width: 0;
  top: -20px;
  position: absolute;
  border-width: 10px;
  margin-left: -25px;
}
.scribbledDocs .allNotesLink .button_inverted {
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.scribbledDocs .allNotesLink .button_inverted [class*="fa-"] {
  margin-right: 5px;
}
.scribbledDocs .allNotesLink .button_inverted_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.scribbledDocs .allNotesLink .button_inverted_primary:hover,
.scribbledDocs .allNotesLink .button_inverted_primary:active,
.scribbledDocs .allNotesLink .button_inverted_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.scribbledDocs .allNotesLink .button_inverted_inverted:active,
.scribbledDocs .allNotesLink .button_inverted_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
.scribbledDocs .allNotesLink .button_inverted_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_accent:active,
.scribbledDocs .allNotesLink .button_inverted_accent:visited,
.scribbledDocs .allNotesLink .button_inverted_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
.scribbledDocs .allNotesLink .button_inverted_filter:hover,
.scribbledDocs .allNotesLink .button_inverted_filter:active,
.scribbledDocs .allNotesLink .button_inverted_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
.scribbledDocs .allNotesLink .button_inverted_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_filter--active:active,
.scribbledDocs .allNotesLink .button_inverted_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
.scribbledDocs .allNotesLink .button_inverted_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
.scribbledDocs .allNotesLink .button_inverted_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
.scribbledDocs .allNotesLink .button_inverted_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
.scribbledDocs .allNotesLink .button_inverted--expanded {
  width: 100%;
}
.scribbledDocs .allNotesLink .button_inverted_clean {
  background: transparent;
  border: none;
}
.scribbledDocs .allNotesLink .button_inverted_clean:hover {
  background: #000;
  color: #fff;
}
.scribbledDocs .allNotesLink .button_inverted--small {
  font-size: 11px;
  padding: 5px 8px;
}
.scribbled-list-container {
  top: 56px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 1em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.notepad {
  margin-bottom: 1em;
}
.notepad .citationFormatSelect > * {
  margin-right: 1em;
}
.notepad .citationFormatSelect .active {
  font-weight: bold;
  text-decoration: underline;
}
.highlights-block_row {
  border-bottom: 1px solid #d6d6d6;
  margin: 1em 0 0 0;
  padding-bottom: 1em;
}
.highlights-block_row li:not(:first-of-type) {
  margin-left: 20px;
}
.highlights-block .note {
  margin-left: 10px;
}
.highlights-block .note .stackedHeader {
  font-weight: bold;
  margin: 0 5px 0 0;
}
.highlights-block .note .notes {
  margin: 0 5px 0 0;
}
.highlights-block .docTitle {
  margin-bottom: 1em;
}
.highlights-block .docTitle [class*="fa-"] {
  margin-right: 5px;
  color: #006298;
}
.highlights-block .scribbledItems {
  margin: 1em 0;
}
.highlights-block .highlightedText {
  padding-left: 10px;
  margin-bottom: 5px;
}
.highlights-block .notesAddEdit {
  cursor: pointer;
}
.highlights-block .notesEditSave,
.highlights-block .notesEditCancel {
  vertical-align: top;
}
.label {
  font-weight: bold;
}
.label--no-bold {
  font-weight: normal;
}
input {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}
.input {
  margin-right: 5px;
  padding: 3px;
}
.input__dropdown {
  background-color: #fff;
  width: 100%;
  height: 25px;
  margin: 0.5em 0 1em 0;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}
.ui-widget {
  font-family: "Open Sans", sans-serif;
}
.ui-autocomplete-input {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  height: 25px;
  padding-left: 3px;
}
@media (max-width: 599px) {
  .searchBox {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .searchBox .ui-autocomplete-input {
    min-width: unset;
    width: 150px;
  }
  .searchBox a {
    display: block;
  }
}
.ui-dropdownchecklist-selector {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background-image: none;
  background-color: #fff;
}
.ui-dropdownchecklist-selector::after {
  content: "\f107";
  font-weight: normal;
  color: #000;
  font-family: "Font Awesome 5 Pro", sans-serif;
  vertical-align: middle;
  position: absolute;
  margin: 4px 0 0 -15px;
}
.ui-dropdownchecklist-text {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
  height: 25px;
  line-height: 2;
  vertical-align: middle;
}
.ui-dropdownchecklist-dropcontainer {
  border-radius: 4px;
  margin-top: -6px;
}
.ui-dropdownchecklist-dropcontainer .ui-state-default {
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
}
.date-entry {
  margin-bottom: 10px;
}
.date-entry__label {
  margin-right: 5px;
}
.main {
  background-color: #fff;
  padding: 0.5em 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.main + * {
  margin-top: 55px;
}
.navigation {
  padding: 0 30px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
    padding: 0 30px 0 10px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .navigation::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.navigation .tool-link,
.navigation .nav-item {
  font-size: 11px;
  text-decoration: none;
  color: #000;
}
.navigation .tool-link > svg,
.navigation .nav-item > svg {
  pointer-events: none;
  text-decoration: none;
}
.navigation .tool-link [class*="fa-"],
.navigation .nav-item [class*="fa-"] {
  text-decoration: none;
}
.navigation .nav-divider {
  border-right: 1px solid #d6d6d6;
  height: 2.5em;
}
.navigation .advancedSearch {
  width: 50px;
  line-height: 1.2;
  margin-top: 3px;
}
.navigation .advancedSearch a {
  color: #000;
}
.navigation .toolbar-button {
  display: block;
}
.navigation .toolbar-button [class*="fa-"],
.navigation .toolbar-button label {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  color: #000;
  text-transform: capitalize;
}
.navigation .toolbar-button:hover label {
  text-decoration: underline;
}
.navigation .toolbar-button label:hover {
  text-decoration: underline;
}
.navigation .toolbar-button [class*="fa-"] {
  height: 20px;
  padding-bottom: 2px;
  width: 50px;
  margin: 2px auto 0 auto;
  font-size: 20px;
  text-decoration: none;
}
.navigation .toolbar-button_bg [class*="fa-"] {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 5px 0;
  margin-top: 0;
}
.navigation .toolbar-button .custom-fa-Glossary:before {
  content: "\f02d";
}
.navigation .toolbar-button .custom-fa-BusinessTopics:before,
.navigation .toolbar-button .custom-fa-BusinessTypes:before {
  content: "\f0b1";
}
.navigation .toolbar-button .custom-fa-HowTo:before {
  content: "\f059";
}
.navigation .toolbar-button .custom-fa-MultiResource:before {
  content: "\f0eb";
}
.navigation .toolbar-button.highlightsMode .icon-color {
  color: #d54405;
}
.navigation .workflow-tools-container {
  display: flex !important;
}
.navigation .workflow-tools-container .student-view-container {
  margin-left: 10px;
  height: 40px;
}
.navigation .workflow-tools-container .student-view-toggle {
  margin-left: 10px;
  padding: 0;
}
.navigation .workflow-tools-container .instructor-view-toggle {
  padding: 4px 16px;
}
.navigation .product .short {
  display: none;
}
@media (max-width: 599px) {
  .navigation .product .short {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .navigation .product .long {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.navigation .tray {
  display: none;
}
.navigation.active .tray {
  display: block;
}
.navigation .welcome-link {
  display: inline-flex;
  align-items: center;
}
.navigation .welcome-link.hide {
  display: none;
}
.navigation .cloud-ico {
  display: inline-flex;
  margin: 2px 5px 0 0;
  height: 20px;
  width: 25px;
}
.navigation .Google .cloud-ico {
  background: url("../images/google_logo.svg") no-repeat;
  background-size: contain;
}
.navigation .Microsoft .cloud-ico {
  background: url("../images/microsoft_logo.svg") no-repeat;
  background-size: contain;
}
.navigation .Google-drive .cloud-ico {
  background: url("../images/drive/Google_Drive_Logo.svg") no-repeat;
  background-size: contain;
}
.navigation .One-drive .cloud-ico {
  background: url("../images/drive/onedrive.svg") no-repeat;
  background-size: contain;
}
.extraLinks .tool-link {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
.extraLinks .tool-link > svg {
  pointer-events: none;
  text-decoration: none;
}
.extraLinks .tool-link [class*="fa-"] {
  text-decoration: none;
}
.extraLinks .toolbar-button {
  margin: 0 1em;
}
.extraLinks .toolbar-button [class*="fa-"],
.extraLinks .toolbar-button label {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.extraLinks .toolbar-button label {
  font-weight: bolder;
  text-shadow: 0 0 4px #000c;
}
.extraLinks .toolbar-button label:hover {
  text-decoration: underline;
}
.top-tools__container .button__btn,
.top-tools__container .link {
  padding: 0;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
}
.top-tools__container .link {
  margin-top: -1px;
}
.top-tools__tool {
  display: block;
}
.top-tools__tool [class*="fa-"] {
  color: #000;
}
.top-tools__tool--add [class*="fa-"] {
  color: #78a12b;
}
.top-tools__tool--remove [class*="fa-"] {
  color: #c00;
}
.top-tools__tool-icon [class*="fa-"] {
  height: 20px;
  width: 50px;
  padding-bottom: 2px;
  margin: 2px auto 0 auto;
  font-size: 20px;
  text-decoration: none;
}
.top-tools__tool-icon > * {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 100;
}
.top-tools__tool-label {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  color: #000;
  text-transform: capitalize;
}
.top-tools__tool-label:hover {
  text-decoration: underline;
}
.content-set-menu {
  position: absolute;
  width: 353px;
  max-width: 353px;
}
.content-set-menu .list__entries {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 60px;
  padding: 0.5em 0;
  max-height: 150px;
  overflow: auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.content-set-menu .list__entries:after {
  bottom: calc(100% - 60px);
  left: 45px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  margin-left: -10px;
}
.content-set-menu .list__item:first-of-type {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.content-set-menu .list__item .button__btn {
  max-width: 314px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  text-transform: none;
  color: #000;
}
.media-object {
  display: inline-grid;
  grid-template-columns: 60px auto;
  margin-bottom: 1em;
}
.media-object_icon {
  grid-column: 1;
}
.media-object_icon img,
.media-object_icon [class*="fa-"] {
  height: 60px;
  width: 45px;
}
.media-object_icon img.book_cover_image,
.media-object_icon [class*="fa-"].book_cover_image {
  height: 84px;
  width: 56px;
}
.media-object_icon [class*="fa-"] {
  color: #4F5A63;
}
.media-object_content {
  grid-column: 2;
  font-size: small;
  padding-left: 5px;
}
.media-object_content .subheader {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 200;
}
.media-object .document-content-level {
  margin-bottom: 4px;
}
.alert {
  margin: 1em 0;
}
.alert_body {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.alert_body [class*="fa-"] {
  color: #d54405;
  height: 30px;
  width: 30px;
}
.alert_body--content {
  font-size: small;
  padding: 0 1em;
  max-width: 600px;
}
.alert_message {
  padding-left: 5px;
}
div.ui-dialog.citationDialog {
  max-width: 70%;
}
div.ui-dialog.citationDialog .ui-dialog-titlebar {
  width: auto;
}
div.ui-dialog.citationDialog .ui-state-default,
div.ui-dialog.citationDialog .ui-widget-content .ui-state-default,
div.ui-dialog.citationDialog .ui-widget-header .ui-state-default,
div.ui-dialog.citationDialog .ui-button,
div.ui-dialog.citationDialog html .ui-button.ui-state-disabled:hover,
div.ui-dialog.citationDialog html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
div.ui-dialog.citationDialog .ui-state-hover,
div.ui-dialog.citationDialog .ui-widget-content .ui-state-hover,
div.ui-dialog.citationDialog .ui-widget-header .ui-state-hover,
div.ui-dialog.citationDialog .ui-state-focus,
div.ui-dialog.citationDialog .ui-widget-content .ui-state-focus,
div.ui-dialog.citationDialog .ui-widget-header .ui-state-focus,
div.ui-dialog.citationDialog .ui-button:hover,
div.ui-dialog.citationDialog .ui-button:focus {
  border: 1px solid #cccccc;
  background: #71c5e8 !important;
  font-weight: normal;
  color: #000000;
}
.pagination {
  margin: 2em auto;
  width: 100%;
  text-align: center;
}
.pagination-current {
  text-decoration: underline;
}
.pagination-link,
.pagination-current {
  margin: 0 5px;
}
.pagination-next,
.pagination-prev {
  font-weight: bold;
}
.pagination-next [class*="fa-"],
.pagination-prev [class*="fa-"] {
  margin: 0 5px;
}
.portal-header {
  text-align: center;
}
.portal-featured .subheader {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
}
.search-within-portals {
  margin: 0.5em 0 1em 0;
}
.portal-result-list .SearchResultsList_multi-bucket {
  padding: 1em;
  background-color: #fff;
}
.portal-result-list .SearchResultsList_multi-bucket .Images {
  display: inline-flex;
}
.portal-result-list .SearchResultsList_multi-bucket .gallery-view_image .title {
  font-size: 1em;
  position: absolute;
}
.onThisPageSection .search-type_multi-bucket .block-header {
  font-size: 1em;
  text-transform: initial;
  font-weight: 400;
  color: #006298;
}
.related-header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
}
.rsbtn_loadtext {
  margin-top: -2px;
  position: absolute;
  font-size: 11px;
}
.search-box-wrapper {
  display: grid;
  grid-template-columns: min-content auto;
}
.input-wrapper {
  display: grid;
  grid-template-columns: auto 40px;
  background-color: #fff;
  border-radius: 4px;
}
.search .ui-autocomplete-input {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #fff;
  height: 28px;
  text-indent: 5px;
}
@media (max-width: 768px) {
  .search .ui-autocomplete-input {
    border-radius: 0 4px 4px 0;
    text-indent: 5px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search .custom-select-box {
  background-color: #f2f2f2;
  width: 115px;
  height: 30px;
  border-radius: 4px 0 0 4px;
  padding-left: 10px;
}
.search .customSelectInner {
  width: auto;
  font-size: 9px;
  padding-top: 6px;
}
.search .customSelectInner::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", sans-serif;
  padding-left: 5px;
}
.search .select-wrapper {
  float: left;
  position: relative;
  color: #000;
}
.search .submit {
  position: relative;
  float: right;
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  color: transparent;
  background: url(../images/search.svg) center no-repeat transparent;
}
.search .submit:hover {
  cursor: pointer;
}
.stage-search {
  max-width: 500px;
}
.stage-search .index-selection {
  border-radius: 0;
  border: none;
  font-size: 14px;
}
.stage-search .select-wrapper {
  height: 100%;
}
.stage-search .submit {
  margin: 5px;
}
.stage-search .advanced-search {
  color: #fff;
  margin-top: 5px;
  font-size: smaller;
  text-shadow: 0 0 4px #000c;
  left: 35px;
  position: absolute;
}
.nav-search {
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  padding: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.nav-search .custom-select-box {
  height: 23px;
  padding: 3px 3px 5px 10px;
}
.nav-search .ui-autocomplete-input {
  height: 25px;
  width: 300px;
  text-indent: 10px;
  border: 1px solid #fff;
  font-size: 14px;
  order: 2;
}
@media (max-width: 768px) {
  .nav-search .ui-autocomplete-input {
    width: 120px;
    margin-left: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .nav-search .ui-autocomplete-input {
    border: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.nav-search .submit {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  color: transparent;
  background: url(../images/search.svg) center no-repeat transparent;
  order: 3;
}
.nav-search .submit:hover {
  cursor: pointer;
}
@media (max-width: 599px) {
  .nav-search .select-wrapper {
    display: none;
  }
  .nav-search .ui-autocomplete-input {
    margin-left: 0;
    width: 150px;
  }
  /* stylelint-disable-line at-rule-no-unknown */
}
@media (max-width: 599px) and (min-width: 1200px) {
  .nav-search .submit {
    margin-top: -23px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.navigation .advancedSearch .label {
  width: 50px;
  white-space: normal;
  font-weight: normal;
}
.navigation .advancedSearch .label:hover {
  text-decoration: underline;
}
.basic-search__input {
  height: 25px;
  width: 100%;
  max-width: 600px;
  padding-left: 3px;
}
@media (max-width: 768px) {
  .basic-search__input {
    max-width: 250px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.basic-search .submit {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  margin: -2px 0 0 -26px;
  color: transparent;
  background: url(../images/search.svg) center no-repeat transparent;
}
.basic-search .submit:hover {
  cursor: pointer;
}
.ui-autocomplete {
  height: 300px;
  overflow: auto;
}
.limiter_box .input {
  height: 25px;
  padding-left: 3px;
}
.search.coproduct .customSelect,
.nav-search.coproduct .customSelect {
  width: 128px;
  height: 27px;
  padding-top: 0;
}
.search.coproduct .customSelectInner,
.nav-search.coproduct .customSelectInner {
  width: auto;
  font-size: 9px;
  padding-top: 9px;
}
.stage-search.coproduct .customSelect {
  width: 116px;
  height: 30px;
  margin-top: 0;
  padding: 0 0 0 10px;
}
@media (max-width: 599px) {
  .stage-search.no-basic-search-options .ui-autocomplete-input {
    width: 100%;
    margin-left: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 768px) {
  .stage-search.no-basic-search-options .ui-autocomplete-input {
    width: 100%;
    border-radius: 4px;
    margin-left: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .stage-search.no-basic-search-options .ui-autocomplete-input {
    border: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.results-content-filter {
  background-color: #f2f2f2;
  padding: 1em 2em 0.5em 2em;
  margin-bottom: 10px;
}
.searchResultsListHeaderDGName {
  font-weight: normal;
  display: inline-block;
}
.select-all-results {
  padding: 0 0 1em 2em;
}
.select-all-results input {
  margin-left: 0;
  padding-left: 0;
}
.select-all-results label {
  margin-left: 5px;
}
.result-count_count {
  color: #d54405;
  font-weight: bold;
}
.SearchResultsList .title {
  font-size: 1.2em;
  font-weight: normal;
}
.SearchResultsList .title a {
  color: #006298;
}
.SearchResultsList .docTypeAccessLevel .docType {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.8em;
}
.SearchResultsList .citation-view {
  margin: 0 0 0.5em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.SearchResultsList .citation-view:last-of-type {
  border-bottom: 0;
}
.SearchResultsList .citation-ebooks,
.SearchResultsList .citation-dvi {
  display: grid;
  grid-template-columns: 200px auto;
}
@media (max-width: 599px) {
  .SearchResultsList .citation-ebooks,
  .SearchResultsList .citation-dvi {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.SearchResultsList .Videos:last-of-type .gallery-view_video {
  border-bottom: 0;
}
.SearchResultsList .titleWrapper {
  padding: 0.5em 0;
  line-height: 1.3;
}
.SearchResultsList .author {
  font-size: small;
  padding: 0;
  display: block;
}
.SearchResultsList .author .definition::before {
  content: "";
  margin-right: 5px;
}
.SearchResultsList .publication_citation {
  font-size: small;
  padding: 0 0 0.5em 0;
  display: block;
}
.SearchResultsList .publication_citation .citation-details::before {
  content: "";
  margin-right: 5px;
}
.SearchResultsList .libraryLinks {
  display: block;
}
.SearchResultsList .libraryLinks li {
  display: inline;
  margin: 10px 10px 0 0;
  font-size: small;
}
.SearchResultsList .citation-rightsIndicator {
  font-weight: bold;
  font-size: small;
}
.SearchResultsList .citation-rightsIndicator [class*="fa-"] {
  color: #d54405;
}
.SearchResultsList .citation-location:before {
  content: ' (';
}
.SearchResultsList .citation-location:after {
  content: ')';
}
.SearchResultsList .product-from,
.SearchResultsList .library-links-info {
  font-size: small;
}
.carrot__results li {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.carrot__results a {
  display: block;
  margin-bottom: 0.5em;
}
.carrot__results .snippet {
  display: block;
  padding-bottom: 0.5em;
}
.carrot__results .subjects {
  display: block;
}
.peer-reviewed {
  display: inline-block;
  align-items: center;
}
.peer-reviewed [class*="fa-"] {
  height: 14px;
  width: 14px;
  background-size: contain;
  margin-right: 5px;
}
.snippetWrapper .metadata-box {
  background-color: #f2f2f2;
  padding: 3px 4px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 0.7em;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.snippetWrapper .citation-snippet {
  display: block;
  margin: 0.5em 0;
}
.Audio .snippetWrapper .citation-snippet,
.Audios .snippetWrapper .citation-snippet,
.GTX-Audios .snippetWrapper .citation-snippet {
  display: none;
}
.SearchResultsList_multi-bucket {
  border-radius: 4px;
  border: 1px solid #003865;
}
.content-set-status {
  display: none;
}
.content-set-status.added {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0;
}
.content-set-status.added .status {
  white-space: nowrap;
  display: inline;
  text-overflow: ellipsis;
  max-width: 200px;
  overflow: hidden;
  font-size: 14px;
  padding: 0 5px;
}
.content-set-status.added .svg-inline--fa {
  width: 14px;
  height: 14px;
}
.content-set-manage-wrapper {
  display: none;
}
.ICFE .citation-view,
.ICFE .video-citation {
  padding-left: 20px;
}
.ICFE .citation-view .titleWrapper,
.ICFE .video-citation .titleWrapper {
  margin-left: -27px;
  display: grid;
  grid-template-columns: 25px auto auto;
  grid-template-rows: 30px auto;
}
@media (max-width: 768px) {
  .ICFE .citation-view .titleWrapper,
  .ICFE .video-citation .titleWrapper {
    grid-template-columns: 25px auto;
    grid-template-rows: auto auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .ICFE .citation-view .titleWrapper .content-set-status.added,
  .ICFE .video-citation .titleWrapper .content-set-status.added {
    grid-row: 3;
    grid-column: 1 / 3;
    display: flex;
    justify-content: flex-start;
  }
}
.ICFE .citation-view .titleWrapper .result-item,
.ICFE .video-citation .titleWrapper .result-item {
  justify-self: center;
  align-self: flex-start;
}
.ICFE .citation-view .titleWrapper .result-item > div,
.ICFE .video-citation .titleWrapper .result-item > div {
  display: inline;
  vertical-align: text-top;
}
.ICFE .citation-view .titleWrapper .title,
.ICFE .video-citation .titleWrapper .title {
  display: inline;
  grid-row: 1 / 3;
  grid-column: 2;
}
.ICFE .gallery-view_image .title {
  display: inline-block;
  align-items: baseline;
}
.ICFE .gallery-view_image .title a {
  display: inline;
}
.ICFE .gallery-view_image .result-item {
  display: inline;
}
.ICFE .gallery-view_image .result-item > div {
  display: inline;
}
.ICFE .gallery-view_image .content-set-status.added {
  justify-content: flex-start;
}
.search-results-images {
  display: flex;
  align-items: flex-start;
}
.search-results-images .title {
  font-size: 12px;
  position: absolute;
}
.search-results-images .truncatedTitle {
  display: none;
}
.ICFE .search-results-images .title {
  position: relative;
}
.gallery-view_image {
  margin: 0.5em;
  position: relative;
  min-height: 230px;
  max-width: 280px;
}
.gallery-view_image .media_float {
  text-align: center;
}
.gallery-view_image .media_float img {
  width: auto;
  max-width: 100%;
  height: 180px;
}
.gallery-view_image .title a {
  display: block;
  display: -webkit-box;
  line-height: 16px;
  max-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.search-results-bucket .search-results-images {
  flex-flow: row nowrap;
}
.search-results-bucket .gallery-view_image .media_float img {
  min-height: 100px;
  max-height: 180px;
  height: auto;
}
.loi_entry .shadow,
.lov_entry .shadow {
  padding: 1.5em;
}
.loi_entry .shadow .media_float img,
.lov_entry .shadow .media_float img {
  max-width: 200px;
}
.view-all-wrapper {
  margin-top: 3.4em;
}
.ebook-wrapper .category-gallery .book {
  display: initial;
  grid-template-columns: unset;
  min-width: unset;
}
.ebook-wrapper .category-gallery .book .image-wrapper img {
  border: none;
  height: 250px;
  width: auto;
  min-width: unset;
  max-width: unset;
  text-indent: unset;
}
.ebook-wrapper .category-gallery .book .title {
  position: relative;
  font-size: 1em;
}
.ebook-wrapper .category-gallery .book .noCoverTitle {
  font-size: 1em;
  max-width: 166px;
}
.gallery-view_video .truncatedTitle {
  display: none;
}
.gallery-view_video .videoDuration {
  background-color: #000;
  border: 1px solid #4F5A63;
  width: auto;
  display: inline;
  border-radius: 4px;
  padding: 0 5px;
  position: absolute;
  margin: 130px 0 0 100px;
}
.gallery-view_video .value {
  color: #fff;
}
.gallery-view_video .media_float img {
  width: 200px;
}
.send-to-dialog .ui-widget-content {
  overflow: hidden;
}
.send-to-dialog .cloud-ico,
.send-to-dialog [class*="fa-"] {
  display: inline-flex;
  height: 20px;
  width: 25px;
}
.send-to-dialog .Google-drive .cloud-ico {
  background: url("../images/drive/Google_Drive_Logo.svg") no-repeat;
  background-size: contain;
}
.send-to-dialog .One-drive .cloud-ico {
  background: url("../images/drive/onedrive.svg") no-repeat;
  background-size: contain;
}
.send-to-dialog .tool-list__tool .button {
  display: flex;
  align-items: center;
}
.send-to-dialog .signin-link {
  padding: 7px 16px;
}
.send-to-dialog .signin-link .classroom-label {
  margin-left: 4px;
  vertical-align: super;
}
.send-to-dialog .sendTo-message {
  margin-bottom: 10px;
}
.lang-translation {
  display: none;
}
.lang-translation.visible {
  display: block;
}
.lang-translation.active {
  position: absolute;
  background-color: #f2f2f2;
  width: 102%;
  top: 28px;
  left: 0;
  right: 0;
  min-height: 200px;
  z-index: 15;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.lang-translation.active ul {
  display: inline-block;
  padding: 2em;
}
.lang-translation.active ul li {
  display: inline-block;
  width: 20%;
  padding: 0.3em 0;
  text-align: left;
  float: left;
}
@media (max-width: 768px) {
  .lang-translation.active ul li {
    width: 40%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.lang-translation.active ul li.selected {
  font-weight: bold;
  text-decoration: underline;
}
.header-wrapper {
  background-color: #f2f2f2;
}
.header-wrapper a.accessFeature {
  display: block;
  height: 0;
  width: 0;
  text-indent: -99999px;
}
.header-wrapper a.accessFeature:focus {
  width: 100%;
  height: 25px;
  text-indent: 0;
  padding: 5px 10px;
}
.resourceLinkWrapper {
  margin-right: 25px;
  position: relative;
  height: 30px;
}
.resourceLinks {
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 0;
  text-align: right;
  width: 100%;
}
@media (max-width: 1024px) {
  .resourceLinks {
    display: flex;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .resourceLinks {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.resourceLinks_mobile {
  display: none;
}
@media (max-width: 599px) {
  .resourceLinks_mobile {
    display: flex;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.resourceLinks .arrowUp {
  cursor: pointer;
}
.resourceLinks li {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .resourceLinks li {
    margin: 0 -15px 0 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.resourceLinks li a {
  display: flex;
  align-items: center;
  height: 27px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.resourceLinks li a > svg {
  pointer-events: none;
  text-decoration: none;
}
.resourceLinks li a [class*="fa-"] {
  text-decoration: none;
}
.resourceLinks li a.hide {
  display: none;
}
.resourceLinks li span {
  font-size: 11px;
}
.resourceLinks li .classroom-share {
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 2px 10px 0 0;
}
.resourceLinks li .toolbar-button {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  height: 27px;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.resourceLinks .signin-link [class*="fa-"],
.resourceLinks .signin-link .nav-arrow {
  width: auto;
  padding: 0 5px;
}
.resourceLinks .signin-link [class*="fa-"]:hover,
.resourceLinks .signin-link .nav-arrow:hover {
  text-decoration: none;
}
.resourceLinks .signin-link .nav-arrow [class*="fa-"] {
  width: 10px;
}
.resourceLinks .accessFeature {
  display: none;
}
.library-label {
  margin-right: 5px;
}
.library-label.button__btn {
  text-transform: none;
  background: none;
  cursor: pointer;
  font-size: 11px;
  padding: 0;
}
.library-label:hover {
  text-decoration: underline;
}
.library-brand {
  font-weight: bold;
}
.library-brand:hover {
  text-decoration: underline;
}
@media (max-width: 599px) {
  .locationBranding_content .navigation {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.locationBranding_logo {
  float: left;
}
.locationBranding_logo img {
  margin: 10px 0 2px 0;
  max-width: 160px;
  max-height: 80px;
}
.locationBranding_text {
  float: left;
  font-size: 12px;
  margin: 15px 0 0 10px;
}
.locationBranding_text > * {
  display: block;
}
.locationBrandingText {
  display: flex;
  align-items: center;
}
.simpleTree .leaf,
.simpleTree .branch {
  line-height: 2em;
}
.simpleTree .branch {
  cursor: pointer;
}
.simpleTree .branch ul {
  padding-left: 10px;
}
.simpleTree .branch ul li {
  padding-left: 10px;
}
.simpleTree .branch ul li a {
  padding-left: 5px;
}
.simpleTree .branch .custom-fa-toc-caret-right::before {
  content: '\f0da';
}
.simpleTree .branch.expanded > .custom-fa-toc-caret-right::before {
  content: '\f0d7';
}
.tab_list {
  display: inline-block;
  margin: 0.5em 0;
}
.tab_list .tab {
  display: inline-block;
  margin-right: 1em;
  padding-bottom: 0.5em;
}
@media (max-width: 599px) {
  .tab_list .tab {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.tab_list .tab a {
  color: #006298;
}
.tab_list .tab a.active,
.tab_list .tab a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #d54405;
}
.tab_list .tab a.active:hover,
.tab_list .tab a.selected:hover {
  text-decoration: none;
}
.tab_list .tab a span:last-of-type {
  margin-left: 5px;
}
.tab_list .tab.active a,
.tab_list .tab.active .tab-action {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #d54405;
}
.tab_list .tab.active a:hover,
.tab_list .tab.active .tab-action:hover {
  text-decoration: none;
}
.tab_list .tab [class*="fa-"] {
  color: #000;
  width: 20px;
  margin-right: 5px;
}
.tab_list .count {
  margin-left: 5px;
}
.launchpad-tools .button_accent {
  box-shadow: none;
}
.launchpad-tools .button_accent:active,
.launchpad-tools .button_accent:hover {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
#termCluster #visualizationcontainer {
  width: 96%;
  max-width: 500px;
  min-height: 600px;
  float: left;
}
@media (max-width: 599px) {
  #termCluster #visualizationcontainer {
    float: none;
    min-height: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  #termCluster #visualizationcontainer {
    float: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#termCluster #visualizationcontainer #visualization,
#termCluster #visualizationcontainer #foamtree_visualization {
  min-width: 500px;
  min-height: 500px;
}
@media (max-width: 599px) {
  #termCluster #visualizationcontainer #visualization,
  #termCluster #visualizationcontainer #foamtree_visualization {
    width: 250px;
    height: 250px;
    min-width: unset;
    min-height: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#termCluster .visualization-help {
  position: relative;
  display: none;
  margin-top: 21px;
  margin-left: 15px;
  height: 480px;
  width: 480px;
}
#termCluster #visualizationCirclesHelp {
  background: url("../../Rio/images/topicfinder_gtx.png") no-repeat -4px -610px;
}
#termCluster #visualizationFoamtreeHelp {
  background: url("../../Rio/images/topicfinder_gtx.png") no-repeat -531px -613px;
}
#termCluster #visualizationCirclesHelp > span span,
#termCluster #visualizationFoamtreeHelp > span span {
  display: inline-block;
  max-width: 180px;
}
#termCluster #visualizationCirclesHelp > span span,
#termCluster #visualizationCirclesHelp > span i,
#termCluster #visualizationFoamtreeHelp > span span,
#termCluster #visualizationFoamtreeHelp > span i {
  vertical-align: middle;
}
#termCluster #visualizationCirclesHelp > span,
#termCluster #visualizationFoamtreeHelp > span {
  position: absolute;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 10px 5px 5px;
  max-width: 200px;
}
#termCluster .visualizationCirclesHelp1 {
  top: 10px;
  left: 0;
}
#termCluster .visualizationCirclesHelp2 {
  left: 138px;
  top: 285px;
}
#termCluster .visualizationCirclesHelp3 {
  left: 175px;
  top: 400px;
}
#termCluster #visualizationCirclesHelp > .visualizationCirclesHelp4 {
  right: 42px;
  top: 209px;
  padding: 8px 5px 8px 10px;
}
#termCluster #visualizationCirclesHelp > .visualizationCirclesHelp4 > i {
  background: url("../../Rio/images/topicfinder-arrow.png") no-repeat 0 -44px;
  margin-right: 0;
  margin-left: 5px;
}
#termCluster .visualizationCirclesHelp5 {
  left: 95px;
  top: 122px;
}
#termCluster .visualizationCirclesHelp6 {
  right: 10px;
  top: 45px;
}
#termCluster .visualizationFoamtreeHelp1 {
  right: 10px;
  top: 45px;
}
#termCluster .visualizationFoamtreeHelp2 {
  top: 10px;
  left: 20px;
}
#termCluster .visualizationFoamtreeHelp3 {
  left: 100px;
  top: 169px;
}
#termCluster .visualizationFoamtreeHelp4 {
  left: 132px;
  top: 386px;
}
#termCluster .visualizationFoamtreeHelp5 {
  left: 248px;
  top: 270px;
}
#termCluster div#carrotHelpClose,
#termCluster div#carrotFoamtreeHelpClose {
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
}
#termCluster div.ajaxLoader {
  width: 100%;
  height: 50px;
  background: url("../../Rio/images/ajax-loader.gif") no-repeat scroll center center transparent;
}
#termCluster .carrot_tipInfo {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  margin: auto;
  padding-left: 2em;
  margin-left: 2em;
  border-top: 1px solid #d6d6d6;
}
#termCluster .carrot_tipInfo .subheader {
  align-self: center;
}
#termCluster .carrot_tipInfo .description {
  padding-left: 20px;
  border-left: 1px solid #d6d6d6;
}
@media (max-width: 599px) {
  #termCluster .carrot_tipInfo {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
    margin: 0;
    padding-left: 0;
    margin-top: 30px;
    border-top: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  #termCluster .carrot_tipInfo .description {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 1024px) {
  #termCluster .carrot_tipInfo {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
    margin: 0;
    padding-left: 0;
    margin-top: 30px;
    border-top: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  #termCluster .carrot_tipInfo .description {
    padding-left: 0;
    border-left: none;
  }
}
.categories {
  padding-top: 2em;
  height: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  .categories {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .categories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .categories {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.categories .topicListItem {
  padding: 5px 0;
}
.categories .topicListItem__header {
  display: inline;
}
.categories .topicListItem__header,
.categories .product_resources__header {
  font-weight: normal;
}
.categories .product_resources__header {
  margin-bottom: 1em;
}
.browseTopics .topic {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.custom-fa-viewpoints:before {
  content: "\f086";
}
.custom-fa-statistics:before {
  content: "\f1fe";
}
.custom-fa-videos:before {
  content: "\f144";
}
.custom-fa-news:before,
.custom-fa-reviewsnotes:before {
  content: "\f1ea";
}
.custom-fa-reference:before,
.custom-fa-recommendedresources:before {
  content: "\f02d";
}
.custom-fa-primarysources:before {
  content: "\f5ac";
}
.custom-fa-audio:before,
.custom-fa-audios:before {
  content: "\f6a8";
}
.custom-fa-journals:before {
  content: "\f19d";
}
.custom-fa-biographies:before,
.custom-fa-middle_school_biographies:before,
.custom-fa-bios:before {
  content: "\f007";
}
.custom-fa-magazines:before {
  content: "\f518";
}
.custom-fa-websites:before {
  content: "\f37e";
}
.custom-fa-books:before {
  content: "\f5db";
}
.custom-fa-images:before {
  content: "\f302";
}
.custom-fa-directories:before {
  content: "\f07c";
}
.custom-fa-magazinesandjournals:before {
  content: "\f518";
}
.custom-fa-smallbusinessplans:before {
  content: "\f64a";
}
.custom-fa-works:before {
  content: "\f1c5";
}
.custom-fa-plans-activities:before {
  content: "\f46c";
}
.custom-fa-activity:before {
  content: "\f0c3";
}
.custom-fa-none:before {
  content: "\f005";
}
.custom-fa-studies:before {
  content: "\f659";
}
.custom-fa-conferences:before {
  content: "\f680";
}
.custom-fa-essay:before {
  content: "\f305";
}
.custom-fa-overview:before {
  content: "\f24e";
}
.custom-fa-summary:before {
  content: "\f65b";
}
.custom-fa-EssaysResources:before {
  content: "\f02d";
}
.custom-fa-About:before {
  content: "\f128";
}
.custom-fa-content-level-Intermediate:before {
  content: "\f0c8";
  color: #ffe724;
}
.custom-fa-content-level-Basic:before {
  content: "\f111";
  color: #78a12b;
}
.custom-fa-content-level-Advanced:before {
  content: "\f2ec";
  color: #c00;
}
.custom-fa-content-level {
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}
.custom-fa-content-level-Level1 {
  background: url(../images/Level-1.svg) no-repeat 0 4px;
}
.custom-fa-content-level-Level2 {
  background: url(../images/Level-2.svg) no-repeat 0 4px;
}
.custom-fa-content-level-Level3 {
  background: url(../images/Level-3.svg) no-repeat 0 4px;
}
.custom-fa-content-level-Level4 {
  background: url(../images/Level-4.svg) no-repeat 0 4px;
}
.custom-fa-content-level-Level5 {
  background: url(../images/Level-5.svg) no-repeat 0 4px;
}
.fancytree-has-children .fancytree-expander:before {
  content: "\f0fe";
}
.fancytree-expanded .fancytree-expander:before {
  content: "\f146";
  font-weight: 900;
}
.fancytree-expander {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
[class*="custom-fa-"] {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
[class*="custom-fa-content-level-"] {
  display: inline-flex;
  align-items: center;
  font-size: small;
  font-weight: bold;
  margin: 0 5px;
}
[class*="custom-fa-content-level-"]:before {
  align-self: center;
  margin-left: 5px;
}
.topic_status {
  background-color: #d54405;
  padding: 3px;
  font-size: x-small;
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
}
.topic_status--blue {
  background-color: #006298;
}
.topic_status--icon {
  display: flex;
  align-items: center;
}
.topic_status--icon [class*="fa-"] {
  padding: 0.3em 0.3em;
}
.portal-header .topic_status {
  font-size: small;
  vertical-align: middle;
}
#oqeOverrideContainer {
  z-index: 999;
  position: fixed;
  top: 155px;
  left: 20%;
  font-size: 1.8em;
  display: block;
}
#oqeOverrideOptions {
  width: 800px;
  height: 160px;
  font-size: 1.2em;
  padding: 10px;
  margin-top: 0;
  border: 1px solid black;
}
#oqeOverrideTitleBar {
  width: 100%;
  position: relative;
  height: 10px;
  background-color: #005fc2;
}
#oqeOverrideClose {
  width: 40px;
  height: 40px;
  background: url('../../Rio/images/dialog-sprite.png') no-repeat scroll 0 -109px transparent;
  position: absolute;
  right: -21px;
  top: -15px;
}
.MultiResource h2:first-child {
  font-size: 2.5em;
  font-weight: 200;
  color: #000;
}
.MultiResource h2:first-child__image-bg {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
}
.MultiResource h2:first-child__image-bg--curriculum {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/icfe_curriculum-bg.svg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
@media (max-width: 1024px) {
  .MultiResource h2:first-child__image-bg--curriculum {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.MultiResource h2:first-child__image-bg--browse-subjects {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/browse-subjects-header.jpg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
.MultiResource h2:first-child__image-bg ~ .description {
  color: #fff;
  max-width: 800px;
}
.MultiResource h2:first-child--icfe {
  font-size: 1.5em;
  color: #006298;
  padding: 0.5em 0;
}
.MultiResource .product_resources li p:first-child {
  margin-top: 0;
}
@media (max-width: 599px) {
  .MultiResource {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .MultiResource .Introduction p {
    max-width: 600px;
    margin-bottom: 0;
  }
}
#etocContainer {
  display: none;
}
#etocContainer.visible {
  display: block;
}
#etocContainer .etoc-header {
  display: inline;
}
#etocContainer #etoc-navigation {
  display: inline;
  padding: 0.2em;
  border: none;
}
#etocContainer #etoc-navigation .right {
  float: right;
  width: auto;
  padding: 0 0.3em;
  font-size: medium;
}
@media (max-width: 1024px) {
  #etocContainer #etoc-navigation .right {
    float: none;
    padding-left: 0;
    padding-top: 10px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#etocContainer.active {
  position: absolute;
  top: 70px;
  max-height: 400px;
  width: 418px;
  background-color: #fff;
  padding: 2em;
  border-radius: 5px;
  z-index: 15;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
#etocContainer.active:before {
  left: 229px;
  content: " ";
  top: -35px;
  position: absolute;
  margin-left: -25px;
  border: 17px solid transparent ;
  border-bottom-color: #d6d6d6;
}
#etocContainer.active > ul {
  margin-top: 1em;
  max-height: 254px;
  overflow: auto;
  padding-left: 1em;
  border: 1px solid #d6d6d6;
}
#etocContainer.active ul [class*="fa-"] {
  margin: 0px;
  display: inline;
}
#etocContainer.active ul li {
  width: 100%;
  text-align: left;
  font-size: small;
}
@media (max-width: 768px) {
  #etocContainer.active ul li {
    width: 40%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#etocContainer.active ul li.selected {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #etocContainer.active {
    width: 300px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  #etocContainer.active .etoc-header {
    display: block;
  }
}
.adv-search_input-group {
  padding: 1em 0;
}
.adv-search_input-group .customSelect.hasCustomSelect:focus + .customSelect,
.adv-search_input-group .custom-select-box.hasCustomSelect:focus + .custom-select-box {
  outline: 1px dotted #002133;
  outline: 5px auto -webkit-focus-ring-color;
}
.adv-search_input-group #inputField_999 {
  display: none;
}
.adv-search_input-group--row {
  margin: 10px 0;
}
.adv-search_input-group--row > * {
  min-width: 111px;
}
.adv-search_input-group--row [class*="button-row"] {
  width: 500px;
}
@media (max-width: 599px) {
  .adv-search_input-group--row [class*="button-row"] {
    width: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input-group [class*="button-row"] .button-item {
  margin-right: 3px;
}
.adv-search_input-group--add-row {
  padding: 4px 10px;
  text-align: center;
  border: 1px dotted #d6d6d6;
  border-radius: 4px;
  width: 486px;
}
@media (max-width: 599px) {
  .adv-search_input-group--add-row {
    width: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input-group .form_element {
  margin-top: 0.5em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.adv-search_input-group .dateLimiter__list-item {
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 599px) {
  .adv-search_input-group .dateLimiter__list-item {
    margin-right: 0.5em;
    display: block !important;
    position: relative;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input-group .dateSelect-row {
  display: block;
  align-items: center;
  margin: 0 0 1em 0;
}
.adv-search_input-group span.advanceSearchIn {
  margin: 3px;
}
.adv-search_input-group .dateselect-and {
  display: block;
  margin: 0 0 1em 0;
}
@media (max-width: 599px) {
  .adv-search_input-group .custom-select-box {
    display: block !important;
    width: max-content !important;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input {
  height: 25px;
  min-width: 200px;
  margin-left: 3px;
  padding-left: 3px;
}
@media (max-width: 599px) {
  .adv-search_input {
    margin-left: 0;
    margin-bottom: 7px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input ~ .button {
  margin: 0 0 0 5px;
}
.adv-search_input--small {
  min-width: 100px;
  height: 25px;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.adv-search_input--select {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  height: 25px;
  padding: 2px 4px;
  margin: 0 5px 0 0;
  min-width: 100px;
}
.adv-search_input--select .customSelectInner {
  white-space: nowrap;
  width: auto;
  font-size: 12px;
  vertical-align: middle;
}
.adv-search_input--select::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-right: 3px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .adv-search_input--select {
    margin: 0 7px 7px 0;
    display: block;
    max-width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.adv-search_input--label {
  width: 100px;
  display: inline-block;
  margin-right: 8px;
}
.adv-search_limiter-wrapper {
  border-top: 1px solid #d6d6d6;
  padding: 2em 0 0 0;
  margin: 2em 0 0 0;
}
.searchPage .contentSection_header {
  margin-top: 47px;
}
#limit-searchByProduct .ui-dropdownchecklist-selector {
  width: unset !important;
}
#limit-searchByProduct .ui-dropdownchecklist-selector .ui-dropdownchecklist-text {
  width: unset !important;
  min-width: 196px;
  padding-right: 20px;
}
.token-list {
  list-style: none;
  padding: 0;
}
.token-list .token {
  overflow: hidden;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0.5em;
  background-color: #f2f2f2;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  width: 400px;
}
.token-list .token__label {
  margin: 0;
  font-size: 1em;
  display: inline-block;
  font-weight: normal;
  width: 94%;
}
.token-list .token__remove {
  vertical-align: top;
}
.atp-display {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}
@media (max-width: 599px) {
  .atp-display {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.atp-display .page-header {
  grid-column: 1 / 3;
  margin-bottom: 0.5em;
}
.atp-display .sidebar {
  padding: 2em;
  margin-top: 53px;
}
@media (max-width: 599px) {
  .atp-display .sidebar {
    margin-top: 0;
    padding: 0 1em 1em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.atp-display tr {
  display: grid;
  grid-template-columns: 1fr 4fr;
  line-height: 110%;
}
.atp-display__publogo {
  padding: 1em;
}
.atp-display__table td:nth-child(1) {
  background-color: #f2f2f2;
  text-align: right;
}
.atp-display__table td {
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .atp-display__table {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .atp-display__table td:nth-child(1) {
    width: 90px;
  }
}
@media (max-width: 599px) {
  .atp-display__table {
    width: 260px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .atp-display__table tr {
    width: 260px;
    height: auto;
  }
  .atp-display__table td:nth-child(1) {
    width: 90px;
  }
}
.atp-display .publicationIssues-issues {
  padding: 5px 0;
}
.atp-display .atp-header {
  margin-bottom: 1em;
}
.coverage-head {
  font-weight: bold;
}
.issueYears div {
  overflow: auto;
  max-height: 200px;
  width: 300px;
}
@media (max-width: 599px) {
  .issueYears div {
    width: 150px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.card-grid__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding-top: 2em;
}
.card-grid__item {
  min-height: 150px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .card-grid {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .card-grid__layout {
    display: block;
  }
}
.SBRC .card-grid__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  flex-direction: column;
}
@media (max-width: 599px) {
  .SBRC .card-grid__layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.SBRC .card-grid__item {
  width: auto;
}
.MSIC .card-grid__layout {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .MSIC .card-grid__layout {
    grid-template-columns: repeat(3, 1fr);
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .card-grid__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}
.ICFE .bucket-wrapper__image-wrapper .card-grid__layout {
  grid-template-columns: 1fr 1fr 1fr;
}
.lmsView .document-display {
  display: block;
}
.document-display {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 66% 33%;
  grid-gap: 1em;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  .document-display {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-display .document-summary {
  grid-row: 1;
  grid-column: 1 / 3;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  grid-template-areas: "author" "source" "resource";
  width: 100%;
  padding-bottom: 1em;
}
.document-display .document-summary.hide {
  display: none;
}
@media (max-width: 599px) {
  .document-display .document-summary .media-object {
    grid-column: 1 / 4;
    margin-bottom: 1em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .document-display .document {
    grid-column: 1 / 3;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-display .doc-title {
  grid-column: 1 / 4;
}
.document-display .more-results {
  grid-column: 1;
}
@media (max-width: 1024px) {
  .document-display .more-results {
    grid-column: 1 / 3;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.document-display .document-explorer {
  grid-column: 2;
  grid-row: 2;
}
.document-display [id="relatedDocumentIndex-main"] .term {
  margin-bottom: 1em;
}
.document-display [id="relatedDocumentIndex-main"] .term span {
  font-weight: 600;
  display: block;
}
.document-display [id="relatedDocumentIndex-main"] .term .ref {
  display: inline-block;
}
.document-display [id="relatedDocumentIndex-main"] .term .ref li {
  display: inline-block;
  border-right: 1px solid #d6d6d6;
  padding-right: 5px;
  margin: 0 0 5px 5px;
}
.document-display [id="relatedDocumentIndex-main"] .term .ref li:last-of-type {
  border: 0;
}
.document-tools .right .cloud-ico,
.document-tools .right [class*="fa-"] {
  width: 30px;
}
.studentView .document {
  grid-column-end: span 2;
}
.studentView .annotation-toggle {
  padding-left: 25%;
}
.studentView .clip-icon,
.studentView .annotation-icon {
  background: #00a398;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  font-size: 19px;
  left: -4.5%;
}
.studentView .clip-icon:before,
.studentView .annotation-icon:before {
  content: unset;
  border-color: unset;
}
.studentView .annotation-view {
  position: absolute;
  left: -40%;
  width: 35%;
}
.studentView .annotation-view__header {
  background-color: #4F5A63;
  position: relative;
}
.studentView .annotation-view__header:before {
  content: "";
  border-style: solid;
  border-width: 13px;
  position: absolute;
  right: -26px;
  border-color: transparent transparent transparent #4F5A63;
}
.studentView .annotation-view__close {
  border-radius: 17px;
  margin: 0.4em;
  padding: 0 0.8px 0.9px 0.9px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.studentView .annotation-view__note {
  background-color: #f2f2f2;
  padding: 1em;
  word-break: break-word;
}
.clip-icon,
.annotation-icon {
  color: #fff;
  background: #d54405;
  font-size: 15px;
  position: absolute;
  left: -6%;
  padding: 1px 3px;
  width: 20px;
  height: 20px;
  border-radius: 3px 0 0 3px;
}
.clip-icon:before,
.annotation-icon:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  position: absolute;
  border-color: transparent transparent transparent #d54405;
  margin: -1px 0 0 17px;
}
.clip-icon:before {
  margin: -1px 0 0 16px;
}
.document-text ul li .clip-icon,
.document-text ul li .annotation-icon {
  left: -15%;
  height: 20px;
}
.document-text ul li .clip-icon:before {
  margin: -1px 0 0 16px;
}
.document-text ul li .annotation-icon:before {
  margin: -1px 0 0 17px;
}
.document-text ul li .icon-educator-view {
  left: -8%;
}
.SideNotePara ul li .clip-icon,
.SideNotePara ul li .annotation-icon {
  left: -18%;
  height: 20px;
}
.SideNotePara ul li .clip-icon:before,
.SideNotePara ul li .annotation-icon:before {
  margin: -1px 0 0 17px;
}
.SideNotePara ul li .clip-icon:before {
  margin: -1px 0 0 16px;
}
.SideNotePara ul li .icon-educator-view {
  left: -11%;
}
.studentView ul li .annotation-icon {
  left: -120px;
}
.studentView ul li .annotation-view {
  top: 0;
  left: -50%;
}
.studentView .document-text ul li .annotation-icon {
  left: -10%;
}
.studentView .document-text ul li .annotation-view {
  left: -47%;
}
.studentView .annotation-toggle .document-text ul li .annotation-icon {
  left: -16%;
}
.icon-educator-view {
  border: solid #d54405 2px;
  background-color: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  max-width: 400px;
  min-width: 100px;
  padding: 1em;
  word-break: break-word;
  box-shadow: 1px 1px 5px -1px #4F5A63;
  border-radius: 3px;
  z-index: 2;
}
.icon-educator-view:before,
.icon-educator-view:after {
  content: "";
  border-style: solid;
  border-width: 10px;
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  left: -20px;
}
.icon-educator-view:before {
  border-color: transparent #d54405 transparent transparent;
}
.icon-educator-view:after {
  margin-left: 4px;
  border-color: transparent #fff transparent transparent;
}
#dviDocPage .content__header {
  background-color: #f2f2f2;
  margin: 10px 0;
}
#dviDocPage .content__dvi {
  display: grid;
  grid-template-areas: "docExplorer imageViewer ocr";
  grid-template-columns: auto minmax(40%, 50%) minmax(40%, 50%);
}
#dviDocPage .content__dvi--ocr-only {
  grid-template-areas: "docExplorer ocr";
  grid-template-columns: 1fr 3fr;
}
#dviDocPage .content__dvi--image-viewer-only {
  grid-template-areas: "docExplorer imageViewer";
  grid-template-columns: 1fr 3fr;
}
#dviDocPage .content__dvi .content__dvi-viewer {
  grid-area: imageViewer;
}
#dviDocPage .content__dvi .content__dvi-explorer {
  grid-area: docExplorer;
}
#dviDocPage .content__dvi .content__dvi-ocr {
  grid-area: ocr;
}
.book-preview {
  width: 100%;
  margin-top: 20px;
}
.book-preview .title {
  font-weight: bold;
  display: block;
}
.alphabets {
  margin: 15px 0;
}
.alphabets__element {
  margin: 5px 5px 0 0;
  color: #d6d6d6;
  list-style: none;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  padding: 1px 4px;
  border: 1px solid #d6d6d6;
}
.toc-volume-form {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 10px;
}
.toc-volume-form__select {
  margin-left: 1em;
}
.iteratorBar-noPds {
  float: right;
}
.se-etoc-content-section .custom-fa-toc-caret-right {
  margin-right: 10px;
}
.se-etoc-content-section .subheader,
.se-etoc-content-section .simpleTree {
  padding-left: 2em;
}
.ats-content-section {
  margin-top: 2em;
}
.ats-content-section .item {
  line-height: 2em;
}
.indexBody {
  padding: 1em;
}
.indexBody .index-main-list {
  column-count: 3;
}
@media (max-width: 768px) {
  .indexBody .index-main-list {
    column-count: 2;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.indexBody .term {
  font-size: small;
}
.indexBody .sectionBreak {
  font-weight: bold;
  font-size: larger;
}
.indexBody .index-term {
  font-weight: bold;
}
.indexBody .ref,
.indexBody .cross,
.indexBody .sub-index {
  margin-left: 20px;
}
.indexBody .cross,
.indexBody .sectionBreak,
.indexBody .term {
  margin-bottom: 15px;
}
.indexBody .prev .disabled,
.indexBody .next .disabled {
  color: #d6d6d6;
}
.loiResults,
.lovResults {
  position: relative;
}
.content-wrapper.ebook-atp__layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: min-content auto;
  width: 100%;
}
.content-wrapper.ebook-atp__layout .sidebar {
  padding: 2em;
  margin-top: 53px;
  grid-row: 1;
  grid-column: 2;
}
.content-wrapper.ebook-atp__layout .subheader {
  margin-bottom: 1em;
}
.content-wrapper.ebook-atp__layout .ebook-atp-content-wrapper {
  grid-column: 1 / 3;
}
.content-wrapper.ebook-atp__layout .show-more-block {
  height: 50px;
}
@media (max-width: 599px) {
  .content-wrapper.ebook-atp__layout {
    grid-template-columns: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .content-wrapper.ebook-atp__layout .sidebar {
    grid-row: auto;
    grid-column: auto;
    margin-top: 0;
  }
  .content-wrapper.ebook-atp__layout .book-preview {
    grid-template-columns: 100%;
  }
}
@media (max-height: 500px) {
  .content-wrapper.ebook-atp__layout {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .content-wrapper.ebook-atp__layout .book-preview {
    grid-template-columns: 100%;
  }
}
.ebook-atp-tabs {
  padding: 1em 1em 0.5em 2em;
}
.ebook-atp-tabs .tab_list .tab {
  margin-right: 2em;
}
#imageViewerToolbar,
#imageViewerErrors,
#imageViewer {
  z-index: initial !important;
}
.book-cover {
  position: relative;
}
.book-cover .view-ebook {
  max-width: 108px;
}
.series-cover-title--level,
.series-cover-title--series {
  position: absolute;
  top: 200px;
  border: solid 2px;
  font-weight: 700;
  text-align: left;
  padding: 3px 10px;
}
.series-cover-title--series {
  background-color: #003865;
  border-color: #fff;
  color: #fff;
}
.series-cover-title--series.manage-series {
  top: 121px;
}
.series-cover-title--series.about-series {
  top: 117px;
}
.series-cover-title--level {
  background-color: #d9f3ff;
  border-color: #4F5A63;
  color: #000;
}
.series-cover-title--level.manage-level {
  top: 121px;
}
.series-cover-title--level.about-level {
  top: 131px;
}
.footer-wrapper {
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0 1em 0;
  font-size: 0.7em;
}
.footer-wrapper--empty-results {
  position: fixed;
}
@media (max-width: 1024px) {
  .footer-wrapper--empty-results {
    position: relative;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
}
@media (max-width: 1024px) {
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.footer-links ul {
  list-style: none;
  display: flex;
  padding: 10px 0;
  margin: 0;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer-links ul {
    grid-column: 1 / 3;
    grid-row: 1;
    margin: 0 2em 1em 2em;
    text-align: center;
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.footer-links ul a {
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #006298;
  white-space: nowrap;
}
.footer-links ul a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .footer-links ul li {
    display: inline-block;
    line-height: 2;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.footer-links ul li span {
  color: #006298;
  margin: 0 5px;
}
.footer_gale-logo {
  background: url("../images/gale-logo-footer.png") no-repeat;
  background-size: contain;
  height: 40px;
  width: 200px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .footer_gale-logo {
    grid-column: 1;
    grid-row: 2;
    height: 30px;
    width: 110px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.footer_branding {
  background: url("../images/empower-logo.png") no-repeat;
  background-size: contain;
  height: 30px;
  width: 160px;
}
@media (max-width: 1024px) {
  .footer_branding {
    grid-column: 2;
    grid-row: 2;
    height: 20px;
    justify-self: flex-end;
    width: 110px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .page-wrapper {
  overflow-x: hidden;
}
.ICFE .browse-categories .subcategories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 2em;
}
.ICFE .browse-categories .subcategories a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .ICFE .browse-categories .subcategories {
    grid-template-columns: 1fr 1fr;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ICFE .browse-categories .subcategories {
    grid-template-columns: 1fr;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .browse-categories .categories-container {
  margin-top: 2em;
}
.ICFE .browse-threelevel-topics {
  display: grid;
  grid-template-columns: 300px auto;
  grid-column-gap: 20px;
  padding: 2em 2em 0 0;
  margin-top: 60px;
}
.ICFE .category-details--unit {
  margin-bottom: 2em;
}
.ICFE .unit-topic-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .ICFE .unit-topic-list {
    grid-template-columns: 1fr 1fr;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .unit-topic-list__item {
  position: relative;
}
.ICFE .unit-topic-list__item [class*="fa-"] {
  position: absolute;
  color: transparent;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease;
}
.ICFE .unit-topic-list__item .SEARCH {
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}
.ICFE .unit-topic-list__item .SEARCH:hover {
  text-decoration: none;
}
.ICFE .unit-topic-list__item:hover [class*="fa-"] {
  color: #4F5A63;
  transition: all 0.3s ease;
}
.ICFE .unit-name ~ div {
  margin-bottom: 1em;
}
.ICFE .topic-list .topic {
  margin: 5px 5px 0 0;
}
.ICFE .categories-header {
  padding: 2em 1em;
  margin-bottom: 2em;
  background-size: cover;
  background-position: center;
}
.ICFE .category-list .list {
  display: none;
}
.ICFE .category-list .list.selected {
  display: block;
}
.ICFE .category-list .list_item {
  padding: 1em 2em;
  font-size: smaller;
  border-bottom: 1px solid #d6d6d6;
  background-color: #f2f2f2;
  cursor: pointer;
}
.ICFE .category-list .list_item.selected {
  background-color: #003865;
  color: #fff;
  font-weight: bolder;
}
.ICFE .category-details--subcategory {
  display: none;
}
.ICFE .category-details--subcategory.selected {
  display: block;
}
.ICFE .category-details--unit {
  display: none;
}
.ICFE .category-details--unit.selected {
  display: block;
}
.ICFE .category-list-sidebar {
  border-right: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin: 0;
}
.ICFE .category-list-sidebar .block-header {
  padding: 1em 0.5em 1em 1em;
}
.ICFE .category-list-sidebar .input__dropdown {
  width: 275px;
  margin: 0.5em 1em 2em 1em;
}
.ICFE .category-list-sidebar--device {
  position: absolute;
  z-index: 1;
  background-color: #f2f2f2;
}
.ICFE .category-list-sidebar__close {
  float: right;
}
.ICFE .category-list-sidebar__close [class*="fa-"] {
  margin: 0;
}
.ICFE .selectAll {
  margin: 0 0.9em;
}
.ICFE .content-sets-get-started .message {
  margin-bottom: 10px;
}
.ICFE .working-sets {
  margin: 1em;
}
.ICFE .working-sets-page-content {
  margin: 1em 0;
}
.ICFE .working-sets-page-content .selectAll label {
  font-weight: 200;
  font-size: 12px;
}
.ICFE .working-sets .working-set-create {
  margin: 0.5em 0;
}
.ICFE .working-sets .working-set__name {
  font-weight: 300;
  font-size: 18px;
}
.ICFE .working-sets .working-set__name a {
  color: #000;
}
.ICFE .working-sets .working-set__sharedBy {
  font-size: 14px;
  font-weight: 300;
}
.ICFE .working-sets .working-set__share-type .svg-inline--fa {
  width: 26px;
  height: 26px;
}
.ICFE .working-sets .working-set__modified-date {
  font-size: 12px;
}
.ICFE .working-sets.grid-view {
  display: flex;
  flex-flow: row wrap;
}
.ICFE .working-sets.grid-view .view {
  margin-top: 1em;
}
.ICFE .working-sets.grid-view .view .working-set {
  display: grid;
  grid-template-columns: 2fr auto;
  grid-template-rows: 35px 35px auto 35px 45px;
  width: 280px;
  height: 202px;
  margin: 0.5em;
  border: solid #f2f2f2 1px;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: 0.5px 0.5px 3px #f2f2f2;
}
.ICFE .working-sets.grid-view .view .working-set__name {
  grid-column-end: span 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 16px 8px 16px;
  height: 24px;
  width: 240px;
}
.ICFE .working-sets.grid-view .view .working-set__description {
  grid-column-end: span 2;
  margin: 0 16px 8px;
  height: 35px;
  min-width: 0;
  font-size: 12px;
}
.ICFE .working-sets.grid-view .view .working-set__description .value {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ICFE .working-sets.grid-view .view .working-set__sharedBy {
  grid-column-end: span 2;
  margin: 8px 16px;
}
.ICFE .working-sets.grid-view .view .working-set__marker input {
  margin: 8px 0 0 8px;
}
.ICFE .working-sets.grid-view .view .working-set__tools {
  width: 26px;
  height: 26px;
  margin: 8px 8px 0 8px;
  background-color: #f2f2f2;
  text-align: center;
}
.ICFE .working-sets.grid-view .view .working-set__tools .tool-area {
  color: #000;
  font-size: 16px;
  padding: 0;
}
.ICFE .working-sets.grid-view .view .working-set__tools .tool-options {
  background-color: #fff;
  width: auto;
  padding: 10px 5px;
  margin-top: -20px;
  position: absolute;
  text-align: left;
  box-shadow: 0.5px 0.5px 3px #d6d6d6;
}
.ICFE .working-sets.grid-view .view .working-set__modified-date {
  padding: 10px 0 8px;
  margin-left: 16px;
  border-top: solid #d6d6d6 1px;
  grid-row-start: 5;
}
.ICFE .working-sets.grid-view .view .working-set__share-type {
  margin: 0 16px 5px 0;
  padding-top: 8px;
  border-top: solid #d6d6d6 1px;
  grid-row-start: 5;
}
.ICFE .working-sets.list-view .view {
  border-top: solid #d6d6d6 1px;
}
.ICFE .working-sets.list-view:last-of-type {
  border-bottom: solid #d6d6d6 1px;
}
.ICFE .working-sets.list-view .list-view-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: none;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .ICFE .working-sets.list-view .list-view-header {
    grid-template-columns: 3fr 1fr;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .working-sets.list-view .list-view-header__name {
  margin-left: 4.8em;
}
.ICFE .working-sets.list-view .list-view-header__modified-date {
  margin-left: 5%;
}
.ICFE .working-sets.list-view .ws-sort-button {
  color: #4F5A63;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border: none;
  padding: 0;
  background-color: #fff;
}
.ICFE .working-sets.list-view .ws-sort-button.active:after {
  content: '\f0d7';
  font-weight: 700;
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-left: 5px;
}
.ICFE .working-sets.list-view .ws-sort-button.active.asc:after {
  content: '\f0d8';
  font-weight: 700;
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin-left: 5px;
}
.ICFE .working-sets.list-view .working-set {
  display: grid;
  grid-template-columns: 27px 50px 2fr 2fr;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .ICFE .working-sets.list-view .working-set {
    grid-template-columns: 27px 50px 3fr 1fr;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .working-sets.list-view .working-set__name {
  grid-column-start: 3;
  grid-column-end: 3;
  margin-top: 3px;
  font-size: 14px;
  width: 90%;
}
.ICFE .working-sets.list-view .working-set__share-type {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
.ICFE .working-sets.list-view .working-set__modified-date {
  margin-top: 5px;
  color: #4F5A63;
}
.ICFE .working-set__share-type .fa-folder {
  color: #6ecef6;
}
.ICFE .working-set__share-type .fa-clone {
  color: #d54405;
}
.ICFE .working-set__share-type .fa-user-friends {
  color: #ffe724;
}
.ICFE .curriculum__layout {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 400px auto;
}
.ICFE .curriculum__layout--sidebar {
  border-right: 1px solid #d6d6d6;
}
.ICFE .curriculum__layout--alignment-result {
  padding: 2em;
}
@media (max-width: 1024px) {
  .ICFE .curriculum__layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .ICFE .curriculum__layout--sidebar {
    padding: 0 2em;
  }
}
.ICFE .curriculum__layout .alignment-message,
.ICFE .curriculum__layout .sidebar-alignment-selection {
  margin: 0 1em;
}
.ICFE .standards-result-header__label {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
}
.ICFE .curriculum-list .list-item {
  margin: 2em 0;
}
.ICFE .curriculum-list .list-item__bg {
  background-color: #006298;
  padding: 5px 11px;
  border-radius: 50%;
  margin-right: 1em;
  color: #fff;
}
.ICFE .tab-view__box {
  display: flex;
  text-align: center;
}
@media (max-width: 1024px) {
  .ICFE .tab-view__box {
    display: inline-block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .tab-view__box .tab {
  display: inline-flex;
  padding: 1em;
}
.ICFE .tab-view__box .tab:first-of-type {
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 1024px) {
  .ICFE .tab-view__box .tab:first-of-type {
    border: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .tab-view__box .active .button__btn {
  font-weight: bold;
}
.ICFE .tab-view__box .active .button__btn:hover {
  cursor: default;
  color: #006298;
}
.ICFE .authority__item .aligned-text {
  text-transform: capitalize;
}
.ICFE .authority__list {
  border: 1px solid #d6d6d6;
  padding: 1.4em;
  overflow: auto;
  max-height: 80vh;
}
@media (max-width: 1024px) {
  .ICFE .authority__list {
    max-height: 20vh;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .curriculum-input-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
}
.ICFE .curriculum-input-group > * {
  display: inline-block;
}
.ICFE .curriculum-input-group__input {
  margin: 0 1em;
  height: 25px;
  width: 100%;
  background: url(../images/search.svg) 98% 50% no-repeat #f2f2f2;
  background-size: 20px;
}
.ICFE .globe {
  background-color: #006298;
  color: #fff;
}
.ICFE .globe [class*="fa-"] {
  font-size: 24px;
  padding: 10px;
}
.ICFE .fancytree-container {
  border: 0;
}
.ICFE .fancytree-container .aligned-text {
  color: #000;
  cursor: default;
  text-align: left;
  font-size: 1.2em;
  padding-left: 0;
  text-transform: unset;
}
.ICFE .fancytree-container .aligned-text > .label {
  padding-right: 5px;
}
.ICFE .fancytree-container .aligned-documents {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 30px;
  padding: 0.5em 0;
}
.ICFE .fancytree-container .see-resources {
  text-align: right;
  cursor: default;
}
.ICFE .fancytree-container .see-resources .link-label {
  cursor: pointer;
}
.ICFE .fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active,
.ICFE .fancytree-container.fancytree-treefocus span.fancytree-node:hover {
  border-color: transparent;
  background-color: transparent;
}
.ICFE .fancytree-container span.fancytree-node {
  display: flex;
  align-items: baseline;
}
.ICFE .fancytree-container span.fancytree-node .fancytree-icon {
  cursor: default;
}
.ICFE .fancytree-container span.fancytree-node.fancytree-active {
  background-color: transparent;
  border-color: transparent;
}
.ICFE .fancytree-container .fancytree-expander {
  padding-top: 0.8em;
  color: #d54405;
  font-size: 1.5em;
}
.ICFE .fancytree-container .fancytree-title {
  white-space: normal;
  width: 100%;
  max-width: 93%;
  border: 0;
  padding: 0;
}
.ICFE .fancytree-container .fancytree-title .aligned-documents,
.ICFE .fancytree-container .fancytree-title .standard {
  cursor: default;
}
.ICFE .fancytree-container .fancytree-title .standard {
  color: #000;
  font-size: 1.2em;
}
.ICFE .fancytree-container .fancytree-title .standard > .label {
  padding-right: 5px;
}
.ICFE .fancytree-container .fancytree-title .aligned-documents-link .link-label {
  font-size: 12px;
}
.ICFE .fancytree-container .fancytree-title .link-label {
  cursor: pointer;
}
.ICFE .fancytree-container [role="group"] .fancytree-title .aligned-documents-link {
  color: #006298;
  font-size: 14px;
}
.ICFE .fancytree-container [role="group"] .fancytree-title .aligned-documents-link > .label {
  padding-right: 5px;
}
.ICFE .fancytree-container [role="group"] .fancytree-expander::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f0da";
  font-weight: 900;
}
.ICFE .fancytree-container [role="group"] .fancytree-expanded .fancytree-expander::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f0d7";
  font-weight: 900;
}
.ICFE .fancytree-container [role="group"] .no-children .fancytree-expander::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f0da";
  color: transparent;
}
.ICFE .fancytree-container [role="group"] .no-children .aligned-documents {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 30px;
}
.ICFE .fancytree-container [role="group"] .no-children .aligned-documents .aligned-text {
  background-color: #f2f2f2;
  padding: 0.5em;
  font-size: 12px;
}
.ICFE .fancytree-container [role="group"] .no-children .see-resources {
  text-align: right;
  cursor: default;
}
.ICFE .fancytree-container [role="group"] .no-children .see-resources .link-label {
  cursor: pointer;
}
.ICFE .fancytree-container [role="treeitem"] .fancytree-expander::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.ICFE .homepageWrapper {
  height: 375px;
}
.ICFE.workflow-home .navbar {
  display: none;
}
.ICFE.workflow-home .extraLinks {
  margin: -56px -40px 0 0;
}
.ICFE .extraLinks {
  height: 100%;
  float: right;
  font-size: 14px;
}
.ICFE .extraLinks .navigation {
  margin: 20px 0;
}
.ICFE .extraLinks .navigation .right > * {
  margin-left: 3em;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ICFE .extraLinks .navigation .right > * {
    margin-left: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ICFE .bucket-wrapper__image-wrapper {
  padding: 2em;
  background: linear-gradient(135deg, #7296a8 0%, #292f40 100%);
  background-size: cover;
  display: block;
  position: relative;
}
.ICFE .bucket-wrapper__image-wrapper--image {
  background: url('../images/icfe_home-bg.svg') center right no-repeat;
  object-fit: cover;
  right: 20px;
  top: 20px;
  position: absolute;
  min-height: 500px;
  width: 60%;
}
.ICFE .card__two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
}
.ICFE .card__body {
  display: flex;
  flex-direction: column;
  height: 97%;
}
.ICFE .card__body .description {
  flex-grow: 1;
}
.ICFE .card__body .button {
  align-self: baseline;
  margin-bottom: 1em;
  white-space: nowrap;
}
.ICFE .card__body .list-item {
  padding: 0.5em 0;
}
.ICFE .card__body .unordered-list {
  margin-bottom: 1em;
}
.ICFE .card__body-image--curriculum {
  background: url("../images/icfe_home_curriculum-standards-map.svg") center no-repeat;
  object-fit: contain;
  align-self: center;
  height: 120%;
}
.ICFE .card__body-image--subjects {
  background: url("../images/icfe_home_subject-browse.svg") center no-repeat;
  object-fit: contain;
  align-self: center;
  height: 120%;
}
.manage-working-set__layout {
  margin-top: 60px;
}
.manage-working-set__layout .working-set {
  padding: 2em;
  width: -webkit-fill-available;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.manage-working-set__layout .working-set .sub-label {
  text-transform: uppercase;
  color: #4F5A63;
  font-size: 0.7em;
  margin: 2px 0;
}
.manage-working-set__layout .working-set .page-label {
  display: block;
  text-transform: uppercase;
  color: #4F5A63;
  font-size: 0.7em;
}
.manage-working-set__layout .working-set__information > div {
  margin-bottom: 1em;
}
.manage-working-set__layout .working-set__header-name {
  margin-bottom: 1em;
}
.manage-working-set__layout .working-set__header-name-title {
  font-size: 1.5em;
}
.manage-working-set__layout .working-set__header-edit {
  padding-left: 0;
  margin-top: 2px;
}
.manage-working-set__layout .working-set__header-input {
  width: 80%;
}
@media (max-width: 1024px) {
  .manage-working-set__layout .working-set__header-input {
    width: 50%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.manage-working-set__layout .working-set__header,
.manage-working-set__layout .working-set__information {
  padding: 0 1em;
}
.working-set-page-content__layout {
  display: grid;
  grid-template-columns: 260px auto;
  padding: 2em;
}
@media (max-width: 599px) {
  .working-set-page-content__layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.working-set-page-content__layout .sidebar {
  grid-column: 1;
  grid-row: 1 / 3;
  background-color: #f2f2f2;
  margin: 0;
  padding: 1em;
}
.working-set-page-content__layout .sidebar .partiallyCollapsibleList {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1em;
}
.working-set-page-content__layout .sidebar .partiallyCollapsibleList:last-of-type {
  border-bottom: 0;
}
.working-set-page-content__layout .sidebar .partiallyCollapsibleList__limiter-header {
  font-size: 18px;
}
.working-set-page-content__layout .sidebar .partiallyCollapsibleList .link {
  color: #000;
  font-size: smaller;
  text-transform: capitalize;
}
.working-set-page-content__layout .content-set-documents--none {
  grid-column: 1 / 3;
}
.working-set-page-content__layout .content-set-documents {
  margin-top: 0;
  padding: 0;
}
.working-set-page-content__layout .select-all-results {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 1em 0 1em 2em;
}
.working-set-page-content__layout .SearchResultsList {
  padding: 0;
}
.working-set-page-content__layout .tab-banner-label {
  display: none;
}
.working-set-page-content__layout .citation-view {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding-left: 54px;
}
@media (max-width: 1024px) {
  .working-set-page-content__layout .citation-view {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.working-set-page-content__layout .tag-container {
  display: block;
  width: fit-content;
  padding: 1em;
}
.working-set-page-content__layout .tag-container__list {
  display: inline;
}
.working-set-page-content__layout .tag-container__heading {
  margin-bottom: 10px;
}
.working-set-page-content__layout .tag-container__list-item {
  display: inline-block;
}
.working-set-page-content__layout .tag-container__custom.button__btn--default {
  border: 1px solid #006298;
  font-weight: normal;
}
.working-set-page-content__layout .custom-tag-parent {
  display: block;
  border-top: 1px solid #d6d6d6;
  padding-top: 0.5em;
  margin-top: 0.5em;
}
.working-set-page-content__layout .button__btn--tag {
  border: 1px solid #000;
  background-color: #fff;
  margin: 2px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.working-set-page-content__layout .button__btn--tag.button__btn--default {
  border: 1px solid #006298;
  background-color: #006298;
  font-weight: normal;
}
#workingSetReadOnlyPage .content-container {
  margin-top: 60px;
}
#workingSetReadOnlyPage .content-set-documents--none {
  margin: 30px;
}
#workingSetReadOnlyPage .working-set-header {
  background: url(../images/student-folder-transparent-bg.png) no-repeat #0A738A;
  background-size: 18% 146%;
  background-position: right 30px top -61px;
  min-height: 188px;
  color: #fff;
  padding-left: 22px;
  margin: 88px 30px 0 30px;
}
@media (max-width: 1024px) {
  #workingSetReadOnlyPage .working-set-header {
    background-size: 22% 130%;
    background-position: right 4px top -36px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
#workingSetReadOnlyPage .working-set-info {
  max-width: 80%;
}
#workingSetReadOnlyPage .working-set-header--name {
  font-size: 1.5em;
  padding: 30px 0;
}
#workingSetReadOnlyPage .working-set-header--description {
  font-size: 100%;
  padding-bottom: 5px;
}
#workingSetReadOnlyPage .document-tag {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px;
  padding: 7px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: initial;
  pointer-events: none;
  display: inline-block;
}
#workingSetReadOnlyPage .document-tag [class*="fa-"] {
  margin-right: 5px;
}
#workingSetReadOnlyPage .document-tag_primary {
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
#workingSetReadOnlyPage .document-tag_primary:hover,
#workingSetReadOnlyPage .document-tag_primary:active,
#workingSetReadOnlyPage .document-tag_primary:focus {
  background-color: #002032;
  border: 1px #002032 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_inverted {
  color: #006298;
  border: 1px solid #006298;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
#workingSetReadOnlyPage .document-tag_inverted:active,
#workingSetReadOnlyPage .document-tag_inverted:focus {
  color: #ffffff;
  background-color: #0083cb;
  border: 1px #0083cb solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_inverted:hover {
  background-color: #004165;
  border: 1px #004165 solid;
  color: #e6e6e6;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_accent {
  color: #fff;
  background-color: #d54405;
  border: 1px solid #d54405;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  padding: 7px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: auto;
}
#workingSetReadOnlyPage .document-tag_accent:hover {
  color: #fff;
  background-color: #a33404;
  border: 1px #a33404 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_accent:active,
#workingSetReadOnlyPage .document-tag_accent:visited,
#workingSetReadOnlyPage .document-tag_accent:focus {
  color: #fff;
  background-color: #f95914;
  border: 1px #f95914 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_filter {
  background-color: #fff;
  border: 1px solid #006298;
  color: #006298;
}
#workingSetReadOnlyPage .document-tag_filter:hover,
#workingSetReadOnlyPage .document-tag_filter:active,
#workingSetReadOnlyPage .document-tag_filter:focus {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  border-radius: 2px 2px 0 0;
  color: #fff;
  padding: 7px 16px 7px 16px;
}
#workingSetReadOnlyPage .document-tag_filter--active:hover {
  background-color: #001c32;
  border: 1px #001c32 solid;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_filter--active:active,
#workingSetReadOnlyPage .document-tag_filter--active:focus {
  background-color: #005498;
  border: 1px #005498 solid;
  text-decoration: none;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .document-tag_filter--active {
  background-color: #003865;
  border: 1px solid #003865;
  color: #fff;
}
#workingSetReadOnlyPage .document-tag_link {
  color: #006298;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}
#workingSetReadOnlyPage .document-tag_link:hover {
  color: #004165;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;
}
#workingSetReadOnlyPage .document-tag--expanded {
  width: 100%;
}
#workingSetReadOnlyPage .document-tag_clean {
  background: transparent;
  border: none;
}
#workingSetReadOnlyPage .document-tag_clean:hover {
  background: #000;
  color: #fff;
}
#workingSetReadOnlyPage .document-tag--small {
  font-size: 11px;
  padding: 5px 8px;
}
#workingSetReadOnlyPage .document-tag:hover,
#workingSetReadOnlyPage .document-tag:active,
#workingSetReadOnlyPage .document-tag:focus {
  background-color: #004165;
  border: 1px #004165 solid;
  transition: all 0.3s ease;
}
#workingSetReadOnlyPage .tag-container {
  display: block;
  width: auto;
  padding-right: 0;
  text-align: right;
}
#workingSetReadOnlyPage .tag-container__heading {
  font-style: italic;
  font-size: small;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  #workingSetReadOnlyPage .tag-container,
  .working-set-page-content__layout .tag-container {
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
  }
  #workingSetReadOnlyPage .tag-container.no-tag {
    padding: 0;
    height: 0;
  }
  /* stylelint-disable-line at-rule-no-unknown */
}
.main {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  z-index: 2;
}
.navigation {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .navigation {
    display: flex;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.navigation .left {
  display: inline-flex;
  float: left;
}
@media (max-width: 599px) {
  .navigation .left {
    display: flex;
    white-space: nowrap;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.navigation .left > * {
  margin-right: 10px;
  float: left;
}
.navigation .right {
  display: inline-flex;
  float: right;
}
@media (max-width: 1024px) {
  .navigation .right {
    white-space: nowrap;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.navigation .right > * {
  margin-left: 10px;
  float: left;
}
.navigation .right .top-tools__container--right {
  display: inline-flex;
}
[id*="home"] .navigation {
  display: block;
}
@media (max-width: 599px) {
  [id*="home"] .navigation {
    display: flex;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
body:not(#home).lmsView .extraLinks .navigation {
  margin-top: 40px;
}
.no-results {
  margin-top: 10px;
  background-color: #f2f2f2;
  padding: 10px;
}
.no-results__link {
  margin: 10px 20px 10px 0;
}
.no-results__icon {
  margin-right: 5px;
}
.prod-not-auth .center-align-block {
  width: 80%;
  margin: auto auto;
  background-color: #f2f2f2;
  padding: 30px;
}
.prod-not-auth .BorderedDiv {
  margin-bottom: 30px;
}
.prod-not-auth .access-text {
  margin: 10px 0;
}
a.accessFeature {
  display: block;
  height: 0;
  width: 0;
  text-indent: -99999px;
}
@media (min-width: 900px) {
  .logout-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    width: 50%;
    margin: 5em auto;
  }
  .logout-link-list {
    font-size: large;
  }
  .logout-link-list__element {
    margin: 10px;
  }
  /* stylelint-disable-line at-rule-no-unknown */
}
.logout-section {
  background-color: #f2f2f2;
}
.bucket-wrapper {
  background-color: #f2f2f2;
  padding: 2em;
  display: block;
  position: relative;
}
.bucket-wrapper--darker {
  background-color: #d6d6d6;
}
.bucket-wrapper .bucket {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #f2f2f2;
  vertical-align: top;
  padding: 1em;
  grid-column-gap: 10px;
}
@media (max-width: 768px) {
  .bucket-wrapper .bucket {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.callout-bucket__layout--SBRC {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.callout-bucket__layout--SBRC .header {
  grid-column: 1 / 3;
}
.callout-bucket__layout--SBRC .about-list {
  list-style: initial;
  padding-left: 20px;
}
.callout-bucket__layout--SBRC .label {
  margin-right: 5px;
}
.callout-bucket__layout--SBRC li {
  margin: 0 0 1em 0;
}
@media (max-width: 599px) {
  .callout-bucket__layout--SBRC {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .callout-bucket__layout--SBRC .container {
    margin-top: 20px;
  }
}
.page-wrapper {
  min-height: 100vh;
  position: relative;
}
.content-wrapper {
  min-height: 100%;
  padding-bottom: 62.38px;
}
@media (max-width: 1024px) {
  .content-wrapper {
    padding-bottom: 128px;
    width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.contentSection {
  padding: 2em;
  margin-top: 40px;
}
.contentSection_header {
  margin-top: 56px;
}
.contentSection_body {
  padding: 2em;
}
.contentSection.noResults {
  grid-column: 1/3;
}
.b-map-country-select {
  margin-bottom: 20px ;
}
.b-map-info {
  display: inline-block;
}
.b-map-info__heading {
  font-weight: 200;
  font-size: 2.5em;
}
@media (max-width: 599px) {
  .b-map-info__list {
    margin-bottom: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.map {
  display: inline-block;
  width: 50%;
  min-width: 500px;
  margin-right: 2rem;
  vertical-align: top;
}
@media (max-width: 599px) {
  .map {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.SearchResultsList {
  padding: 0 2em 2em 2em;
}
@media (max-width: 599px) {
  .SearchResultsList {
    padding: 0 2em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.SearchResultsHeader {
  padding: 1em 0 0 2em;
}
.more-results .SearchResultsList {
  padding: 0;
}
.divider--white {
  height: 4px;
  display: block;
  background-color: #fff;
}
.divider--gray {
  height: 1px;
  display: block;
  background-color: #d6d6d6;
}
.top-search {
  font-size: smaller;
}
.top-search .search-term {
  margin: 0.5em 0;
}
.fixed-top-tools .header-wrapper .navbar {
  position: fixed;
  z-index: 100000;
  top: 0;
}
#home .page-wrapper {
  background-color: #f2f2f2;
}
.portal__layout .portal-featured {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto;
  grid-gap: 20px;
}
.portal__layout .portal-featured .portal-header {
  grid-column: 1 / 4;
  grid-row: 1;
}
.portal__layout .portal-featured .overview {
  display: inline-grid;
  grid-column: 1 / 3;
  grid-column-gap: 20px;
  justify-content: center;
  grid-template-columns: min-content auto auto;
  grid-template-rows: 40px auto auto;
}
.portal__layout .portal-featured .overview .subheader {
  grid-column: 1 / 3;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .portal__layout .portal-featured .overview {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .portal__layout .portal-featured .overview .spotlight {
    display: block;
  }
  .portal__layout .portal-featured .overview .spotlight img {
    max-width: 300px;
  }
}
.portal__layout .portal-featured .spotlight {
  grid-row: 2;
  grid-column: 1;
}
.portal__layout .portal-featured .intro {
  grid-row: 2;
  grid-column: 2;
  max-width: 600px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .portal__layout .portal-featured .intro {
    max-width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.portal__layout .portal-featured .facts {
  grid-row: 1 / 3;
  grid-column: 3;
}
@media (max-width: 768px) {
  .portal__layout .portal-featured .facts {
    margin-top: 15px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.portal__layout .portal-featured .factbox {
  column-count: 2;
}
.portal__layout .spotlight {
  display: inline-block;
  width: min-content;
}
.portal__layout .spotlight .description {
  display: block;
}
.portal__layout .intro {
  display: inline-block;
}
.portal__layout .intro.hide {
  display: none;
}
.portal__layout .intro p {
  margin-top: 0;
}
.portal__layout .onThisPageSection {
  grid-column: 1 / 4;
  grid-row: 3;
  margin: 2em -2em;
}
.portal__layout .related-topics__carousel .gallery-view {
  display: inline-block;
  margin: 3px;
  max-width: 200px;
}
.portal__layout .portal-result-list {
  position: relative;
}
.portal__layout .portal-result-list .search-results-bucket {
  margin: 20px;
}
@media (max-width: 599px) {
  .portal__layout .portal-result-list .search-results-bucket {
    margin: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.factbox__item {
  margin-bottom: 0.5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.search-history__layout {
  max-width: 900px;
  min-height: 600px;
  margin: 40px auto;
}
.search-history__layout .header {
  display: inline-block;
  width: 100%;
}
.search-history__layout .header .page-header {
  float: left;
}
.search-history__layout .header .button {
  float: right;
  margin-top: 15px;
}
.search-history__header {
  display: flex;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 0.5em;
  margin-bottom: 1em;
}
.search-history__body-item .searchItem {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.search-history__body-item .searchName {
  display: block;
}
.search-history__body-item .value {
  word-break: break-word;
}
.search-history__body-item .previousSearchLink {
  width: calc(100% - 100px);
  position: relative;
  display: inline-block;
}
.search-history__body-item .hits {
  float: right;
}
.search-results_layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 599px) {
  .search-results_layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-height: 500px) {
  .search-results_layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results_layout .contentSection_header {
  grid-column: 1 / 3;
  grid-row: 1;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .search-results_layout .contentSection_header {
    margin-top: -4px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results_layout .search-results {
  grid-column: 1;
  grid-row: 2;
}
.search-results_layout .search-results-bucket {
  padding: 1em 0 0 2em;
}
@media (max-width: 599px) {
  .search-results_layout .search-results-bucket {
    padding: 1em 0.5em 0 0.5em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results_layout .search-results-bucket .SearchResultsList {
  padding: 0;
}
.search-results_layout .search-results-bucket .SearchResultsList_multi-bucket {
  padding: 0 1em 1em 1em;
  margin: 0.5em 0 2em 0;
}
.search-results_layout .search-results-bucket .SearchResultsList_multi-bucket.search-results-images {
  justify-content: unset;
}
.search-results_layout .sidebar {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 599px) {
  .search-results_layout .sidebar {
    padding-bottom: 20px;
    margin-top: 65px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-height: 500px) {
  .search-results_layout .sidebar {
    margin-top: 65px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results_layout .results-navigation {
  grid-column: 1 / 3;
  grid-row: 3;
}
.search-results_layout .related-topics__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  grid-gap: 10px;
}
@media (max-width: 1024px) {
  .search-results_layout .related-topics__list {
    grid-template-columns: auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.search-results_layout .show-search-tools {
  display: block;
  font-size: large;
}
.search-results_layout .close-search-tools {
  float: right;
}
.search-results_layout .custom-select-box {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 5px 0 0;
  min-width: 100px;
}
.search-results_layout .custom-select-box .customSelectInner {
  width: 125px !important;
}
.search-results_layout .custom-select-box .customSelectInner:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro", sans-serif;
  margin: 3px 3px 0 5px;
  vertical-align: middle;
  float: right;
  font-weight: bold;
}
.search-type_multi-bucket {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-row-gap: 5px;
}
.search-type_multi-bucket li:first-of-type {
  grid-column: 1;
  grid-row: span 4;
}
@media (max-width: 599px) {
  .search-type_multi-bucket {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .search-type_multi-bucket li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .search-type_multi-bucket {
    grid-template-columns: auto auto auto;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .search-type_multi-bucket li:first-of-type {
    grid-row: auto;
  }
}
.search-results-images,
.search-results-images--no-justify {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 2em;
  height: auto;
}
.search-results-images--no-justify {
  justify-content: unset;
}
.subject-guide__layout,
.pub-search__layout,
.two-column__layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}
.subject-guide__layout .header,
.pub-search__layout .header,
.two-column__layout .header {
  grid-column: 1 / 3;
}
.subject-guide__layout .show-search-tools,
.pub-search__layout .show-search-tools,
.two-column__layout .show-search-tools {
  margin: 1em;
}
.subject-guide__layout .sidebar,
.pub-search__layout .sidebar,
.two-column__layout .sidebar {
  padding: 2em;
  margin-top: 53px;
}
.subject-guide__layout .table__row,
.pub-search__layout .table__row,
.two-column__layout .table__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: baseline;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.5em 0;
}
.subject-guide__layout .table .seesection,
.pub-search__layout .table .seesection,
.two-column__layout .table .seesection,
.subject-guide__layout .table .resultsRow-subjectlinks,
.pub-search__layout .table .resultsRow-subjectlinks,
.two-column__layout .table .resultsRow-subjectlinks {
  font-size: small;
}
.subject-guide__layout .count,
.pub-search__layout .count,
.two-column__layout .count,
.subject-guide__layout .articlecount,
.pub-search__layout .articlecount,
.two-column__layout .articlecount {
  text-align: right;
}
.subject-guide__layout .button-row,
.pub-search__layout .button-row,
.two-column__layout .button-row {
  display: block;
  text-align: center;
  margin-top: 1em;
}
.subject-guide__layout .subject-results,
.pub-search__layout .subject-results,
.two-column__layout .subject-results,
.subject-guide__layout .publication-results,
.pub-search__layout .publication-results,
.two-column__layout .publication-results {
  padding: 1em;
}
.subject-guide__layout .publication-results:before,
.pub-search__layout .publication-results:before,
.two-column__layout .publication-results:before {
  content: '';
  display: block;
  visibility: hidden;
  width: 0;
  height: 2.5em;
}
.results-row__header {
  margin: 0 0 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.subject-guide__layout .show-search-tools,
.pub-search__layout .show-search-tools {
  margin: 1em 0;
}
.subject-guide__layout .sidebar .close-search-tools,
.pub-search__layout .sidebar .close-search-tools {
  float: right;
}
@media (max-width: 599px) {
  .subject-guide__layout .sidebar,
  .pub-search__layout .sidebar {
    padding: 2em 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .subject-guide__layout .sidebar .subheader,
  .pub-search__layout .sidebar .subheader {
    margin-bottom: 1em;
  }
}
@media (max-width: 599px) {
  .subject-guide__layout,
  .pub-search__layout {
    display: block;
    grid-template-columns: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .subject-guide__layout .button-row li,
  .pub-search__layout .button-row li {
    margin-bottom: 10px;
  }
  .subject-guide__layout .ui-autocomplete-input,
  .pub-search__layout .ui-autocomplete-input {
    margin: 0.5em 0 0.8em;
  }
}
.subject-guide__layout .results-row__header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
@media (max-width: 599px) {
  .subject-guide__layout {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .subject-guide__layout .table__row {
    grid-template-columns: 1fr 1fr 0.3fr;
    padding: 3px;
  }
}
.pub-search__layout .results-row__header {
  display: block;
}
.pub-search__layout [class*="citation-"] {
  margin-right: 5px;
}
@media (max-width: 599px) {
  .pub-search__layout {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .pub-search__layout .table__row {
    display: block;
    grid-template-columns: unset;
  }
}
@media (max-width: 599px) {
  .two-column__layout {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.gallery-view_video {
  display: grid;
  grid-template-columns: 200px auto;
  grid-column-gap: 10px;
  margin-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1em;
  position: relative;
}
@media (max-width: 599px) {
  .gallery-view_video {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.SearchResultsList .Videos:first-child {
  padding-top: 2em;
}
.person-results__layout {
  width: 100%;
}
.person-results__layout .table {
  padding: 1em;
}
.person-results__layout .table__header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin: 0 0 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 599px) {
  .person-results__layout .table__header {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.person-results__layout .table__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: baseline;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.5em 0;
}
@media (max-width: 599px) {
  .person-results__layout .table__row {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.person-results__layout .table .nameColumn {
  max-width: 92%;
}
.person-results__layout .table__entity-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  margin: 0 0 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 599px) {
  .person-results__layout .table__entity-header {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.person-results__layout .table__entity-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: baseline;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.5em 0;
}
@media (max-width: 599px) {
  .person-results__layout .table__entity-row {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.person-results__layout .resultsRow-subject {
  display: block;
  font-weight: bold;
  font-size: small;
  margin-top: 5px;
}
.person-results__layout .aka-names {
  display: block;
  font-size: small;
  margin-top: 5px;
}
.person-results__layout .aka-names .aka-label {
  font-weight: bold;
}
.person-results__layout .button-row {
  display: block;
  text-align: center;
  margin-top: 1em;
}
.person-results__layout .related-topics__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 10px;
}
.searchResultsTitle {
  margin-bottom: 1em;
}
.sidebar {
  margin: 1em;
}
.sidebar_block {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
}
.sidebar_block:last-child {
  border-bottom: 0;
}
.sidebar_block--border {
  border: 1px solid #003865;
  border-radius: 4px;
  margin-top: 0.5em;
}
.sidebar_block--header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #003865;
  padding: 0.5em;
}
.sidebar_block--body {
  padding: 1em;
}
.sidebar .related-searches {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sidebar .related-search_list {
  grid-column: 1;
  font-size: smaller;
  padding-top: 1em;
}
.sidebar .related-search_list--item {
  padding: 5px 0;
}
.sidebar .related-search_list ~ .related-search_list {
  grid-column: 2;
}
.sidebar .search-options {
  margin-top: 1em;
}
.sidebar .partiallyCollapsibleList__limiter-header {
  margin-left: 5px;
}
.sidebar .partiallyCollapsibleList__item {
  margin-left: 5px;
}
.sidebar .partiallyCollapsibleList .toggleButton__collapsed,
.sidebar .partiallyCollapsibleList .toggleButton__expanded {
  margin-right: 5px;
}
.topic-finder__layout {
  display: grid;
  grid-template-rows: min-content min-content auto;
  grid-row-gap: 20px;
  min-height: 600px;
}
@media (max-width: 599px) {
  .topic-finder__layout {
    min-height: 400px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carrot__preview-image {
  grid-column: 1 / 3;
  background: url("../images/topic-finder-preview.png") center no-repeat;
  position: relative;
  opacity: 0.5;
  width: 100%;
  background-size: contain;
}
.carrot__header,
.carrot__search-bar {
  grid-column: 1 / 3;
}
.carrot__search-bar .searchTerm {
  margin-top: 1em;
}
.carrot__graph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  border-top: 1px solid #d6d6d6;
  padding-top: 1em;
}
@media (max-width: 599px) {
  .carrot__graph {
    display: block;
    grid-template-columns: unset;
    grid-column-gap: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .carrot__graph {
    display: block;
    grid-template-columns: unset;
    grid-column-gap: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carrot__tip {
  grid-column: 1;
  grid-row: 2;
}
.carrot__tip-label {
  margin: 1em 0 0.5em 0;
}
.carrot__results {
  grid-column: 2;
  grid-row: 1;
  max-height: 600px;
  overflow: auto;
}
.carrot__results .search-topic {
  font-weight: bold;
  color: #d54405;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .carrot__results {
    margin-top: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .carrot__results {
    margin-top: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.carrot__visualization {
  margin: auto;
}
.carrot__visualization-selector {
  margin: 1em 0;
}
.carrot__visualization-selector > * {
  margin-right: 0.5em;
}
.subheader .hitHighlite {
  color: #d54405;
  font-weight: bold;
  padding-left: 5px;
}
.ill-request-form .docData {
  margin-bottom: 5px;
}
.ill-request-form .docData input {
  width: 45%;
}
.ill-request-form .label {
  float: left;
  width: 50%;
  font-weight: normal;
}
.ill-request-form .form_element {
  margin-left: 0.3em;
}
.ill-request-form input {
  padding: 2px;
}
.ill-request-form .column {
  margin: 10px 0;
}
.search-alert__form {
  margin-top: 1em;
}
.search-alert__list {
  margin-bottom: 10px;
}
.search-alert__feed-url {
  width: 100%;
}
.search-alert__rss-list {
  margin-left: 20px;
}
.search-alert__rss-list li {
  list-style: circle;
}
.search-alert__rss-feed,
.search-alert .cssform {
  margin-top: 10px;
}
.email-form__label,
.email-confirmation__label {
  width: 20%;
  float: left;
}
@media (max-width: 599px) {
  .email-form__label,
  .email-confirmation__label {
    width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.email-form__value,
.email-confirmation__value {
  display: inline-block;
  word-break: break-all;
}
.email-form__list,
.email-confirmation__list {
  margin-bottom: 10px;
}
.email-form .dialog-button-panel__email,
.email-confirmation .dialog-button-panel__email {
  float: right;
}
.email-form .dialog-button-panel__email .button,
.email-confirmation .dialog-button-panel__email .button {
  margin: 10px;
}
.email-form .error,
.email-confirmation .error {
  display: inline-block;
  font-style: italic;
  color: #d54405;
  margin-left: 20%;
}
.email-form {
  margin-top: 0.5em;
  padding: 7px 16px;
}
.email-form__inline-description {
  margin: 0 0 0 20%;
}
@media (max-width: 599px) {
  .email-form__inline-description {
    margin: 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.email-form__input-group {
  margin: 1em 0;
}
.email-form__input-group:first-of-type {
  margin-bottom: 0;
}
.email-form__input-group--textarea {
  border-radius: 4px;
  border: #d6d6d6;
}
.email-form__input-group--input,
.email-form__input-group--textarea {
  max-width: 400px;
}
@media (max-width: 599px) {
  .email-form__input-group--input,
  .email-form__input-group--textarea {
    width: 100%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.edit-tag-dialog {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 5px 5px;
}
.edit-tag-dialog .custom-tag-select {
  grid-column: 2;
}
.edit-tag-dialog .edit-tag-input-label {
  white-space: nowrap;
}
.folder-share-form {
  display: grid;
  grid-template-columns: auto 30%;
  grid-row-gap: 7px;
}
.share-form__header,
.share-form__label,
.share-form__subject,
.share-form__message,
.rights-options {
  grid-column: 1/3;
}
.folder-share-form label.error {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column: 1/3;
}
.rights-options {
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 10px;
  right: 16px;
  top: 85px;
}
.rights-description {
  font-size: 14px;
  color: #6ecef6;
  padding-left: 24px;
}
.share-form__message {
  resize: none;
}
.content-set-name-wrapper .content-set-name,
.content-set-copy-name-wrapper .content-set-name {
  margin-left: 6px;
  width: 83%;
}
.content-set-name-wrapper .error-message,
.content-set-copy-name-wrapper .error-message {
  margin-left: 54px;
  margin-top: 5px;
}
.expand-container {
  list-style-type: disc;
  padding-left: 30px;
  overflow-y: auto;
}
.expand-container__item {
  padding-top: 12px;
  word-break: break-word;
}
.edit-container .tool-text {
  min-height: 108px;
  resize: none;
  width: 420px;
}
.select-or-create-folder .select-message {
  margin-bottom: 15px;
}
.folder-select {
  max-width: 100%;
}
.EducatorResources {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 2%;
}
.EducatorResources h1 {
  background-color: #f2f2f2;
  padding: 5px;
  margin-bottom: 7px;
  margin-top: 2em;
  font-size: large;
  color: #000;
  text-transform: uppercase;
  font-weight: 200;
}
.EducatorResources h1 .hitHighlite {
  color: #d54405;
  font-weight: bold;
  padding-left: 5px;
}
.EducatorResources h1:first-child {
  margin-top: 0;
}
.EducatorResources h2:first-child {
  font-size: 2.5em;
  font-weight: 200;
  color: #000;
  grid-column: 1 / 3;
}
.EducatorResources h2:first-child__image-bg {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
}
.EducatorResources h2:first-child__image-bg--curriculum {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/icfe_curriculum-bg.svg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
@media (max-width: 1024px) {
  .EducatorResources h2:first-child__image-bg--curriculum {
    display: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.EducatorResources h2:first-child__image-bg--browse-subjects {
  background: linear-gradient(to right, rgba(0, 56, 101, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url("../images/browse-subjects-header.jpg") no-repeat;
  height: 150px;
  background-size: cover;
  padding: 1em;
}
.EducatorResources h2:first-child__image-bg ~ .description {
  color: #fff;
  max-width: 800px;
}
.EducatorResources h2:first-child--icfe {
  font-size: 1.5em;
  color: #006298;
  padding: 0.5em 0;
}
@media (max-width: 599px) {
  .EducatorResources {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .EducatorResources .resource_notes p {
    max-width: 600px;
    margin-bottom: 0px;
  }
}
.EducatorResources .resources_notes {
  grid-column: 1 / 3;
  margin-bottom: 2em;
}
.EducatorResources .product_resources {
  word-break: break-word;
}
.EducatorResources .product_resources p:last-child {
  margin-bottom: 2em;
}
.EducatorResources .text_link:hover,
.EducatorResources .search_link:hover {
  color: #006298;
}
.EducatorResources .product_resources {
  page-break-inside: avoid;
}
.standards-content select,
.standards-content__exp-coll-container,
.standards-content__curriculum-link .standards-content__desc,
.standards-content__grade-filter-container {
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .standards-content select,
  .standards-content__exp-coll-container,
  .standards-content__curriculum-link .standards-content__desc,
  .standards-content__grade-filter-container {
    max-width: 200px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.standards-content__terms-link {
  margin-right: 10px;
}
.standards-content__desc-number,
.standards-content__grades,
.standards-content__desc-full {
  display: inline;
}
.standards-content__desc-number,
.standards-content__detail-issuingBody {
  font-weight: bold;
}
.standards-content__grade-filter-text {
  float: left;
  margin-right: 10px;
}
.standards-content .fancytree-title {
  white-space: normal;
  width: 98%;
}
@media (max-width: 599px) {
  .standards-content .fancytree-title {
    width: 70%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 1024px) {
  .standards-content .fancytree-title {
    width: 89%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.standards-content .fancytree-icon {
  width: 0;
}
.standards-content .fancytree-container {
  line-height: 25px;
}
.standards-content .fancytree-active,
.standards-content .fancytree-node {
  background-color: unset !important;
  border: none !important;
}
.content-section__heading {
  margin: 5px;
}
.glossary-section .Body {
  margin-top: 20px;
  column-count: 2;
  font-size: small ;
  column-gap: 20px;
}
.glossary-section .Body dl {
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .glossary-section .Body {
    column-count: 1;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper {
  padding: 2em 2em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ebook-wrapper {
    width: 95%;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper .category {
  margin: 40px 20px 20px 0;
  border-bottom: solid #d6d6d6 1px;
}
.ebook-wrapper .category:first-of-type {
  margin-top: 0;
}
.ebook-wrapper .category:last-of-type {
  border-bottom: none;
}
.ebook-wrapper .category__header {
  font-size: 1.3em;
  font-weight: 400;
}
.ebook-wrapper .category .ebook_carousel .slick-list:after {
  content: '';
  height: 420px;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 75px;
  z-index: 1;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
@media (max-width: 768px) {
  .ebook-wrapper .category .ebook_carousel .slick-list:after {
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 51%);
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ebook-wrapper .category .ebook_carousel .slick-list:after {
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0) 67%);
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 768px) {
  .ebook-wrapper .category .ebook_carousel {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ebook-wrapper .category .ebook_carousel {
    display: block;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper .category .ebook_carousel__nav-prev,
.ebook-wrapper .category .ebook_carousel__nav-next {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
  height: 50px;
  position: absolute;
  top: 127px;
  color: #002133;
}
.ebook-wrapper .category .ebook_carousel__nav-prev.slick-disabled,
.ebook-wrapper .category .ebook_carousel__nav-next.slick-disabled {
  color: #f2f2f2;
}
@media (min-width: 600px) and (max-width: 768px) {
  .ebook-wrapper .category .ebook_carousel__nav-prev,
  .ebook-wrapper .category .ebook_carousel__nav-next {
    display: none !important;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ebook-wrapper .category .ebook_carousel__nav-prev,
  .ebook-wrapper .category .ebook_carousel__nav-next {
    display: none !important;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ebook-wrapper .category .ebook_carousel__nav-prev,
  .ebook-wrapper .category .ebook_carousel__nav-next {
    display: none !important;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper .category .ebook_carousel__nav-next {
  right: -35px;
}
.ebook-wrapper .category .ebook_carousel__nav-prev {
  left: -24px;
}
.ebook-wrapper .book {
  display: grid;
  grid-template-columns: min-content;
  padding: 10px;
  min-width: 150px;
}
.ebook-wrapper .book .thumbnail {
  display: grid;
  grid-template-columns: min-content;
}
.ebook-wrapper .book .image-wrapper {
  position: relative;
}
.ebook-wrapper .book .image-wrapper__image {
  border: 1px solid #bdbdbd;
  height: 250px;
  width: auto;
  text-indent: -9999999em;
}
@media (max-width: 768px) {
  .ebook-wrapper .book .image-wrapper__image {
    height: 250px;
    min-width: initial;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper .book .noCoverTitle {
  position: absolute;
  top: 8%;
  text-align: center;
  padding: 0 0.5em;
}
@media (max-width: 768px) {
  .ebook-wrapper .book .noCoverTitle {
    font-size: 1em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ebook-wrapper .book .noCoverTitle {
    font-size: 1em;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-wrapper .book .date {
  color: #000;
  display: block;
}
.ebook-wrapper .book .date:hover {
  text-decoration: none;
}
.ebook-wrapper .view_all {
  grid-template-columns: unset;
}
.ebook-wrapper .view_all__link {
  border: solid #4F5A63 2px;
  background-color: #f2f2f2;
  color: #4F5A63;
  text-align: center;
  width: 180px;
  height: 156px;
  padding-top: 50%;
}
.single-col {
  grid-column: span 2;
}
.links-tools {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
.sidebar .links-tools {
  margin-bottom: 0;
}
.links-tools .toggleTool {
  width: fit-content;
}
.sidebar .links-tools .toggleTool {
  margin: 0 0 0 auto;
}
.sidebar .links-tools .toggleTool .js-toggle-tools {
  font-size: 1.4em;
  float: right;
  background: none;
  border: none;
}
.ebookSubjects .subject-nav-item {
  margin: 0.5em 0;
}
.admin-wrapper {
  border-top: solid #d6d6d6 1px;
  padding-top: 0.5em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .admin-wrapper {
    border-top: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .admin-wrapper {
    border-top: none;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.admin-wrapper .customization-wrapper-header {
  margin: 10px 0;
}
.admin-wrapper--manage-ebooks {
  margin-bottom: 1.5em;
}
.admin-wrapper .customizationLink {
  display: block;
}
.admin-wrapper .admin-login__link {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.admin-wrapper .admin-login-fields__label {
  display: block;
  font-size: small;
  font-weight: bold;
  margin-top: 5px;
}
.admin-wrapper .admin-login-fields__input {
  width: 100%;
}
.ebook-outer-wrapper {
  padding: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .ebook-outer-wrapper {
    overflow: hidden;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
@media (max-width: 599px) {
  .ebook-outer-wrapper {
    overflow: hidden;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.ebook-outer-wrapper .sidebar {
  min-width: 250px;
  margin: 0 0 0.1em 0;
  padding: 2em;
  background-color: #f2f2f2;
  border-right: solid #d6d6d6 1px;
}
@media (max-width: 599px) {
  .ebook-outer-wrapper .sidebar {
    grid-column: span 2;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.manage-ebooks_layout {
  margin-top: 3.4em;
}
.manage-ebooks_layout .manage-ebooks-2col-grid {
  display: grid;
  grid-template-columns: 9fr auto;
}
.manage-ebooks_layout .manage-collection {
  margin-bottom: 1.5em;
}
.manage-ebooks_layout .info {
  background-color: #d6d6d6;
  padding: 1em;
  margin-bottom: 1.5em;
}
.manage-ebooks_layout .drag-message__icon,
.manage-ebooks_layout .edit-message__icon {
  font-size: 1.3em;
  vertical-align: middle;
}
.manage-ebooks_layout .drag-message__label,
.manage-ebooks_layout .edit-message__label {
  font-size: 0.8em;
}
.manage-ebooks_layout .header-section__new-collection-container {
  margin-top: 10px;
}
.manage-ebooks_layout .header-section .new-collection__icon {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.manage-ebooks_layout .initial-message {
  margin: 12em 0;
  position: relative;
}
.manage-ebooks_layout .initial-message__arrow {
  position: absolute;
  left: -38px;
  top: 3px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.manage-ebooks_layout .initial-message__text {
  background-color: #f2f2f2;
  border-right: solid 9px #d6d6d6;
  padding: 20px;
}
.manage-ebooks_layout .collection-info {
  border: solid #d6d6d6 1px;
  margin-top: 1em;
}
.manage-ebooks_layout .collection-info .collection-header {
  padding: 1em;
}
.manage-ebooks_layout .collection-info .collection-header__message {
  font-size: 0.8em;
}
.manage-ebooks_layout .collection-info .collection-controls {
  padding: 1em;
}
.manage-ebooks_layout .collection-info .collection-controls__button {
  margin: 0.5em;
}
.manage-ebooks_layout .collection-info .collection-controls__button-icon {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.manage-ebooks_layout .collection-info .custom-subject-fields {
  display: grid;
  grid-template-columns: 19% 60% 21%;
  margin: 1em;
}
.manage-ebooks_layout .collection-info .custom-subject-fields__input-message {
  font-size: 0.7em;
  margin: 0.5em 1em;
}
.manage-ebooks_layout .collection-info .custom-subject-fields__textarea {
  height: 100px;
  vertical-align: middle;
}
.manage-ebooks_layout .collection-info .collection-message {
  padding: 1em;
  background-color: #d6d6d6;
}
.manage-ebooks_layout .collection-info .disable-control {
  display: grid;
  grid-template-columns: min-content min-content;
  padding: 0 0 1em 1em;
}
.manage-ebooks_layout .collection-info .disable-control__switch {
  padding: 6px 0 0 6px;
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 12px;
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch__checkbox:checked + .toggle-switch__slider {
  background-color: #006298;
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch__checkbox:checked + .toggle-switch__slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 16px;
}
.manage-ebooks_layout .collection-info .disable-control .toggle-switch__slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.manage-ebooks_layout .collection-title {
  margin-bottom: 1.3em;
}
.manage-ebooks_layout .manage-ebooks-books-grid {
  display: flex;
  flex-flow: row wrap;
}
.manage-ebooks_layout .manage-ebooks-books-grid .book {
  position: relative;
  margin: 1em;
}
.manage-ebooks_layout .manage-ebooks-books-grid .book .title {
  color: #006298;
}
.manage-ebooks_layout .manage-ebooks-books-grid .checkmark {
  display: block;
  cursor: pointer;
  position: absolute;
  height: 21px;
  width: 21px;
  right: 1px;
  top: 1px;
  font-size: 21px;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.manageEbooks .ebookSubjects .subject-nav-item {
  padding: 0.6em;
  margin: 0.4em 0;
  background-color: #fff;
}
.manageEbooks .ebookSubjects .subject-nav-item.customCollection {
  border-right: solid #006298 5px;
}
.manageEbooks .ebookSubjects .subject-nav-item.customCollection.disabled {
  border-right: solid #4F5A63 5px;
}
.manageEbooks .ebookSubjects .subject-nav-item.disabled {
  background-color: #d6d6d6;
}
.manageEbooks .ebookSubjects .subject-nav-item.disabled a {
  color: #002133;
}
.manageEbooks .ebookSearchContainer {
  background-color: #fff;
}
.manageEbooks .ebookSearchContainer .results-header {
  background-color: #f2f2f2;
  padding: 1em 2em 0.5em 2em;
  margin-bottom: 10px;
}
.manageEbooks .ebookSearchContainer .pagination-control {
  position: relative;
  margin: 10px 20px;
  padding: 1em;
}
.manageEbooks .ebookSearchContainer .pagination-control .slick-next,
.manageEbooks .ebookSearchContainer .pagination-control .slick-prev {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: -10px;
  color: #002133;
}
.manageEbooks .ebookSearchContainer .pagination-control .slick-next.slick-disabled,
.manageEbooks .ebookSearchContainer .pagination-control .slick-prev.slick-disabled {
  color: #f2f2f2;
}
.manageEbooks .ebookSearchContainer .pagination-control .slick-next::before,
.manageEbooks .ebookSearchContainer .pagination-control .slick-prev::before {
  content: '';
}
.manageEbooks .ebookSearchContainer .pagination-control .slick-prev {
  margin-left: 5px;
}
.manageEbooks .ebookSearchContainer .pagination-control .slick-next {
  margin-right: 10px;
}
.manageEbooks .ebookSearchContainer .results-popup {
  display: flex;
  flex-flow: row wrap;
}
.manageEbooks .ebookSearchContainer .results-popup .book {
  min-width: unset;
}
.manageEbooks .ebookSearchContainer .results-popup .book .title {
  color: #006298;
}
.manageEbooks .ebookSearchContainer .results-popup .book .image-wrapper__image {
  height: 200px;
}
.manageEbooks .ebookSearchContainer .results-popup .checkmark {
  display: none;
}
.manageEbooks .ebookSearchContainer .results-popup .selectedBook .checkmark {
  display: block;
  z-index: 10;
  position: absolute;
  height: 32px;
  width: 32px;
  background: #fff;
  font-size: 25px;
  border-radius: 50%;
}
.manageEbooks .ebookSearchContainer .results-popup .selectedBook .checkmark .fa-check-circle {
  color: #00857c;
  margin-bottom: 0.1em;
}
.manageEbooks .ebook-wrapper .results {
  display: grid;
  grid-template-columns: repeat(4, min-content);
}
.manageEbooks .ebook-wrapper .results .book {
  position: relative;
  cursor: pointer;
}
.manageEbooks .ebook-add-titles__text-input {
  border-radius: 4px 0 0 4px;
  border-right: none;
  width: 65%;
}
.manageEbooks .ebook-add-titles__search {
  border-radius: 0 4px 4px 0;
  border: solid #d6d6d6 1px;
  border-left: none;
  padding: 2.5px 9px;
}
.manageEbooks .ebook-add-titles__done {
  margin-left: 10%;
  color: #fff !important;
}
#workingSetClippingsPage .clippings {
  margin: 1em 0;
}
#workingSetClippingsPage .clippings--data {
  margin: 1em 0;
}
#workingSetClippingsPage .citation-rubric {
  margin: 12px;
}
#workingSetClippingsPage .document-tgnumber {
  display: block;
}
#termFrequency #ngram_form .ui-dropdownchecklist-selector.ui-state-default,
#termFrequency #ngram_form .ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item.ui-state-default {
  background: #fff;
  font-weight: 400;
  color: #444;
  border: 1px solid #ececec;
  border-radius: 3px;
}
#termFrequency #ngram_form .ui-dropdownchecklist-dropcontainer .ui-dropdownchecklist-item.ui-state-default {
  border: 0 solid #ececec;
  border-bottom: 1px solid #ccc;
}
#termFrequency .view-title {
  margin: 5px 0;
}
#termFrequency .instructions {
  margin: 0;
  padding-left: 20px;
}
#termFrequency .instructions li {
  list-style-type: none;
}
#termFrequency .instructions li .message {
  margin: 5px 0;
}
#termFrequency .contentSection {
  padding: 10px;
}
#termFrequency .contentSection #searchResultsError {
  color: #c00;
  padding-bottom: 10px;
}
#termFrequency #ngram_form {
  background: -moz-linear-gradient(center top, #e2e2e2 0%, #bcbcbc 100%) repeat scroll 0 0 transparent;
  /* stylelint-disable-line function-linear-gradient-no-nonstandard-direction */
  border: 1px solid #b1b3b3;
  clear: both;
  float: left;
  margin: 15px 0;
  padding: 18px 10px;
  position: relative;
  width: 100%;
}
#termFrequency #ngram_form fieldset {
  float: left;
  margin: 0 0 15px;
  width: 460px;
  border: medium none;
  padding: 0;
}
#termFrequency #ngram_form .field_chartType {
  margin-left: 340px;
}
#termFrequency #ngram_form #options_container {
  float: left;
  top: 18px;
  width: 400px;
}
#termFrequency #ngram_form dl,
#termFrequency #ngram_form dd {
  display: block;
  padding: 0;
  margin: 0;
}
#termFrequency #ngram_form dl {
  display: block;
  line-height: 2em;
  text-align: left;
  width: 100%;
}
#termFrequency #ngram_form #field_phrase dl {
  float: left;
  width: auto;
  display: block;
  line-height: 2em;
  text-align: left;
}
#termFrequency #ngram_form #field_phrase dl.first-child a.remove {
  display: none;
}
#termFrequency #ngram_form #field_phrase a .icon {
  color: #fff;
  background-color: #ccc;
  padding: 1px 4px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
  margin-right: 5px;
}
#termFrequency #ngram_form #field_phrase a .icon.remove {
  padding: 1px 6px;
}
#termFrequency #ngram_form #field_phrase a.add {
  display: block;
  float: left;
  margin-top: 7px;
  text-indent: 24px;
  width: auto;
}
#termFrequency #ngram_form #field_phrase a.remove {
  float: left;
  /* height: 16px; */
  margin-right: 20px;
  position: relative;
  text-indent: 24px;
  top: 7px;
  width: auto;
}
#termFrequency #ngram_form #field_phrase dd {
  position: relative;
}
#termFrequency #ngram_form #field_phrase input[name="ngram"] {
  width: 192px;
}
#termFrequency #ngram_form dt {
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 5px;
  text-align: right;
  white-space: nowrap;
}
#termFrequency #ngram_form dt,
#termFrequency #ngram_form dd {
  float: left;
}
#termFrequency #ngram_form label {
  font-size: 13px;
  padding-right: 3px;
}
#termFrequency #ngram_form .field_yearRange {
  width: 165px;
}
#termFrequency #ngram_form .field_yearRange dd {
  padding-top: 3px;
  clear: left;
  float: none;
}
#termFrequency #ngram_form .field_contentType,
#termFrequency #ngram_form .field-Dblimiters {
  float: none;
  width: 225px;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
#termFrequency #ngram_form .field_contentType dd,
#termFrequency #ngram_form .field-Dblimiters dd {
  clear: left;
  float: none;
}
#termFrequency #ngram_form .field_contentType label,
#termFrequency #ngram_form .field-Dblimiters label {
  font-size: 13px;
}
#termFrequency #ngram_form .field-Dblimiters {
  margin: 7px 170px 15px;
}
#termFrequency #ngram_form .content_type ul li {
  height: 18px;
}
#termFrequency #ngram_form input.year {
  width: 50px;
}
#termFrequency #ngram_form input[type="text"] {
  height: 26px;
  position: relative;
  border: #666 solid 1px;
  text-indent: 5px;
  border-radius: 0;
  vertical-align: middle;
  margin-bottom: 5px;
}
#termFrequency #ngram_form ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
#termFrequency #ngram_form #search_results_message {
  display: block;
  margin-bottom: 12px;
  margin-top: -5px;
  font-size: 13px;
}
#termFrequency form fieldset legend {
  font-size: 1.4em;
  padding: 0 5px;
  margin: 0;
  display: none;
}
#termFrequency #ngramUpdate {
  display: block;
  float: left;
  margin-left: 20px;
  margin-right: 57px;
  margin-top: 10px;
  min-width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  height: 25px;
  padding-top: 5px;
}
#termFrequency #chartContainer {
  border: 1px solid #b1b3b3;
  clear: both;
  height: 400px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 1px;
  width: 100%;
}
#termFrequency #chartContainer img {
  width: 100%;
}
#termFrequency #chartContainer.spinner .highcharts-container {
  display: none;
}
#termFrequency .spinner {
  background: url("../../images/ajax-loader.gif") no-repeat scroll center center transparent;
}
#termFrequency .ngram_align {
  float: none;
  margin-right: 34px;
}
#termFrequency #ngram_sample_graph {
  background-image: url("../images/ngram-sample-graph2.png");
  width: 920px;
  height: 639px;
}
#termFrequency #searchResultsDisplayQueryNav .source {
  font-weight: bold;
  padding-right: 5px;
}
#termFrequency #searchResultsDisplayQueryNav .sourceTitle {
  list-style-type: none;
}
#termFrequency #searchResultsDisplayQueryNav .docSource {
  padding: 0 20px;
  display: grid;
  grid-template-columns: min-content auto min-content;
  white-space: nowrap;
}
#termFrequency #searchResultsDisplayQueryNav .docSource li {
  display: inline-block;
}
#termFrequency #ngram_form ul.error-container {
  color: red;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 5px;
}
@media (max-width: 375px) {
  #termFrequency #ngram_form .field-Dblimiters,
  #termFrequency #ngram_form .field_chartType {
    margin-left: 2px;
  }
}
.ngram-placeholder__grid {
  display: grid;
  grid-template-columns: min-content min-content auto;
  width: 100%;
  min-width: 600px;
  height: 400px;
  padding-top: 30px;
  padding-right: 60px;
  color: #4F5A63;
  font-size: 11px;
}
.ngram-placeholder .ngram__header {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.ngram-placeholder .ngram-yaxis__label {
  text-align: right;
}
.ngram-placeholder .ngram-yaxis__header {
  grid-row-start: 2;
  grid-row-end: 9;
  white-space: nowrap;
  width: 60px;
}
.ngram-placeholder .ngram-yaxis__header-container {
  transform: translate(0, 150px) rotate(-90deg);
  font-size: 14px;
  color: #4F5A63;
}
.ngram-placeholder .ngram-yaxis__blank {
  margin: 7px 0 7px 10px;
  border-top: 1px solid #4F5A63;
}
.ngram-placeholder .ngram-xaxis {
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 7px auto;
  display: grid;
  margin-left: 7px;
}
.ngram-placeholder .ngram-xaxis__value {
  text-align: right;
  position: relative;
  right: -13px;
}
.ngram-placeholder .ngram-xaxis__blank {
  border-top: 1px solid #4F5A63;
  border-right: 1px solid #4F5A63;
}
.ngram-placeholder .ngram-xaxis__blank-last {
  border-right: 0;
}
@media (max-width: 599px) {
  .ngram-placeholder__grid {
    min-width: auto;
    padding-right: 20px;
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .ngram-placeholder__grid .ngram__header {
    padding-left: 20px;
  }
  .ngram-placeholder__grid .ngram-xaxis {
    grid-template-columns: repeat(4, 1fr);
  }
  .ngram-placeholder__grid .ngram-xaxis__blank:nth-of-type(n+5),
  .ngram-placeholder__grid .ngram-xaxis__value:nth-of-type(n+20) {
    display: none;
  }
}
.no-cssgrid .ngram-placeholder__grid {
  display: none;
}
.no-cssgrid .ngram-placeholder__ie {
  background: url(../../Rio/images/graphing-placeholder.jpg) no-repeat;
  height: 400px;
}
.title-list__header {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}
.title-list__ebook-list {
  margin-top: 10px;
  font-size: small;
}
@media (max-width: 599px) {
  .title-list__ebook-list {
    column-count: unset;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.title-list__ebook {
  margin: 10px 0;
}
.title-list__exports {
  display: inline-block;
}
.title-list__exports .button--small {
  margin: 0 5px;
}
@media (max-width: 599px) {
  .title-list__exports {
    margin: 10px 0;
    /* stylelint-disable-line at-rule-no-unknown */
  }
}
.title-list__label {
  font-size: small;
}
.title-list .titleListSorter {
  float: right;
}
.login-dialog {
  display: grid;
  grid-template-columns: auto 202px;
  column-gap: 30px;
}
.login-dialog .left-section {
  display: grid;
}
.login-dialog .right-section {
  display: grid;
  row-gap: 15px;
}
.login-dialog .why-sign-up-section {
  display: grid;
  grid-template-columns: 55px auto;
}
.login-dialog .cloud-link {
  display: flex;
  width: 200px;
  cursor: pointer;
}
.login-dialog .why-sign-up-section {
  padding-right: 35px;
}
.login-dialog .why-sign-up-section .icon {
  border: 1px solid #d6d6d6;
  border-radius: 18px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
}
.login-dialog .why-sign-up-section .text {
  padding: 3px 0;
  font-size: 14px;
}
.login-dialog .cloud-link__google {
  border: 1px solid #4285f4;
  background: #4285f4;
  padding: 0;
  height: 35px;
}
.login-dialog .cloud-link__google .cloud-ico {
  background: url("../images/google_logo.svg") no-repeat center #fff;
  width: 33px;
  height: 33px;
}
.login-dialog .cloud-link__google .sign-in-label {
  color: #fff;
  margin-left: 11px;
  margin-top: 8px;
  font-size: 14px;
}
.login-dialog .cloud-link__microsoft {
  border: 1px solid #8c8c8c;
  background: #fff;
  padding: 5px;
  height: 35px;
}
.login-dialog .cloud-link__microsoft .cloud-ico {
  background: url("../images/microsoft_logo.svg") no-repeat center #fff;
  width: 25px;
  height: 20px;
  background-size: contain;
}
.login-dialog .cloud-link__microsoft .sign-in-label {
  color: #5e5e5e;
  margin-left: 11px;
  font-size: 15px;
}
.login-dialog .privacy-image {
  text-align: center;
  color: #003865;
  font-size: 25px;
}
.login-dialog .privacy-policy-link {
  display: block;
  color: #006298;
  margin-top: 20px;
  font-size: 13px;
}
.login-dialog .privacy-text {
  font-size: 13px;
}
.login-dialog .text,
.login-dialog .why-sign-up-header,
.login-dialog .privacy-text {
  color: #4F5A63;
}
.login-dialog .why-sign-up-header em,
.login-dialog .text em,
.login-dialog .privacy-text em {
  font-style: normal;
}
.interactive_product {
  min-height: auto !important;
  height: auto !important;
  background: white;
}
.interactive_product .header-wrapper .tools,
.interactive_product .hero-bar,
.interactive_product .media-object,
.interactive_product .footer-wrapper,
.interactive_product .doc-copyright,
.interactive_product #locationBrandingContainer,
.interactive_product #showIterfaceLang {
  display: none !important;
}
.interactive_product .document-summary .doc-title {
  margin: 1em auto;
}
.interactive_product .content-wrapper {
  padding-bottom: 0;
}
.interactive_product .document-tools.navigation {
  overflow-x: scroll;
}
.interactive_product .ui-dialog {
  position: fixed !important;
  top: 10px !important;
}
.interactive_product.mobile_or_tablet .docTools-download,
.interactive_product.desktopViewer .docTools-download,
.interactive_product.mobile_or_tablet #docTools-google-download,
.interactive_product.desktopViewer #docTools-google-download,
.interactive_product.mobile_or_tablet #docTools-microsoft-download,
.interactive_product.desktopViewer #docTools-microsoft-download,
.interactive_product.mobile_or_tablet .cloud-drive-download,
.interactive_product.desktopViewer .cloud-drive-download,
.interactive_product.mobile_or_tablet #docTools-print,
.interactive_product.desktopViewer #docTools-print,
.interactive_product.mobile_or_tablet #docTools-citation,
.interactive_product.desktopViewer #docTools-citation,
.interactive_product.mobile_or_tablet #docSummary-librarylinks,
.interactive_product.desktopViewer #docSummary-librarylinks {
  display: none;
}
.interactive_product.mobile_or_tablet #read-speaker-tool,
.interactive_product.mobile_or_tablet .docTools-email,
.interactive_product.mobile_or_tablet .docTools-sendTo,
.interactive_product.mobile_or_tablet .nav-divider {
  display: none;
}
.interactive_product .navigation {
  height: fit-content;
  scrollbar-width: initial !important;
}
@media (max-width: 599px) {
  .interactive_product .navigation {
    /* stylelint-disable-line at-rule-no-unknown */
  }
  .interactive_product .navigation::-webkit-scrollbar {
    width: initial !important;
    height: initial !important;
    background-color: #f2f2f2;
  }
  .interactive_product .navigation::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }
}

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