@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
.black {
  color: #000000 !important;
}

.white {
  color: #FFFFFF !important;
}

.red {
  color: #CD391F !important;
}

meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:83em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:83.063em)/";
  width: 83.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:83.063em) and (max-width:120em)/";
  width: 83.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #FFFFFF;
  color: #181817;
  cursor: auto;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.9285714286rem;
  font-weight: normal;
  margin-bottom: 1.4285714286rem;
  padding: 1rem 1.7142857143rem 1rem 1rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #006FCA;
  border-color: rgb(0, 95.46, 173.72);
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.2857142857rem;
  background: inherit;
  color: #333333;
  font-size: 1.5714285714rem;
  line-height: 0.9;
  margin-top: -0.7857142857rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 4px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #1F8817;
  border-color: rgb(26.66, 116.96, 19.78);
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #CD391F;
  border-color: rgb(176.3, 49.02, 26.66);
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: rgb(198.66, 198.66, 198.66);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.warning {
  background-color: #C5540E;
  border-color: rgb(169.42, 72.24, 12.04);
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: rgb(115.8169491525, 190.5362711864, 221.3030508475);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.alert-close {
  opacity: 0;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:83em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:83.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:83.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #006FCA;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(0, 95.46, 173.72);
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.4285714286rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}
p aside {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #181817;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: rgb(106.7489361702, 106.7489361702, 102.3010638298);
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: 2.4285714286rem;
}

h2 {
  font-size: 1.9285714286rem;
}

h3 {
  font-size: 1.5714285714rem;
}

h4 {
  font-size: 1.2857142857rem;
}

h5 {
  font-size: 1.2857142857rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(106.7489361702, 106.7489361702, 102.3010638298);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #dedede;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.4285714286rem 0 1.3571428571rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: rgb(247.8, 247.8, 247.8);
  border-color: rgb(223.02, 223.02, 223.02);
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.4285714286rem;
}

ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
}

.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.4285714286rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.8571428571rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #181817;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #dedede;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.4285714286rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #dedede;
}
blockquote cite {
  display: block;
  font-size: 0.9285714286rem;
  color: rgb(78.3778723404, 78.3778723404, 75.1121276596);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(78.3778723404, 78.3778723404, 75.1121276596);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(106.7489361702, 106.7489361702, 102.3010638298);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.4285714286rem 0;
  border: 1px solid #dedede;
  padding: 0.7142857143rem 0.8571428571rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 1.0714285714rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0714285714rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 3.1428571429rem;
  }
  h2 {
    font-size: 2.6428571429rem;
  }
  h3 {
    font-size: 1.9285714286rem;
  }
  h4 {
    font-size: 1.6428571429rem;
  }
  h5 {
    font-size: 1.2857142857rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.34in;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 3.2142857143rem;
  line-height: 3.2142857143rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 3.2142857143rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.2857142857rem;
}

.left-small {
  height: 3.2142857143rem;
  position: absolute;
  top: 0;
  width: 3.2142857143rem;
  border-right: solid 1px #f3f3f3;
  left: 0;
}

.right-small {
  height: 3.2142857143rem;
  position: absolute;
  top: 0;
  width: 3.2142857143rem;
  border-left: solid 1px #f3f3f3;
  right: 0;
}

.tab-bar-section {
  height: 3.2142857143rem;
  padding: 0 0.7142857143rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 3.2142857143rem;
}
.tab-bar-section.right {
  left: 3.2142857143rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 3.2142857143rem;
  right: 3.2142857143rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 3.2142857143rem;
  padding: 0;
  position: relative;
  text-indent: 2.5rem;
  transform: translate3d(0, 0, 0);
  width: 3.2142857143rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5714285714rem;
  left: 1.0357142857rem;
  box-shadow: 0 0 0 2px #FFFFFF, 0 8px 0 2px #FFFFFF, 0 16px 0 2px #FFFFFF;
  width: 1.1428571429rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 2px rgb(178.5, 178.5, 178.5), 0 8px 0 2px rgb(178.5, 178.5, 178.5), 0 16px 0 2px rgb(178.5, 178.5, 178.5);
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 17.8571428571rem;
  z-index: 1001;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 17.8571428571rem;
  z-index: 1001;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 17.8571428571rem;
  z-index: 1001;
  top: 0;
  width: 100%;
  height: 21.4285714286rem;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.top-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 17.8571428571rem;
  z-index: 1001;
  bottom: 0;
  width: 100%;
  height: 21.4285714286rem;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.bottom-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #3d3d3d;
  border-bottom: none;
  border-top: 1px solid rgb(25.5, 25.5, 25.5);
  color: #999999;
  display: block;
  font-size: 0.7142857143rem;
  font-weight: bold;
  margin: 0;
  padding: 0.3rem 1.0714285714rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid rgb(38.25, 38.25, 38.25);
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: rgb(35.7, 35.7, 35.7);
}
ul.off-canvas-list li a:active {
  background: rgb(35.7, 35.7, 35.7);
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(17.8571428571rem, 0, 0);
  -moz-transform: translate3d(17.8571428571rem, 0, 0);
  -ms-transform: translate(17.8571428571rem, 0);
  -o-transform: translate3d(17.8571428571rem, 0, 0);
  transform: translate3d(17.8571428571rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-17.8571428571rem, 0, 0);
  -moz-transform: translate3d(-17.8571428571rem, 0, 0);
  -ms-transform: translate(-17.8571428571rem, 0);
  -o-transform: translate3d(-17.8571428571rem, 0, 0);
  transform: translate3d(-17.8571428571rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -21.4285714286rem, 0);
  -moz-transform: translate3d(0, -21.4285714286rem, 0);
  -ms-transform: translate(0, -21.4285714286rem);
  -o-transform: translate3d(0, -21.4285714286rem, 0);
  transform: translate3d(0, -21.4285714286rem, 0);
}
.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 21.4285714286rem, 0);
  -moz-transform: translate3d(0, 21.4285714286rem, 0);
  -ms-transform: translate(0, 21.4285714286rem);
  -o-transform: translate3d(0, 21.4285714286rem, 0);
  transform: translate3d(0, 21.4285714286rem, 0);
}
.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-top .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-bottom .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -17.8571428571rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -17.8571428571rem;
}
.no-csstransforms .top-off-canvas-menu {
  top: -21.4285714286rem;
}
.no-csstransforms .bottom-off-canvas-menu {
  bottom: -21.4285714286rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 17.8571428571rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 17.8571428571rem;
}
.no-csstransforms .move-top > .inner-wrap {
  right: 21.4285714286rem;
}
.no-csstransforms .move-bottom > .inner-wrap {
  left: 21.4285714286rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 17.8571428571rem;
  height: 21.4285714286rem;
  z-index: 1002;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(25.5, 25.5, 25.5);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 1.0714285714rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(88.16, 88.16, 88.16);
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 17.8571428571rem;
  height: 21.4285714286rem;
  z-index: 1002;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(25.5, 25.5, 25.5);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 1.0714285714rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(88.16, 88.16, 88.16);
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 17.8571428571rem;
  height: 21.4285714286rem;
  z-index: 1002;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.top-submenu * {
  -webkit-backface-visibility: hidden;
}
.top-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(25.5, 25.5, 25.5);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 1.0714285714rem;
  text-transform: uppercase;
  margin: 0;
}
.top-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(88.16, 88.16, 88.16);
}
.top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 17.8571428571rem;
  height: 21.4285714286rem;
  z-index: 1002;
  bottom: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
}
.bottom-submenu * {
  -webkit-backface-visibility: hidden;
}
.bottom-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid rgb(25.5, 25.5, 25.5);
  color: #999999;
  font-weight: bold;
  padding: 0.3rem 1.0714285714rem;
  text-transform: uppercase;
  margin: 0;
}
.bottom-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-bottom: none;
  border-top: 1px solid rgb(88.16, 88.16, 88.16);
}
.bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
  -ms-transform: translate(0, 0%);
  -o-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.7142857143rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.7142857143rem 1.4285714286rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.6428571429rem 1rem 0.6428571429rem;
  background-color: rgb(244.2, 244.2, 244.2);
  border-color: rgb(219.78, 219.78, 219.78);
  border-radius: 4px;
}
.breadcrumbs > * {
  color: #006FCA;
  float: left;
  font-size: 0.7857142857rem;
  line-height: 0.7857142857rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #006FCA;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.8571428571rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.7142857143rem 1.4285714286rem 0.7857142857rem 1.4285714286rem;
  font-size: 0.8571428571rem;
  background-color: #006FCA;
  border-color: rgb(0, 88.8, 161.6);
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: rgb(0, 88.8, 161.6);
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #1F8817;
  border-color: rgb(24.8, 108.8, 18.4);
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: rgb(24.8, 108.8, 18.4);
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #CD391F;
  border-color: rgb(164, 45.6, 24.8);
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: rgb(164, 45.6, 24.8);
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #C5540E;
  border-color: rgb(157.6, 67.2, 11.2);
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: rgb(157.6, 67.2, 11.2);
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 1.2857142857rem 2.5714285714rem 1.3571428571rem 2.5714285714rem;
  font-size: 1.4285714286rem;
}
button.small, .button.small {
  padding: 0.4285714286rem 0.8571428571rem 0.5rem 0.8571428571rem;
  font-size: 0.8571428571rem;
}
button.tiny, .button.tiny {
  padding: 0.2857142857rem 0.5714285714rem 0.3571428571rem 0.5714285714rem;
  font-size: 0.4285714286rem;
}
button.expand, .button.expand {
  padding: 0.7142857143rem 1.4285714286rem 0.7857142857rem 1.4285714286rem;
  font-size: 0.8571428571rem;
  padding-bottom: 0.7857142857rem;
  padding-top: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  padding-right: 0.7142857143rem;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8571428571rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8571428571rem;
}
button.radius, .button.radius {
  border-radius: 4px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #006FCA;
  border-color: rgb(0, 88.8, 161.6);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: rgb(0, 88.8, 161.6);
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #006FCA;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #1F8817;
  border-color: rgb(24.8, 108.8, 18.4);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: rgb(24.8, 108.8, 18.4);
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #1F8817;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #CD391F;
  border-color: rgb(164, 45.6, 24.8);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: rgb(164, 45.6, 24.8);
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #CD391F;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #C5540E;
  border-color: rgb(157.6, 67.2, 11.2);
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: rgb(157.6, 67.2, 11.2);
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #C5540E;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block;
  }
}
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #cccccc;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #cccccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -16px;
  left: 10%;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 9px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -18px;
  left: 9%;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10%;
}
.f-dropdown.right:after {
  left: auto;
  right: 9%;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10%;
  left: -16px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 9px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9%;
  left: -18px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10%;
  right: -16px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 9px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9%;
  right: -18px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -16px;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 9px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -18px;
  position: absolute;
  top: auto;
  left: 9%;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #e8e8e8;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #595959;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 1rem;
  height: auto;
  max-height: none;
  padding: 1.4285714286rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.radius {
  border-radius: 4px;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.flex-video {
  height: 0;
  margin-bottom: 1.1428571429rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.7857142857rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.row {
  margin: 0 auto;
  max-width: 84.2857142857rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -0.6428571429rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.6428571429rem;
  padding-right: 0.6428571429rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: left;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:83.063em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
    float: left;
  }
}
.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.2142857143rem;
  margin-left: -1.5714285714rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.5714285714rem;
}
.inline-list > li > * {
  display: block;
}

.label {
  display: inline-block;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2857142857rem 0.5714285714rem 0.2857142857rem;
  font-size: 0.7857142857rem;
  background-color: #006FCA;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 4px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #CD391F;
  color: #FFFFFF;
}
.label.warning {
  background-color: #C5540E;
  color: #FFFFFF;
}
.label.success {
  background-color: #1F8817;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

ul.pagination {
  display: block;
  margin-left: -0.3571428571rem;
  min-height: 1.7142857143rem;
}
ul.pagination li {
  color: #595959;
  font-size: 0.8571428571rem;
  height: 1.7142857143rem;
  margin-left: 0.3571428571rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 4px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #595959;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0714285714rem 0.5714285714rem 0.0714285714rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: rgb(229.5, 229.5, 229.5);
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: rgb(163.7, 163.7, 163.7);
  pointer-events: none;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #006FCA;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #006FCA;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(215.6025, 215.6025, 215.6025);
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: rgb(242.25, 242.25, 242.25);
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(215.6025, 215.6025, 215.6025);
  margin-bottom: 1.4285714286rem;
  padding: 1.4285714286rem;
  background: rgb(236.52, 246.6748514851, 255);
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.7142857143rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #006FCA;
}
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: rgb(0, 95.46, 173.72);
}
.panel.radius {
  border-radius: 4px;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 2.1428571429rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:40.063em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 84.2857142857rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal {
    top: 7.1428571429rem;
  }
}
.reveal-modal.radius {
  box-shadow: none;
  border-radius: 4px;
}
.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.8571428571rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0.7142857143rem;
  right: 1.5714285714rem;
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}

.sub-nav {
  display: block;
  margin: -0.2857142857rem 0 1.2857142857rem;
  overflow: hidden;
  padding-top: 0.8571428571rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #595959;
  float: left;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.7142857143rem;
  font-weight: normal;
  margin-left: 1.1428571429rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #595959;
  padding: 0.7142857143rem 1.1428571429rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: rgb(66.75, 66.75, 66.75);
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #006FCA;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.7142857143rem 1.1428571429rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: rgb(0, 95.46, 173.72);
}

table {
  background: #FFFFFF;
  border: solid 1px #dedede;
  margin-bottom: 1.4285714286rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #181817;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #181817;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #181817;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
}
table tr th,
table tr td {
  color: #181817;
  font-size: 1rem;
  padding: 0.6428571429rem 0.7142857143rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f3f3f3;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2857142857rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #FFFFFF;
  color: #595959;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8571428571rem;
  padding: 0.9285714286rem 1.8571428571rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #FFFFFF;
}
.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #FFFFFF;
  color: #595959;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.7142857143rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.6428571429rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.6428571429rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.6428571429rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  color: #333333;
  cursor: help;
  font-weight: bold;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px rgb(0, 49.95, 90.9);
  color: #006FCA;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #FFFFFF;
  color: #595959;
  display: none;
  font-size: 0.8571428571rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.8571428571rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.tooltip > .nub {
  border: solid 8px;
  border-color: transparent transparent #FFFFFF transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -16px;
  width: 0;
  left: 8px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 8px;
}
.tooltip.radius {
  border-radius: 4px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  border-bottom: dotted 1px rgb(0, 49.95, 90.9) !important;
  color: #006FCA !important;
}

.tap-to-close {
  color: #333333;
  display: block;
  font-size: 0.7142857143rem;
  font-weight: normal;
}

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #FFFFFF transparent;
    top: -16px;
  }
  .tooltip.tip-top > .nub {
    border-color: #FFFFFF transparent transparent transparent;
    bottom: -16px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #FFFFFF;
    left: auto;
    margin-top: -8px;
    right: -16px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #FFFFFF transparent transparent;
    left: -16px;
    margin-top: -8px;
    right: auto;
    top: 50%;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1.1428571429rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5714285714rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5714285714rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5714285714rem;
}

/* Label Styles */
label {
  color: rgb(76.5, 76.5, 76.5);
  cursor: pointer;
  display: block;
  font-size: 0.7142857143rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.1428571429rem 0;
  padding: 0.6428571429rem 0;
}
label small {
  text-transform: capitalize;
  color: rgb(103.275, 103.275, 103.275);
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.7142857143rem;
  height: 2.5714285714rem;
  line-height: 2.5714285714rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: rgb(242.25, 242.25, 242.25);
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: rgb(242.25, 242.25, 242.25);
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.85);
  display: block;
  font-family: inherit;
  font-size: 0.9285714286rem;
  height: 2.5714285714rem;
  margin: 0 0 1.1428571429rem 0;
  padding: 0.5714285714rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 4px;
}
input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: rgb(242.25, 242.25, 242.25);
  border-color: none;
  outline: none;
}
input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #dedede;
  cursor: default;
}
input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #dedede;
  cursor: default;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #f7f7f7;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.85);
  font-family: inherit;
  font-size: 0.9285714286rem;
  line-height: normal;
  padding: 0.5714285714rem;
  border-radius: 0;
  height: 2.5714285714rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 4px;
}
select:focus {
  background-color: rgb(239.59, 239.59, 239.59);
  border-color: none;
}
select:disabled {
  background-color: #dedede;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.1428571429rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #dedede;
  margin: 1.2857142857rem 0;
  padding: 1.4285714286rem;
}
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.2142857143rem;
  padding: 0 0.2142857143rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.8571428571rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.1428571429rem;
  margin-top: -1px;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  background: #CD391F;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.8571428571rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.1428571429rem;
  margin-top: -1px;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  background: #CD391F;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.1428571429rem;
}
.error label,
.error label.error {
  color: #CD391F;
}
.error small.error {
  display: block;
  font-size: 0.8571428571rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.1428571429rem;
  margin-top: -1px;
  padding: 0.4285714286rem 0.6428571429rem 0.6428571429rem;
  background: #CD391F;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: rgb(103.275, 103.275, 103.275);
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #CD391F;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: "40.063em";
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #181817;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: auto;
  z-index: 98;
}

.top-bar {
  background: #181817;
  height: auto;
  line-height: auto;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 2rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4214285714rem;
  padding-top: 0.4214285714rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 14px;
  height: auto;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.2142857143rem;
  line-height: auto;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #999999;
  display: block;
  font-weight: normal;
  padding: 0 auto/3;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  left: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #999999;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  line-height: auto;
  padding: 0 auto/3;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #808080;
  height: 34px;
  line-height: 33px;
  padding: 0 auto/31.7857142857rem 0 auto/3;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: auto/3;
  box-shadow: 0 0 0 1px #808080, 0 7px 0 1px #808080, 0 14px 0 1px #808080;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #181817;
}
.top-bar.expanded .toggle-topbar a {
  color: #333333;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #333333, 0 7px 0 1px #333333, 0 14px 0 1px #333333;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 200ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px rgb(12, 12, 11.5);
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #333333;
}
.top-bar-section ul li > a {
  color: #999999;
  display: block;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.7142857143rem;
  font-weight: normal;
  padding-left: auto/3;
  padding: 12px 0 12px auto/3;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.7142857143rem;
  padding-left: auto/3;
  padding-right: auto/3;
  background-color: #006FCA;
  border-color: rgb(0, 88.8, 161.6);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: rgb(0, 88.8, 161.6);
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > a.button.success {
  background-color: #1F8817;
  border-color: rgb(24.8, 108.8, 18.4);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: rgb(24.8, 108.8, 18.4);
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #CD391F;
  border-color: rgb(164, 45.6, 24.8);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: rgb(164, 45.6, 24.8);
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #C5540E;
  border-color: rgb(157.6, 67.2, 11.2);
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: rgb(157.6, 67.2, 11.2);
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.7142857143rem;
  padding-left: auto/3;
  padding-right: auto/3;
  background-color: #006FCA;
  border-color: rgb(0, 88.8, 161.6);
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: rgb(0, 88.8, 161.6);
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: rgb(184.8, 184.8, 184.8);
  color: #333333;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: rgb(184.8, 184.8, 184.8);
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
.top-bar-section ul li > button.success {
  background-color: #1F8817;
  border-color: rgb(24.8, 108.8, 18.4);
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: rgb(24.8, 108.8, 18.4);
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #CD391F;
  border-color: rgb(164, 45.6, 24.8);
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: rgb(164, 45.6, 24.8);
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #C5540E;
  border-color: rgb(157.6, 67.2, 11.2);
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: rgb(157.6, 67.2, 11.2);
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: rgb(96.8813559322, 181.7661016949, 216.7186440678);
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #FFFFFF;
  color: #FFFFFF;
  background: #181817;
}
.top-bar-section ul li.active > a {
  background: #FFFFFF;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #FFFFFF;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: auto/3;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: auto/3;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px auto/3;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2857142857rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #999999;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px auto/3;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.7142857143rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px auto/3 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #181817;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 1rem;
    height: 2rem;
    position: relative;
    top: calc((auto - 2rem) / 2);
  }
  .top-bar .has-form > .button,
  .top-bar .has-form > button {
    font-size: 1rem;
    height: 2rem;
    position: relative;
    top: calc((auto - 2rem) / 2);
  }
  .top-bar.expanded {
    background: #181817;
  }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 84.2857142857rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #FFFFFF;
    background: #181817;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #181817;
    line-height: auto;
    padding: 0 auto/3;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #FFFFFF;
    background: #181817;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #FFFFFF;
    color: #FFFFFF;
    line-height: auto;
    padding: 0 auto/3;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #FFFFFF;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: auto/31.4285714286rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: calc(auto / 2);
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.2142857143rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #333333;
    color: #FFFFFF;
    line-height: auto;
    padding: 12px auto/3;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #333333;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #FFFFFF;
    color: #FFFFFF;
    background: #181817;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role=separator] {
    border-right: solid 1px rgb(54.7353191489, 54.7353191489, 52.4546808511);
    border-bottom: none;
    border-top: none;
    clear: none;
    height: auto;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #181817;
    height: auto;
    padding: 0 auto/3;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #FFFFFF;
    background: #181817;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #FFFFFF;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:83.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

/*
@font-face {
  font-family: 'noto_sansregular';
  src: url('../fonts/notosans-regular-webfont.eot');
  src: local('☺︎'),
    url("../fonts/notosans-regular-webfont.woff") format("woff"),
    url("../fonts/notosans-regular-webfont.otf") format("opentype"),
    url("../fonts/notosans-regular-webfont.svg#grablau") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'noto_sansitalic';
  src: url('../fonts/notosans-italic-webfont.eot');
  src: local('☺︎'),
    url("../fonts/notosans-italic-webfont.woff") format("woff"),
    url("../fonts/notosans-italic-webfont.otf") format("opentype"),
    url("../fonts/notosans-italic-webfont.svg#grablau") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'noto_sansbold';
  src: url('../fonts/notosans-bold-webfont.eot');
  src: local('☺︎'),
    url("../fonts/notosans-bold-webfont.woff") format("woff"),
    url("../fonts/notosans-bold-webfont.otf") format("opentype"),
    url("../fonts/notosans-bold-webfont.svg#grablau") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/
.heading_01, .dashboard-blocks .how-many,
.heading_02,
.carousel-facts .stat-title,
.heading_08,
.heading_10,
.nested-accordion a,
.actions .title-underline > div:first-child,
.actions .title-underline > h2,
.actions .title-underline h3,
.html-view .content-side .title-underline h3,
.search .queries .title,
.chapter-wrapper .chapter .excerpt-title,
.book-overview .meta-info,
.book-overview .sub-title,
.book-overview .title,
.article-wrapper .article-page .summary-title,
.article-wrapper .article-page .abstract-translations title,
.paragraph_01,
.menu .services li a,
.list-label,
.dashboard-blocks .title,
.banner.subject .description,
.banner.journal .description,
.paragraph_03,
.index-collection li span,
.index-collection li a,
.autocomplete-no-suggestion,
.autocomplete-suggestion,
.custom-tooltip p,
.custom-tooltip,
.file-actions .list-label,
.nested-accordion .access,
.nested-accordion .level .issue,
.nested-accordion .level .date,
.nested-accordion .level .pages,
.nested-accordion .level.fourth a,
.nested-accordion .level.third a,
select,
.submit-in-field input[type=text],
.submit-in-field input[type=search],
.actions,
.chapter-wrapper .chapter .summary *,
.reference-display,
.issue,
.left-side-bar-nav .how-many,
.banner .search .filters .advanced-search,
.banner .search .filters .accessible,
.sub-header .subject-search input[type=text],
.sub-header .subject-search input[type=search],
.sub-header .subject-search input[type=submit],
.panel.twitter .handle,
.panel.twitter .link,
.banner-overspill .accordion li ul li a,
footer .site-map li a,
footer .language,
footer .title,
.paragraph_05,
.featured-product-with-image .details .about .volume-issue,
.featured-product-with-image .details .about .authors,
.qtip-default,
.carousel-facts .details,
.overview .copyright,
.overview .description,
.overview .publisher,
.overview .entry1,
.overview .entry2,
.overview .occupation,
.overview .time-from-posted,
.overview .author,
.overview .source,
.overview .url,
.overview .published,
.overview .court-data,
.overview .date,
.overview .pages,
.overview .review-date,
.overview .details,
.button.grey,
.chapter-wrapper .chapter .published,
.chapter-wrapper .chapter .page-range,
.book-overview .spec,
.reference-list li a,
.reference-list li span a,
.the-journal .details,
.tabs.grey .buy,
.tabs.grey .rental,
.sub-header .accessible,
.panel.twitter .text,
.panel.twitter .time-from-posted,
.banner-overspill .panel,
footer .tabs .tab-title a,
.paragraph_07,
.overview .pages,
.overview .sub-title,
.overview .meta-info,
.overview .biblio-meta,
.breadcrumbs-wrapper .backToSearch a,
.breadcrumbs-wrapper .breadcrumbs > * a,
.breadcrumbs-wrapper .breadcrumbs > * span,
.html_heading_02,
.html-view .banner .content .subtitle,
.html_heading_04,
.aff,
sup, .sup {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.sup, span.sup {
  position: relative;
  bottom: 0.5em;
  font-size: 0.8em;
}

sub, .sub {
  vertical-align: sub;
  font-size: 0.8em;
  line-height: 0;
}

.heading_07, .split-panel .article-title,
.heading_09,
.custom-tooltip .price,
.search .result-number,
.search .typed-search,
.paragraph_02,
.author,
.featured-product-with-image .tag,
.featured-product-with-image .details .description,
.autocomplete-group strong,
.autocomplete-group,
.autocomplete-suggestions strong,
.carousel-container .current,
.overview .title,
.overview .title h5,
.overview .title h6,
.overview .name,
.html-view .content-side .links a,
.search .filter-title,
.book-overview .author,
.left-side-bar-nav li a,
.representation .title,
.representation .title h5,
.representation .title h6,
.panel .listings li a,
.paragraph_04,
.file-actions .permissions,
.overview .bold,
.issue .accordion a,
.access .institutions .info .name,
.access .institutions .info .date,
.access .institutions .info .institution,
.access .institutions .info .expires,
.tabs.grey .price,
.panel.twitter .tweet-single .name,
.paragraph_06,
.overview .type,
.type,
.secondary:not(.button) .cart a,
.secondary:not(.button) li a,
.book-overview .type,
.journal-tabs .tab-title a,
.page-tabs .tab-title a,
.html_heading_01,
.html-view .banner .content .title,
.html_heading_03,
.html_paragraph_01,
.html_paragraph_02 {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.heading_03, .banner .title,
.heading_04,
.heading_05,
.carousel-container .description,
.right-side-cols .title-underline h3 {
  font-family: "Montserrat", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

.heading_06, .carousel-container .title, .title-underline h2, .title-underline h3, .title-underline h4, .title-underline h5, .title-underline h6, .title-underline > div {
  font-family: "Montserrat", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 500;
}

.error_01 {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.heading_01, .dashboard-blocks .how-many {
  font-size: 80px;
  line-height: 80px;
}

.heading_02, .carousel-facts .stat-title {
  font-size: 45px;
}

.heading_03, .banner .title {
  font-size: 36px;
}

.heading_04 {
  font-size: 29px;
}

.html_heading_01, .html-view .banner .content .title {
  font-size: 28px !important;
}

.heading_05, .carousel-container .description, .right-side-cols .title-underline h3,
.heading_06,
.carousel-container .title,
.title-underline h2,
.title-underline h3,
.title-underline h4,
.title-underline h5,
.title-underline h6,
.title-underline > div {
  font-size: 23px;
}

.html_heading_02, .html-view .banner .content .subtitle {
  font-size: 24px;
}

.heading_07, .split-panel .article-title,
.heading_08 {
  font-size: 22px;
}

.heading_09, .custom-tooltip .price, .search .result-number,
.search .typed-search,
.heading_10,
.nested-accordion a,
.actions .title-underline > div:first-child,
.actions .title-underline > h2,
.actions .title-underline h3,
.html-view .content-side .title-underline h3,
.search .queries .title,
.chapter-wrapper .chapter .excerpt-title,
.book-overview .meta-info,
.book-overview .sub-title,
.book-overview .title,
.article-wrapper .article-page .summary-title,
.article-wrapper .article-page .abstract-translations title,
.html_heading_03,
.html_heading_04 {
  font-size: 18px;
}

.heading_11,
.heading_12 {
  font-size: 16px;
}

.paragraph_01, .menu .services li a, .list-label, .dashboard-blocks .title, .banner.subject .description, .banner.journal .description,
.html_paragraph_01 {
  font-size: 16px;
}

.paragraph_02, .author, .featured-product-with-image .tag, .featured-product-with-image .details .description, .autocomplete-group strong, .autocomplete-group, .autocomplete-suggestions strong, .carousel-container .current, .overview .title,
.overview .title h5,
.overview .title h6,
.overview .name, .html-view .content-side .links a, .search .filter-title, .book-overview .author, .left-side-bar-nav li a, .representation .title, .representation .title h5, .representation .title h6, .panel .listings li a,
.paragraph_03,
.index-collection li span,
.index-collection li a,
.autocomplete-no-suggestion,
.autocomplete-suggestion,
.custom-tooltip p,
.custom-tooltip,
.file-actions .list-label,
.nested-accordion .access,
.nested-accordion .level .issue,
.nested-accordion .level .date,
.nested-accordion .level .pages,
.nested-accordion .level.fourth a,
.nested-accordion .level.third a,
select,
.submit-in-field input[type=text],
.submit-in-field input[type=search],
.actions,
.chapter-wrapper .chapter .summary *,
.reference-display,
.issue,
.left-side-bar-nav .how-many,
.banner .search .filters .advanced-search,
.banner .search .filters .accessible,
.sub-header .subject-search input[type=text],
.sub-header .subject-search input[type=search],
.sub-header .subject-search input[type=submit],
.panel.twitter .handle,
.panel.twitter .link,
.banner-overspill .accordion li ul li a,
footer .site-map li a,
footer .language,
footer .title,
.html_paragraph_02,
.html_paragraph_03 {
  font-size: 14px;
}

.paragraph_04, .file-actions .permissions, .overview .bold, .issue .accordion a, .access .institutions .info .name,
.access .institutions .info .date, .access .institutions .info .institution,
.access .institutions .info .expires, .tabs.grey .price, .panel.twitter .tweet-single .name,
.paragraph_05,
.featured-product-with-image .details .about .volume-issue,
.featured-product-with-image .details .about .authors,
.qtip-default,
.carousel-facts .details,
.overview .copyright,
.overview .description,
.overview .publisher,
.overview .entry1,
.overview .entry2,
.overview .occupation,
.overview .time-from-posted,
.overview .author,
.overview .source,
.overview .url,
.overview .published,
.overview .court-data,
.overview .date,
.overview .pages,
.overview .review-date,
.overview .details,
.button.grey,
.chapter-wrapper .chapter .published,
.chapter-wrapper .chapter .page-range,
.book-overview .spec,
.reference-list li a,
.reference-list li span a,
.the-journal .details,
.tabs.grey .buy,
.tabs.grey .rental,
.sub-header .accessible,
.panel.twitter .text,
.panel.twitter .time-from-posted,
.banner-overspill .panel,
footer .tabs .tab-title a,
.error_01,
.html_paragraph_05 {
  font-size: 13px;
}

.paragraph_06, .overview .type,
.type, .secondary:not(.button) .cart a, .secondary:not(.button) li a, .book-overview .type, .journal-tabs .tab-title a, .page-tabs .tab-title a,
.paragraph_07,
.overview .pages,
.overview .sub-title,
.overview .meta-info,
.overview .biblio-meta,
.breadcrumbs-wrapper .backToSearch a,
.breadcrumbs-wrapper .breadcrumbs > * a,
.breadcrumbs-wrapper .breadcrumbs > * span {
  font-size: 12px;
}

.html_heading_01, .html-view .banner .content .title {
  line-height: 40px;
}

.heading_07, .split-panel .article-title,
.heading_08 {
  line-height: 32px;
}

.html_heading_04 {
  line-height: 28px;
}

.heading_09, .custom-tooltip .price, .search .result-number,
.search .typed-search,
.heading_10,
.nested-accordion a,
.actions .title-underline > div:first-child,
.actions .title-underline > h2,
.actions .title-underline h3,
.html-view .content-side .title-underline h3,
.search .queries .title,
.chapter-wrapper .chapter .excerpt-title,
.book-overview .meta-info,
.book-overview .sub-title,
.book-overview .title,
.article-wrapper .article-page .summary-title,
.article-wrapper .article-page .abstract-translations title,
.paragraph_01,
.menu .services li a,
.list-label,
.dashboard-blocks .title,
.banner.subject .description,
.banner.journal .description,
.html_paragraph_01 {
  line-height: 24px;
}

.html_paragraph_02,
.html_paragraph_03 {
  line-height: 22px;
}

.paragraph_02, .author, .featured-product-with-image .tag, .featured-product-with-image .details .description, .autocomplete-group strong, .autocomplete-group, .autocomplete-suggestions strong, .carousel-container .current, .overview .title,
.overview .title h5,
.overview .title h6,
.overview .name, .html-view .content-side .links a, .search .filter-title, .book-overview .author, .left-side-bar-nav li a, .representation .title, .representation .title h5, .representation .title h6, .panel .listings li a,
.paragraph_03,
.index-collection li span,
.index-collection li a,
.autocomplete-no-suggestion,
.autocomplete-suggestion,
.custom-tooltip p,
.custom-tooltip,
.file-actions .list-label,
.nested-accordion .access,
.nested-accordion .level .issue,
.nested-accordion .level .date,
.nested-accordion .level .pages,
.nested-accordion .level.fourth a,
.nested-accordion .level.third a,
select,
.submit-in-field input[type=text],
.submit-in-field input[type=search],
.actions,
.chapter-wrapper .chapter .summary *,
.reference-display,
.issue,
.left-side-bar-nav .how-many,
.banner .search .filters .advanced-search,
.banner .search .filters .accessible,
.sub-header .subject-search input[type=text],
.sub-header .subject-search input[type=search],
.sub-header .subject-search input[type=submit],
.panel.twitter .handle,
.panel.twitter .link,
.banner-overspill .accordion li ul li a,
footer .site-map li a,
footer .language,
footer .title {
  line-height: 19px;
}

.paragraph_04, .file-actions .permissions, .overview .bold, .issue .accordion a, .access .institutions .info .name,
.access .institutions .info .date, .access .institutions .info .institution,
.access .institutions .info .expires, .tabs.grey .price, .panel.twitter .tweet-single .name,
.paragraph_05,
.featured-product-with-image .details .about .volume-issue,
.featured-product-with-image .details .about .authors,
.qtip-default,
.carousel-facts .details,
.overview .copyright,
.overview .description,
.overview .publisher,
.overview .entry1,
.overview .entry2,
.overview .occupation,
.overview .time-from-posted,
.overview .author,
.overview .source,
.overview .url,
.overview .published,
.overview .court-data,
.overview .date,
.overview .pages,
.overview .review-date,
.overview .details,
.button.grey,
.chapter-wrapper .chapter .published,
.chapter-wrapper .chapter .page-range,
.book-overview .spec,
.reference-list li a,
.reference-list li span a,
.the-journal .details,
.tabs.grey .buy,
.tabs.grey .rental,
.sub-header .accessible,
.panel.twitter .text,
.panel.twitter .time-from-posted,
.banner-overspill .panel,
footer .tabs .tab-title a,
.html_paragraph_05,
.error_01 {
  line-height: 18px;
}

.text_secondary {
  color: #999999;
}

.paragraph_05, .featured-product-with-image .details .about .volume-issue, .featured-product-with-image .details .about .authors, .qtip-default, .carousel-facts .details,
.overview .copyright,
.overview .description,
.overview .publisher,
.overview .entry1,
.overview .entry2,
.overview .occupation,
.overview .time-from-posted, .overview .author,
.overview .source,
.overview .url,
.overview .published,
.overview .court-data,
.overview .date,
.overview .pages,
.overview .review-date, .overview .details, .button.grey, .chapter-wrapper .chapter .published, .chapter-wrapper .chapter .page-range, .book-overview .spec, .reference-list li a, .reference-list li span a, .the-journal .details, .tabs.grey .buy,
.tabs.grey .rental, .sub-header .accessible, .panel.twitter .text, .panel.twitter .time-from-posted, .banner-overspill .panel, footer .tabs .tab-title a {
  color: #595959;
}

body {
  background-image: url("../images/pattern_white.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}

.row,
.contain-to-grid .top-bar {
  max-width: 1380px;
}

.sub-nav {
  margin: 0;
}

.narrow-column {
  float: left;
}
@media only screen and (max-width: 64em) {
  .narrow-column .title-underline {
    width: 100%;
  }
}
.narrow-column .title-underline h3:not(.full-size) {
  font-size: 20px;
}

.actions .overview {
  margin-bottom: 20px;
}

.border-top {
  border-top: 1px solid #f2f1f1;
  padding-top: 20px;
}

.bt-border {
  border-bottom: 1px solid #e8e8e8;
}

.abstract {
  margin-top: 0px;
}
.abstract > div:not(.body, .alternatives, .sec) {
  padding-top: 10px;
  display: none;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-top-padding {
  padding-top: 0px !important;
}

.padding-bottom {
  padding-bottom: 15px;
}

@media only screen and (max-width: 40em) {
  .small-margin-vertical {
    margin: 15px 0 0;
  }
}
.clear-none {
  clear: none !important;
}

.no-link {
  color: #FFFFFF !important;
  cursor: auto;
}

.title-area {
  float: left;
}

.title-bold {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: bold;
  color: #333333;
}

.logo {
  margin: 10px 20px 0 35px;
  width: 157px;
}

.center-all-container {
  display: table;
  height: 120px;
  width: 100%;
}

.center-all {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width:64.063em) {
  .center-all {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.title-underline {
  margin-bottom: 20px;
}
.title-underline .border {
  width: 65px;
  height: 2px;
  background: #006FCA;
}
.title-underline h2, .title-underline h3, .title-underline h4, .title-underline h5, .title-underline h6, .title-underline > div {
  margin-bottom: 10px;
}
.title-underline > div:first-child {
  margin-top: 0.2rem;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
}

.inline {
  display: inline;
}
.inline li {
  display: inline;
}

.js-outglow-parent {
  border: 1px solid #cccccc;
  border-radius: 6px;
  transition: all 300ms ease-out;
}
.js-outglow-parent.search-input {
  border-color: transparent !important;
}
.js-outglow-parent:hover {
  border: 1px solid #808080;
}

.glow {
  border-color: #006FCA;
  box-shadow: 0 0 1px rgba(0, 114, 207, 0.5) inset, 0px 0px 4px 0 rgba(0, 114, 207, 0.8);
  border: 1px solid #006FCA !important;
}
.glow.js-outglow-parent input {
  border: 0px !important;
}

.banner .glow {
  border-color: #006FCA !important;
  box-shadow: 0 0 15px rgb(0, 114, 207) inset, 0px 0px 15px 0 rgb(0, 114, 207) !important;
}

figure {
  margin: 25px 0;
}

.image-wrap {
  position: relative;
}

.tabs.grey .price {
  font-size: inherit !important;
}

.price-highlight {
  font-weight: normal !important;
  font-family: "noto_sansbold", sans-serif;
  color: #000 !important;
  font-size: 17px !important;
}

.bold {
  font-family: "noto_sansbold", sans-serif;
  font-weight: normal;
}

.caption {
  font-size: 13px;
  line-height: 1.6;
  margin: 15px 0 0 0;
  color: #595959;
}
.caption strong {
  font-family: "noto_sansbold", sans-serif;
  font-weight: normal;
}

.blue-square a {
  border-radius: 4px;
}

.grey-bg {
  background-color: #f3f3f3;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover, a:focus, a:active, a.active {
  text-decoration: none;
  color: #006FCA;
}

.tabs-content > .content.active {
  float: left;
}

label, ul, ol, dl {
  font-size: inherit;
}

ul,
dl,
dl dd,
ul li ul,
ul li ol {
  margin: 0;
}

.gbl-nav-logo {
  margin: 0 11px 0 35px;
}

footer .column {
  padding-right: 0;
  padding-left: 0;
}

.panel-actions {
  width: 100%;
}
.panel-actions .actions {
  padding-top: 0px !important;
}
.panel-actions .actions input[type=checkbox] {
  z-index: -1;
}
.panel-actions .action-mathjax {
  padding-top: 15px !important;
  font-size: 18px;
}

.close_open-toggle {
  margin-right: 20px;
}

.no-marg-r {
  margin-right: 0px !important;
}

.off-canvas-wrap.overflow-visible {
  overflow: visible;
}

.no-margin-vert {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.page-operatives--tablet .hide-for-large-up {
  position: relative;
  width: 100%;
}
.page-operatives--tablet .hide-for-large-up .arrow-prev {
  margin-right: 5px;
}
.page-operatives--tablet .hide-for-large-up .arrow-next {
  margin-right: 0px;
}
.page-operatives--tablet .hide-for-large-up .control-arrows {
  float: right;
  margin-right: 0px;
}

@media only screen and (min-width:64.063em) {
  .gbl-nav-logo {
    margin: 0 11px 0 0;
  }
  .columns-nopad {
    padding-left: 0px;
    padding-right: 0px;
  }
  .panel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .column {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width:40.063em) {
  .sticky-wrapper .button.transparent {
    position: static !important;
  }
  .sticky-wrapper .button-group {
    position: static !important;
  }
  .select-all-list {
    position: static !important;
  }
  .select-all-list .icheckbox_flat-blue {
    position: static !important;
  }
  .select-all-list .icheckbox_flat-blue .iCheck-helper {
    width: 100% !important;
    height: 10px !important;
    left: -60px !important;
    top: -10px;
  }
}
.institution-logo-mobile {
  position: relative;
  height: 40px;
  width: 40px;
  float: right;
}
.institution-logo-mobile .institution-logo {
  float: left;
}
.institution-logo-mobile .institution-logo .current {
  height: 35px;
  width: 35px;
  padding: 0;
  float: left;
  margin-right: 1.4em;
}
.institution-logo-mobile .institution-logo #institution-options {
  padding: 15px;
}
.institution-logo-mobile .institution-logo #institution-options li {
  width: auto;
  float: left;
  margin-left: 10px;
}
.institution-logo-mobile .institution-logo #institution-options li:hover {
  background: transparent;
}
.institution-logo-mobile .institution-logo #institution-options li:first-child {
  margin-left: 0;
}
.institution-logo-mobile .institution-logo #institution-options a {
  height: 35px;
  width: 35px;
  padding: 0;
  float: left;
  margin-right: 1.4em;
}
.institution-logo-mobile .institution-logo #institution-options a:last-child {
  margin-right: 0;
}

a[data-no-link] {
  cursor: default;
}
a[data-no-link]:hover {
  color: inherit;
}

italic, span.italic {
  font-style: italic;
}

a.skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
  display: block;
}
a.skiptocontent:focus {
  height: auto;
  width: auto;
  top: 0;
  z-index: 11;
  background: #fff;
  padding: 5px;
}

span.italic span.normal {
  font-style: normal;
}
span.italic span.noItalics {
  font-style: normal;
}

p.no-content-alerts {
  clear: both;
}

.sc {
  font-variant: small-caps;
}

.on-the-cover-title {
  font-weight: bold;
  font-size: 100%;
}

.on-the-cover {
  padding-top: 2%;
}

.on-the-cover-homepage {
  width: 18% !important;
}

@media only screen and (max-width: 640px) {
  .on-the-cover-homepage {
    width: 100% !important;
    text-align: center;
  }
}
a.on-the-cover-button {
  font-size: 13px;
  width: 100%;
  padding: 5px;
}

#metricsChartEmpty {
  display: none;
}

/* references */
.referencesContainer .ref:first-of-type {
  border-top: 0;
}

.referencesContainer .ref {
  border-top: 1px dotted #c3bfbb;
  margin: 0.5em 0 0.5em 0;
  padding: 0.5em 0 0 0;
}

.page-operatives ul.related-content, .page-operatives .related-content li {
  float: none;
}

.institution-options {
  margin-top: 24px;
}

.announce-result {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.email-address-section {
  margin-bottom: 1rem;
}
.email-address-section input {
  margin-bottom: 0.5rem;
}
.email-address-section a {
  font-size: 0.85rem;
  color: #006FCA !important;
}

/* RESET */
.top-bar {
  background: transparent;
  width: 100%;
  color: white;
}

.global-header {
  flex-grow: 1;
}

.global-header-spacer {
  flex-grow: 0;
  height: 46px;
}

.global-header-wrapper {
  display: flex;
}

.platform-header-wc {
  z-index: 10;
  position: relative;
}

header {
  height: 55px;
}
header .contain-to-grid {
  background: #181817;
}
header .top-bar {
  width: 100%;
  color: #FFFFFF;
  height: 55px;
}
header .top-bar .primary-menu {
  display: none;
}
header .top-bar .nav-location {
  border-left: 1px solid #3d3d3d;
  width: 50px;
}
header .top-bar .nav-location li {
  background: transparent;
}
header .top-bar .nav-location li a {
  padding-top: 1px;
  padding-right: 0 !important;
}
header .top-bar .location-options {
  padding: 0 0 0 22px;
  background-image: url("../images/header_sprite.png");
  background-position: left -213px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
header .top-bar .location-options:hover {
  background-position: left -293px;
}
header .top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 55px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width:40.063em) {
  header .top-bar .nav-location {
    width: 75px;
  }
}
@media only screen and (min-width:64.063em) {
  header .top-bar .location-options {
    text-indent: 0;
  }
  header .top-bar .nav-location {
    border-left: 0;
    width: auto;
  }
  header .top-bar .primary-menu {
    display: inline;
  }
  header .logo {
    margin: 10px 20px 0 0;
  }
  .top-bar-section .has-dropdown > a:after {
    margin-top: 3px;
    content: "";
    display: inline-block;
    background-image: url("../images/dropdown_arrow.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 7px;
    width: 13px;
    background-size: 13px;
    margin-left: 8px;
    border: 0;
  }
  #nav .dropdown {
    background: rgb(51, 51, 51);
    background: rgba(0, 0, 0, 0.8);
  }
  #nav .dropdown li {
    background: transparent;
  }
  #nav .dropdown li a {
    width: 200px;
    border-bottom: 1px solid #999999;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: transparent;
    color: #999999;
  }
  #nav .dropdown li a:hover {
    background: transparent;
    color: #FFFFFF;
  }
  #nav .dropdown li:last-child a {
    border-bottom: 0;
  }
}
footer {
  clear: both;
}
footer .logo {
  margin: 10px 20px 0 0;
}
footer ul.tabs {
  position: inherit;
}
footer ul.tabs .tab-title {
  position: inherit;
}
footer li {
  width: 100%;
}
footer li a {
  color: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  footer li:not(.accordion-navigation) {
    border-bottom: 1px solid #181817;
  }
}
footer a:hover, footer a:focus {
  color: #FFFFFF;
}
footer .top {
  background-image: url("../images/pattern_dark_grey.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}
footer .mid {
  background-image: url("../images/pattern_light_grey.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}
footer .bottom {
  background: #222222;
  clear: both;
  overflow: hidden;
  border-top: 0;
  padding: 0;
}
footer .bottom .sub-nav a {
  float: left;
  padding-left: 10px;
}
@media only screen and (max-width: 64em) {
  footer .mid, footer .bottom, footer .mid ul, footer .mid ul li {
    background-image: url("../images/pattern_dark_grey.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    border: 0px !important;
  }
  footer .mid .large-3.column, footer .bottom .large-3.column, footer .mid ul .large-3.column, footer .mid ul li .large-3.column {
    border-bottom: 1px solid #181817;
  }
}
footer .sub-nav {
  padding-top: 0;
}
footer .sub-nav li a {
  color: #9F9F9F;
}
footer .sub-nav li a:hover, footer .sub-nav li a:focus {
  color: #FFFFFF;
}
footer .gbl-nav-logo {
  margin-left: 0;
  display: none;
}
footer .logo {
  display: none;
}
footer .copyright {
  float: left;
}
footer .tabs {
  position: relative;
}
footer .tabs .tab-title a {
  padding-left: 10px;
  padding-right: 22px;
  background-color: transparent;
  color: #FFFFFF;
}
footer .tabs .tab-title a:hover, footer .tabs .tab-title a a:focus {
  background-color: transparent;
}
footer .title {
  color: #9F9F9F;
  margin-bottom: 14px;
  text-align: left;
}
footer .language {
  overflow: hidden;
}
footer .language .current {
  color: #FFFFFF;
  padding: 12px 0;
  float: left;
}
footer .language .current:after {
  content: "";
  display: inline-block;
  background-image: url("../images/dropdown_arrow.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 7px;
  width: 13px;
  background-size: 13px;
  margin-left: 8px;
}
footer .language .current:hover, footer .language .current a:focus {
  color: #006FCA;
}
footer .language .options {
  max-height: 94px;
  overflow: scroll;
  width: 200px;
}
footer .social {
  clear: both;
  float: left;
  margin-top: 8px;
}
footer .social li {
  margin-right: 15px;
  margin-left: 0;
  border-bottom: 0;
}
footer .social-container {
  margin: 20px 0;
  overflow: hidden;
  padding-left: 10px;
}
@media screen and (max-width: 1025px) {
  footer .social-container {
    padding-left: 0px;
  }
}
footer .f-dropdown li {
  border-bottom: 0;
}
footer .site-map {
  padding-top: 0;
}
footer .site-map li a {
  color: #FFFFFF;
  padding-left: 10px;
  float: left;
}
footer .site-map li a:hover, footer .site-map li a a:focus {
  color: #9F9F9F;
}
footer .accordion .content {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  footer .accordion .content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1025px) {
  footer .accordion .content {
    margin-left: 10px;
  }
}
footer .country-label {
  width: 50%;
  margin-top: 30px;
}
footer .country-label label {
  color: #FFFFFF;
  font-size: 0.85rem;
}
@media only screen and (max-width: 40em) {
  footer .country-label {
    display: none;
  }
}
footer .country {
  display: inline-flex;
  margin-bottom: 0px;
  margin-top: 5px;
  width: 50%;
}
footer .country img {
  margin-right: 8px;
  width: 50px;
}
footer .country select {
  margin-bottom: 0px;
  border-radius: 4px 0px 0px 4px;
}
footer .country input[type=button] {
  border-color: white;
  border-radius: 0px 4px 4px 0px;
}
@media only screen and (max-width: 40em) {
  footer .country {
    margin-top: 15px;
  }
}

footer .tablet-footer-actions {
  padding: 0px 10px;
  background-color: #181817;
}
footer .tablet-footer-actions li {
  background-color: #181817 !important;
  width: auto;
}
footer .tablet-footer-actions li a {
  color: #999999;
  font-size: 12px;
  padding: 10px 0;
  display: inline-block;
}
footer .tablet-footer-actions li.back-to-top {
  text-align: right;
}
footer .tablet-footer-actions li.back-to-top a {
  padding-right: 24px;
}
footer .back-to-top a {
  background-image: url("../images/up.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-right: 24px;
}
footer .back-to-top:hover a, footer .back-to-top a:focus a {
  background-image: url("../images/up_hover.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px;
}

@media only screen and (max-width: 40em) {
  footer .social-container {
    margin: 20px 0;
  }
}
@media only screen and (min-width:40.063em) {
  footer .back-to-top {
    width: 50%;
    display: block;
  }
  footer .back-to-top a {
    float: right;
  }
  footer .copyright {
    width: 50%;
  }
  footer .sub-nav li a {
    padding: 0;
  }
  footer .sub-nav li:not(.copyright) {
    margin-right: 18px;
  }
  footer .sub-nav, footer .social-container {
    overflow: visible;
  }
}
@media only screen and (min-width:64.063em) {
  footer li {
    width: auto;
    border-bottom: 0;
  }
  footer .tab-title {
    border-left: 1px solid #3d3d3d;
  }
  footer .mid {
    border-top: 1px solid #3d3d3d;
    padding-top: 1.429em;
    padding-bottom: 1.429em;
  }
  footer .bottom {
    height: 55px;
    border-top: 1px solid #3d3d3d;
  }
  footer .bottom .sub-nav {
    padding-top: 17px;
  }
  footer .bottom .sub-nav a {
    float: none;
    padding-left: 0;
  }
  footer .gbl-nav-logo {
    display: block;
    float: left;
    margin-top: -15px;
  }
  footer .logo {
    display: block;
  }
  footer .back-to-top {
    display: none;
  }
  footer .copyright {
    float: right;
    width: auto;
  }
  footer .copyright a {
    padding-right: 0;
  }
  footer .title {
    text-align: right;
    margin-bottom: 7px;
  }
  footer .social {
    float: right;
  }
  footer .social li {
    margin-right: 0;
    margin-left: 15px;
  }
  footer .site-map {
    padding-top: 0;
  }
  footer .site-map li a {
    padding-left: 0;
    float: none;
  }
  footer .site-map li:first-child a {
    padding-left: 0;
  }
  footer .tabs {
    display: table;
    margin: 0 auto;
  }
  footer .tabs .tab-title a {
    padding-left: 22px;
  }
  footer .accordion .accordion-navigation > a {
    display: none;
  }
  footer .social-container {
    margin: 0;
    margin-top: 30px;
  }
  footer .language {
    width: 100%;
    margin-bottom: 12px;
  }
  footer .language .current {
    padding: 12px 0 0;
  }
}
.banner {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  clear: both;
}
.banner.banner-placeholder {
  background: url("../images/bannerPlaceholder_2140x1100.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-1 {
  background: url("../images/banner9_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-3 {
  background: url("../images/banner6_2140x1100.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-4 {
  background: url("../images/banner7_2140x1100.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: visible;
  min-height: 230px;
}
@media only screen and (orientation: landscape) {
  .banner.banner-4 {
    min-height: 400px;
  }
}
.banner.banner-4.birthday {
  background: url("../images/Homepage_Cupcake_2140x1100.jpg") no-repeat top center;
  background-position: center -78px;
}
@media only screen and (max-width: 40em) {
  .banner.banner-4.birthday {
    background-size: 1250px;
    background-position: center -1px;
  }
}
.banner.banner-5 {
  background: url("../images/banner2_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-6 {
  background: url("../images/banner9_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-7 {
  background: url("../images/my-core-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-8 {
  background: url("../images/search.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner img {
  height: auto;
  width: 120%;
  max-width: none;
  margin-left: -10%;
}
.banner.large .image, .banner.large .element-cover-image, .banner.medium .image, .banner.medium .element-cover-image {
  position: relative;
}
.banner.large .content, .banner.medium .content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner.small img.blurred-cover {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  right: 0;
  margin-bottom: -20%;
}
@media only screen and (max-width: 64em) {
  .banner.small img.blurred-cover {
    -ms-filter: blur(10px);
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.banner.small .center-all-container {
  min-height: 120px;
}
.banner.small .search-input {
  width: 100%;
  padding: 0 20px 0px 20px;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 40em) {
  .banner.small .search-input {
    padding: 0;
  }
}
.banner.small input,
.banner.small form {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .banner.small.logo-exists.society-logo-exists .search-form {
    margin-top: 10px;
  }
}
@media only screen and (min-width:64.063em) {
  .banner.small.logo-exists:not(.society-logo-exists) .search-form {
    margin-top: 10px;
  }
}
.banner.small.society-logo-exists .society-logo img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  float: right;
  height: auto;
}
@media only screen and (max-width: 40em) {
  .banner.small.society-logo-exists .society-logo img {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner.small.society-logo-exists.logo-exists .banner-title {
    margin-top: 10px;
  }
}
.banner.small.society-logo-exists:not(.logo-exists) .banner-title {
  margin-top: 13px;
}
.banner.small.society-logo-exists:not(.logo-exists) .search-form {
  margin-top: 10px;
}
.banner.small .journal-logo, .banner.small .small-logo {
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 40em) {
  .banner.small .journal-logo, .banner.small .small-logo {
    background-position: 50%;
    max-height: 50px;
    margin: 20px 0;
  }
}
@media only screen and (min-width:40.063em) {
  .banner.small .journal-logo, .banner.small .small-logo {
    margin: auto 0;
  }
}
@media only screen and (min-width:64.063em) {
  .banner.small .journal-logo, .banner.small .small-logo {
    height: 60px;
  }
}
.banner .title {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1;
  font-size: 27px;
}
@media only screen and (max-width: 64em) {
  .banner .title {
    margin-top: 8px;
  }
}
.banner .title .sub-title {
  color: #FFFFFF;
}
.banner .sub-title {
  color: white;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 40em) {
  .banner .sub-title.title-left {
    padding-top: 0;
  }
}
.banner.book {
  background: url("../images/book_title_bg_2140x240.jpg") no-repeat top center;
  background-size: cover;
}
.banner.book .title {
  color: white;
}
.banner.book .title > a {
  color: white;
}
.banner.book .sub-title {
  color: white;
  margin: 0;
  font-size: 16px;
  text-align: left;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 40em) {
  .banner.book .sub-title {
    text-align: center;
    margin: 0px 20px 30px 20px;
  }
}
.banner.book .title.black > a, .banner.book .sub-title.black > a {
  color: #000000;
}
.banner .image, .banner .element-cover-image {
  float: left;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}
.banner .login-register-group {
  display: none;
}
.banner .icheckbox_flat-blue {
  margin-left: 18px;
}
.banner form {
  margin: 0;
}
.banner .content {
  z-index: 2;
  margin: auto;
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .banner .content {
    padding-top: 0;
  }
}
.banner .content.full-height {
  padding-top: 0;
  padding-bottom: 0;
}
.banner .content .logo-home {
  background-size: 100% auto;
  width: 45%;
  max-width: 150px;
  float: left;
  margin: 0;
}
@media only screen and (max-width: 40em) {
  .banner .content .logo-home {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
.banner .login-register-group li {
  margin: 0 4px;
  display: inline-block;
}
.banner .login-register-group li a {
  padding-left: 1.7em;
  padding-right: 1.7em;
}
.banner.subject, .banner.journal {
  padding-top: 30px;
}
.banner.subject .title, .banner.journal .title {
  margin-bottom: 20px;
  text-align: center;
}
.banner.subject .title.hide-text, .banner.journal .title.hide-text {
  text-indent: -99999px;
}
.banner.subject .title.journal-logo, .banner.journal .title.journal-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media only screen and (max-width: 40em) {
  .banner.subject .title.journal-logo, .banner.journal .title.journal-logo {
    height: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width:40.063em) {
  .banner.subject .title.journal-logo, .banner.journal .title.journal-logo {
    height: 80px;
    margin-top: 40px;
  }
}
.banner.subject .sub-title, .banner.journal .sub-title {
  text-align: center;
  font-size: 16px;
}
.banner.subject .description, .banner.journal .description {
  display: none;
}
.banner.subject .social,
.banner.subject .button.dark, .banner.journal .social,
.banner.journal .button.dark {
  display: none;
}
.banner.subject .search-subject, .banner.journal .search-subject {
  width: 280px;
  clear: both;
  margin: 0 auto;
}
.banner.subject .search-subject input[type=text],
.banner.subject .search-subject input[type=search], .banner.journal .search-subject input[type=text],
.banner.journal .search-subject input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #cccccc;
}
.banner.subject .input-group-journal-home, .banner.journal .input-group-journal-home {
  width: 280px;
  height: 40px;
  margin: 20px auto 20px;
  border-radius: 5px;
}
.banner.subject .input-group-journal-home input, .banner.journal .input-group-journal-home input {
  border-right: 0px;
  height: 40px;
}
.banner.subject .input-group-journal-home input.prefix-radius, .banner.journal .input-group-journal-home input.prefix-radius {
  border-radius: 5px 0px 0px 5px;
}
.banner.subject .input-group-journal-home input.postfix-radius, .banner.journal .input-group-journal-home input.postfix-radius {
  border-radius: 0px 5px 5px 0px;
}
.banner.subject .input-group-journal-home .fts-enabled > input, .banner.journal .input-group-journal-home .fts-enabled > input {
  margin-bottom: 0;
}
.banner.subject .logos, .banner.journal .logos {
  display: none;
}
.banner.subject .clear-right, .banner.journal .clear-right {
  clear: right;
}
.banner.subject form, .banner.journal form {
  float: right;
  clear: both;
  width: 100%;
}
.banner.article {
  background-color: #2d6e9c;
}
.banner.article .title, .banner.article .subtitle {
  color: #FFFFFF;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width:40.063em) {
  .banner.article .title, .banner.article .subtitle {
    text-align: left;
    max-width: 100%;
    margin: auto 0;
  }
}
@media only screen and (min-width:64.063em) {
  .banner.article.small {
    min-height: 100px;
    height: 100px;
  }
  .banner.article.small .center-all-container {
    min-height: 100px;
    height: 100px;
  }
  .banner.article.small .center-all-container .center-all {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner.article.small .center-all-container .center-all .title {
    font-size: 35px !important;
  }
}
.banner .title-left {
  padding: 20px 0;
}
@media only screen and (max-width: 64em) {
  .banner .title-left {
    line-height: 43px;
  }
}
.banner.christmas-video {
  background: black !important;
}
.banner.christmas-video .christmas-video-720 {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
}
@media only screen and (max-width: 40em) {
  .banner.christmas-video .christmas-video-720 {
    width: 255%;
  }
}
.banner.christmas-video #toggleVideoPlay {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.banner.christmas-video #toggleVideoPlay > img {
  opacity: 0.7;
  width: 37px;
  margin-left: 0;
}
.banner .search-full-text {
  text-align: left;
  padding-top: 10px;
}
.banner .search-full-text label {
  color: white;
  position: relative;
}
.banner .search-full-text label .checkbox-wrapper {
  background: white;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
}
.banner .search-full-text label .checkbox-wrapper > span {
  position: absolute;
  left: -1px;
  top: 0;
}
.banner .search-full-text label .label-text {
  position: absolute;
  top: -3px;
  left: 25px;
  font-size: 14px;
  white-space: nowrap;
}

@media only screen and (min-width:40.063em) {
  .chapter-wrapper .banner.small .search-input {
    margin-right: 1px !important;
  }
  .banner.large .image, .banner.large .element-cover-image, .banner.medium .image, .banner.medium .element-cover-image {
    z-index: 0;
  }
  .banner.small {
    min-height: 120px;
  }
  .banner.small .search-input {
    margin-bottom: 0px !important;
    margin-right: -3px !important;
  }
  .banner.medium {
    max-height: 360px;
  }
  .banner .login-register-group {
    display: block;
  }
  .banner .content {
    padding-top: 30px;
  }
  .banner .content .logo-home {
    margin-top: 0px;
    max-width: 200px;
  }
  .banner .content.full-height > .row {
    height: 100%;
  }
  .banner .content.full-height > .row > .column {
    height: 100%;
  }
  .banner.subject, .banner.journal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .banner.subject .title, .banner.journal .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .banner.subject .social,
  .banner.subject .button.dark, .banner.journal .social,
  .banner.journal .button.dark {
    display: block;
  }
  .banner.subject .social.bottom-left, .banner.journal .social.bottom-left {
    display: none;
  }
  .banner.subject .search-subject, .banner.journal .search-subject {
    width: 320px;
    margin-top: 40px;
    float: right;
    height: 42px;
    margin-bottom: 10px;
  }
  .banner.subject .input-group-journal-home, .banner.journal .input-group-journal-home {
    width: 610px;
    height: 40px;
    margin: 45px auto 40px;
    border-radius: 5px;
  }
  .banner.subject .input-group-journal-home input, .banner.journal .input-group-journal-home input {
    border-right: 0px;
    height: 40px;
    width: 100%;
  }
  .banner.journal .title {
    margin-top: 80px;
    max-width: 100%;
  }
  .banner.subject .title {
    text-align: left;
  }
  .search-input {
    padding: 0px !important;
  }
  .main-input.search-input {
    float: none;
  }
  .title-left {
    text-align: left !important;
    padding: 0px !important;
  }
}
@media only screen and (min-width:64.063em) {
  .banner .search-input-wrap {
    padding-right: 0px;
  }
  .banner.subject .logos, .banner.journal .logos {
    display: block;
  }
  .banner.subject .logos li, .banner.journal .logos li {
    float: left;
    margin-left: 10px;
    list-style: none;
  }
  .banner.subject .logos img, .banner.journal .logos img {
    max-height: 50px;
    width: auto;
  }
  .banner.subject .social.bottom-left, .banner.journal .social.bottom-left {
    display: block;
  }
  .banner.subject .description, .banner.journal .description {
    display: block;
    color: #FFFFFF;
    margin-bottom: 24px;
    max-width: 460px;
  }
  .banner.journal .title {
    margin-top: 0px;
    max-width: 70%;
    margin: auto 15%;
  }
  .banner .title {
    font-size: 36px !important;
  }
  .banner .content .logo-home {
    max-width: 236px;
  }
}
@media only screen and (min-width:40.063em) {
  html.flexbox .banner.small .center-all > .row {
    display: flex;
    align-items: center;
  }
  html.flexbox .banner.small .center-all > .row .search-form, html.flexbox .banner.small .center-all > .row .banner-title {
    margin-top: 0;
  }
}

.banner.book .search-input {
  height: 42px;
}
@media only screen and (max-width: 40em) {
  .banner.book .search-input {
    margin-bottom: 60px !important;
  }
}

.social-section, .collection-social-section {
  z-index: 1;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}
.social-section li, .collection-social-section li {
  list-style: none;
}
.social-section li:nth-child(2), .collection-social-section li:nth-child(2) {
  padding-left: 20px;
}
@media screen and (max-width: 376px) {
  .social-section, .collection-social-section {
    left: 0px;
  }
}

@media screen and (max-width: 376px) {
  .collection-social-section {
    left: auto;
  }
}

.banner-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 426px) {
  .banner-section {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    align-self: center;
  }
}
@media screen and (min-width: 2560px) {
  .banner-section {
    padding-bottom: 0%;
  }
}

.journals-logo-size-new {
  max-height: 117px;
  max-width: 78px;
}
.journals-logo-size-new img {
  width: 100%;
  height: 100%;
  border: solid;
  border-color: white;
  object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .journals-logo-size-new img {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 65px;
    width: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .journals-logo-size-new img {
    width: 79px;
    height: 79px;
  }
}
@media screen and (max-width: 1024px) {
  .journals-logo-size-new {
    margin-top: 0%;
  }
}

.collection-title-size-new,
.journal-title-size-new {
  display: block;
}
.collection-title-size-new h1,
.journal-title-size-new h1 {
  font-size: 1.92857rem;
}
@media only screen and (min-width: 40.063em) {
  .collection-title-size-new h1,
  .journal-title-size-new h1 {
    font-size: 2.64286rem;
  }
}
.collection-title-size-new h4,
.journal-title-size-new h4 {
  margin-bottom: 0;
}
.collection-title-size-new h2,
.journal-title-size-new h2 {
  margin-top: 0;
}
.collection-title-size-new .collection-search-bar,
.collection-title-size-new .input-group-journal-home,
.journal-title-size-new .collection-search-bar,
.journal-title-size-new .input-group-journal-home {
  width: 450px;
  border-radius: 5px;
}
.collection-title-size-new .collection-search-bar input,
.collection-title-size-new .input-group-journal-home input,
.journal-title-size-new .collection-search-bar input,
.journal-title-size-new .input-group-journal-home input {
  border-right: 0px;
  height: 40px;
}
.collection-title-size-new .collection-search-bar input.prefix-radius,
.collection-title-size-new .input-group-journal-home input.prefix-radius,
.journal-title-size-new .collection-search-bar input.prefix-radius,
.journal-title-size-new .input-group-journal-home input.prefix-radius {
  border-radius: 5px 0px 0px 5px;
}
.collection-title-size-new .collection-search-bar input.postfix-radius,
.collection-title-size-new .input-group-journal-home input.postfix-radius,
.journal-title-size-new .collection-search-bar input.postfix-radius,
.journal-title-size-new .input-group-journal-home input.postfix-radius {
  border-radius: 0px 5px 5px 0px;
}
.collection-title-size-new .collection-search-bar .fts-enabled > input,
.collection-title-size-new .input-group-journal-home .fts-enabled > input,
.journal-title-size-new .collection-search-bar .fts-enabled > input,
.journal-title-size-new .input-group-journal-home .fts-enabled > input {
  margin-bottom: 0;
}
@media screen and (min-width: 426px) and (max-width: 769px) {
  .collection-title-size-new .collection-search-bar,
  .collection-title-size-new .input-group-journal-home,
  .journal-title-size-new .collection-search-bar,
  .journal-title-size-new .input-group-journal-home {
    width: 250px;
  }
}
@media screen and (max-width: 426px) {
  .collection-title-size-new .collection-search-bar,
  .collection-title-size-new .input-group-journal-home,
  .journal-title-size-new .collection-search-bar,
  .journal-title-size-new .input-group-journal-home {
    width: 100%;
  }
}
.collection-title-size-new .collection-search-bar form > div,
.collection-title-size-new .input-group-journal-home form > div,
.journal-title-size-new .collection-search-bar form > div,
.journal-title-size-new .input-group-journal-home form > div {
  display: flex;
}
.collection-title-size-new .collection-search-bar form > div .banner-search-btn,
.collection-title-size-new .input-group-journal-home form > div .banner-search-btn,
.journal-title-size-new .collection-search-bar form > div .banner-search-btn,
.journal-title-size-new .input-group-journal-home form > div .banner-search-btn {
  width: 60px;
}
@media screen and (max-width: 640px) {
  .collection-title-size-new,
  .journal-title-size-new {
    width: 100%;
  }
}

.banner-left-plank, .collection-banner-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: 45px;
}
@media screen and (max-width: 426px) {
  .banner-left-plank, .collection-banner-left {
    top: 0px;
    padding-left: 0.64286rem;
    padding-right: 0.64286rem;
  }
}
@media screen and (max-width: 640px) {
  .banner-left-plank, .collection-banner-left {
    margin-top: 9%;
  }
}
@media screen and (max-width: 769px) {
  .banner-left-plank, .collection-banner-left {
    width: 100%;
  }
}

@media only screen and (max-width: 40em) {
  .banner.collection {
    height: 25%;
    background-position: 3%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner.collection {
    height: 25%;
    background-position: 1%;
  }
}
@media only screen and (min-width:64.063em) {
  .banner.collection {
    background-position: left;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}
@media screen and (min-width: 2559px) {
  .banner.collection {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}

.banner-right-plank, .collection-banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .banner-right-plank, .collection-banner-right {
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3);
  }
}

.social-section-backdrop {
  position: relative;
  width: 455px;
  height: 100px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.social-section-backdrop div:first-child {
  border-radius: 90% 0% 0% 0%;
  width: 30%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .social-section-backdrop div:first-child {
    display: none;
  }
}
.social-section-backdrop div:last-child {
  background: #73AD21;
  width: 70%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .social-section-backdrop div:last-child {
    display: none;
  }
}

.collection-banner-right {
  width: 25%;
}
@media screen and (max-width: 641px) {
  .collection-banner-right {
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .collection-banner-right {
    width: 25%;
  }
}
.collection-banner-right .social-section-backdrop div:last-child {
  width: 70%;
}

.submit-content-hidden {
  width: 300px;
}

.banner-overspill {
  margin-bottom: 15px;
}
.banner-overspill .panel {
  overflow: hidden;
}
.banner-overspill .accordion {
  background: #181817;
  overflow: hidden;
}
.banner-overspill .accordion li ul li a {
  color: #f3f3f3;
  padding: 10px;
  display: block;
}
.banner-overspill .accordion .accordion-navigation > a {
  padding: 10px;
  z-index: 2;
  background: #1f1f1f;
}
.banner-overspill .accordion .content {
  padding-bottom: 10px;
}
.banner-overspill .list-label.centre-offset {
  padding-left: 0;
  padding-top: 5px;
  padding-right: 5px;
}
.banner-overspill .social {
  overflow: hidden;
}
.banner-overspill .logos {
  display: block;
}
.banner-overspill .logos li {
  float: left;
  margin-left: 10px;
  text-align: left;
  list-style: none;
}
.banner-overspill .logos img {
  max-height: 43px;
}
.banner-overspill .logo-text {
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
}
.banner-overspill #otherActions {
  padding: 0px;
}
.banner-overspill #otherActions ul li:not(:last-child) {
  border-bottom: 1px solid #333333;
}
.banner-overspill #otherActions ul li {
  padding: 5px 0;
}
.banner-overspill #otherActions ul.social.black li {
  border: 0px;
}
.banner-overspill .icon {
  padding: 0;
  display: flex !important;
}

@media only screen and (min-width:40.063em) {
  .banner-overspill .panel {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .banner-overspill .column.right .panel {
    margin-left: -10px;
  }
}
@media only screen and (min-width:64.063em) {
  .banner-overspill {
    display: none;
  }
}
.panel {
  background: #FFFFFF;
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 0;
  border-radius: 5px;
  padding: 12px;
  border: 0;
  -webkit-box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
}
.panel.margin-top {
  margin-top: 20px;
}
@media only screen and (max-width: 64em) and (min-width: 40em) {
  .panel.tablet-column {
    width: 49%;
    display: inline-block;
  }
  .panel.tablet-column.first {
    margin-right: 1%;
  }
}
.panel .show-for-small-only .button.transparent {
  left: 50%;
  margin-left: -55px;
  width: 110px;
  margin-top: 20px;
  text-align: center;
}
.panel .header {
  overflow: hidden;
}
.panel a {
  clear: both;
  color: inherit;
}
.panel a:hover, .panel a:focus {
  color: #006FCA;
  cursor: pointer;
}
.panel .edit-email-input {
  margin-bottom: 5px;
}
.panel .edit-email-link {
  font-size: 13px;
  color: #006FCA;
}
.panel .image, .panel .element-cover-image {
  overflow: hidden;
}
.panel .image.promo, .panel .promo.element-cover-image {
  height: 250px;
}
.panel .image.promo img, .panel .promo.element-cover-image img {
  max-width: 300px;
  max-height: 250px;
  width: 100%;
  height: auto;
  float: left;
}
.panel .listings {
  margin-bottom: 0;
}
.panel .listings li {
  background-image: url("../images/bullet_point.svg");
  background-position: no-repeat left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left 12px;
  padding-bottom: 7px;
  padding-top: 3px;
  background-size: 10px;
  list-style: none;
}
@media only screen and (min-width: 40em) {
  .panel .listings li:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 64em) and (min-width: 40em) {
  .panel .listings li {
    width: 100%;
    display: inline-block;
  }
  .panel .listings li:first-child, .panel .listings li:nth-child(2) {
    border-top: 0;
  }
}
.panel .listings li ul.paragraph_05 li, .panel .listings li .featured-product-with-image .details .about ul.volume-issue li, .featured-product-with-image .details .about .panel .listings li ul.volume-issue li, .panel .listings li .featured-product-with-image .details .about ul.authors li, .featured-product-with-image .details .about .panel .listings li ul.authors li, .panel .listings li ul.qtip-default li, .panel .listings li .carousel-facts ul.details li, .carousel-facts .panel .listings li ul.details li,
.panel .listings li .overview ul.copyright li,
.overview .panel .listings li ul.copyright li,
.panel .listings li .overview ul.description li,
.overview .panel .listings li ul.description li,
.panel .listings li .overview ul.publisher li,
.overview .panel .listings li ul.publisher li,
.panel .listings li .overview ul.entry1 li,
.overview .panel .listings li ul.entry1 li,
.panel .listings li .overview ul.entry2 li,
.overview .panel .listings li ul.entry2 li,
.panel .listings li .overview ul.occupation li,
.overview .panel .listings li ul.occupation li,
.panel .listings li .overview ul.time-from-posted li,
.overview .panel .listings li ul.time-from-posted li, .panel .listings li .overview ul.author li, .overview .panel .listings li ul.author li,
.panel .listings li .overview ul.source li,
.overview .panel .listings li ul.source li,
.panel .listings li .overview ul.url li,
.overview .panel .listings li ul.url li,
.panel .listings li .overview ul.published li,
.overview .panel .listings li ul.published li,
.panel .listings li .overview ul.court-data li,
.overview .panel .listings li ul.court-data li,
.panel .listings li .overview ul.date li,
.overview .panel .listings li ul.date li,
.panel .listings li .overview ul.pages li,
.overview .panel .listings li ul.pages li,
.panel .listings li .overview ul.review-date li,
.overview .panel .listings li ul.review-date li, .panel .listings li .overview ul.details li, .overview .panel .listings li ul.details li, .panel .listings li ul.button.grey li, .panel .listings li .chapter-wrapper .chapter ul.published li, .chapter-wrapper .chapter .panel .listings li ul.published li, .panel .listings li .chapter-wrapper .chapter ul.page-range li, .chapter-wrapper .chapter .panel .listings li ul.page-range li, .panel .listings li .book-overview ul.spec li, .book-overview .panel .listings li ul.spec li, .panel .listings li .the-journal ul.details li, .the-journal .panel .listings li ul.details li, .panel .listings li .tabs.grey ul.buy li, .tabs.grey .panel .listings li ul.buy li,
.panel .listings li .tabs.grey ul.rental li,
.tabs.grey .panel .listings li ul.rental li, .panel .listings li .sub-header ul.accessible li, .sub-header .panel .listings li ul.accessible li, .panel.twitter .listings li ul.text li, .panel.twitter .listings li ul.time-from-posted li, .panel .listings li .banner-overspill ul.panel li, .banner-overspill .panel .listings li ul.panel li {
  background-position: left 7px;
}
.panel .listings li ul.access li {
  background: transparent;
  padding: 0;
  margin: 0;
}
.panel .listings li ul.access li a {
  color: #0072cf;
}
.panel .listings li ul.access li a:hover {
  color: #333;
}
.panel .listings > li {
  border-top: 1px solid #e8e8e8;
}
@media only screen and (max-width: 40em) {
  .panel div.row div.columns div.row div.columns:first-child ul.listings li:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 40em) {
  .panel.new-titles div.divider {
    display: none;
  }
  .panel.new-titles div.row div.columns {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 15px;
  }
  .panel.new-titles div.row:last-child div.columns:last-child {
    border-bottom: 0;
  }
}
.panel.authors .image, .panel.authors .element-cover-image {
  height: auto;
  margin-bottom: 20px;
}
.panel.blog {
  height: auto;
}
.panel.blog .image, .panel.blog .element-cover-image {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.panel.news, .panel.events {
  overflow: hidden;
}
.panel.news .image, .panel.news .element-cover-image, .panel.events .image, .panel.events .element-cover-image {
  margin-bottom: 20px;
  float: left;
  height: auto;
  width: 100%;
  max-width: none;
}
.panel.news .title, .panel.events .title {
  margin-bottom: 8px;
}
.panel .divider {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-top: 15px;
  clear: both;
}
@media only screen and (max-width: 64em) and (min-width: 40em) {
  .panel.titles-collections .columns {
    min-height: 340px;
  }
}
@media only screen and (max-width: 40em) {
  .panel.collections .description, .panel.collections .title, .panel.collections .name, .panel.collections .occupation, .panel.authors .description, .panel.authors .title, .panel.authors .name, .panel.authors .occupation {
    width: 72%;
    float: right;
  }
  .panel.titles-collections .details {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width:40.063em) {
  .panel {
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .panel .button.transparent {
    width: auto;
    position: static;
    margin-left: 0;
    margin-top: 0;
  }
  .panel .divider {
    border-top: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-top: 15px;
    clear: both;
  }
  .panel.blog {
    margin-right: -5px;
  }
  .panel .image.promo img, .panel .promo.element-cover-image img {
    float: right;
  }
  .panel .has-tip {
    border-style: none;
  }
  .panel.news .image, .panel.news .element-cover-image, .panel.events .image, .panel.events .element-cover-image {
    width: 240px;
    height: 110px;
    float: left;
    margin-right: 20px;
  }
  .panel.news .details, .panel.events .details {
    float: left;
    width: 62%;
  }
  .panel.news .details.full-width, .panel.events .details.full-width {
    width: 100%;
  }
  .panel.titles-collections .image, .panel.titles-collections .element-cover-image {
    height: 225px;
  }
  .panel.titles-collections .image:focus, .panel.titles-collections .element-cover-image:focus {
    outline: 5px solid #649FF9;
  }
  .panel.titles-collections .image img, .panel.titles-collections .element-cover-image img {
    max-height: 225px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .panel {
    padding-bottom: 30px;
  }
  .panel.blog .image, .panel.blog .element-cover-image {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .panel.authors .image, .panel.authors .element-cover-image {
    margin-bottom: 15px;
  }
  .panel.titles-collections .details {
    border-bottom: 0;
  }
}
@media only screen and (min-width:83.063em) {
  .panel {
    padding: 23px;
  }
}
ul.ul-inline-block {
  display: inline-block;
  width: 60%;
}

.panel.twitter {
  height: auto;
}
.panel.twitter a {
  clear: both;
  color: inherit;
}
.panel.twitter a:hover {
  color: #006FCA;
}
.panel.twitter .image, .panel.twitter .element-cover-image {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 14px;
}
.panel.twitter .details {
  float: left;
}
.panel.twitter .details .handle {
  display: block;
}
.panel.twitter .user {
  overflow: hidden;
  padding-bottom: 15px;
}
.panel.twitter .tweet-single {
  border-top: 1px solid #e8e8e8;
  padding-top: 0;
  padding-bottom: 10px;
  clear: both;
  position: relative;
}
.panel.twitter .tweet-single .name {
  display: inline-block;
  margin-right: 6px;
}
.panel.twitter .time-from-posted {
  display: none;
  color: #595959;
}
.panel.twitter .name {
  margin-bottom: 0;
}
.panel.twitter .handle,
.panel.twitter .link {
  color: #595959;
  display: inline-block;
}
.panel.twitter .text {
  width: 100%;
}
.panel.twitter .text a {
  display: inline-block;
}
.panel.twitter .text a:hover {
  color: #006FCA;
}
.panel.twitter .link {
  margin-top: 7px;
  float: left;
}

@media only screen and (min-width:40.063em) {
  .panel.twitter .tweet-single {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .panel.twitter .text {
    width: 90%;
  }
  .panel.twitter .time-from-posted {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 14px;
  }
}
@media only screen and (min-width:64.063em) {
  .panel.twitter .tweet-single:last-child {
    display: block;
  }
}
.sub-header {
  background: #f3f3f3;
  width: 100%;
}
.sub-header .logo-core {
  display: none;
}
.sub-header .submit-in-field {
  max-width: none;
}
.sub-header form {
  margin-bottom: 0;
}
.sub-header input {
  margin-bottom: 0;
}
.sub-header .subject-search {
  padding: 0 10px;
}
.sub-header .subject-search .submit-in-field {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.sub-header .subject-search .submit-in-field.glow {
  border: 1px solid #006FCA;
}
.sub-header .subject-search .submit-in-field:hover, .sub-header .subject-search .submit-in-field:focus {
  border-color: #006FCA;
}
.sub-header .subject-search input[type=text],
.sub-header .subject-search input[type=search],
.sub-header .subject-search input[type=submit] {
  height: 32px;
  line-height: 15px;
  border: 0px !important;
}
.sub-header .accessible {
  display: block;
  float: left;
  margin-top: 10px;
}
.sub-header .advanced-small {
  display: none;
}
.sub-header > .row {
  padding: 5px 0;
}

.slide-up,
.slide-down {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out;
}

.slide-down {
  max-height: 100px;
  border-bottom: 1px solid #dedede;
}

.logo-core {
  height: 16px;
  width: 110px;
  float: left;
  background-size: contain;
  -ms-behavior: url("/cambridge-core/public/ie-only/backgroundsize.min.htc");
  margin-top: 10px;
}
@media only screen and (max-width: 320px) {
  .logo-core {
    width: 100px;
  }
}

@media only screen and (max-width: 40em) {
  .sub-header {
    visibility: hidden;
  }
  .slide-up {
    visibility: hidden;
  }
  .slide-down {
    visibility: visible;
  }
}
@media only screen and (min-width:40.063em) {
  .sub-header {
    height: 45px;
    display: block;
    border-bottom: 1px solid #dedede;
  }
  .sub-header.slide-up {
    max-height: none;
  }
  .sub-header .submit-in-field {
    float: left;
  }
  .sub-header .logo-core {
    display: block;
    height: 24px;
    width: 150px;
    margin-top: 7px;
  }
  .sub-header .subject-search {
    width: 338px;
    float: right;
    margin-right: -2px;
  }
  .sub-header .accessible {
    display: none;
  }
  .sub-header .advanced-small {
    display: inline-block;
    float: right;
  }
}
.split-panel {
  padding: 0;
}
.split-panel .wrapper {
  overflow: hidden;
  width: 100%;
}
.split-panel .panel {
  margin-left: 0;
  margin-right: 0;
}
.split-panel .narrow-column {
  padding-top: 20px;
  transition: height 0.5s ease-in;
}
@media only screen and (min-width:64.063em) {
  .split-panel .narrow-column.closed-view {
    height: 75px;
  }
}
@media only screen {
  .split-panel .narrow-column form {
    margin: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .split-panel .narrow-column form {
    margin: 0 0 1.14286rem;
  }
}
@media only screen and (max-width: 64em) {
  .split-panel .narrow-column {
    height: auto;
  }
  .split-panel .narrow-column.panel:not(.book):not(.chapter):not(.article):not(.left-side-bar-nav):not(.search):not(.journal-information):not(.help) .panel-actions {
    padding: 0px !important;
  }
  .split-panel .narrow-column .actions:not(.book-page):not(.article):not(.chapter-page) {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .split-panel .narrow-column.panel:not(.book):not(.chapter) {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 64.063em) {
  .split-panel .narrow-column.book {
    display: inline-block !important;
  }
}
.split-panel .narrow-column.panel {
  background: #FFFFFF;
  padding: 0;
  margin-top: 0;
  min-height: 74px;
  margin-bottom: 10px;
}
.split-panel .narrow-column .keyword-title {
  margin-bottom: 20px;
}
.split-panel .narrow-column h5.header {
  margin-left: 30px;
  margin-bottom: 0px;
}
@media only screen and (min-width:64.063em) {
  .split-panel .narrow-column.article-page > div.actions:first-child, .split-panel .narrow-column.chapter > div.actions:first-child {
    margin-top: 50px;
  }
}
.split-panel .main-column {
  background: #FFFFFF;
}
.split-panel .main-column.closed-view {
  float: right;
  width: 100%;
}
.split-panel .main-column.closed-view .reading-width {
  margin-left: auto;
  margin-right: auto;
}
.split-panel .main-column.panel {
  padding-top: 0 !important;
}
.split-panel .main-column.padding-top {
  padding-top: 20px !important;
}
.split-panel .reading-width {
  max-width: 740px;
  width: 100%;
  margin-top: 60px;
  transition: all 300ms ease-out;
}
@media only screen and (min-width: 73em) {
  .split-panel .reading-width {
    max-width: 800px;
  }
}
@media only screen and (min-width: 75em) {
  .split-panel .reading-width {
    max-width: 840px;
  }
}
@media only screen and (min-width: 80em) {
  .split-panel .reading-width {
    max-width: 870px;
  }
}
.split-panel .reading-width.journal-reader {
  margin-top: 20px;
}
@media only screen and (max-width: 64em) {
  .split-panel .reading-width {
    max-width: 100%;
  }
}
@media only screen and (max-width: 40em) {
  .split-panel .reading-width.introduction {
    margin-top: 20px !important;
  }
}
.split-panel .reading-width.journal-all-issues {
  max-width: 100%;
}
@media only screen and (min-width:64.063em) {
  .split-panel .reading-width.journal-all-issues {
    margin-top: 100px;
  }
}
.split-panel .reading-width.institutions {
  margin-top: 0px;
}
@media only screen and (max-width: 40em) {
  .split-panel .reading-width input[type=checkbox] {
    margin-left: 0.05rem;
  }
}
.split-panel .reading-width.has-issue-cover-or-magazine-link {
  max-width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .split-panel .reading-width.has-issue-cover-or-magazine-link .issue-cover-or-magazine-link {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width:40.063em) {
  .split-panel .reading-width.has-issue-cover-or-magazine-link .issue-cover-or-magazine-link > .row {
    float: right;
  }
}
@media only screen and (min-width:64.063em) {
  .split-panel .reading-width.has-issue-cover-or-magazine-link .issue-cover-or-magazine-link > .row {
    width: 180px;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .split-panel .reading-width.has-issue-cover-or-magazine-link .issue-cover-or-magazine-link > .row {
    width: 150px;
  }
}
.split-panel .reading-width.has-issue-cover-or-magazine-link .issue-cover-or-magazine-link .magazine-view-link .button {
  font-size: 13px;
  width: 100%;
  padding: 5px;
}
@media only screen and (max-width: 40em) {
  .split-panel .page-operatives.inline + .reading-width {
    margin-top: 60px !important;
  }
}
.split-panel .article-title {
  margin-bottom: 20px;
  clear: both;
}
.split-panel .show-all {
  float: right;
  clear: none !important;
}
.split-panel .show-all .icon {
  margin: 0 0 -2px 5px !important;
}
.split-panel .panel-actions:not(.core-reader-sidebar) {
  padding-top: 15px !important;
}
.split-panel .bookmark-list li {
  margin-bottom: 7px;
}
.split-panel .bookmark-list li a {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: bold;
  color: #333333;
}
.split-panel .bookmark-list li a:hover, .split-panel .bookmark-list li a:focus {
  color: #006FCA;
}
.split-panel .accordion .accordion-navigation > a {
  border-bottom: 0;
  padding-left: 0;
  color: #595959;
  overflow: hidden;
  padding-top: 5px;
  float: left;
}
.split-panel.opposite-cols .main-column.panel {
  float: left;
  border-left: 0;
}
.split-panel.opposite-cols .actions .pdf {
  background-position: right -7px;
  padding-right: 23px;
  padding-left: 0;
}
.split-panel.opposite-cols .actions .pdf:hover, .split-panel.opposite-cols .actions .pdf:focus {
  background-position: right -7px;
}
.split-panel .button.transparent {
  left: auto;
  margin-left: 0;
  width: auto;
  margin-top: 0;
  position: relative;
  text-align: left;
}
.split-panel .button.transparent .pdf {
  width: auto;
  margin-bottom: 0;
  height: 18px;
  line-height: 22px;
}
.split-panel .all-issues-top-content-area {
  margin-top: 100px;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .split-panel .all-issues-top-content-area {
    margin-top: 50px;
  }
}
.split-panel .all-issues-top-content-area + .reading-width.journal-all-issues {
  margin-top: 0;
}

@media only screen and (min-width:64.063em) {
  .split-panel .wrapper {
    background: #f3f3f3;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    display: table;
  }
  .split-panel .narrow-column.panel {
    background: #f3f3f3;
    border: 0;
    box-shadow: none;
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .split-panel .narrow-column.closed-view {
    margin: 0;
    width: 0;
  }
  .split-panel .narrow-column.closed-view .actions {
    padding: 0;
    width: 0;
  }
  .split-panel .narrow-column.closed-view .toggle-display {
    display: none;
  }
  .split-panel .narrow-column--right {
    float: right !important;
  }
  .split-panel .main-column--left {
    float: left !important;
  }
  .split-panel .main-column {
    padding-left: 25px;
    padding-top: 25px;
    border-left: 1px solid #dedede;
  }
  .split-panel .main-column.panel {
    margin-top: 0;
    border: 0;
    border-left: 1px solid #e8e8e8;
    border-radius: 0px;
    padding-top: 65px;
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .split-panel .main-column.panel.chapter {
    min-height: 950px;
  }
  .split-panel .main-column.equal-gaps {
    padding-right: 25px;
  }
  .split-panel .main-column.closed-view {
    border-left: 0;
  }
  .split-panel .main-column.closed-view .reading-width {
    position: relative;
    max-width: 740px;
  }
}
@media only screen and (min-width:64.063em) and (min-width: 73em) {
  .split-panel .main-column.closed-view .reading-width {
    max-width: 840px;
  }
}
@media only screen and (min-width:64.063em) and (min-width: 75em) {
  .split-panel .main-column.closed-view .reading-width {
    max-width: 1000px;
  }
}
@media only screen and (min-width:64.063em) and (min-width: 80em) {
  .split-panel .main-column.closed-view .reading-width {
    max-width: 1050px;
  }
}
@media only screen and (min-width:64.063em) {
  .split-panel .main-column.closed-view .file-actions {
    padding-left: 1px;
  }
  .split-panel.opposite-cols .main-column.panel,
  .split-panel.opposite-cols .narrow-column.panel {
    float: none;
  }
  .split-panel.opposite-cols .panel {
    margin-top: 0;
  }
}
.tabs-price {
  display: block;
  width: 100%;
  background: none;
  border-color: #e8e8e8 !important;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.tabs-price .buy, .tabs-price .rental {
  display: block;
  float: left;
  clear: left;
  background: none;
  color: #333333 !important;
}

.tabs.grey {
  display: table;
  margin-top: 20px;
  clear: both;
  border: 1px solid #ccc;
}
.tabs.grey li {
  float: left;
}
.tabs.grey .buy,
.tabs.grey .rental {
  display: inline-block;
}
.tabs.grey a {
  background: #f7f7f7;
  padding: 14px 12px;
  display: block;
  color: inherit;
}
.tabs.grey a:hover, .tabs.grey a:focus {
  color: #006FCA;
}
.tabs.grey a span {
  float: none;
}

@media only screen and (min-width:40.063em) {
  .tabs.grey {
    display: table;
    border: 1px solid #ccc;
    margin-top: 20px;
    background: #fbfbfb;
    clear: both;
    width: auto;
  }
  .tabs.grey .buy,
  .tabs.grey .rental {
    clear: none;
  }
}
.banner .search {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .search .heading_05, .banner .search .carousel-container .description, .carousel-container .banner .search .description, .banner .search .right-side-cols .title-underline h3, .right-side-cols .title-underline .banner .search h3 {
  display: none;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2em;
}
.banner .search .button.browse-subject {
  width: 200px;
  height: 44px;
  margin: 0 auto;
  display: block;
}
.banner .search .advanced-search-home {
  padding: 4px;
}
.banner .search .filters {
  margin-bottom: 10px;
}
.banner .search .filters .advanced-search,
.banner .search .filters .accessible {
  float: left;
  color: #FFFFFF;
}
.banner .search .filters .advanced-search:hover {
  color: #006FCA;
}
.banner .search .filters .accessible input[type=checkbox] {
  margin: 0 10px 0 20px;
}
.banner .search .browse-subject-wrapper {
  margin-top: 20px;
}

@media only screen and (min-width:40.063em) {
  .banner .search {
    width: 600px;
  }
  .banner .search .heading_05, .banner .search .carousel-container .description, .carousel-container .banner .search .description, .banner .search .right-side-cols .title-underline h3, .right-side-cols .title-underline .banner .search h3 {
    display: block;
  }
  .banner .search .button.browse-subject {
    width: 230px;
    height: 45px;
  }
  .banner .search .home-search-container {
    max-width: 570px;
  }
  .banner .search .main-input {
    width: auto !important;
  }
}
@media only screen and (min-width:64.063em) {
  .banner .search .main-input {
    height: 42px;
  }
  .banner .search .main-input input:focus {
    border: 1px solid #006FCA;
  }
  .banner .search .filters {
    margin-bottom: 20px;
    display: block;
  }
  .banner .search .filters .adv-search {
    width: auto;
    padding-left: 23px;
    margin-top: 1px;
    height: 20px;
  }
}
.breadcrumbs-wrapper {
  background: #f3f3f3;
}
.breadcrumbs-wrapper .breadcrumbs {
  margin: 0;
  border: 0;
  background: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 40em) {
  .breadcrumbs-wrapper .breadcrumbs {
    width: 100%;
  }
}
.breadcrumbs-wrapper .breadcrumbs > * {
  text-transform: none;
  text-decoration: none;
}
.breadcrumbs-wrapper .breadcrumbs > *:not(:first-child):before {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -3.31px;
  width: 7px;
  height: 7px;
  margin: 0 12px 0 0;
  transform: scale(1, 0.6) rotate(45deg);
  border: solid;
  border-width: 1px 1px 0 0;
  border-color: #505a5f;
}
.breadcrumbs-wrapper .breadcrumbs > * a, .breadcrumbs-wrapper .breadcrumbs > * span {
  line-height: 22px;
  margin-right: 12px;
  text-decoration: none;
}
.breadcrumbs-wrapper .backToSearch {
  padding-top: 1em;
  padding-bottom: 1.2em;
  padding-right: 0;
}
.breadcrumbs-wrapper .backToSearch li {
  width: 100%;
}
.breadcrumbs-wrapper .backToSearch a {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media only screen and (min-width:40.063em) {
  .breadcrumbs-wrapper {
    background: #FFFFFF;
  }
  .breadcrumbs-wrapper .breadcrumbs {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .breadcrumbs-wrapper.smaller .breadcrumbs {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .breadcrumbs-wrapper.smaller .backToSearch {
    padding-top: 0.5em;
    padding-bottom: 0;
  }
  .breadcrumbs-wrapper.smaller .backToSearch a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .backToSearch {
    width: 180px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .breadcrumbs-wrapper .backToSearch {
    width: 160px;
  }
}
.representation {
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
}
.representation .title, .representation .title h5, .representation .title h6 {
  color: #333333;
}
.representation h4 {
  clear: both;
}
@media only screen and (min-width:40.063em) {
  .representation .checklist-col {
    float: left;
    width: 5%;
    min-width: 35px;
  }
}
@media only screen and (max-width: 40em) {
  .representation .checklist-col + .details {
    width: 87% !important;
  }
}
.representation.indent-0 {
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  margin-top: 15px;
}
.representation.indent-0.first {
  border-top: 0;
}
.representation.indent-1 {
  padding-left: 35px;
}
.representation.indent-2 {
  padding-left: 70px;
}
.representation.indent-3 {
  padding-left: 105px;
}
.representation.indent-4 {
  padding-left: 140px;
}
.representation .author,
.representation .source {
  margin-bottom: 0;
}
.representation:last-of-type .details {
  border-bottom: 0;
}
.representation .product-listing-with-inputs-content.has-citation-count .altmetric-core-desktop {
  margin-top: 40px;
}
.representation .product-listing-with-inputs-content .details .title > a:not(.part-link) {
  display: none !important;
}
.representation .citation-wrapper {
  position: absolute;
  right: 0;
}
.representation .citation-wrapper .citation .number {
  background: #e8e8e8;
  padding: 0 5px;
  border-radius: 8px;
  font-weight: bold;
}

.results-listing .category .representation.indent-0:nth-of-type(1) {
  border-top: 0;
}

.news-item .main-news-image {
  width: 240px;
  max-width: 240px;
  float: right;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 40em) {
  .news-item .main-news-image {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.news-item .cms-area.ui-sortable {
  clear: both;
}

.panel.publishing-partners > div.row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .panel.publishing-partners > div.row {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 40em) {
  .panel.publishing-partners .partner {
    margin-bottom: 20px;
  }
  .panel.publishing-partners .partner .image, .panel.publishing-partners .partner .element-cover-image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.blog-listing {
  padding-bottom: 20px;
}
.blog-listing .left-align-image .image, .blog-listing .left-align-image .element-cover-image {
  width: 25%;
  float: left;
  padding-right: 5px;
  margin-right: 0;
}
.blog-listing .left-align-image .content {
  width: 75%;
  float: left;
}
.blog-listing .left-align-image.small .image, .blog-listing .left-align-image.small .element-cover-image {
  width: 15%;
  float: left;
}
.blog-listing .left-align-image.small .content {
  width: 85%;
  float: left;
}
.blog-listing .content.full-width {
  width: 100% !important;
  float: none;
}

.panel.collection-listing > div.row {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .panel.collection-listing > div.row {
    margin-bottom: 0;
  }
}
.panel.collection-listing > .overflow {
  display: none;
}
@media only screen and (max-width: 40em) {
  .panel.collection-listing .collection {
    margin-bottom: 20px;
  }
  .panel.collection-listing .collection .image, .panel.collection-listing .collection .element-cover-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.panel.collection-listing h3 {
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (min-width:64.063em) {
  .sub-collection-titles img {
    max-width: 180px;
  }
}
@media only screen and (min-width:40.063em) {
  .sub-collection-titles h2 {
    width: 90%;
  }
}
.sub-collection-titles .titles-collections {
  padding: 0;
  border: none;
  box-shadow: none;
}
.sub-collection-titles .titles-collections .overview .image a > img, .sub-collection-titles .titles-collections .overview .element-cover-image a > img {
  width: 100% !important;
}
.sub-collection-titles .button.transparent {
  text-align: center;
}
.sub-collection-titles ul.social {
  position: absolute;
  right: 22px;
  z-index: 1;
}
@media only screen and (max-width: 40em) {
  .sub-collection-titles ul.social {
    margin-top: 16px;
  }
}
@media only screen and (min-width:40.063em) {
  .sub-collection-titles ul.social {
    margin-top: 0;
    top: 14px;
  }
}

.page-error .text-center .button.blue:hover {
  color: white;
}

@media only screen and (min-width:64.063em) {
  .html-view .page-error {
    margin-top: 100px;
  }
}

.article-wrapper .article-page .refme-wrapper {
  position: absolute;
}
.article-wrapper .article-page .overview {
  margin-bottom: 40px;
}
.article-wrapper .article-page .overview li.title {
  max-width: 80%;
}
.article-wrapper .article-page .related-content {
  margin-bottom: 20px;
}
.article-wrapper .article-page .details .author {
  margin-bottom: 5px;
}
.article-wrapper .article-page .details .author > .icon.small.toggle-affiliations, .article-wrapper .article-page .details .author > .icon.small.toggle-affiliations:hover, .article-wrapper .article-page .details .author > .icon.small.close {
  height: 17px;
  background-position: 3px 1px;
}
.article-wrapper .article-page .italic {
  font-style: italic;
}
.article-wrapper .article-page .accordion .accordion-navigation > a {
  margin-bottom: 10px;
}
.article-wrapper .article-page .title {
  margin: 20px 0 0;
}
@media only screen and (min-width:64.063em) {
  .article-wrapper .article-page .title {
    margin: 0;
  }
}
.article-wrapper .article-page .subtext {
  position: relative;
  top: -3px;
}
.article-wrapper .article-page .name {
  margin-top: 8px;
}
.article-wrapper .article-page .article-title {
  margin-bottom: 10px;
  margin-top: 5px;
}
.article-wrapper .article-page .article-title a {
  vertical-align: super;
  font-size: small;
}
.article-wrapper .article-page .content {
  padding-bottom: 25px;
  padding-top: 0 !important;
  color: #595959;
}
.article-wrapper .article-page .abstract-translations title {
  margin-bottom: 15px;
  display: block;
  color: #333333;
}
.article-wrapper .article-page .summary-title {
  margin-bottom: 15px;
}
.article-wrapper .article-page .summary-title h2 {
  font-size: 18px;
}
.article-wrapper .article-page .article-overview {
  margin-bottom: 25px;
}
.article-wrapper .article-page .article-overview .sub-title {
  font-size: 13px;
  margin: 20px 0 20px 0 !important;
  color: #333;
}
.article-wrapper .article-page .article-overview .abstract-title-wrapper {
  width: 120px;
}
.article-wrapper .article-page .article-overview-large-icon {
  padding-top: 10px;
}
.article-wrapper .article-page .description {
  line-height: 1.6em !important;
}
.article-wrapper .article-page .description a {
  color: #006FCA;
}
.article-wrapper .article-page .description .corresp .label {
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
.article-wrapper .article-page .summary-title-reveal {
  margin-bottom: 0 !important;
}
.article-wrapper .article-page .accordian-article {
  margin-top: -7px;
}
.article-wrapper .article-page .accordian-article a {
  overflow: visible !important;
}
.article-wrapper .article-page .accordian-article a:hover span, .article-wrapper .article-page .accordian-article a:focus span {
  color: #006FCA;
  text-decoration: underline;
}
.article-wrapper .article-page .accordian-article .icon {
  float: right;
  margin-top: -16px;
  padding-left: 0 !important;
  padding-right: 18px !important;
  background-position: right 1px !important;
}
.article-wrapper .article-page .accordian-article .icon span {
  font-size: 13px;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: -1px;
  display: inline-block;
  float: left;
  margin-right: 3px;
}
.article-wrapper .article-page .accordian-article-large-icon {
  margin-top: -18px;
}
.article-wrapper .article-page .abstract-text .graphical-abstract {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.article-wrapper .article-page .abstract-text .abstract ul, .article-wrapper .article-page .abstract-text .abstract ol {
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 15px;
}
.article-wrapper .article-page .abstract-text .abstract .abs-list-label {
  margin-right: 5px;
}
.article-wrapper .article-page .abstract-image .file-actions {
  margin-top: 0;
  margin-bottom: 20px;
}
.article-wrapper .article-page .abstract-image .file-actions li {
  margin-top: 0;
}
.article-wrapper .article-page .article-components li {
  margin-bottom: 5px;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-page .article-components li {
    float: left;
    margin-right: 20px;
  }
  .article-wrapper .article-page .article-components li:last-child {
    margin-left: 0;
  }
}
.article-wrapper .article-page .article-components li.article-warning {
  clear: both;
  background-color: #edf7ff;
  border: 1px solid #006FCA;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #595959;
  margin: 5px 0;
}
.article-wrapper .article-page .article-components li.article-warning a {
  color: #006FCA;
  text-decoration: underline;
}
.article-wrapper .article-page .score-card {
  color: #595959;
  margin-bottom: 40px;
  font-size: 0.95rem;
}
.article-wrapper .article-page .score-card h4 {
  font-size: 1.2rem;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-page .score-card h4 {
    text-align: center;
  }
}
.article-wrapper .article-page .score-card .donought-container {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-page .score-card .donought-container img {
    max-width: 150px;
  }
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-page .score-card .donought-container img {
    max-width: 110px;
  }
}
.article-wrapper .article-page .score-card .donought-container p {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.article-wrapper .article-page .score-card .donought-container p .smaller {
  text-align: center;
  font-size: 0.8rem;
  color: #b9b8b8;
  font-weight: bold;
  display: block;
}
.article-wrapper .article-page .score-card .question-text {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}
.article-wrapper .article-page .score-card .question-score .score {
  background-color: #f3f3f3;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.article-wrapper .article-page .score-card .question-score .score .larger {
  font-size: 1.4rem;
}
.article-wrapper .article-page .divider.less-space {
  padding-bottom: 10px;
  margin-top: 10px;
}
.article-wrapper .article-page .reading-width {
  margin-top: 0;
}
.article-wrapper .article-page.narrow-column {
  margin-top: 15px !important;
  min-height: 0 !important;
}
.article-wrapper .article-page .product-nav {
  height: 40px;
}
.article-wrapper .article-page .product-nav li:nth-child(1) {
  float: left;
}
.article-wrapper .article-page .product-nav li:nth-child(2) {
  float: right;
}
.article-wrapper .page-operatives {
  z-index: 0;
}
@media only screen and (min-width:64.063em) {
  .article-wrapper .page-operatives {
    padding-top: 10px;
  }
}
.article-wrapper .page-operatives li {
  margin-right: 10px;
}
.article-wrapper .page-operatives.enable-full-width .text-resizer-controls > li {
  margin-right: 0;
}
.article-wrapper .page-operatives.enable-full-width .text-resizer-controls #text-resizer-controls {
  margin-left: 20px;
}
.article-wrapper .page-operatives.enable-full-width.closed-view {
  z-index: 1;
}
.article-wrapper .page-operatives.enable-full-width.closed-view .narrow-column {
  float: right;
  width: 12%;
}
.article-wrapper .page-operatives.enable-full-width.closed-view .narrow-column .text-resizer-controls #text-resizer-controls {
  margin-left: 10px;
}
.article-wrapper .page-operatives.enable-full-width.closed-view .narrow-column .text-resizer-controls #text-resizer-controls .large-text {
  margin-right: 0;
}
.article-wrapper .page-operatives.enable-full-width.closed-view .narrow-column .icon.toggle.open-drawer {
  margin-left: 0;
}
.article-wrapper .article-meta {
  padding-top: 15px;
}
.article-wrapper .article-meta.overview {
  margin-bottom: 0;
}
.article-wrapper .article-meta ul.access {
  position: relative;
  top: auto;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-meta ul.access {
    float: right;
  }
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-meta ul.access {
    margin-bottom: 5px;
  }
}
.article-wrapper .article-meta ul.access li {
  font-size: 13px;
  font-weight: normal;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-meta ul.access li:last-child {
    margin-right: 0;
  }
}
.article-wrapper .article-meta ul.title-volume-issue {
  float: left;
  width: 100%;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-meta ul.title-volume-issue {
    width: 60%;
  }
}
@media only screen and (min-width:64.063em) {
  .article-wrapper .article-meta ul.title-volume-issue {
    width: 70%;
  }
}
.article-wrapper .article-meta ul.title-volume-issue li {
  font-size: 13px;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-meta ul.title-volume-issue li {
    float: left;
  }
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-meta ul.title-volume-issue li {
    display: inline;
  }
}
.article-wrapper .article-meta ul.title-volume-issue .title {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-meta ul.title-volume-issue .published {
    width: 100%;
    display: inline-block;
  }
}
.article-wrapper .article-meta ul.title-volume-issue .url {
  color: #006FCA;
}
.article-wrapper .article-meta.reading-width {
  margin-top: 0;
  z-index: 2;
}
@media only screen and (min-width:64.063em) {
  .article-wrapper .article-meta.reading-width {
    padding-right: 50px;
  }
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-actions > div {
    height: 44px;
  }
}
.article-wrapper .article-actions > div .file-actions {
  border-top: 0;
  margin: 0;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-actions > div .file-actions {
    float: left;
  }
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-actions > div .file-actions {
    width: 100%;
  }
}
.article-wrapper .article-actions > div .file-actions > li {
  margin-top: 0;
}
.article-wrapper .article-actions > div .file-actions .tabs {
  background: transparent;
}
.article-wrapper .article-actions > div .file-actions .tabs.grey {
  border: none;
}
.article-wrapper .article-actions > div .file-actions .tabs a {
  background: transparent;
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-actions > div .file-actions > li:nth-child(1) {
    width: initial;
    padding: 0;
  }
}
@media only screen and (max-width: 40em) and (max-width: 20em) and (orientation: portrait) {
  .article-wrapper .article-actions > div .file-actions > li:nth-child(1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-actions > div .file-actions > li:nth-child(2) {
    width: initial;
    padding: 0;
    margin: 0;
  }
  .article-wrapper .article-actions > div .file-actions > li:nth-child(2) .tabs.download-types a {
    padding-left: 0;
    padding-right: 6px;
    margin: 0;
  }
}
@media only screen and (max-width: 40em) and (max-width: 20em) and (orientation: portrait) {
  .article-wrapper .article-actions > div .file-actions > li:nth-child(2) .tabs.download-types a {
    padding-right: 2px;
  }
}
.article-wrapper .article-actions > div .other-actions {
  margin-top: 7px;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-actions > div .other-actions {
    float: left;
  }
}
@media only screen and (max-width: 40em) {
  .article-wrapper .article-actions > div .other-actions {
    width: 100%;
  }
}
.article-wrapper .article-actions > div .other-actions .button {
  padding-left: 7px;
  padding-right: 7px;
}
.article-wrapper .article-actions > div .other-actions .icon-crossmark {
  top: -1px;
  position: relative;
}
@media only screen and (min-width:40.063em) {
  .article-wrapper .article-actions > div .other-actions.col-2 {
    margin-left: 5px;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .article-wrapper .social.white.left.hide-for-large-up {
    width: 100%;
    margin-top: 20px;
  }
}
.article-wrapper #footnotes p {
  font-size: 1em;
}
@media only screen and (max-width: 40em) {
  .article-wrapper #related-commentaries .overview {
    margin-bottom: 10px;
  }
}
.article-wrapper #related-commentaries .overview .title {
  max-width: 100%;
  margin-top: 0;
}
.article-wrapper #related-commentaries .overview .title a {
  width: 100%;
}
.article-wrapper #related-commentaries .overview .doi a, .article-wrapper #related-commentaries .overview .author a {
  color: #006FCA;
}
.article-wrapper #related-commentaries .related-article-list > li {
  padding-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .article-wrapper #related-commentaries .related-article-list > li {
    margin-bottom: 10px;
  }
}

.partOfCollection {
  margin-top: 10px;
  display: inline-block;
}
.partOfCollection li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 10px !important;
  white-space: nowrap;
}
.partOfCollection .no-bottom-margin {
  margin-bottom: 0px !important;
}
.partOfCollection .no-left-margin {
  margin-left: 0px;
}
.partOfCollection a {
  color: #006FCA !important;
  border: 1px solid #006FCA;
  padding: 2px 5px;
  border-radius: 5px;
}

.peer-review .author-details {
  float: none;
}
.peer-review .author-details .author {
  margin-bottom: 5px;
}
.peer-review .conflict-of-interest {
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #595959;
  margin-bottom: 15px;
}
.peer-review .reviewer {
  margin: 0 10px 20px 0;
}
.peer-review .review-comment .bold {
  font-size: inherit;
}
.peer-review .review-comment ol {
  margin-left: 0;
}
.peer-review .review-comment ol li {
  margin: 0 0 1.4rem 1.4rem;
}
.peer-review .review-comment ol li p {
  margin-bottom: 0.4rem;
}

[data-block-key=aop-block-product-listing] .title > a:not(.force-inline):nth-child(2),
[data-block-key=aop-block-featured-content] .title > a:not(.force-inline):nth-child(2),
.overview .title > a:not(.force-inline):nth-child(2) {
  display: none !important;
}

@media only screen and (min-width: 91.313em) {
  .chapter-wrapper .page-tabs .social.white {
    margin-right: 33px;
  }
}
.chapter-wrapper .page-tabs ul.tabs {
  margin-left: -6px;
}

.book-wrapper .page-tabs ul.tabs {
  margin-left: -4px;
}

.article-wrapper .page-tabs ul.tabs {
  margin-left: -6px;
}

.journal-tabs, .page-tabs {
  padding: 0px;
}
@media only screen and (max-width: 64em) {
  .journal-tabs, .page-tabs {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    background: white;
  }
}
.journal-tabs .social.white, .page-tabs .social.white {
  margin-right: 26px;
}
.journal-tabs .tabs, .page-tabs .tabs {
  padding: 0 15px;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.journal-tabs .tabs:not(.display-responsive), .page-tabs .tabs:not(.display-responsive) {
  max-height: 0;
}
.journal-tabs .tabs.display-responsive li.tab-title, .page-tabs .tabs.display-responsive li.tab-title {
  padding: 0px;
}
.journal-tabs .tabs.display-responsive li.tab-title a, .page-tabs .tabs.display-responsive li.tab-title a {
  padding-left: 10px !important;
}
.journal-tabs .tabs.open-drawer, .page-tabs .tabs.open-drawer {
  max-height: 800px;
}
@media only screen and (max-width: 64em) {
  .journal-tabs .tabs, .page-tabs .tabs {
    width: 100%;
    padding: 0;
    background: #f3f3f3;
  }
  .journal-tabs .tabs li, .journal-tabs .tabs a, .page-tabs .tabs li, .page-tabs .tabs a {
    background: none;
    line-height: 60px;
  }
  .journal-tabs .tabs li, .page-tabs .tabs li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 15px;
  }
  .journal-tabs .tabs a, .page-tabs .tabs a {
    padding: 0px !important;
  }
}
.journal-tabs .current-mobile, .page-tabs .current-mobile {
  background-color: white;
  overflow: hidden;
}
.journal-tabs .current-mobile a, .page-tabs .current-mobile a {
  float: left;
  font-size: 13px;
}
.journal-tabs .current-mobile a:hover, .page-tabs .current-mobile a:hover {
  background-color: transparent;
  color: #595959;
}
.journal-tabs .tab-title, .page-tabs .tab-title {
  float: none;
  clear: both;
  background-color: #FFFFFF;
  padding: 0 10px;
}
.journal-tabs .tab-title a, .page-tabs .tab-title a {
  color: #595959;
  padding: 15px 15px 13px;
  background-color: transparent;
  font-size: 17px;
}
.journal-tabs .tab-title a:hover, .page-tabs .tab-title a:hover {
  color: #FFFFFF;
  background-color: #006FCA;
}
@media only screen and (max-width: 40em) {
  .journal-tabs .tab-title a:hover, .page-tabs .tab-title a:hover {
    color: #595959 !important;
    background-color: transparent !important;
  }
}
.journal-tabs .tab-title.active a, .page-tabs .tab-title.active a {
  background-color: transparent;
}
.journal-tabs .tab-title.active a:hover, .page-tabs .tab-title.active a:hover {
  color: #FFFFFF;
  background-color: #006FCA;
}
@media only screen and (max-width: 64em) {
  .journal-tabs .tab-title, .page-tabs .tab-title {
    padding: 0 10px;
  }
}
.journal-tabs .blue-square, .page-tabs .blue-square {
  background-color: #006FCA;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  float: right;
  margin: 10px 10px;
}

@media only screen and (min-width:40.063em) {
  .tab-title a {
    padding: 12px 15px 9px;
  }
}
.journal-tabs .tab-title.active a, .page-tabs .tab-title.active a {
  color: #006FCA;
}

@media only screen and (min-width:64.063em) {
  .journal-tabs, .page-tabs {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    border-top: 1px solid #e8e8e8;
    padding-left: 35px;
    padding-right: 30px;
    height: 46px;
  }
  .journal-tabs.inline-page, .page-tabs.inline-page {
    border-top: 0px;
    box-shadow: none;
    padding: 0px;
  }
  .journal-tabs .tabs, .page-tabs .tabs {
    float: left;
    height: auto;
    overflow: visible;
  }
  .journal-tabs .tab-title, .page-tabs .tab-title {
    margin: 0 5px;
    float: left;
    clear: none;
  }
  .journal-tabs .tab-title:first-child, .page-tabs .tab-title:first-child {
    margin-left: 0;
  }
  .journal-tabs .tab-title a, .page-tabs .tab-title a {
    padding: 12px 15px 9px;
    font-size: 12px !important;
  }
  .journal-tabs .tab-title a:hover, .page-tabs .tab-title a:hover {
    color: #006FCA;
    background-color: transparent;
  }
  .journal-tabs .tab-title.active, .page-tabs .tab-title.active {
    border-bottom: 5px solid #006FCA;
  }
  .journal-tabs .tab-title.active:after, .page-tabs .tab-title.active:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006FCA;
  }
  .journal-tabs .tab-title.active a:hover, .page-tabs .tab-title.active a:hover {
    color: #006FCA;
    background-color: transparent;
  }
  .journal-tabs .social, .page-tabs .social {
    display: block;
    margin-top: 8px;
  }
  .journal-tabs.column-width, .page-tabs.column-width {
    background-color: transparent;
    box-shadow: none;
    border-top: none;
  }
}
@media only screen and (min-width:64.063em) and (min-width:64.063em) {
  .journal-tabs.column-width, .page-tabs.column-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width:64.063em) {
  .journal-tabs.column-width, .page-tabs.column-width {
    padding-left: 0px;
    padding-right: 0px;
  }
  .journal-tabs.column-width > .row, .page-tabs.column-width > .row {
    background-color: white;
    border-top: 1px solid #e8e8e8;
    height: 46px;
  }
}
.journal-tabs .tab-title, .page-tabs .tab-title {
  /*
   * Desktop browsers - esure that tabs gracefully reduce in width, so they don't break onto two lines.
   */
  /*
   * What do we need for tablets?
   */
}
@media only screen and (max-width: 78.75em) {
  .journal-tabs .tab-title, .page-tabs .tab-title {
    margin: 0 10px;
    padding: 0 0px;
  }
}
@media only screen and (max-width: 73.75em) {
  .journal-tabs .tab-title, .page-tabs .tab-title {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 67.188em) {
  .journal-tabs .tab-title, .page-tabs .tab-title {
    margin: 0 0px;
  }
}

table.sup-mat-list tr td {
  vertical-align: top;
  color: #595959;
  font-size: 14px;
}
table.sup-mat-list tr td p {
  color: #595959;
  font-size: 14px;
}
table.sup-mat-list tr td.no-wrap {
  white-space: nowrap;
}
table.sup-mat-list tr td img.file-thumbnail {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
table.sup-mat-list tr td a:hover {
  color: #006FCA;
}
table.sup-mat-list tr td a:hover p {
  color: inherit;
}

.journal-comments-page .overview p {
  font-size: 13px;
}
.journal-comments-page .overview .icon a:link, .journal-comments-page .overview .icon a:visited, .journal-comments-page .overview .icon a:hover, .journal-comments-page .overview .icon a:active, .journal-comments-page .overview .accordian-article .icon span {
  color: #006FCA;
}
.journal-comments-page .overview .accordian-article {
  font-size: 13px;
}
.journal-comments-page .overview .comment-replies-block {
  display: none;
  margin: 30px 0 0 0;
}
.journal-comments-page .overview .comment-replies-block .reply-row {
  margin: 0 0 15px 30px;
  border-bottom: 1px solid #E1E1E1;
}
.journal-comments-page .overview .comment-replies-block .reply-row h4 {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}
.journal-comments-page .overview .comment-replies-block .reply-row p {
  margin: 0 0 1rem 0;
}
.journal-comments-page .overview .comment-replies-block .reply-row:last-child {
  border-width: 0;
}
.journal-comments-page .overview .top-links {
  margin-top: 24px;
}
.journal-comments-page .overview .top-links p {
  margin-bottom: 0;
}
.journal-comments-page .overview div.commentsBlock {
  display: none; /* hide all for slideDown to work */
}
.journal-comments-page .overview div.commentsBlock .expand-comment {
  display: none;
}
.journal-comments-page .overview div.commentsBlock:first-child {
  display: block; /* show the first for page load */
}
.journal-comments-page .overview .loader-btns {
  text-align: center;
  margin-top: 60px;
}
.journal-comments-page .overview .loader-btns a {
  padding-left: 50px;
  padding-right: 50px;
}
.journal-comments-page .overview .accordian-article a {
  font-weight: bold;
}

#post-comments-modal {
  padding: 40px;
}
#post-comments-modal form {
  background: transparent;
  border-width: 0;
  font-size: 13px;
}
#post-comments-modal form .left-col.columns {
  padding-left: 0;
}
#post-comments-modal form .f-dropdown p {
  font-size: 13px;
}
#post-comments-modal form .icon.info.tooltip-icon {
  position: relative;
  top: -2px;
  left: 2px;
}
#post-comments-modal form .add-contributor {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
#post-comments-modal form .contributor-row {
  clear: both;
}
#post-comments-modal form .contributor-row-hide {
  display: none;
}
#post-comments-modal form .contributor-row-hide .remove-contributor {
  margin: 22px 0 0 0;
}

.article-wrapper .article-page .comments .accordian-article .icon span {
  color: #006FCA;
}

.my-core .dates label, .marc-records .dates label {
  line-height: 40px;
}
@media only screen and (min-width:40.063em) {
  .my-core .dates label, .marc-records .dates label {
    float: left;
  }
  .my-core .dates label:nth-child(2), .marc-records .dates label:nth-child(2) {
    margin-left: 10px;
  }
}
.my-core .dates label input, .marc-records .dates label input {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .my-core .dates label input, .marc-records .dates label input {
    float: right;
    margin-left: 10px;
  }
}
.my-core .options.float-left label, .marc-records .options.float-left label {
  float: left;
  margin-right: 10px;
}

.left-side-bar-nav {
  margin-top: 10px !important;
}
.left-side-bar-nav ul:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(206.5, 206.5, 206.5);
  margin-bottom: 10px;
}
.left-side-bar-nav div.section-heading {
  font-weight: bold;
  color: #595959;
  line-height: 19px;
  padding: 10px 10px;
  display: block;
  height: 45px;
  font-size: 1.1rem;
}
.left-side-bar-nav div.section-heading:hover {
  cursor: pointer;
}
.left-side-bar-nav div.section-heading > span.icon.arrow {
  float: right;
}
.left-side-bar-nav div.section-heading > span.icon.arrow.open {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
}
@media only screen {
  .left-side-bar-nav div.section-heading > span.icon.arrow {
    background-color: #006FCA;
    border-radius: 4px;
    margin-top: -7px;
    background-image: url("../images/dropdown_arrow_mobile.svg");
    background-position: 11px 12px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .left-side-bar-nav div.section-heading > span.icon.arrow {
    background-color: inherit;
    margin-top: -10px;
    background-image: url("../images/dropdown_arrow_grey.svg");
    background-position: 10px 12px;
    background-repeat: no-repeat;
  }
}
.left-side-bar-nav li {
  border-top: 1px solid #e8e8e8;
  padding: 12px 20px;
  position: relative;
  background-image: none;
  list-style: none;
}
.left-side-bar-nav li:first-child a {
  padding-top: 15px !important;
}
.left-side-bar-nav li a {
  color: #595959;
  font-weight: 400;
}
.left-side-bar-nav li a.active {
  font-weight: 600;
}
.left-side-bar-nav li a.active:hover {
  color: #595959;
  cursor: default;
  text-decoration: none;
}
.left-side-bar-nav li a:hover, .left-side-bar-nav li a:focus {
  text-decoration: underline;
}
.left-side-bar-nav .how-many {
  position: absolute;
  background: #006FCA;
  color: #FFFFFF;
  right: 15px;
  padding: 2px 10px;
  border-radius: 10px;
  width: 35px;
  text-align: center;
  top: 50%;
  margin-top: -11px;
}
.left-side-bar-nav .how-many.zero {
  background: #dedede;
}

@media only screen and (min-width:64.063em) {
  .left-side-bar-nav {
    margin-top: 0 !important;
  }
}
.introduction {
  margin: 25px 0 20px;
}

.dashboard-blocks {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.dashboard-blocks a {
  border: 1px solid #cccccc;
  height: 150px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.dashboard-blocks a:hover {
  border: 1px solid #006FCA;
}
.dashboard-blocks a.has-entries {
  background: #f3f3f3;
}
.dashboard-blocks a.has-entries .how-many {
  color: #000000;
}
.dashboard-blocks a.has-entries .title {
  color: #595959;
}
.dashboard-blocks .how-many {
  color: #dedede;
  font-size: 40px;
  line-height: 40px;
}
.dashboard-blocks .title {
  color: #dedede;
}
.dashboard-blocks .details {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 180px;
  margin-left: -90px;
  margin-top: -35px;
}
@media only screen and (max-width: 40em) {
  .dashboard-blocks .details {
    width: 100%;
    text-align: center;
    left: 0px;
    margin-left: 0px;
  }
  .dashboard-blocks .details .title {
    font-size: 1em;
    line-height: 1.2em;
  }
}
.dashboard-blocks .icon {
  height: 24px;
  width: 24px;
}
.dashboard-blocks .icon.category {
  top: 4px;
  left: 3px;
}
.dashboard-blocks .icon.info {
  top: 5px;
  right: 3px;
}
.dashboard-blocks .arrow {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
}

.dashboard-section {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.dashboard-section .row {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 0;
}
.dashboard-section .row, .dashboard-section .row .heading_06, .dashboard-section .row .carousel-container .title, .carousel-container .dashboard-section .row .title, .dashboard-section .row .title-underline h2, .title-underline .dashboard-section .row h2, .dashboard-section .row .title-underline h3, .title-underline .dashboard-section .row h3, .dashboard-section .row .title-underline h4, .title-underline .dashboard-section .row h4, .dashboard-section .row .title-underline h5, .title-underline .dashboard-section .row h5, .dashboard-section .row .title-underline h6, .title-underline .dashboard-section .row h6, .dashboard-section .row .title-underline > div, .dashboard-section .row .paragraph_01, .dashboard-section .row .menu .services li a, .menu .services li .dashboard-section .row a, .dashboard-section .row .list-label, .dashboard-section .row .banner.subject .description, .banner.subject .dashboard-section .row .description, .dashboard-section .row .banner.journal .description, .banner.journal .dashboard-section .row .description, .dashboard-section .row .dashboard-blocks .title, .dashboard-blocks .dashboard-section .row .title {
  height: 55px;
  line-height: 55px;
}
@media only screen and (max-width: 320px) {
  .dashboard-section .row .multi-line-sub-heading {
    line-height: 26px;
  }
  .dashboard-section .row span.right {
    font-size: 60%;
  }
}
.dashboard-section .row:last-child {
  border-bottom: none;
}
.dashboard-section .row.heading {
  line-height: 55px;
  font-weight: bold;
}
.dashboard-section span.icon {
  position: relative;
  top: 7px;
  left: -5px;
}
.dashboard-section a {
  color: #006FCA;
}

@media only screen and (max-width: 40em) {
  .dashboard-blog-posts .overview .image, .dashboard-blog-posts .overview .element-cover-image {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
  }
}
.dashboard-blog-posts .overview .title a {
  width: 100%;
}
.dashboard-blog-posts .show-for-small-only .button.transparent {
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  .dashboard-blocks a {
    height: 235px;
  }
  .dashboard-blocks .how-many {
    font-size: 80px;
    line-height: 80px;
  }
  .dashboard-blocks .details {
    margin-top: -52px;
  }
  .dashboard-blocks .icon {
    height: 37px;
    width: 37px;
  }
  .dashboard-blocks .icon.category {
    top: 15px;
    left: 20px;
  }
  .dashboard-blocks .icon.info {
    top: 15px;
    right: 15px;
  }
  .dashboard-blocks .arrow {
    width: 37px;
    height: 37px;
    background-size: 37px 37px;
    bottom: 12px;
    right: 14px;
  }
}
.access .institutions li {
  clear: both;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.access .institutions .image, .access .institutions .element-cover-image {
  float: left;
  height: 65px;
  max-width: 65px;
  width: 20%;
  margin-right: 3%;
}
.access .institutions .image .placeholder-logo, .access .institutions .element-cover-image .placeholder-logo {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 1.5em;
}
.access .institutions .info {
  float: left;
  width: 77%;
}
.access .institutions .info .institution,
.access .institutions .info .expires {
  color: #595959;
}
.access .institutions .info .name,
.access .institutions .info .date {
  color: #000000;
}

.coreDataTable td {
  font-size: 12px;
}
.coreDataTable td .view-details {
  white-space: nowrap;
  font-size: 12px;
}

#content-request-details thead tr td {
  font-size: 12px;
}
#content-request-details tbody tr td {
  font-size: 12px;
}
@media only screen {
  #content-request-details tbody tr td:nth-child(3) {
    word-break: break-all;
  }
}
@media only screen and (min-width:64.063em) {
  #content-request-details tbody tr td:nth-child(3) {
    word-break: inherit;
  }
}
@media only screen and (max-width: 40em) {
  #content-request-details thead tr td {
    display: table !important;
    width: 95% !important;
    margin: 5px;
  }
  #content-request-details thead tr td:last-child {
    max-width: inherit;
  }
  #content-request-details tbody tr td {
    display: table !important;
    width: 100%;
    margin: 5px !important;
  }
  #content-request-details .small-6.columns {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  #content-request-details .small-6.columns > .dataTables_paginate {
    float: left;
  }
  #content-request-details .small-6.columns > .dataTables_paginate > .pagination > li:first-child > a {
    padding-left: 0;
  }
}

.alerts-notifications label {
  margin-right: 10px;
}
.alerts-notifications select {
  height: 37px;
  line-height: 16px;
}
.alerts-notifications .subject-fields, .alerts-notifications .publisher-fields {
  margin-left: 20px;
}
@media only screen and (max-width: 40em) {
  .alerts-notifications .subject-fields, .alerts-notifications .publisher-fields {
    margin-left: 0;
  }
}
.alerts-notifications .subject-fields label, .alerts-notifications .publisher-fields label {
  display: block;
}
.alerts-notifications .subject-fields label input[type=checkbox] + span, .alerts-notifications .publisher-fields label input[type=checkbox] + span {
  float: left;
  margin-top: 3px;
}
.alerts-notifications .subject-fields label .subject-name, .alerts-notifications .subject-fields label .publisher-name, .alerts-notifications .publisher-fields label .subject-name, .alerts-notifications .publisher-fields label .publisher-name {
  display: block;
  margin-left: 25px;
}
.alerts-notifications .sign-up-links a {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .alerts-notifications .sign-up-links a {
    display: block;
    margin-bottom: 10px;
  }
}

.bookmarks .select-all-list li {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #333333;
}
@media only screen and (max-width: 40em) {
  .bookmarks > p {
    line-height: 1.75em;
  }
  .bookmarks > p > span > .icon.inline.large {
    height: 1.48em;
    background-size: 1.48em 1.48em;
    width: 1.7em;
  }
}
.bookmarks .book-overview {
  margin-bottom: 0;
}
.bookmarks .book-overview .row.content-item {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width:64.063em) {
  .bookmarks .book-overview .select-product {
    width: 3%;
  }
}
.bookmarks .book-overview .image, .bookmarks .book-overview .element-cover-image {
  width: 100%;
  height: auto;
}
.bookmarks .book-overview ul {
  margin-bottom: 0;
}
.bookmarks .book-overview ul li {
  font-size: 14px;
  float: none;
  margin-bottom: 0;
  line-height: 22px;
}
.bookmarks .book-overview ul li:not(.type) {
  color: #595959;
}
.bookmarks .book-overview ul li.title a {
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
}
@media only screen and (max-width: 40em) {
  .bookmarks .book-overview ul li.title a {
    padding-right: 0px;
  }
}
.bookmarks .book-overview ul li.title a:hover {
  color: #006FCA;
}
.bookmarks .book-overview ul li .export-citation-component {
  font-weight: normal;
  color: #595959 !important;
  margin-left: 20px;
}
.bookmarks .book-overview .remove-single-bookmark:hover {
  color: white;
}
@media only screen and (max-width: 40em) {
  .bookmarks .book-overview .remove-single-bookmark {
    width: 100%;
    margin: 10px 0;
    position: relative;
  }
  .bookmarks .book-overview h5 {
    text-align: center;
    line-height: 32px;
  }
}
.bookmarks .book-overview .access {
  margin-top: 10px;
}
.bookmarks .book-overview .access li {
  float: left;
}
.bookmarks .controls .actions {
  border-bottom: none;
  padding-right: 10px;
}
.bookmarks .controls .remove-buttons ul {
  float: right;
}
.bookmarks .controls .remove-buttons ul li {
  float: left;
  list-style: none;
}
.bookmarks .controls .remove-buttons ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  .bookmarks .controls .remove-buttons ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .bookmarks .controls .remove-buttons ul li {
    width: inherit;
  }
  .bookmarks .controls .remove-buttons ul li a {
    width: 100%;
    margin: 5px 0;
  }
}
.bookmarks .controls .filter-content > span {
  margin-top: 10px;
  margin-bottom: 7px;
}
.bookmarks .controls .filter-content ul {
  float: right;
}
.bookmarks .controls .filter-content ul li {
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.bookmarks .controls .filter-content ul li:last-child {
  margin-right: 0 !important;
}
.bookmarks .controls .filter-content ul li a.button:hover {
  border-color: #006FCA;
  color: #006FCA;
}
.bookmarks .controls .filter-content ul li a.button.active {
  background: #006FCA;
  border-color: #006FCA;
  color: white;
}
@media only screen and (max-width: 40em) {
  .bookmarks .controls .filter-content ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .bookmarks .controls .filter-content ul li {
    width: inherit;
  }
  .bookmarks .controls .filter-content ul li a {
    width: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 40em) {
  .bookmarks .controls .filter-content {
    padding: 10px;
  }
}
.bookmarks .product-listing-with-inputs .product-listing-date {
  float: right;
  position: relative;
  right: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 40em) {
  .bookmarks .product-listing-with-inputs .product-listing-date {
    float: none;
    text-align: right;
    margin-right: 20px;
    padding-right: 0px;
  }
}
.bookmarks .button.remove-selected-bookmarks:hover, .bookmarks .button.export-citation-selected-bookmarks:hover {
  color: white;
}

.searches .search-overview {
  margin-bottom: 0;
}
.searches .search-overview .search-tools > div {
  float: right;
}
.searches .search-overview .search-tools > div > a {
  color: #595959;
}
.searches .search-overview .search-tools > div > a:hover {
  color: #006FCA;
}
@media only screen and (max-width: 40em) {
  .searches .search-overview .search-tools > div {
    margin-top: 20px;
    float: none;
  }
}
.searches .search-overview .search-tools ul {
  float: right;
}
.searches .search-overview .search-tools ul li {
  float: left;
  margin-left: 5px;
  list-style: none;
}
.searches .search-overview .search-tools ul li a {
  display: inline-block;
}
@media only screen and (max-width: 40em) {
  .searches .search-overview .search-tools {
    margin-top: 20px;
  }
}
.searches .search-overview .row.content-item {
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width:64.063em) {
  .searches .search-overview .select-search {
    width: 3%;
  }
}
.searches .search-overview ul {
  margin-bottom: 0;
}
.searches .search-overview ul li {
  font-size: 14px;
  float: none;
  margin-bottom: 0;
  line-height: 22px;
  list-style: none;
}
.searches .search-overview ul li.title a {
  width: 100%;
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
.searches .search-overview ul li.title a:hover {
  color: #006FCA;
}
@media only screen and (max-width: 40em) {
  .searches .search-overview ul li.title {
    margin-bottom: 20px;
  }
}
.searches .search-overview .filters {
  font-size: 14px;
}
.searches .search-overview .filters .type {
  color: #333333;
  text-align: right;
}
@media only screen and (max-width: 40em) {
  .searches .search-overview .filters .type {
    text-align: left;
  }
}
.searches .search-overview .filters .value {
  color: #595959;
}
@media only screen and (max-width: 40em) {
  .searches .search-overview h5 {
    text-align: center;
    line-height: 32px;
  }
}
.searches .controls .actions {
  border-bottom: none;
  padding-right: 10px;
}
.searches .controls .remove-buttons ul {
  float: right;
}
.searches .controls .remove-buttons ul li {
  float: left;
  list-style: none;
}
.searches .controls .remove-buttons ul li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 40em) {
  .searches .controls .remove-buttons ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .searches .controls .remove-buttons ul li {
    width: inherit;
  }
  .searches .controls .remove-buttons ul li a {
    width: 100%;
    margin: 5px 0;
  }
}

@media only screen and (min-width:40.063em) {
  #search-description {
    margin-top: 30px;
  }
}
#search-description a.label.facet {
  color: white;
}

@media only screen and (max-width: 40em) {
  .marketing-support .resource-list a > div, .marketing-support .resource-list a > img {
    float: left;
  }
  .marketing-support .resource-list a > img {
    position: relative;
    top: -5px;
  }
  .marketing-support .resource-list a .file-label {
    display: none;
  }
}
@media only screen and (min-width:40.063em) {
  .marketing-support .resource-list a {
    display: block;
    margin-bottom: 40px;
  }
  .marketing-support .resource-list a > img {
    width: 100%;
    margin-top: -45px;
  }
  .marketing-support .resource-list a > div {
    margin-top: -35px;
    text-align: center;
  }
  .marketing-support .resource-list a .file-label {
    margin-top: 5px;
  }
}
.marketing-support .divider {
  padding-bottom: 40px;
  margin-top: 40px;
}
.marketing-support .asset-list {
  margin-left: 30px;
}
.marketing-support .asset-list li {
  font-size: 13px;
  list-style-type: disc;
}
.marketing-support .contacts {
  margin-bottom: 60px;
}

.purchased-content-listing {
  display: flex;
  align-items: flex-start;
}
.purchased-content-listing .left-content-max-width {
  max-width: 70%;
}
.purchased-content-listing .left-content-max-width img.small-img-width {
  width: 18.5%;
}

.access-codes-section {
  max-width: 30%;
}
.access-codes-section span {
  font-size: 15px;
  word-wrap: break-word;
}

.content-holdings .section {
  clear: both;
  margin-bottom: 40px;
}
.content-holdings .subscriptions p.no-orders {
  margin-left: 10px;
}
.content-holdings #bibliographicData textarea {
  height: 100px;
}
.content-holdings #bibliographicData .page-tabs {
  padding-left: 0;
}
.content-holdings #bibliographicData .tabs-content {
  margin-bottom: 0;
}
.content-holdings .marc-records .step-3 .marc-fields {
  display: none;
}
.content-holdings .marc-records .step-3 .marc-fields label {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.content-holdings .marc-records .step-3 .marc-fields label .icon.switch {
  margin-bottom: 0;
}

.purchasing .contacts {
  margin-bottom: 60px;
}
.purchasing .price-lists {
  border: 1px solid #cccccc;
  padding: 10px;
}
.purchasing .price-lists .intertested-in {
  border-bottom: 1px solid #cccccc;
}
.purchasing .price-lists .intertested-in p {
  margin-bottom: 12px;
}
.purchasing select.inline {
  display: inline;
  width: 150px;
  margin-bottom: 0;
}
.purchasing ul.pricing {
  margin-left: 30px;
}
.purchasing ul.pricing li {
  font-size: 13px;
  list-style-type: disc;
}
.purchasing ul.download a {
  position: relative;
  top: 5px;
}
.purchasing .no-orders {
  text-align: center;
}
.purchasing .self-service-purchasing {
  font-size: 13px;
}

.reports .switch-container {
  width: 280px;
  float: right;
}
.reports #checkbox-wrapper {
  width: 100%;
  border: none;
  padding-right: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.reports #checkbox-wrapper legend {
  float: left;
  margin-left: -25px;
  margin-bottom: -20px;
}
.reports #checkbox-wrapper .switch-container {
  width: auto;
  display: flex;
  gap: 10px;
}
.reports #checkbox-wrapper .switch-container span {
  padding: 0;
  margin: 0;
}
.reports #checkbox-wrapper .switch-container #access_method {
  padding: 0;
  margin: 0;
}
.reports #checkbox-wrapper .clear {
  clear: both;
}
.reports #checkbox-wrapper .divider {
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 0px;
}
.reports #checkbox-wrapper .counter51-divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 25px;
}
.reports #checkbox-wrapper .checkbox-container {
  padding-left: 0px;
  margin-left: -20px;
}
.reports #usage-copy-container {
  padding-bottom: 20px;
}
.reports fieldset {
  margin-right: 60px;
}
.reports #counterClear, .reports #counter51-counter-clear, .reports #counterReportSubmit, .reports #counter51-report-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.reports .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.reports #excludeSelect, .reports #exclude-select-counter51 {
  margin-top: 0px !important;
}
.reports #reporting-type-error, .reports #reporting-type-error-counter51 {
  margin-top: 0px;
  width: 100%;
  text-align: center;
}
.reports .reporting-filter-headings {
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  width: 630px;
  justify-content: space-between;
}
.reports .reporting-filter-col {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  margin-right: 90px;
  width: 100%;
}
.reports .reporting-filter-row {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  margin-right: 90px;
  margin-bottom: 0px;
}
.reports .reporting-filter-row #begin_date_year, .reports .reporting-filter-row #begin-date-year-counter51, .reports .reporting-filter-row #counter5ReportTypeSelect, .reports .reporting-filter-row #counter51-report-type-select {
  margin-right: 40px;
}
.reports .reporting-filter-row div:first-child, .reports .reporting-filter-row label:first-child {
  width: 53%;
}
.reports #begin_date_month, .reports #begin-date-month-counter51 {
  margin-right: 20px;
}
.reports #end_date_month, .reports #end-date-month-counter51 {
  margin-right: 20px;
}
.reports #publication-container, .reports #publication-container-counter51 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.reports #publication-circle {
  margin-top: 10px;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background: url("../images/btn_item_remove.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.reports #container-error, .reports #container-error-counter51 {
  height: 35px;
  width: 338px;
  background-color: #cd371f;
  color: white;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 4px;
  margin-left: 80px;
  margin-top: -18px;
  margin-bottom: 20px;
}
.reports #metric_type {
  pointer-events: none;
}
.reports #pubDateStart, .reports #pub-date-start-counter51 {
  margin: 0;
}
.reports #pubEndDate, .reports #pubEndDateCounter51 {
  margin: 0;
}
.reports #dateRangeError {
  width: 300px;
  height: 40px;
  background-color: #cd371f;
  color: white;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
  padding-left: 10px;
  margin: 0;
}
.reports #heading-filters {
  font-weight: bold;
}
.reports #heading-columns {
  font-weight: bold;
}
.reports .heading-layout {
  padding-top: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 90px;
  height: 30px;
}
.reports .data-type-heading {
  font-weight: bold;
}
.reports span {
  margin-left: 20px;
}
.reports #usage-copy-container {
  padding-right: 70px;
}
.reports .checkbox-container {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
}
.reports .checkbox-container label {
  padding-left: 20px;
  margin-top: -5px;
}
.reports #pubDateStart, .reports #pub-date-start-counter51 {
  width: 140px;
}
.reports #pubDateEnd, .reports #pub-date-end-counter51 {
  width: 140px;
}
.reports .container-vertical-stack, .reports .container-vertical-stack-counter51, .reports .container-button-stack, .reports .container-button-stack-counter51 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.reports .container-left-align, .reports .container-left-align-counter51 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
}
.reports .container-left-align label, .reports .container-left-align-counter51 label {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
.reports .container-left-align #dateRangeBtn, .reports .container-left-align #date-range-btn-counter51, .reports .container-left-align-counter51 #dateRangeBtn, .reports .container-left-align-counter51 #date-range-btn-counter51 {
  margin-left: 270px;
  margin-top: 2px;
}
.reports .container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.reports .row-default {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.reports .column-default {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 10px;
}
.reports .double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.reports .divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin-top: 5px;
  margin-right: 90px;
  margin-left: 10px;
}
.reports #year-pub-container {
  padding-top: 30px;
}
.reports .panel .icon.alert {
  float: left;
}
.reports .panel p {
  margin-left: 50px;
  margin-top: 5px;
  margin-bottom: 0;
}
.reports .options label {
  float: left;
  margin-right: 10px;
}
.reports .counter-reports .report-version {
  color: #595959;
}
.reports .counter-reports .report-version .options {
  margin-top: 10px;
  font-size: 13px;
}
.reports .counter-reports .report-version .options label {
  width: 50%;
  margin-right: 0;
}
.user-guides-training .region {
  float: right;
}
.user-guides-training .region select {
  width: 150px;
}
@media only screen and (max-width: 40em) {
  .user-guides-training .region {
    float: none;
  }
}
@media only screen and (max-width: 40em) {
  .user-guides-training .user-guides a > div, .user-guides-training .user-guides a > img {
    float: left;
  }
  .user-guides-training .user-guides a > img {
    position: relative;
    top: -5px;
  }
}
@media only screen and (min-width:40.063em) {
  .user-guides-training .user-guides a {
    display: block;
    margin-bottom: 40px;
  }
  .user-guides-training .user-guides a > img {
    width: 100%;
    margin-top: -45px;
  }
  .user-guides-training .user-guides a > div {
    margin-top: -35px;
    text-align: center;
  }
}
.user-guides-training .guided-tours img {
  border: 1px solid #e8e8e8;
}

#counterReportOrdersWrapper {
  width: 32%;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  #counterReportOrdersWrapper {
    width: 98%;
  }
}
@media only screen and (max-width: 40em) {
  #counterReportOrdersWrapper {
    width: 95%;
  }
}

@media only screen and (min-width:0em) and (max-width:64em) {
  #counterReportSubmit, #counter51-report-submit {
    margin-top: 20px;
  }
}

.counterReportTitle {
  font-weight: bold;
}

.counterReportItem {
  min-height: 80px;
}

.reportStatusText, .reportStatusTextFailed {
  font-weight: bold;
}
@media only screen and (max-width: 320px) {
  .reportStatusText, .reportStatusTextFailed {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 600px) {
  .reportStatusText, .reportStatusTextFailed {
    margin-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.reportStatusTextFailed {
  color: #CD391F;
}

.counter-report-progress-indicator {
  list-style: none;
  width: 100%;
  margin: 0 -20px;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.counter-report-progress-indicator > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 1em;
}
.counter-report-progress-indicator > li span {
  position: absolute;
  color: #CCCCCC;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}
.counter-report-progress-indicator > li::before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #CCCCCC;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 1.5em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.counter-report-progress-indicator > li::after {
  content: "";
  position: absolute;
  display: block;
  background: #CCCCCC;
  width: 100%;
  height: 0.15em;
  top: 50%;
  transform: translateY(-100%);
  left: 50%;
  margin-left: 1.5em\9 ;
  z-index: 0;
}
.counter-report-progress-indicator > li:last-child:after {
  display: none;
}
.counter-report-progress-indicator > li.is-complete {
  color: #000000;
}
.counter-report-progress-indicator > li.is-complete::before, .counter-report-progress-indicator > li.is-complete::after {
  color: #FFFFFF;
  background: #000000;
}
.counter-report-progress-indicator > li.is-complete span {
  color: #000000;
}
.counter-report-progress-indicator > li.is-failed {
  color: #CD391F;
}
.counter-report-progress-indicator > li.is-failed::before, .counter-report-progress-indicator > li.is-failed::after {
  color: #FFFFFF;
  background: #CD391F;
}
.counter-report-progress-indicator > li.is-failed span {
  color: #CD391F;
}
.counter-report-progress-indicator > li.is-current {
  color: #333333;
}
.counter-report-progress-indicator > li.is-current::before {
  color: #FFFFFF;
  background: #333333;
}
.counter-report-progress-indicator > li.is-current span {
  color: #333333;
}

.button.orderReportButton {
  display: block;
  position: relative;
  width: 160px;
}
@media only screen and (max-width: 40em) {
  .button.orderReportButton {
    margin-top: 10px;
    width: 160px;
  }
}

@media only screen and (min-width:40.063em) {
  .order-buttons-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: 100%;
  }
}

button.orderReportButton.inactive {
  background: #c8c8c8;
  color: #000000;
  pointer-events: none;
  cursor: default;
}

.entitlements .loader {
  text-align: center;
}
.entitlements .order-history .orders {
  font-size: 13px;
}
.entitlements .order-history .orders a.button {
  font-size: 13px;
}
.entitlements .order-history .orders > div {
  margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
  .entitlements .order-history .orders > div {
    margin-bottom: 20px;
  }
}
.entitlements .order-history .orders .order-actions ul {
  float: right;
}
.entitlements .order-history .orders .order-actions ul li {
  float: right;
  margin-right: 5px;
}
@media only screen and (max-width: 40em) {
  .entitlements .order-history .orders .order-actions ul {
    margin-top: 10px;
  }
}
.entitlements .order-history .orders .row.header {
  font-weight: bold;
}
.entitlements .order-history .orders .details {
  border: 1px solid #dedede;
  max-height: 250px;
  overflow-y: auto;
}
.entitlements .order-history .orders .details span {
  width: 50%;
  display: inline-block;
  font-weight: bold;
  color: #595959;
}
.entitlements .order-history .orders .details .order-detail {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.entitlements .order-history .orders .details .order-detail:last-child {
  border-bottom: none;
}
.entitlements .order-history .submit-in-field {
  max-width: inherit;
}

.editorial-position, .jip-border-bottom {
  border-bottom: 1px solid #e8e8e8;
}
.editorial-position .public-address, .jip-border-bottom .public-address {
  font-style: italic;
}

.description.page-synopsis {
  margin: -10px 0 20px;
}

@media only screen and (max-width: 40em) {
  .the-journal .journal-articles .columns {
    margin-top: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .the-journal .journal-articles .divider {
    display: none;
  }
  .the-journal .journal-articles div.row:last-child div.columns:last-child {
    border: 0px;
  }
  .the-journal .carousel-facts {
    position: relative;
  }
  .the-journal .carousel-facts .current {
    font-size: 0.4em;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
.category {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}
@media only screen and (max-width: 40em) {
  .category {
    border-top: 0px;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 40em) {
  .reading-width.institutions div.issue.overview ul.tabs-price, .reading-width.journal-reader div.issue.overview ul.tabs-price {
    background: #f7f7f7;
  }
}
@media only screen and (min-width:40.063em) {
  .category {
    border-top: none;
    padding-top: inherit;
  }
}
@media only screen and (max-width: 40em) {
  .the-journal .journal-articles .columns {
    border-bottom: 0;
  }
  .the-journal .journal-articles hr {
    display: none;
  }
}
.journal-carousel img {
  width: 100%;
}

.the-journal {
  overflow: hidden;
}
.the-journal .details-container .image, .the-journal .details-container .element-cover-image {
  float: left;
  margin-right: 4%;
  height: auto;
  margin-bottom: 0;
  margin-top: 10px;
  width: 22%;
}
.the-journal .details {
  color: #595959;
  float: none;
  width: 100%;
}
.the-journal .details .prev-name {
  margin-bottom: 20px;
}
.the-journal .details .entry1,
.the-journal .details .entry2 {
  display: block;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 7px;
}
@media only screen and (min-width:40.063em) {
  .the-journal .details .entry1 div,
  .the-journal .details .entry2 div {
    float: left;
    margin-right: 10px;
  }
}
.the-journal .details .entry2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.the-journal .description {
  clear: both;
  margin: 5px 0 20px;
  float: left;
}
.the-journal .description p {
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 18px;
}
.the-journal .journal-event {
  margin-bottom: 15px;
}
.the-journal .journal-event:before, .the-journal .journal-event:after {
  content: " ";
  display: table;
}
.the-journal .journal-event:after {
  clear: both;
}
.the-journal .journal-event img {
  max-height: 100%;
  width: 100%;
}
.the-journal ul.access {
  position: absolute;
  z-index: 1;
}
.the-journal ul.access.journal-home {
  right: 10px;
  top: 30px;
}
.the-journal ul.access.journal-information {
  right: 0;
}
@media only screen and (max-width: 40em) {
  .the-journal ul.access {
    position: relative;
    width: 100%;
    float: none !important;
  }
  .the-journal ul.access.journal-home {
    top: inherit;
    right: inherit;
  }
}
@media only screen and (max-width: 40em) {
  .the-journal .cover .image img, .the-journal .cover .element-cover-image img {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 64em) and (min-width: 40em) {
  .the-journal .narrow-column .panel .header .title-underline {
    width: 70%;
  }
}
@media only screen and (max-width: 40em) {
  .the-journal .news a.image, .the-journal .news a.element-cover-image, .the-journal .events a.image, .the-journal .events a.element-cover-image {
    width: 100%;
  }
  .the-journal .news a.image img, .the-journal .news a.element-cover-image img, .the-journal .events a.image img, .the-journal .events a.element-cover-image img {
    width: 100%;
    height: auto;
  }
}

.prev-name .title {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #595959 !important;
}

.no-longer-published {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #CD391F !important;
}

.slick-track .details {
  color: #333333;
}

.search-journal {
  height: 42px;
}

@media only screen and (min-width:40.063em) {
  .the-journal .details {
    max-width: 740px;
    float: left;
    width: 72%;
  }
}
@media only screen and (min-width:64.063em) {
  .journal-close {
    float: left !important;
  }
}
.journal-close {
  float: right;
  margin-right: 20px;
}

.title-refine {
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.right-side-cols .title-underline h3 {
  font-size: 20px;
}

.issue {
  color: #595959;
}
.issue:not(.type) {
  margin-bottom: 30px;
}
.issue .number {
  margin-bottom: 6px;
}
.issue .title-volume-issue .url {
  color: #006FCA;
  font-size: 14px;
}

.column-backissues {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width:64.063em) {
  .issue.overview {
    margin-bottom: 30px;
  }
  .column-backissues {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.accordion-navigation .status {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: bold;
}

.column.access {
  padding-left: 10px;
  padding-right: 10px;
}

#on-the-cover-container {
  padding-left: 30px !important;
  padding-top: 20px !important;
  display: none;
}
#on-the-cover-container p {
  font-size: 14px;
}

#on-the-cover-btn:focus {
  background: #0072cf;
  border: 1px solid #0072cf;
  border-color: #0072cf;
  color: #FFFFFF;
}

#on-the-cover-btn:active {
  background: #0072cf;
  border: 1px solid #333333;
  background: #333333;
  color: #FFFFFF;
}

#on-the-cover-btn:hover {
  background: #0072cf;
  border: 1px solid #333333;
  background: #333333;
  color: #FFFFFF;
}

.main-column.impact-factor .copyright {
  color: #cccccc;
}

.slick-track > div, .carousel-container .carousel:not(.slick-initialised) .slide-image {
  height: 288px;
  background-size: cover;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .slick-track > div, .carousel-container .carousel:not(.slick-initialised) .slide-image {
    background-position: 40%;
  }
}
@media only screen and (max-width: 40em) {
  .slick-track > div, .carousel-container .carousel:not(.slick-initialised) .slide-image {
    background-position: 40%;
    height: 200px;
  }
}

@media only screen and (max-width: 40em) {
  .carousel:not(.slick-initialised) .caption {
    top: 25px !important;
    left: 30px !important;
  }
}
.carousel-container .carousel-slide.link {
  cursor: pointer;
}
.carousel-container .carousel-slide .caption {
  width: 80%;
}
.carousel-container .carousel-slide .caption.white .title, .carousel-container .carousel-slide .caption.white .description {
  color: white;
}
.carousel-container .carousel-slide .caption.white a {
  color: white;
}
.carousel-container .carousel-slide .caption.white a.transparent {
  border-color: #cccccc;
}
.carousel-container .carousel-slide .caption.black .title, .carousel-container .carousel-slide .caption.black .description {
  color: black;
}
.carousel-container .carousel-slide .caption.black a {
  color: black;
}
.carousel-container .carousel-slide .caption.black a.transparent {
  border-color: black;
}
.carousel-container .carousel-slide .caption .title, .carousel-container .carousel-slide .caption .description {
  color: inherit;
}
@media only screen and (max-width: 40em) {
  .carousel-container .carousel-slide .caption .title, .carousel-container .carousel-slide .caption .description {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.carousel-container.edit-mode .caption {
  position: relative;
  top: 0;
  padding-top: 77px;
}
.carousel-container.edit-mode .carousel-slide.link {
  cursor: default;
}
.carousel-container[data-nav-style=black] .current {
  color: black;
}
.carousel-container[data-nav-style=black] .slick-prev {
  background-image: url("../images/icn_circle__btn_arrow_previous_black.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-prev:hover {
  background-image: url("../images/icn_circle__btn_arrow_previous_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-next {
  background-image: url("../images/icn_circle__btn_arrow_next_black.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-next:hover {
  background-image: url("../images/icn_circle__btn_arrow_next_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-play {
  background-image: url("../images/btn__play_black.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-play:hover {
  outline: none;
  background-color: transparent;
  background-image: url("../images/btn__play_white_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
}
.carousel-container[data-nav-style=black] .slick-pause {
  background-image: url("../images/btn__pause_black.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-container[data-nav-style=black] .slick-pause:hover {
  outline: none;
  background-color: transparent;
  background-image: url("../images/btn__pause_white_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
}

@media only screen and (max-width: 40em) {
  .slick-pause, .slick-play {
    right: 15px;
  }
}
.edit-mode .carousel-container .caption {
  position: relative;
  top: 0;
  padding-top: 77px;
}
.edit-mode .carousel-container .carousel-slide.link {
  cursor: default;
}

.journal-article-collections .overview .title a {
  width: 100%;
}

.journal-past-title .index-collection li, #journal-past-title .index-collection li {
  border-top: 1px solid #e8e8e8;
  padding: 15px 20px;
  position: relative;
  background-image: none;
}
.journal-past-title .index-collection li:first-child, #journal-past-title .index-collection li:first-child {
  border-top: 0;
}
.journal-past-title .index-collection li span, #journal-past-title .index-collection li span {
  display: block;
  font-size: 14px;
  color: #595959;
  border-bottom: 0;
}
.journal-past-title .index-collection li span:hover, #journal-past-title .index-collection li span:hover {
  text-decoration: none;
  color: #595959 !important;
  cursor: default;
}
@media only screen and (min-width:64.063em) {
  .journal-past-title .issue.overview, #journal-past-title .issue.overview {
    position: absolute;
    top: 35px;
    width: 60%;
    z-index: 2;
  }
}

.template-content ol {
  list-style: auto;
  padding-left: 15px;
}
.template-content ul {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1.42857rem;
  padding-left: 15px;
}
.template-content ul li {
  padding-left: 25px;
  text-indent: -1.4em;
}
.template-content .template-body {
  padding: 20px;
  background: lightcyan;
  border: 3px dashed lightblue;
}

.reference-display {
  margin-bottom: 15px;
}

.reference-list {
  line-height: 24px;
}
.reference-list li {
  list-style: none;
  float: left !important;
  margin-right: 20px !important;
  margin-bottom: 15px !important;
}
.openurl-image {
  height: 18px;
}

.review-source {
  font-style: italic;
}

.book-overview {
  position: relative;
  /* book overview section */
}
.book-overview .accordion div.icon.open-drawer.small {
  width: 100%;
}
.book-overview .split-panel > .row {
  background-color: white;
}
@media only screen {
  .book-overview {
    background: #FFFFFF;
  }
}
@media only screen and (min-width:64.063em) {
  .book-overview {
    background: transparent;
  }
}
.book-overview .wrapper {
  background: transparent;
}
@media only screen and (max-width: 64em) {
  .book-overview .split-panel {
    padding: 0 10px;
  }
}
.book-overview .main-column {
  background: #FFFFFF;
  padding-top: 44px;
  border-left: 0;
}
@media only screen and (min-width:40.063em) {
  .book-overview .main-column {
    border-right: 1px solid #e8e8e8;
  }
}
.book-overview .book-cover-cited-by-section {
  display: flex;
  flex-direction: column;
  padding: 32px 25px 0 27px;
}
.book-overview .book-overview-cover-image {
  margin-bottom: 11px;
}
.book-overview .book-overview-cover-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 40em) {
  .book-overview .book-overview-cover-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .book-overview .book-overview-cover-image img {
    width: 100%;
    height: auto;
  }
}
.book-overview .image, .book-overview .element-cover-image {
  width: 170px;
  float: left;
  margin-right: 3%;
  width: 20%;
  height: 300px;
}
.book-overview .details {
  width: 75%;
  float: left;
  margin-bottom: 20px;
}
.book-overview .type {
  background-color: #e8e8e8;
  color: #000000;
  float: left;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-right: 20px;
}
@media only screen and (max-width: 40em) {
  .book-overview .image, .book-overview .element-cover-image {
    height: auto;
  }
  .book-overview .details:not(.main-details) {
    width: 100%;
  }
  .book-overview ul.tabs.grey {
    width: 100%;
  }
  .book-overview ul.tabs.grey .buy, .book-overview ul.tabs.grey .rental {
    width: 100%;
  }
  .book-overview ul.tabs.grey .buy a, .book-overview ul.tabs.grey .rental a {
    width: 100%;
  }
}
.book-overview .book-label {
  width: 152px;
  height: 42px;
  position: absolute;
  top: 20px;
  left: 18px;
  text-align: center;
  color: #FFFFFF;
  line-height: 36px;
  background-image: url("../images/book_label.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 64em) {
  .book-overview .book-label {
    left: 3px;
    width: 120px;
    top: 28px;
    font-size: 0.8em;
    line-height: 34px;
  }
}
@media only screen and (max-width: 40em) {
  .book-overview .book-label {
    left: 6px;
    width: 70px;
    top: 30px;
    font-size: 0.3em;
    line-height: 19px;
  }
}
.book-overview .book-label:after {
  content: "";
}
.book-overview .book-label:hover, .book-overview .book-label:after {
  background-image: url("../images/book_label_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.book-overview .action {
  padding-right: 8px;
}
.book-overview .title {
  color: #595959;
  margin-bottom: 10px;
}
.book-overview .sub-title {
  color: #595959;
  margin-bottom: 10px;
}
.book-overview .volume-issue {
  list-style: none;
}
.book-overview .meta-info {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #595959;
  margin-bottom: 0px;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  .book-overview .meta-info {
    word-break: break-all;
  }
}
.book-overview .author {
  font-weight: normal;
  list-style: none;
}
.book-overview .author h3 {
  font-size: inherit;
  margin: 0;
}
.book-overview .spec {
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
  font-size: 14px;
}
.book-overview .spec .spec-row {
  display: flex;
  flex-wrap: wrap;
}
.book-overview .spec .creative-commons {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.book-overview .spec .creative-commons .icons {
  margin-bottom: 6px;
}
@media only screen and (max-width: 64em) {
  .book-overview .spec .spec-row {
    flex-direction: column;
  }
  .book-overview .spec .spec-row dt, .book-overview .spec .spec-row dd {
    width: auto;
    padding-top: 5px;
  }
  .book-overview .spec .spec-row dd {
    padding-bottom: 5px;
  }
  .book-overview .spec .spec-row dt {
    margin-bottom: 0;
  }
}
.book-overview .narrow-column {
  padding-top: 0;
}
.book-overview .narrow-column .background {
  background: #fbfbfb;
  width: 900px;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.book-overview .narrow-column .actions {
  padding-top: 20px;
  padding-right: 28px;
  padding-left: 30px;
  border-bottom: none;
}
.book-overview .button-group {
  display: block;
}
.book-overview .button-group .button {
  width: 100%;
  text-align: center;
}
.book-overview .button-group iframe {
  width: auto !important;
}

.book-layout {
  flex-direction: column;
  display: flex;
}
.book-layout .book-icons-layout {
  margin-bottom: 10px;
  margin-top: auto !important;
  margin-left: initial !important;
}
.book-layout .icons {
  text-align: left !important;
}

.page-operatives.book {
  padding-top: 14px !important;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0.5px 0.866px 1px 0px rgba(51, 51, 51, 0.15);
}
.page-operatives.book ul:not(.textresizer) li:not(.standard-text):not(.large-text) {
  line-height: normal !important;
}

@media only screen and (max-width: 25.7em) {
  .margin-listing {
    left: 17%;
  }
}

.part-link {
  color: #006FCA;
}

@media only screen and (max-width: 64em) {
  .narrow-column.book {
    min-height: 0px !important;
    margin: 0 0 15px !important;
    height: auto !important;
  }
  .narrow-column.book .page-operatives.free {
    padding-top: 14px !important;
  }
  .narrow-column.book .panel-actions {
    padding: 0px !important;
  }
  .narrow-column.book .panel-actions .actions {
    padding-top: 15px !important;
  }
  .margin-top {
    margin-top: 20px;
  }
  .narrow-column.book.no-margin {
    margin-top: 0px !important;
  }
  .narrow-column.chapter {
    margin-top: 20px !important;
    min-height: 0px !important;
  }
  .narrow-column.chapter .page-operatives {
    margin-top: 8px;
  }
  .page-operatives.inline {
    padding-bottom: 10px;
    position: relative;
    top: 16px;
  }
  .page-operatives.inline .main-column {
    margin: 0 auto;
    padding: 0px;
    width: 99%;
  }
  .page-operatives.inline .main-column ul.text-right li {
    margin: 0 0 0 10px;
  }
  .page-operatives.inline .main-column ul.social {
    left: 0px;
  }
  .page-operatives.inline .social.white {
    margin-top: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 40em) {
  .page-operatives.inline {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 64.1em) {
  .narrow-column.book .page-operatives.free + .actions, .narrow-column.chapter .page-operatives.free + .actions {
    padding-top: 80px;
  }
}
#container {
  width: 400px;
  margin: 0px auto;
  padding: 40px 0;
}

#scrollbox {
  width: 400px;
  height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

#container > p {
  background: #eee;
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  padding: 5px;
  margin: 0;
  text-align: right;
}

@media only screen and (min-width:64.063em) {
  .book-overview .image, .book-overview .element-cover-image {
    float: left;
    margin-right: 3%;
    width: 20%;
    height: 300px;
  }
  .book-overview .cited-by-section {
    height: 50px;
  }
  .book-overview .details {
    width: 75%;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .book-cover-cited-by-section .cited-by-section {
    min-height: 50px;
  }
}
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans, serif;
  border-radius: 4px;
  color: #00437A;
  border: 1px solid #006FCA !important;
  background-color: #FFFFFF !important;
}
.secondary:focus {
  outline: 2px solid #00437A !important;
  outline-offset: 2px !important;
  background-color: #E5F4FF !important;
}
.secondary:hover {
  background: #E5F4FF !important;
}
.secondary:active {
  background: #B3DDFF !important;
}
.secondary:disabled {
  color: #A1A1A1 !important;
  background: #E5F4FF !important;
  border: 1px solid #A1A1A1 !important;
}
.secondary:disabled:hover {
  color: #A1A1A1 !important;
  background: #E5F4FF !important;
  border: 1px solid #A1A1A1 !important;
}
.secondary.small {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  width: 110px;
  height: 38px;
  padding: 8px 12px;
  gap: 4px;
}
.secondary.medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  width: 118px;
  height: 46px;
  padding: 12px 16px;
  gap: 8px;
}
.secondary.large {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  width: 149px;
  height: 50px;
  padding: 12px 24px;
  gap: 8px;
}

.book-eccomerce-overview {
  width: 100%;
  display: flex;
  margin: 27px 0 0;
  padding: 0;
}

@media (max-width: 57.188em) {
  .book-eccomerce-overview {
    border-right: none;
    flex-direction: column;
  }
  .book-eccomerce-overview-cover-image-cited-by {
    width: 100%;
    height: auto;
  }
  .book-eccomerce-overview-cite-share {
    gap: 18px;
    padding: 16px 0 16px 0;
  }
  .book-eccomerce-overview-transactions-cover {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:40.063em) {
  .book-eccomerce-overview {
    margin: 27px 0 0;
    flex-direction: row;
  }
  .book-eccomerce-overview-cover-image-cited-by {
    width: 271px !important;
    height: auto;
  }
  .book-eccomerce-overview-cite-share {
    gap: 18px;
    padding: 0 22px 108px 27px;
  }
  .book-eccomerce-overview-transactions-cover {
    max-width: 270px;
    height: auto;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:64.063em) {
  .book-eccomerce-overview {
    margin: 27px 0 0;
    flex-direction: row;
  }
  .book-eccomerce-overview-cover-image-cited-by {
    width: 271px !important;
    height: auto;
  }
  .book-eccomerce-overview-cite-share {
    gap: 18px;
    padding: 0 22px 108px 27px;
  }
  .book-eccomerce-overview-transactions {
    max-width: 325px;
    margin: 0;
    padding: 0 27px 0 27px;
  }
  .book-eccomerce-overview-transactions-cover {
    max-width: 270px;
    height: auto;
    margin-bottom: 25px;
  }
}
.book-eccomerce-overview-cover {
  margin: 0 !important;
  padding: 0 !important;
}

.book-eccomerce-overview-cover-image-cited-by {
  padding: 0 22px 0 27px !important;
  width: 100%;
}

.book-eccomerce-overview-cite-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.book-eccomerce-overview-transactions {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.book-eccomerce-child:nth-child(2) {
  border-right: 1px solid #EEEEEE;
}

.chapter-wrapper .references .references-listing {
  padding-top: 20px;
}
.chapter-wrapper .references .references-listing hr:last-child {
  display: none;
}
@media only screen and (min-width:64.063em) {
  .chapter-wrapper .chapter ul.access {
    position: absolute;
    top: 23px;
    z-index: 3;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .chapter-wrapper .chapter ul.access {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.chapter-wrapper .chapter .button-group {
  display: block;
}
.chapter-wrapper .chapter .button-group .button {
  width: 100%;
  text-align: center;
}
.chapter-wrapper .chapter .button-group.keywords .button {
  text-align: left;
}
@media only screen {
  .chapter-wrapper .chapter .published {
    margin: 0 0 10px 0;
    float: none;
  }
  .chapter-wrapper .chapter .published:first-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .chapter-wrapper .chapter .published {
    margin: 20px 20px 20px 0;
    float: left;
  }
}
.chapter-wrapper .chapter .related-content .published {
  margin: 0;
  float: none;
}
.chapter-wrapper .chapter .heading_10, .chapter-wrapper .chapter .nested-accordion a, .nested-accordion .chapter-wrapper .chapter a, .chapter-wrapper .chapter .actions .title-underline > div:first-child, .actions .chapter-wrapper .chapter .title-underline > div:first-child,
.chapter-wrapper .chapter .actions .title-underline > h2,
.actions .chapter-wrapper .chapter .title-underline > h2, .chapter-wrapper .chapter .actions .title-underline h3, .actions .title-underline .chapter-wrapper .chapter h3, .chapter-wrapper .chapter .html-view .content-side .title-underline h3, .html-view .content-side .title-underline .chapter-wrapper .chapter h3, .chapter-wrapper .chapter .search .queries .title, .search .queries .chapter-wrapper .chapter .title, .chapter-wrapper .chapter .excerpt-title, .chapter-wrapper .chapter .article-wrapper .article-page .abstract-translations title, .article-wrapper .article-page .abstract-translations .chapter-wrapper .chapter title, .chapter-wrapper .chapter .article-wrapper .article-page .summary-title, .article-wrapper .article-page .chapter-wrapper .chapter .summary-title, .chapter-wrapper .chapter .book-overview .title, .book-overview .chapter-wrapper .chapter .title, .chapter-wrapper .chapter .book-overview .sub-title, .book-overview .chapter-wrapper .chapter .sub-title, .chapter-wrapper .chapter .book-overview .meta-info, .book-overview .chapter-wrapper .chapter .meta-info {
  clear: both;
}
.chapter-wrapper .chapter .article-title {
  margin-bottom: 0;
}
.chapter-wrapper .chapter .summary {
  margin: 10px 0;
}
.chapter-wrapper .chapter .summary * {
  color: #595959;
}
.chapter-wrapper .chapter .excerpt-title {
  margin-bottom: 25px;
}
.chapter-wrapper .chapter .author.chapter div {
  display: inline;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .chapter-wrapper .chapter .reading-width {
    margin-top: 80px;
  }
}
.chapter-wrapper .chapter .file-actions {
  margin-bottom: 0;
}
@media only screen and (min-width:64.063em) {
  .chapter-wrapper .closed-view .chapter ul.access {
    top: -37px;
  }
}

.book-container-banner {
  height: 200px;
}

.overview.last {
  padding-bottom: 0 !important;
}

.subtext {
  position: relative;
  top: -3px;
}

#recommendProduct .book-title {
  padding: 20px 20px 0px 20px;
}
#recommendProduct .book-title .heading_08 {
  color: #595959;
}
#recommendProduct .book-overview {
  padding: 5px 20px 20px 20px;
  border-bottom: 1px solid #dedede;
  color: #595959;
}
#recommendProduct .book-overview li {
  list-style-type: none;
}
#recommendProduct .book-overview li span {
  font-size: 14px;
}
#recommendProduct .book-overview li.author {
  font-weight: normal;
}
@media only screen and (max-width: 40em) {
  #recommendProduct #selected-administrator-emails {
    padding: 10px;
  }
}
#recommendProduct #selected-administrator-emails > div {
  margin-bottom: 3px;
}
#recommendProduct #selected-administrator-emails p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0.5em;
}
#recommendProduct .yourOrganisations label {
  font-size: 14px;
  display: inline;
}
#recommendProduct #administratorEmail {
  margin-bottom: 0;
  border-radius: 0;
}
@media only screen and (max-width: 40em) {
  #recommendProduct fieldset {
    padding: 0.8rem;
  }
  #recommendProduct fieldset legend {
    padding: 0;
    margin-left: -0.11429rem;
  }
  #recommendProduct fieldset > .row {
    padding: 5px;
  }
  #recommendProduct fieldset > .row .columns {
    padding: 0;
  }
  #recommendProduct fieldset input[type=submit] {
    padding-left: 0.5rem;
  }
}

.search .filter-title {
  color: #333333;
  margin-bottom: 15px;
  float: left;
}
.search .sort-content {
  clear: both;
  width: 100%;
}
.search .actions li, .search .actions div.checkbox {
  margin-bottom: 6px;
}
.search .actions li .icon.access, .search .actions div.checkbox .icon.access {
  margin: 2px 7px 0 0;
}
.search .keywords {
  clear: both;
}
.search .submit-in-field input {
  background-color: transparent !important;
}
.search .submit-in-field input[type=submit] {
  background-image: url("../images/search_in_field.svg");
  background-position: 80% -3px;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: visible;
}
.search .submit-in-field input[type=submit]:hover {
  background-image: url("../images/search_in_field_hover.svg");
  background-position: 80% -3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.search .submit-in-field.fulltext-search {
  margin-bottom: 30px;
}
.search .submit-in-field.fulltext-search #fulltextSearchAction {
  position: absolute;
  top: 45px;
}
.search .chosen-single b {
  /* width:30px!important;
   height: 30px!important;
   background-color:red!important;*/
}
.search .search-access-filter ul.access li {
  width: 100%;
}

.search .queries {
  margin-bottom: 20px;
}
.search .queries .title {
  margin-bottom: 14px;
}
.search .queries form {
  padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .search .queries form {
    margin-top: 20px;
  }
}
.search .queries .sort-by select {
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .search .queries .sort-by select {
    width: 300px;
  }
}
.search .suggested-search {
  font-size: 1.2rem;
  font-weight: bold;
}
.search .reading-width {
  margin-top: 80px !important;
}
.search .results p.heading_10, .search .results .article-wrapper .article-page p.summary-title, .article-wrapper .article-page .search .results p.summary-title, .search .results .book-overview p.title, .book-overview .search .results p.title, .search .results .book-overview p.sub-title, .book-overview .search .results p.sub-title, .search .results .book-overview p.meta-info, .book-overview .search .results p.meta-info, .search .results .chapter-wrapper .chapter p.excerpt-title, .chapter-wrapper .chapter .search .results p.excerpt-title, .search .results .queries p.title, .search .queries .results p.title {
  margin-bottom: 0.71429rem;
  color: #333333;
}
.search .results .snippet-highlight {
  color: #006FCA;
}
.search .results .details {
  padding-bottom: 0px;
}
.search .results .details .type.issue {
  margin-bottom: 0px;
}
.search .results .title h3 {
  font-size: 14px !important;
  line-height: 1;
  font-weight: bold;
}
.search .graphical-abstract-listing {
  border: 1px solid #dedede;
  text-align: center;
  height: 140px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.search .graphical-abstract-listing .abstract {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.search .text-hits-count {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: bold;
}
.search .text-hits strong {
  background: #FFFF33;
  padding: 0 2px;
}

@media only screen and (min-width:40.063em) {
  .search .sort-by select {
    width: 250px;
  }
}
.search-scope-select {
  height: 40px;
}
.search-scope-select:focus {
  background-color: #FFFFFF;
}

.html-view {
  background: #FFFFFF;
}
.html-view.disable-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.html-view .narrow-column, .html-view .main-column, .html-view .reading-width {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
.html-view.no-scroll {
  overflow: hidden;
}
.html-view .refme-widget {
  z-index: 3;
  margin-left: 10px;
  position: absolute;
  display: block;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .html-view .refme-widget {
    margin-left: 0;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .html-view .refme-widget {
    top: 0 !important;
  }
  .html-view .refme-widget iframe {
    position: relative !important;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .cookie-message {
    position: relative !important;
  }
  .html-view.has-cookie-message .breadcrumbs-wrapper {
    position: relative;
    top: 0;
  }
  .html-view.has-cookie-message .sub-header {
    position: relative;
  }
  .html-view.has-cookie-message .banner {
    margin-top: 0;
  }
}
.html-view #text-resizer-controls .large-text {
  margin-right: 0;
}
.html-view .divider {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-top: 15px;
  clear: both;
}
.html-view .flash-message-container .flash-message {
  top: 188px;
}
@media only screen and (max-width: 40em) {
  .html-view .flash-message-container .flash-message {
    top: -100px;
  }
}
.html-view header, .html-view footer {
  display: none;
}
@media only screen and (min-width:64.063em) {
  .html-view .cookie-message {
    position: fixed;
    z-index: 11;
    width: 100%;
  }
}
.html-view .label {
  padding: 0 5px 0 0;
  font-size: inherit;
  background-color: transparent;
  color: inherit;
}
.html-view .breadcrumbs-wrapper {
  border-bottom: 1px solid #cccccc;
}
.html-view .split-panel .wrapper {
  background: #FFFFFF;
  position: relative;
  border-radius: 0px;
  min-height: 800px;
  margin-top: 0;
}
.html-view .container-wrap {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.html-view .page-operatives {
  display: block;
}
.html-view .reading-width {
  max-width: 100%;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .html-view .reading-width {
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 40em) and (orientation: landscape) {
  .html-view .reading-width {
    margin: 0 auto 0;
  }
}
@media only screen and (min-width:40.063em) {
  .html-view .reading-width {
    margin: 0 auto 0;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .reading-width {
    margin: 13px auto 0;
  }
}
.html-view .top-menu-operatives {
  position: fixed;
  top: 106px;
  width: 100%;
  padding: 10px 10px;
  z-index: 100;
  background: #eceaeb;
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 64em) {
  .html-view .top-menu-operatives {
    position: relative;
    top: 0;
  }
  .html-view .top-menu-operatives .content-switch {
    top: 3px;
  }
}
.html-view .top-menu-operatives ul {
  width: 100%;
  margin: 0;
}
.html-view .top-menu-operatives ul li {
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
}
@media only screen and (max-width: 64em) {
  .html-view .top-menu-operatives ul li {
    margin: 0 5px 0 0 !important;
  }
}
.html-view .top-menu-operatives ul li a {
  margin: 0 !important;
}
.html-view .top-menu-operatives ul li.hide-for-medium {
  display: inline-block !important;
}
@media only screen and (max-width: 64em) and (min-width: 64em) {
  .html-view .top-menu-operatives ul li.hide-for-medium {
    display: none !important;
  }
}
@media only screen and (max-width: 64em) {
  .html-view .top-menu-operatives ul li.hide-for-small {
    display: none !important;
  }
}
.html-view .banner {
  background: #f7f7f7;
  border-bottom: 1px solid #cccccc;
}
.html-view .banner .content {
  text-align: center;
  position: relative;
  max-width: 1380px;
}
.html-view .banner .content img {
  height: auto;
  width: auto;
  max-width: inherit;
  margin-left: inherit;
}
@media only screen {
  .html-view .banner .content {
    padding: 40px 40px 60px 40px;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .banner .content {
    padding: 40px 150px;
  }
}
@media only screen and (max-width: 40em) {
  .html-view .banner .content h3, .html-view .banner .content h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.html-view .banner .content .title {
  color: #181817;
}
.html-view .banner .content .subtitle {
  color: #181817;
}
.html-view .banner .content .nav {
  height: 37px;
  width: 37px;
  position: absolute;
}
@media only screen {
  .html-view .banner .content .nav {
    top: inherit;
    bottom: 10px;
  }
  .html-view .banner .content .nav.prev {
    left: 10px;
  }
  .html-view .banner .content .nav.next {
    right: 25px;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .banner .content .nav {
    top: 31%;
  }
  .html-view .banner .content .nav.prev {
    left: 18px;
  }
  .html-view .banner .content .nav.next {
    right: 10px;
  }
}
.html-view .banner .content .overview .title > a {
  display: inline !important;
}
.html-view .permissions {
  color: #333333 !important;
}
.html-view .caption {
  font-size: 14px;
}
.html-view .large-text .access .icon-list-item {
  margin-top: 6px;
}
.html-view .product-loader {
  background: #f7f7f7;
  position: fixed;
  top: 30%;
  left: 45%;
  text-align: center;
  width: 300px;
  border: 1px solid #cccccc;
  z-index: 100;
  padding: 20px;
}
.html-view .product-loader .heading {
  font-weight: bold;
  margin-bottom: 0;
}
.html-view .product-loader .product-title {
  margin-top: 1.42857rem;
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .html-view .product-loader {
    left: 31%;
  }
}
@media only screen and (max-width: 40em) {
  .html-view .product-loader {
    left: 9%;
  }
}
@media only screen and (max-width: 20em) and (orientation: portrait) {
  .html-view .product-loader {
    left: 3%;
  }
}
.html-view .product-loader img {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.html-view .image-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}
.html-view .image-full-screen .image-loader {
  color: white;
  text-align: center;
  margin-top: 25%;
  z-index: 300;
}
.html-view .image-full-screen .image-loader img {
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
}
.html-view .image-full-screen .image-loader .text {
  font-size: 20px;
}
.html-view .image-full-screen .image-loader .text > span {
  font-size: inherit;
  min-width: 5px;
  display: inline-block;
  text-align: left;
  color: #999;
}
.html-view .image-full-screen .image-loader .text > span.active {
  color: #666;
}
.html-view .image-full-screen .image-loader .cancel a {
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: underline;
}
.html-view .image-full-screen .image-loader .cancel a:hover {
  color: #FFFFFF;
}
.html-view .image-full-screen .caption * {
  color: #FFFFFF;
  font-size: 16px;
}
.html-view .image-full-screen .caption * .label {
  font-weight: bold;
}
@media only screen {
  .html-view .image-full-screen .close {
    position: absolute;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    background-image: url("../images/icn_circle__btn_close_white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    top: -45px;
    right: -2px;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .image-full-screen .close {
    top: -38px;
    right: -38px;
  }
}
.html-view .image-full-screen .image.visible, .html-view .image-full-screen .visible.element-cover-image {
  position: absolute;
  top: 50px;
}
.html-view .image-full-screen .image img, .html-view .image-full-screen .element-cover-image img {
  background: white;
  height: inherit;
}
.html-view .image-full-screen .image img.hide-while-loading, .html-view .image-full-screen .element-cover-image img.hide-while-loading {
  opacity: 0;
}
.html-view .figure-thumb .overlay {
  position: absolute;
  background: white;
}
.html-view .figure-thumb .overlay .expand {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
}
.html-view .currency.dollar:before {
  content: "$";
}
.html-view #notesPane {
  display: none;
  position: fixed;
  height: 25%;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.html-view #notesPane #notesResizer {
  border-top: 1px solid #cccccc;
  height: 5px;
  background: #FBFBFB;
}
.html-view #notesPane[data-notes-hidden=no] #notesResizer:hover {
  cursor: row-resize;
}
.html-view #notesPane #hideNotes {
  position: absolute;
  right: 10px;
  top: 6px;
}
.html-view #notesPane #notesHeader {
  padding: 10px 25px;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  background: #FBFBFB;
}
.html-view #notesPane #notesContent {
  padding: 10px 25px 0 25px;
  color: #333333;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.html-view #notesPane #notesContent.sidebar-open {
  max-width: 1050px;
  margin: 0 auto;
}
.html-view #notesPane #notesContent .label, .html-view #notesPane #notesContent .volume, .html-view #notesPane #notesContent .named-content {
  font-weight: bold;
}
.html-view #notesPane #notesContent .source, .html-view #notesPane #notesContent .italic {
  font-style: italic;
}
.html-view #notesPane #notesContent .sc {
  font-size: 1em;
  font-weight: inherit;
  padding: 0 0 0 0.2em;
  text-transform: lowercase;
  font-variant: small-caps;
}
.html-view #notesPane #notesContent .article-title {
  font-size: 15px;
  font-weight: normal;
}
.html-view .notes-display-toggle {
  padding-top: 15px;
}
@media only screen and (min-width:64.063em) {
  .html-view .notes-display-toggle {
    float: right;
  }
}
.html-view .notes-display-toggle label {
  color: #595959;
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
}
.html-view .notes-display-toggle label:hover {
  cursor: default;
}
.html-view .notes-display-toggle .switch {
  margin-bottom: 0;
  margin-left: 10px;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .html-view .notes-display-toggle {
    margin-bottom: 20px;
  }
}
.html-view .notes-display-toggle .action-toggle-notes .note-icon {
  color: #006FCA;
  font-size: medium;
}
.html-view .notes-display-toggle .action-toggle-notes .note-icon.variant-note:before {
  content: "*";
}
.html-view .notes-display-toggle .action-toggle-notes .note-icon.expl-note:before {
  content: "†";
}
.html-view .notes-display-toggle .action-toggle-notes .note-icon.production-note:before {
  content: "‡";
}

.html-view ul > li {
  margin-bottom: 0;
}
.html-view ul .title {
  margin-top: 20px;
}
.html-view ul .file-actions {
  margin-top: 30px;
  margin-bottom: 30px;
}
.html-view ul.access li.citation {
  width: 100%;
  padding-top: 10px;
}
.html-view .no-indent {
  text-indent: 0;
}
.html-view .core-reader-footer {
  margin-top: 60px;
}
.html-view .core-reader-footer .button {
  height: 48px;
  background: #f7f7f7;
  color: #333333;
  border: 1px solid #cccccc;
  float: left;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 13px;
}
.html-view .core-reader-footer ul.file-actions {
  margin: 0 10px 0 0;
  float: left;
}
.html-view .core-reader-footer ul.file-actions > li {
  margin: 0;
}
@media only screen {
  .html-view .core-reader-footer ul.file-actions {
    width: auto;
  }
}
.html-view .main-column:not(.closed-view) .reading-width {
  max-width: 1000px;
}
.html-view .main-column .reading-width {
  overflow-x: hidden;
}
.html-view #contentContainer {
  max-width: inherit;
  margin: 0;
}
.html-view #contentContainer > .article > .front {
  display: none;
}
.html-view #contentContainer .abstract p {
  text-indent: 0;
}
.html-view #contentContainer .up-arrow {
  cursor: pointer;
  min-height: 40px;
  border-top: none;
  width: 50px;
  position: absolute;
  margin-bottom: 20px;
  top: 10px;
  background-image: url("../images/icn_circle__btn_arrow_up.svg");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .html-view #contentContainer .up-arrow {
    left: 10px;
  }
}
.html-view #contentContainer .up-arrow:hover {
  background-image: url("../images/icn_circle__btn_arrow_up_hover.svg");
  background-position: 0 1px;
  background-repeat: no-repeat;
}
.html-view #contentContainer .ref-list .up-arrow, .html-view #contentContainer .ref-sec .up-arrow, .html-view #contentContainer .endnotes .up-arrow {
  left: 0;
}
.html-view #contentContainer .footnotes {
  padding-right: 0;
}
.html-view #contentContainer .footnotes > .fn {
  position: relative;
  clear: both;
  min-height: 50px;
}
.html-view #contentContainer .footnotes > .fn p {
  padding-left: 20px;
}
.html-view #contentContainer .footnotes > .fn p .label {
  padding-right: 5px;
}
.html-view #contentContainer .footnotes .fn-container {
  position: relative;
  padding-left: 40px !important;
  border-bottom: 1pt dotted #877F77 !important;
  margin-bottom: 1em !important;
}
.html-view #contentContainer .footnotes .fn-container .up-arrow {
  left: 0;
}
.html-view #contentContainer .footnotes .fn-container .fn p {
  display: inline !important;
}
.html-view #contentContainer .footnotes .up-arrow {
  left: -30px;
}
.html-view #contentContainer .ref-list > .ref, .html-view #contentContainer .references > .citation {
  position: relative;
  clear: both;
  min-height: 50px !important;
  padding-left: 50px !important;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .html-view #contentContainer .ref-list > .ref, .html-view #contentContainer .references > .citation {
    padding-right: 0;
  }
}
.html-view #contentContainer .link-to-highlight {
  color: #006FCA !important;
  font-weight: bold !important;
}
.html-view #contentContainer .link-to-highlight * {
  font-weight: inherit !important;
  color: inherit !important;
}
@media only screen and (max-width: 40em) {
  .html-view #contentContainer .fig .figure-thumb {
    width: 100%;
    margin-bottom: 20px;
  }
  .html-view #contentContainer .fig .caption {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width:40.063em) {
  .html-view #contentContainer .figure-thumb img {
    max-width: 350px;
  }
}
.html-view #contentContainer .figure-thumb img.active {
  opacity: 0.5;
}
.html-view #contentContainer .disp-formula img.active {
  opacity: 1;
}
.html-view #contentContainer .endnotes {
  padding: 0 !important;
}
.html-view #contentContainer .endnotes .fn {
  position: relative;
  min-height: 50px;
  padding-left: 50px !important;
  border-top: 1px dotted #c3bfbb;
  padding-top: 0.5em;
  margin: 0.5em 0 0.5em 0;
}
.html-view #contentContainer .endnotes .fn:first-of-type {
  border-top: 0;
}
.html-view #contentContainer .endnotes p .label {
  padding-right: 5px;
}
.html-view #contentContainer .fn-group span, .html-view #contentContainer .fn-group .article-title {
  font-size: 100% !important;
}
.html-view #contentContainer .speech .speaker {
  font-size: 0.8125em !important;
}
@media only screen and (min-width:64.063em) {
  .html-view .closed-view #contentContainer .up-arrow {
    left: 0;
    z-index: 100;
  }
}
.html-view .correction {
  text-align: center;
}
.html-view .correction a {
  text-decoration: underline;
}
.html-view .correction.info {
  background: #edf7ff;
}
.html-view .correction.warning a {
  color: white;
}
@media only screen and (max-width: 40em) {
  .html-view .prose-break {
    display: inline !important;
  }
  .html-view .prose-break:after {
    content: "/";
    padding-right: 0.3em;
    opacity: 0.5;
  }
}

.html-view .content-switch {
  width: 38px;
  position: absolute;
  margin-left: 18px;
  top: 80px;
  z-index: 2;
}
@media only screen and (max-width: 64em) {
  .html-view .content-switch {
    position: relative;
    top: 5px;
  }
}
.html-view .content-switch .icon {
  margin: 0 0 15px;
  display: flex;
}
.html-view .content-switch .icon.toggle {
  margin-bottom: 30px;
}
.html-view .content-switch .icon:hover path, .html-view .content-switch .icon:focus path, .html-view .content-switch .icon:active path {
  fill: #006ED2 !important;
}
.html-view .content-switch button.icon {
  padding: 0;
  display: flex !important;
}
.html-view .content-switch button.icon:hover, .html-view .content-switch button.icon:focus, .html-view .content-switch button.icon:active {
  border: none;
}
.html-view .share-icon {
  position: absolute;
  margin-top: 15px;
}
.html-view .sticky-wrapper {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  max-width: 100%;
}
.html-view .tabs-content {
  width: auto;
}
.html-view .tabs-content > .content {
  padding: 0;
}
.html-view .subtext {
  top: -5px;
}
.html-view .narrow-column.closed-view {
  height: 100%;
}
.html-view .page-operatives .narrow-column {
  background-color: transparent;
}
.html-view .content-side .url {
  word-break: break-all;
}
@media only screen and (max-width: 64em) {
  .html-view .content-side {
    width: 100%;
    max-width: 100%;
  }
}
.html-view .content-side .overview {
  overflow: visible !important;
}
@media only screen and (min-width:64.063em) {
  .html-view .content-side .header {
    margin-top: 20px;
  }
}
.html-view .content-side .title-underline {
  clear: both;
  margin-bottom: 25px;
}
.html-view .content-side .title-underline h3 {
  margin-bottom: 10px;
}
.html-view .content-side .item {
  margin-bottom: 25px;
  overflow: hidden;
}
.html-view .content-side .links li {
  float: left;
  margin-right: 15px;
}
.html-view .content-side .links a {
  color: #006FCA;
}
.html-view .content-side .links a:hover {
  color: #333333;
}
.html-view .content-side #information {
  font-size: 0.875em;
}
.html-view .content-side #information p {
  color: #595959;
}
.html-view .content-side #information li:not(.status) {
  color: #595959;
  font-size: 13px;
}
.html-view .content-side #information li:not(.status).author .separator {
  display: block;
  visibility: hidden;
  height: 0;
}
.html-view .content-side #information li:not(.status).openAccessLicense {
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  margin: 10px 0;
}
.html-view .content-side #information #authorInformation {
  margin: 20px 0;
}
.html-view .content-side #information #authorInformation > ul .contributor-affiliation {
  clear: both;
  margin-bottom: 10px;
}
.html-view .content-side #information #authorInformation > ul .contributor-affiliation .aff {
  margin-left: 0;
}
.html-view .content-side #information #authorInformation > ul .contributor-affiliation .aff, .html-view .content-side #information #authorInformation > ul .contributor-affiliation sup {
  color: #595959;
  font-size: 13px;
}
.html-view .content-side #information #authorInformation > ul .contributor-affiliation strong {
  position: relative;
  float: left;
  margin-top: 2px;
}
.html-view .content-side #information #authorInformation > ul .contributor-affiliation.active * {
  color: #006FCA;
}
.html-view .content-side #information #authorInformation label {
  display: none;
}
.html-view .content-side .related-articles {
  font-size: 0.875em;
}
.html-view .content-side .related-articles .title-underline {
  margin-bottom: 10px;
}
.html-view .content-side .related-articles li:not(.type) {
  color: #595959;
  font-size: 13px;
}
.html-view .content-side .related-articles .title {
  margin-top: 0;
}
.html-view .content-side .related-articles .title a {
  width: 100%;
}
.html-view .content-side .related-articles .current-article {
  padding: 5px;
  border: 1px solid #006FCA;
  background-color: #F1F8FF;
}
.html-view .content-side .related-articles .doi a, .html-view .content-side .related-articles .author a {
  color: #006FCA;
}
.html-view .content-side .related-articles .article-list > div {
  margin-top: 20px;
}
.html-view .content-side .related-articles .article-list > div:first-child {
  margin-top: 0;
}
.html-view .content-side #toc a * {
  color: #595959;
  font-style: normal !important;
  font-size: 13px;
  font-weight: bold !important;
}
.html-view .content-side #toc a *:hover {
  color: #006FCA;
}
.html-view .content-side #toc li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.html-view .content-side #toc .sub-nav:first-child > .content-list {
  padding: 0;
  margin: 0;
}
.html-view .content-side #toc .sub-nav:first-child > .content-list > .sub-nav > .content-list {
  padding-left: 0;
}
.html-view .content-side #toc .sub-nav:first-child > .content-list > .sub-nav > .content-list:nth-of-type(1) {
  padding-top: 0;
}
.html-view .content-side #toc .type-heading {
  clear: both;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #595959;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #595959;
}
.html-view .content-side #toc .representation.indent-0 {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.html-view .content-side #toc .part-link > span {
  font-weight: normal !important;
}
.html-view .content-side #toc .current-toc .part-link {
  cursor: default;
  margin-bottom: 10px;
}
.html-view .content-side #toc .current-toc .part-link > span {
  color: black !important;
  font-weight: bold !important;
}
.html-view .content-side #toc .current-toc .core-reader-toc {
  padding: 0 !important;
}
.html-view .content-side #toc .current-toc .core-reader-toc > div {
  margin-bottom: 0 !important;
}
.html-view .content-side #toc .current-toc .core-reader-toc > div > ul {
  border-left: 15px solid #e8e8e8;
  margin-left: -20px;
}
.html-view .content-side #toc .current-toc .core-reader-toc > div > ul > li > a {
  display: none !important;
}
.html-view .content-side #toc .current-toc .core-reader-toc .content-list {
  padding-right: 0 !important;
}
.html-view .content-side #core-reader-figures .header h3.has-dropdown:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-image: url("../images/dropdown_arrow_black.svg");
  background-position: 1px 0;
  background-repeat: no-repeat;
  height: 12px;
  width: 15px;
  background-size: 12px;
  margin-right: 2px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.html-view .content-side #core-reader-figures .header h3.has-dropdown.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background-position: 1px 2px;
}
.html-view .content-side #core-reader-figures #figs img:hover {
  cursor: pointer;
}
.html-view .content-side #core-reader-figures #figs .sub-nav li .p {
  font-weight: normal;
}
.html-view .content-side #core-reader-figures #figs .sub-nav li .label {
  font-weight: normal;
  display: block;
  text-align: left;
}
.html-view .content-side #core-reader-figures #figs .sub-nav li .label + .p {
  margin-top: 10px;
}
.html-view #actions .file-actions {
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -7px;
}
.html-view #actions .file-actions > li {
  margin-top: 0;
}
.html-view #actions .file-actions a {
  padding: 2px;
}
.html-view #actions .file-actions ul, .html-view #actions .file-actions li, .html-view #actions .file-actions a {
  background: none;
  border: none;
}
.html-view #actions .action-mathjax {
  display: block;
  height: 45px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0;
  font-size: 16px;
  margin-bottom: 20px;
}
.html-view .large-text #toc a * {
  line-height: normal;
  font-size: 13px;
}

.split-panel .wrapper {
  overflow: visible;
}

.html-view {
  height: 100%;
}
.html-view .sub-header {
  position: fixed;
  z-index: 10;
  background: #f3f3f3;
}
.html-view .sub-header.slide-up {
  max-height: none;
}
.html-view .sub-header .logo-core {
  display: inline-block;
}
.html-view .sub-header .accessible {
  display: none;
}
@media only screen and (max-width: 64em) {
  .html-view .sub-header {
    position: relative;
    z-index: 100;
  }
}
@media only screen and (max-width: 64em) {
  .html-view .sub-header .subject-search {
    text-align: right;
  }
  .html-view .sub-header .subject-search .submit-in-field, .html-view .sub-header .subject-search a.button {
    float: none;
    display: inline-block;
  }
  .html-view .sub-header .subject-search .submit-in-field {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 64em) and (max-width: 40em) {
  .html-view .sub-header .subject-search .submit-in-field {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 64em) {
  .html-view .sub-header .subject-search .submit-in-field .small-10 {
    border-radius: 5px;
  }
  .html-view .sub-header .subject-search .submit-in-field .small-10 input {
    box-shadow: none;
  }
  .html-view .sub-header .subject-search .submit-in-field .small-2 {
    border-radius: 5px;
  }
  .html-view .sub-header .subject-search .submit-in-field .small-2 input {
    border-radius: 5px;
  }
  .html-view .sub-header .subject-search .submit-in-field.open .small-2 input {
    border-radius: 0px 5px 5px 0px;
  }
}
.html-view .breadcrumbs-wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 45px;
}
.html-view .breadcrumbs-wrapper.assuming {
  top: 90px;
}
@media only screen and (max-width: 64em) {
  .html-view .breadcrumbs-wrapper {
    position: relative;
    z-index: 50;
    top: 0;
    background: none;
  }
  .html-view .breadcrumbs-wrapper.assuming {
    top: 0;
    font-size: 13px;
  }
}
@media only screen {
  .html-view .banner {
    margin-top: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .banner {
    margin-top: 105px;
  }
}
@media only screen {
  .html-view .narrow-column {
    float: none;
    position: relative;
    max-width: 100%;
    display: block;
  }
  .html-view .narrow-column .content-switch {
    display: none;
  }
  .html-view .narrow-column .content-side {
    margin: 0;
    padding: 0 10px 10px 10px;
    float: none;
  }
  .html-view .narrow-column.closed-view {
    width: auto;
    border-right: 0;
  }
  .html-view .narrow-column.closed-view .content-side {
    display: block;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .narrow-column {
    background: #fbfbfb;
    max-width: 400px;
    padding-top: 10px;
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px !important;
  }
  .html-view .narrow-column .content-switch {
    display: block;
  }
  .html-view .narrow-column .content-side {
    margin-left: 80px;
    padding-right: 18px;
    max-width: 324px;
    transition: all 300ms ease-out;
    padding-bottom: 100px;
    max-height: 85vh;
    overflow-y: auto;
  }
  .html-view .narrow-column.closed-view {
    width: 80px;
    border-right: 1px solid #e8e8e8;
  }
  .html-view .narrow-column.closed-view .content-side {
    display: none;
  }
  .html-view .narrow-column.closed-view .content-switch {
    min-height: 800px;
    position: relative;
  }
}
.html-view .main-column {
  overflow: visible !important;
  padding-bottom: 100px;
  border-left: 1px solid #cccccc !important;
  float: none !important;
  transition: all 300ms ease-out;
}
@media only screen and (min-width:64.063em) {
  .html-view .main-column {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 64.063em) {
  .html-view .main-column {
    margin-left: 25%;
  }
}
.html-view .main-column:after {
  content: " ";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 100%;
  width: 5000px;
  height: 100%;
  background: #fbfbfb;
}
.html-view .main-column .overview {
  overflow: visible !important;
}
.html-view .main-column .status {
  color: #1F8817;
  margin-bottom: -2px;
}
@media only screen and (min-width:64.063em) {
  .html-view .main-column.closed-view {
    margin-left: 80px;
  }
}
.html-view .page-operatives {
  width: 250px;
  right: 0;
  left: inherit;
}
@media only screen {
  .html-view .page-operatives #text-resizer-controls {
    display: none;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .page-operatives #text-resizer-controls {
    display: block;
  }
}
@media only screen and (max-width: 64em) {
  .html-view .page-operatives {
    padding-top: 22px;
  }
}
.html-view .page-operatives .narrow-column {
  position: relative;
}
.html-view .page-operatives .main-column {
  float: right !important;
  border: 0 !important;
  padding-bottom: 0;
}
.html-view .page-operatives .main-column:after {
  display: none;
}
.html-view .page-operatives .action-mathjax .summary-title {
  margin-right: 15px;
}
@media only screen {
  .html-view .page-operatives .action-mathjax {
    margin-top: 0;
    margin-right: 5px;
    float: right;
  }
}
@media only screen and (min-width:64.063em) {
  .html-view .page-operatives .action-mathjax {
    float: none;
    margin-top: 5px;
    margin-right: 0;
  }
}

.assume-identity-header {
  position: fixed !important;
  top: 0px !important;
  z-index: 20 !important;
}

.sitemap > ul > li ul li {
  margin-left: 15px;
}
.sitemap > ul > li > ul > li ul {
  display: none;
}
.sitemap li {
  font-size: 14px;
}
.sitemap .toggle-child-pages span {
  width: 8px;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .sitemap .toggle-child-pages span {
    font-size: larger;
    width: 12px;
  }
}
.sitemap .toggle-child-pages.closed > .plus {
  display: inline-block;
}
.sitemap .toggle-child-pages.closed > .minus {
  display: none;
}
.sitemap .toggle-child-pages:not(.closed) > .plus {
  display: none;
}
.sitemap .toggle-child-pages:not(.closed) > .minus {
  display: inline-block;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1.2em;
}
.panel .button.blue:hover, .panel .button.blue:focus {
  color: white;
}
.panel .image a, .panel .element-cover-image a {
  display: block;
}
.panel .image a:hover, .panel .element-cover-image a:hover, .panel .image a:focus, .panel .element-cover-image a:focus {
  border: 1px solid #006FCA;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #595959;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #595959;
  color: white !important;
}

.button-no-transition {
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
}
.button-no-transition.transparent-no-border {
  background: transparent;
  color: #595959;
}
.button-no-transition.transparent-no-border:hover, .button-no-transition.transparent-no-border:focus {
  background: transparent;
  border: 1px solid;
}
.button-no-transition.close-button:hover, .button-no-transition.close-button:focus {
  background: transparent;
}

.accordion-navigation .transparent-no-border {
  border: none !important;
  display: block;
  margin-top: 10px;
  padding: 0px;
  text-align: left;
}

.button {
  transition: all 0.5s ease;
  background: #006FCA;
}
.button:hover, .button:focus {
  background: #000000;
}
.button.dark {
  background: rgba(0, 0, 0, 0.6); /* browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#99000000", endColorstr="#99000000"); /* IE */
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.button.dark:hover, .button.dark:focus {
  background: #333333; /* browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#99000000", endColorstr="#99000000"); /* IE */
  border-color: #333333;
}
.button.blue {
  background: #006FCA;
  border: 1px solid #006FCA;
  border-color: #006fca;
  color: #FFFFFF;
}
.button.blue:hover, .button.blue:focus {
  border: 1px solid #333333;
  background: #333333;
  color: #FFFFFF;
}
.button.white-border {
  border: 1px solid;
  border-color: #FFFFFF;
}
.button.transparent {
  background: transparent;
  border: 1px solid #999999;
  color: #595959;
}
.button.transparent:hover, .button.transparent:focus {
  border-color: #006FCA;
  color: #006FCA;
  background: transparent;
}
.button.transparent-no-border {
  background: transparent;
  color: #595959;
}
.button.transparent-no-border:hover, .button.transparent-no-border:focus {
  border-color: #006FCA;
  color: #006FCA;
  background: transparent;
}
.button.transparent-no-border:focus {
  outline: 3px solid #649FF9;
}
.button.grey {
  background: #e8e8e8;
  border: 0;
  padding: 6px 10px;
}
.button.small-med-font {
  font-size: 15px;
  padding: 6px 12px;
}
.button#next-to-list-label {
  border-left: 0;
}
.button.advanced-small {
  margin-left: 10px;
  padding: 6px 5px 5px 9px;
  background: #FFFFFF;
  border-color: #cccccc;
}
.button.advanced-small:hover, .button.advanced-small:focus {
  border-color: #999999;
  background: #FFFFFF;
}
.button.search-small {
  margin-left: 10px;
  padding: 6px 5px 5px 9px;
  background: #FFFFFF;
  border-color: #cccccc;
}
@media only screen and (min-width:64.063em) {
  .button.search-small:hover, .button.search-small.active, .button.search-small:focus {
    border-color: #006FCA;
  }
}
.button.advanced-search-home {
  margin-left: 20%;
  padding: 5px;
}
.button.advanced-search-home:hover, .button.advanced-search-home:focus {
  background: #006FCA;
  border-color: #006FCA;
}
.button.advanced-search-home .icon.adv-search {
  width: 34px;
  height: 36px;
  float: left;
  margin-top: -5px;
  margin-right: 0;
}
.button.advanced-search-home .icon.adv-search:hover, .button.advanced-search-home .icon.adv-search:focus {
  background-image: url("../images/search_on_img.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 33px auto;
}
.button.core-reader {
  background: #808080;
  color: #FFFFFF;
  padding: 7px;
  line-height: 34px !important;
}
.button.core-reader:hover, .button.core-reader:focus {
  background: #006FCA;
  color: #FFFFFF !important;
}
.button.request-permission {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  color: #595959 !important;
  line-height: 34px !important;
  padding: 7px;
  height: 48px;
  font-weight: bold;
}
.button.request-permission:hover, .button.request-permission:focus {
  color: #006FCA !important;
}

.row:not(.postfix-round).collapse a.button.alert.radius, .row:not(.postfix-round).collapse input[type=button] {
  border: 0;
  padding: 0;
}
.row:not(.postfix-round).collapse a.button.alert.radius.postfix, .row:not(.postfix-round).collapse input[type=button].postfix {
  border-radius: 4px;
}

.user-login-summary .button {
  padding: 8px 12px;
  height: 35px;
}

@media only screen and (min-width:40.063em) {
  .button#next-to-list-label {
    border-top-left-radius: 4px;
    border-left: 0;
  }
}
.sa-button {
  padding: 5px !important;
}

.sa-button-text {
  padding: 0.40179rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sa-button-icon {
  border-right: 2px solid #fff;
  padding-left: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.31249rem;
  padding-top: 0.31249rem;
  width: 40px;
}

.sa-button-change-ins {
  margin-top: 5px;
}

.sa-button-change-ins > a {
  color: #006FCA;
}

.kbart-generate-button {
  margin-top: 25px;
}

.button-group {
  display: block;
  margin: 0 auto;
}
.button-group li {
  float: none;
  list-style: none;
}
.button-group li a {
  width: 100%;
  text-align: left;
}

@media only screen and (min-width:40.063em) {
  .button-group {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  .button-group li {
    float: left;
  }
  .button-group.ctas li {
    margin-left: 15px;
    list-style: none;
  }
  .button-group.ctas li:first-child {
    margin-left: 0;
  }
  .button-group.inline li {
    float: left !important;
    margin-right: 10px;
  }
}
/*
 * Add some padding, so the minus button sits above any buttons, etc;
 */
/*
 * When text is larger, allow more space for text like "Download table of contents text"
 * When browser is narrow, allow more space for text like "Download table of contents text"
 */
.large-text a.large-text-two-lines {
  height: 55px;
}

@media only screen and (max-width: 73.75em) {
  a.large-text-two-lines {
    height: 55px;
  }
}
@media only screen and (max-width: 40em) {
  a.large-text-two-lines {
    height: auto;
  }
}
.actions {
  padding: 15px 20px;
  color: #595959;
  /* border-bottom: 1px solid $smoke; */
  padding-bottom: 0px;
  clear: both;
  border: none;
}
.actions:last-child, .actions.no-border {
  border-bottom: 0;
}
.actions .sort-content {
  margin-bottom: 0;
}
.actions .toggle {
  margin-bottom: 20px;
}
.actions .button-group {
  margin: 0;
}
.actions .button-group li {
  margin-bottom: 15px;
  float: none;
  list-style: none;
}
.actions .button-group li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .actions .button-group li a {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 40em) {
  .actions .button-group.keywords li {
    margin-bottom: 0;
  }
}
.actions .title-underline h3 {
  color: #333333;
}
.actions .title-underline > div:first-child,
.actions .title-underline > h2 {
  color: #333333;
  margin-top: 0.2rem;
  margin-bottom: 10px;
  font-size: 20px;
}
.actions .icheckbox_flat-blue,
.actions .iradio_flat-blue {
  margin: 3px 8px 3px 0;
}
.actions.fixed-action {
  position: fixed;
  top: 0;
  overflow: visible;
}
.actions .explore-all {
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
.actions .explore-all h6 {
  width: auto;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0px;
}
.actions .explore-all.align-top {
  margin-top: 7px !important;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .actions {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 40em) {
  .actions {
    padding: 15px 12px;
  }
}
.actions .summary-title {
  color: #333333;
}
.actions .filter-title label {
  font-weight: bold;
  color: #333333;
}
.article-classifications li {
  display: inline-block;
  margin-bottom: 17px;
  margin-right: 10px;
}
.article-classifications .button-group.inline li {
  float: none;
}
.article-classifications .button-group.inline li a.button.grey:hover,
.article-classifications .button-group.inline li a.button.grey:focus,
.article-classifications .button-group.inline li a.button.grey:visited,
.article-classifications .button-group.inline li a.button.grey:active {
  color: #595959;
}
.article-classifications .classifications-subheading {
  clear: both;
  font-size: 16px;
}

.menu .sub-nav.centre {
  margin: 0 auto;
}
.menu .sub-nav li {
  margin-left: 0;
}
@media only screen and (min-width:64.063em) {
  .menu li a:hover, .menu li a:focus {
    color: #006FCA;
  }
  .menu.top li a:hover, .menu.top li a:focus {
    background-color: #006FCA;
    color: #FFFFFF;
  }
}

.list-label {
  padding-top: 0.71429rem;
  padding-right: 1.42857rem;
  padding-bottom: 0.78571rem;
  padding-left: 10px;
  font-size: 0.78571rem;
  color: #FFFFFF;
  float: left;
}
.list-label.centre-offset {
  position: static;
  padding-top: 19px;
  padding-bottom: 6px;
  margin-left: 0;
  padding-right: 5px;
  float: left;
}
@media only screen and (max-width: 40em) {
  .list-label.centre-offset {
    padding-top: 6px;
  }
}

@media only screen and (min-width:40.063em) {
  .list-label {
    padding-left: 23px;
  }
}
@media only screen and (min-width:64.063em) {
  .list-label.centre-offset {
    position: absolute;
    bottom: 4px;
    left: -125px;
  }
}
.top-bar {
  line-height: inherit;
}
.top-bar .toggle-topbar {
  left: 0;
  right: auto;
}
.top-bar .toggle-topbar.account {
  right: 0;
  left: auto;
}

.ie9 .secondary:not(.button) .cart .icon {
  width: 20px;
}

.secondary:not(.button) {
  background: #FFFFFF;
  border-bottom: 1px solid #dedede;
  padding: 7px 0;
  height: 49px;
}
.secondary:not(.button) .f-dropdown {
  display: none;
}
.secondary:not(.button) .top-bar {
  z-index: 3;
  width: 50%;
  float: left;
}
.secondary:not(.button) .top-bar .title-area {
  height: 45px;
}
.secondary:not(.button) .wrapper {
  position: relative;
}
.secondary:not(.button) .account-loggedin.active img {
  opacity: 0 !important;
}
.secondary:not(.button) .menu-icon {
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  background-image: url("../images/menu.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  float: left;
  display: block;
  position: relative;
  top: 5px;
  left: 0;
  margin-right: 10px;
  background-color: #FFFFFF;
}
.secondary:not(.button) .menu-icon.active {
  background-image: url("../images/close.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.secondary:not(.button) .menu-icon.account:not(.identities) {
  background-image: url("../images/login.svg");
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  left: auto;
  width: 34px;
  height: 34px;
  background-size: 20px 20px;
  background-color: #808080;
  border-radius: 4px;
  top: 0;
  margin-right: 0;
  overflow: hidden;
}
@media only screen and (min-width:64.063em) {
  .secondary:not(.button) .menu-icon.account:not(.identities):hover, .secondary:not(.button) .menu-icon.account:not(.identities):focus {
    background-color: #006FCA;
  }
}
.secondary:not(.button) .menu-icon.account:not(.identities).active {
  background-color: #006FCA;
}
.secondary:not(.button) .menu-icon.identities {
  width: auto;
  height: 34px;
  top: 0;
  background-image: none;
}
.secondary:not(.button) .menu-icon.identities img {
  height: 100%;
}
.secondary:not(.button) .menu-icon.identities.no-logo {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-image: url("../images/dropdown_arrow_grey.svg");
  background-position: 4px 6px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  margin-top: 0px;
  margin-right: 5px;
  width: 35px !important;
  height: 35px;
}
.secondary:not(.button) .menu-icon.identities.no-logo.active {
  background-image: url("../images/dropdown_arrow_blue.svg");
  background-position: 4px 6px;
  background-repeat: no-repeat;
}
.secondary:not(.button) .menu-icon.identities.no-logo > img {
  display: none;
}
.secondary:not(.button) .menu-icon.open {
  background-image: url("../images/close.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.secondary:not(.button) .sub-nav {
  float: left;
}
.secondary:not(.button) li a:hover, .secondary:not(.button) li a:focus, .secondary:not(.button) li a:active, .secondary:not(.button) li a:focus {
  color: #006FCA;
}
.secondary:not(.button) li a.active {
  color: #006FCA;
}
.secondary:not(.button) li a.button:focus {
  border: 1px solid #333333;
  background: #333333;
  color: #FFFFFF !important;
}
.secondary:not(.button) .cart {
  background: transparent;
}
.secondary:not(.button) .cart .icon {
  background-image: url("../images/cart.svg");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 12px;
}
.secondary:not(.button) .cart .no-of-items {
  margin-right: 10px;
}
.secondary:not(.button) .cart a {
  color: #595959;
  display: inline-block;
}
@media only screen and (min-width:64.063em) {
  .secondary:not(.button) .cart a {
    height: 45px;
  }
}
.secondary:not(.button) .cart a:focus {
  border: 1px solid #006FCA;
}
.secondary:not(.button) .centered {
  text-align: center;
}
.secondary:not(.button) .centered .sub-nav {
  float: none;
}
.secondary:not(.button) .centered .cart {
  position: absolute;
  right: 9px;
  top: 0;
  float: none;
}
.secondary:not(.button) .centered .cart a {
  margin-top: 0;
  padding-right: 22px !important;
}
.secondary:not(.button) .centered .menu-icon.account {
  float: right;
}
@media only screen and (min-width:40.063em) {
  .secondary:not(.button) .profile .user {
    margin-top: -4px;
    height: 45px;
    padding-top: 4px;
  }
}
.secondary:not(.button) .profile .institution-name {
  padding-top: 8px;
  height: 40px;
}
.secondary:not(.button) .profile .institution-name > a {
  padding-right: 0;
  padding-left: 15px;
}
.secondary:not(.button) .profile .institution-primary-logo {
  padding-left: 10px;
}
.secondary:not(.button) .profile .button.blue {
  border-radius: 0px;
  background: transparent;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
}
@media only screen and (max-width: 40em) {
  .secondary:not(.button) .profile .button.blue {
    border-bottom: 1px solid #181817;
  }
}
.secondary:not(.button) .profile .button.blue:hover, .secondary:not(.button) .profile .button.blue:focus {
  background-color: #333333;
}
.secondary:not(.button) .profile-mobile li {
  list-style: none;
  float: left;
}
.secondary:not(.button) .logged-out-menu .cart {
  position: static;
}

@media only screen and (min-width:40.063em) {
  .secondary:not(.button) {
    height: 46px;
    padding: 0;
  }
  .secondary:not(.button) .f-dropdown {
    display: block;
  }
  .secondary:not(.button) .welcome {
    display: none;
  }
  .secondary:not(.button) .centered .menu-icon {
    display: none;
  }
  .secondary:not(.button) .menu-icon {
    top: 10px;
  }
  .secondary:not(.button) .menu-icon.account {
    display: none;
  }
  .secondary:not(.button) .account-menu .sub-nav li {
    display: none;
  }
  .secondary:not(.button) .cart a {
    padding: 12px 0 12px 0px !important;
    margin-left: 0px;
    margin-top: -4px;
  }
  .secondary:not(.button) .cart .icon {
    display: inline-block;
  }
  .secondary:not(.button) .profile {
    padding-top: 4px;
  }
  .secondary:not(.button) .profile .button {
    padding: 8px 20px;
  }
  .secondary:not(.button) .profile .button.blue {
    margin-left: 10px;
    color: #FFFFFF !important;
    display: block;
    padding-bottom: 9px;
    padding-top: 9px;
    background: #006FCA;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width:40.063em) and (min-width:64.063em) {
  .secondary:not(.button) .profile .button.blue {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 1.4em;
  }
}
@media only screen and (min-width:40.063em) {
  .secondary:not(.button) .profile .button.blue:hover, .secondary:not(.button) .profile .button.blue:focus {
    background-color: #333333;
  }
  .secondary:not(.button) .divider {
    border-left: 1px solid #dedede;
    height: 45px;
    width: 1px;
    margin-top: -4px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width:40.063em) and (min-width:64.063em) {
  .secondary:not(.button) .divider {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width:40.063em) {
  .logged-out-menu {
    display: none !important;
  }
  .logged-out-menu .cart {
    position: absolute;
  }
}
@media only screen and (min-width:64.063em) {
  .secondary:not(.button) .menu-icon {
    display: none;
  }
  .secondary:not(.button) .top-bar {
    width: 100%;
  }
  .secondary:not(.button) .top-bar.account-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
  }
  .secondary:not(.button) .sub-nav {
    padding-top: 12px;
  }
  .secondary:not(.button) .sub-nav.left li:first-child a {
    padding-left: 0;
  }
  .secondary:not(.button) .profile {
    padding-top: 4px;
  }
  .centered .dropdown-menu-mobile li:first-child a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 69.375em) {
  .secondary:not(.button) .profile .button.blue {
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .secondary:not(.button) .profile .button.blue:hover, .secondary:not(.button) .profile .button.blue:focus {
    background-color: #333333;
  }
  .secondary:not(.button) .divider {
    margin-left: 10px;
    margin-right: 10px;
  }
  .secondary:not(.button) .register > a.button {
    padding-left: 8px;
    padding-right: 8px;
  }
  .secondary:not(.button) .dropdown-menu-mobile.profile.profile .institution-primary-logo a img {
    max-width: 25px;
    max-height: 25px;
  }
}
#menu-icon li {
  list-style: none;
}

.menu .services {
  text-align: center;
  margin-top: 0;
  background-color: #333333;
  background-image: url("../images/pattern_dark_grey.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}
.menu .services .heading-section h2 {
  margin-bottom: 0px;
  padding: 6px 5px 6px 10px;
}
@media only screen and (max-width: 40em) {
  .menu .services .heading-section h2 {
    margin-top: 0px;
  }
}
.menu .services li a {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #3d3d3d;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-color: #595959;
  background-color: #000000;
}
.menu .services li a:hover, .menu .services li a:focus {
  background-color: #006FCA;
  color: #FFFFFF;
}

@media only screen and (min-width:40.063em) {
  .menu .services {
    margin-top: -0.65em;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .menu .services .heading-section {
    position: relative;
  }
  .menu .services .heading-section h2 {
    position: absolute;
    padding-top: 17px;
    right: 20px;
    width: 100px;
    float: none;
  }
  .menu .services .button-group {
    margin: 0 0;
  }
  .menu .services li:last-child a {
    border-top-right-radius: 4px;
    border-right: 0;
  }
  .menu .services li a {
    border-bottom: 0;
    padding-left: 23px;
    border-right: 1px solid #292927;
  }
  .menu .services li a:hover, .menu .services li a:focus {
    border-color: #292927;
  }
}
.institution-logo .current {
  display: none;
}
.institution-logo a {
  display: block;
}
.institution-logo .number {
  position: absolute;
  top: 0;
  left: 0;
  background: #6b6b6b;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  line-height: 22px;
}
.institution-logo .circle {
  position: absolute;
  background: #454545;
  height: 21px;
  width: 21px;
  z-index: 2;
  left: 7px;
  border-radius: 40px;
  top: 7px;
}
.institution-logo #institution-options {
  padding: 15px;
}
.institution-logo #institution-options li {
  width: auto;
  float: left;
  margin-left: 10px;
  height: 35px;
  width: 35px;
  padding: 0;
  float: left;
  background-color: #3d3d3d;
  color: #FFFFFF;
  overflow: hidden;
  cursor: auto;
}
.institution-logo #institution-options li img {
  text-align: center;
  width: 100%;
  line-height: 31px;
}
.institution-logo #institution-options li:hover {
  background: transparent;
}
.institution-logo #institution-options li:first-child {
  margin-left: 0;
}

@media only screen and (min-width:40.063em) {
  .institution-logo .current {
    display: block;
    height: 35px;
    width: 35px;
    padding: 0 !important;
    float: left;
    position: relative;
  }
}
.off-canvas-wrap .left-off-canvas-toggle {
  display: inline-block;
  background-image: url("../images/arrow_previous_white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  left: 9px;
  z-index: 2;
  width: 15px;
  height: 22px;
}

@media only screen and (min-width:64.063em) {
  .off-canvas-wrap .left-off-canvas-toggle {
    display: none;
  }
}
.dropdown-menu-mobile {
  width: 100%;
  background: #333333;
  position: absolute;
  z-index: 9;
  top: 39px;
  left: 0;
  right: 0;
  display: none;
}
.dropdown-menu-mobile.open-drawer {
  display: block;
  padding-top: 0;
}
.dropdown-menu-mobile.open-drawer .cart {
  position: relative;
  left: 0;
}
.dropdown-menu-mobile.open-drawer .cart a {
  float: left;
  border-left: 0;
  padding-left: 10px;
  width: 100%;
  color: #FFFFFF;
}
.dropdown-menu-mobile li {
  float: none;
}
.dropdown-menu-mobile li a, .dropdown-menu-mobile li span.menu {
  display: block;
  text-align: left;
  border-bottom: 1px solid #181817;
  padding-left: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #f3f3f3;
  font-size: 14px !important;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
}
.dropdown-menu-mobile li a:hover, .dropdown-menu-mobile li a:focus, .dropdown-menu-mobile li span.menu:hover, .dropdown-menu-mobile li span.menu:focus {
  color: #f3f3f3;
  background-color: #181817;
}
.dropdown-menu-mobile li span.menu {
  margin-right: 10px;
}
.dropdown-menu-mobile li span.menu:hover, .dropdown-menu-mobile li span.menu:focus {
  color: #595959 !important;
}
.dropdown-menu-mobile.logged-in-launch {
  display: none !important;
}
.dropdown-menu-mobile.logged-in-launch.open-drawer {
  display: inline-block !important;
}

.backdrop {
  background: #000000;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 4;
  left: 0;
  top: 10rem;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

@media only screen and (min-width:40.063em) {
  .dropdown-menu-mobile.profile {
    width: auto;
    background: transparent;
    position: static;
    z-index: 0;
    top: 45px;
    left: 0;
    right: 0;
    display: table;
  }
  .dropdown-menu-mobile.profile li {
    float: left;
  }
  .dropdown-menu-mobile.profile li a, .dropdown-menu-mobile.profile li span.menu {
    display: block;
    text-align: inherit !important;
    border-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #595959;
  }
  .dropdown-menu-mobile.profile li a.button, .dropdown-menu-mobile.profile li span.menu.button {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .dropdown-menu-mobile.profile li a.button.blue, .dropdown-menu-mobile.profile li span.menu.button.blue {
    border-bottom-color: #006FCA;
  }
  .dropdown-menu-mobile.profile li a.button.blue:hover, .dropdown-menu-mobile.profile li a.button.blue:focus, .dropdown-menu-mobile.profile li span.menu.button.blue:hover, .dropdown-menu-mobile.profile li span.menu.button.blue:focus {
    border-bottom-color: #000000;
  }
  .dropdown-menu-mobile.profile li a.button.transparent, .dropdown-menu-mobile.profile li span.menu.button.transparent {
    border-bottom-color: #999999;
  }
  .dropdown-menu-mobile.profile li a.button.transparent:hover, .dropdown-menu-mobile.profile li a.button.transparent:focus, .dropdown-menu-mobile.profile li span.menu.button.transparent:hover, .dropdown-menu-mobile.profile li span.menu.button.transparent:focus {
    border-bottom-color: #006FCA;
  }
  .centered .dropdown-menu-mobile {
    width: auto;
    background: transparent;
    position: initial;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    display: table;
  }
  .centered .dropdown-menu-mobile li {
    float: left;
  }
  .centered .dropdown-menu-mobile li a, .centered .dropdown-menu-mobile li span.menu {
    display: block;
    text-align: left;
    border-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #595959;
  }
  .centered .dropdown-menu-mobile li a:hover, .centered .dropdown-menu-mobile li a:focus, .centered .dropdown-menu-mobile li span.menu:hover, .centered .dropdown-menu-mobile li span.menu:focus {
    color: #006FCA;
    background-color: transparent;
  }
  .dropdown-menu-mobile {
    top: 45px;
  }
  .dropdown-menu-mobile li a:hover, .dropdown-menu-mobile li a:focus {
    color: #006FCA;
    background-color: transparent;
  }
}
@media only screen and (max-width: 40em) {
  .secondary .sub-nav.dropdown-menu-mobile > li > a {
    cursor: default;
  }
  .secondary .sub-nav.dropdown-menu-mobile > li > a:hover, .secondary .sub-nav.dropdown-menu-mobile > li > a:focus {
    color: #f3f3f3;
    background-color: inherit;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li:last-child {
    height: 65px !important;
  }
}
@media only screen and (max-width: 40em) {
  .dropdown-menu-mobile.profile.profile.identities .hide-for-identities {
    display: none !important;
  }
  .dropdown-menu-mobile.profile.profile.personal .hide-for-personal {
    display: none !important;
  }
}
.dropdown-menu-mobile.profile.profile .show-for-small li a {
  cursor: default;
}
.dropdown-menu-mobile.profile.profile .show-for-small li a:hover, .dropdown-menu-mobile.profile.profile .show-for-small li a:focus {
  background-color: inherit;
}
.dropdown-menu-mobile.profile.profile .show-for-small.user li a:hover, .dropdown-menu-mobile.profile.profile .show-for-small.user li a:focus {
  color: #f3f3f3;
}
.dropdown-menu-mobile.profile.profile .show-for-small.user li:first-child > a {
  color: #595959;
}
.dropdown-menu-mobile.profile.profile .show-for-small.user li:first-child > a:hover, .dropdown-menu-mobile.profile.profile .show-for-small.user li:first-child > a:focus {
  color: #595959;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li a {
  color: #595959;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li a:hover, .dropdown-menu-mobile.profile.profile .show-for-small.institutions li a:focus {
  color: #595959;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li span {
  float: right;
  height: 40px;
  margin: 7px;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li span img {
  height: inherit;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li:last-child a {
  color: #f3f3f3;
  height: 55px;
}
.dropdown-menu-mobile.profile.profile .show-for-small.institutions li:last-child a:hover, .dropdown-menu-mobile.profile.profile .show-for-small.institutions li:last-child a:focus {
  color: #f3f3f3;
}

@media only screen and (min-width:64.063em) {
  .dropdown-menu-mobile {
    width: auto;
    background: transparent;
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    display: table;
  }
  .dropdown-menu-mobile li {
    float: left;
  }
  .dropdown-menu-mobile li a, .dropdown-menu-mobile li span.menu {
    display: block;
    text-align: left;
    border-bottom: 0;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #595959;
    font-size: 12px !important;
    font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .dropdown-menu-mobile li a:hover, .dropdown-menu-mobile li a:focus, .dropdown-menu-mobile li span.menu:hover, .dropdown-menu-mobile li span.menu:focus {
    color: #006FCA !important;
    background-color: transparent;
  }
  .dropdown-menu-mobile li a[data-no-link]:hover, .dropdown-menu-mobile li a[data-no-link]:focus {
    color: inherit !important;
  }
  .dropdown-menu-mobile li span.menu:hover, .dropdown-menu-mobile li span.menu:focus {
    color: #595959 !important;
  }
}
#user-options.f-dropdown:before {
  left: 19px;
}

.f-dropdown {
  width: auto;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(153, 153, 153);
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}
.f-dropdown li {
  width: 100%;
  line-height: normal;
}
.f-dropdown li a {
  padding: 3px 15px !important;
}
.f-dropdown li p {
  padding: 5px 15px !important;
  margin-bottom: 0;
}
.f-dropdown:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999 rgba(0, 0, 0, 0) !important;
}
.f-dropdown > a {
  color: #006FCA;
}

#institution-options li a {
  padding: 0px !important;
}

.dropdown-menu-mobile.profile.profile .institution-name > a.name:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  background-image: url("../images/dropdown_arrow_grey.svg");
  background-position: 0px -2px;
  background-repeat: no-repeat;
  height: 8px;
  width: 13px;
  background-size: 12px auto;
  margin-right: 8px;
}
.dropdown-menu-mobile.profile.profile .institution-name > a.name:hover:before, .dropdown-menu-mobile.profile.profile .institution-name > a.name:after, .dropdown-menu-mobile.profile.profile .institution-name > a.name.open:before {
  background-image: url("../images/dropdown_arrow_blue.svg");
  background-position: 0px -2px;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
.dropdown-menu-mobile.profile.profile .institution-name > a.name.account-drop-down {
  position: relative;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown {
  display: none !important;
  max-height: 460px;
  overflow-y: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 0;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li {
  cursor: default;
  min-height: 45px;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li a {
  margin-top: 4px;
  line-height: 16px;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li a + span {
  width: 80%;
  float: left;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li span {
  width: 20%;
  float: right;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li span img {
  margin-top: 4px;
  height: 35px;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li:last-child {
  height: 53px;
  background-color: #f3f3f3;
  padding: 9px;
}
.dropdown-menu-mobile.profile.profile .institution-name #institutions-dropdown li:last-child > a {
  width: 100%;
  margin: 0;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.dropdown-menu-mobile.profile.profile .institution-primary-logo a {
  padding: 0;
}
.dropdown-menu-mobile.profile.profile .institution-primary-logo a img {
  max-height: 35px;
  max-width: 35px;
}
.dropdown-menu-mobile.profile.profile .institution-login {
  padding-right: 5px;
}

#user-options {
  display: none !important;
}
#user-options li a:hover {
  color: #595959 !important;
}

.dropdown-link:before {
  content: "";
  display: none;
}

@media only screen and (min-width:40.063em) {
  .dropdown-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
    cursor: pointer;
  }
  .dropdown-link.account-drop-down {
    position: relative;
  }
  .dropdown-link:before {
    cursor: pointer;
    content: "";
    display: inline-block;
    background-image: url("../images/icn_user.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    background-size: 20px auto;
    margin-top: 6px;
  }
  .dropdown-link:hover:before, .dropdown-link:focus:before, .dropdown-link:after, .dropdown-link.open:before {
    background-image: url("../images/icn_user_hover.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  /* .f-dropdown {
       width: auto;
       border-radius: 4px;
       li {
           width: 100%;
           line-height: normal;
           a {
               padding: 15px;
           }
       }
   }*/
}
.footer-social-icon {
  width: 36px;
  height: 36px;
}
.footer-social-icon path {
  fill: #FFF;
}
.footer-social-icon circle {
  stroke: #FFF;
}
.footer-social-icon:hover path, .footer-social-icon:focus path, .footer-social-icon:active path {
  fill: #006ED2;
}
.footer-social-icon:hover circle, .footer-social-icon:focus circle, .footer-social-icon:active circle {
  stroke: #006ED2;
}

.attributes-social-icon svg {
  width: 36px;
  height: 36px;
}
.attributes-social-icon svg path {
  fill: #FFF;
}
.attributes-social-icon svg circle {
  fill: #000;
  opacity: 0.65;
}
.attributes-social-icon:hover circle, .attributes-social-icon:focus circle, .attributes-social-icon:active circle {
  fill: #006ED2;
  opacity: 1;
}

.social {
  margin-bottom: 0;
}
.social li {
  float: left;
  margin-left: 0.75em;
  width: auto;
  list-style: none;
}
.social.left li:first-child {
  margin-left: 0;
}
.social.right li:last-child {
  margin-right: 0;
}
.social .icon {
  height: 38px;
  width: 38px;
  display: block;
  transition: none 300ms ease-out;
}
.social .icon:before {
  display: block;
}
.social .fb {
  background-image: url("../images/footer_facebook.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .fb:after {
  content: " ";
}
.social .fb:hover, .social .fb:focus, .social .fb:after {
  background-image: url("../images/footer_facebook_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .tw {
  background-image: url("../images/footer_twitter.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .tw:after {
  content: " ";
}
.social .tw:hover, .social .tw:focus, .social .tw:after {
  background-image: url("../images/footer_twitter_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .li {
  background-image: url("../images/footer_linkedin.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .li:after {
  content: " ";
}
.social .li:hover, .social .li:focus, .social .li:after {
  background-image: url("../images/footer_linkedin_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .yt {
  background-image: url("../images/footer_youtube.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .yt:after {
  content: " ";
}
.social .yt:hover, .social .yt:focus, .social .yt:after {
  background-image: url("../images/footer_youtube_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .in {
  background-image: url("../images/footer_instagram.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social .in:after {
  content: " ";
}
.social .in:hover, .social .in:focus, .social .in:after {
  background-image: url("../images/footer_instagram_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .fb {
  background-image: url("../images/btn__facebook.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .fb:after {
  content: " ";
}
.social.black .fb:hover, .social.black .fb:focus, .social.black .fb:after {
  background-image: url("../images/btn__facebook_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .linkedin {
  background-image: url("../images/btn__linkedin.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .linkedin:after {
  content: " ";
}
.social.black .linkedin:hover, .social.black .linkedin:focus, .social.black .linkedin:after {
  background-image: url("../images/btn__linkedin_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .tw {
  background-image: url("../images/btn__twitter.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .tw:after {
  content: " ";
}
.social.black .tw:hover, .social.black .tw:focus, .social.black .tw:after {
  background-image: url("../images/btn__twitter_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .gp {
  background-image: url("../images/btn__google.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .gp:after {
  content: " ";
}
.social.black .gp:hover, .social.black .gp:focus, .social.black .gp:after {
  background-image: url("../images/btn__google_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .yt {
  background-image: url("../images/btn__youtube.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .yt:after {
  content: " ";
}
.social.black .yt:hover, .social.black .yt:focus, .social.black .yt:after {
  background-image: url("../images/btn__youtube_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .sc {
  background-image: url("../images/btn__soundcloud.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .sc:after {
  content: " ";
}
.social.black .sc:hover, .social.black .sc:focus, .social.black .sc:after {
  background-image: url("../images/btn__soundcloud_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .pinterest {
  background-image: url("../images/btn__pinterest.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .pinterest:after {
  content: " ";
}
.social.black .pinterest:hover, .social.black .pinterest:focus, .social.black .pinterest:after {
  background-image: url("../images/btn__pinterest_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .ig {
  background-image: url("../images/btn__instagram.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .ig:after {
  content: " ";
}
.social.black .ig:hover, .social.black .ig:focus, .social.black .ig:after {
  background-image: url("../images/btn__instagram_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.black .alert :hover circle, .social.black .alert:focus circle, .social.black .alert:active circle {
  fill: #006ED2;
  opacity: 100;
}
.social.black .alert-disabled {
  cursor: default;
}
.social.black .rss :hover circle, .social.black .rss:focus circle, .social.black .rss:active circle {
  fill: #006ED2;
  opacity: 100;
}
.social.black .share :hover circle, .social.black .share:focus circle, .social.black .share:active circle {
  fill: #006ED2;
  opacity: 100;
}
.social.black .bookmark :hover circle, .social.black .bookmark:focus circle, .social.black .bookmark:active circle {
  fill: #006ED2;
  opacity: 100;
}
.social.white {
  margin-top: 4px;
}
.social.white .fb {
  background-image: url("../images/btn__facebook_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .fb:after {
  content: " ";
}
.social.white .fb:hover, .social.white .fb:focus, .social.white .fb:after {
  background-image: url("../images/btn__facebook_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .linkedin {
  background-image: url("../images/btn__linkedin_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .linkedin:after {
  content: " ";
}
.social.white .linkedin:hover, .social.white .linkedin:focus, .social.white .linkedin:after {
  background-image: url("../images/btn__linkedin_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .tw {
  background-image: url("../images/btn__twitter_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .tw:after {
  content: " ";
}
.social.white .tw:hover, .social.white .tw:focus, .social.white .tw:after {
  background-image: url("../images/btn__twitter_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .gp {
  background-image: url("../images/btn__google_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .gp:after {
  content: " ";
}
.social.white .gp:hover, .social.white .gp:focus, .social.white .gp:after {
  background-image: url("../images/btn__google_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .yt {
  background-image: url("../images/btn__youtube_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .yt:after {
  content: " ";
}
.social.white .yt:hover, .social.white .yt:focus, .social.white .yt:after {
  background-image: url("../images/btn__youtube_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .sc {
  background-image: url("../images/btn__soundcloud_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .sc:after {
  content: " ";
}
.social.white .sc:hover, .social.white .sc:focus, .social.white .sc:after {
  background-image: url("../images/btn__soundcloud_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .pinterest {
  background-image: url("../images/btn__pinterest_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .pinterest:after {
  content: " ";
}
.social.white .pinterest:hover, .social.white .pinterest:focus, .social.white .pinterest:after {
  background-image: url("../images/btn__pinterest_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .ig {
  background-image: url("../images/btn__instagram_mobile.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .ig:after {
  content: " ";
}
.social.white .ig:hover, .social.white .ig:focus, .social.white .ig:after {
  background-image: url("../images/btn__instagram_mobile_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.social.white .alert > svg {
  position: absolute;
}
.social.white .alert:hover path, .social.white .alert:focus path {
  fill: #006ED2;
}
.social.white .alert-disabled {
  cursor: default;
}
.social.white .alert-disabled > svg {
  position: absolute;
}
.social.white .alert-disabled:hover path, .social.white .alert-disabled:focus path {
  fill: #006ED2;
}
.social.white .bookmark > svg {
  position: absolute;
}
.social.white .bookmark:hover path, .social.white .bookmark:focus path {
  fill: #006ED2;
}
.social.white .rss > svg {
  position: absolute;
}
.social.white .rss:hover path, .social.white .rss:focus path {
  fill: #006ED2;
}
.social.white .share > svg {
  position: absolute;
}
.social.white .share:hover path, .social.white .share:focus path {
  fill: #006ED2;
}
.social.wwp > a {
  display: inline-block;
}
.social.wwp .alert {
  height: 25px;
  width: 25px;
}
.social.wwp .alert > svg {
  height: 25px;
  width: 25px;
}
.social.wwp .alert:hover circle, .social.wwp .alert:focus circle, .social.wwp .alert:active circle {
  fill: #006ED2;
  opacity: 100;
}
.social.wwp .alert-disabled {
  height: 25px;
  width: 25px;
  cursor: default;
}
.social.wwp .rss {
  height: 25px;
  width: 25px;
}
.social.wwp .rss > svg {
  height: 25px;
  width: 25px;
}
.social.wwp .rss:hover circle, .social.wwp .rss:focus circle, .social.wwp .rss:active circle {
  fill: #006ED2;
  opacity: 100;
}

.share-container {
  position: relative;
}
.share-container .social-share-options.responsive {
  border: none;
  position: relative;
  background: white;
  height: 145px;
  margin-top: 45px;
  width: 194px;
  border-radius: 5px;
}
.share-container .social-share-options.responsive .at-icon-wrapper {
  display: inline-block;
}
.share-container .social-share-options:not(.responsive) {
  border: 1px solid #999999;
  padding: 0;
  background: white;
  position: absolute;
  width: 165px;
  z-index: 10;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 1px 3px #999999;
}
.share-container .social-share-options:not(.responsive).new-journal-banner, .share-container .social-share-options:not(.responsive).new-collection-banner {
  right: 0;
  bottom: 40px;
}
@media only screen and (min-width:64.063em) {
  .share-container .social-share-options:not(.responsive) {
    right: 0;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .share-container .social-share-options > li {
    width: 100%;
  }
}

section.banner .share-container .social-share-options:not(.responsive) {
  right: 0;
}

.cookie-message {
  background-color: #595959;
  display: none;
}
.cookie-message p, .cookie-message a, .cookie-message a:hover {
  color: white;
}
.cookie-message a {
  text-decoration: underline;
}
.cookie-message a.cookie-close {
  float: right;
}
.cookie-message a.cookie-close > img {
  min-width: 37px;
}
.cookie-message .columns:nth-of-type(1) {
  padding: 30px 30px 10px 30px;
}
.cookie-message .columns:nth-of-type(2) {
  padding: 30px 30px 0px 0px;
}
@media only screen and (max-width: 40em) {
  .cookie-message .columns:nth-of-type(1) {
    padding: 15px 30px 5px 15px;
  }
  .cookie-message .columns:nth-of-type(2) {
    padding: 15px 15px 0px 0px;
  }
}

.reveal-modal {
  padding: 0px;
  border-radius: 0;
}
.reveal-modal .header {
  text-align: center;
  background-color: #f3f3f3;
  padding: 20px;
}
.reveal-modal .header .heading_07 + p, .reveal-modal .header .split-panel .article-title + p, .split-panel .reveal-modal .header .article-title + p {
  color: #595959;
  padding-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 40em) {
  .reveal-modal .header {
    padding-top: 60px;
  }
}
.reveal-modal .wrapper {
  padding: 20px;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal .close-reveal-modal {
    width: 38px;
    height: 38px;
    top: -38px;
    right: -38px;
    text-indent: -9999px;
    background-image: url("../images/icn_circle__btn_close_white.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.reveal-modal legend label {
  font-weight: bold;
  color: #333333;
}

.reveal-modal-bg {
  background-color: #1a1a1a;
  opacity: 0.95;
}

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.country-picker {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
}

.country-picker .input-container {
  position: relative;
  width: 100%;
}

.country-picker input {
  width: 100%;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 60px;
}

.country-picker button.globe-icon,
.country-picker button.clear-icon,
.country-picker button.dropdown-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.country-picker button.globe-icon {
  left: 10px;
  background-image: url("../images/globe.svg");
  width: 20px;
  height: 20px;
  cursor: default;
}

.country-picker button.clear-icon {
  display: none;
  right: 25px;
  background-image: url("../images/delete-cart-item-darker.png");
  width: 15px;
  height: 15px;
}

.country-picker button.dropdown-icon {
  top: 55%;
  right: 5px;
  background-image: url("../images/dropdown_arrow.svg");
  width: 10px;
  height: 10px;
}

.country-picker ul {
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1;
  position: absolute;
  left: 0;
}

.country-picker ul li {
  padding: 8px;
  cursor: pointer;
}

.country-picker ul li:hover, .country-picker ul li.active {
  background-color: #eee;
}

.country-picker-error-msg {
  display: none;
  font-size: 0.85714rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0.64286rem;
  background: #cd391f;
  color: #fff !important;
  position: relative;
  z-index: 0;
}

.country-picker-legal-notice-msg {
  display: none;
  margin-top: 5px;
}

.county-state-section {
  margin-top: 8.5px;
}

.country-institution-section {
  padding-left: 10px;
  padding-right: 10px;
}

.submit-in-field {
  width: 100%;
  max-width: 300px;
}
.submit-in-field:after {
  content: " ";
}
.submit-in-field input[type=text],
.submit-in-field input[type=search] {
  border-right: 0;
  box-shadow: 0 0 0 0;
  color: #545454;
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding-right: 0;
}
.submit-in-field input[type=text]:hover, .submit-in-field input[type=text]:focus,
.submit-in-field input[type=search]:hover,
.submit-in-field input[type=search]:focus {
  background: #FFFFFF;
  box-shadow: none;
}
.submit-in-field input[type=submit] {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-left: 0;
  background-image: url("../images/search_in_field.svg");
  background-position: 80% -3px;
  background-repeat: no-repeat;
  transition: none;
}
@media only screen and (min-width: 64em) {
  .submit-in-field:after, .submit-in-field input[type=submit]:hover, .submit-in-field input[type=submit]:focus {
    background-image: url("../images/search_in_field_hover.svg");
    background-position: 80% -3px;
    background-repeat: no-repeat;
  }
}

.search-form input[type=text] {
  color: #545454;
}

.narrow-column .submit-in-field-add input[type=submit] {
  background-image: url("../images/btn_open_small.svg");
  background-position: 20px 10px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media only screen and (min-width: 64em) {
  .narrow-column .submit-in-field-add:after, .narrow-column .submit-in-field-add input[type=submit]:hover, .narrow-column .submit-in-field-add input[type=submit]:focus {
    background-image: url("../images/btn_open_small_hover.svg");
    background-position: 20px 10px;
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
.narrow-column button.icon {
  padding: 0;
  display: flex !important;
}
.narrow-column button.icon:hover, .narrow-column button.icon:focus, .narrow-column button.icon:active {
  border: none;
}
.narrow-column button.icon:hover path, .narrow-column button.icon:focus path, .narrow-column button.icon:active path {
  fill: #006ED2 !important;
}

.banner input[type=text]:focus {
  outline: 0 none;
}

.submit-in-field input[type=submit] {
  text-indent: -9999px;
}

@media screen and (-ms-high-contrast: active) {
  .search-input input[type=submit] {
    background-image: url("../images/icn__search_white.svg");
    background-position: center 5px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-size: 25px;
  }
}
@media only screen and (-ms-high-contrast: active) and (min-width: 64em) {
  .search-input input[type=submit]:hover, .search-input input[type=submit]:focus {
    background-color: #333333;
  }
}

.search-input input[type=submit] {
  background-image: url("../images/icn__search_white.svg");
  background-position: center 5px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 25px;
}
@media only screen and (min-width: 64em) {
  .search-input input[type=submit]:hover, .search-input input[type=submit]:focus {
    background-color: #333333;
  }
}

.chosen-container-single .chosen-single {
  width: 260px;
  background: transparent;
  border-radius: 4px;
  padding: 7px 12px;
  height: auto;
  border-color: #ccc;
}

select {
  background-image: none;
  color: #595959;
  background-color: #FFFFFF;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
}
select:hover, select:focus {
  cursor: pointer;
  background-color: #FFFFFF;
  border-color: #cccccc;
}

/*
 * IE was not respecting Foundation CSS to set placeholder text colour.
 * Adding some more explicit rules to enable this.
 */
input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #696969;
  opacity: 1;
}
input[type=email]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #696969;
  opacity: 1;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #696969;
  opacity: 1;
}
input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #696969;
  opacity: 1;
}
input[type=email].auto-width-input, input[type=text].auto-width-input, input[type=password].auto-width-input, textarea.auto-width-input {
  display: inline-block;
  width: auto;
}

input[type=email]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  outline: 2px solid #649FF9;
}

/* input field instruction style */
.instructions {
  background: #f3f3f3;
  color: #6E6E6E;
  border: 1px solid #cccccc;
  font-size: 0.85714rem;
  font-style: italic;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -20px;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.css-kona-postfix {
  height: 1.7857142857rem !important;
  min-height: 1.7857142857rem !important;
  margin-top: 3px;
  color: #595959;
}

.css-kona-postfix-button-update {
  background: url(/core/cambridge-core/public/images/update-cart-quantity.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
}

.css-kona-postfix-button-remove {
  background: url(/core/cambridge-core/public/images/btn_item_remove.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
}

.css-kona-card-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.register a {
  color: #006FCA;
}

a.form-link {
  color: #006FCA;
}

#recaptcha .grecaptcha-badge {
  bottom: 60px !important;
  z-index: 1;
  visibility: hidden;
}

.recaptcha-terms a {
  color: #006FCA;
}

input.searchAndFilter {
  padding-left: 35px;
  background-image: url("../images/search_in_field.svg");
  background-position: 0 -3px;
  background-repeat: no-repeat;
  transition: none;
}
input.searchAndFilter:focus {
  background-image: url("../images/search_in_field.svg");
  background-position: 0 -3px;
  background-repeat: no-repeat;
}

.inline-item {
  margin-right: 10px;
  float: left;
  clear: none;
}

.display-hide {
  display: none;
}

.instructor-margin {
  margin-bottom: 10px;
}

.icon {
  cursor: pointer;
  width: 37px;
  height: 37px;
}
.icon.inline {
  display: inline-block;
  height: 1em;
  background-size: 1em 1em;
  width: 1em;
}
.icon.inline.large, .icon.inline.large > svg {
  height: 1.7em;
  background-size: 1.68em 1.68em;
  width: 1.7em;
}
.icon:after {
  content: " ";
}
.icon.adv-search {
  width: 19px;
  height: 23px;
  float: left;
  margin-top: -2px;
}
.icon.adv-search.white {
  background-image: url("../images/search_on_img.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  background-size: 32px 34px;
  background-position: center 0px;
}
.icon.adv-search.white.banner {
  background-size: 19px 19px;
  background-position: left center;
}
.icon.adv-search.white.banner:hover, .icon.adv-search.white.banner:focus {
  background-image: url("../images/search_advanced_in_field_hover.svg");
  background-position: -6px -5px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.icon.adv-search.grey {
  background-image: url("../images/search_advanced_in_field.svg");
  background-position: -7px -5px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
@media only screen and (min-width:64.063em) {
  .icon.adv-search:hover, .icon.adv-search:focus, .icon.adv-search:after {
    background-image: url("../images/search_advanced_in_field_hover.svg");
    background-position: -7px -5px;
    background-repeat: no-repeat;
  }
}
.icon.cookie-close {
  background-image: url("../images/icn_circle__btn_close_white.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  float: right;
}
.icon.mobile-search {
  background-image: url("../images/icn__search_small_grey.svg");
  background-position: -2px -3px;
  background-repeat: no-repeat;
  width: 19px;
  height: 23px;
  float: left;
  margin-top: -2px;
}
@media only screen and (min-width:64.063em) {
  .icon.mobile-search:hover, .icon.mobile-search:focus, .icon.mobile-search:after {
    background-image: url("../images/icn__search_small_hover.svg");
    background-position: -2px -3px;
    background-repeat: no-repeat;
  }
}
.icon.mobile-search.active {
  background-image: url("../images/icn__search_small_hover.svg");
  background-position: -2px -3px;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon:hover, .icon:focus {
    color: #006FCA;
  }
}
.icon.arrow-grey {
  background-image: url("../images/dropdown_arrow_grey.svg");
  background-position: 16px 11px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: none 300ms ease-out;
  position: absolute;
  right: 0;
  top: 8px;
}
.icon.arrow-grey.open {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
}
.icon.arrow {
  background-image: url("../images/dropdown_arrow_mobile.svg");
  background-position: 11px 11px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: none 300ms ease-out;
}
.icon.arrow.open {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
}
.icon.switch {
  width: 42px;
  height: 30px;
  float: right;
}
.icon.switch.on {
  background-image: url("../images/icn_switch_on.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.switch.off {
  background-image: url("../images/icn_switch_off.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.toggle {
  margin-left: 18px;
  display: flex;
}
.icon.toggle:not(.close) > .is-opened {
  display: none;
}
.icon.toggle.close > .is-closed {
  display: none;
}
.icon.open-drawer.small {
  width: auto;
  height: auto;
  line-height: 16px;
}
.icon.open-drawer.small > svg {
  vertical-align: bottom;
}
.icon.open-drawer.small:hover path, .icon.open-drawer.small:focus path, .icon.open-drawer.small:active path {
  fill: #006ED2;
}
.icon.open-drawer--bold {
  font-weight: bold;
  color: #333333;
  display: block;
}
.icon.open-drawer.medium {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.icon.open-drawer.medium > .is-opened {
  display: none;
}
.icon.close.medium {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.icon.close.medium.close > .is-closed {
  display: none;
}
.icon.tablet {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.icon.tablet:not(.close) > .is-opened {
  display: none;
}
.icon.tablet.close > .is-closed {
  display: none;
}
.icon.tablet:after, .icon.tablet:before {
  display: block;
}
.icon.toggle-cord:after, .icon.toggle-cord:before {
  display: block;
}
.icon.toggle-cord:not(.close) .is-opened {
  display: none !important;
}
.icon.toggle-cord:not(.close) .is-closed {
  display: block !important;
}
.icon.toggle-cord.close .is-closed {
  display: none !important;
}
.icon.toggle-cord.close .is-opened {
  display: block !important;
}
.icon.access {
  width: 18px;
  height: 20px;
  float: left;
  margin: 0 7px 0 0;
}
.icon.access.open-access {
  background-image: url("../images/icn_access_open.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 1px 0 0 0;
}
.icon.access.entitled, .icon.access.tick, .icon.access.partialentitlement {
  background-image: url("../images/icn_access_other.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 1px 0 0 0;
}
.icon.access.partialentitlement {
  background-image: url("../images/icn_access_other_grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.access.addedToCart, .icon.access.tick {
  background-image: url("../images/icn_access_blue.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 1px 0 0 0;
  color: #000000;
  margin-top: 3px;
}
.icon.access.contains-open-access, .icon.access.partial {
  background-image: url("../images/icn_access_hybrid.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 1px 0 0 0;
}
.icon.access-icon {
  width: 18px;
  height: 20px;
  float: left;
  margin: 1px 0 0 0;
}
.icon.access-icon > svg {
  width: 100%;
  height: 100%;
  float: inherit;
}
.icon.pdf {
  background-image: url("../images/icn_pdf.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.pdf.icn {
  background-image: url("../images/icn_pdf_small.svg");
  background-position: -9px -7px;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.pdf.icn:hover, .icon.pdf.icn:focus, .icon.pdf.icn:after {
    background-image: url("../images/icn_pdf_small_hover.svg");
    background-position: -9px -7px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .icon.pdf:hover, .icon.pdf:focus, .icon.pdf:after {
    background-image: url("../images/icn_pdf_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.html {
  background-size: contain;
  background-image: url("../images/icn_html.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.html.icn {
  background-image: url("../images/icn_html_small.svg");
  background-position: -9px -7px;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.html.icn:hover, .icon.html.icn:focus, .icon.html.icn:after {
    background-image: url("../images/icn_html_small_hover.svg");
    background-position: -9px -7px;
    background-repeat: no-repeat;
  }
}
.icon.html.icn.wide {
  width: 65px;
}
@media only screen and (min-width:64.063em) {
  .icon.html:hover, .icon.html:focus, .icon.html:after {
    background-image: url("../images/icn_html_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.xml {
  background-image: url("../images/icn_xml.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.xml.icn {
  background-image: url("../images/icn_xml.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  float: left;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.xml.icn:hover, .icon.xml.icn:focus, .icon.xml.icn:after {
    background-image: url("../images/icn_xml_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .icon.xml:hover, .icon.xml:focus, .icon.xml:after {
    background-image: url("../images/icn_xml_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.xls {
  background-image: url("../images/icn_xls.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.xls.icn {
  background-image: url("../images/icn_xls.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  float: left;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.xls.icn:hover, .icon.xls.icn:focus, .icon.xls.icn:after {
    background-image: url("../images/icn_xls_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .icon.xls:hover, .icon.xls:focus, .icon.xls:after {
    background-image: url("../images/icn_xls_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.open-practice-badge {
  height: 40px;
  width: 36px;
  display: inline-block;
}
.icon.open-practice-badge.data {
  background-image: url("../images/icon_open_data@2x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon.open-practice-badge.data:hover, .icon.open-practice-badge.data:focus, .icon.open-practice-badge.data:after {
    background-image: url("../images/icon_open_data_ov@2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.open-practice-badge.materials {
  background-image: url("../images/icon_open_materials@2x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon.open-practice-badge.materials:hover, .icon.open-practice-badge.materials:focus, .icon.open-practice-badge.materials:after {
    background-image: url("../images/icon_open_materials_ov@2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.open-practice-badge.preregistered {
  background-image: url("../images/icon_open_preregistered@2x.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon.open-practice-badge.preregistered:hover, .icon.open-practice-badge.preregistered:focus, .icon.open-practice-badge.preregistered:after {
    background-image: url("../images/icon_open_preregistered_ov@2x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.epub {
  background-image: url("../images/icn_epub.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.epub.icn {
  background-image: url("../images/icn_epub.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  float: left;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.epub.icn:hover, .icon.epub.icn:focus, .icon.epub.icn:after {
    background-image: url("../images/icn_epub_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .icon.epub:hover, .icon.epub:focus, .icon.epub:after {
    background-image: url("../images/icn_epub_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.kindle {
  background-image: url("../images/icn_kindle.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.kindle.icn {
  background-image: url("../images/icn_kindle.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 26px;
  width: 55px;
  float: left;
  margin-bottom: -8px;
  background-size: 33px;
  padding-left: 23px;
}
@media only screen and (min-width:64.063em) {
  .icon.kindle.icn:hover, .icon.kindle.icn:focus, .icon.kindle.icn:after {
    background-image: url("../images/icn_kindle_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width:64.063em) {
  .icon.kindle:hover, .icon.kindle:focus, .icon.kindle:after {
    background-image: url("../images/icn_kindle_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.google-drive {
  background-image: url("../images/icn_google_drive.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon.google-drive:hover, .icon.google-drive:focus, .icon.google-drive:after {
    background-image: url("../images/icn_google_drive_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.dropbox {
  background-image: url("../images/icn_dropbox.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (min-width:64.063em) {
  .icon.dropbox:hover, .icon.dropbox:focus, .icon.dropbox:after {
    background-image: url("../images/icn_dropbox_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.eye {
  background-image: url("../images/icn_core_reader.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
}
.icon.delete {
  background-image: url("../images/keyword_delete.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 16px;
  display: inline-block;
  margin: 0 1px -3px 0;
}
@media only screen and (min-width:64.063em) {
  .icon.delete:hover, .icon.delete:focus, .icon.delete:after {
    background-image: url("../images/keyword_delete_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
.icon.standard {
  display: block;
}
.icon.search {
  background-image: url("../images/html_icn_search.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.search:hover, .icon.search:focus, .icon.search:after, .icon.search.active {
  background-image: url("../images/html_icn_search_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.compass:hover, .icon.compass:focus, .icon.compass:active, .icon.diagram:hover, .icon.diagram:focus, .icon.diagram:active, .icon.action:hover, .icon.action:focus, .icon.action:active, .icon.content:hover, .icon.content:focus, .icon.content:active, .icon.info:hover, .icon.info:focus, .icon.info:active, .icon.speech-bubble:hover, .icon.speech-bubble:focus, .icon.speech-bubble:active, .icon.link:hover, .icon.link:focus, .icon.link:active {
  opacity: 1;
}
.icon.compass:hover path, .icon.compass:focus path, .icon.compass:active path, .icon.diagram:hover path, .icon.diagram:focus path, .icon.diagram:active path, .icon.action:hover path, .icon.action:focus path, .icon.action:active path, .icon.content:hover path, .icon.content:focus path, .icon.content:active path, .icon.info:hover path, .icon.info:focus path, .icon.info:active path, .icon.speech-bubble:hover path, .icon.speech-bubble:focus path, .icon.speech-bubble:active path, .icon.link:hover path, .icon.link:focus path, .icon.link:active path {
  fill: #006ED2;
}
.icon.compass:hover circle, .icon.compass:focus circle, .icon.compass:active circle, .icon.diagram:hover circle, .icon.diagram:focus circle, .icon.diagram:active circle, .icon.action:hover circle, .icon.action:focus circle, .icon.action:active circle, .icon.content:hover circle, .icon.content:focus circle, .icon.content:active circle, .icon.info:hover circle, .icon.info:focus circle, .icon.info:active circle, .icon.speech-bubble:hover circle, .icon.speech-bubble:focus circle, .icon.speech-bubble:active circle, .icon.link:hover circle, .icon.link:focus circle, .icon.link:active circle {
  stroke: #006ED2;
}
.icon.info.tooltip-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
}
.icon.info.tooltip-icon.info-icon {
  vertical-align: text-top;
  display: inline-flex;
}
.icon.pen {
  background-image: url("../images/html_icn_author.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.pen:hover, .icon.pen:focus, .icon.pen:after, .icon.pen.active {
  background-image: url("../images/html_icn_author_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.full-size {
  background-image: url("../images/icn_img_expand.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.full-size:hover, .icon.full-size:focus, .icon.full-size:after {
  background-image: url("../images/icn_img_expand_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.download {
  background-image: url("../images/download_icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 5px 0px;
}
.icon.alert:hover path, .icon.alert:focus path, .icon.alert:after path, .icon.alert:active path {
  fill: #006ED2;
}
.icon.edit {
  background-image: url("../images/btn__edit_grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.edit:hover, .icon.edit:focus, .icon.edit:after, .icon.edit.active {
  background-image: url("../images/btn__edit_grey_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.delete-large {
  background-image: url("../images/btn__delete_grey.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.icon.delete-large:hover, .icon.delete-large:focus, .icon.delete-large:after, .icon.delete-large.active {
  background-image: url("../images/btn__delete_grey_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.up {
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 25px;
  line-height: 16px;
  background-image: url("../images/up-thin.svg");
  background-position: 10% center;
  background-repeat: no-repeat;
}
.icon.up:hover, .icon.up:focus, .icon.up:after, .icon.up.active {
  background-image: url("../images/up-thin_hover.svg");
  background-position: 10% center;
  background-repeat: no-repeat;
}
.icon.down {
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 25px;
  line-height: 16px;
  background-image: url("../images/down-thin.svg");
  background-position: 10% center;
  background-repeat: no-repeat;
}
.icon.down:hover, .icon.down:focus, .icon.down:after, .icon.down.active {
  background-image: url("../images/down-thin_hover.svg");
  background-position: 10% center;
  background-repeat: no-repeat;
}

.download-types .icon {
  height: 34px;
  width: 34px;
}

.dashboard-blocks .icon {
  height: 30px;
  width: 30px;
  position: absolute;
}
.dashboard-blocks .icon.info {
  background-image: url("../images/info.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .icon.info.unread {
  background-image: url("../images/info_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 64em) {
  .dashboard-blocks .icon.category {
    border-top: 0px !important;
  }
}
.dashboard-blocks .alerts .icon.category {
  background-image: url("../images/alert_grey.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .bookmarks .icon.category {
  background-image: url("../images/bookmark.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .purchased-content .icon.category {
  background-image: url("../images/purchased_content.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .search-records .icon.category {
  background-image: url("../images/search.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .subscriptions .icon.category {
  background-image: url("../images/subscription.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .groups .icon.category {
  background-image: url("../images/groups.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .societies .icon.category {
  background-image: url("../images/societies.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dashboard-blocks .trial .icon.category {
  background-image: url("../images/trial.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.icon-image-expand {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url("../images/icn_img_expand.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon-image-expand:after {
  content: " ";
}
@media only screen and (min-width:64.063em) {
  .icon-image-expand:hover, .icon-image-expand:focus, .icon-image-expand:after {
    background-image: url("../images/icn_img_expand_hover.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.icon-list-item {
  margin-right: 5px !important;
}

.icon-crossmark {
  background-image: url("../images/icn_crossmark.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 105px;
  height: 38px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-crossmark {
    background-image: url("../images/icn_crossmark@2x.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
  }
}

.icon-tick {
  background-image: url("../images/tick-blue.png");
  background-position: 0px 1px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 17px;
  display: inline-block;
}

.chapter-wrapper .icon.toggle {
  margin-right: 0;
}

.article-actions .crossmark-widget {
  position: relative;
  width: 180px;
  height: 40px;
  display: inline-block;
}
.article-actions .crossmark-widget img {
  height: 40px;
  position: absolute;
  top: -2px;
}

#core-reader-information .crossmark-widget {
  width: 180px;
  height: 40px;
  display: inline-block;
  margin-top: 20px;
}
#core-reader-information .crossmark-widget img {
  height: 40px;
}

.icon-svg {
  vertical-align: text-top;
}

.close-container {
  padding-bottom: 23px;
}

a[id^=tooltip-close-link] {
  float: right;
  color: #0072cf;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute;
  top: 0;
  right: 30px;
}

.bottom-left {
  bottom: 0;
  left: 30px;
  position: absolute;
}

.bottom-right {
  bottom: 0;
  right: 0;
  position: absolute;
}

.display-block {
  display: block;
}

/* Search Results pill */
.overview .type,
.type {
  background-color: #e8e8e8;
  color: #000000;
  padding: 0 7px 0 7px;
  display: table;
  border-radius: 4px;
  margin-bottom: 4px;
}

.overview {
  overflow: hidden;
  clear: both;
}
.overview .image, .overview .element-cover-image {
  width: 24%;
  margin-right: 4%;
  float: left;
  height: auto !important;
}
.overview .image a > img, .overview .element-cover-image a > img {
  max-height: 260px !important;
  width: 100% !important;
}
.overview ul {
  list-style: none;
}
.overview li:last-child {
  margin-bottom: 0;
}
.overview li.source, .overview li.published {
  min-height: 19px;
}
.overview li.court-data .case-date {
  display: inline-block;
  font-style: italic;
}
.overview li.court-data .case-date:after {
  content: "; ";
}
.overview li.court-data .case-date:last-child:after {
  content: ".";
}
.overview li.author span.excerpt-type, .overview li.status.get span.excerpt-type, .overview li.pages span.excerpt-type, .overview li.abstract span.excerpt-type {
  margin-left: -1px;
}
.overview li.title.title-margin, .overview h4.title.title-margin {
  margin-top: 0px;
}
.overview .details {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .overview .details {
    width: 70%;
  }
}
.overview.representation.search .details {
  width: 100%;
}
.overview.representation.search .details.has-text-hits {
  width: 90%;
}
@media only screen and (max-width: 40em) {
  .overview.representation.overview .details {
    width: 100%;
  }
}
.overview .author,
.overview .source,
.overview .url,
.overview .published,
.overview .court-data,
.overview .date,
.overview .pages,
.overview .review-date {
  color: #595959;
  margin-bottom: 2px;
}
.overview .review-date {
  font-weight: bold;
  clear: both;
}
.overview .status {
  color: #1F8817;
}
.overview .title .article-title {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.overview .title,
.overview .title h5,
.overview .title h6,
.overview .name {
  margin-bottom: 4px;
  color: #333333;
}
@media only screen {
  .overview .title a,
  .overview .title h5 a,
  .overview .title h6 a,
  .overview .name a {
    display: inline-block;
    width: 70%;
  }
  .overview .title .pages,
  .overview .title h5 .pages,
  .overview .title h6 .pages,
  .overview .name .pages {
    display: inline-block;
    width: 30%;
    text-align: right;
  }
}
@media only screen and (min-width:64.063em) {
  .overview .title a,
  .overview .title h5 a,
  .overview .title h6 a,
  .overview .name a {
    width: 100%;
  }
  .overview .title .pages,
  .overview .title h5 .pages,
  .overview .title h6 .pages,
  .overview .name .pages {
    width: 20%;
  }
}
.overview .title.full-width a,
.overview .title h5.full-width a,
.overview .title h6.full-width a,
.overview .name.full-width a {
  width: 100%;
}
.overview .title h3 {
  font-size: 14px !important;
  line-height: 1;
  font-weight: bold;
}
.overview .biblio-meta {
  color: #595959;
  margin-bottom: 10px;
}
.overview .meta-info {
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #595959;
  margin-bottom: 0px;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  .overview .meta-info {
    word-break: break-all;
  }
}
.overview .sub-title {
  margin-bottom: 8px;
  color: #333333;
}
.overview .pages {
  font-weight: 400;
}
.overview .source {
  margin-bottom: 4px !important;
}
.overview .author,
.overview .product-status {
  margin-bottom: 8px;
}
.overview .date {
  margin-bottom: 8px;
  margin-bottom: 10px;
}
.overview .bold {
  color: #333333;
}
@media only screen and (max-width: 40em) {
  .overview .doi {
    word-break: break-all;
  }
}
.overview.last {
  margin-bottom: 0px !important;
}
.article-page .overview .details {
  width: 100%;
}

@media only screen and (min-width:40.063em) {
  .overview .image, .overview .element-cover-image {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .overview .details {
    width: 94%;
  }
  .overview .author a {
    color: #006FCA;
  }
}
@media only screen and (min-width:64.063em) {
  .overview .image, .overview .element-cover-image {
    margin-bottom: 15px;
  }
}
span.type.book, span.type.chapter {
  color: #700190;
}
span.type.journal, span.type.article, span.type.issue {
  color: #0109b9;
}
span.type.other {
  color: #5b3909;
}

.product-listing-filter li span.productStatus {
  color: #1F8817;
  font-weight: bold;
  float: none;
}
.product-listing-filter li span.productStatusWarning {
  color: #CD391F;
}
.product-listing-filter li a.get {
  font-weight: normal;
}

li span.productStatus {
  color: #1F8817;
  font-weight: bold;
  float: none;
}
li span.productStatusWarning {
  color: #CD391F;
}

@media only screen and (max-width: 40em) {
  .journal-tiles .overview {
    margin-bottom: 20px;
  }
  .journal-tiles .overview .title a {
    width: 100%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .journal-tiles .overview {
    overflow: hidden;
    height: 200px;
    width: 100%;
  }
  .journal-tiles .overview .title a {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
  .journal-tiles .overview .author,
  .journal-tiles .overview .source {
    max-height: 40px;
    width: 100%;
  }
}

.accordion {
  margin-bottom: 0;
}
.accordion .content {
  display: none;
  padding-top: 10px;
  clear: both;
  transition: all 0.5s ease;
}
.accordion .content.active {
  display: block;
}
.accordion .icon {
  float: left;
}
.accordion ul.access {
  padding-left: 2px;
}
.accordion .fourth ul.access {
  padding-left: 7px;
}
.accordion .accordion-navigation {
  display: block !important;
}
.accordion .accordion-navigation.active .icon.open-drawer.small .is-opened {
  display: inline-flex;
}
.accordion .accordion-navigation.active .icon.open-drawer.small .is-closed {
  display: none;
}
.accordion .accordion-navigation:not(.active) .icon.open-drawer.small .is-opened {
  display: none;
}
.accordion .accordion-navigation:not(.active) .icon.open-drawer.small .is-closed {
  display: inline-flex;
}
.accordion .accordion-navigation ul li {
  list-style: none;
}
.accordion .accordion-navigation > a {
  color: #999999;
  padding: 0 10px;
  border-bottom: 1px solid #181817;
  display: block;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width:64.063em) {
  .accordion .accordion-navigation > a:hover, .accordion .accordion-navigation > a:focus {
    color: #006FCA;
  }
}
.accordion .accordion-navigation > a:hover path, .accordion .accordion-navigation > a:focus path, .accordion .accordion-navigation > a:active path {
  fill: #006ED2;
}
.accordion :not(.second) > .accordion-navigation:not(.active) .is-opened {
  display: none;
}
.accordion :not(.second) > .accordion-navigation:not(.active) .is-closed {
  display: block !important;
}
.accordion :not(.second) > .accordion-navigation.active .is-closed {
  display: none;
}
.accordion :not(.second) > .accordion-navigation.active .is-opened {
  display: block !important;
}

.nested-accordion {
  margin: 25px 0 50px !important;
}
.nested-accordion .icon {
  float: right;
}
.nested-accordion .accordion-navigation > a {
  padding: 15px !important;
  border-bottom: 0;
  color: inherit;
}
.nested-accordion a {
  margin-left: 0px !important;
  background: #dedede;
}
.nested-accordion a.item {
  background: #FFFFFF !important;
}
.nested-accordion a .columns {
  padding-left: 0px !important;
}
.nested-accordion > li {
  border: 1px solid #999999;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.nested-accordion .level li.status {
  margin-right: 5px;
}
.nested-accordion .level li.status :last-child {
  margin-right: 0px !important;
}
.nested-accordion .level .tray-access-label {
  display: inline-block;
  padding-left: 2px;
}
.nested-accordion .level.second a {
  background: #e8e8e8;
  border-top: 1px solid #cccccc;
  padding-left: 25px !important;
}
.nested-accordion .level.second a .icon {
  float: left;
  margin: 1px 0 0 0;
}
.nested-accordion .level.second a .icon.toggle-cord {
  margin: 0px 5px 0 0;
}
.nested-accordion .level.third a {
  background: #f7f7f7;
  padding-left: 35px !important;
}
.nested-accordion .level.third a div {
  line-height: 25px;
}
.nested-accordion .level.third .tray-access-label {
  padding-left: 0;
}
.nested-accordion .level.fourth {
  padding-left: 10px !important;
  padding-right: 10px;
  background: #FFFFFF;
}
.nested-accordion .level.fourth > li {
  border-bottom: 1px solid #FFFFFF;
}
.nested-accordion .level.fourth > li:last-child {
  border-bottom: 0;
}
.nested-accordion .level.fourth a {
  background: transparent;
  padding: 8px 0;
  border-top: 0;
  overflow: hidden;
  display: block;
}
.nested-accordion .level.fourth .icon {
  float: left;
  margin: 2px 5px 0 0;
}
.nested-accordion .level.fourth:first-child {
  border-top: 1px solid #cccccc;
}
.nested-accordion .level .issue,
.nested-accordion .level .date,
.nested-accordion .level .pages {
  margin: 0;
  color: inherit;
}
.nested-accordion .access {
  margin: 0;
  color: inherit;
}
.nested-accordion .access .icon {
  float: left;
}
.nested-accordion .tray-access-label {
  display: inline-block;
  padding-left: 5px;
}
.nested-accordion .content {
  padding-top: 0;
}

.accordion-expander {
  padding: 10px !important;
}
.accordion-expander .icon.tablet {
  margin-right: 10px;
  float: right;
}

@media only screen and (min-width:64.063em) {
  .nested-accordion .icon {
    float: right;
  }
  .nested-accordion .accordion.fourth {
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide .details {
  float: none;
  margin: 0 auto;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .carousel-container img {
    max-width: 140%;
  }
}
@media screen and (max-width: 40em) and (orientation: portrait) {
  .slick-next, .slick-prev {
    display: none !important;
  }
  .carousel-container .current {
    top: 15px !important;
    left: 25px !important;
    font-size: 0.6em;
    display: none;
  }
  .carousel-container img {
    max-width: 230%;
  }
  .carousel-container .caption {
    top: 20px !important;
    left: 20px !important;
    height: 100%;
    width: 100%;
    margin-top: 0px !important;
    text-align: left;
  }
  .carousel-container .caption .title {
    font-size: 25px;
    margin-bottom: 0px !important;
  }
  .carousel-container .caption .description {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.2em;
  }
  .carousel-container .caption a.button.transparent {
    font-size: 16px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: auto;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #FFFFFF url("/cambridge-core/public/images/ajax-loader.gif") center center no-repeat;
}

.slick-pause, .slick-play {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-size: contain;
  background-color: transparent;
  color: transparent;
  top: 13px;
  right: 25px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-pause {
  background-image: url("../images/btn__pause_white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.slick-pause:hover {
  outline: none;
  background-color: transparent;
  background-image: url("../images/btn__pause_white_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
}

.slick-play {
  background-image: url("../images/btn__play_white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.slick-play:hover {
  outline: none;
  background-color: transparent;
  background-image: url("../images/btn__play_white_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-image: url("../images/icn_circle__btn_arrow_previous_white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  color: transparent;
  top: 50%;
  margin-top: -18px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background-color: transparent;
  background-image: url("../images/icn_circle__btn_arrow_previous_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
}
.slick-prev:focus,
.slick-next:focus {
  background-color: transparent;
  color: transparent;
}

.slick-next {
  background-image: url("../images/icn_circle__btn_arrow_next_white.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.slick-next:hover {
  background-image: url("../images/icn_circle__btn_arrow_next_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.slick-prev {
  left: 25px;
  z-index: 1;
}

.slick-next {
  right: 25px;
}

.slick-slide {
  position: relative;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 2px solid #e8e8e8;
  border-radius: 30px;
  display: block;
  outline: none;
  background: #FFFFFF;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
@media only screen and (min-width:40.063em) {
  .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
@media only screen and (max-width: 40em) {
  .slick-dots li button {
    height: 20px;
    width: 20px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #006FCA;
  border-color: #006FCA;
}

.carousel-container {
  margin-top: 0;
}
.carousel-container .caption {
  position: absolute;
  top: 25%;
  left: 100px;
}
.carousel-container .title,
.carousel-container .description,
.carousel-container .button {
  color: #FFFFFF;
}
.carousel-container .title:hover,
.carousel-container .description:hover,
.carousel-container .button:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.carousel-container .current {
  position: absolute;
  top: 40px;
  left: 60px;
  color: #FFFFFF;
}
.carousel-container .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.carousel-container .description {
  font-size: 18px;
  margin-bottom: 15px;
}

.carousel-facts {
  background: #dedede;
  text-align: center;
}
.carousel-facts .stat-title {
  margin-bottom: 30px;
}
.carousel-facts .details {
  width: 100%;
}
.carousel-facts .slick-slide {
  padding: 38px;
}
.carousel-facts .slick-next {
  right: 10px;
  top: 51px;
  background-image: url("../images/icn_circle__btn_arrow_next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-facts .slick-next:hover {
  background-image: url("../images/icn_circle__btn_arrow_next_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-facts .slick-prev {
  left: 10px;
  top: 51px;
  background-image: url("../images/icn_circle__btn_arrow_previous.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.carousel-facts .slick-prev:hover {
  background-image: url("../images/icn_circle__btn_arrow_previous_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.arrow {
  width: 37px;
  height: 37px;
  background-size: 37px 37px;
  display: inline-block;
}
.arrow:after {
  content: " ";
}
.arrow.next {
  background-image: url("../images/icn_circle__btn_arrow_next.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.arrow.next:hover, .arrow.next:after {
  background-image: url("../images/icn_circle__btn_arrow_next_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.arrow.prev {
  background-image: url("../images/icn_circle__btn_arrow_previous.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.arrow.prev:hover, .arrow.prev:after {
  background-image: url("../images/icn_circle__btn_arrow_previous_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.book-cover-cited-by-section, .access {
  /* fix for alignment issue */
}
.book-cover-cited-by-section.hasButtons, .access.hasButtons {
  line-height: 40px;
}
.book-cover-cited-by-section.hasButtons .icon.access.addedToCart, .access.hasButtons .icon.access.addedToCart {
  margin-top: 11px;
}
.book-cover-cited-by-section.icon-padding, .access.icon-padding {
  padding-left: 0;
}
.book-cover-cited-by-section .citation .number, .access .citation .number {
  font-weight: bold;
  background: #e8e8e8;
  padding: 0 5px;
  border-radius: 8px;
}
.book-cover-cited-by-section.links, .access.links {
  margin-top: 10px;
  min-height: 22px;
}
.book-cover-cited-by-section.links li, .access.links li {
  float: left;
  width: auto;
}
@media medium-up {
  .book-cover-cited-by-section.links li, .access.links li {
    margin: 5px 0;
  }
}
@media small-only {
  .book-cover-cited-by-section.links li, .access.links li {
    margin: 10px;
  }
}
.book-cover-cited-by-section.links li:first-child a:hover, .access.links li:first-child a:hover {
  color: inherit;
}
.book-cover-cited-by-section .status, .access .status {
  float: left;
}
.book-cover-cited-by-section .status.get, .access .status.get {
  color: #006FCA;
}
.book-cover-cited-by-section .status.get a:not(.button), .access .status.get a:not(.button) {
  font-weight: normal;
}
.book-cover-cited-by-section .status.open-access, .access .status.open-access {
  color: #000000;
  margin-right: 70px;
}
.book-cover-cited-by-section .status.entitled, .access .status.entitled {
  color: #000000;
}
.book-cover-cited-by-section .status.partentitled, .access .status.partentitled {
  color: #3d3d3d;
}
.book-cover-cited-by-section .status span.price, .access .status span.price {
  font-weight: bold;
}
.book-cover-cited-by-section .status .status-text, .access .status .status-text {
  margin: 0 17px 0 3px;
}
.book-cover-cited-by-section li, .access li {
  float: left;
  margin-right: 20px;
  margin-bottom: 3px;
  list-style: none;
}
.book-cover-cited-by-section li.entitled, .access li.entitled {
  margin: 0px;
}
.book-cover-cited-by-section li.open-practice-badge-wrapper, .access li.open-practice-badge-wrapper {
  margin-right: 0;
  transform: scale(0.6, 0.6) translate(-20px, -10px);
  width: 26px;
  height: 20px;
}

/* Overrides for positioning on article page */
.article-wrapper .article-meta.overview div.access-modal {
  width: auto;
}
.article-wrapper .article-meta.overview div.access-modal,
.article-wrapper .article-meta.overview div.open-practice-badges-group {
  display: inline-block;
}

@media only screen and (min-width:64.063em) {
  .ie9 .fixed-width-items .large-4 {
    width: 24%;
  }
  .fixed-width-items .large-2 {
    max-width: 161.9px;
  }
  .fixed-width-items .large-2 .image, .fixed-width-items .large-2 .element-cover-image {
    max-width: 150px;
  }
  .fixed-width-items .large-2:nth-last-child(2), .fixed-width-items .large-2:nth-last-child(1) {
    display: none;
  }
  .fixed-width-items .large-4 {
    max-width: 323px;
  }
  .fixed-width-items.titles-collections .large-2:nth-last-child(3), .fixed-width-items.titles-collections .large-2:nth-last-child(2) {
    display: none;
  }
  .xlarge-3:last-child {
    display: none;
  }
}
@media only screen and (min-width: 1248px) {
  .fixed-width-items .large-2:nth-last-child(2) {
    display: block;
  }
  .fixed-width-items.titles-collections .large-2:nth-last-child(2) {
    display: block;
  }
}
@media only screen and (min-width: 1412px) {
  .fixed-width-items .large-2:nth-last-child(1) {
    display: block;
  }
  .fixed-width-items.titles-collections .large-2:nth-last-child(3) {
    display: block;
  }
  .xlarge-3:last-child {
    display: block;
  }
}
.file-actions {
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 5px;
  clear: both;
  padding-bottom: 1px;
}
.file-actions .list-label {
  padding: 13px 0px 13px 10px;
  background: #f7f7f7;
  color: #333333;
}
.file-actions > li {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.file-actions > li.name {
  margin-top: 27px;
  margin-left: 5px;
}
.file-actions .tabs {
  margin-top: 0;
  height: 48px;
  background: #f7f7f7;
}
.file-actions .tabs.download-types a {
  padding: 6px;
}
.file-actions .permissions {
  padding: 14px 7px;
}

@media screen and (max-width: 40em) {
  .file-actions > li {
    width: 100%;
  }
  .download-types {
    padding-bottom: 0;
  }
  .download-types li {
    clear: none;
  }
}
.wrapper.standard-text a, .wrapper.standard-text p, .wrapper.standard-text li, .wrapper.standard-text span, .wrapper.standard-text div {
  line-height: normal;
}
.wrapper.large-text a, .wrapper.large-text p, .wrapper.large-text li, .wrapper.large-text span, .wrapper.large-text div {
  font-size: 20px;
  line-height: 28px;
}

#text-resizer-controls, .text-resizer-controls {
  display: flex !important;
}
#text-resizer-controls li, .text-resizer-controls li {
  align-self: flex-end;
  list-style: none;
}
#text-resizer-controls .standard-text, .text-resizer-controls .standard-text {
  font-size: 16px !important;
}
#text-resizer-controls .large-text, .text-resizer-controls .large-text {
  font-size: 20px;
}
#text-resizer-controls .resize-text, .text-resizer-controls .resize-text {
  font-size: 10px;
}
#text-resizer-controls .standard-text,
#text-resizer-controls .large-text, .text-resizer-controls .standard-text,
.text-resizer-controls .large-text {
  margin-top: 0px !important;
}
#text-resizer-controls .standard-text, #text-resizer-controls .standard-text .resize-text,
#text-resizer-controls .large-text,
#text-resizer-controls .large-text .resize-text, .text-resizer-controls .standard-text, .text-resizer-controls .standard-text .resize-text,
.text-resizer-controls .large-text,
.text-resizer-controls .large-text .resize-text {
  display: block;
  text-align: center;
  line-height: normal !important;
}

/*
 * qTip2 - Pretty powerful tooltips - v2.1.1
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Jul 11 2013 02:03 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 0px 9px 5px;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
} /* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
  padding: 0.75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid rgb(241, 241, 241);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: -10000em;
  top: -10000em;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

.qtip {
  max-width: 320px;
}

.qtip-default {
  border: 1px solid #e8e8e8;
  background-color: #FFFFFF;
  color: #595959;
  font-size: 13px;
  padding: 6px 9px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  text-align: center;
}

.custom-tooltip {
  display: none;
  text-align: center;
  padding: 10px 20px 10px 20px;
}
.custom-tooltip .qtip-content {
  padding: 0;
}
.custom-tooltip .info {
  overflow: hidden;
  padding: 20px;
}
.custom-tooltip .info li {
  width: 50%;
  margin-right: 0;
  min-width: 130px;
  float: left;
}
.custom-tooltip .info li:first-child {
  border-right: 1px solid #f3f3f3;
}
.custom-tooltip .info li a {
  color: #333333;
}
.custom-tooltip .info li a:hover {
  color: #006FCA;
}
.custom-tooltip .icon.access {
  display: inline-block;
  margin-bottom: -1px;
  float: none;
}
.custom-tooltip .price {
  display: block;
  margin-top: 0;
  margin-bottom: -2px;
}
.custom-tooltip .actions {
  background-color: #f3f3f3;
}
.custom-tooltip p {
  margin-bottom: 15px;
}
.custom-tooltip .button {
  margin-left: 15px;
}
.custom-tooltip .button:first-child {
  margin-left: 0;
}
.custom-tooltip .download-types {
  padding: 10px;
  border: 0;
  margin: 0;
}
.custom-tooltip .download-types .list-label {
  float: none;
  margin-bottom: 14px;
  text-align: center;
  margin-right: 0;
}
.custom-tooltip .download-types li:last-child {
  margin-right: 0;
}
.custom-tooltip .download-types a {
  background-color: transparent;
  padding: 5px;
}

.custom-tooltip--buttons, .custom-tooltip--formats {
  padding: 0 !important;
  background-color: #fff !important;
  text-align: center;
}
.custom-tooltip--buttons .qtip-tip, .custom-tooltip--formats .qtip-tip {
  background-color: #f3f3f3 !important;
}
.custom-tooltip--buttons .custom-tooltip--buttons__left-col, .custom-tooltip--formats .custom-tooltip--buttons__left-col {
  border-right: 2px solid #f3f3f3;
}
.custom-tooltip--buttons .price-highlight, .custom-tooltip--formats .price-highlight {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
}
.custom-tooltip--buttons .price-highlight:hover, .custom-tooltip--formats .price-highlight:hover {
  color: #006FCA !important;
}
.custom-tooltip--buttons a, .custom-tooltip--formats a {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: bold;
  color: #222222 !important;
  display: inline-block;
}
.custom-tooltip--buttons .grey-bg, .custom-tooltip--formats .grey-bg {
  padding-top: 20px;
  margin: -10px;
  padding-bottom: 20px;
}
.custom-tooltip--buttons .grey-bg--lock, .custom-tooltip--formats .grey-bg--lock {
  padding: 15px 0 52px;
}
.custom-tooltip--buttons .button, .custom-tooltip--formats .button {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  color: #fff !important;
}
.custom-tooltip--buttons .toll-col, .custom-tooltip--formats .toll-col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.custom-tooltip--buttons .icon-wrap, .custom-tooltip--formats .icon-wrap {
  display: inline-block;
}
.custom-tooltip--buttons .icon-wrap .icon, .custom-tooltip--formats .icon-wrap .icon {
  margin-right: 5px !important;
}

.custom-tooltip--formats .qtip-tip {
  background-color: #fff !important;
}
.custom-tooltip--formats .list-tooltip {
  display: block;
}
.custom-tooltip--formats .list-tooltip li {
  padding: 0 4px !important;
  margin: 12px 0 5px !important;
  float: left;
  width: 47px;
}
.custom-tooltip--formats .icon-wrap {
  display: inline-block;
}
.custom-tooltip--formats .icon-wrap .icon {
  margin-right: 5px !important;
}

.tooltip-row {
  margin: 10px 0 0 0;
}

.tooltip-link:hover {
  color: #006FCA !important;
}

.tooltip-padding .content {
  padding: 1.42857rem !important;
}

.custom-tooltip--mathjax-listing {
  padding: 10px !important;
  font-size: 16px;
}

.custom-tooltip-button-remove {
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 5px;
}

.inline-tooltip {
  display: inline-block;
  clear: both;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.autocomplete-more-results {
  font-weight: normal;
  padding: 10px 10px 5px 10px;
  text-align: center;
  border-top: 1px solid #cccccc;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  color: #0072cf;
}

.autocomplete-suggestion {
  padding: 9px 10px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 9px 10px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #111;
}

.autocomplete-group {
  padding: 9px 10px;
}

.autocomplete-group strong {
  font-weight: bold;
  color: #111;
  border-top: 1px solid #cccccc;
  padding-top: 14px;
  display: block;
}
.autocomplete-group:first-child strong {
  border-top: 0;
  padding-top: 8px;
}

.page-operatives {
  position: absolute;
  left: 0px;
  z-index: 2;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width:64.063em) {
  .page-operatives {
    padding-top: 15px;
  }
}
.page-operatives.free {
  position: relative;
  left: auto;
  display: inline-block !important;
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 64.1em) {
  .page-operatives.free {
    display: none !important;
  }
}
.page-operatives.free ul.right li {
  margin: 0px;
}
.page-operatives.free .header {
  line-height: 37px !important;
  margin: 0 0 0 20px !important;
  font-size: 1.28571rem;
}
.page-operatives.free + div.panel.narrow-column {
  margin-bottom: 0px;
  min-height: 0px;
}
@media only screen and (max-width: 64em) {
  .page-operatives.free + div.panel.narrow-column .actions:first-child {
    padding-top: 25px !important;
  }
}
.page-operatives ul {
  float: right;
}
.page-operatives li {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  list-style: none;
}
.page-operatives li a {
  color: #333333;
}
.page-operatives .main-column {
  background: transparent;
  border-left: 0;
  padding-top: 0;
  margin-left: -15px;
  display: block;
  float: left;
}
.page-operatives .main-column .social {
  position: relative;
  left: 30px;
  top: -3px;
}
.page-operatives .main-column .social li {
  margin: 0 10px 0 0;
}
.page-operatives .main-column a.icon:hover path, .page-operatives .main-column a.icon:focus path, .page-operatives .main-column a.icon:active path {
  fill: #006ED2;
}
.page-operatives .narrow-column {
  padding-top: 0;
  transition: all 500 ease-out;
  background: transparent;
  display: block;
  float: left;
}
.page-operatives .narrow-column.closed-view {
  display: block !important;
}
.page-operatives .narrow-column a.icon:hover path, .page-operatives .narrow-column a.icon:focus path, .page-operatives .narrow-column a.icon:active path {
  fill: #006ED2;
}
.page-operatives.width-auto {
  width: auto;
}
@media only screen and (max-width: 20em) and (orientation: portrait) {
  .page-operatives .main-column .social li {
    margin: 0 5px 0 0;
  }
  .page-operatives .product-nav li {
    margin-right: 5px;
  }
  .page-operatives .product-nav li:last-child {
    margin-right: 0;
  }
}

@media only screen {
  .wrapper.search > .page-operatives {
    width: 100%;
  }
}
@media only screen and (min-width:64.063em) {
  .wrapper.search > .page-operatives {
    width: auto;
  }
}

@media only screen and (max-width: 64em) {
  .search .panel.narrow-column, .search .page-operatives {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 40em) {
  .page-operatives.chapter .social.white {
    margin-top: 0px;
    top: 0px;
  }
}
.page-operatives.enable-full-width.closed-view .narrow-column {
  width: 4%;
}
.page-operatives.enable-full-width.closed-view .main-column {
  width: 96%;
}

.page-operatives--book {
  padding-top: 35px;
}

@media only screen and (min-width:64.063em) {
  .page-operatives .main-column {
    margin-left: 0;
  }
  .page-operatives--book {
    padding-top: 20px;
  }
  .page-operatives--book .close_open-toggle {
    margin-right: 0px;
  }
}
.page-operatives--tablet {
  position: static;
  margin-top: 0px;
  padding-top: 20px;
}

#loadmoreajaxloader {
  border-top: 1px solid #e8e8e8;
  position: relative;
  height: 50px;
}
#loadmoreajaxloader img {
  height: 80px;
  position: relative;
  top: -40px;
  background-color: white;
  padding: 20px;
  left: 50%;
  margin-left: -40px;
}

@media only screen and (min-width:40.063em) {
  .tabs-content.no-padding > .content > .row > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.dataTables_paginate ul.pagination li a {
  font-size: 14px;
}
.dataTables_paginate ul.pagination li.current a {
  background-color: #006FCA;
  font-size: 14px;
}

div.dataTables_wrapper thead td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  margin-bottom: 1.25em;
}

div.dataTables_length label,
div.dataTables_filter label,
div.dataTables_info {
  color: #999;
  font-weight: normal;
}

div.dataTables_length label {
  font-size: 14px;
  float: left;
  text-align: left;
  margin-bottom: 0;
}

div.dataTables_length select {
  font-size: 14px;
  width: 55px;
  height: 38px;
  margin-bottom: 0;
}

div.dataTables_filter label {
  float: right;
  margin-bottom: 0;
}

div.dataTables_filter input {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0;
  margin-left: 0.5em;
}

div.dataTables_info {
  padding-top: 2px;
  font-size: 0.875em;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table.dataTable {
  clear: both;
  margin: 0.5em 0 !important;
  max-width: none !important;
  width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting {
  background-image: url("../images/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/datatables/sort_desc_disabled.png");
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-size: 10px 18px;
  background-position: center right;
  background-repeat: no-repeat;
}

table.dataTable th:active {
  outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}

div.DTTT {
  float: left;
  margin-bottom: 0;
  margin-top: -0.3em;
}

div.DTTT .button {
  margin: 0 0 0.25rem;
}

div.DTTT .button:hover {
  text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

/* TableTools information display */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #ffffff; /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f9f9f9",GradientType=0 ); /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}

div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: "+";
  background-color: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile-recaptcha {
    margin-left: -5% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Landscape */
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .mobile-recaptcha {
    margin-left: -5% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S5 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy Tab 10.1 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.refme-widget {
  display: none;
}
.refme-widget .loader {
  border: 1px solid #A7AFB9;
  width: 320px;
  height: 219px;
  background: white;
  z-index: 5;
  position: absolute;
}
.refme-widget .loader img {
  height: 30px;
  margin-left: 144px;
  margin-top: 81px;
  position: absolute;
}
.refme-widget .loader span {
  display: inline-block;
  color: #595959;
  margin-left: 90px;
  margin-top: 115px;
}
.refme-widget iframe {
  right: inherit !important;
  bottom: inherit !important;
}

.article-page .export-citation-wrapper {
  position: absolute;
}

@media only screen and (max-width: 40em) {
  #confirm-modal .wrapper {
    margin-top: 30px;
  }
}
#confirm-modal h1.title {
  font-size: 1.64286rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
#confirm-modal h1.center-kbart-alert-title {
  display: flex;
  justify-content: center;
}

.search .search-results-listing .submit-in-field {
  height: 42px;
}
@media only screen and (max-width: 40em) {
  .search .search-results-listing .submit-in-field {
    max-width: none;
  }
}
@media only screen {
  .search .search-results-listing .reading-width {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width:64.063em) {
  .search .search-results-listing .reading-width {
    margin-top: inherit;
  }
}
.search .search-results-listing .queries .search-actions {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .search .search-results-listing .queries .search-actions {
    margin-top: 20px;
  }
}
@media only screen and (min-width:40.063em) {
  .search .search-results-listing .queries .search-actions > .row > .columns:first-child {
    padding-right: 5px;
  }
  .search .search-results-listing .queries .search-actions > .row > .columns:last-child {
    padding-left: 5px;
  }
}
.search .search-results-listing .queries .search-actions .sort-by {
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .search .search-results-listing .queries .search-actions .sort-by {
    width: 100%;
  }
}
.search .search-results-listing .queries .search-actions .save-search {
  height: 3em;
  padding-top: 7px;
  width: 100%;
}

.other-formats-tooltip {
  cursor: pointer;
}

.cms-area > .cms-block[data-block-key=aop-block-html] ul li {
  list-style-type: disc;
  margin-left: 30px;
  color: #595959;
}
.cms-area > .cms-block[data-block-key=aop-block-html] ol {
  list-style-type: decimal;
}
.cms-area > .cms-block[data-block-key=aop-block-html] a {
  clear: both;
  color: #006FCA !important;
  cursor: pointer;
  text-decoration: underline;
}
.cms-area > .cms-block[data-block-key=aop-block-page-list] .block-page-list-left-side-nav-single-level li a {
  color: #595959 !important;
}
.cms-area > .cms-block[data-block-key=aop-block-page-list] .block-page-list-left-side-nav-single-level li a:hover {
  text-decoration: none;
}

#cms-modal .redactor-editor {
  max-height: 350px;
  overflow: auto;
}
#cms-modal .redactor-editor ol {
  list-style-type: decimal;
}

.product-listing-with-inputs-content a[href^="#fn"],
[data-block-key=aop-block-product-listing] a[href^="#fn"],
[data-block-key=aop-block-featured-content] a[href^="#fn"] {
  display: none;
}

.check-access-openurl li .open-url-logo {
  text-align: center;
}
.check-access-openurl li a {
  list-style-type: none;
  font-weight: normal;
  margin-bottom: 10px;
}

.orcid-logo {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/orcid_64x64.png") no-repeat;
  background-size: cover;
  margin-left: 3px;
}

#exportCitation .citation-search-options {
  min-height: 200px;
}
#exportCitation .citation-export-options {
  text-align: center;
}
#exportCitation .citation-export-options h3 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.42857rem;
}
#exportCitation .citation-export-options .export-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#exportCitation .citation-export-options .export-buttons li {
  margin: 5px;
  display: inline-block;
}
#exportCitation .citation-export-options .export-buttons li a {
  width: 100px;
}
#exportCitation .citation-export-options .export-buttons .export-heading {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#exportCitation #selectedStyle {
  text-align: center;
}
#exportCitation #selectedStyle h2 {
  font-size: 1rem;
  font-weight: 700;
}
#exportCitation #selectedStyle span {
  display: block;
}
#exportCitation #clearCitationStyle {
  position: absolute;
  right: 0px;
  top: 0;
}
#exportCitation .citation-selection {
  margin-top: 80px;
}
#exportCitation .citation-selection #citationStyle {
  margin-bottom: 0;
}
#exportCitation #citationList {
  height: 200px;
  overflow-y: scroll;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  padding: 3px;
  position: absolute;
  z-index: 1;
  background: white;
  width: 100%;
}
#exportCitation #citationList li:not(#citationNotFound):hover {
  cursor: pointer;
  background-color: #EEE;
}
#exportCitation #citationList li.citation-style a {
  color: #333333;
}
#exportCitation #citationDataDisplay {
  height: 150px;
  margin-bottom: 0;
  border: 3px solid #006FCA;
  background-color: rgb(202, 231.1237623762, 255);
  padding: 5px;
  overflow-y: auto;
}
#exportCitation #citationDataDisplay.transparent {
  background: transparent;
}
#exportCitation #citationDataDisplay #citationText i {
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
}
#exportCitation #citationDataDisplay #citationText > div {
  margin-bottom: 10px;
}
#exportCitation #copyCitationData {
  float: right;
}
#exportCitation .loader {
  text-align: center;
  margin: 100px;
}
#exportCitation .loader img {
  height: 30px;
  margin-right: 5px;
}
#exportCitation .modal-outline:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

#shareProduct .wrapper {
  min-height: 250px;
}
#shareProduct .share-link #shareLinkDisplay {
  border: 3px solid #006FCA;
  background-color: rgb(202, 231.1237623762, 255);
  padding: 15px;
  text-align: center;
  word-break: break-word;
  height: 130px;
  margin-bottom: 0;
  overflow: auto;
}
#shareProduct .share-link #shareLinkDisplay.copy-version {
  background: transparent;
  text-align: left;
  word-break: normal;
}
#shareProduct .share-link #shareLinkDisplay.copy-version > span {
  background: transparent;
}
#shareProduct .share-link #copyShareLink {
  float: right;
}
#shareProduct .section-header {
  font-weight: bold;
  text-align: center;
}
#shareProduct .loader {
  text-align: center;
  margin: 100px;
}
#shareProduct .loader img {
  height: 30px;
  margin-right: 5px;
}
#shareProduct .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#shareProduct .buttons .button {
  margin: 5px;
}
#shareProduct #withinPdf .icon-pdf {
  background-image: url("../images/icn_pdf_no_border.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 20px;
  margin-right: 5px;
  padding-bottom: 5px;
}
#shareProduct #email .icon-email {
  background-image: url("../images/icn_email_no_border.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 30px;
  margin-right: 5px;
}

.share-wrapper .sharing-policy {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222222;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .share-wrapper .sharing-policy {
    height: 100px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .share-wrapper .sharing-policy {
    height: 80px;
  }
}
@media only screen and (min-width:64.063em) {
  .share-wrapper .sharing-policy {
    height: 60px;
  }
}
.share-wrapper .sharing-policy p {
  font-size: 14px;
  color: white;
  bottom: -20px;
  position: relative;
}
.share-wrapper .sharing-policy p a {
  color: white;
  text-decoration: underline;
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .share-wrapper .sharing-policy.scrolled {
    position: relative;
    bottom: auto;
    height: auto;
  }
  .share-wrapper .sharing-policy.scrolled p {
    bottom: auto;
    padding: 10px;
    margin: 0;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .share-wrapper .share-sidebar .content.active {
    margin-bottom: 100px;
  }
}
.share-wrapper .share-sidebar #information p {
  font-weight: bold;
  font-size: 12px;
}
.share-wrapper .share-sidebar #information p a {
  color: #006FCA;
  font-weight: inherit;
}
.share-wrapper .share-error {
  text-align: center;
}
.share-wrapper .share-error a {
  color: white;
  text-decoration: underline;
}
.share-wrapper .page-container {
  margin-bottom: 100px;
}

#share-information .file-actions > li {
  margin-right: 5px;
  width: auto;
}
#share-information .file-actions .tabs.download-types {
  border: 0;
  background: transparent;
}
#share-information .file-actions .tabs.download-types a {
  padding: 6px 0;
  background: transparent;
}

.article-actions a.button.transparent.share-product {
  width: 135px;
  text-align: right;
  color: #000000;
  border-color: #000000;
}
.article-actions a.button.transparent.share-product img {
  width: 24px;
  position: absolute;
  left: 6px;
}

html[lang=fr] .article-actions a.button.transparent.share-product {
  width: 165px;
}

.multi-language-select {
  font-size: 14px;
  margin: 20px;
  clear: both;
  float: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media only screen and (min-width:40.063em) {
  .multi-language-select {
    display: inline-flex;
  }
}
.multi-language-select li {
  list-style: none;
}
.multi-language-select li a {
  padding-right: 15px;
}
.multi-language-select li:not(:first-child) a {
  border-left: 1px solid #595959;
  padding: 0 0 0 15px;
}
.multi-language-select .active {
  font-weight: bold;
  color: black;
}
@media only screen and (min-width:40.063em) {
  .multi-language-select-wrapper {
    margin-right: 20px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .multi-language-select-wrapper {
    width: auto;
  }
}

.action-mathjax {
  padding-bottom: 5px;
}

.switch-wrapper {
  margin-bottom: 0;
  transition: none;
}

.eligibility-page a:link, .eligibility-page a:visited, .eligibility-page a:hover, .eligibility-page a:focus, .eligibility-page a.active {
  color: #006FCA !important;
}
.eligibility-page a:hover, .eligibility-page a:focus, .eligibility-page a.active {
  text-decoration: underline;
}
.eligibility-page a#scrollToJournals {
  padding-left: 25px;
  background-image: url("../images/eligibility-checker/arrow.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.eligibility-page input, .eligibility-page select {
  margin-top: 5px;
}
.eligibility-page .eligibility-btn {
  clear: both;
}
.eligibility-page .eligibility-update-btn {
  margin-top: 28px;
  padding-left: 0px;
}
@media screen and (min-width: 1024px) {
  .eligibility-page .eligibility-update-btn {
    padding-left: 17px;
  }
}
.eligibility-page label {
  color: #595959;
}

.eligibility-intro li {
  color: #595959;
}

#eligibilityInstitutionLoader {
  display: none;
}

#eligibilityNoData, #eligibilityNoProducts {
  display: none;
  background: #f3f3f3;
  padding: 15px 15px 1px 15px;
  margin-bottom: 20px;
}

#eligibilityDealData {
  clear: both;
  display: none;
}
#eligibilityDealData .columns {
  clear: both;
  background: #f3f3f3;
  padding: 15px;
}
#eligibilityDealData .title-underline {
  margin-bottom: 5px;
}
#eligibilityDealData div.columns:first-of-type {
  margin-bottom: 20px;
}
#eligibilityDealData ul {
  display: inline-block;
}
#eligibilityDealData li {
  float: left;
  list-style: outside none none;
  padding: 5px 20px 10px 45px;
  background-image: url("../images/eligibility-checker/tick.svg");
  background-position: 5px 7px;
  background-repeat: no-repeat;
}
@media only screen and (min-width:40.063em) {
  #eligibilityDealData li {
    width: 50%;
  }
}
#eligibilityDealData dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 5px 0 15px 0;
  font-size: 14px;
}
@media only screen and (min-width:64.063em) {
  #eligibilityDealData dl {
    display: flex;
    flex-wrap: wrap;
  }
}
#eligibilityDealData dl dt {
  padding: 7px 0 3px 0;
  margin: 0;
  font-weight: bold;
  min-width: 270px;
  text-align: left;
}
@media only screen and (min-width:40.063em) {
  #eligibilityDealData dl dt {
    padding: 3px 1em 3px 0;
  }
}
@media only screen and (min-width:64.063em) {
  #eligibilityDealData dl dt {
    text-align: right;
    border-bottom: 1px solid #ccc;
  }
}
#eligibilityDealData dl dd {
  padding: 3px 0 7px 0;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
#eligibilityDealData dl dd:nth-child(2), #eligibilityDealData dl dd:nth-child(4), #eligibilityDealData dl dd:nth-child(6) {
  width: 100%;
}
@media only screen and (min-width:64.063em) {
  #eligibilityDealData dl dd:nth-child(2), #eligibilityDealData dl dd:nth-child(4), #eligibilityDealData dl dd:nth-child(6) {
    width: calc(100% - 270px);
  }
}
@media only screen and (min-width:40.063em) {
  #eligibilityDealData dl dd {
    padding: 3px 0;
  }
}
#eligibilityDealData p {
  margin-bottom: 0;
}

#eligibilityProductDataLayer {
  clear: both;
  margin-top: 25px;
  display: none;
}

#eligibilityNoProducts {
  display: none;
  background: #f3f3f3;
  padding: 15px;
}

#eligibilityDisabled {
  clear: both;
  background: #f3f3f3;
  margin-top: 20px;
  padding: 15px 0 0 15px;
}

.tools-page {
  border-radius: unset;
}

.tools-top-btn {
  padding-bottom: 1%;
}
.tools-top-btn a:link {
  color: white !important;
}

.eligibility-intro .columns h1 img {
  width: 100%;
}

.eligibility-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem !important;
  font-family: "Noto Sans";
}

.eligibility-underline {
  background-color: #006FCA;
  margin-top: 1.1rem;
  display: block;
  height: 2px;
  width: 5rem;
}

.no-padding {
  padding: 0;
}

[data-block-key=aop-block-promo] {
  text-align: center;
}
[data-block-key=aop-block-promo] img {
  width: 300px;
}
[data-block-key=aop-block-promo] .has-tip {
  cursor: inherit;
}

.content-block-image-wrapper {
  background: inherit;
}
.content-block-image-wrapper figcaption {
  font-size: smaller;
  margin: 5px 0 10px;
  font-style: normal;
}
@media only screen and (max-width: 40em) {
  .content-block-image-wrapper {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .content-block-image-wrapper img {
    width: auto !important;
    height: auto !important;
  }
}

.featured-product-with-image {
  height: 300px;
  background-size: cover;
}
@media only screen and (max-width: 40em) {
  .featured-product-with-image {
    margin-bottom: 10px;
  }
}
.featured-product-with-image a:hover, .featured-product-with-image a:focus {
  color: inherit;
  text-decoration: underline;
}
.featured-product-with-image .linked-pages {
  height: 120px;
  display: inline-block;
  margin: 15px;
}
.featured-product-with-image .linked-pages.no-tags {
  height: 114px;
}
.featured-product-with-image .linked-pages .tag {
  max-height: 120px;
  overflow: hidden;
}
.featured-product-with-image .details {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.featured-product-with-image .details .description {
  color: #FFFFFF;
  height: 58px;
  overflow: hidden;
}
.featured-product-with-image .details .about {
  position: absolute;
  bottom: 10px;
  width: 80%;
}
.featured-product-with-image .details .about .authors {
  color: #f3f3f3;
  margin-bottom: 5px;
  max-height: 40px;
  overflow: hidden;
}
.featured-product-with-image .details .about .volume-issue {
  color: #FFFFFF;
}
.featured-product-with-image .icon {
  cursor: default;
}
.featured-product-with-image .icon.access.lock {
  background-image: url("../images/icn_access_lock_white.svg");
}
.featured-product-with-image .icon.access.entitled {
  width: 20px;
  height: 16px;
  margin-right: 7px;
  background-image: url("../images/icn_access_other_white.svg");
}
.featured-product-with-image .tag {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: inline-block;
}
.featured-product-with-image .tag a:hover, .featured-product-with-image .tag a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}

.circular {
  position: relative;
  background-color: #FFF;
  border: 1px solid rgb(206.5, 206.5, 206.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.circular.large {
  width: 150px;
  height: 150px;
}
.circular.medium {
  width: 100px;
  height: 100px;
}
.circular.small {
  width: 50px;
  height: 50px;
}
.circular img {
  width: 75%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.fade-in:not(.active) {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.fade-in:not(.active):hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.fade-out:not(.active) {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  filter: none;
  -webkit-filter: grayscale(0);
}
.fade-out:not(.active):hover {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.6;
}

/**
 * Some utility classes - where should these be actually stored?
 */
.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.margin-top-small {
  margin-top: 10px !important;
}

.margin-top {
  margin-top: 20px !important;
}

.margin-top-large {
  margin-top: 30px !important;
}

.margin-top-extra-large {
  margin-top: 40px !important;
}

.margin-bottom-small {
  margin-bottom: 10px !important;
}

.margin-bottom {
  margin-bottom: 20px !important;
}

.margin-bottom-large {
  margin-bottom: 30px !important;
}

.margin-bottom-extra-large {
  margin-bottom: 40px !important;
}

.margin-left-small {
  margin-left: 10px !important;
}

.margin-left {
  margin-left: 20px !important;
}

.margin-left-large {
  margin-left: 30px !important;
}

.margin-right-small {
  margin-right: 10px !important;
}

.margin-right {
  margin-right: 20px !important;
}

.margin-right-large {
  margin-right: 30px !important;
}

.margin-normal {
  margin: 20px !important;
}

.margin-small {
  margin: 10px !important;
}

.margin-large {
  margin: 30px !important;
}

.padding-top-small {
  padding-top: 10px !important;
}

.padding-top {
  padding-top: 20px !important;
}

.padding-top-large {
  padding-top: 30px !important;
}

.padding-bottom-small {
  padding-bottom: 10px !important;
}

.padding-bottom {
  padding-bottom: 20px !important;
}

.padding-bottom-large {
  padding-bottom: 30px !important;
}

.padding-left-small {
  padding-left: 10px !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-left-large {
  padding-left: 30px !important;
}

.padding-right-small {
  padding-right: 10px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.padding-right-large {
  padding-right: 30px !important;
}

.padding-small {
  padding: 10px !important;
}

.padding-normal {
  padding: 20px !important;
}

.padding-large {
  padding: 30px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-border-bottom {
  border-bottom: none;
}

@media only screen and (max-width: 40em) {
  .margin-top-for-small {
    margin-top: 20px !important;
  }
  .margin-right-for-small {
    margin-right: 20px !important;
  }
  .margin-left-for-small {
    margin-left: 20px !important;
  }
  .margin-bottom-for-small {
    margin-bottom: 20px !important;
  }
  .large-margin-top-for-small-only {
    margin-top: 30px !important;
  }
  .large-margin-bottom-for-small {
    margin-bottom: 30px !important;
  }
  .no-margin-top-for-small {
    margin-top: 0 !important;
  }
  .no-margin-bottom-for-small {
    margin-bottom: 0 !important;
  }
  .no-margin-left-for-small {
    margin-left: 0 !important;
  }
  .no-margin-right-for-small {
    margin-right: 0 !important;
  }
  .no-padding-top-for-small {
    padding-top: 0 !important;
  }
  .no-padding-bottom-for-small {
    padding-bottom: 0 !important;
  }
  .no-padding-right-for-small {
    padding-right: 0 !important;
  }
  .no-padding-left-for-small {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .no-margin-bottom-for-medium {
    margin-bottom: 0 !important;
  }
  .no-margin-left-for-medium {
    margin-left: 0 !important;
  }
  .no-margin-right-for-medium {
    margin-right: 0 !important;
  }
  .no-margin-top-for-medium {
    margin-top: 0 !important;
  }
  .margin-top-for-medium {
    margin-top: 20px !important;
  }
  .no-padding-top-for-medium {
    padding-top: 0 !important;
  }
  .no-padding-bottom-for-medium {
    padding-bottom: 0 !important;
  }
  .no-padding-right-for-medium {
    padding-right: 0 !important;
  }
  .no-padding-left-for-medium {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width:64.063em) {
  .no-margin-bottom-for-large {
    margin-bottom: 0 !important;
  }
  .no-margin-left-for-large {
    margin-left: 0 !important;
  }
  .no-margin-right-for-large {
    margin-right: 0 !important;
  }
  .no-margin-top-for-large {
    margin-top: 0 !important;
  }
  .margin-top-for-large {
    margin-top: 20px !important;
  }
  .no-padding-top-for-large {
    padding-top: 0 !important;
  }
  .no-padding-bottom-for-large {
    padding-bottom: 0 !important;
  }
  .no-padding-right-for-large {
    padding-right: 0 !important;
  }
  .no-padding-left-for-large {
    padding-left: 0 !important;
  }
}
.no-margin {
  margin: 0 !important;
}

/**
 * AJAX Loader section - Just a visual queue / placeholder for content autoloading once
 * a user has scrolled this this section.
 */
.content-loader {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}
.content-loader p {
  margin-top: 20px;
  text-align: center;
  color: #595959;
}
.content-loader .loader {
  height: 30px;
  background-image: url("../images/ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Border utility classes
 */
.border-bottom {
  border-bottom: 1px solid #e8e8e8;
}

.border-top {
  border-top: 1px solid #e8e8e8;
}

.border-left {
  border-left: 1px solid #e8e8e8;
}

.border-right {
  border-right: 1px solid #e8e8e8;
}

@media only screen and (max-width: 40em) {
  .border-bottom-for-small {
    border-bottom: 1px solid #e8e8e8;
  }
  .border-top-for-small {
    border-top: 1px solid #e8e8e8;
  }
  .border-left-for-small {
    border-left: 1px solid #e8e8e8;
  }
  .border-right-for-small {
    border-right: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .border-bottom-for-medium {
    border-bottom: 1px solid #e8e8e8;
  }
  .border-top-for-medium {
    border-top: 1px solid #e8e8e8;
  }
  .border-left-for-medium {
    border-left: 1px solid #e8e8e8;
  }
  .border-right-for-medium {
    border-right: 1px solid #e8e8e8;
  }
}
.no-borders {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (min-width:0em) and (max-width:64em) {
  .margin-top-medium-down {
    margin-top: 20px !important;
  }
}
/*
 * Display classes
 */
.dInlineBlock {
  display: inline-block;
}

.dInline {
  display: inline;
}

.dBlock {
  display: block;
}

/*
 * Text classes
 */
.no-text-transform {
  text-transform: none !important;
}

.cursorDefault {
  cursor: default;
}

.font-normal {
  font-weight: normal !important;
}

.error > label > small {
  text-transform: none !important;
}

label > small.error {
  text-transform: none !important;
}

img.full {
  width: 100%;
}

.banner {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  clear: both;
  min-height: 207px;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner .search .accessible {
    margin-left: 25%;
  }
}
@media only screen and (max-width: 40em) {
  .banner .search .accessible {
    margin-left: 25%;
  }
}
@media only screen and (max-width: 25em) {
  .banner .search .accessible {
    margin-left: 6.25%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner .search .button.browse-subject {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 40em) {
  .banner .search .button.browse-subject {
    margin-top: 18px;
  }
}
.banner.banner-shopping-cart {
  background: url("../images/banner15_2140x240_.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-shopping-cart .banner-caption h1 {
  text-align: center !important;
}
.banner.banner-publications {
  background: url("../images/banner4_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-collections {
  background: url("../images/banner4_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-books {
  background: url("../images/banner13_2140x240.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-publishing-partners {
  background: url("../images/banner13_2140x240.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-societies {
  background: url("../images/banner13_2140x240.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-sub-subject {
  background: url("../images/banner8_2140x240.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-cambridge-companions {
  background: url("../images/banner4_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-publishing-partner {
  background: url("../images/banner4_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner.banner-society {
  background: url("../images/banner4_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc {
  cursor: pointer;
}

.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 12px;
}

/*.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}*/
.dataTable thead .sorting_asc {
  background-image: url("/cambridge-core/public/images/up_hover.svg");
}

.dataTable thead .sorting_desc {
  background-image: url("/cambridge-core/public/images/dropdown_arrow_blue.svg");
}

.dataTable thead .sorting_asc_disabled {
  background-image: url("/cambridge-core/public/images/up.svg");
}

.dataTable thead .sorting_desc_disabled {
  background-image: url("/cambridge-core/public/images/dropdown_arrow_grey.svg");
}

/**
The replacement styles for iCheck, tiny bit of JS in app.js to add required spans
**/
.hidden {
  display: none;
}

.icon-middle {
  display: inline-block;
}
.icon-middle .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.fa.small-icon {
  font-size: 16px;
}
.fa.medium-icon {
  font-size: 24px;
}
.fa.large-icon {
  font-size: 32px;
}

.hide {
  display: none !important;
}

input.bold {
  font-weight: bold;
}

.reference-display {
  margin-bottom: 15px;
}
.reference-display .cit-source {
  font-style: italic;
}

.display-table {
  display: table;
}

.display-table-middle {
  display: table-cell;
  vertical-align: middle;
}

.crossMarkModal {
  width: 560px;
}
.crossMarkModal iframe {
  width: 100%;
  height: 560px;
}

.citation span.name {
  font-weight: 100;
  font: inherit;
  color: #595959;
}

.product-citations-modal {
  min-height: 300px;
}
.product-citations-modal .citation-container {
  border: 2px solid #e8e8e8;
}
.product-citations-modal .productCitations-content {
  padding-top: 20px;
}
.product-citations-modal .citations {
  list-style: none;
}
@media only screen and (min-width:40.063em) {
  .product-citations-modal .citations {
    list-style: none;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
  }
}
.product-citations-modal .citations li {
  margin-top: 1.57143rem;
}
.product-citations-modal .citations li:first-child {
  margin-top: 0;
}
@media only screen and (min-width:40.063em) {
  .product-citations-modal .citations li {
    float: none;
    display: inline-block;
    margin-left: 1.57143rem;
    margin-top: 0;
  }
  .product-citations-modal .citations li:first-child {
    margin-left: 0;
  }
}
.product-citations-modal .citation {
  position: relative;
}
.product-citations-modal .citation-count {
  position: absolute;
  top: 0;
  left: 80%;
  background: #595959;
  color: white;
  font-size: 0.9rem;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.7;
}
.product-citations-modal .loader {
  text-align: center;
  margin: 100px;
}
.product-citations-modal .loader img {
  height: 30px;
  margin-right: 5px;
}

.featured-item {
  float: left;
}
@media only screen {
  .featured-item {
    width: 50%;
  }
  .featured-item.double-space {
    width: 100%;
  }
}
@media only screen and (min-width:40.063em) {
  .featured-item {
    width: 25%;
  }
  .featured-item.double-space {
    width: 50%;
  }
}
@media only screen and (min-width:64.063em) {
  .featured-item {
    width: 12.5%;
  }
  .featured-item.double-space {
    width: 25%;
  }
}

.product-listing-filter li span {
  float: right;
  font-size: 14px;
  color: #000000;
}
.product-listing-filter li span.status {
  margin-top: 4px;
}
.product-listing-filter li span.block {
  display: block;
  float: none;
}
.product-listing-filter li span i.icon {
  cursor: default;
}
.product-listing-filter li span i.icon.access {
  margin-top: 4px;
}
@media only screen and (max-width: 40em) {
  .product-listing-filter li span:not(.social) {
    float: none;
    display: block;
  }
  .product-listing-filter li span:after {
    content: " ";
  }
}

.text-primary {
  color: #000000;
}

.todo {
  outline: 1px dashed red !important;
}

.migration-warning {
  border: 5px solid red !important;
}

.to-check {
  outline: 1px dashed blue !important;
}

.back-to {
  color: #595959;
  font-size: 0.8rem;
  font-weight: bold;
}

.label.facet:hover, .label.facet:focus {
  background-color: #000000;
}
@media only screen and (max-width: 40em) {
  .label.facet {
    white-space: inherit;
  }
}

input[type=checkbox].styled {
  left: -5000px;
  display: inline-block;
}

input[type=checkbox], input[type=radio] {
  position: fixed;
  opacity: 0;
}

input[type=checkbox] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../images/blue.svg") left top no-repeat;
}

input[type=checkbox]:checked + span {
  background-position: -19px top;
}

input[type=checkbox]:disabled + span {
  background-position: -41px top;
}

input[type=checkbox]:disabled:checked + span {
  background-position: -63px top;
}

input.grey[type=checkbox] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../images/grey.svg") left top no-repeat;
}

input.grey[type=checkbox]:checked + span {
  background-position: -19px top;
}

input.grey[type=checkbox]:disabled + span {
  background-position: -41px top;
}

input.grey[type=checkbox]:disabled:checked + span {
  background-position: -63px top;
}

input[type=radio] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  background: url("../images/blue.svg") left top no-repeat;
  margin: -1px 1px 0 0;
  background-position: -75px top;
  margin-right: 5px;
}

input[type=radio]:checked + span {
  background-position: -94px top;
  outline: none;
}

input[type=radio]:focus + span {
  outline: 1px solid blue;
}

/**
These styles are a stop gap until final delivery...
We will need to find out if there are existing styles to replace them each drop
**/
.flash-message-container {
  position: relative;
}
.flash-message-container .flash-message {
  position: absolute;
  top: -20px;
  left: 35%;
  width: 30%;
  z-index: 1010;
  opacity: 0.95;
}
.flash-message-container .flash-message a:not(.close) {
  color: inherit;
  text-decoration: underline;
}
@media only screen and (max-width: 40em) {
  .flash-message-container .flash-message {
    left: 10%;
    width: 80%;
  }
}

.reveal-modal .flash-message-container .flash-message {
  left: 25%;
  width: 50%;
}
@media only screen and (max-width: 40em) {
  .reveal-modal .flash-message-container .flash-message {
    left: 10%;
    width: 80%;
  }
}

.alert-box.maintenance-alert {
  background-color: #f3f3f3;
  color: #C54233;
  text-align: center;
  margin: 0;
  border: none;
}
.alert-box .alert {
  padding-right: 8px;
}
.alert-box.alert .close, .alert-box.success .close, .alert-box.warning .close {
  color: #FFF !important;
  text-decoration: none;
}
.alert-box.alert .close:focus, .alert-box.success .close:focus, .alert-box.warning .close:focus {
  outline: 1px solid #FFF;
}
.alert-box.warning a {
  text-decoration: underline;
}
.alert-box .close {
  margin-top: 0px;
  top: 10px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 1;
}

div.clear {
  clear: both;
}

.row.margin-bottom-small,
.row .row.margin-bottom-small,
.button.margin-bottom-small {
  margin-bottom: 20px;
}
.row.margin-bottom,
.row .row.margin-bottom,
.button.margin-bottom {
  margin-bottom: 30px;
}
.row.margin-bottom-large,
.row .row.margin-bottom-large,
.button.margin-bottom-large {
  margin-bottom: 40px;
}
.row.margin-top-small,
.row .row.margin-top-small,
.button.margin-top-small {
  margin-top: 20px;
}
.row.margin-top,
.row .row.margin-top,
.button.margin-top {
  margin-top: 30px;
}
.row.margin-top-large,
.row .row.margin-top-large,
.button.margin-top-large {
  margin-top: 40px;
}

/**
Set the header to be auto height
**/
header {
  height: auto !important;
}

#custom-error {
  display: block;
}

/**
scss/components/_resize.scss has this defined under the ID '#text-resizer-controls'
Looks there is a bug on the tab pages where the same ID has been used for multiple elements
on the page, so I have given them unique names to get around the JS error - this may not be an
issues when the tab contents live under their own URL.
For now, adding these text resize classes under the '.textresizer' namespace aswell, to get things working.
**/
.textresizer .standard-text {
  font-size: 16px;
  line-height: 39px;
}
.textresizer .large-text {
  font-size: 20px;
}

.abstract p {
  font-size: 1em;
  margin: 0px 0px 10px 0px;
}
.abstract p:last-child {
  margin: 0px 0px 0px 0px;
}
.abstract .bold, .abstract bold {
  font-weight: bold;
}
.abstract .icon.open-drawer.small.active:hover, .abstract .icon.open-drawer.small.active:focus {
  background-image: url("../images/btn_close_small_hover.svg");
}

@media only screen and (max-width: 40em) {
  .facet-action-padding {
    padding: 8px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .facet-action-padding {
    padding: 8px;
  }
}
@media only screen and (min-width:64.063em) {
  .facet-action-padding {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 69.75em) {
  .actions .button-group .download {
    height: 4.5em;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .actions .button-group .download {
    height: auto;
  }
}
@media only screen and (max-width: 40em) {
  .actions .button-group .download {
    height: auto;
  }
}

.large-text .actions .button-group .download {
  height: 3em;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .large-text .actions .button-group .download {
    height: auto;
  }
}
.large-text ul.details {
  /*
   * Fix for ‘View abstract' link hidden when increasing font size.
   * Make icon match the text size increase.
   */
}
.large-text ul.details .icon.access {
  width: 1.3em;
  height: 1.3em;
}
.large-text ul.details .icon.pdf {
  background-size: 45px;
  height: 1.5em;
  padding-left: 29px;
}
.large-text ul.details .abstract .icon.open-drawer.small {
  height: auto;
  background-image: url("../images/btn_open_medium.svg");
  background-position: 0 0px;
  padding-left: 35px;
}
.large-text ul.details .abstract .icon.open-drawer.small:hover, .large-text ul.details .abstract .icon.open-drawer.small:focus {
  background-image: url("../images/btn_open_medium_hover.svg");
}
.large-text ul.details .abstract .icon.open-drawer.small.active {
  background-image: url("../images/btn_close_medium.svg");
}
.large-text ul.details .abstract .icon.open-drawer.small.active:hover, .large-text ul.details .abstract .icon.open-drawer.small.active:focus {
  background-image: url("../images/btn_close_medium_hover.svg");
}
.large-text ul.details .abstract .icon.open-drawer.small.close {
  background-image: url("../images/btn_close_medium.svg");
}
.large-text ul.details .abstract .icon.open-drawer.small.close:hover, .large-text ul.details .abstract .icon.open-drawer.small.close:focus {
  background-image: url("../images/btn_close_medium_hover.svg");
}

/**
Any addition styling for panel styles
**/
.panel.small-padding {
  padding: 10px;
}
.panel a.button {
  color: #FFF;
}
.panel a.button.clear, .panel a.button.grey, .panel a.button.transparent {
  color: #595959;
}
@media only screen and (max-width: 40em) {
  .panel a.button.clear.left-for-small, .panel a.button.grey.left-for-small, .panel a.button.transparent.left-for-small {
    margin-left: 0;
    left: 0;
    width: auto;
  }
}
.panel a.button:hover, .panel a.button:focus {
  color: #FFFFFF;
}
.panel a.button.transparent:hover, .panel a.button.transparent:focus {
  color: #006FCA;
}
.panel.carousel-container a.clear, .panel.carousel-container a.transparent {
  color: white;
}
.panel.collections > div.row {
  margin-bottom: 20px;
}
.panel p.title {
  font-family: noto_sansbold, sans-serif;
  font-size: 14px;
}
.panel .listings.arrow-list-type li {
  background-image: url("../images/arrow_next_grey.svg");
  background-position: left 10px;
}
.panel .listings.no-bold li a {
  font-family: noto_sansregular, Helvetica, Roboto, Arial, sans-serif;
}

/**
Used on collections page
*/
.banner.small .search-subject {
  margin-top: 20px;
}

.split-panel .wrapper.white-background {
  background-color: white;
}
.split-panel:not(.my-core-header) .right .icon:not(.tooltip-icon):not(.toggle) {
  background-position: 100% 1px !important;
  padding-right: 18px !important;
  padding-left: 0px !important;
}

.index-collection li {
  position: relative;
  background-image: none;
  border-top: 1px solid #e8e8e8;
  list-style: none;
}
.index-collection li a {
  padding: 15px 20px;
  display: block;
}
.index-collection li a:hover, .index-collection li a:focus {
  text-decoration: underline !important;
}
.index-collection li span.active, .index-collection li a.active {
  font-weight: bold;
  color: #595959 !important;
  padding: 15px 20px;
  display: block;
}
.index-collection li span.active:hover, .index-collection li span.active:focus, .index-collection li a.active:hover, .index-collection li a.active:focus {
  text-decoration: none;
  color: #595959 !important;
  cursor: default;
}
.index-collection .children .children a, .index-collection .children .children span.active {
  padding-left: 40px;
}

.controls .filter-content > span {
  float: left;
  margin-right: 20px;
}
.controls .filter-content ul {
  float: left;
}
.controls .filter-content ul li {
  float: left;
  margin-right: 20px;
}
.controls .view-options ul li {
  float: right;
}
.controls .view-options ul li .icon {
  float: right;
  width: 40px;
  height: 40px;
  background-size: 40px;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
.controls .view-options ul li .icon.gallery {
  background-image: url("../images/menu.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.controls .view-options ul li .icon.gallery:hover, .controls .view-options ul li .icon.gallery:focus {
  background-image: url("../images/menu_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.controls .view-options ul li .icon.list {
  background-image: url("../images/icn_dropbox.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.controls .view-options ul li .icon.list:hover, .controls .view-options ul li .icon.list:focus {
  background-image: url("../images/icn_dropbox_hover.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.controls .view-options ul li .icon:nth-child(1) {
  margin-right: 5px;
}

.products .items > div {
  margin-bottom: 20px;
}
.products.fixed-width-items .large-3 .image, .products.fixed-width-items .large-3 .element-cover-image, .products.fixed-width-items .medium-3 .image, .products.fixed-width-items .medium-3 .element-cover-image, .products.fixed-width-items .large-2 .image, .products.fixed-width-items .large-2 .element-cover-image, .products.fixed-width-items .medium-2 .image, .products.fixed-width-items .medium-2 .element-cover-image {
  max-width: 170px;
}
@media only screen and (min-width:64.063em) {
  .products.fixed-width-items .large-2 {
    max-width: 169px !important;
    width: 169px !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .main-column .fixed-width-items .large-2:nth-last-child(1) {
    display: block;
  }
  .main-column .fixed-width-items .large-2:nth-last-child(2) {
    display: block;
  }
}

.menu .institution-logo a {
  line-height: 38px;
}
.menu .institution-logo img {
  vertical-align: middle;
  margin-bottom: 0.25em;
}
.menu .institution-logo #institution-options li {
  line-height: 38px;
}
.menu .institution-logo #institution-options li img {
  vertical-align: middle;
  margin-bottom: 0.25em;
}

.institution-logo #institution-options li {
  background-color: #FFFFFF;
}

.placeholder-logo {
  background-color: #595959;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  height: 38px;
  width: 38px;
  line-height: 38px;
}

.upload-drag-and-drop img, .upload-drag-and-drop .placeholder-logo {
  max-width: 100px;
  display: block;
  margin-bottom: 5px;
}
.upload-drag-and-drop * h5 {
  font-size: 1rem;
}

.icon.share > img {
  visibility: hidden;
}

.access .institutions .institutionInfo {
  display: table;
}
.access .institutions .institutionInfo .image, .access .institutions .institutionInfo .element-cover-image, .access .institutions .institutionInfo .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.access .institutions .institutionInfo .info {
  width: auto;
}
.access .institutions .institutionInfo .image, .access .institutions .institutionInfo .element-cover-image {
  width: 65px;
  height: 65px;
  padding-right: 10px;
  max-width: none;
}
.access .institutions .institutionInfo .image img, .access .institutions .institutionInfo .element-cover-image img {
  max-width: 65px;
  max-height: 65px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.author {
  font-weight: normal;
  list-style: none;
}
.author .affiliation {
  font-style: italic;
}
.author h3 {
  font-size: inherit;
  margin: 0;
}
.contributor-affiliation strong {
  position: absolute;
}
.contributor-affiliation div {
  margin-left: 30px;
}

/* When not logged in but with an institution, we need left margin on the register button! Copied from:
 * line 118, ../scss/components/menus/_secondary.scss */
/* This does not apply to mobile */
@media only screen and (min-width:40.063em) {
  .secondary:not(.button) .profile .button.clear {
    margin-left: 1.4em;
  }
}
@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  div#preloader img {
    display: block;
  }
}
@media print {
  div#preloader,
  div#preloader img {
    visibility: hidden;
    display: none;
  }
}
.institutionLogo img {
  max-width: 38px;
  max-height: 38px;
}

.institutionLogo.large img {
  max-width: 65px;
  max-height: 65px;
}

.nested-accordion .accordion-navigation.volumeOnly a {
  margin-left: 0px;
  padding-left: 35px !important;
  padding-right: 10px;
  background: #FFFFFF;
}

.force-inline {
  display: inline !important;
}

.weightNormal {
  font-weight: normal;
}

.newLinkStyle {
  color: #0072cf !important;
}

.newLinkStyle:hover, .newLinkStyle:focus {
  text-decoration: underline;
}

.primary-identity-resolver-image img {
  display: inline-block;
}

.open-url-image-formlet {
  vertical-align: middle;
}
.open-url-image-formlet > * {
  display: inline-block;
  vertical-align: inherit;
}
.open-url-image-formlet div.panel {
  width: 200px;
  height: 80px;
  margin: 0 2em 0 0.5em;
  text-align: center;
}
.open-url-image-formlet div.panel .openurl-img-upload-panel {
  display: none;
  height: 150px;
  width: 150px;
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 150px;
}
.open-url-image-formlet div.panel .openurl-img-upload-panel img {
  display: inline-block;
}
.open-url-image-formlet div.panel.image-selected {
  width: 200px;
  height: 245px;
}
.open-url-image-formlet div.panel.image-selected .openurl-img-upload-panel {
  display: inline-block;
}

#preview-with-open-url .preview-openurl {
  vertical-align: middle;
}
#preview-with-open-url .preview-openurl > nobr > * {
  display: inline-block;
  vertical-align: middle;
}
#preview-with-open-url .preview-openurl img {
  margin: 1em;
  display: none;
}
#preview-with-open-url .preview-openurl > a {
  width: 100px;
  overflow: hidden;
}
#preview-with-open-url .preview-openurl.image-selected img {
  display: inline-block;
}

.product-listing-with-inputs {
  position: relative;
  min-height: 3.5em;
}
.product-listing-with-inputs > .product-listing-with-inputs-input {
  position: absolute;
}
.product-listing-with-inputs > .product-listing-with-inputs-content {
  padding-left: 3em;
  vertical-align: middle;
  overflow: hidden;
}
.product-listing-with-inputs .remove-single-bookmark {
  position: absolute;
  margin-top: -1em;
  bottom: -0.5em;
  right: 1em;
}
.product-listing-with-inputs .product-listing-date {
  margin-bottom: 2em;
  position: absolute;
  top: 0;
  right: 1em;
  font-weight: bold;
  font-size: 0.9em;
}
.product-listing-with-inputs .product-listing-date [data-is-data] {
  font-weight: normal;
  font-style: italic;
}

.aop-error {
  display: none;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #e20061;
  color: #FFFFFF;
}

.width-10 {
  width: 10% !important;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.right.explore-all {
  width: auto !important;
}

.self-service {
  display: flex;
  width: 100%;
  height: auto;
  padding: 16px;
  background: #F0F1FF;
  border: 1px solid #2B3EDE;
  justify-content: flex-start;
  align-items: center;
}
.self-service div:nth-child(1) {
  display: flex;
}
@media (max-width: 720px) {
  .self-service {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.self-service__icon-exclamation {
  display: flex;
  justify-content: flex-start;
  height: auto;
  width: 25px;
  align-self: start;
}

.self-service__children-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.self-service__children-container div:nth-child(1) {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.self-service__children-container div:nth-child(1) p {
  width: 60%;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif !important;
  font-size: 0.875rem;
}
.self-service__children-container div:nth-child(2) {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .self-service__children-container div:nth-child(1) p {
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .self-service__children-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .self-service__children-container div:nth-child(1) {
    margin-bottom: 0.75rem;
  }
  .self-service__children-container div:nth-child(1) p {
    width: 100% !important;
  }
}

.self-service__custom-secondary-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.7142857143rem 1.4285714286rem 0.7857142857rem 1.4285714286rem;
  font-size: 0.8571428571rem;
  background-color: #006FCA;
  border-color: rgb(0, 88.8, 161.6);
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  background-color: transparent;
  border: 1px solid #006FCA;
  color: #006FCA;
  border-radius: 4px;
}
.self-service__custom-secondary-button:hover, .self-service__custom-secondary-button:focus {
  background-color: rgb(0, 88.8, 161.6);
}
.self-service__custom-secondary-button:hover, .self-service__custom-secondary-button:focus {
  color: #FFFFFF;
}
.self-service__custom-secondary-button:hover {
  background-color: transparent;
  color: #006FCA;
}
@media (max-width: 956px) {
  .self-service__custom-secondary-button {
    display: flex !important;
    align-items: center;
  }
}

nav.top-bar a.button:hover, nav.top-bar a.button:focus {
  border-color: #ffffff;
}

.select-mimic {
  display: block;
  background-image: none;
  color: #595959;
  background-color: #FFFFFF;
  line-height: 19px;
  font-size: 14px;
  margin: 0 0 1.14286rem 0;
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.57143rem;
  border-radius: 0;
  height: 2.57143rem;
  width: 100%;
}

#access-types-dropdown {
  max-width: 300px;
}

.access-reset {
  display: block;
  margin-top: 15px;
}

.access-reset span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0px 12px 0 0;
  vertical-align: middle;
  background: transparent url(../images/btn_close_small_hover.svg) 50% 30% no-repeat;
}

.wrapper.transparent {
  background-color: transparent;
}
.wrapper.transparent .narrow-column {
  background-color: #f3f3f3;
  border: 1px solid #dedede;
}
.wrapper.transparent .main-column {
  background-image: url(../images/pattern_white.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-color: transparent;
  border-left: none;
}

#references #contentContainer ul.sub-nav li.content-list {
  margin-bottom: 10px;
}

#references #contentContainer p.p {
  font-size: 14px;
}
#references #contentContainer p.p .label {
  font-size: 12.1875px;
}

#contentContainer .citation, #contentContainer .mixed-citation {
  font-size: 14px !important;
  font-weight: normal !important;
}
#contentContainer .citation .article-title, #contentContainer .mixed-citation .article-title {
  font-size: 14px !important;
  font-weight: normal !important;
}
#contentContainer .resolver-link {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#contentContainer .resolver-link img {
  vertical-align: middle;
}
#contentContainer span.label {
  background-color: transparent;
  color: #333;
}
#contentContainer span.label sup {
  margin-right: 2px;
}

#contentContainer .references .ref .citation {
  font-size: 14px;
  font-weight: normal;
  float: left;
}
#contentContainer .references .ref .citation ul.reference-list {
  display: inline-block;
  margin-left: 10px;
}
#contentContainer .references .ref .citation ul.reference-list li {
  line-height: 24px !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}
#contentContainer .references .ref .citation span {
  font-size: 14px;
  font-weight: normal;
}
#contentContainer .references .ref .resolver-links {
  margin-left: 5px;
}

.vertical-top {
  vertical-align: top !important;
}

#contentContainer, .referencesContainer {
  padding-top: 32px;
}

.preview-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #A51215;
  z-index: 1;
  padding: 1.5rem;
}
.preview-container .preview-children {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview-container .preview-children .preview-icon {
  color: #FFFFFF;
  margin-right: 0.57143rem;
}
.preview-container .preview-children p {
  color: #FFFFFF;
}

.tool-pages {
  border-radius: unset;
}

.select-record-format-section li, .select-content-section li {
  list-style: none;
}

/**
 * These styles are required to emulate the look of foundation tabs, but allow them to function
 * when we are dealing with different URLS vs using JS to load tabs
 */
.core-page-tabs {
  margin-left: 0;
  float: none;
}
@media only screen and (min-width:64.063em) {
  .core-page-tabs {
    margin-bottom: 0;
  }
}
@media only screen {
  .core-page-tabs {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 40em) {
  .core-page-tabs {
    padding: 0;
  }
}
.core-page-tabs .current-mobile {
  background-color: white;
  overflow: hidden;
  margin-top: 10px;
}
.core-page-tabs .current-mobile a {
  float: left;
}
.core-page-tabs .blue-square {
  background-color: #006FCA;
  height: 35px;
  width: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: right;
  margin: 10px 10px;
}
.core-page-tabs .tab-title {
  float: none;
  clear: both;
}
@media only screen and (min-width:64.063em) {
  .core-page-tabs .tab-title {
    background-color: #FFFFFF;
  }
}
.core-page-tabs .tab-title a {
  color: #595959;
  padding: 15px 15px 13px;
  background-color: transparent;
  font-size: 17px;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.core-page-tabs .tab-title a:hover, .core-page-tabs .tab-title a:focus {
  color: #006FCA;
}
.core-page-tabs .tab-title.active a {
  background-color: transparent;
}
.core-page-tabs .tabs {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}
@media only screen {
  .core-page-tabs .tabs {
    background: #f3f3f3;
    display: block;
  }
  .core-page-tabs .tabs li {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width: 1024px) {
  .core-page-tabs .tabs {
    display: none;
  }
}
.core-page-tabs .tabs.open-drawer {
  max-height: 100%;
}
.core-page-tabs .tab-title.active a {
  color: #006FCA;
}
@media only screen and (min-width: 64.063em) {
  .core-page-tabs {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.04);
    border-top: 1px solid #e8e8e8;
    padding-left: 35px;
    padding-right: 30px;
    height: 46px;
    float: none;
  }
  .core-page-tabs .tab-title {
    margin: 0 5px;
    float: left;
    clear: none;
  }
  .core-page-tabs .tab-title a {
    padding: 12px 15px 9px;
    font-size: 12px !important;
  }
  .core-page-tabs .tab-title.active {
    border-bottom: 5px solid #006FCA;
  }
  .core-page-tabs .tab-title.active:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #006FCA;
  }
  .core-page-tabs .tab-title:first-child {
    margin-left: 0;
  }
  .core-page-tabs .tabs {
    float: left;
    height: auto;
    overflow: visible;
  }
  .core-page-tabs .tabs li {
    border-bottom: none;
  }
}
.core-page-tabs .social {
  display: none;
}
@media only screen and (min-width: 64.063em) {
  .core-page-tabs .social {
    display: block;
  }
}

.book-home .blog ul.overview li.entry2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .journal-home-promo .columns {
    margin-bottom: 10px;
  }
}

.impact-factor .small-note {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 0.8em;
}

.full-contributor-listing label {
  display: inline;
  padding-right: 5px;
}

@media only screen and (min-width:40.063em) {
  .journal-with-companion .details-container {
    padding-top: 20px;
  }
}
.journal-with-companion .main-column {
  min-height: 1px;
}
.journal-with-companion .companion-journal .has-logo .companion-journal-logo {
  max-width: 300px;
  margin-bottom: 20px;
}
.journal-with-companion .companion-journal .has-logo .details {
  width: 100%;
}
.journal-with-companion .companion-journal.white h2,
.journal-with-companion .companion-journal.white h3,
.journal-with-companion .companion-journal.white span,
.journal-with-companion .companion-journal.white .description,
.journal-with-companion .companion-journal.white .overview li:not(.type),
.journal-with-companion .companion-journal.white .overview li a {
  color: white;
}
.journal-with-companion .companion-journal.white [data-block-key=aop-block-product-listing] .button {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid white;
}
.journal-with-companion .companion-journal.white [data-block-key=aop-block-product-listing] p {
  color: white;
}
.journal-with-companion .companion-journal.black h2,
.journal-with-companion .companion-journal.black h3,
.journal-with-companion .companion-journal.black span,
.journal-with-companion .companion-journal.black .description,
.journal-with-companion .companion-journal.black .overview li:not(.type),
.journal-with-companion .companion-journal.black .overview li a {
  color: #333333;
}
.journal-with-companion .companion-journal .details .overview li a {
  color: #006FCA;
}
.journal-with-companion .companion-journal a.image, .journal-with-companion .companion-journal a.element-cover-image {
  cursor: default;
}

h3.journal-article-listing-topic {
  color: #333333;
  font-size: 20px;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
}
h3.journal-article-listing-topic.sub-heading1 {
  font-weight: normal;
}
h3.journal-article-listing-topic.sub-heading2 {
  font-size: 18px;
  font-weight: normal;
}
h3.journal-article-listing-topic.sub-heading3 {
  font-size: 16px;
  font-weight: normal;
}

h4.journal-article-listing-type {
  color: #595959;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: italic;
}

@media only screen and (min-width:40.063em) {
  .journal-information-title-wrapper > ul {
    position: absolute;
    right: 12px;
    top: 65px;
  }
}

.journal-title-history li {
  list-style: none;
}
.oa-policy-text h3 {
  font-size: 22px;
}
.oa-policy-text a {
  color: #006FCA;
}

.journal-past-title .index-collection > li > a {
  padding: 15px 0 !important;
}

.simple-table {
  width: 50%;
}
.simple-table table, .simple-table th, .simple-table td {
  border: 1px solid black;
  border-collapse: collapse;
}
.simple-table tr {
  background: #FFFFFF !important;
}

.element-landing-details .reading-width {
  z-index: 1;
}

.element-title {
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 1.5em;
}

.panel h2.element-title {
  margin-bottom: 0;
}

#element-title {
  margin-bottom: 1.5em;
}

.part-of-cambridge-element {
  margin-top: 20px;
}

.element-meta {
  padding-bottom: 15px;
  font-size: 15px;
}

.element-access {
  float: right;
}

.banner.element {
  background-color: #2d6e9c;
}

#element-title-image {
  width: 45%;
  float: left;
  margin-left: 20px;
}

.element-detail-series {
  font-size: 13px;
  padding-left: 0px;
  padding-bottom: 1.5em;
}

.element-detail-series-content {
  color: #4095db;
}

.element-abstract-description {
  text-align: left;
  margin-right: 1.5em;
}

.element-uri {
  color: #4095db;
}

.element-uri a {
  color: #4095db;
}

.element-cover-image {
  margin-top: 3em;
}

#searchTypeElementTip.f-dropdown.small {
  max-width: 360px;
}

.element-landing-subtitle {
  margin-bottom: 1em;
}

.element-landing-details {
  margin-top: 1em;
}

.tabs.element-download-types {
  display: table;
  margin-top: 0px;
  clear: both;
  background: #FFFFFF;
}
.tabs.element-download-types li {
  float: left;
}
.tabs.element-download-types a {
  padding: 14px 12px;
  display: block;
  background: #FFFFFF;
}
.tabs.element-download-types a:hover {
  color: #006FCA;
}
.tabs.element-download-types a span {
  float: none;
}

.element-landing-banner {
  min-height: 140px;
}

@media only screen and (min-width:40.063em) {
  .tabs.element-download-types {
    display: table;
    margin-top: 0px;
    background: #FFFFFF;
    clear: both;
    width: auto;
  }
  .element-landing-banner-text {
    padding-top: 15px;
  }
  .list-container {
    display: flex;
    flex-flow: row wrap;
  }
}
@media only screen and (min-width:64.063em) {
  .list-item {
    flex-basis: 100%;
  }
}
.element-banner-bars {
  vertical-align: top;
  padding-left: 10px;
  margin-top: -20px;
  clip-path: inset(0 10px 0 0);
}
@media screen and (max-width: 388px) {
  .element-banner-bars {
    padding-left: 25px;
    margin-top: -35px;
    position: absolute;
  }
}

.title.element-banner-series {
  font-size: 1.9em !important;
  line-height: 1.5;
  padding-top: 10px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 40em) {
  .title.element-banner-series {
    text-align: center;
  }
}
@media only screen and (min-width:0em) and (max-width:64em) {
  .title.element-banner-series {
    font-size: 1.4em !important;
  }
}

@media only screen and (min-width:40.063em) {
  .element-banner-title {
    padding-top: 0.4em;
  }
}
@media only screen and (max-width: 40em) {
  .element-banner-title {
    margin-left: 1.4em !important;
  }
}

.landing-page-bespoke-message a {
  color: #006FCA;
}
.landing-page-bespoke-message a:hover {
  text-decoration: underline;
}

.all-services .overview {
  margin-bottom: 20px;
}

.quote {
  background-color: #f3f3f3;
  padding: 20px;
}
.quote:after {
  content: '"';
}
.quote:before {
  content: '"';
}

.kbart-table {
  width: 100%;
}
.kbart-table a {
  color: #0072cf !important;
}
.kbart-table a:hover, .kbart-table:focus {
  text-decoration: underline !important;
}

.kbart-automation-section {
  margin-bottom: 30px;
}
.kbart-automation-section p, .kbart-automation-section .automation-description, .kbart-automation-section .automation-toggle {
  margin-bottom: 10px;
}
.kbart-automation-section .automation-description span {
  display: block;
}

.kbart-generate-key-section {
  margin-bottom: 20px;
}

.kbart-generate-key-section .generate-key-title,
.key-table .key-table-title {
  margin-bottom: 10px;
  color: #000000;
}

.title .heading_title {
  font-size: inherit;
  margin-bottom: 0px;
}

.kbart-loader-section {
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.kbart-loader-section .automation-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #555;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

#kbart-byOrganisation li {
  list-style: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-description {
  height: 110px;
}
@media only screen and (max-width: 640px) {
  .service-description {
    height: inherit;
  }
}

/*

Identity IP Address management
These styles in are in a modal, so need to be defined outside the namespace

*/
.my-core-header .wrapper {
  z-index: auto !important;
}

.ui-autocomplete {
  position: absolute;
  top: auto;
  left: auto;
  display: block;
  width: auto;
  z-index: 1000;
  background: white;
  max-height: 450px;
  overflow-x: hidden;
}

.ui-menu {
  border-radius: 4px;
  border: 1px solid rgb(153, 153, 153);
  background-color: rgb(250, 250, 250);
  padding: 0px;
  -webkit-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.12);
}
.ui-menu .aop-autocomplete-item {
  cursor: pointer;
  padding: 10px;
  font-size: 0.8571428571rem;
}
.ui-menu .aop-autocomplete-item:hover {
  background-color: rgba(0, 111, 202, 0.2);
}
.ui-menu .aop-autocomplete-item:not(:last-child) {
  border-bottom: 1px solid #E4E4E4;
}

.extendAutoComplete .ui-autocomplete {
  width: 140% !important;
}

.my-core .organisation-block {
  padding: 20px 10px;
}
.my-core .organisation-block .organisation-detail {
  float: left;
  padding-left: 10px;
  max-width: 80%;
}
.my-core .organisation-block .organisation-image {
  float: left;
  width: 40px;
  height: 40px;
}
.my-core .organisation-block .organisation-image img {
  width: 100%;
  line-height: 40px;
}
.my-core .organisation-block .organisation-list {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #E4E4E4;
  margin-top: 10px;
  display: none;
}
.my-core .organisation-block .organisation-list li:first-child {
  border-bottom: 1px solid #E4E4E4;
}
.my-core .organisation-block .organisation-list .switch-to-org {
  display: block;
}
.my-core .organisation-block .organisation-list .switch-to-org:not(:last-child) {
  border-bottom: 1px dotted #E4E4E4;
}
.my-core .organisation-block .organisation-list .switch-to-org li:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.my-core .f-dropdown a, .my-core .alert a {
  color: #006FCA;
  text-decoration: none;
}
.my-core .f-dropdown a:hover, .my-core .f-dropdown a:focus, .my-core .alert a:hover, .my-core .alert a:focus {
  color: rgb(0, 95.46, 173.72);
}
.my-core .ui-autocomplete {
  background-color: #FFFFFF;
}
.my-core #shibbolethList p {
  font-size: 14px;
}
.my-core .page-tabs {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Generic loading image */
.no-data {
  font-size: 14px;
  color: #595959;
  font-weight: normal;
}
.no-data img {
  width: 20px;
  margin-right: 10px;
}

/* IP Address configuration in My Core*/
.configure-ipaddresses p.panel {
  margin-bottom: 20px;
}
.configure-ipaddresses .ip_address p {
  font-size: 14px;
}

#manageIPAddress .hidden {
  display: none !important;
}
#manageIPAddress .warning {
  margin-top: 25px;
  color: #CD391F;
}
#manageIPAddress .errors a {
  color: white;
  text-decoration: underline;
}
#manageIPAddress form {
  margin-bottom: 0;
}
#manageIPAddress #add-another-ip-address {
  margin-bottom: 40px;
  display: block;
  width: 200px;
}
#manageIPAddress textarea {
  margin-top: 20px;
}
#manageIPAddress .ip_address {
  margin-bottom: 10px;
  margin-top: 20px;
  max-height: 234px;
  overflow: auto;
  border: 1px solid #e8e8e8;
}
#manageIPAddress .ip_address > div.row {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 8px;
  padding-bottom: 8px;
}
#manageIPAddress .ip_address > div.row a, #manageIPAddress .ip_address > div.row input {
  margin-bottom: 0;
}
#manageIPAddress .ip_address > div.row:last-of-type {
  border-bottom: 0;
}
#manageIPAddress .ip_address > a {
  margin: 8px;
  display: block;
  font-size: 1rem;
}
#manageIPAddress .ip_address .fail input[type=text] {
  border-color: #ff6666;
}
#manageIPAddress .ip_address .fail span {
  color: #CD391F;
}
#manageIPAddress .ip_address .ok span {
  color: #1F8817;
}
#manageIPAddress .ip_address p {
  margin: 0;
}
#manageIPAddress .show-help {
  right: 0px;
  top: -14px;
  position: absolute;
}
#manageIPAddress .help-panel {
  border: none;
  background-color: #595959;
  color: white;
}
#manageIPAddress .help-panel .f-dropdown {
  color: #333333;
}
#manageIPAddress .help-panel .message {
  padding-top: 4px;
}
#manageIPAddress .help-panel .message h1, #manageIPAddress .help-panel .message h2, #manageIPAddress .help-panel .message h3, #manageIPAddress .help-panel .message h4, #manageIPAddress .help-panel .message h5, #manageIPAddress .help-panel .message h5, #manageIPAddress .help-panel .message li {
  color: white;
}
#manageIPAddress .help-panel .message h4 {
  font-size: 16px;
}
#manageIPAddress .help-panel .message ul {
  margin-left: 40px;
}
#manageIPAddress .help-panel .message ul li {
  font-size: 12px;
}
#manageIPAddress .help-panel .message ul li span {
  border-bottom: none;
}
#manageIPAddress .help-panel .message ul li span i {
  color: white;
}
#manageIPAddress .help-panel .message .inverted {
  background-color: #e8e8e8;
  color: black;
}
#manageIPAddress .modal-save-button > img {
  width: 1.5em;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  display: none;
}
#manageIPAddress .modal-save-button > span.saving {
  display: none;
  cursor: progress;
}

#societiesList .institutionLogo {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

#societiesList .institutionLogo img {
  max-width: 45px;
}

div .custom-combobox {
  position: relative;
  display: block;
}
div .custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
}
div input[type=text].custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
  display: inline;
}
div .ui-button-icon-only .ui-icon {
  margin-top: 10px;
}
div .ui-state-focus {
  border-width: 0;
  border-bottom: 1px solid #E4E4E4;
  background: rgba(0, 114, 207, 0.2);
}

#add-alerts-modal .add-alerts-modal-contents {
  margin: 30px 60px;
}
#add-alerts-modal #searchAndFilter {
  width: 50%;
}
#add-alerts-modal .add-alerts-modal-listing {
  max-height: 300px;
  max-height: 30vh;
  overflow-y: scroll;
}
#add-alerts-modal .add-alerts-modal-listing hr {
  margin: 8px 0;
}
#add-alerts-modal .add-alerts-modal-listing .modal-list-checks {
  float: right;
}
#add-alerts-modal .alerts-to-add {
  margin-top: 20px;
}
#add-alerts-modal .alerts-to-add p {
  color: #CD391F;
  display: none;
}

.bold-red {
  color: #CD391F !important;
  font-weight: bold !important;
}

/**
 * Hide the secondary menu from appearing in the core reader
 * I assume there will be permission checks wrapped around core-reader logic, therefore
 * the secondary menu, that has log cart/account/login/logout controllers never needs to
 * be visible in reader view.
 */
.html-view .menu.secondary {
  display: none;
}

.core-reader .title a {
  display: inline;
  font-size: 0.75em;
  line-height: 0.75em !important;
  vertical-align: super !important;
  color: #0072CF;
}

.requestOrganisation input[type=radio] + span {
  margin-top: -4px;
}
@media only screen and (max-width: 40em) {
  .requestOrganisation #select-access-mode input[type=radio] {
    float: left;
    margin-top: 6px;
  }
}
.requestOrganisation .ipaddress .multiple-address .failed-addresses {
  display: none;
}
.requestOrganisation .ipaddress .multiple-address .failed-addresses p.error {
  background-color: red;
  color: white;
  font-size: 14px;
  padding: 10px;
  margin-top: 20px;
}
.requestOrganisation .ipaddress .multiple-address .failed-addresses .addresses span {
  color: red;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width:40.063em) {
  .requestOrganisation .ipaddress .multiple-address .failed-addresses .addresses span {
    line-height: 3em;
  }
}
.requestOrganisation .ipaddress .multiple-address .failed-addresses .addresses input[type=text] {
  border: 1px solid red;
  color: red;
  font-size: 14px;
  margin-bottom: 4px;
}
.requestOrganisation .ipaddress .multiple-address .failed-addresses .addresses .button.remove-ipaddress {
  font-size: 0.71429rem;
}
.requestOrganisation .ipaddress .ip-input-method {
  line-height: 1.5em;
  color: #595959;
  margin-bottom: 5px;
}
.requestOrganisation .ipaddress .ip-input-method form > span {
  float: left;
}
.requestOrganisation .ipaddress .ip-input-method ul {
  margin-left: 10px;
  float: left;
}
.requestOrganisation .ipaddress .ip-input-method ul li {
  float: inherit;
  margin-right: 5px;
  margin-left: 5px;
}
.requestOrganisation .ipaddress .ip-input-method ul li label {
  color: #595959;
}
.requestOrganisation .ipaddress .ip-input-method ul li input {
  margin-bottom: 10px;
  margin-right: 5px;
}
@media only screen and (max-width: 40em) {
  .requestOrganisation .ipaddress .ip-input-method ul {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
}
.requestOrganisation .ipaddress #ipaddress-help > span.action.see-example:after {
  content: "See ";
}
.requestOrganisation .ipaddress #ipaddress-help > span.action.hide-example:after {
  content: "Hide ";
}
.requestOrganisation .ipaddress .ipaddress-help {
  margin-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #b6edff;
}
.requestOrganisation .ipaddress .ipaddress-help p {
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
}
.requestOrganisation .ipaddress .ipaddress-help ul {
  padding-bottom: 20px;
}
.requestOrganisation .ipaddress .ipaddress-help ul li {
  font-size: inherit;
  color: inherit;
  margin-left: 30px;
  list-style-type: disc;
}
.requestOrganisation .ipaddress #ipAddressList.border-bottom {
  border-bottom: 1px solid #b6edff;
  margin-bottom: 20px;
}
.requestOrganisation .ipaddress #ipAddressList p {
  font-size: 14px;
}
.requestOrganisation .shibboleth {
  margin-top: 20px;
}

.metrics #article-metrics-altmetric-container h2 {
  margin-top: 37px;
}
@media only screen and (max-width: 40em) and (orientation: portrait) {
  .metrics #article-metrics-altmetric-container h2 {
    margin-top: 15px;
  }
}
.metrics #article-metrics-altmetric-container .altmetric-embed {
  margin-top: 20px;
}
.metrics .split-panel .main-column.panel {
  padding-top: 25px;
}
.metrics .reading-width {
  max-width: 100%;
  margin-top: 30px;
}
.metrics .summary {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
}
.metrics .summary > div {
  margin-right: 10px;
  float: left;
}
@media only screen and (max-width: 40em) {
  .metrics .summary > div {
    font-size: 16px;
    float: none;
    margin-bottom: 10px;
  }
}
.metrics .summary span {
  font-weight: bold;
  background: #595959;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}
.metrics .loader {
  margin: 20px 0;
  border: 1px solid #A7AFB9;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.metrics .loader > div {
  display: none;
}
.metrics .loader > div img {
  height: 30px;
}
.metrics .loader > div span {
  color: #595959;
  margin-left: 10px;
}
.metrics ul.shares li {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 40em) {
  .metrics ul.shares li {
    margin-right: 8px;
  }
}
.metrics ul.shares li > span {
  position: relative;
  top: 80px;
  width: 100%;
  display: block;
  text-align: center;
}
.metrics ul.shares li:hover {
  cursor: default;
}
.metrics ul.shares li.icon {
  height: 76px;
  width: 76px;
  display: block;
  background-size: 76px 76px;
}
.metrics ul.shares li.icon:hover {
  color: inherit;
}
.metrics ul.shares li.fb {
  background-image: url("../images/footer_facebook_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.metrics ul.shares li.tw {
  background-image: url("../images/footer_twitter_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.metrics ul.shares li.gp {
  background-image: url("../images/footer_google_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.metrics ul.shares li.yt {
  background-image: url("../images/footer_youtube_hover.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

#ajax-loader {
  width: 100%;
}

/**
 * Styling for http://foundation.zurb.com/docs/components/clearing.html
 */
.clearing-thumbs li, .clearing-thumbs [data-clearing] li {
  margin-bottom: 10px;
  width: 32%;
}
@media only screen and (max-width: 40em) {
  .clearing-thumbs li, .clearing-thumbs [data-clearing] li {
    width: 45%;
  }
}
.clearing-thumbs li:hover, .clearing-thumbs [data-clearing] li:hover {
  box-shadow: 0px 0px 0px 4px #006FCA;
}

.clearing-blackout .clearing-close {
  color: #CCCCCC;
}

/**
 * Any class that need fixes
 * MIC Should be told about these
 * When the HTML is fully delivered, this should overwrite the main files if not fixed by MIC already
 */
.panel p {
  color: #595959;
}
.panel p a {
  color: #006FCA;
}
.panel .error p {
  color: inherit;
}

.sub-nav > li {
  display: inline;
}

.page-operatives.free + .actions {
  border-bottom: none;
}

.open-access-count {
  width: 50%;
  margin-top: 8px;
}

.primary-link, .panel .listings li a, .breadcrumbs-wrapper .backToSearch a, .overview li.title a, .overview h4.title a, .product-listing-filter li a.title {
  clear: both;
  color: #006FCA !important;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
.primary-link:hover, .panel .listings li a:hover, .breadcrumbs-wrapper .backToSearch a:hover, .overview li.title a:hover, .overview h4.title a:hover, .product-listing-filter li a.title:hover, .primary-link:focus, .panel .listings li a:focus, .breadcrumbs-wrapper .backToSearch a:focus, .overview li.title a:focus, .overview h4.title a:focus, .product-listing-filter li a.title:focus {
  color: #006FCA !important;
  text-decoration: underline;
}

.secondary-link, .split-panel .show-all, .breadcrumbs-wrapper .breadcrumbs > * a:not(.current), .breadcrumbs-wrapper .breadcrumbs > * span:not(.current), .article-wrapper .article-page .article-components li .url, .journal-comments-page .overview .top-links p a, .journal-comments-page .overview div.commentsBlock a.expand-comment-links, .the-journal .details a:not(.button), .column-backissues span.issue, .column-backissues span.date, .journal-past-title .index-collection li a, #journal-past-title .index-collection li a, .template-content a, .reference-list li a, .reference-list li span a, .book-overview .spec a, .actions .select-all,
.actions .deselect-all, .overview li.source.doi a, .overview li.published.doi a, .overview li.author a,
.overview li.author div.open-drawer, .overview li.status.get a,
.overview li.status.get div.open-drawer, .overview li.pages a,
.overview li.pages div.open-drawer, .overview li.abstract a,
.overview li.abstract div.open-drawer, .overview .back-to-text, .product-listing-filter li a.get, .book-cover-cited-by-section .status.get a:not(.button), .access .status.get a:not(.button), #text-resizer-controls .standard-text,
#text-resizer-controls .large-text, .text-resizer-controls .standard-text,
.text-resizer-controls .large-text, .cms-area > .cms-block[data-block-key=aop-block-page-list] .side-nav a, .check-access-openurl li a, .multi-language-select a:not(.active), .author a.more-by-this-author, #contentContainer .resolver-link, .journal-title-history a {
  clear: both;
  color: #006FCA !important;
  cursor: pointer;
  text-decoration: none;
}
.secondary-link:hover, .split-panel .show-all:hover, .breadcrumbs-wrapper .breadcrumbs > * a:hover:not(.current), .breadcrumbs-wrapper .breadcrumbs > * span:hover:not(.current), .article-wrapper .article-page .article-components li .url:hover, .journal-comments-page .overview .top-links p a:hover, .journal-comments-page .overview div.commentsBlock a.expand-comment-links:hover, .the-journal .details a:hover:not(.button), .column-backissues span.issue:hover, .column-backissues span.date:hover, .journal-past-title .index-collection li a:hover, #journal-past-title .index-collection li a:hover, .template-content a:hover, .reference-list li a:hover, .book-overview .spec a:hover, .actions .select-all:hover,
.actions .deselect-all:hover, .overview li.source.doi a:hover, .overview li.published.doi a:hover, .overview li.author a:hover,
.overview li.author div.open-drawer:hover, .overview li.status.get a:hover,
.overview li.status.get div.open-drawer:hover, .overview li.pages a:hover,
.overview li.pages div.open-drawer:hover, .overview li.abstract a:hover,
.overview li.abstract div.open-drawer:hover, .overview .back-to-text:hover, .product-listing-filter li a.get:hover, .book-cover-cited-by-section .status.get a:hover:not(.button), .access .status.get a:hover:not(.button), #text-resizer-controls .standard-text:hover,
#text-resizer-controls .large-text:hover, .text-resizer-controls .standard-text:hover,
.text-resizer-controls .large-text:hover, .cms-area > .cms-block[data-block-key=aop-block-page-list] .side-nav a:hover, .check-access-openurl li a:hover, .multi-language-select a:hover:not(.active), .author a.more-by-this-author:hover, #contentContainer .resolver-link:hover, .journal-title-history a:hover, .secondary-link:focus, .split-panel .show-all:focus, .breadcrumbs-wrapper .breadcrumbs > * a:focus:not(.current), .breadcrumbs-wrapper .breadcrumbs > * span:focus:not(.current), .article-wrapper .article-page .article-components li .url:focus, .journal-comments-page .overview .top-links p a:focus, .journal-comments-page .overview div.commentsBlock a.expand-comment-links:focus, .the-journal .details a:focus:not(.button), .column-backissues span.issue:focus, .column-backissues span.date:focus, .journal-past-title .index-collection li a:focus, #journal-past-title .index-collection li a:focus, .template-content a:focus, .reference-list li a:focus, .book-overview .spec a:focus, .actions .select-all:focus,
.actions .deselect-all:focus, .overview li.source.doi a:focus, .overview li.published.doi a:focus, .overview li.author a:focus,
.overview li.author div.open-drawer:focus, .overview li.status.get a:focus,
.overview li.status.get div.open-drawer:focus, .overview li.pages a:focus,
.overview li.pages div.open-drawer:focus, .overview li.abstract a:focus,
.overview li.abstract div.open-drawer:focus, .overview .back-to-text:focus, .product-listing-filter li a.get:focus, .book-cover-cited-by-section .status.get a:focus:not(.button), .access .status.get a:focus:not(.button), #text-resizer-controls .standard-text:focus,
#text-resizer-controls .large-text:focus, .text-resizer-controls .standard-text:focus,
.text-resizer-controls .large-text:focus, .cms-area > .cms-block[data-block-key=aop-block-page-list] .side-nav a:focus, .check-access-openurl li a:focus, .multi-language-select a:focus:not(.active), .author a.more-by-this-author:focus, #contentContainer .resolver-link:focus, .journal-title-history a:focus {
  color: #006FCA !important;
  text-decoration: underline;
}

.tertiary-link, .bookmarks .book-overview .access li .export-citation-component, .overview li.source:not(.doi) a, .overview li.published:not(.doi) a, .overview li .links span.download-label,
.overview li .links a.export-citation-component,
.overview li .links a.adsabs-link {
  clear: both;
  color: #000000 !important;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #AAAAAA;
}
.tertiary-link:not(.active):hover, .bookmarks .book-overview .access li .export-citation-component:not(.active):hover, .overview li.source:not(.doi) a:not(.active):hover, .overview li.published:not(.doi) a:not(.active):hover, .overview li .links span.download-label:not(.active):hover,
.overview li .links a.export-citation-component:not(.active):hover,
.overview li .links a.adsabs-link:not(.active):hover, .tertiary-link:not(.active):focus, .bookmarks .book-overview .access li .export-citation-component:not(.active):focus, .overview li.source:not(.doi) a:not(.active):focus, .overview li.published:not(.doi) a:not(.active):focus, .overview li .links span.download-label:not(.active):focus,
.overview li .links a.export-citation-component:not(.active):focus,
.overview li .links a.adsabs-link:not(.active):focus {
  color: #006FCA !important;
  text-decoration-color: #006FCA;
}
.tertiary-link.active, .bookmarks .book-overview .access li .active.export-citation-component, .overview li.source:not(.doi) a.active, .overview li.published:not(.doi) a.active, .overview li .links span.active.download-label,
.overview li .links a.active.export-citation-component,
.overview li .links a.active.adsabs-link {
  font-weight: bold;
  cursor: default;
  text-decoration: none;
}

a.keywords:hover, a.keywords:focus {
  color: #006FCA !important;
}

.banner-shakespeare {
  background: url("../images/shakespeare/shakespeare_banner_2140x480.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-shakespeare .search-input input[type=text] {
  margin-bottom: 0;
}
.banner-shakespeare .search-input.js-outglow-parent {
  height: 44px;
}
.banner-shakespeare.shakespeare-large img {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .banner-shakespeare.shakespeare-large img {
    width: 80%;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner-shakespeare.shakespeare-large img {
    width: 80%;
  }
}
@media only screen and (min-width:64.063em) {
  .banner-shakespeare.shakespeare-large img {
    width: 50%;
  }
}
.banner-shakespeare.shakespeare-large .description {
  margin-bottom: 0;
}
.banner-shakespeare.small img {
  height: 80px;
  width: auto;
  float: left;
  margin-left: 0;
}
@media only screen and (max-width: 40em) {
  .banner-shakespeare.small img {
    width: 80%;
    height: auto;
    float: none;
    padding: 30px 0;
    display: block;
    margin: 0 auto;
  }
}
.banner-shakespeare #searchSelect {
  background: #e8e8e8;
}

.shakespeare-worlds .actions {
  padding: 0;
}
.shakespeare-worlds .content-wrapper {
  padding: 15px 0;
}
.shakespeare-worlds .content-wrapper ul li {
  font-size: 14px;
}
.shakespeare-worlds .content-wrapper ul li a {
  font-size: 14px;
  color: #006FCA;
}
.shakespeare-worlds.edit-mode .cms-block .shakespeare-world-product .details {
  float: none !important;
  clear: both !important;
}
.shakespeare-worlds.edit-mode #product_list_1 .cms-block .shakespeare-world-product .content-wrapper, .shakespeare-worlds.edit-mode #product_list_2 .cms-block .shakespeare-world-product .content-wrapper {
  clear: both;
  height: 150px;
}
.shakespeare-worlds.edit-mode #product_list_1 .cms-block .shakespeare-world-product .content-wrapper img, .shakespeare-worlds.edit-mode #product_list_2 .cms-block .shakespeare-world-product .content-wrapper img {
  height: 110px;
  float: left;
  padding-right: 10px;
}
.shakespeare-worlds.edit-mode #product_list_1 .cms-block .shakespeare-world-product .content-wrapper .chapter, .shakespeare-worlds.edit-mode #product_list_2 .cms-block .shakespeare-world-product .content-wrapper .chapter {
  float: left;
}
.shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block, .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block {
  float: left;
  width: 12.64%;
  padding-right: 1%;
  height: 300px;
  overflow: hidden;
}
.shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block .worlds-product-link img, .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block .worlds-product-link img {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block, .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block {
    width: 25%;
  }
}
@media only screen and (max-width: 40em) {
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block, .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block {
    width: 48%;
    padding-right: 2%;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(4), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(4) {
    padding-right: 0;
    width: 23.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(8), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(8) {
    padding-right: 0;
    width: 23.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(12), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(12) {
    padding-right: 0;
    width: 23.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(16), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(16) {
    padding-right: 0;
    width: 23.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(24), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(24) {
    padding-right: 0;
    width: 23.5%;
  }
}
@media only screen and (min-width:64.063em) {
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(8), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(8) {
    padding-right: 0;
    width: 11.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(16), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(16) {
    padding-right: 0;
    width: 11.5%;
  }
  .shakespeare-worlds:not(.edit-mode) #product_list_1 .cms-block:nth-child(24), .shakespeare-worlds:not(.edit-mode) #product_list_2 .cms-block:nth-child(24) {
    padding-right: 0;
    width: 11.5%;
  }
}
.shakespeare-worlds .details.main-details {
  margin-bottom: 20px;
}
.shakespeare-worlds .details.main-details ul.editors .author {
  color: #595959;
  float: left;
}
.shakespeare-worlds .details.main-details ul.editors .author:after {
  content: ", ";
  white-space: pre;
}
.shakespeare-worlds .details.main-details ul.editors .author:last-child:after {
  content: "";
}
.shakespeare-worlds .details.secondary-details ul.spec {
  border-top: 0;
  padding-top: 0;
}
.shakespeare-worlds .details.secondary-details ul.spec li span {
  color: #595959;
}

.shakespeare-work #related_links_top_col_1 > .cms-block, .shakespeare-work #related_links_middle_col_1 > .cms-block, .shakespeare-work #related_links_bottom_col_1 > .cms-block {
  margin-top: 20px;
}
.shakespeare-work #related_links_top_col_1 > .cms-block:first-child, .shakespeare-work #related_links_middle_col_1 > .cms-block:first-child, .shakespeare-work #related_links_bottom_col_1 > .cms-block:first-child {
  margin-top: 0;
}
.shakespeare-work #related_links_top_col_2 > .cms-block, .shakespeare-work #related_links_middle_col_2 > .cms-block, .shakespeare-work #related_links_bottom_col_2 > .cms-block {
  margin-top: 20px;
}
@media only screen and (min-width:40.063em) {
  .shakespeare-work #related_links_top_col_2 > .cms-block:first-child, .shakespeare-work #related_links_middle_col_2 > .cms-block:first-child, .shakespeare-work #related_links_bottom_col_2 > .cms-block:first-child {
    margin-top: 0;
  }
}
.shakespeare-work .title-underline [data-block-key=aop-block-html] p {
  font-size: 23px;
  margin-bottom: 0;
}
.shakespeare-work .works-header {
  background: grey;
  border-radius: 5px;
  padding: 25px;
  background-size: cover !important;
}
@media only screen and (min-width:40.063em) {
  .shakespeare-work .works-header:not(.edit-mode) {
    height: 240px;
  }
}
.shakespeare-work .works-header .works-heading h2 {
  font-size: 29px;
}
.shakespeare-work .works-header .works-heading [data-block-key=aop-block-html] p {
  font-size: 29px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.shakespeare-work .works-header .works-heading.white h2 {
  color: #FFFFFF;
}
.shakespeare-work .works-header .works-heading.white [data-block-key=aop-block-html] p {
  color: #FFFFFF;
}
.shakespeare-work .works-header .works-heading.black h2 {
  color: #000000;
}
.shakespeare-work .works-header .works-heading.black [data-block-key=aop-block-html] p {
  color: #000000;
}
.shakespeare-work .works-header .works-strapline p {
  font-size: 1rem;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width:64.063em) {
  .shakespeare-work .works-header .works-strapline p {
    font-size: 23px;
  }
}
.shakespeare-work .works-header .works-strapline.white p {
  color: #FFFFFF;
}
.shakespeare-work .works-header .works-strapline.black p {
  color: #000000;
}
@media only screen and (min-width:40.063em) {
  .shakespeare-work .concise-guide-wrapper:not(.edit-mode) {
    height: 240px;
  }
}
.shakespeare-work .concise-guide-wrapper .shakespeare-concise-guide .button {
  margin-top: 15px;
}
.shakespeare-work .concise-guide-wrapper .shakespeare-concise-guide img {
  width: 100%;
}
.shakespeare-work .shakespeare-available-title .series-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.shakespeare-work .shakespeare-available-title .access.links li {
  margin-right: 10px;
}

@media only screen and (max-width: 40em) {
  .shakespeare-call-to-action-wrapper .shakespeare-call-to-action:last-child {
    margin-top: 10px;
  }
}

.shakespeare-call-to-action {
  padding: 25px;
  border-radius: 5px;
  background-size: cover !important;
}
@media only screen and (min-width:64.063em) {
  .shakespeare-call-to-action {
    height: 500px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .shakespeare-call-to-action {
    height: 300px;
  }
}
@media only screen and (max-width: 40em) {
  .shakespeare-call-to-action {
    height: 300px;
  }
}
.shakespeare-call-to-action .content {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width:64.063em) {
  .shakespeare-call-to-action .content {
    position: absolute;
    bottom: 10px;
    width: 90%;
  }
}
.shakespeare-call-to-action .content .header.white {
  clear: both;
  width: 100%;
  height: 45px;
}
.shakespeare-call-to-action .content .description {
  clear: both;
  width: 100%;
  height: 50px;
  color: #FFFFFF;
}
.shakespeare-call-to-action .content .button {
  color: #FFFFFF;
  padding: 8px 30px;
  background: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid white;
  position: absolute;
  bottom: 15px;
}

@media only screen and (min-width:0em) and (max-width:64em) {
  .world-parts-listing {
    margin-top: 15px;
  }
}

.banner-clr .input-group-journal-home {
  width: 730px !important;
}

.clr-search-mobile .label-case-date {
  color: white;
  font-size: 14px;
  padding-top: 10px;
  margin-right: 10px;
}
.clr-search-mobile input, .clr-search-mobile select {
  border-radius: 5px !important;
}
.clr-search-mobile .fulltext-search {
  height: 50px;
}
.clr-search-mobile input[type=submit] {
  width: 100%;
  text-indent: 0;
  background-image: none;
}
.clr-search-mobile .year-input::-webkit-outer-spin-button, .clr-search-mobile .year-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clr-search-mobile .year-input[type=number] {
  -moz-appearance: textfield;
}
.clr-search-mobile .year-input.year-from {
  border-radius: 5px 0 0 5px !important;
}
.clr-search-mobile .year-input.year-to {
  border-radius: 0 5px 5px 0 !important;
}

.clr-search-desktop .search-clr {
  border-radius: 5px 0 0 5px;
}
.clr-search-desktop .search-full-text {
  padding-top: 13px;
}
.clr-search-desktop .report-type {
  height: 40px;
  border-radius: 0 !important;
  margin-left: 2px;
}
.clr-search-desktop .court-name-header {
  border-radius: 5px !important;
}
.clr-search-desktop .label-case-date {
  color: white;
  font-size: 14px;
  padding-top: 10px;
  display: inline;
  float: right;
  margin-right: 10px;
}
.clr-search-desktop .year-input::-webkit-outer-spin-button, .clr-search-desktop .year-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clr-search-desktop .year-input[type=number] {
  -moz-appearance: textfield;
}
.clr-search-desktop .year-input.year-from {
  border-radius: 5px 0 0 5px !important;
}
.clr-search-desktop .year-input.year-to {
  border-radius: 0 5px 5px 0 !important;
}

.clr-journal-search-desktop .search-full-text {
  padding-top: 23px;
}
.clr-journal-search-desktop .court-name-header {
  border-radius: 0;
  margin-bottom: 10px;
  border-left: 0;
  margin-left: 2px;
}
.clr-journal-search-desktop .label-case-date {
  color: white;
  font-size: 14px;
  padding-top: 10px;
  display: inline;
  float: right;
  margin-right: 10px;
}
.clr-journal-search-desktop .year-input::-webkit-outer-spin-button, .clr-journal-search-desktop .year-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clr-journal-search-desktop .year-input[type=number] {
  -moz-appearance: textfield;
}
.clr-journal-search-desktop .year-input.year-from {
  border-radius: 5px 0 0 5px !important;
}
.clr-journal-search-desktop .year-input.year-to {
  border-radius: 0 5px 5px 0 !important;
}

.clr-journal-search-mobile .label-case-date {
  color: white;
  font-size: 14px;
  padding-top: 10px;
  margin-right: 10px;
}
.clr-journal-search-mobile input, .clr-journal-search-mobile select {
  border-radius: 5px !important;
}
.clr-journal-search-mobile .fulltext-search {
  height: 50px;
}
.clr-journal-search-mobile input[type=submit] {
  width: 100%;
  text-indent: 0;
  background-image: none;
}
.clr-journal-search-mobile .year-input::-webkit-outer-spin-button, .clr-journal-search-mobile .year-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.clr-journal-search-mobile .year-input[type=number] {
  -moz-appearance: textfield;
}
.clr-journal-search-mobile .year-input.year-from {
  border-radius: 5px 0 0 5px !important;
}
.clr-journal-search-mobile .year-input.year-to {
  border-radius: 0 5px 5px 0 !important;
}

.banner-stahl {
  background: url("../images/stahl/stahl_banner_2140x398.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-stahl .search-input input[type=text] {
  margin-bottom: 0;
}
.banner-stahl .search-input.js-outglow-parent {
  height: 44px;
}
.banner-stahl.stahl-large img {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  .banner-stahl.stahl-large img {
    width: 80%;
    padding-bottom: 20px;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .banner-stahl.stahl-large img {
    width: 80%;
  }
}
@media only screen and (min-width:64.063em) {
  .banner-stahl.stahl-large img {
    width: 50%;
  }
}
.banner-stahl.stahl-large .description {
  margin-bottom: 0;
}
.banner-stahl.small img {
  height: 80px;
  width: auto;
  float: left;
  margin-left: 0;
}
@media only screen and (max-width: 40em) {
  .banner-stahl.small img {
    width: 80%;
    height: auto;
    float: none;
    padding: 30px 0;
    display: block;
    margin: 0 auto;
  }
}
.banner-stahl .stahl-subscribe-btn {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 40em) {
  .banner-stahl .stahl-subscribe-btn {
    width: 50%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 40em) {
  .stahl-call-to-action-wrapper .stahl-homepage-featured-block:last-child {
    margin-top: 10px;
  }
}

.stahl-homepage-featured-block {
  background-color: #201c1c;
  background-size: cover !important;
  background-repeat: no-repeat;
  padding: 25px;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  .stahl-homepage-featured-block {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .stahl-homepage-featured-block {
    height: 390px;
  }
}
@media screen and (max-width: 768px) and (min-width: 541px) {
  .stahl-homepage-featured-block {
    height: 290px;
  }
}
@media screen and (max-width: 540px) and (min-width: 426px) {
  .stahl-homepage-featured-block {
    height: 400px;
  }
}
@media screen and (max-width: 425px) and (min-width: 391px) {
  .stahl-homepage-featured-block {
    height: 305px;
  }
}
@media screen and (max-width: 390px) and (min-width: 321px) {
  .stahl-homepage-featured-block {
    height: 282px;
  }
}
@media screen and (max-width: 320px) and (min-width: 281px) {
  .stahl-homepage-featured-block {
    height: 240px;
    padding: 20px;
  }
}
@media screen and (max-width: 280px) {
  .stahl-homepage-featured-block {
    height: 210px;
    padding: 20px;
  }
}
.stahl-homepage-featured-block .content {
  position: absolute;
  width: 100%;
  height: 165px;
  max-width: 50%;
  padding-left: 4.1%;
  bottom: 5%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .stahl-homepage-featured-block .content {
    padding-left: 3%;
  }
}
@media screen and (max-width: 768px) and (min-width: 541px) {
  .stahl-homepage-featured-block .content {
    padding-left: 1%;
  }
}
@media screen and (max-width: 540px) and (min-width: 426px) {
  .stahl-homepage-featured-block .content {
    padding-left: 3%;
  }
}
@media screen and (max-width: 425px) and (min-width: 391px) {
  .stahl-homepage-featured-block .content {
    padding-left: 1.5%;
  }
}
@media screen and (max-width: 390px) and (min-width: 321px) {
  .stahl-homepage-featured-block .content {
    padding-left: 1.1%;
  }
}
@media screen and (max-width: 320px) and (min-width: 281px) {
  .stahl-homepage-featured-block .content {
    padding-left: 1%;
  }
}
@media screen and (max-width: 280px) {
  .stahl-homepage-featured-block .content {
    padding-left: 0.1%;
  }
}
.stahl-homepage-featured-block .content .button {
  color: #000000;
  padding: 8px 30px;
  background: #FFFFFF !important;
  border: 1px solid rgb(124, 124, 124);
  position: absolute;
  bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .stahl-homepage-featured-block .content .button {
    font-size: 45%;
    padding: 6px 15px;
  }
}
@media screen and (max-width: 280px) {
  .stahl-homepage-featured-block .content .button {
    padding-left: 0.1%;
    font-size: 25%;
    padding: 4px 12px;
  }
}

.stahl-call-to-action {
  border-radius: 5px;
  background-size: cover !important;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width:64.063em) {
  .stahl-call-to-action {
    height: 350px;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .stahl-call-to-action {
    height: 300px;
  }
}
@media only screen and (max-width: 40em) {
  .stahl-call-to-action {
    height: 300px;
  }
}
.stahl-call-to-action .content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-content: center;
  justify-content: center;
}
.stahl-call-to-action .content .header.white {
  clear: both;
  width: 100%;
  height: 45px;
}
.stahl-call-to-action .content .description {
  clear: both;
  width: 100%;
  height: 50px;
  color: #FFFFFF;
}
.stahl-call-to-action .content .button {
  color: #FFFFFF;
  padding: 8px 30px;
  background: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid white;
}

.inBasket {
  display: none;
}

.bold-text {
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
  .title-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 280px) {
  .title-wrapper {
    text-align: center;
  }
}

.nei .link {
  display: inline;
}
.nei .logo {
  padding: 0 !important;
  margin: 0px 0px 0px 30px !important;
  width: 30px !important;
  display: inline !important;
}
@media only screen and (min-width:40.063em) {
  .nei .logo {
    width: 40px !important;
    margin: 0px 0px 0px 20px !important;
    margin-bottom: 20px !important;
  }
}

.stahl-title {
  display: inline;
  margin-left: auto;
  margin-right: auto;
}

#drugLookupListing {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media screen and (max-width: 425px) {
  #drugLookupListing {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #drugLookupListing .stahl-drug-lookup-listing-items {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.shareaholic-canvas .shr-hide {
  display: list-item !important;
}

.share-icons-container ul {
  display: none;
  padding: 0 0 0 7px !important;
  padding-top: 1px !important;
  width: 130px !important;
  height: 149px !important;
}
.share-icons-container ul li {
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
.share-icons-container ul li a.close-icon {
  display: block;
  float: right;
  clear: both;
  padding: 0 !important;
  margin-right: 6px !important;
  width: 14px !important;
  height: 24px !important;
}
.share-icons-container ul.responsive li a.close-icon {
  margin-top: 4px !important;
  height: 22px !important;
}
.share-icons-container .shareaholic-share-buttons .shareaholic-share-button {
  padding: 0 5px 5px 0 !important;
}
.share-icons-container .shareaholic-share-buttons-container .shareaholic-share-buttons-wrapper .shareaholic-share-button-container .shareaholic-share-button-sizing .shareaholic-service-icon {
  height: 35px;
  width: 35px;
  font-size: 19px;
}

dt.dl-inline {
  display: inline;
  font-weight: normal;
}

dt.dl-inline:before {
  content: "";
  display: block;
}

dt.dl-inline + dd {
  display: inline;
  clear: right;
}
dt.dl-inline + dd a {
  text-decoration: underline;
  text-decoration-color: #AAAAAA;
  color: #000000 !important;
}

.qtip-content .ecommerce-actions {
  height: 54px;
  line-height: 54px;
}
.qtip-content .ecommerce-actions span.alignment-container {
  display: inline-block;
  line-height: normal;
}
.qtip-content .ecommerce-actions span.alignment-container a.add-to-basket {
  margin: 4px;
  color: #595959 !important;
  font-weight: normal;
}
.qtip-content .ecommerce-actions span.alignment-container a.add-to-basket span.price {
  font-weight: bold;
}
.qtip-content .ecommerce-actions span.alignment-container a.transparent:hover {
  color: #0072cf !important;
}
.qtip-content .ecommerce-actions span.alignment-container .inBasket {
  font-size: 14px;
}
.qtip-content .ecommerce-actions span.alignment-container .inBasket .icon.access.addedToCart {
  margin: 0;
}
.qtip-content .ecommerce-actions span.alignment-container .errorAdding {
  font-weight: bold;
  line-height: 27px;
}

.digital-purchase {
  text-align: left;
}
.digital-purchase .margin-bottom {
  margin-bottom: 15px !important;
}
.digital-purchase .view-cart .added-to-cart {
  vertical-align: middle;
  margin-left: 5px;
}
.digital-purchase .view-cart svg {
  vertical-align: middle;
}

.inBasket {
  display: none;
}

.bold-text {
  font-weight: bold;
}

.subscription-info {
  margin-top: 0.5rem;
}

section.ecommerce small {
  font-size: 12px;
  color: #666;
}
section.ecommerce table.cart tr.has-access td, section.ecommerce table.cart tr.not-available td {
  color: #929292 !important;
}
section.ecommerce table.cart div.msg {
  font-size: 12px;
  font-weight: bold;
  background-color: #e8e8e8;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
section.ecommerce table.cart div.msg.not-available {
  color: #CD391F;
}
section.ecommerce table.cart div.msg.has-access {
  color: #1B7814;
}
section.ecommerce table.cart td {
  font-size: 14px;
  color: #595959 !important;
}
section.ecommerce table.cart td button {
  float: right;
  width: 22px;
  height: 22px;
  padding: 2px 12px 2px 12px;
  margin: 0;
  outline: none;
}
section.ecommerce table.cart td button:hover {
  background-color: #fff;
}
section.ecommerce table.cart td button:active {
  background-color: #fff;
}
section.ecommerce table.cart td .title {
  font-weight: bold;
  margin-bottom: 4px;
}
section.ecommerce table.cart td .contributors {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 2px;
}
section.ecommerce table.cart td div.type {
  margin-top: 4px;
}
section.ecommerce table.cart td div.type .article {
  color: #0109b9;
  font-size: 12px;
  font-weight: bold;
}

.terms-copy a, .address-form a {
  color: #0066c0 !important;
}

.terms-copy a, .address-form a {
  text-decoration: underline;
}

.change-billing-address {
  padding-left: 30px;
  font-size: 14px;
}

.terms-copy {
  font-size: 12px;
  margin-bottom: 3px;
}

.total {
  text-align: right !important;
}

.total .price {
  margin-left: 20px;
  float: right;
  width: 70px;
}

.address-form {
  padding: 10px 0 10px 10px;
}

.checkout address {
  margin-bottom: 5px;
}
.checkout #checkoutButton {
  margin-top: 12px;
}

.address-actions form {
  float: left;
  margin-right: 2px;
}

address {
  font-size: 15px;
}

@media only print {
  /** ------------------------------------------------------------ **/
  /** Standard print settings for all pages **/
  /** ------------------------------------------------------------ **/
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 1cm;
    margin-right: 1cm;
  }
  .menu.secondary,
  .cms,
  .cookie-message,
  .backToSearch,
  footer {
    display: none !important;
  }
  a, p, span, div {
    color: black !important;
  }
  .print-only .core-logo {
    width: 200px;
  }
  .print-only.print-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .print-only.print-header .header-text {
    width: 50%;
    float: left;
  }
  .print-only.print-header .current-url {
    width: 50%;
    float: right;
  }
  .breadcrumbs a[href]::after,
  .representation.overview .details a[href]::after,
  .banner .title a[href]::after,
  li a[href]::after {
    content: "";
  }
  /** ------------------------------------------------------------ **/
  /** Book, Chapter & Article specific **/
  /** ------------------------------------------------------------ **/
  .banner.small.book .medium-4.small-12.column,
  .actions.book-actions,
  .social.white.right,
  .page-operatives,
  .panel.large-3.small-12.narrow-column,
  .export-citation,
  .checklist-col,
  .page-tabs,
  .core-page-tabs,
  .reference-list,
  #loadmoreajaxloader,
  #text-resizer-controls,
  .export-citation-product,
  .export-citation-wrapper,
  .file-actions {
    display: none !important;
  }
  .sub-header.slide-up .subject-search {
    display: none !important;
  }
  .tabs.grey {
    border: none !important;
    margin: 0 !important;
  }
  .tabs.grey a {
    padding: 0px 10px 0px 0px !important;
  }
  .header .left.title-underline {
    float: none !important;
  }
  .split-panel .reading-width {
    margin-top: 0 !important;
  }
  .banner.small {
    min-height: auto;
    margin-top: 20px;
  }
  .banner.small .center-all-container {
    height: auto;
    min-height: auto;
  }
  .banner.small .title {
    text-align: left;
    padding: 0;
  }
  .banner.small .title.title-left > a {
    font-size: 27px !important;
  }
  .banner.small .sub-title {
    text-align: left;
    font-size: 120%;
  }
  p {
    font-size: 13px;
  }
  p.paragraph_01, .banner.subject p.description, .banner.journal p.description, .dashboard-blocks p.title, p.list-label {
    font-size: 13px;
  }
  ul.spec li {
    height: 22px;
  }
  ul.spec li span.medium-4 {
    margin-right: 10px;
  }
  .print-heading {
    font-size: 1.57143rem;
  }
  /** ------------------------------------------------------------ **/
  /** Book specific **/
  /** ------------------------------------------------------------ **/
  .book-part-heading {
    margin-top: 20px;
  }
  .representation.overview .details {
    padding-bottom: 0;
    float: none !important;
  }
  .representation.overview .details .access.links > li {
    float: none;
  }
  .representation.overview .details .access.links > li .icon.access {
    display: none;
  }
  .representation.overview .details .access.links > li a > span.icon {
    padding-left: 0px;
    padding-right: 10px;
    width: auto;
  }
  .representation.overview .details li.abstract {
    /* This directive causes Chrome (only) to hide a bunch of
    elements on initial print preview - makes no sense */
  }
  .representation.overview .details li.abstract > a {
    display: none !important;
  }
  #references hr {
    margin: 10px 0;
  }
  #references .reference-display {
    margin-bottom: 0;
    font-size: 13px;
  }
  /** ------------------------------------------------------------ **/
  /** Chapter specific **/
  /** ------------------------------------------------------------ **/
  .chapter.panel.main-column {
    padding: 0;
  }
  .chapter .icon.access.entitled,
  .chapter .page-operatives.free,
  .chapter .access {
    display: none !important;
  }
  .chapter > .article-title {
    margin-top: 0px;
    font-weight: normal;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
  }
  /** ------------------------------------------------------------ **/
  /** Article specific **/
  /** ------------------------------------------------------------ **/
  .banner.journal.article .title {
    margin-bottom: 0;
  }
  .article-page.panel.main-column {
    padding: 0;
  }
  .article-page .access {
    display: none !important;
  }
  .article-page .article-title {
    margin-top: 0px;
    font-weight: normal;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
  }
  .article-page .article-title a {
    /* color: red; */
    vertical-align: super;
    font-size: small;
  }
  .article-page .article-page-range, .article-page .volume-issue {
    font-size: 13px;
  }
}

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